@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type=button],
input[type=reset] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type=search] {
  -webkit-appearance: none;
  /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "webflow-icons";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal;
}
[class^=w-icon-],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "webflow-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.w-icon-slider-right:before {
  content: "\E600";
}

.w-icon-slider-left:before {
  content: "\E601";
}

.w-icon-nav-menu:before {
  content: "\E602";
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\E603";
}

.w-icon-file-upload-remove:before {
  content: "\E900";
}

.w-icon-file-upload-icon:before {
  content: "\E903";
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}

.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}

.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}

h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}

h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}

p, .p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0;
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}

.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

button,
html input[type=button],
input[type=reset] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

.w-form, .ts-form {
  margin: 0 0 15px;
}

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.w-input,
textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}

.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-radio:after {
  clear: both;
}

.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
  float: left;
  margin-left: -20px;
}

.w-radio-input {
  margin-top: 3px;
}

.w-file-upload {
  display: block;
  margin-bottom: 10px;
}

.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}

.w-file-upload-error {
  display: block;
  margin-top: 10px;
}

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}

.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}

.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}

.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333333%;
}

.w-col-2 {
  width: 16.66666667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.33333333%;
}

.w-col-5 {
  width: 41.66666667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.33333333%;
}

.w-col-8 {
  width: 66.66666667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.33333333%;
}

.w-col-11 {
  width: 91.66666667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
.w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
  margin-left: 7px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-widget-gplus {
  overflow: hidden;
}

.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}

.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -100;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.w-slider-arrow-left [class^=w-icon-],
.w-slider-arrow-right [class^=w-icon-],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}

.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-nav[data-collapse=all] .w-dropdown,
.w-nav[data-collapse=all] .w-dropdown-toggle {
  display: block;
}

.w-nav[data-collapse=all] .w-dropdown-list {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse=medium] .w-dropdown,
.w-nav[data-collapse=medium] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse=medium] .w-dropdown-list {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse=small] .w-dropdown,
.w-nav[data-collapse=small] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse=small] .w-dropdown-list {
    position: static;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse=tiny] .w-dropdown,
.w-nav[data-collapse=tiny] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse=tiny] .w-dropdown-list {
    position: static;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}

/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}

/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}

/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: all 0.3s;
}

.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}

.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}

/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}

/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}

.w-lightbox-active {
  opacity: 0.3;
}

.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  transform: translate(-50%, 0);
}

/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  animation: spin 0.8s infinite linear;
}

.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}

/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
.w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
.w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable=true]:before,
.w-richtext[contenteditable=true]:after {
  white-space: initial;
}

.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after {
  outline: 2px solid #2895f7;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type=image] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type=video] > div:after {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.w-richtext figure {
  position: relative;
  max-width: 60%;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}

.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type=image] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type=image] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type=image] > figcaption {
  display: table-caption;
  caption-side: bottom;
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type=video] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type=video] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type=video] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type=image] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}

.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  position: relative;
  float: right;
}

.w--nav-menu-open {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}

.w-nav-overlay .w--nav-menu-open {
  top: 0;
}

.w-nav[data-animation=over-left] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation=over-left] .w-nav-overlay,
.w-nav[data-animation=over-left] .w--nav-menu-open {
  right: auto;
  z-index: 1;
  top: 0;
}

.w-nav[data-animation=over-right] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation=over-right] .w-nav-overlay,
.w-nav[data-animation=over-right] .w--nav-menu-open {
  left: auto;
  z-index: 1;
  top: 0;
}

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}

.w-nav[data-collapse=all] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse=all] .w-nav-button {
  display: block;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse=medium] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse=medium] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse=small] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse=small] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse=tiny] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse=tiny] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}

.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}

.w-tab-link.w--current {
  background-color: #C8C8C8;
}

.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}

.w-tab-pane {
  position: relative;
  display: none;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}

.w-dyn-hide {
  display: none !important;
}

.w-dyn-bind-empty {
  display: none !important;
}

.w-condition-invisible {
  display: none !important;
}

.w-layout-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  font-family: Roboto, sans-serif;
  color: #6c7e92;
  font-size: 15px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  color: #333;
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  color: #333;
  font-size: 48px;
  line-height: 56px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  color: #333;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  color: #333;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-transform: none;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

p, .p {
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
}

a {
  margin-left: auto;
  color: #e73029;
  text-decoration: none;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 18px;
  font-weight: 300;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-left: 3px solid #6c7e92;
  color: #333;
  font-size: 16px;
  line-height: 36px;
  font-style: italic;
  font-weight: 400;
}

.c-nav {
  height: auto;
  padding-bottom: 20px;
  padding-left: 48px;
  background-color: hsla(0deg, 0%, 100%, 0.63);
  line-height: 1.2;
}

.c-navbar-menu__link {
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  transition: all 200ms ease;
  color: #999;
  font-size: 17px;
}

.c-navbar-menu__link:hover {
  color: #e73029;
}

.c-navbar-menu__link:visited {
  color: #333;
}

.c-navbar-menu__link.w--current {
  color: #333;
}

.c-navbar-menu__link.is--dropdown {
  padding-bottom: 0px;
}

.c-header {
  position: relative;
  z-index: 10;
  box-shadow: none;
}

.c-header__meta {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  background-color: #fff;
}

.meta-list {
  margin: 0px -10px;
  float: left;
  font-size: 13px;
  line-height: 35px;
}

.meta-list.right {
  float: right;
  color: #999;
  text-align: right;
}

.meta-list-item {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  font-weight: 300;
}

.c-nav-container__logo {
  position: absolute;
  display: block;
  width: 220px;
  margin-top: 10px;
  line-height: 110px;
}

.logo-bildmarke {
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
}

.logo-titel {
  display: inline-block;
  width: 150px;
  margin-left: 15px;
  float: left;
  color: #385b83;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.feature {
  height: auto;
}

.feature._1 {
  position: relative;
  display: block;
  height: 60vh;
  min-height: 650px;
  align-items: center;
  border: 1px none #000;
  background-image: linear-gradient(180deg, #fff3ee, #fff3ee);
  color: #333;
}

.feature.hide {
  display: none;
}

.button {
  margin-bottom: 0px;
  padding: 15px 30px;
  border: 1px none #737980;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  transition: all 200ms ease;
  font-family: Rubik, sans-serif;
  color: #dc3e37;
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
}

.button:hover {
  background-color: #f9f8f7;
  color: #e73029;
}

.button.button-navbar {
  margin-top: 27px;
  margin-bottom: 27px;
  margin-left: 10px;
}

.button.button-color {
  display: inline-block;
  margin-left: 0px;
  padding: 15px 30px;
  background-color: #dc3e37;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
}

.button.button-color.button-navbar {
  display: none;
  margin-top: 34px;
  float: right;
  background-color: #e73029;
  box-shadow: none;
  font-size: 15px;
}

.button.button-color.spacing {
  margin-top: 10px;
}

.button.iconbox {
  margin-top: 5px;
  color: #e73029;
}

.button.iconbox:hover {
  background-color: #e73029;
  color: #f9f8f7;
}

.button.margin-top {
  margin-top: 10px;
  align-self: flex-start;
}

.button.form-map-close-button {
  position: absolute;
  left: 0px;
  top: 40px;
  right: 0px;
  z-index: 500;
  display: block;
  max-width: 140px;
  margin-right: auto;
  margin-left: auto;
  background-color: #385b83;
  transform: translate(0px, -130px);
  color: #fff;
}

.button.form-map-close-button:hover {
  background-color: #0073e6;
}

.feature-informations {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: none;
}

.feature-informations.slideshow {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  text-align: left;
}

.feature-informations-column {
  display: inline-block;
  width: 33.3%;
  padding: 35px 45px;
  float: left;
  color: #fff;
}

.feature-informations-column._1 {
  background-color: rgba(0, 115, 230, 0.93);
}

.feature-informations-column._2 {
  background-color: rgba(0, 100, 201, 0.95);
}

.feature-informations-column._3 {
  background-color: rgba(0, 87, 173, 0.95);
}

.feature-informations-headline {
  margin-top: 0px;
  font-size: 21px;
  font-weight: 400;
}

.feature-title {
  position: relative;
  margin-bottom: 150px;
  flex: 1;
  color: #fff;
}

.feature-headline {
  margin-bottom: 30px;
  color: #333;
  font-weight: 500;
}

.feature-slideshow-item {
  padding-bottom: 240px;
}

.feature-slideshow-item._1 {
  background-image: url("../images/radiologie-gersag-team.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-slideshow-item._2 {
  background-image: url("../images/radiologie-gersag-empfang.jpg");
  background-size: cover;
}

.slideshow-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  background-image: linear-gradient(180deg, rgba(199, 190, 178, 0.63), rgba(199, 190, 178, 0.63));
}

.c-opening-hours {
  border-bottom: 1px none hsla(0deg, 0%, 60%, 0.24);
  line-height: 24px;
}

.c-opening-hours.first {
  margin-top: -5px;
  border-bottom: 0px none transparent;
  line-height: 24px;
}

.c-opening-hours__left {
  display: inline-block;
  float: left;
  font-family: Rubik, sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}

.c-opening-hours__right {
  display: inline-block;
  float: right;
  opacity: 1;
  font-family: Rubik, sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
}

.c-opening-hours__right.closed {
  opacity: 0.7;
}

.section {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 80px;
  padding-bottom: 80px;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0deg, 0%, 60%, 0.24) #999 #999;
}

.section.b-b {
  border-bottom: 1px none rgba(213, 220, 228, 0.64);
  border-top-style: none;
  color: #999;
}

.section.b-b.informations {
  padding-top: 60px;
  padding-bottom: 60px;
  border: 1px none #000;
  color: #999;
}

.section.b-b.no-padding-botton {
  padding-bottom: 0px;
}

.section.bg-grey {
  border: 1px none #000;
  background-color: #f9f8f7;
}

.section.bg-grey.no-padding.section-line {
  min-height: 520px;
  border-top-style: none;
}

.section.bg-grey.news {
  display: none;
}

.section.bg-grey.book-appointment {
  display: none;
  overflow: visible;
}

.section.page-title {
  padding-top: 60px;
  padding-bottom: 120px;
  border: 1px none #000;
  background-color: #fff3ee;
  color: #999;
}

.section.page-title.no-picture {
  padding-bottom: 60px;
}

.section.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.bg-color {
  position: relative;
  border-top-style: none;
  background-color: #fef3ed;
  color: #999;
}

.section.section-line {
  min-height: 600px;
}

.section.section-line.no-padding {
  border-top-style: none;
}

.section.bgmittelrot {
  background-color: #f29075;
}

.c-page-wrapper {
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: none;
}

.c-page-wrapper.page-boxed {
  max-width: 1480px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
}

.c-page-wrapper.is--with-bg {
  background-color: #fff;
  background-image: url("../images/service-bg.jpg");
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat-x;
}

.headline-section {
  display: inline-block;
  margin-top: 10px;
  padding-bottom: 0px;
  flex: 1;
  border-bottom: 3px none #0073e6;
  color: #333;
  font-weight: 400;
  letter-spacing: -0.3px;
}

.navbar-link-dropdown {
  padding: 35px 22px 35px 0px;
  transition: all 200ms ease;
  color: #333;
}

.navbar-link-dropdown:hover {
  color: #e73029;
}

.dropdown-arrow {
  margin-right: 0px;
  padding-left: 3px;
}

.iconbox-container {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  text-align: left;
}

.iconbox-icon {
  margin-bottom: 10px;
  color: #333;
}

.iconbox-icon-text {
  display: inline-block;
  margin-right: 10px;
  font-family: "Linea basic 10", sans-serif;
  color: #e73029;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
}

.c-about-grid-block {
  flex: 1;
}

.iconbox-text-headline {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
  font-size: 18px;
  font-weight: 400;
}

.iconbox-text-paragraph {
  color: #51504e;
  font-size: 15px;
  line-height: 26px;
}

.dropdown-wrapper {
  display: none;
  width: 180px;
  margin-top: -18px;
  margin-left: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.14);
}

.dropdown-wrapper.w--open {
  width: 280px;
}

.dropdown-wrapper.w--open:focus {
  display: block;
}

.dropdown-item {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 1px solid rgba(87, 92, 99, 0.14);
  transition: opacity 200ms ease, all 200ms ease;
  color: #999;
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
}

.dropdown-item:hover {
  padding-left: 5px;
  color: #e73029;
}

.dropdown-item:visited {
  color: #333;
}

.dropdown-item.w--current {
  color: #e73029;
}

.dropdown-item.w--current:hover {
  color: #0073e6;
}

.dropdown-item.last {
  border-bottom-style: none;
}

.dropdown-item.sub-item {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-bottom-style: none;
  font-family: Rubik, sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 15px;
}

.dropdown-item.sub-item:hover {
  color: #dc3e37;
}

.text-muted {
  opacity: 0.63;
  color: #999;
}

.text-muted.footer-contact {
  margin-top: 20px;
}

.teaser-wrapper {
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 3px;
  background-color: #fff;
  transform: translate(0px, 0px);
  transition: all 200ms ease;
  color: #6c7e92;
  font-weight: 300;
}

.teaser-wrapper:hover {
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  transform: none;
}

.teaser-wrapper.color {
  color: #fff;
}

.teaser-image-wrapper {
  position: relative;
  height: 240px;
  background-image: url("../images/Placeholder.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.teaser-image-wrapper._1 {
  background-image: url("../images/radiologie-gersag-leistungen.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.teaser-content-wrapper {
  display: block;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  color: #999;
  text-align: left;
}

.teaser-content-wrapper.color {
  background-color: #fef3ed;
}

.teaser-content-wrapper.color.mittelrot {
  background-color: #f29075;
}

.teaser-content-wrapper.standorte {
  padding: 20px;
}

.teaser-headline {
  margin-top: 0px;
  color: #e73029;
  font-size: 16px;
  font-weight: 400;
}

.teaser-headline.color {
  color: #fff;
}

.teaser-headline.leistungen {
  font-size: 28px;
}

.teaser-subline {
  display: none;
  opacity: 0.6;
}

.section-headline-wrapper {
  position: relative;
  margin-top: 0px;
  margin-bottom: 60px;
  color: #999;
  text-align: center;
}

.section-headline-line {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  width: 100%;
  height: 1px;
  background-color: rgba(213, 220, 228, 0.74);
}

.section-headline {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f9f8f7;
  color: #333;
}

.section-headline.bg-grey {
  background-color: #f9f8f7;
}

.button-more-wrapper {
  margin-top: 40px;
  text-align: center;
}

.link-list-wrapper {
  -moz-column-count: 2;
       column-count: 2;
}

.link-list-item {
  transition: all 200ms ease;
  color: #999;
  line-height: 25px;
}

.link-list-item:hover {
  color: #e73029;
}

.link-list-item.w--current {
  color: #333;
}

.link-list-item.white {
  border-bottom: 1px none #fff;
  color: #fff;
}

.link-list-item.black {
  color: #333;
}

.footer-column-headline {
  margin-top: 0px;
  color: #333;
}

.footer-column-headline.logo-footer {
  color: #333;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.subpage-image-container {
  display: inline-block;
  margin-top: -140px;
  margin-bottom: 40px;
  justify-content: center;
}

.subpage-image {
  display: block;
  height: 500px;
  background-image: url("../images/Placeholder.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.subpage-image._1 {
  background-image: url("../images/Teaser-04.jpg");
  color: #999;
}

.breadcrumb-container {
  margin-bottom: 60px;
  border-bottom: 0.5px solid hsla(0deg, 0%, 60%, 0.94);
}

.breadcrumb-list {
  color: #f29075;
  text-align: left;
}

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

.breadcrumb-list-item-link {
  display: inline-block;
  float: right;
  opacity: 1;
  color: #999;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.breadcrumb-list-item-link.active {
  opacity: 0.7;
  font-weight: 400;
}

.breadcrumb-list-slash {
  display: inline-block;
  padding-right: 7px;
  padding-left: 7px;
  float: left;
  opacity: 0.7;
  color: #999;
  font-weight: 300;
}

.c-nav-container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.c-nav-container.feature-title {
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  align-items: center;
  align-self: stretch;
  border-style: none;
  border-width: 1px;
}

.c-nav-container.full-width {
  padding: 10px 0px;
}

.c-nav-container.page-begin {
  margin-top: -140px;
}

.teaser-phone-number {
  display: none;
}

.feature-content-wrapper {
  width: 50%;
  padding-right: 80px;
  align-self: center;
  color: #333;
}

.feature-image-container {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 50%;
  align-self: stretch;
  flex: 1;
}

.feature-image-container.slideshow {
  z-index: 0;
  height: 100%;
}

.feature-phone-number-wrapper {
  display: inline-block;
  overflow: hidden;
  margin-top: 40px;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.11);
}

.feature-phone-number {
  display: block;
  padding-right: 21px;
  padding-left: 16px;
  float: left;
  border-left: 1px solid rgba(115, 121, 128, 0.24);
  color: #e73029;
  font-size: 17px;
  line-height: 50px;
  font-weight: 400;
}

.feature-phone-number-icon {
  display: inline-block;
  padding-right: 12px;
  padding-left: 17px;
  float: left;
  align-self: stretch;
  font-family: "Linea basic 10", sans-serif;
  color: #e73029;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
}

.c-subfooter-gallery {
  display: flex;
  flex-wrap: wrap;
  background-color: transparent;
}

.section-gallery-item {
  position: relative;
  overflow: hidden;
  max-width: 25%;
  min-width: 25%;
  flex: 1;
  transition: all 200ms ease;
  cursor: pointer;
}

.section-gallery-item:hover {
  z-index: 100;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3);
  transform: none;
}

.c-subfooter-gallery-item__slide-box {
  position: relative;
  padding-top: 100%;
}

.iconbox-headline {
  display: flex;
  margin-bottom: 0px;
}

.iconbox-row {
  margin-right: -20px;
  margin-left: -20px;
}

.feature-anchor {
  position: absolute;
  right: 40px;
  bottom: -95px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #dc3e37;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19);
  font-family: "Linea arrows 10", sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 51px;
  text-align: center;
}

.text-white {
  color: #fff;
}

.text-white.text-center {
  font-weight: 400;
  text-align: center;
}

.feature-award {
  position: absolute;
  top: 0px;
  right: 40px;
  z-index: 100;
}

.section-image-text-wrapper {
  position: relative;
}

.section-image-text-image {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 48%;
}

.section-image-text-image._1 {
  background-image: url("../images/online-ueberweisung-radiologie-gersag-2.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.section-image-text-image.right {
  left: auto;
  right: 0px;
}

.section-image-text-image.right._2 {
  background-image: url("../images/online-bildzugriff-radiologie-gersag-2.jpg");
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-image-text-text {
  display: flex;
  min-height: 640px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 80px;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  color: #333;
}

.teaser-team-wrapper {
  margin-right: -10px;
  margin-left: -10px;
}

.teaser-team-wrapper.page-start {
  margin-top: -140px;
}

.teaser-team-name {
  margin-bottom: 0px;
  color: #333;
}

.teaser-team-text {
  margin-top: 20px;
  color: #999;
}

.teaser-team-item {
  display: flex;
  margin-bottom: 50px;
  flex-direction: column;
}

.button-text-wrapper {
  margin-top: 20px;
}

.button-text-wrapper:hover {
  color: #385b83;
}

.button-text {
  float: left;
  font-weight: 500;
}

.button-text:hover {
  color: #999;
}

.button-text-icon {
  padding-left: 5px;
  float: right;
  transition: all 200ms ease;
  font-family: "Linea arrows 10", sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.button-text-icon:hover {
  color: #999;
}

.leistungen-row {
  margin-bottom: 50px;
  color: #999;
}

.text-center {
  text-align: center;
}

.text-center.leistungen {
  display: flex;
  justify-content: center;
}

.form-container {
  padding: 75px 90px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.11);
  text-align: center;
}

.form-container.forn-container-split {
  display: flex;
  overflow: hidden;
  padding: 0px;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
}

.section-form-wrapper {
  position: relative;
  margin-top: -170px;
  margin-right: 60px;
  margin-left: 60px;
}

.section-form-wrapper.full-width {
  margin-top: -160px;
  margin-right: 0px;
  margin-left: 0px;
}

.section-color-text-spacer {
  margin-top: 100px;
  margin-bottom: 100px;
}

.form-container-icon {
  margin-bottom: 40px;
  font-family: "Linea basic 10", sans-serif;
  color: #0073e6;
  font-size: 47px;
  line-height: 44px;
}

.form-container-icon.text-white {
  color: hsla(0deg, 0%, 100%, 0.29);
}

.form-wrapper {
  margin-top: 40px;
}

.input {
  height: 48px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: rgba(56, 91, 131, 0.19);
  border-radius: 2px;
  font-size: 16px;
  font-weight: 300;
}

.input.textarea {
  height: 128px;
  padding-top: 14px;
}

.form-button {
  display: block;
  width: 100%;
  margin-top: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 50px;
  background-color: #0073e6;
  transition: all 200ms ease;
  font-size: 18px;
  font-weight: 400;
}

.form-button:hover {
  background-color: #385b83;
}

.footer-wrapper {
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 1px solid hsla(0deg, 0%, 60%, 0.91);
  color: #999;
}

.footer-social-media-item {
  width: 37px;
  height: 37px;
  border-radius: 50px;
  background-color: #6c7e92;
  transition: background-color 100ms ease;
}

.footer-social-media-item.facebook {
  background-color: #999;
  background-image: url("../images/Facebook.svg");
  background-position: 50% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  color: #e73029;
}

.footer-social-media-item.facebook:hover {
  background-color: #39579a;
}

.footer-social-media-item.twitter {
  background-color: #999;
  background-image: url("../images/Twitter.svg");
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  color: #e73029;
}

.footer-social-media-item.twitter:hover {
  background-color: #059ff5;
  transform: scale(1);
}

.footer-social-media-item.google {
  background-color: #999;
  background-image: url("../images/Google.svg");
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  color: #e73029;
}

.footer-social-media-item.google:hover {
  background-color: #dd4330;
}

.footer-social-media-iteam-wrapper {
  display: inline-block;
  margin-right: 8px;
}

.news-teaser-wrapper {
  display: block;
  margin-right: -10px;
  margin-left: -10px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  align-content: flex-start;
}

.news-teaser-item {
  display: flex;
  align-self: stretch;
  flex: 1;
}

.page-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  background-image: url("../images/Loader.svg");
  background-position: 50% 50%;
  background-size: 54px;
  background-repeat: no-repeat;
  opacity: 0.53;
}

.password-wrapper {
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  background-color: #f9f8f7;
}

.password-container {
  display: flex;
  width: 340px;
  padding: 70px;
  flex-direction: column;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}

.password-form-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.divider {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid rgba(213, 220, 228, 0.64);
}

.message {
  width: 100%;
  padding: 48px;
  border-radius: 10px;
  background-color: rgba(213, 220, 228, 0.25);
  font-size: 20px;
  text-align: center;
}

.c-subfooter-gallery-item__image {
  position: absolute;
  left: -100px;
  top: 0px;
  right: -100px;
  bottom: 0px;
  display: block;
  overflow: hidden;
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: none;
  margin: auto;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png");
  background-position: 0px 0px;
  background-size: 125px;
}

.c-subfooter-gallery-item-hover-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.c-subfooter-gallery-item-hover-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 100px;
  background-color: #e73029;
  transform: scale(0.7) rotate(90deg);
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
}

.news-teaser-information-wrapper {
  margin-bottom: 10px;
  font-weight: 400;
}

.news-teaser-information-item {
  margin-right: 4px;
  float: left;
}

.teaser-icon-wrapper {
  padding: 30px 20px;
  background-color: #0073e6;
  font-family: "Linea basic 10", sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 120px;
  text-align: center;
}

.teaser-icon-wrapper._404 {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 90px;
}

.teaser-icon-wrapper.standorte {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e73029;
}

.teaser-iconbox-wrapper {
  margin-right: -10px;
  margin-left: -10px;
}

.bg-grey {
  background-color: rgba(213, 220, 228, 0.64);
}

.form-container-contact-information {
  margin-top: 30px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px none #0073e6;
  border-right: 1px none #0073e6;
  border-left: 1px none #0073e6;
}

.content-row {
  margin-right: -10px;
  margin-left: -10px;
}

.password-icon {
  opacity: 0.1;
}

.password-input-wrapper {
  padding-top: 19px;
  padding-bottom: 0px;
}

.page-not-found-button-wrapper {
  margin-top: 30px;
}

.news-footer-wrapper {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid rgba(213, 220, 228, 0.64);
}

.news-footer-autor-image {
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 100px;
  float: left;
  border-radius: 100px;
}

.news-footer-autor-wrapper {
  display: flex;
}

.news-footer-autor-text {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 23px;
}

.news-footer-autor-headline {
  margin-bottom: 0px;
}

.slideshow-mask {
  background-color: #fff;
}

.c-to-top-anchor {
  position: fixed;
  left: 30px;
  bottom: 30px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #dc3e37;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.23);
  font-family: "Linea arrows 10", sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
}

.section-image-quote {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 60%;
  padding: 30px 35px;
  background-color: rgba(255, 255, 255, 0.47);
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.section-image-quote.bg-mittelrot {
  background-color: rgba(242, 144, 117, 0.78);
}

.body-bg {
  background-color: rgba(213, 220, 228, 0.64);
}

.license-line {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(213, 220, 228, 0.64);
  line-height: 100px;
}

.license-line.head {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #385b83;
  font-size: 20px;
  line-height: 20px;
}

.license-right {
  text-align: right;
}

.license-image {
  height: 100px;
}

.form-container-column {
  padding: 75px 90px;
  flex: 1;
}

.form-container-column.small-column {
  position: relative;
  width: 40%;
  max-width: 38%;
  padding-right: 45px;
  padding-left: 45px;
  background-color: #385b83;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(56, 91, 131, 0.94), rgba(41, 77, 117, 0.93));
}

.p-large {
  font-size: 18px;
  line-height: 28px;
}

.p-large.text-white {
  padding-bottom: 50px;
}

.margin-bottom {
  margin-bottom: 30px;
}

.form-map-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.form-map {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.form-map-information-wrapper {
  position: relative;
  z-index: 500;
}

.form-map-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 200;
  background-image: linear-gradient(180deg, rgba(56, 91, 131, 0.94), rgba(56, 91, 131, 0.94));
  opacity: 1;
}

.contact-information-number {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: -0.5px;
}

.contact-information-number.underlined {
  display: inline-block;
  border-bottom: 2px solid #f8f8f8;
}

.contact-information-headline {
  margin-top: 40px;
  margin-bottom: 5px;
  color: hsla(0deg, 0%, 100%, 0.39);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.row {
  text-align: center;
}

.link {
  margin-left: 5px;
  font-family: Rubik, sans-serif;
  color: #dc3e37;
  font-size: 14px;
  font-weight: 400;
}

.text-block {
  color: #333;
}

.text-block-2 {
  font-family: Rubik, sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.div-block-2 {
  display: none;
}

.heading-2 {
  color: #333;
}

.heading-2.iconbox {
  margin-bottom: 20px;
  font-weight: 400;
}

.list-item {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

.rich-text-block {
  color: #333;
}

.link-2 {
  color: #e73029;
}

.text-block-4 {
  color: #e73029;
}

.rich-text-block-2 {
  color: #999;
}

.columns {
  color: #999;
}

.text-block-5 {
  color: #999;
}

.column-3 {
  color: #999;
}

.column-1 {
  color: #999;
}

.dropdown-grid-praxis {
  display: grid;
  align-items: center;
  align-content: center;
  grid-column-gap: 15px;
  grid-row-gap: 5px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto auto;
}

.menudropdown-title {
  display: block;
  margin-right: 20px;
  margin-left: 20px;
  padding: 10px 0px 20px 20px;
  font-family: Rubik, sans-serif;
  color: #dc3e37;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.menudropdown-title.patienten {
  padding-top: 30px;
}

.dropdown-grid-patienten {
  display: grid;
  padding-top: 50px;
  align-items: center;
  align-content: center;
  grid-column-gap: 15px;
  grid-row-gap: 5px;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
}

.dropdown-grid-aerzte {
  display: grid;
  padding-top: 50px;
  align-items: center;
  align-content: center;
  grid-column-gap: 15px;
  grid-row-gap: 5px;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
}

.list-item-grey {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid hsla(0deg, 0%, 60%, 0.24);
}

.text-black {
  color: #333;
}

.text-black.text-center {
  color: #333;
  font-weight: 400;
  text-align: center;
}

.iconbox-container-contact {
  display: flex;
  margin: 15px auto;
  justify-content: flex-start;
  text-align: left;
}

.column-7 {
  color: #999;
}

.section-headline-whitebg {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: hsla(30deg, 0%, 100%, 0.97);
  color: #333;
}

.space-contact {
  padding-bottom: 27px;
}

.contact-container {
  padding-right: 40px;
  padding-left: 40px;
}

.teaser-iconbox-wrapper-2-columns {
  margin-right: -10px;
  margin-left: -10px;
}

.download-block {
  display: inline-block;
  margin-top: 20px;
  margin-right: 60px;
}

.dropdown-wrapper-wide-menu {
  display: none;
  width: 180px;
  margin-top: -18px;
  margin-left: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.14);
}

.dropdown-wrapper-wide-menu.w--open {
  width: 700px;
  height: 410px;
  margin-top: 0px;
  margin-left: -530px;
  padding-top: 30px;
  padding-bottom: 25px;
  border-radius: 8px;
  box-shadow: 0 1px 10px 2px hsla(0deg, 0%, 60%, 0.35);
}

.dropdown-wrapper-wide-menu.w--open:focus {
  display: block;
}

.dropdown-wrapper-wide-menu.leistungen.w--open {
  height: 440px;
  margin-left: -90px;
  border-radius: 8px;
  box-shadow: 0 1px 10px 2px hsla(0deg, 0%, 60%, 0.35);
}

.dropdown-wrapper-wide-menu.aerzte.w--open {
  height: 410px;
  margin-left: -380px;
  padding-top: 0px;
  border-radius: 8px;
  box-shadow: 0 1px 10px 2px hsla(0deg, 0%, 60%, 0.35);
}

.dropdown-wrapper-wide-menu.patienten {
  height: 410px;
  margin-left: -225px;
  padding-top: 0px;
  border-radius: 8px;
  box-shadow: 0 1px 10px 2px hsla(0deg, 0%, 60%, 0.35);
}

.column-1-patienten-menu {
  height: 410px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 8px 0px 0px 8px;
  background-color: #f9f8f7;
}

.text-block-6 {
  display: block;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Rubik, sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 26px;
}

._1-column-menu-image {
  height: 400px;
  margin-top: -30px;
  background-color: transparent;
  background-image: url("../images/radiologie-gersag-aerzte-zugang.jpg");
  background-position: 0px 0px;
  background-size: cover;
}

.columns-2 {
  height: 400px;
  margin-top: -30px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 8px;
  color: #333;
}

.column-9 {
  height: 400px;
  padding-right: 0px;
  padding-left: 0px;
  border-right: 4px solid #fff;
  border-radius: 0px;
  background-color: transparent;
}

.container-2 {
  margin-top: 20px;
  border-right: 1px solid #f9f8f7;
}

.column-10 {
  height: 400px;
  border-right: 0px none #000;
  border-left: 4px solid #fff;
  border-radius: 0px;
  background-color: transparent;
}

.container-3 {
  margin-top: 19px;
}

.leistungen-page-image {
  height: auto;
  margin-right: 0px;
}

.section-nopadding-top {
  padding-bottom: 80px;
}

.image-leistungen {
  width: 262px;
  max-width: 100%;
  margin-right: 10px;
}

._3-image-block-leistungen {
  display: flex;
  margin-top: -140px;
  padding-bottom: 30px;
  justify-content: center;
}

.logo-bildmarke-widelab {
  height: 120px;
  margin-top: 15px;
  margin-bottom: 10px;
  float: left;
}

.c-nav-container__top-bar-widelab {
  display: flex;
  width: auto;
  margin-top: 10px;
  margin-right: 48px;
  margin-bottom: 20px;
  justify-content: flex-end;
  border-bottom: 1px none #f9f8f7;
}

.c-navbar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.column-11 {
  height: 400px;
}

.columns-3 {
  border-radius: 8px;
}

.container-5 {
  padding-top: 20px;
}

.columns-4 {
  margin-top: -30px;
}

.container-praxis-menu {
  height: 370px;
  margin-top: 20px;
  margin-bottom: auto;
  padding-top: 0px;
  padding-bottom: 20px;
  border-right: 1px solid #f9f8f7;
}

.container-praxis-menu.last {
  border-right-style: none;
}

.column-12 {
  padding-right: 0px;
  padding-left: 0px;
}

.c-hero {
  position: relative;
  display: flex;
  height: 38vw;
  min-height: 700px;
  padding-top: 80px;
  padding-bottom: 120px;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  background-image: url("../images/header-image-radiologie-gersag-6-red.jpg");
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-contact {
  display: flex;
  padding-top: 25px;
  padding-bottom: 90px;
  justify-content: center;
  align-items: center;
}

.link-block {
  display: flex;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 0px;
  padding: 15px 50px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 8px 8px 20px -4px hsla(0deg, 0%, 60%, 0.42);
}

.small-capital-title {
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  justify-content: flex-start;
  align-items: center;
  font-family: Rubik, sans-serif;
  color: #dc3e37;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.text-block-11 {
  font-family: "Linea basic 10", sans-serif;
  color: #dc3e37;
  font-size: 40px;
  line-height: 50px;
}

.div-block-13 {
  padding-right: 50px;
  padding-left: 0px;
}

.c-about-grid-block__title {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 400;
}

.c-about-grid-top__divider {
  display: flex;
  width: 100%;
  height: 1px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  background-color: rgba(220, 62, 55, 0.2);
}

.c-about-grid-top {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.c-map {
  display: flex;
  min-height: 30vw;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 80px;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0deg, 0%, 60%, 0.24) #999 #999;
  background-image: url("../images/background-map-2.png");
  background-position: 80% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.c-leistungen {
  position: relative;
  min-height: 611px;
  margin-top: 84px;
  margin-bottom: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0deg, 0%, 60%, 0.24) #999 #999;
  background-image: url("../images/Group-11.png");
  background-position: 60% 140%;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-container__heading {
  margin-bottom: 50px;
  letter-spacing: -0.2px;
}

.c-services-grid-block__text {
  margin-top: 24px;
  text-align: center;
}

.c-subfooter-gallery-item {
  position: relative;
  overflow: hidden;
  margin-right: 7px;
  margin-left: 7px;
  flex: 1;
  transition: all 200ms ease;
  cursor: pointer;
}

.c-subfooter-gallery-item:hover {
  z-index: 100;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3);
  transform: none;
}

.c-subfooter {
  margin-top: 60px;
  padding-top: 0px;
  background-image: url("../images/background-footer.png");
  background-position: 0px 0px;
  background-size: cover;
}

.c-footer-list-item {
  margin-bottom: 15px;
  font-family: Rubik, sans-serif;
  color: #333;
  font-weight: 400;
}

.c-footer-list-item__link {
  color: #333;
}

.c-footer-list-item__link:hover {
  color: #dc3e37;
  line-height: 25px;
}

.c-footer-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.c-footer-list.is--right {
  padding-left: 30px;
}

.c-footer-box__title {
  margin-bottom: 33px;
}

.c-footer-box-grid-link__text {
  display: inline-block;
  margin-left: 10px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.c-footer-box {
  margin-top: 25px;
  padding: 20px 19px 40px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(81, 80, 78, 0.1);
  border-radius: 6px;
}

.c-footer-grid-block {
  display: flex;
  margin-top: 25px;
}

.c-footer-grid__logo {
  display: inline-block;
}

.c-footer__divider {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 1px;
  padding-bottom: 0px;
  background-color: rgba(168, 166, 163, 0.25);
}

.c-footer-bottom-left__text {
  display: inline-block;
  font-family: Rubik, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 16px;
}

.c-footer-bottom-left__text.is--link {
  margin-left: 5px;
  color: #dc3e37;
  text-decoration: underline;
}

.c-footer-bottom-left {
  display: inline-block;
  margin-right: 180px;
  margin-bottom: 0px;
}

.c-footer-bottom-right-block {
  display: inline-block;
  margin-right: 0px;
  padding-left: 25px;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: center;
}

.c-nav-container__divider {
  display: flex;
  margin-top: 10px;
  padding-top: 1px;
  padding-bottom: 0px;
  justify-content: flex-end;
  border-bottom: 1px none #000;
  background-image: url("../images/header-divider.png");
  background-position: 0px 0px;
  background-size: cover;
}

.header-link {
  padding-left: 10px;
  font-family: Rubik, sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.c-nav-container__link {
  position: absolute;
  left: auto;
  top: 45%;
  right: 40px;
  bottom: 0%;
  display: flex;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-left: 0px;
  justify-content: center;
  align-items: center;
}

.image-4 {
  position: relative;
  z-index: auto;
  display: inline-block;
  padding-left: 0px;
}

.c-about-grid-top__icon {
  margin-right: 10px;
}

.column-21 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-22 {
  padding-right: 0px;
  padding-left: 0px;
}

.body {
  font-family: Rubik, sans-serif;
}

.c-container {
  position: relative;
  z-index: 5;
  max-width: 1168px;
  min-height: 50px;
  padding-right: 20px;
  padding-left: 20px;
}

.c-container.is--at-footer {
  position: relative;
  z-index: 5;
  margin-top: 0px;
  padding-top: 50px;
  border-top: 1px solid rgba(168, 166, 163, 0.25);
}

.c-container.is--wrapped {
  margin-right: 10px;
  margin-left: 10px;
  padding: 72px 96px 96px;
  border-radius: 9px;
  background-color: #fff;
  box-shadow: 0 28px 41px -14px rgba(24, 24, 21, 0.05), 0 3px 3px 0 rgba(81, 80, 78, 0.05);
  text-align: left;
}

.c-hero-grid {
  grid-column-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}

.c-about {
  padding-top: 20px;
  padding-bottom: 150px;
}

.c-online-blidzugriff__image {
  position: absolute;
  left: auto;
  top: 121px;
  right: 0%;
  bottom: auto;
  width: 50%;
  height: auto;
  max-width: 708px;
  text-align: right;
}

.c-online-bildzugriff-grid {
  grid-column-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}

.c-services {
  padding-top: 100px;
  padding-bottom: 100px;
}

.c-services-grid {
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
}

.c-services-grid-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.c-online-anmeldung-grid {
  grid-column-gap: 24px;
  grid-template-columns: 3.25fr 0.25fr 3.25fr;
  grid-template-rows: auto;
}

.c-online-bildzugriff {
  position: relative;
  min-height: 611px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 445px;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0deg, 0%, 60%, 0.24) #999 #999;
  background-image: url("../images/Group-40.png"), url("../images/Rectangle-Copy-9.png");
  background-position: 80% 180px, 50% 100%;
  background-size: 654px, cover;
  background-repeat: no-repeat, repeat;
}

.c-online-bildzugriff-grid-block {
  padding-top: 40px;
}

.c-red-banner {
  position: relative;
  width: 90%;
  height: 420px;
  margin-top: -240px;
  margin-bottom: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  border-radius: 0px 1000px 1000px 0px;
  background-color: #dc3e37;
  background-image: url("../images/Logo.png");
  background-position: 95% 50%;
  background-size: 238px;
  background-repeat: no-repeat;
}

.c-red-banner-grid {
  grid-column-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}

.c-red-banner__paragraph {
  margin-top: 15px;
  margin-bottom: 64px;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
}

.c-red-banner-block {
  width: auto;
  max-width: 670px;
}

.c-footer {
  position: relative;
  padding-top: 80px;
  padding-bottom: 200px;
}

.c-footer-bottom {
  grid-template-rows: auto;
}

.c-navbar-menu {
  float: none;
  justify-content: flex-start;
  align-items: center;
}

.c-hero-grid__text {
  margin-bottom: 30px;
  color: #fff;
  font-weight: 500;
}

.c-hero-grid__text.is--small {
  opacity: 0.85;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

.c-button {
  margin-bottom: 0px;
  padding: 15px 30px;
  border: 1px none #737980;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  transition: all 200ms ease;
  font-family: Rubik, sans-serif;
  color: #dc3e37;
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
}

.c-button:hover {
  background-color: #f9f8f7;
  color: #e73029;
}

.c-button.is--red {
  display: inline-block;
  min-height: 48px;
  margin-left: 0px;
  padding: 18px 30px;
  background-color: #dc3e37;
  box-shadow: 0 1px 5px 0 rgba(0, 115, 230, 0.31);
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.c-button.is--red:hover {
  background-color: #c2322b;
}

.c-button.is--red.extra-margin {
  margin-top: 15px;
  margin-bottom: 15px;
}

.c-button.is--red.extra-margin-padding {
  margin: 15px;
}

.c-button.is--red.extra-margin-2 {
  margin-top: 15px;
  margin-bottom: 35px;
}

.c-button.is--at-red-banner {
  color: #333;
  font-size: 12px;
}

.c-button.is--transparent {
  margin-left: 0px;
  box-shadow: none;
  text-align: center;
}

.c-button.is--transparent:hover {
  background-color: transparent;
  text-decoration: underline;
}

.c-about-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.c-about-grid-block__paragraph {
  color: #51504e;
  font-size: 15px;
  line-height: 26px;
}

.c-about-grid-block__link {
  display: block;
  margin-left: auto;
  padding-top: 27px;
  font-family: Rubik, sans-serif;
  color: #e73029;
  font-size: 16px;
}

.c-map-grid {
  grid-template-rows: auto;
}

.c-map__title {
  color: #dc3e37;
  letter-spacing: -0.3px;
}

.c-map__paragraph {
  margin-bottom: 40px;
  font-size: 18px;
}

.c-leistungen__image {
  position: absolute;
  left: auto;
  top: 121px;
  right: 0%;
  bottom: auto;
  width: 50%;
  height: auto;
  max-width: 708px;
  text-align: right;
}

.c-leistungen-grid {
  grid-column-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}

.c-headline {
  display: inline-block;
  margin-top: 10px;
  padding-bottom: 0px;
  flex: 1;
  border-bottom: 3px none #0073e6;
  color: #333;
  font-weight: 400;
  letter-spacing: -0.3px;
}

.c-paragraph {
  padding-top: 15px;
  padding-bottom: 25px;
}

.c-online-anmeldung {
  padding-top: 80px;
  padding-bottom: 80px;
}

.c-red-banner-block__title {
  color: #fff;
  font-size: 40px;
}

.c-footer-grid {
  grid-column-gap: 63px;
  grid-template-columns: 0.5fr 0.5fr 1fr;
  grid-template-rows: auto;
}

.c-footer-box-grid {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template-columns: 0.75fr 1fr;
}

.c-footer-box-grid-link {
  margin-left: 0px;
}

.c-hero-grid-content {
  min-width: 500px;
}

.text-block-19 {
  display: flex;
  padding-top: 9px;
  padding-bottom: 9px;
  justify-content: flex-start;
  align-items: flex-start;
  color: #333;
  font-size: 24px;
  line-height: 34px;
}

.c-contact-grid {
  grid-column-gap: 60px;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto;
}

.div-block-35 {
  padding-top: 47px;
  background-image: url("../images/Group-40_1.png");
  background-position: 100% 0%;
  background-repeat: no-repeat;
}

.c-services-list {
  padding-top: 100px;
  padding-bottom: 50px;
  background-image: url("../images/services-bg-bubble.png"), url("../images/service-bg.png");
  background-position: 0% 50%, 50% 0%;
  background-size: 68px, contain;
  background-repeat: no-repeat, repeat-x;
}

.c__h1 {
  margin-top: 5px;
  margin-bottom: 65px;
  color: #dc3e37;
  text-align: center;
}

.c__h1.is--at-contact-page {
  text-align: left;
}

.c__h1.long-title-mobile {
  display: none;
}

.c-services-list-grid {
  display: flex;
  margin-right: -12px;
  margin-left: -12px;
  justify-content: flex-start;
  flex-wrap: wrap;
  grid-auto-rows: minmax(344px, auto);
  grid-column-gap: 24px;
  grid-row-gap: 52px;
  grid-template-columns: 264px 264px 264px 264px;
  grid-template-rows: minmax(344px, auto) minmax(344px, auto);
}

.c-services-list-grid-block {
  display: flex;
  width: 264px;
  min-height: 344px;
  margin-right: 12px;
  margin-bottom: 48px;
  margin-left: 12px;
  padding: 16px;
  flex-direction: column;
  box-shadow: 0 0 24px -8px rgba(24, 24, 21, 0.05), 0 2px 4px 0 rgba(81, 80, 78, 0.05);
}

.c-services-list-grid-block:hover {
  transform: scale(1.05);
}

.c-services-list-grid-block__image {
  margin-bottom: 24px;
  align-self: center;
  border-radius: 5px;
}

.div-block-36 {
  padding-right: 16px;
  padding-left: 16px;
}

.c-services-list-grid-block__title {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #181815;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
  white-space: pre-wrap;
}

.c-team-list-grid-block__text {
  color: #51504e;
  font-size: 14px;
  line-height: 16px;
}

.c-service-header {
  min-height: 550px;
  padding-top: 70px;
  background-size: cover;
}

.text-block-21 {
  opacity: 0.5;
  color: #fff;
  font-size: 16px;
}

.c-service-header-grid {
  position: relative;
  grid-row-gap: 100px;
  grid-template-columns: 1.75fr 1fr;
  grid-template-rows: auto auto;
}

.c-service-header-grid.is--at-service-w-video {
  margin-bottom: -229px;
  grid-template-columns: 1.75fr 375px;
}

.c-service-header-h1 {
  color: #fff;
}

.c-service-header-grid-top {
  text-align: center;
}

.c-service-header-highlight {
  position: absolute;
  left: auto;
  top: 50px;
  right: 0%;
  bottom: auto;
  min-height: 402px;
  min-width: 362px;
  padding-bottom: 16px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 24px 32px -8px rgba(24, 24, 21, 0.05);
}

.c-service-header-highlight.is--at-service-w-video {
  position: static;
}

.c-service-header-highlight-title {
  display: flex;
  min-height: 54px;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(168, 166, 163, 0.25);
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.div-block-38 {
  display: flex;
  margin-top: 24px;
  margin-right: 40px;
  margin-left: 40px;
  flex-direction: column;
  align-items: stretch;
}

.text-block-22 {
  color: #dc3e37;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.div-block-39 {
  display: flex;
  width: 40px;
  min-width: 39px;
  height: 40px;
  margin-right: 16px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(168, 166, 163, 0.25);
  border-radius: 1000px;
  color: #181815;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

.list-item-2 {
  display: flex;
  margin-bottom: 16px;
  justify-content: flex-start;
  align-items: center;
  color: #181815;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.list {
  margin-bottom: 24px;
}

.c-spacer.is-vertical-10px {
  width: 100%;
  height: 10px;
}

.c-service-content {
  padding-bottom: 50px;
  font-size: 14px;
  line-height: 28px;
}

.c-service-content.is--at-service-w-video {
  padding-top: 240px;
}

.c-service-content__h2 {
  margin-bottom: 16px;
}

.div-block-40 {
  display: flex;
  margin-top: 55px;
  margin-left: -57px;
  justify-content: flex-start;
  align-items: center;
}

.c-service-gallery {
  display: flex;
  margin-top: 25px;
  margin-bottom: 0px;
  flex-wrap: wrap;
  background-color: transparent;
}

.c-service-gallery-item {
  position: relative;
  overflow: hidden;
  margin-right: 7px;
  margin-left: 7px;
  flex: 1;
  transition: all 200ms ease;
  cursor: pointer;
}

.c-service-gallery-item:hover {
  z-index: 100;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3);
  transform: none;
}

.c-service-gallery-item-hover-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.c-service-gallery-item-hover-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 100px;
  background-color: #e73029;
  transform: scale(0.7) rotate(90deg);
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
}

.c-service-gallery-item__image {
  position: absolute;
  left: -100px;
  top: 0px;
  right: -100px;
  bottom: 0px;
  display: block;
  overflow: hidden;
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: none;
  margin: auto;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png");
  background-position: 0px 0px;
  background-size: 125px;
}

.c-service-gallery-item__slide-box {
  position: relative;
  padding-top: 100%;
}

.c-service-content__paragraph {
  font-size: 14px;
  line-height: 28px;
}

.c-sub-header {
  color: #a8a6a3;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.c-team-list-grid {
  display: flex;
  margin-top: 100px;
  margin-right: -20px;
  margin-left: -20px;
  justify-content: flex-start;
  flex-wrap: wrap;
  grid-auto-rows: minmax(344px, auto);
  grid-column-gap: 24px;
  grid-row-gap: 52px;
  grid-template-columns: 264px 264px 264px 264px;
  grid-template-rows: minmax(344px, auto) minmax(344px, auto);
}

.c-team-list-grid-block {
  display: flex;
  width: 260px;
  min-height: 350px;
  margin-right: 12px;
  margin-bottom: 80px;
  margin-left: 12px;
  padding: 16px;
  flex-direction: column;
  box-shadow: 0 0 24px -8px rgba(24, 24, 21, 0.05), 0 2px 4px 0 rgba(81, 80, 78, 0.05);
}

.c-team-list-grid-block:hover {
  transform: scale(1.05);
}

.c-team-list-grid-block__image {
  margin-top: -60px;
  margin-bottom: 0px;
  align-self: center;
  border-radius: 5px;
}

.c-team-list {
  display: flex;
  padding-top: 75px;
  padding-bottom: 0px;
  flex-direction: column;
  align-items: center;
  background-image: url("../images/service-bg.png");
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: repeat-x;
  text-align: center;
}

.c-team-list-grid-block__tag {
  position: relative;
  top: -15px;
  display: inline-block;
  margin-right: auto;
  padding: 4px 12px;
  border-radius: 100px;
  background-color: #dc3e37;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}

.c-team-list-grid-block__title {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #181815;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
  white-space: pre-wrap;
}

.c-footer__bubble-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 300px;
}

.c-section {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../images/service-bg.png");
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: repeat-x;
}

.c-link-back {
  opacity: 0.5;
  color: #181815;
}

.c-link-back:hover {
  text-decoration: underline;
}

.c-link-back.is--at-form {
  margin-left: 0px;
  opacity: 1;
  color: #a8a6a3;
}

.c-member-wrapper {
  margin-top: 20px;
  margin-bottom: 80px;
  padding: 28px 28px 96px 96px;
  border-radius: 9px;
  background-color: #fff;
  box-shadow: 20px 20px 41px -14px rgba(24, 24, 21, 0.05), 0 3px 7px 0 rgba(81, 80, 78, 0.05);
  color: #181815;
  font-size: 14px;
  line-height: 28px;
}

.c-member-grid {
  margin-bottom: 85px;
  grid-column-gap: 50px;
  grid-template-columns: 1.75fr 1fr;
  grid-template-rows: auto;
}

.c-member-grid-tag {
  display: inline-block;
  margin-bottom: 0px;
  padding: 8px 20px;
  border-radius: 20px;
  background-color: rgba(220, 62, 55, 0.2);
  color: #dc3e37;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.c-member-grid__name {
  color: #181815;
  font-weight: 400;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

.list-item-3 {
  display: flex;
}

.div-block-42 {
  display: flex;
  margin-top: 0px;
  margin-right: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.div-block-43 {
  width: 6px;
  height: 6px;
  border-radius: 1000px;
  background-color: #a8a6a3;
}

.div-block-44 {
  width: 1px;
  flex: 1;
  background-color: rgba(168, 166, 163, 0.25);
}

.div-block-44.is--last {
  display: none;
}

.text-block-24 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.div-block-45 {
  margin-top: -7px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(168, 166, 163, 0.25);
}

.div-block-45.is--last {
  border-bottom-style: none;
}

.text-block-25 {
  color: #51504e;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.c-datien {
  padding-top: 95px;
  padding-bottom: 50px;
  background-image: url("../images/service-bg.png");
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: repeat-x;
}

.c-datien-grid {
  justify-content: center;
  justify-items: center;
  grid-column-gap: 72px;
  grid-template-columns: 200px 1fr;
  grid-template-rows: auto;
}

.c-datien-grid-steps__number {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(24, 24, 21, 0.1);
  border-radius: 1000px;
  background-color: #fff;
  color: #181815;
  font-size: 18px;
  font-weight: 400;
}

.c-datien-grid-steps__number.is--current {
  border-color: #dc3e37;
  color: #dc3e37;
}

.c-datien-grid-steps__number.is--checked {
  border-color: #dc3e37;
  background-color: #dc3e37;
  background-image: url("../images/checked.svg");
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: transparent;
}

.c-datien-grid-step-line {
  width: 1px;
  min-height: 22px;
  margin-top: 8px;
  margin-bottom: 8px;
  flex: 1;
  border-style: none none none dashed;
  border-width: 1px;
  border-color: #000 #000 #000 rgba(168, 166, 163, 0.5);
}

.c-datien-grid-step-wrapper {
  display: flex;
  margin-right: 16px;
  flex-direction: column;
  align-items: center;
}

.c-datien-grid-steps__title {
  margin-top: 10px;
  color: #181815;
  font-size: 16px;
  font-weight: 400;
}

.c-datien-grid-list-step {
  display: flex;
}

.c-datien-grid-form {
  width: 100%;
  padding: 24px 48px 48px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(81, 80, 78, 0.1);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 24px 32px -8px rgba(24, 24, 21, 0.05);
  color: #181815;
  font-size: 14px;
  line-height: 16px;
}

.c-datien-grid-list {
  margin-top: 30px;
}

.c-datien-grid-form__title {
  display: block;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 0px;
  color: #181815;
  font-size: 16px;
  font-weight: 500;
}

.c-datien-grid-form-row {
  grid-column-gap: 32px;
  grid-template-rows: auto;
}

.c-datien-grid-form-row.is--geschleft {
  margin-bottom: 24px;
  grid-column-gap: 20px;
  grid-template-columns: auto;
}

.c-datien-grid-form-row.is--buttons-area {
  margin-top: 24px;
  justify-items: center;
  align-items: center;
  grid-template-columns: 1fr auto;
}

.c-datien-grid-form-row.is--at-weitere-details {
  margin-bottom: 24px;
  grid-column-gap: 31px;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  font-size: 16px;
}

.c-datien-grid-form-row.is--3-columns {
  grid-template-columns: 1fr auto 1fr;
}

.c-input {
  min-height: 48px;
  margin-bottom: 24px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(168, 166, 163, 0.25);
  border-radius: 4px;
  box-shadow: inset 1px 1px 3px 0 rgba(168, 166, 163, 0.1);
  color: #181815;
}

.c-input.is--textarea {
  min-height: 190px;
  padding-top: 20px;
}

.c-input.is--textarea.is--small {
  min-height: 110px;
}

.c-input.is--textarea.is--message {
  padding-top: 16px;
  padding-left: 50px;
  background-image: url("../images/edit-74.png");
  background-position: 16px 16px;
  background-size: 16px;
  background-repeat: no-repeat;
}

.c-input.is--name {
  padding-left: 50px;
  background-image: url("../images/single-01.png");
  background-position: 16px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.c-input.is--email {
  padding-left: 50px;
  background-image: url("../images/email-85.png");
  background-position: 16px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.c-input.is--no-margin {
  margin-bottom: 0px;
}

.div-block-47 {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
}

.ca-radio-field {
  margin-right: 20px;
  align-self: center;
}

.ca-radio-field.is--large {
  font-size: 16px;
}

.div-block-48 {
  margin: 24px -48px 48px;
  border-bottom: 1px solid rgba(81, 80, 78, 0.1);
}

.c-datien-grid-form__subtitle {
  margin-top: -15px;
  margin-bottom: 24px;
}

.c-datien-grid-form-untersuchung {
  display: flex;
  margin-right: -12px;
  margin-left: -12px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.c--modalitat {
  display: flex;
  width: 168px;
  height: 168px;
  margin-right: 12px;
  margin-bottom: 24px;
  margin-left: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(168, 166, 163, 0.25);
  border-radius: 4px;
  background-color: transparent;
  color: #181815;
  text-align: center;
}

.c--modalitat.is--checked {
  border-color: #dc3e37;
  color: #dc3e37;
}

.c-modalitat__icon {
  margin-bottom: 24px;
}

.c-footer-contact {
  margin-top: 40px;
}

.c-footer-contact-item {
  margin-bottom: 15px;
}

.text-span {
  margin-left: 20px;
  color: #a8a6a3;
  font-weight: 400;
}

.ca-radio-wrapper {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
}

.c-datien-grid-form-row-field-unit {
  margin-bottom: 24px;
  margin-left: -20px;
  padding-top: 0px;
}

.c-praxis-gallery-item-hover-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.c-praxis-gallery-item-hover-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 100px;
  background-color: #e73029;
  transform: scale(0.7) rotate(90deg);
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
}

.c-praxis-gallery-item__image {
  position: absolute;
  left: -100px;
  top: 0px;
  right: -100px;
  bottom: 0px;
  display: block;
  overflow: hidden;
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: none;
  margin: auto;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png");
  background-position: 0px 0px;
  background-size: 125px;
}

.c-praxis-gallery-item {
  position: relative;
  overflow: hidden;
  margin-right: 7px;
  margin-left: 7px;
  flex: 1;
  transition: all 200ms ease;
  cursor: pointer;
}

.c-praxis-gallery-item:hover {
  z-index: 100;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3);
  transform: none;
}

.c-praxis-gallery-item_slide-box {
  position: relative;
  padding-top: 100%;
}

.g-praxis-gallery {
  margin-top: 25px;
  margin-bottom: 25px;
  grid-auto-flow: row;
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
}

.c-contact-page {
  padding-top: 95px;
  padding-bottom: 50px;
  background-image: url("../images/service-bg.png");
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: repeat-x;
}

.c-contact-page-grid {
  grid-column-gap: 115px;
  grid-template-columns: 1fr 270fr;
  grid-template-rows: auto;
}

.c-contact-page-grid-form {
  width: 100%;
  padding: 24px 48px 48px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(81, 80, 78, 0.1);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 24px 32px -8px rgba(24, 24, 21, 0.05);
  color: #181815;
  font-size: 14px;
  line-height: 16px;
}

.c-contact-page-grid-form__title {
  display: block;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 0px;
  color: #181815;
  font-size: 16px;
  font-weight: 500;
}

.c-contact-page-grid-form-row {
  grid-column-gap: 32px;
  grid-template-rows: auto;
}

.c-contact-page-grid-form-row.is--buttons-area {
  margin-top: 24px;
  justify-items: center;
  align-items: center;
  grid-template-columns: 1fr auto;
}

.c-location-grid {
  margin-bottom: 56px;
  grid-column-gap: 24px;
  grid-row-gap: 5px;
  grid-template-columns: 360px 1fr;
  grid-template-rows: auto auto;
}

.c-location-grid-list-item-link__icon {
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
  background-color: rgba(220, 62, 55, 0.15);
}

.c-location-grid-list-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.c-location-grid-list-item__divider {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 12px;
  margin-left: 57px;
  align-self: stretch;
  background-color: rgba(168, 166, 163, 0.25);
}

.c-location-grid-list-item-link {
  display: flex;
  margin-left: 0px;
  align-items: center;
  align-self: stretch;
  flex: 1;
  color: #181815;
  font-size: 16px;
  font-weight: 500;
}

.c-location-grid__paragraph {
  color: #181815;
  font-size: 16px;
}

.c-location-grid-list {
  margin-bottom: 40px;
}

.c-anfahrt-grid {
  margin-top: 60px;
  grid-column-gap: 32px;
  grid-row-gap: 33px;
  grid-template-rows: auto auto;
}

.c-anfahrt-grid__title {
  color: #181815;
  font-size: 40px;
  line-height: 56px;
}

.c-anfahrt-grid__text {
  margin-top: 36px;
  margin-bottom: 24px;
  color: #181815;
  font-size: 16px;
  font-weight: 500;
}

.form {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
}

.c-anfahrt-grid__icon {
  width: 48px;
  height: 48px;
}

.c-service-header-grid-video {
  display: flex;
  margin-left: 0px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-image: linear-gradient(180deg, rgba(24, 24, 21, 0.3), rgba(24, 24, 21, 0.3)), url("../images/006480_162.png");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 24px 32px -8px rgba(24, 24, 21, 0.05);
}

.c-daten-page {
  width: 50%;
  margin: 30px;
  padding: 15px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(81, 80, 78, 0.1);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 17px 17px 32px -8px rgba(24, 24, 21, 0.05);
}

.c-daten-page.grid {
  width: 100%;
  height: 100%;
  margin: auto;
}

.c-daten-header-h4 {
  margin-top: 20px;
  margin-bottom: 35px;
  color: #333;
  font-weight: 400;
}

.c-daten-text {
  color: #181815;
  font-size: 14px;
  line-height: 28px;
}

.c-daten-text.grey {
  color: #51504e;
}

.c-daten-header-h5 {
  color: #333;
  font-weight: 500;
}

.c-daten-grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-areas: "Area" "Area-2";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

.c-daten-grid._1-column {
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}

.c-block-introduction-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.c-videos-header-h2 {
  font-size: 30px;
  line-height: 40px;
}

.c-videos-header-h2.mobile {
  display: none;
}

.div-block-52 {
  display: flex;
  margin-top: 55px;
  flex-direction: column;
  align-items: center;
}

.c-videos-text {
  color: #181815;
  font-size: 14px;
  line-height: 28px;
}

.c-videos-text.grey {
  color: #51504e;
}

.c-video-video {
  margin-top: 30px;
  margin-bottom: 30px;
}

.link-block-2 {
  width: 100%;
}

.c-video-place-holder {
  margin-top: 25px;
  margin-bottom: 25px;
}

.c-stellen-header-h2 {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 40px;
}

.c-stellen-header-h2.mobile {
  display: none;
}

.c-stellen-header-h3, .c-stellen-body h3 {
  font-size: 26px;
  line-height: 36px;
}

.c-daten-text-copy {
  color: #181815;
  font-size: 14px;
  line-height: 28px;
}

.c-daten-text-copy.grey {
  color: #51504e;
}

.c-stellen-text, .c-stellen-body p, .c-stellen-body .p {
  margin-bottom: 50px;
  color: #181815;
  font-size: 14px;
  line-height: 28px;
}

.c-stellen-text.grey, .c-stellen-body p.grey, .c-stellen-body .grey.p {
  color: #51504e;
}

.c-stellen-list, .c-stellen-body ul, .c-stellen-body ol {
  margin-top: 0px;
  margin-bottom: 50px;
  color: #333;
}

.c-stellen-list-item, .c-stellen-body li {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  color: #333;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
}

.c-stellen-header-h4 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}

.c-stellen-header-h4.padding {
  margin-bottom: 50px;
}

.erklaerungsvideo-vimeo {
  margin-top: 25px;
  margin-bottom: 25px;
}

.div-block-53 {
  display: flex;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

.div-block-54 {
  margin-right: 20px;
  margin-left: 20px;
}

.div-block-55 {
  margin-right: 20px;
  margin-left: 40px;
  align-self: center;
}

.c-medform-header-h4 {
  margin-top: 35px;
  margin-bottom: 20px;
}

html.w-mod-js *[data-ix=feature-image-fade-in] {
  opacity: 0;
}

html.w-mod-js *[data-ix=feature-content-fade-in] {
  opacity: 0;
}

html.w-mod-js *[data-ix=body-load] {
  opacity: 0;
}

html.w-mod-js *[data-ix=body-load-page-loader] {
  display: block;
  opacity: 0.3;
}

html.w-mod-js *[data-ix=subpage-content-show] {
  opacity: 0;
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix=subpage-title-show] {
  opacity: 0;
}

html.w-mod-js *[data-ix=ancho-load] {
  opacity: 0;
  transform: scale(0.6, 0.6);
}

html.w-mod-js *[data-ix=award-load] {
  opacity: 0;
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix=fade-in-bottom-scroll] {
  opacity: 0;
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix=fade-in-scroll] {
  opacity: 0;
}

html.w-mod-js *[data-ix=menu-dropdown-animation] {
  opacity: 0;
  transform: translate(0px, 20px);
}

@media (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 49px;
  }
  h2 {
    font-size: 33px;
  }
  .c-nav {
    padding-bottom: 0px;
  }
  .navbar-menu {
    position: fixed;
    top: 0px;
    z-index: 100;
    min-width: 300px;
    padding-top: 36px;
    padding-right: 40px;
    padding-left: 40px;
    background-color: #fff;
    box-shadow: -1px 0 28px 0 rgba(0, 0, 0, 0.15);
  }
  .c-navbar-menu__link {
    float: none;
    font-size: 22px;
    line-height: 20px;
  }
  .meta-list.right {
    display: block;
  }
  .c-nav-container__logo {
    width: 80%;
  }
  .logo-bildmarke {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .feature._1 {
    height: auto;
    min-height: none;
  }
  .button.button-color.button-navbar {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 17px;
    padding-bottom: 17px;
    float: none;
    font-size: 18px;
  }
  .feature-headline {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 42px;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .iconbox-container {
    margin-bottom: 40px;
  }
  .c-about-grid-block {
    margin-bottom: 25px;
  }
  .dropdown-wrapper {
    display: none;
    margin-left: 0px;
    box-shadow: none;
  }
  .dropdown-item {
    margin-right: 0px;
    margin-left: 0px;
  }
  .dropdown-item.sub-item {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0px;
    line-height: 32px;
  }
  .subpage-image {
    height: 370px;
  }
  .subpage-image._1 {
    height: 300px;
  }
  .c-nav-container {
    padding-right: 50px;
    padding-left: 50px;
    color: #333;
  }
  .c-nav-container.feature-title {
    display: block;
    height: auto;
  }
  .c-nav-container.full-width {
    font-family: Rubik, sans-serif;
  }
  .feature-content-wrapper {
    width: 100%;
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
  }
  .feature-image-container.slideshow {
    position: relative;
    width: 100%;
    height: 530px;
  }
  .feature-phone-number-wrapper {
    margin-top: 30px;
  }
  .section-image-text-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
  }
  .section-image-text-image {
    position: relative;
    width: 100%;
    height: 400px;
    background-color: #385b83;
  }
  .section-image-text-text {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .text-center {
    display: flex;
  }
  .form-container.forn-container-split {
    flex-direction: column-reverse;
  }
  .section-form-wrapper {
    margin-top: -100px;
  }
  .section-form-wrapper.full-width {
    margin-top: -80px;
  }
  .section-color-text-spacer {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .news-teaser-wrapper {
    flex-direction: column;
  }
  .c-nav-container__menu-button {
    top: -15px;
    right: 21px;
    padding: 32px 0px;
    background-color: transparent;
    color: #dc3e37;
    font-size: 45px;
  }
  .c-nav-container__menu-button.w--open {
    right: -30px;
    background-color: transparent;
    color: #dc3e37;
  }
  .news-teaser-list-wrapper {
    width: 50%;
  }
  .form-container-column.small-column {
    width: 100%;
    max-width: 100%;
    min-height: 70vh;
  }
  .column-4 {
    display: flex;
  }
  .dropdown-grid-praxis {
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }
  .menudropdown-title {
    margin-right: 0px;
    margin-left: 0px;
    padding: 4px 0px;
  }
  .menudropdown-title.patienten {
    margin-left: 20px;
  }
  .dropdown-grid-patienten {
    padding-top: 15px;
    padding-bottom: 0px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .dropdown-grid-aerzte {
    margin-top: 6px;
    margin-bottom: 20px;
    padding-top: 0px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .text-black.text-center {
    justify-content: center;
  }
  .iconbox-container-contact {
    margin-bottom: 40px;
  }
  .dropdown-wrapper-wide-menu {
    display: none;
    margin-left: 0px;
    box-shadow: none;
  }
  .dropdown-wrapper-wide-menu.w--open {
    width: 100%;
    height: auto;
    margin-left: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }
  .dropdown-wrapper-wide-menu.leistungen.w--open {
    width: 100%;
    height: auto;
    margin-left: 0px;
    padding-right: 20px;
    padding-bottom: 19px;
    padding-left: 20px;
  }
  .dropdown-wrapper-wide-menu.aerzte.w--open {
    height: auto;
    margin-left: 0px;
  }
  .column-1-patienten-menu {
    height: 100%;
    padding-bottom: 20px;
    background-color: #f9f8f7;
  }
  .text-block-6 {
    padding-left: 0px;
  }
  .columns-2 {
    height: auto;
  }
  .logo-bildmarke-widelab {
    height: 90px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .c-nav-container__top-bar-widelab {
    display: flex;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .column-11 {
    height: auto;
  }
  .columns-3 {
    margin-left: -20px;
  }
  .container-praxis-menu {
    height: auto;
  }
  .c-hero {
    height: auto;
    min-height: 400px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .c-contact {
    padding-bottom: 0px;
  }
  .link-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-about-grid-block__title {
    margin-top: 0px;
  }
  .c-about-grid-top__divider {
    display: none;
  }
  .c-map {
    min-height: 400px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: 56% 50%;
  }
  .c-leistungen {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .c-footer-bottom-left {
    width: 100%;
    margin-right: 0px;
    text-align: center;
  }
  .c-footer-bottom-right-block {
    padding-left: 10px;
  }
  .c-nav-container__divider {
    display: none;
  }
  .image-4 {
    display: none;
    color: #dc3e37;
  }
  .c-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .c-container.is--wrapped {
    margin-right: 40px;
    margin-left: 40px;
    padding: 50px 40px 80px;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .c-hero-grid {
    grid-template-columns: 1.5fr 1fr;
  }
  .c-about {
    padding-top: 70px;
    padding-bottom: 42px;
  }
  .c-online-bildzugriff-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
  .c-services-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .c-online-bildzugriff {
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .c-red-banner {
    position: relative;
    width: 95%;
    height: auto;
    margin-top: -71px;
    margin-bottom: 98px;
    padding-top: 37px;
    padding-bottom: 37px;
    background-size: 150px;
  }
  .c-red-banner-grid {
    grid-column-gap: 40px;
    grid-template-columns: 2fr 1fr;
  }
  .c-red-banner__paragraph {
    margin-bottom: 40px;
    font-size: 14.4px;
    line-height: 26px;
  }
  .c-red-banner-block {
    width: 60vw;
    max-width: 800px;
  }
  .c-footer {
    padding-bottom: 100px;
  }
  .c-footer-bottom {
    justify-items: center;
    grid-template-columns: 1fr;
  }
  .c-navbar-menu {
    width: 90%;
    background-color: #fff;
    box-shadow: 1px 0 16px 0 rgba(0, 0, 0, 0.19);
  }
  .c-footer-bottom-right {
    display: flex;
    flex-direction: row;
  }
  .c-footter-bottom-right__link {
    align-self: center;
  }
  .c-hero-grid__text {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 42px;
  }
  .c-about-grid {
    grid-template-columns: 1fr 1fr;
  }
  .c-leistungen-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
  .c-footer-grid {
    grid-template-columns: 1fr;
  }
  .c-hero-grid-content {
    min-width: 0px;
  }
  .c-contact-grid {
    grid-column-gap: 25px;
  }
  .c-services-list-grid {
    justify-content: center;
    justify-items: center;
    grid-template-columns: 264px 264px;
  }
  .c-service-header-grid {
    grid-template-columns: 1fr;
  }
  .c-service-header-highlight {
    position: static;
    max-width: 400px;
    margin-bottom: -200px;
  }
  .c-service-header-highlight.is--at-service-w-video {
    margin-bottom: 0px;
  }
  .c-service-content {
    padding-top: 100px;
  }
  .div-block-40 {
    margin-left: 0px;
  }
  .c-team-list-grid {
    justify-content: center;
    justify-items: center;
    grid-template-columns: 264px 264px;
  }
  .c-member-wrapper {
    padding-left: 28px;
  }
  .c-datien-grid {
    grid-column-gap: 29px;
    grid-template-columns: 200px 1fr;
  }
  .c-datien-grid-form {
    padding-right: 30px;
    padding-left: 30px;
  }
  .c-datien-grid-form-row.is--geschleft {
    grid-template-columns: auto;
  }
  .c-datien-grid-form-row.is--at-weitere-details {
    grid-template-columns: auto;
  }
  .div-block-48 {
    margin-right: -30px;
    margin-left: -30px;
  }
  .c-datien-grid-form-untersuchung {
    justify-content: center;
  }
  .g-praxis-gallery {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto auto;
  }
  .c-contact-page-grid {
    grid-column-gap: 19px;
  }
  .c-contact-page-grid-form {
    padding-right: 30px;
    padding-left: 30px;
  }
  .c-location-grid {
    grid-template-columns: 1fr 1fr;
  }
  .c-location-grid-list-item-link {
    margin-left: 0px;
  }
  .c-location-grid-list-item-link:hover {
    text-decoration: underline;
  }
  .c-daten-page {
    margin: 15px;
  }
  .c-daten-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}
@media (max-width: 767px) {
  .navbar-menu {
    display: block;
  }
  .iconbox-container {
    display: flex;
  }
  .subpage-image {
    height: 280px;
  }
  .feature-image-container.slideshow {
    height: 280px;
  }
  .form-container {
    padding: 55px 50px;
  }
  .section-form-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }
  .c-nav-container__menu-button.w--open {
    background-color: transparent;
    color: #dc3e37;
  }
  .news-teaser-list-wrapper {
    width: 100%;
  }
  .column-2 {
    display: flex;
  }
  .dropdown-wrapper-wide-menu.w--open {
    padding-bottom: 9px;
  }
  .column-9 {
    height: auto;
    padding-left: 4px;
    border-right-style: none;
  }
  .container-2 {
    border-right-style: none;
  }
  .column-10 {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-11 {
    padding-bottom: 10px;
  }
  .columns-3 {
    margin-right: -20px;
  }
  .container-5 {
    padding-left: 10px;
  }
  .container-praxis-menu {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-right-style: none;
  }
  .c-hero {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .link-block {
    padding-right: 25px;
    padding-left: 25px;
  }
  .small-capital-title {
    font-size: 11px;
  }
  .div-block-13 {
    padding-right: 20px;
  }
  .c-leistungen {
    padding-top: 0px;
  }
  .c-container__heading {
    margin-bottom: 15px;
  }
  .c-services-grid-block__text {
    font-size: 14.4px;
  }
  .c-footer-box {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-footer-bottom-left {
    margin-bottom: 15px;
    text-align: center;
  }
  .c-footer-bottom-right-block {
    margin-bottom: 15px;
    padding-left: 0px;
  }
  .c-hero-grid {
    margin-right: 40px;
    margin-left: 40px;
    grid-template-columns: 1fr;
  }
  .c-about {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .c-online-blidzugriff__image {
    position: relative;
    top: 0px;
    right: 0%;
    width: 90%;
    margin-left: auto;
  }
  .c-services {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .c-services-grid {
    grid-template-columns: 1fr 1fr;
  }
  .c-online-anmeldung-grid {
    grid-template-columns: 3.25fr;
    grid-template-rows: auto auto;
  }
  .c-online-bildzugriff {
    padding-top: 0px;
    padding-bottom: 140px;
  }
  .c-online-bildzugriff-grid-block {
    margin-left: 0%;
  }
  .c-red-banner {
    position: relative;
    width: 100%;
    margin-top: -71px;
    border-radius: 0px;
  }
  .c-footer-bottom {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .c-navbar-menu {
    width: 85%;
  }
  .c-footer-bottom-right {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .c-footter-bottom-right__link {
    margin-left: 0px;
  }
  .c-leistunen-grid-block {
    margin-top: 30px;
    margin-left: 0%;
  }
  .c-online-anmeldung-grid-block {
    margin-top: -81px;
  }
  .c-button.is--red {
    text-align: center;
  }
  .c-map-grid {
    grid-template-columns: 1fr 0.25fr;
  }
  .c-leistungen__image {
    position: relative;
    top: 0px;
    right: 0%;
    width: 90%;
    margin-left: auto;
  }
  .c-hero-grid-content {
    min-width: 0px;
    text-align: center;
  }
  .text-block-19 {
    font-size: 17px;
  }
  .c-contact-grid {
    justify-items: stretch;
    grid-column-gap: 17px;
    grid-template-columns: auto;
  }
  .c-navbar-menu-scroll-wrapper {
    overflow: auto;
    height: 100vh;
  }
  .c-services-list {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .c__h1.is--at-contact-page {
    margin-bottom: 0px;
    text-align: center;
  }
  .c-services-list-grid {
    grid-template-columns: minmax(200px, 300px);
  }
  .c-services-list-grid-block__image {
    align-self: center;
  }
  .c-service-header {
    padding-top: 45px;
  }
  .text-block-21 {
    text-align: center;
  }
  .c-service-header-grid.is--at-service-w-video {
    margin-bottom: -400px;
    grid-row-gap: 20px;
  }
  .c-service-header-h1 {
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
  }
  .c-service-header-highlight.is--at-service-w-video {
    margin-bottom: 0px;
  }
  .c-service-content.is--at-service-w-video {
    padding-top: 400px;
  }
  .c-team-list-grid {
    grid-template-columns: minmax(200px, 300px);
  }
  .c-team-list-grid-block__image {
    align-self: center;
  }
  .c-team-list {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .c-section {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .c-member-wrapper {
    padding-bottom: 23px;
  }
  .c-member-grid {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    grid-template-columns: 1.75fr;
  }
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .c-datien {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .c-datien-grid {
    grid-template-columns: 1fr;
  }
  .c-datien-grid-steps__number {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
  .c-datien-grid-step-line {
    display: none;
  }
  .c-datien-grid-step-wrapper {
    margin-right: 5px;
    flex-direction: row;
  }
  .c-datien-grid-steps__title {
    font-size: 14px;
  }
  .c-datien-grid-list-step {
    margin-right: 10px;
    margin-left: 10px;
    flex-direction: column;
    align-items: center;
  }
  .c-datien-grid-form {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-datien-grid-list {
    display: flex;
    justify-content: space-between;
  }
  .div-block-48 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .g-praxis-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .c-contact-page {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .c-contact-page-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }
  .c-contact-page-grid-form {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-contact-page-grid-form-row {
    grid-template-columns: 1fr;
  }
  .c-service-header-grid-video {
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .c-daten-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
  }
  .c-block-introduction-text {
    width: 90%;
  }
}
@media (max-width: 479px) {
  h1 {
    margin-bottom: 7px;
    line-height: 45px;
  }
  h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 30px;
  }
  h3 {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .navbar-menu {
    min-width: 260px;
    padding-left: 30px;
  }
  .c-navbar-menu__link {
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .c-navbar-menu__link.is--dropdown {
    margin-right: 5px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 19px;
  }
  .c-header {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(37, 40, 44, 0.25);
  }
  .logo-bildmarke {
    width: 80px;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .logo-titel {
    margin-left: 10px;
    font-size: 23px;
    line-height: 70px;
  }
  .feature._1 {
    min-height: 0px;
  }
  .feature-headline {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 31px;
  }
  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section.b-b.informations {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section.page-title {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .c-page-wrapper {
    margin-top: 100px;
  }
  .headline-section {
    margin-top: 0px;
  }
  .navbar-link-dropdown {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .iconbox-container {
    margin-right: 20px;
    margin-left: 20px;
  }
  .iconbox-container.last {
    margin-bottom: 0px;
  }
  .dropdown-item.sub-item {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 1.2;
    white-space: break-spaces;
  }
  .teaser-content-wrapper {
    padding: 20px;
  }
  .teaser-headline.leistungen {
    font-size: 22px;
  }
  .section-headline-wrapper {
    margin-bottom: 30px;
  }
  .section-headline-line {
    display: none;
  }
  .section-headline.bg-grey {
    margin-top: 20px;
  }
  .button-more-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .subpage-image-container {
    margin-top: -60px;
  }
  .subpage-image {
    height: 220px;
  }
  .c-nav-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-nav-container.page-begin {
    margin-top: -60px;
  }
  .feature-content-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .feature-image-container.slideshow {
    height: 250px;
  }
  .feature-phone-number-wrapper {
    margin-top: 10px;
  }
  .c-subfooter-gallery {
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .feature-award {
    right: 20px;
    width: 56px;
  }
  .section-image-text-text {
    min-height: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .teaser-team-wrapper.page-start {
    margin-top: -60px;
  }
  .leistungen-row {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .form-container {
    padding: 35px 40px;
  }
  .section-form-wrapper {
    margin-top: -50px;
  }
  .section-form-wrapper.full-width {
    margin-top: -50px;
  }
  .footer-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .c-nav-container__menu-button {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 40px;
  }
  .c-nav-container__menu-button.w--open {
    right: 0px;
  }
  .content-row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .form-container-column {
    padding-right: 40px;
    padding-left: 40px;
  }
  .column-2 {
    flex-direction: column;
    align-items: center;
  }
  .menudropdown-title.patienten {
    margin-left: 5px;
    padding-top: 15px;
    font-size: 14px;
    line-height: 1.3;
  }
  .iconbox-container-contact {
    margin-right: 20px;
    margin-left: 20px;
  }
  .text-block-6 {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 0px;
    font-size: 13px;
    line-height: 1.5;
  }
  .logo-bildmarke-widelab {
    width: 80px;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .container-5 {
    padding-top: 10px;
  }
  .c-hero {
    min-height: 400px;
    background-image: url("../images/hero-mob.png");
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .c-about-grid-block__title {
    text-align: center;
  }
  .c-map {
    padding-top: 20px;
    padding-bottom: 20px;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .c-leistungen {
    margin-top: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .c-container__heading {
    font-size: 25.6px;
    text-align: center;
  }
  .c-subfooter-gallery-item {
    flex: 0 0 20%;
  }
  .c-subfooter-gallery-item.is--last {
    display: none;
  }
  .c-footer-list {
    text-align: left;
  }
  .c-footer-grid-block {
    margin-top: 0px;
    justify-content: space-between;
  }
  .c-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-container.is--wrapped {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-hero-grid {
    margin-right: 0px;
    margin-left: 0px;
  }
  .c-services-grid {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }
  .c-online-bildzugriff {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .c-online-bildzugriff-grid-block {
    margin-left: 0%;
    text-align: center;
  }
  .c-red-banner {
    width: 100%;
    margin-top: 40px;
    border-radius: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .c-red-banner-grid {
    grid-template-columns: 2fr;
  }
  .c-red-banner-block {
    width: 100%;
    text-align: center;
  }
  .c-navbar-menu {
    width: 90%;
  }
  .c-leistunen-grid-block {
    margin-left: 0%;
  }
  .c-online-anmeldung-grid-block {
    margin-top: -40px;
    text-align: center;
  }
  .c-hero-grid__text {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
  }
  .c-about-grid {
    grid-template-columns: 1fr;
  }
  .c-about-grid-block__paragraph {
    text-align: center;
  }
  .c-map-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .c-map__title {
    line-height: 1.2;
    text-align: center;
  }
  .c-map__paragraph {
    text-align: center;
  }
  .c-leistungen-grid {
    text-align: center;
  }
  .c-headline {
    margin-top: 0px;
  }
  .c-red-banner-block__title {
    font-size: 32px;
    line-height: 1.2;
  }
  .c-footer-grid {
    text-align: center;
  }
  .c-footer-box-grid {
    grid-template-columns: 1fr;
  }
  .c-footer-box-grid-link {
    text-align: left;
  }
  .c-navbar-menu-scroll-wrapper {
    overflow: auto;
    height: 100vh;
    padding-bottom: 25px;
  }
  .c__h1.long-title-desktop {
    display: none;
  }
  .c__h1.long-title-mobile {
    display: block;
    justify-content: center;
  }
  .text-block-21 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .c-service-header-grid.is--at-service-w-video {
    grid-template-columns: auto;
  }
  .c-service-header-h1 {
    font-size: 20px;
  }
  .c-service-header-highlight {
    max-width: none;
    min-width: 0px;
  }
  .c-service-header-highlight-title {
    min-height: 40px;
  }
  .div-block-38 {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .div-block-39 {
    margin-bottom: 10px;
    flex: 0 0 auto;
  }
  .list-item-2 {
    font-size: 14px;
    line-height: 20px;
  }
  .c-service-content {
    padding-top: 150px;
  }
  .c-service-content__h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.3;
  }
  .div-block-40 {
    margin-left: 0px;
    flex-direction: column;
    align-items: flex-start;
  }
  .c-service-gallery {
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .c-service-gallery-item {
    flex: 0 0 20%;
  }
  .c-service-gallery-item.is--last {
    display: none;
  }
  .c-service-content__paragraph {
    margin-top: 10px;
  }
  .c-link-back.is--at-form {
    margin-top: 40px;
  }
  .c-member-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-datien-grid-steps__title {
    text-align: center;
  }
  .c-datien-grid-list-step {
    margin-right: 10px;
    margin-left: 10px;
  }
  .c-datien-grid-form-row {
    display: flex;
    flex-direction: column;
  }
  .div-block-47 {
    margin-top: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
  .ca-radio-field {
    margin-bottom: 10px;
    align-self: flex-start;
  }
  .c-footer-contact-item {
    text-align: left;
  }
  .ca-radio-wrapper {
    margin-top: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
  .c-praxis-gallery-item {
    flex: 0 0 20%;
  }
  .g-praxis-gallery {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  }
  .c-contact-page-grid-form-row {
    display: flex;
    flex-direction: column;
  }
  .c-location-grid-list-item-link__icon {
    flex: 0 0 auto;
  }
  .c-anfahrt-grid__title {
    font-size: 28px;
  }
  .c-daten-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
  }
  .c-block-introduction-text {
    width: 100%;
  }
  .c-videos-header-h2.desktop {
    display: none;
  }
  .c-videos-header-h2.mobile {
    display: block;
  }
  .c-stellen-header-h2.desktop {
    display: none;
  }
  .c-stellen-header-h2.mobile {
    display: block;
  }
  .c-stellen-list-item, .c-stellen-body li {
    padding-left: 5px;
  }
}
#w-node-b87192e193bf-92e19375 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  grid-row-start: 1;
}

#w-node-b87192e193c1-92e19375 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  grid-row-start: 2;
}

#w-node-b87192e193c3-92e19375 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  grid-row-start: 3;
}

#w-node-b87192e193d0-92e19375 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  grid-row-start: 1;
}

#w-node-b87192e193d2-92e19375 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  grid-row-start: 2;
}

#w-node-b87192e193d4-92e19375 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  grid-row-start: 3;
}

#w-node-b87192e193dd-92e19375 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  grid-row-start: 2;
}

#w-node-b87192e193df-92e19375 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  grid-row-start: 2;
}

#w-node-b87192e193e1-92e19375 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  grid-row-start: 3;
}

#w-node-b87192e193e3-92e19375 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  grid-row-start: 3;
}

#w-node-54979621f2f4-92e19375 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  grid-row-start: 4;
}

#w-node-b87192e193e5-92e19375 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  grid-row-start: 1;
}

#w-node-b87192e193e7-92e19375 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  grid-row-start: 2;
}

#w-node-b87192e193e9-92e19375 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  grid-row-start: 3;
}

#w-node-b87192e193eb-92e19375 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  grid-row-start: 1;
}

#w-node-b87192e193ed-92e19375 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  grid-row-start: 1;
}

#w-node-610a93c32d0a-92e19375 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  grid-row-start: 4;
}

#w-node-9973fa3014b5-f4eb8a8b {
  -ms-grid-column-span: 5;
  grid-column-end: 7;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  grid-row-start: 1;
}

#w-node-b58dcafdf89f-f4eb8a8b {
  justify-self: end;
  align-self: center;
}

#w-node-b58dcafdf8aa-f4eb8a8b {
  justify-self: start;
  align-self: center;
}

#w-node-a2543d0a04cb-f4eb8a8b {
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-25b267596953-f4eb8a8b {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  grid-row-start: 1;
  align-self: center;
  justify-self: start;
}

#w-node-2c51bff35904-f4eb8a8b {
  grid-column-start: 2;
  -ms-grid-column-span: 4;
  grid-column-end: 6;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-789b2f1aca91-f4eb8a8b {
  -ms-grid-column-span: 7;
  grid-column-end: 9;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  grid-row-start: 1;
}

#w-node-eab07f3af3f5-f4eb8a8b {
  align-self: center;
  justify-self: center;
}

#w-node-54d93c5b5d45-f4eb8a8b {
  justify-self: end;
}

#w-node-1dc895e4cd14-7cf37a3c {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  grid-row-start: 1;
}

#w-node-1dc895e4cd16-7cf37a3c {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  grid-row-start: 2;
}

#w-node-1dc895e4cd18-7cf37a3c {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  grid-row-start: 3;
}

#w-node-81f78d4f87ef-7cf37a3c {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  grid-row-start: 1;
}

#w-node-81f78d4f87f1-7cf37a3c {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  grid-row-start: 2;
}

#w-node-81f78d4f87f3-7cf37a3c {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  grid-row-start: 3;
}

#w-node-9fa1b9da3e6e-b9da3e14 {
  align-self: center;
  justify-self: center;
}

#w-node-9fa1b9da3e73-b9da3e14 {
  justify-self: end;
}

#w-node-ffc3b0e0de2d-b0e0ddf4 {
  align-self: center;
  justify-self: center;
}

#w-node-ffc3b0e0de32-b0e0ddf4 {
  justify-self: end;
}

#w-node-b769fa5f38d3-9e0f75cb {
  justify-self: stretch;
  align-self: center;
}

#w-node-945ea30fbe7a-9e0f75cb {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  grid-row-start: 2;
}

#w-node-9bdbeb438f7e-bef9b052 {
  justify-self: stretch;
  align-self: start;
}

#w-node-6f2d0a94ee32-bef9b052 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  grid-row-start: 1;
}

#w-node-6f2d0a94ee32-7c59f0de {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  grid-row-start: 1;
}

#w-node-a04a36469196-7c59f0de {
  justify-self: start;
}

#w-node-9bdbeb438f7e-4e6eaf94 {
  justify-self: stretch;
  align-self: start;
}

#Anamnese-und-kl\.-Angaben.w-node-7c8f36b4e31d-4e6eaf94 {
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#Fragestellung.w-node-b1e0e2497639-4e6eaf94 {
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b2dbb6ff12f6-4e6eaf94 {
  justify-self: center;
  align-self: center;
}

#w-node-5f018985acde-4e6eaf94 {
  justify-self: center;
  align-self: center;
}

#w-node-d96a1b684958-4e6eaf94 {
  justify-self: center;
  align-self: center;
}

#w-node-d5cf1591c655-4e6eaf94 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  grid-row-start: 1;
}

#w-node-d5cf1591c657-4e6eaf94 {
  justify-self: start;
}

#w-node-9bdbeb438f7e-3dd7f793 {
  justify-self: stretch;
  align-self: start;
}

#Praxis-Adresse-2.w-node-5f303c240304-3dd7f793 {
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#Bemerkungen.w-node-7c8f36b4e31d-3dd7f793 {
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#Befundkopie-an.w-node-d044015d8e70-3dd7f793 {
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-6f2d0a94ee32-3dd7f793 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  grid-row-start: 1;
}

#w-node-9bdbeb438f7e-1f4bfe70 {
  justify-self: stretch;
  align-self: start;
}

#E-Mail-Adresse.w-node-5f303c240304-1f4bfe70 {
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#Ihre-Nachricht.w-node-7c8f36b4e31d-1f4bfe70 {
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-6f2d0a94ee32-1f4bfe70 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  grid-row-start: 1;
}

#w-node-d4d9a1a2d008-cf820a3f {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  grid-row-start: 2;
}

#w-node-9139f2478716-cf820a3f {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  grid-row-start: 2;
}

#w-node-9c04e005358e-cf820a3f {
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-0b8c1ae95788-ccf15e6d {
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  justify-self: center;
}

#w-node-0c6586f5e5fa-ccf15e6d {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  grid-row-start: 2;
}

#w-node-87db80343b5b-2188c1d5 {
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-8dab91ad01d5-e046e15a {
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b87192e193df-92e19375 {
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-b87192e193e1-92e19375 {
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }
  #w-node-b87192e193e7-92e19375 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
    grid-row-start: 8;
  }
  #w-node-b87192e193e9-92e19375 {
    grid-row-start: 9;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }
  #w-node-b87192e193eb-92e19375 {
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-b87192e193ed-92e19375 {
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }
  #w-node-9973fa3014b5-f4eb8a8b {
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-e30a5843ba47-f4eb8a8b {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    grid-row-start: 1;
  }
  #w-node-e30a5843ba57-f4eb8a8b {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    grid-row-start: 3;
  }
  #w-node-e30a5843ba67-f4eb8a8b {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    grid-row-start: 3;
  }
  #w-node-e30a5843ba3d-f4eb8a8b {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    grid-row-start: 2;
  }
  #w-node-e30a5843ba4c-f4eb8a8b {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    grid-row-start: 2;
  }
  #w-node-a2543d0a04cb-f4eb8a8b {
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-2c51bff35904-f4eb8a8b {
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-789b2f1aca91-f4eb8a8b {
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-54d93c5b5d45-f4eb8a8b {
    justify-self: center;
  }
  #w-node-1dc895e4cd14-7cf37a3c {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    grid-row-start: 1;
  }
  #w-node-9fa1b9da3e73-b9da3e14 {
    justify-self: center;
  }
  #w-node-0c6586f5e5fa-9dffb7fd {
    justify-self: center;
  }
  #w-node-ffc3b0e0de32-b0e0ddf4 {
    justify-self: center;
  }
  #w-node-36cf1748ce01-cf820a3f {
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-32139da1599f-cf820a3f {
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-2f413c3d5ef7-ccf15e6d {
    align-self: stretch;
  }
  #w-node-0c6586f5e5fa-ccf15e6d {
    justify-self: center;
  }
  #w-node-8dab91ad01d5-e046e15a {
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}
@media screen and (max-width: 767px) {
  #w-node-9973fa3014b5-f4eb8a8b {
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-b58dcafdf89f-f4eb8a8b {
    justify-self: stretch;
  }
  #w-node-b58dcafdf8a1-f4eb8a8b {
    order: -9999;
  }
  #w-node-b58dcafdf8aa-f4eb8a8b {
    justify-self: stretch;
  }
  #w-node-a2543d0a04cb-f4eb8a8b {
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-25b267596953-f4eb8a8b {
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-2c51bff35904-f4eb8a8b {
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-54d93c5b5d45-f4eb8a8b {
    justify-self: center;
  }
  #w-node-9fa1b9da3e73-b9da3e14 {
    justify-self: center;
  }
  #w-node-ffc3b0e0de32-b0e0ddf4 {
    justify-self: center;
  }
  #w-node-c92bf2e78ed9-9e0f75cb {
    order: -9999;
    justify-self: center;
  }
  #w-node-945ea30fbe7a-9e0f75cb {
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }
  #w-node-d4d9a1a2d008-cf820a3f {
    grid-column-start: 1;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-9139f2478716-cf820a3f {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
  #w-node-2f413c3d5ef7-ccf15e6d {
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-0c6586f5e5fa-ccf15e6d {
    grid-column-start: 1;
  }
  #w-node-87db80343b5b-2188c1d5 {
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}
@media screen and (max-width: 479px) {
  #w-node-e30a5843ba38-f4eb8a8b {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    grid-row-start: 1;
    justify-self: center;
  }
  #w-node-e30a5843ba47-f4eb8a8b {
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    justify-self: center;
  }
  #w-node-e30a5843ba57-f4eb8a8b {
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    justify-self: center;
  }
  #w-node-e30a5843ba67-f4eb8a8b {
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    justify-self: center;
  }
  #w-node-e30a5843ba3d-f4eb8a8b {
    justify-self: center;
  }
  #w-node-e30a5843ba4c-f4eb8a8b {
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    justify-self: center;
  }
  #w-node-e30a5843ba5b-f4eb8a8b {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    grid-row-start: 6;
    justify-self: center;
  }
  #w-node-e30a5843ba6b-f4eb8a8b {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
    grid-row-start: 8;
    justify-self: stretch;
  }
  #w-node-9520f1a323bb-f4eb8a8b {
    justify-self: center;
  }
  #w-node-6cca5de4de71-f4eb8a8b {
    order: 9999;
  }
  #w-node-eab07f3af3f5-f4eb8a8b {
    order: 9999;
  }
  #w-node-9fa1b9da3e38-b9da3e14 {
    justify-self: center;
  }
  #w-node-9fa1b9da3e5f-b9da3e14 {
    order: 9999;
  }
  #w-node-9fa1b9da3e6e-b9da3e14 {
    order: 9999;
  }
  #w-node-ffc3b0e0ddf7-b0e0ddf4 {
    justify-self: center;
  }
  #w-node-ffc3b0e0de1e-b0e0ddf4 {
    order: 9999;
  }
  #w-node-ffc3b0e0de2d-b0e0ddf4 {
    order: 9999;
  }
  #name.w-node-76967241f9aa-cf820a3f {
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-76967241f9ae-cf820a3f {
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #name-2.w-node-32139da159a5-cf820a3f {
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-32139da159a6-cf820a3f {
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-0b8c1ae95788-ccf15e6d {
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-2f413c3d5ef7-ccf15e6d {
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-0c6586f5e5fa-ccf15e6d {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
  #w-node-87db80343b5b-2188c1d5 {
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}
.container,
.container-fluid,
.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;
  }
}
.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-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%;
  }
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #72201d;
  background-color: #f8d8d7;
  border-color: #f5c9c7;
}
.alert-primary hr {
  border-top-color: #f1b4b1;
}
.alert-primary .alert-link {
  color: #491513;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

.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 print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

.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: 1rem !important;
}

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

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

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

.ml-4,
.mx-4 {
  margin-left: 1rem !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-20,
.mx-20 {
  margin-left: 5rem !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: 1rem !important;
}

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

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

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

.pl-4,
.px-4 {
  padding-left: 1rem !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-20,
.px-20 {
  padding-left: 5rem !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: -1rem !important;
}

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

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

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

.ml-n4,
.mx-n4 {
  margin-left: -1rem !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-n6 {
  margin: -1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n20,
.mx-n20 {
  margin-left: -5rem !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: 1rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1rem !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;
  }
  .m-sm-6 {
    margin: 1.5rem !important;
  }
  .mt-sm-6,
.my-sm-6 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-6,
.mx-sm-6 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-6,
.mx-sm-6 {
    margin-left: 1.5rem !important;
  }
  .m-sm-8 {
    margin: 2rem !important;
  }
  .mt-sm-8,
.my-sm-8 {
    margin-top: 2rem !important;
  }
  .mr-sm-8,
.mx-sm-8 {
    margin-right: 2rem !important;
  }
  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-8,
.mx-sm-8 {
    margin-left: 2rem !important;
  }
  .m-sm-20 {
    margin: 5rem !important;
  }
  .mt-sm-20,
.my-sm-20 {
    margin-top: 5rem !important;
  }
  .mr-sm-20,
.mx-sm-20 {
    margin-right: 5rem !important;
  }
  .mb-sm-20,
.my-sm-20 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-20,
.mx-sm-20 {
    margin-left: 5rem !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: 1rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1rem !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;
  }
  .p-sm-6 {
    padding: 1.5rem !important;
  }
  .pt-sm-6,
.py-sm-6 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-6,
.px-sm-6 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-6,
.px-sm-6 {
    padding-left: 1.5rem !important;
  }
  .p-sm-8 {
    padding: 2rem !important;
  }
  .pt-sm-8,
.py-sm-8 {
    padding-top: 2rem !important;
  }
  .pr-sm-8,
.px-sm-8 {
    padding-right: 2rem !important;
  }
  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-8,
.px-sm-8 {
    padding-left: 2rem !important;
  }
  .p-sm-20 {
    padding: 5rem !important;
  }
  .pt-sm-20,
.py-sm-20 {
    padding-top: 5rem !important;
  }
  .pr-sm-20,
.px-sm-20 {
    padding-right: 5rem !important;
  }
  .pb-sm-20,
.py-sm-20 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-20,
.px-sm-20 {
    padding-left: 5rem !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: -1rem !important;
  }
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1rem !important;
  }
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1rem !important;
  }
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1rem !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-n6 {
    margin: -1.5rem !important;
  }
  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n8 {
    margin: -2rem !important;
  }
  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -2rem !important;
  }
  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -2rem !important;
  }
  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -2rem !important;
  }
  .m-sm-n20 {
    margin: -5rem !important;
  }
  .mt-sm-n20,
.my-sm-n20 {
    margin-top: -5rem !important;
  }
  .mr-sm-n20,
.mx-sm-n20 {
    margin-right: -5rem !important;
  }
  .mb-sm-n20,
.my-sm-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n20,
.mx-sm-n20 {
    margin-left: -5rem !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: 1rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1rem !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;
  }
  .m-md-6 {
    margin: 1.5rem !important;
  }
  .mt-md-6,
.my-md-6 {
    margin-top: 1.5rem !important;
  }
  .mr-md-6,
.mx-md-6 {
    margin-right: 1.5rem !important;
  }
  .mb-md-6,
.my-md-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-6,
.mx-md-6 {
    margin-left: 1.5rem !important;
  }
  .m-md-8 {
    margin: 2rem !important;
  }
  .mt-md-8,
.my-md-8 {
    margin-top: 2rem !important;
  }
  .mr-md-8,
.mx-md-8 {
    margin-right: 2rem !important;
  }
  .mb-md-8,
.my-md-8 {
    margin-bottom: 2rem !important;
  }
  .ml-md-8,
.mx-md-8 {
    margin-left: 2rem !important;
  }
  .m-md-20 {
    margin: 5rem !important;
  }
  .mt-md-20,
.my-md-20 {
    margin-top: 5rem !important;
  }
  .mr-md-20,
.mx-md-20 {
    margin-right: 5rem !important;
  }
  .mb-md-20,
.my-md-20 {
    margin-bottom: 5rem !important;
  }
  .ml-md-20,
.mx-md-20 {
    margin-left: 5rem !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: 1rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1rem !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;
  }
  .p-md-6 {
    padding: 1.5rem !important;
  }
  .pt-md-6,
.py-md-6 {
    padding-top: 1.5rem !important;
  }
  .pr-md-6,
.px-md-6 {
    padding-right: 1.5rem !important;
  }
  .pb-md-6,
.py-md-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-6,
.px-md-6 {
    padding-left: 1.5rem !important;
  }
  .p-md-8 {
    padding: 2rem !important;
  }
  .pt-md-8,
.py-md-8 {
    padding-top: 2rem !important;
  }
  .pr-md-8,
.px-md-8 {
    padding-right: 2rem !important;
  }
  .pb-md-8,
.py-md-8 {
    padding-bottom: 2rem !important;
  }
  .pl-md-8,
.px-md-8 {
    padding-left: 2rem !important;
  }
  .p-md-20 {
    padding: 5rem !important;
  }
  .pt-md-20,
.py-md-20 {
    padding-top: 5rem !important;
  }
  .pr-md-20,
.px-md-20 {
    padding-right: 5rem !important;
  }
  .pb-md-20,
.py-md-20 {
    padding-bottom: 5rem !important;
  }
  .pl-md-20,
.px-md-20 {
    padding-left: 5rem !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: -1rem !important;
  }
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1rem !important;
  }
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1rem !important;
  }
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1rem !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-n6 {
    margin: -1.5rem !important;
  }
  .mt-md-n6,
.my-md-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n6,
.mx-md-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n6,
.mx-md-n6 {
    margin-left: -1.5rem !important;
  }
  .m-md-n8 {
    margin: -2rem !important;
  }
  .mt-md-n8,
.my-md-n8 {
    margin-top: -2rem !important;
  }
  .mr-md-n8,
.mx-md-n8 {
    margin-right: -2rem !important;
  }
  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n8,
.mx-md-n8 {
    margin-left: -2rem !important;
  }
  .m-md-n20 {
    margin: -5rem !important;
  }
  .mt-md-n20,
.my-md-n20 {
    margin-top: -5rem !important;
  }
  .mr-md-n20,
.mx-md-n20 {
    margin-right: -5rem !important;
  }
  .mb-md-n20,
.my-md-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n20,
.mx-md-n20 {
    margin-left: -5rem !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: 1rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1rem !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;
  }
  .m-lg-6 {
    margin: 1.5rem !important;
  }
  .mt-lg-6,
.my-lg-6 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-6,
.mx-lg-6 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-6,
.mx-lg-6 {
    margin-left: 1.5rem !important;
  }
  .m-lg-8 {
    margin: 2rem !important;
  }
  .mt-lg-8,
.my-lg-8 {
    margin-top: 2rem !important;
  }
  .mr-lg-8,
.mx-lg-8 {
    margin-right: 2rem !important;
  }
  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-8,
.mx-lg-8 {
    margin-left: 2rem !important;
  }
  .m-lg-20 {
    margin: 5rem !important;
  }
  .mt-lg-20,
.my-lg-20 {
    margin-top: 5rem !important;
  }
  .mr-lg-20,
.mx-lg-20 {
    margin-right: 5rem !important;
  }
  .mb-lg-20,
.my-lg-20 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-20,
.mx-lg-20 {
    margin-left: 5rem !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: 1rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1rem !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;
  }
  .p-lg-6 {
    padding: 1.5rem !important;
  }
  .pt-lg-6,
.py-lg-6 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-6,
.px-lg-6 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-6,
.px-lg-6 {
    padding-left: 1.5rem !important;
  }
  .p-lg-8 {
    padding: 2rem !important;
  }
  .pt-lg-8,
.py-lg-8 {
    padding-top: 2rem !important;
  }
  .pr-lg-8,
.px-lg-8 {
    padding-right: 2rem !important;
  }
  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-8,
.px-lg-8 {
    padding-left: 2rem !important;
  }
  .p-lg-20 {
    padding: 5rem !important;
  }
  .pt-lg-20,
.py-lg-20 {
    padding-top: 5rem !important;
  }
  .pr-lg-20,
.px-lg-20 {
    padding-right: 5rem !important;
  }
  .pb-lg-20,
.py-lg-20 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-20,
.px-lg-20 {
    padding-left: 5rem !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: -1rem !important;
  }
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1rem !important;
  }
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1rem !important;
  }
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1rem !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-n6 {
    margin: -1.5rem !important;
  }
  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n8 {
    margin: -2rem !important;
  }
  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -2rem !important;
  }
  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -2rem !important;
  }
  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -2rem !important;
  }
  .m-lg-n20 {
    margin: -5rem !important;
  }
  .mt-lg-n20,
.my-lg-n20 {
    margin-top: -5rem !important;
  }
  .mr-lg-n20,
.mx-lg-n20 {
    margin-right: -5rem !important;
  }
  .mb-lg-n20,
.my-lg-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n20,
.mx-lg-n20 {
    margin-left: -5rem !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: 1rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1rem !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;
  }
  .m-xl-6 {
    margin: 1.5rem !important;
  }
  .mt-xl-6,
.my-xl-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-6,
.mx-xl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-6,
.mx-xl-6 {
    margin-left: 1.5rem !important;
  }
  .m-xl-8 {
    margin: 2rem !important;
  }
  .mt-xl-8,
.my-xl-8 {
    margin-top: 2rem !important;
  }
  .mr-xl-8,
.mx-xl-8 {
    margin-right: 2rem !important;
  }
  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-8,
.mx-xl-8 {
    margin-left: 2rem !important;
  }
  .m-xl-20 {
    margin: 5rem !important;
  }
  .mt-xl-20,
.my-xl-20 {
    margin-top: 5rem !important;
  }
  .mr-xl-20,
.mx-xl-20 {
    margin-right: 5rem !important;
  }
  .mb-xl-20,
.my-xl-20 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-20,
.mx-xl-20 {
    margin-left: 5rem !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: 1rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1rem !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;
  }
  .p-xl-6 {
    padding: 1.5rem !important;
  }
  .pt-xl-6,
.py-xl-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-6,
.px-xl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-6,
.px-xl-6 {
    padding-left: 1.5rem !important;
  }
  .p-xl-8 {
    padding: 2rem !important;
  }
  .pt-xl-8,
.py-xl-8 {
    padding-top: 2rem !important;
  }
  .pr-xl-8,
.px-xl-8 {
    padding-right: 2rem !important;
  }
  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-8,
.px-xl-8 {
    padding-left: 2rem !important;
  }
  .p-xl-20 {
    padding: 5rem !important;
  }
  .pt-xl-20,
.py-xl-20 {
    padding-top: 5rem !important;
  }
  .pr-xl-20,
.px-xl-20 {
    padding-right: 5rem !important;
  }
  .pb-xl-20,
.py-xl-20 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-20,
.px-xl-20 {
    padding-left: 5rem !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: -1rem !important;
  }
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1rem !important;
  }
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1rem !important;
  }
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1rem !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-n6 {
    margin: -1.5rem !important;
  }
  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n8 {
    margin: -2rem !important;
  }
  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -2rem !important;
  }
  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -2rem !important;
  }
  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -2rem !important;
  }
  .m-xl-n20 {
    margin: -5rem !important;
  }
  .mt-xl-n20,
.my-xl-n20 {
    margin-top: -5rem !important;
  }
  .mr-xl-n20,
.mx-xl-n20 {
    margin-right: -5rem !important;
  }
  .mb-xl-n20,
.my-xl-n20 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n20,
.mx-xl-n20 {
    margin-left: -5rem !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;
  }
}
.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;
}

.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;
  }
}
.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: #dc3e37 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #a9231e !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: #181815 !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;
}

@font-face {
  font-family: "Fontawesome webfont";
  src: url("/fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Linea basic 10";
  src: url("/fonts/linea-basic-10.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Linea arrows 10";
  src: url("/fonts/linea-arrows-10.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Fontawesome";
  src: url("/fonts/FontAwesome.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
.p > div {
  margin-bottom: 10px;
}

.c-daten-header-h4 {
  font-size: 24px;
  line-height: 34px;
}

.c-daten-header-h5 {
  font-size: 18px;
  line-height: 28px;
}

@media screen and (max-width: 991px) {
  .c-daten-grid {
    grid-template-rows: auto auto auto !important;
  }
}
.c-footer-list-item__link:hover {
  line-height: inherit;
}

.div-block-35 {
  position: relative;
  z-index: 8;
}

.c-footer-box-grid {
  grid-template-columns: 1fr;
}

@media screen and (max-width: 479px) {
  .c-footer-grid-block {
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .c-footer-list {
    width: 100%;
    flex-basis: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .c-footer-list.is--right {
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .c-footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.c-red-banner {
  height: auto;
  min-height: 420px;
}

.about-img-wrapper {
  min-width: 56px;
}

.c-opening-hours.first {
  margin-top: 0;
}

.c-services-grid-block {
  margin-left: unset;
}

.c-hero {
  background-image: none;
}
.c-hero .c-container {
  margin-bottom: 75px;
  max-width: 90%;
}
.c-hero .c-container .c-hero-grid-content {
  grid-column-end: 1 !important;
  grid-column-start: 1 !important;
}

.c-hero-bg-img {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.c-hero-bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1921px) {
  .c-hero-bg-img img {
    -o-object-position: bottom;
       object-position: bottom;
  }
}
@media screen and (min-width: 992px) {
  .c-hero-bg-img img {
    border-bottom-left-radius: 50% 15%;
    border-bottom-right-radius: 50% 15%;
  }
}
@media screen and (min-width: 1200px) {
  .c-hero-bg-img img {
    border-bottom-left-radius: 50% 20%;
    border-bottom-right-radius: 50% 20%;
  }
}

@media screen and (max-width: 479px) {
  .c-about-grid-top {
    justify-content: center;
  }
  .c-about-grid-block__link {
    text-align: center;
  }
}
.gallery-image {
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: none;
  background-image: none;
}

.gallery {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.c-about-grid-top {
  margin-bottom: 46px;
}
@media screen and (max-width: 991px) {
  .c-about-grid-top {
    margin-bottom: 16px;
  }
}

.c-location-grid-list-item-link {
  color: #181815 !important;
}

label {
  font-weight: normal;
}

.outline-none {
  outline: none;
}

/* purgecss start ignore */
#anmeldung .theme--light.v-application, #forms .theme--light.v-application {
  background: none;
}
#anmeldung .v-text-field--filled > .v-input__control > .v-input__slot, #anmeldung .v-text-field--full-width > .v-input__control > .v-input__slot, #anmeldung .v-text-field--outlined > .v-input__control > .v-input__slot, #forms .v-text-field--filled > .v-input__control > .v-input__slot, #forms .v-text-field--full-width > .v-input__control > .v-input__slot, #forms .v-text-field--outlined > .v-input__control > .v-input__slot {
  min-height: 46px;
}
#anmeldung .v-text-field--outlined .v-label:not(.v-label--active), #forms .v-text-field--outlined .v-label:not(.v-label--active) {
  top: 14px;
}
#anmeldung .v-label, #anmeldung .v-input, #forms .v-label, #forms .v-input {
  font-size: 14px;
  margin-bottom: 0;
  height: auto;
}
#anmeldung .c-datien-grid-form__title, #forms .c-datien-grid-form__title {
  font-size: 20px;
  margin-bottom: 2rem;
  line-height: 1.15;
}

/* purgecss end ignore */
.c-team-list-grid-block {
  transition: transform 0.3s;
  background-color: #fff;
}

#w-node-c92bf2e78ed9-9e0f75cb {
  border-radius: 15px;
}

.c-member-wrapper {
  padding-top: 38px;
}

.c-team-list-grid-block__title,
.c-services-list-grid-block__title {
  text-transform: none;
}

.c-section, .c-team-list, .c-datien, .c-contact-page {
  background-image: linear-gradient(to bottom, #fff7f3, rgba(255, 255, 255, 0));
}

.c-services-list {
  background-image: url("/images/services-bg-bubble.png"), linear-gradient(to bottom, #fff7f3, rgba(255, 255, 255, 0));
}

.c-service-header-highlight {
  position: static;
  margin-top: 50px;
  margin-bottom: -170px;
  min-height: auto;
}

.c-service-header-grid {
  grid-row-gap: 0;
}

.c-service-header {
  z-index: 9;
}
.c-service-header .background-image {
  max-height: 550px;
  position: absolute;
  top: 0;
  background-color: #7f2521;
  border-bottom-left-radius: 50% 20%;
  border-bottom-right-radius: 50% 20%;
  width: 100%;
  overflow: hidden;
}
.c-service-header .background-image img {
  width: 100%;
  opacity: 0.4;
  max-height: 100%;
}

.c-service-content {
  z-index: 8;
}

.service-video-box {
  border-radius: 10px;
  overflow: hidden;
}

.text-block-21::before, .c-link-back::before {
  content: "\F104";
  font-family: "Fontawesome";
  font-size: 1.2rem;
  margin-right: 0.75rem;
  display: inline-block;
}

.c-services-list-grid-block {
  background-color: #fff;
  transition: transform 0.3s;
}

@media screen and (max-width: 479px) {
  .c-service-content .div-block-39 {
    margin-right: 0;
  }
  .div-block-40 {
    align-items: center;
    text-align: center;
  }
  .div-block-38 .div-block-39 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .c-service-content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.video-box {
  max-width: 770px;
}

.c-online-anmeldung .mainImage {
  z-index: 0;
  margin-bottom: 25%;
  margin-left: 50px;
  border-radius: 50%;
  max-width: 80%;
}
.c-online-anmeldung #top {
  position: absolute;
  z-index: -2;
  padding-top: 30px;
  max-width: 25%;
}
.c-online-anmeldung #redLogo {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  max-width: 50%;
}
@media screen and (min-width: 768px) {
  .c-online-anmeldung #redLogo {
    top: 43%;
  }
}
.c-online-anmeldung #bottom {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  max-width: 50%;
}
@media screen and (min-width: 768px) {
  .c-online-anmeldung #bottom {
    top: 43%;
  }
}

.text-block-20 {
  font-size: 14px;
  line-height: 1.5;
}

.c-leistungen__image {
  height: 60%;
}
.c-leistungen__image img {
  border-top-left-radius: 50% 75%;
  border-bottom-left-radius: 50% 75%;
}

.c-online-blidzugriff__image img {
  border-top-left-radius: 50% 75%;
  border-bottom-left-radius: 50% 75%;
}

div[data-pagename=herz-ct] ~ .c-service-content {
  padding-top: 120px;
}

@media (max-width: 991px) {
  div[data-pagename=herz-ct] ~ .c-service-content {
    padding-top: 150px;
  }
}