@charset "UTF-8";
/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit{
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type='checkbox']:checked{
    appearance: auto;
  }
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type='radio']:checked{
    appearance: auto;
  }
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    appearance: auto;
  }
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.container{
  max-width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 1080px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 1080px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1080px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1080px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.-left-20{
  left: -5rem;
}
.-right-6{
  right: -1.5rem;
}
.bottom-10{
  bottom: 2.5rem;
}
.left-0{
  left: 0px;
}
.right-1{
  right: 0.25rem;
}
.top-0{
  top: 0px;
}
.top-1{
  top: 0.25rem;
}
.top-32{
  top: 8rem;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-\[-1\]{
  z-index: -1;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[20\]{
  z-index: 20;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[999\]{
  z-index: 999;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.float-left{
  float: left;
}
.clear-both{
  clear: both;
}
.\!mx-\[10px\]{
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-9{
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.my-\[30px\]{
  margin-top: 30px;
  margin-bottom: 30px;
}
.\!mb-0{
  margin-bottom: 0px !important;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mb-\[15px\]{
  margin-bottom: 15px;
}
.mb-\[20px\]{
  margin-bottom: 20px;
}
.mb-\[30px\]{
  margin-bottom: 30px;
}
.mb-\[35px\]{
  margin-bottom: 35px;
}
.mb-\[40px\]{
  margin-bottom: 40px;
}
.mb-\[50px\]{
  margin-bottom: 50px;
}
.mb-\[5px\]{
  margin-bottom: 5px;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-\[-15px\]{
  margin-left: -15px;
}
.ml-\[20px\]{
  margin-left: 20px;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-\[-15px\]{
  margin-right: -15px;
}
.mr-\[10px\]{
  margin-right: 10px;
}
.mr-\[20px\]{
  margin-right: 20px;
}
.mt-0{
  margin-top: 0px;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-\[15px\]{
  margin-top: 15px;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[40px\]{
  margin-top: 40px;
}
.mt-\[60px\]{
  margin-top: 60px;
}
.mt-\[80px\]{
  margin-top: 80px;
}
.\!block{
  display: block !important;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-\[1\.5px\]{
  height: 1.5px;
}
.h-\[170px\]{
  height: 170px;
}
.h-\[180px\]{
  height: 180px;
}
.h-\[26px\]{
  height: 26px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[48px\]{
  height: 48px;
}
.h-\[50px\]{
  height: 50px;
}
.h-screen{
  height: 100vh;
}
.min-h-\[150px\]{
  min-height: 150px;
}
.w-\[100\%\]{
  width: 100%;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[24\%\]{
  width: 24%;
}
.w-\[26px\]{
  width: 26px;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[calc\(100\%\+30px\)\]{
  width: calc(100% + 30px);
}
.w-\[calc\(100\%\+var\(--innerSpace\)\*2\)\]{
  width: calc(100% + var(--innerSpace) * 2);
}
.w-\[calc\(100\%-35px\)\]{
  width: calc(100% - 35px);
}
.w-\[calc\(33\.333\%-60px\)\]{
  width: calc(33.333% - 60px);
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[260px\]{
  max-width: 260px;
}
.flex-none{
  flex: none;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.\!basis-auto{
  flex-basis: auto !important;
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-\[20px\]{
  gap: 20px;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-bl-lg{
  border-bottom-left-radius: 0.5rem;
}
.rounded-tl-lg{
  border-top-left-radius: 0.5rem;
}
.rounded-tr-lg{
  border-top-right-radius: 0.5rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-\[2px\]{
  border-bottom-width: 2px;
}
.border-l{
  border-left-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-\[\#D4E2E9\]{
  --tw-border-opacity: 1;
  border-color: rgb(212 226 233 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-sdzLightGray{
  --tw-border-opacity: 1;
  border-color: rgb(154 161 165 / var(--tw-border-opacity));
}
.border-sdzLightbluePrimary{
  --tw-border-opacity: 1;
  border-color: rgb(212 226 233 / var(--tw-border-opacity));
}
.border-sdzLightblueSecondary{
  --tw-border-opacity: 1;
  border-color: rgb(0 158 227 / var(--tw-border-opacity));
}
.border-sdzLighterBlue{
  --tw-border-opacity: 1;
  border-color: rgb(238 243 246 / var(--tw-border-opacity));
}
.border-l-white{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.\!bg-sdzDarkBlue{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 61 88 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#000000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#00628b\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 98 139 / var(--tw-bg-opacity));
}
.bg-\[\#0082B9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 130 185 / var(--tw-bg-opacity));
}
.bg-\[\#009FE4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 159 228 / var(--tw-bg-opacity));
}
.bg-\[\#EEF3F6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 243 246 / var(--tw-bg-opacity));
}
.bg-\[\#F7F9FB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 251 / var(--tw-bg-opacity));
}
.bg-\[\#fff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#ffffff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-sdzLightBlue{
  --tw-bg-opacity: 1;
  background-color: rgb(147 184 200 / var(--tw-bg-opacity));
}
.bg-sdzLightblueSecondary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 158 227 / var(--tw-bg-opacity));
}
.bg-sdzLighterBlue{
  --tw-bg-opacity: 1;
  background-color: rgb(238 243 246 / var(--tw-bg-opacity));
}
.bg-sdzLighterGray{
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 237 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}
.bg-\[url\(\'\/app\/themes\/sdzecomprototype\/public\/images\/menu-arrow\.svg\'\)\]{
  background-image: url('/app/themes/sdzecomprototype/public/images/menu-arrow.svg');
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-contain{
  object-fit: contain;
}
.object-cover{
  object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-4{
  padding: 1rem;
}
.p-\[20px\]{
  padding: 20px;
}
.p-\[40px\]{
  padding: 40px;
}
.p-\[var\(--innerSpace\)\]{
  padding: var(--innerSpace);
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[28px\]{
  padding-left: 28px;
  padding-right: 28px;
}
.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[var\(--innerSpace\)\]{
  padding-left: var(--innerSpace);
  padding-right: var(--innerSpace);
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[37px\]{
  padding-top: 37px;
  padding-bottom: 37px;
}
.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[7px\]{
  padding-top: 7px;
  padding-bottom: 7px;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-9{
  padding-bottom: 2.25rem;
}
.pl-\[15px\]{
  padding-left: 15px;
}
.pt-12{
  padding-top: 3rem;
}
.pt-\[30px\;\]{
  padding-top: 30px;;
}
.pt-\[30px\]{
  padding-top: 30px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-akkoLight{
  font-family: "Akko W01 Light", sans;
}
.font-akkoMedium{
  font-family: "Akko W01 Medium", sans;
}
.font-akkoRegular{
  font-family: "Akko W01 Regular", sans;
}
.font-minionRegular{
  font-family: "Minion_3 W01 Regular", sans;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[21px\]{
  font-size: 21px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[33px\]{
  font-size: 33px;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-\[24px\]{
  line-height: 24px;
}
.leading-\[30px\]{
  line-height: 30px;
}
.leading-\[34px\]{
  line-height: 34px;
}
.leading-\[40px\]{
  line-height: 40px;
}
.leading-\[41px\]{
  line-height: 41px;
}
.leading-\[48px\]{
  line-height: 48px;
}
.text-\[\#93B8C8\]{
  --tw-text-opacity: 1;
  color: rgb(147 184 200 / var(--tw-text-opacity));
}
.text-\[\#cf2e2e\]{
  --tw-text-opacity: 1;
  color: rgb(207 46 46 / var(--tw-text-opacity));
}
.text-\[black\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-sdzLightBlue{
  --tw-text-opacity: 1;
  color: rgb(147 184 200 / var(--tw-text-opacity));
}
.text-sdzLightGray{
  --tw-text-opacity: 1;
  color: rgb(154 161 165 / var(--tw-text-opacity));
}
.text-sdzLightblueSecondary{
  --tw-text-opacity: 1;
  color: rgb(0 158 227 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0{
  opacity: 0;
}
.outline{
  outline-style: solid;
}
.outline-0{
  outline-width: 0px;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100{
  transition-duration: 100ms;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html{
  scroll-behavior: smooth;
}

#app{
  padding-left: 15px;
  padding-right: 15px;
}

body.menu-is-open,
body.search-is-open{
  overflow: hidden;
}

.gb-preview{
  display: none;
}
.has-sdz-lighter-blue-color{
  --tw-text-opacity: 1;
  color: rgb(238 243 246 / var(--tw-text-opacity));
}
.termine .termine-list-group .has-sdz-lighter-blue-color {
  margin-right: 10px;
}
.termine-list-group .termine-list-group-item .wp-block-buttons .wp-block-button .has-sdz-lighter-blue-color {
  padding-top: 0;
  padding-bottom: 0;
}
.wp-block-buttons .wp-block-button.is-style-select .has-sdz-lighter-blue-color{
  position: relative;
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 40px;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.wp-block-buttons .wp-block-button.is-style-select .has-sdz-lighter-blue-color::after{
  position: absolute;
  top: 0px;
  right: 10px;
  margin-left: 20px;
  display: inline-block;
  height: 100%;
  width: 16px;
  background-image: url("../images/icon_arrow_down.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}
.wp-block-buttons .wp-block-button.is-style-cta .has-sdz-lighter-blue-color{
  position: relative;
  margin: 0px;
  display: flex;
  border-radius: 0px;
  background-color: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 15px;
  font-family: "Akko W01 Medium", sans;
  font-size: 16px;
  text-transform: none;
  line-height: 44px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    background: transparent;
}
.wp-block-buttons .wp-block-button.is-style-cta .has-sdz-lighter-blue-color::before{
  margin-right: 15px;
  display: inline-block;
  width: 32px;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 85 119 / var(--tw-bg-opacity));
  background-image: url("../images/arrow-cta.svg");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-content: "";
  content: var(--tw-content);
}
.wp-block-buttons .wp-block-button.is-style-cta .has-sdz-lighter-blue-color::after{
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: -1;
  display: inline-block;
  height: 100%;
  width: calc(100% - 32px);
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 158 227 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: "";
  content: var(--tw-content);
}
.wp-block-buttons .wp-block-button.is-style-cta .has-sdz-lighter-blue-color:hover::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 61 88 / var(--tw-bg-opacity));
}
.wp-block-buttons .wp-block-button.is-style-link .has-sdz-lighter-blue-color{
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  font-family: "Akko W01 Medium", sans;
  --tw-text-opacity: 1;
  color: rgb(0 158 227 / var(--tw-text-opacity));
    background: transparent;
}
.wp-block-buttons .wp-block-button.is-style-link .has-sdz-lighter-blue-color::before{
  margin-right: 10px;
  display: inline-block;
  --tw-content: ">";
  content: var(--tw-content);
}
.wp-block-buttons .wp-block-button.is-style-link .has-sdz-lighter-blue-color.remove-arrow:before {
  content: none;
}
.has-sdz-lighter-blue-color:hover{
  --tw-text-opacity: 1;
  color: rgb(238 243 246 / var(--tw-text-opacity));
}

.has-sdz-light-blue-color{
  --tw-text-opacity: 1;
  color: rgb(147 184 200 / var(--tw-text-opacity));
}
.has-sdz-light-blue-color:hover{
  --tw-text-opacity: 1;
  color: rgb(147 184 200 / var(--tw-text-opacity));
}

.has-sdz-dark-gray-color{
  --tw-text-opacity: 1;
  color: rgb(113 130 135 / var(--tw-text-opacity));
}
.has-sdz-dark-gray-color:hover{
  --tw-text-opacity: 1;
  color: rgb(113 130 135 / var(--tw-text-opacity));
}

.post-template-default .wp-block-group{
  padding-top: 20px;
}
.post-template-default .wp-block-group figure.is-style-raster-br{
  position: relative;
}
.post-template-default .wp-block-group figure.is-style-raster-br::before{
  position: absolute;
  z-index: 1;
  height: 190px;
  width: 190px;
  background-image: url("../images/raster.svg");
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 1280px){
  .post-template-default .wp-block-group figure.is-style-raster-br::before{
    bottom: -18px;
    content: var(--tw-content);
    right: -18px;
  }
}
.post-template-default .wp-block-group figure.is-style-raster-br:before {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}
.post-template-default .wp-block-group figure.is-style-raster-br img{
  position: relative;
  z-index: 2;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

body {
  background: white;
}

.wp-block-group{
  margin-left: -15px;
  width: calc(100% + 30px);
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: var(--innerSpace);
  padding-right: var(--innerSpace);
}

@media (min-width: 1024px){
  .wp-block-group{
    margin-left: 0px;
    width: 100%;
    border-radius: 0.5rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.wp-block-group.is-style-remove-y-margin{
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 1024px){
  .wp-block-group.is-style-remove-y-margin{
    border-radius: 0.5rem;
  }
}
.wp-block-group p a{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 158 227 / var(--tw-text-opacity));
}

.wp-block-image{
  margin-bottom: 0px;
}

.wp-block-group__inner-container{
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}

.wp-block-separator{
  height: 7px;
  border-style: none;
  background-image: url("../images/raster-separator.svg");
}
.wp-block-separator.is-style-thin-line {
  background-image: none;
  background-color: #d4e2e9;
  height: 1px;
}

.is-style-akko-smaller-gray{
  font-family: "Akko W01 Regular", sans;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(154 161 165 / var(--tw-text-opacity));
}

.is-style-green-minititle,
.is-style-purple-minititle{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(150 193 31 / var(--tw-bg-opacity));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 4px;
  padding-bottom: 0;
  font-family: "Akko W01 Medium", sans;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 25px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.is-style-green-minititle.has-text-align-left,
.is-style-purple-minititle.has-text-align-left{
  margin-left: 0px;
}
.is-style-green-minititle.has-text-align-right,
.is-style-purple-minititle.has-text-align-right{
  margin-right: 0px;
}

.is-style-purple-minititle{
  --tw-bg-opacity: 1;
  background-color: rgb(151 65 110 / var(--tw-bg-opacity));
}

.has-sdz-lighter-blue-color{
  --tw-text-opacity: 1;
  color: rgb(238 243 246 / var(--tw-text-opacity));
}
.has-sdz-light-blue-color{
  --tw-text-opacity: 1;
  color: rgb(147 184 200 / var(--tw-text-opacity));
}
.has-sdz-dark-blue-color{
  --tw-text-opacity: 1;
  color: rgb(0 61 88 / var(--tw-text-opacity));
}
.has-sdz-gray-dark-color{
  --tw-text-opacity: 1;
  color: rgb(113 130 135 / var(--tw-text-opacity));
}
.has-sdz-light-gray-color{
  --tw-text-opacity: 1;
  color: rgb(154 161 165 / var(--tw-text-opacity));
}
.has-sdz-lighter-gray-color{
  --tw-text-opacity: 1;
  color: rgb(236 236 237 / var(--tw-text-opacity));
}
.has-sdz-grau-color{
  --tw-text-opacity: 1;
  color: rgb(236 236 237 / var(--tw-text-opacity));
}
.has-sdz-light-blue-secondary-color{
  --tw-text-opacity: 1;
  color: rgb(0 158 227 / var(--tw-text-opacity));
}

.has-sdz-lighter-blue-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(238 243 246 / var(--tw-bg-opacity));
}
.has-sdz-light-blue-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(147 184 200 / var(--tw-bg-opacity));
}
.has-sdz-dark-blue-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(0 61 88 / var(--tw-bg-opacity));
}
.has-sdz-gray-dark-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(113 130 135 / var(--tw-bg-opacity));
}
.has-sdz-light-gray-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(154 161 165 / var(--tw-bg-opacity));
}
.has-sdz-lighter-gray-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 237 / var(--tw-bg-opacity));
}
.has-sdz-grau-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 237 / var(--tw-bg-opacity));
}
.has-sdz-light-blue-secondary-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(0 158 227 / var(--tw-bg-opacity));
}
.has-sdz-lighter-blue-primary-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(212 226 233 / var(--tw-bg-opacity));
}

figure.is-style-image-centered img {
  margin: 0 auto;
}

figure.is-style-raster-br{
  position: relative;
  display: inline-block;
}

figure.is-style-raster-br::before{
  position: absolute;
  z-index: 1;
  height: 190px;
  width: 190px;
  background-image: url("../images/raster.svg");
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 1280px){
  figure.is-style-raster-br::before{
    bottom: -18px;
    content: var(--tw-content);
    right: -18px;
  }
}
figure.is-style-raster-br:before {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}
figure.is-style-raster-br img{
  position: relative;
  z-index: 2;
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}

figure.is-style-raster-bl{
  position: relative;
  display: inline-block;
}

figure.is-style-raster-bl::before{
  position: absolute;
  z-index: 1;
  height: 190px;
  width: 190px;
  background-image: url("../images/raster.svg");
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 1280px){
  figure.is-style-raster-bl::before{
    bottom: -18px;
    content: var(--tw-content);
    left: -18px;
  }
}
figure.is-style-raster-bl:before {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}
figure.is-style-raster-bl img{
  position: relative;
  z-index: 2;
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}

figure.is-style-raster-tr{
  position: relative;
  display: inline-block;
}

figure.is-style-raster-tr::before{
  position: absolute;
  z-index: 1;
  height: 190px;
  width: 190px;
  background-image: url("../images/raster.svg");
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 1280px){
  figure.is-style-raster-tr::before{
    top: -18px;
    content: var(--tw-content);
    right: -18px;
  }
}
figure.is-style-raster-tr:before {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}
figure.is-style-raster-tr img{
  position: relative;
  z-index: 2;
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}

figure.is-style-raster-tl{
  position: relative;
  display: inline-block;
}

figure.is-style-raster-tl::before{
  position: absolute;
  z-index: 1;
  height: 190px;
  width: 190px;
  background-image: url("../images/raster.svg");
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 1280px){
  figure.is-style-raster-tl::before{
    top: -18px;
    content: var(--tw-content);
    left: -18px;
  }
}
figure.is-style-raster-tl:before {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}
figure.is-style-raster-tl img{
  position: relative;
  z-index: 2;
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}

figure.is-style-raster-full-br{
  position: relative;
  display: inline-block;
}

figure.is-style-raster-full-br::before{
  position: absolute;
  z-index: 1;
  display: none;
  height: 100%;
  width: 100%;
  background-image: url("../images/raster.svg");
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 1280px){
  figure.is-style-raster-full-br::before{
    display: block;
    bottom: -18px;
    content: var(--tw-content);
    right: -18px;
  }
}
figure.is-style-raster-full-br:before {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}
figure.is-style-raster-full-br img{
  position: relative;
  z-index: 2;
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}

figure.is-style-raster-partner{
  position: relative;
  display: inline-block;
}

figure.is-style-raster-partner::before{
  position: absolute;
  z-index: 1;
  display: none;
  height: 100%;
  width: 100%;
  background-image: url("../images/raster.svg");
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 1280px){
  figure.is-style-raster-partner::before{
    display: block;
    bottom: -10px;
    content: var(--tw-content);
    right: -10px;
  }
}
figure.is-style-raster-partner:before {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0.75rem !important;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
}
figure.is-style-raster-partner img{
  position: relative;
  z-index: 2;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.lines-bottom-left {
  background: white;
  border-radius: 0.5rem;
  height: 191px;
  width: 191px;
  opacity: 30%;
  color: white;
  background: repeating-linear-gradient(45deg, #808080 0px, #808080 2px, #ffffff 2px, #ffffff 4px);
}

figure.is-style-raster-br{
  border-radius: 0.5rem;
}
figure.is-style-raster-br img{
  object-fit: cover;
}

@media (min-width: 782px) {
  .is-style-marin .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}

ol{
  margin-bottom: 16px;
}
ol li{
  margin-left: 15px;
  padding-left: 15px;
  font-family: "Akko W01 Light", sans;
  font-size: 18px;
  line-height: 30px;
}
ol li::marker{
  --tw-text-opacity: 1;
  color: rgb(0 158 227 / var(--tw-text-opacity));
  --tw-content: counter(list-item).;
  content: var(--tw-content);
}

ul.is-style-arrow{
  margin-bottom: 16px;
}
ul.is-style-arrow li{
  position: relative;
  margin-left: 15px;
  padding-left: 20px;
}
ul.is-style-arrow li *::marker{
  color: rgb(0 158 227 );
  --tw-content: ">";
  content: var(--tw-content);
}
ul.is-style-arrow li::marker{
  color: rgb(0 158 227 );
  --tw-content: ">";
  content: var(--tw-content);
}
ul.is-style-decimal{
  list-style-type: decimal;
}
ul.is-style-decimal li{
  margin-left: 15px;
  padding-left: 15px;
}
ul.is-style-decimal li::marker{
  --tw-text-opacity: 1;
  color: rgb(0 158 227 / var(--tw-text-opacity));
}
ul.is-style-weiterlesen{
  position: relative;
  margin-bottom: 20px;
  max-height: 200px;
  overflow-y: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
ul.is-style-weiterlesen::after{
  position: absolute;
  bottom: 0px;
  z-index: 2;
  display: block;
  display: flex;
  height: 100px;
  width: 100%;
  cursor: pointer;
  align-items: flex-end;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-text-opacity: 1;
  color: rgb(0 158 227 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 300ms;
}
ul.is-style-weiterlesen:after {
  content: "+ WEITERLESEN";
}
ul.is-style-weiterlesen li{
  position: relative;
  z-index: 1;
  margin-left: 15px;
  padding-left: 15px;
}
ul.is-style-weiterlesen li *::marker{
  color: rgb(0 158 227 );
  --tw-content: ">";
  content: var(--tw-content);
}
ul.is-style-weiterlesen li::marker{
  color: rgb(0 158 227 );
  --tw-content: ">";
  content: var(--tw-content);
}
ul.is-style-weiterlesen.open{
  max-height: 5000px;
  overflow: visible;
  padding-bottom: 30px;
}
ul.is-style-weiterlesen.open:after{
  height: 30px;
  background-color: transparent;
    background: transparent;
  content: "- WENIGER ANZEIGEN";
}
ul.is-style-weiterlesen.is-style-decimal li::marker{
  --tw-text-opacity: 1;
  color: rgb(0 158 227 / var(--tw-text-opacity));
  --tw-content: counter(list-item)".";
  content: var(--tw-content);
}
ul li{
  font-family: "Akko W01 Light", sans;
  font-size: 18px;
  line-height: 30px;
}

.wp-block-group.has-sdz-lighter-blue-background-color ul.is-style-weiterlesen::after{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #eef3f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 243 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  content: var(--tw-content);
  --tw-gradient-to: rgb(238 243 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eef3f6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.wp-block-group.has-sdz-lighter-blue-background-color ul.is-style-weiterlesen:after {
  content: "+ WEITERLESEN";
}
.wp-block-group.has-sdz-lighter-blue-background-color ul.is-style-weiterlesen.open:after {
  content: "- WENIGER ANZEIGEN";
}

.wp-block-group.has-sdz-dark-blue-background-color ul.is-style-weiterlesen::after{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #003d58 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 61 88 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  content: var(--tw-content);
  --tw-gradient-to: rgb(0 61 88 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #003d58 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.wp-block-group.has-sdz-dark-blue-background-color ul.is-style-weiterlesen:after {
  content: "+ WEITERLESEN";
}
.wp-block-group.has-sdz-dark-blue-background-color ul.is-style-weiterlesen.open:after {
  content: "- WENIGER ANZEIGEN";
}

p.is-style-border,
.custom-border{
  margin-bottom: 20px;
  border-top-width: 2px;
  border-bottom-width: 1px;
  border-top-color: rgb(0 158 227 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 158 227 / var(--tw-border-opacity));
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "Akko W01 Medium", sans;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 158 227 / var(--tw-text-opacity));
}

.sdz-quote .wp-block-group__inner-container .wp-block-columns {
  margin-bottom: 35px;
}
.sdz-quote .wp-block-group__inner-container .wp-block-columns .wp-block-column {
  border-bottom: 35px;
  display: flex;
  align-items: center;
}
.sdz-quote .wp-block-group__inner-container .wp-block-columns .wp-block-column:not(:first-child) {
  margin-left: 0;
  position: relative;
}
.sdz-quote .wp-block-group__inner-container .wp-block-columns .wp-block-column:not(:first-child):after {
  content: "";
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 0 solid transparent;
  border-top: 35px solid #019ee3;
  position: absolute;
  right: 0;
  bottom: -35px;
}
.sdz-quote .wp-block-group__inner-container .wp-block-columns .wp-block-column .wp-block-quote{
  padding: 30px;
}
.sdz-quote .wp-block-group__inner-container .wp-block-columns .wp-block-column .wp-block-quote p{
  font-family: "Minion_3 W01 Regular", sans;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}

.is-style-header,
.is-style-header-without-breadcrumbs {
  height: 400px;
  min-height: 400px;
}
.is-style-header .wp-block-cover__inner-container,
.is-style-header-without-breadcrumbs .wp-block-cover__inner-container {
  height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.is-style-header .wp-block-cover__inner-container .breadcrumbs,
.is-style-header-without-breadcrumbs .wp-block-cover__inner-container .breadcrumbs{
  margin-top: 20px;
}
.is-style-header .wp-block-cover__inner-container > p,
.is-style-header-without-breadcrumbs .wp-block-cover__inner-container > p{
  margin-top: 50px;
}
.is-style-header .wp-block-cover__inner-container h1,
.is-style-header-without-breadcrumbs .wp-block-cover__inner-container h1 {
  background-color: rgba(238, 243, 246, 0.8);
  display: inline-block;
  padding: 10px 10px 10px 0;
}
@media only screen and (max-width: 600px) {
  .is-style-header .wp-block-cover__inner-container h1,
  .is-style-header-without-breadcrumbs .wp-block-cover__inner-container h1 {
    font-size: 35px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .is-style-header .wp-block-cover__inner-container h1,
  .is-style-header-without-breadcrumbs .wp-block-cover__inner-container h1 {
    background: transparent;
    display: block;
    padding: 0;
  }
}
.is-style-header .wp-block-cover__inner-container h1,
.is-style-header .wp-block-cover__inner-container h2,
.is-style-header .wp-block-cover__inner-container h3,
.is-style-header-without-breadcrumbs .wp-block-cover__inner-container h1,
.is-style-header-without-breadcrumbs .wp-block-cover__inner-container h2,
.is-style-header-without-breadcrumbs .wp-block-cover__inner-container h3{
  margin-top: 20px;
}

.is-style-header-without-breadcrumbs .wp-block-cover__inner-container .breadcrumbs {
  display: none;
}

.is-style-card{
  margin-bottom: 20px;
  align-items: baseline;
  border-radius: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 35px;
  padding-right: 35px;
}

@media (min-width: 768px){
  .is-style-card{
    margin-bottom: 0px;
  }
}
.is-style-card .wp-block-cover__gradient-background{
  display: none;
}
.is-style-card > img{
  border-radius: 10px;
}
.is-style-card .wp-block-cover__inner-container {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .is-style-card .wp-block-cover__inner-container {
    padding-bottom: 150px;
  }
}
.is-style-card .wp-block-cover__inner-container img{
  margin-bottom: 20px;
}
.is-style-card .wp-block-cover__inner-container a{
  --tw-text-opacity: 1;
  color: rgb(0 158 227 / var(--tw-text-opacity));
}
.is-style-card .wp-block-cover__inner-container a::before{
  margin-right: 5px;
  display: inline-block;
  --tw-content: ">";
  content: var(--tw-content);
}

.image-bottom .wp-block-image {
  height: 100%;
  display: flex;
  align-items: end;
  flex-direction: column;
  justify-content: flex-end;
}
.image-bottom .wp-block-image img {
  width: 100%;
  height: auto;
}
.image-bottom .wp-block-image figcaption {
  text-align: center;
  width: 100%;
}

.wp-block-image.is-style-w-full{
  width: 100%;
}
.wp-block-image.is-style-w-full img{
  width: 100%;
}

.splitted-header > .wp-block-group__inner-container{
  max-width: 100%;
}
.splitted-header > .wp-block-group__inner-container > .wp-block-group:first-child{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-bottom: 40px;
}
.splitted-header > .wp-block-group__inner-container > .wp-block-group:first-child .wp-block-group__inner-container .breadcrumbs{
  margin-top: 20px;
  display: inline-block;
}
.splitted-header > .wp-block-group__inner-container > .wp-block-group:first-child .wp-block-group__inner-container .is-style-green-minititle,
.splitted-header > .wp-block-group__inner-container > .wp-block-group:first-child .wp-block-group__inner-container .is-style-purple-minititle{
  margin-top: 50px;
}
.splitted-header > .wp-block-group__inner-container > .wp-block-group:first-child .wp-block-group__inner-container h1,
.splitted-header > .wp-block-group__inner-container > .wp-block-group:first-child .wp-block-group__inner-container h2,
.splitted-header > .wp-block-group__inner-container > .wp-block-group:first-child .wp-block-group__inner-container h3 {
  width: 90%;
}
.splitted-header > .wp-block-group__inner-container > .wp-block-group:last-child{
  position: relative;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding-bottom: 40px;
}
.splitted-header > .wp-block-group__inner-container > .wp-block-group:last-child .wp-block-group__inner-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 140px;
  top: 0;
  left: 0;
  background-color: #eef3f6;
}
.splitted-header > .wp-block-group__inner-container > .wp-block-group:last-child .wp-block-group__inner-container .wp-block-image{
  position: relative;
  margin-bottom: 40px;
}

.veranstaltung > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:last-child {
  position: relative;
}
.veranstaltung > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:last-child .veranstaltung-sticky {
  position: sticky;
  top: 20px;
}

.grow-paragraph > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column {
  display: flex;
  flex-direction: column;
}
.grow-paragraph > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column p:not(.is-style-green-minititle),
.grow-paragraph > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column p:not(.is-style-purple-minititle) {
  flex-grow: 1;
}

.is-style-decimal {
  list-style: auto;
}
.is-style-decimal a{
  font-family: "Akko W01 Medium", sans;
  --tw-text-opacity: 1;
  color: rgb(0 158 227 / var(--tw-text-opacity));
}

.is-style-arrow{
  margin-bottom: 16px;
}
.is-style-arrow li:not(.menu-item){
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
}
.is-style-arrow li:not(.menu-item) *::marker{
  color: rgb(0 158 227 );
  --tw-content: ">";
  content: var(--tw-content);
}
.is-style-arrow li:not(.menu-item)::marker{
  color: rgb(0 158 227 );
  --tw-content: ">";
  content: var(--tw-content);
}
.is-style-arrow li:not(.menu-item) a{
  font-family: "Akko W01 Medium", sans;
  --tw-text-opacity: 1;
  color: rgb(0 158 227 / var(--tw-text-opacity));
}

@media only screen and (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    margin-left: var(--wp--style--block-gap, 2em);
  }
}
.is-style-boxed-heading.has-background{
  margin-bottom: 0.75rem;
  border-radius: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.testimonials-slider-wrapper .testimonials-slider .slick-list .slick-track .hide-image .testimonial-inner.is-style-boxed-heading.has-background {
  text-align: center;
}
@media (min-width: 768px){
  .is-style-boxed-heading.has-background{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 40px;
  }
}
@media (min-width: 1280px){
  .is-style-boxed-heading.has-background{
    margin-bottom: 1.25rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    font-size: 48px;
  }
}

.addtoany_share{
  height: 48px;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  text-align: center;
  line-height: 48px;
}

.testimonials-slider-wrapper .testimonials-slider .slick-list .slick-track .hide-image .testimonial-inner.addtoany_share {
  text-align: center;
}

.addtoany_share {
  display: block !important;
  background: #003d58 !important;
}

:root {
  --innerSpace: 15px;
}

.termine .termine-xml-wrapper .termine.list img {
  display: inline-block;
}
.termine .list-me .list-arrow {
  padding-bottom: 0;
}
.termine .list-me .list-arrow:before {
  content: ">";
  position: relative;
  padding-right: 15px;
  --tw-text-opacity: 1;
  color: rgb(0 158 227 / var(--tw-text-opacity));
}
.termine .termine-list-group .date-time-wrapper {
  padding-left: 10px;
}
.termine .termine-list-group .wp-block-button__link {
  margin-right: 10px;
}
.termine .id-gebuhr-ort-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.termine .id-gebuhr-ort-wrapper > div {
  flex-grow: 1;
  width: 33%;
}
@media only screen and (max-width: 768px) {
  .termine .id-gebuhr-ort-wrapper > div {
    width: 100%;
  }
}

.termine-list-group .termine-list-group-item {
  border-bottom: 2px solid #fff;
  display: flex;
  align-items: center;
  padding: 10px;
}
.termine-list-group .termine-list-group-item .date-time-wrapper {
  display: inline-block;
  width: 25%;
  min-width: 200px;
}
.termine-list-group .termine-list-group-item .date-time-wrapper .date{
  padding-bottom: 0px;
  font-family: "Akko W01 Medium", sans;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.termine-list-group .termine-list-group-item .date-time-wrapper .time{
  display: inline-block;
  padding-bottom: 0px;
  font-family: "Akko W01 Regular", sans;
  --tw-text-opacity: 1;
  color: rgb(147 184 200 / var(--tw-text-opacity));
}
.termine-list-group .termine-list-group-item .date-time-wrapper .if-time-date-missing-show {
  display: none;
}
.termine-list-group .termine-list-group-item .date-time-wrapper .time:empty ~ .if-time-date-missing-show{
  display: inline-block;
  padding-bottom: 0px;
  font-family: "Akko W01 Medium", sans;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.termine-list-group .termine-list-group-item .person-wrapper {
  display: inline-block;
  flex-grow: 1;
}
.termine-list-group .termine-list-group-item .person-wrapper .prson-name{
  padding-bottom: 0px;
  font-family: "Akko W01 Medium", sans;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.termine-list-group .termine-list-group-item .person-wrapper .prson-position{
  display: inline-block;
  padding-bottom: 0px;
  font-family: "Akko W01 Light", sans;
}
.termine-list-group .termine-list-group-item .wp-block-buttons {
  display: inline-block;
}
.termine-list-group .termine-list-group-item .wp-block-buttons .wp-block-button {
  margin-bottom: 0;
}
.termine-list-group .termine-list-group-item .wp-block-buttons .wp-block-button .wp-block-button__link {
  padding-top: 0;
  padding-bottom: 0;
}
.termine-list-group .Webinar .date-time-wrapper .if-webinar-hide {
  display: none;
}

.bwcomment{
  width: 100%;
}

@media (min-width: 640px){
  .bwcomment{
    max-height: 220px;
  }
}

.wpcf7-form select {
  width: 100%;
}

/* [class^="wp-block-"] {
  @apply mb-24;

  p:not(:last-child) {
    @apply mb-4;
  }
} */
html {
  font-family: "Akko W01 Regular", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html textarea,
html select,
html input,
html button {
  outline: none;
}

p{
  padding-bottom: 16px;
  font-family: "Akko W01 Light", sans;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.66;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  p{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
p strong{
  font-family: "Akko W01 Medium", sans;
  font-weight: 400;
}
p strong em {
  font-style: normal;
  color: #009ee3;
}
p.is-style-smaller{
  font-family: "Akko W01 Light", sans;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
p.is-style-h1 {
  font-size: 48px;
  line-height: 56px;
  font-family: "Akko W01 Medium", sans;
}
p.is-style-h1.use-minion-font{
  font-family: "Minion_3 W01 Regular", sans;
}
p.is-style-h2 {
  font-size: 32px;
  line-height: 44px;
  font-family: "Akko W01 Medium", sans;
}
p.is-style-h2.use-minion-font {
  font-size: 33px;
  line-height: 41px;
  font-family: "Minion_3 W01 Regular", sans;
}
p.is-style-h3 {
  font-size: 24px;
  line-height: 30px;
  font-family: "Akko W01 Medium", sans;
}
p.is-style-h3.use-minion-font {
  font-size: 24px;
  line-height: 30px;
  font-family: "Minion_3 W01 Regular", sans;
}

h1{
  font-family: "Akko W01 Medium", sans;
  font-size: 48px;
  line-height: 56px;
}
h1.has-background:not(.is-style-boxed-heading) {
  padding: 0;
}
h1.is-style-fminion{
  font-family: "Minion_3 W01 Regular", sans;
  font-size: 48px;
  line-height: 56px;
}
h1.is-style-fakko{
  font-family: "Akko W01 Medium", sans;
  font-size: 48px;
  line-height: 56px;
}
@media only screen and (max-width: 600px) {
  h1.is-style-fakko {
    font-size: 35px;
    line-height: 42px;
  }
}
h1.use-border {
  border-top: 2px solid #009ee3;
  border-bottom: 1px solid #009ee3;
  margin-bottom: 25px;
}

h2{
  font-family: "Akko W01 Medium", sans;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 36px;
}
h2.has-background {
  padding: 0;
}
h2.is-style-fminion{
  font-family: "Minion_3 W01 Regular", sans;
  font-size: 26px;
  line-height: 1.25;
}
@media (min-width: 1024px){
  h2.is-style-fminion{
    font-size: 33px;
  }
}
h2.is-style-fakko{
  font-family: "Akko W01 Medium", sans;
  font-size: 32px;
  line-height: 44px;
}
h2.use-border {
  border-top: 2px solid #009ee3;
  border-bottom: 1px solid #009ee3;
  margin-bottom: 25px;
}

h3{
  font-family: "Akko W01 Medium", sans;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 24px;
}
h3.has-background {
  padding: 0;
}
h3.is-style-fminion{
  font-family: "Minion_3 W01 Regular", sans;
  font-size: 24px;
  line-height: 36px;
}
h3.is-style-fakko{
  font-family: "Akko W01 Medium", sans;
  font-size: 24px;
  line-height: 36px;
}
h3.use-border {
  border-top: 2px solid #009ee3;
  border-bottom: 1px solid #009ee3;
  margin-bottom: 25px;
}

.nav-primary div > ul.nav{
  margin-bottom: 0;
  height: 100vh;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1280px){
  .nav-primary div > ul.nav{
    height: auto;
  }
}
.nav-primary div > ul.nav.move{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.nav-primary div > ul.nav > li{
  margin-left: 0.625rem;
  margin-right: 20px;
  display: flex;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(212 226 233 / var(--tw-border-opacity));
}
@media (min-width: 1280px){
  .nav-primary div > ul.nav > li{
    position: relative;
    float: left;
    margin-top: 32px;
    margin-left: 0px;
    display: inline-block;
    border-bottom-width: 4px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    padding-bottom: 27px;
  }
  .nav-primary div > ul.nav > li.current-menu-item, .nav-primary div > ul.nav > li.current-menu-ancestor{
    --tw-border-opacity: 1;
    border-color: rgb(0 158 227 / var(--tw-border-opacity));
  }
}
.nav-primary div > ul.nav > li.menu-item-has-children:after{
  float: right;
  margin-top: 20px;
  display: inline-block;
  height: 20px;
  width: 20px;
  cursor: pointer;
  background-image: url("/app/themes/sdzecomprototype/public/images/menu-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 1280px){
  .nav-primary div > ul.nav > li.menu-item-has-children:after{
    display: none;
  }
}
.nav-primary div > ul.nav > li > a{
  display: inline-block;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: "Akko W01 Regular", sans;
  font-size: 16px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 1280px){
  .nav-primary div > ul.nav > li > a{
    display: inline;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.nav-primary div > ul.nav > li > .sub-menu{
  position: absolute;
  top: 0px;
  right: -100vw;
  display: none;
  min-height: 100%;
  width: 100vw;
}
@media (min-width: 1280px){
  .nav-primary div > ul.nav > li > .sub-menu{
    right: auto;
    top: 57px;
    width: auto;
    min-width: 300px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.nav-primary div > ul.nav > li > .sub-menu{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(238 243 246 / var(--tw-bg-opacity));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 1280px){
  .nav-primary div > ul.nav > li > .sub-menu{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}
.nav-primary div > ul.nav > li > .sub-menu li:nth-child(2){
  font-weight: 700;
}
@media (min-width: 1280px){
  .nav-primary div > ul.nav > li > .sub-menu li:nth-child(2){
    display: none;
  }
}
.nav-primary div > ul.nav > li > .sub-menu > li{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 226 233 / var(--tw-border-opacity));
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1280px){
  .nav-primary div > ul.nav > li > .sub-menu > li{
    --tw-border-opacity: 1;
    border-color: rgb(236 236 237 / var(--tw-border-opacity));
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.nav-primary div > ul.nav > li > .sub-menu > li > a{
  display: inline-block;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 1280px){
  .nav-primary div > ul.nav > li > .sub-menu > li > a{
    display: inline;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: "Akko W01 Medium", sans;
  }
}
.nav-primary div > ul.nav > li > .sub-menu > li.back-link{
  display: flex;
  align-items: center;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-primary div > ul.nav > li > .sub-menu > li.back-link::before{
  display: inline-block;
  height: 20px;
  width: 20px;
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  background-image: url("/app/themes/sdzecomprototype/public/images/menu-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 1280px){
  .nav-primary div > ul.nav > li > .sub-menu > li.back-link::before{
    display: none;
  }
  .nav-primary div > ul.nav > li:hover{
    border-bottom-width: 4px;
    --tw-border-opacity: 1;
    border-color: rgb(0 158 227 / var(--tw-border-opacity));
  }
}
.nav-primary div > ul.nav > li:hover > a{
  --tw-text-opacity: 1;
  color: rgb(0 158 227 / var(--tw-text-opacity));
}
@media (min-width: 1280px){
  .nav-primary div > ul.nav > li:hover > .sub-menu{
    visibility: visible;
    display: block;
  }
}

#hamburger{
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: relative;
}
#hamburger span{
  position: absolute;
  left: 0px;
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(147 184 200 / var(--tw-bg-opacity));
  opacity: 1;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  height: 2px;
}
#hamburger span:nth-child(1) {
  top: 3px;
}
#hamburger span:nth-child(2) {
  top: 10px;
}
#hamburger span:nth-child(3) {
  top: 10px;
}
#hamburger span:nth-child(4) {
  top: 17px;
}
.menu-is-open #hamburger span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.menu-is-open #hamburger span:nth-child(2) {
  transform: rotate(45deg);
}
.menu-is-open #hamburger span:nth-child(3) {
  transform: rotate(-45deg);
}
.menu-is-open #hamburger span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.sub-menu.submenu-is-open {
  display: block !important;
}
.sub-menu.submenu-is-open .back-link a{
  margin-left: 1rem;
  --tw-text-opacity: 1;
  color: rgb(147 184 200 / var(--tw-text-opacity));
}

.menu-is-open #hamburger svg rect:nth-child(1) {
  transform: translateY(-50%) rotate(-45deg);
}
.menu-is-open #hamburger svg rect:nth-child(2) {
  opacity: 0;
}
.menu-is-open #hamburger svg rect:nth-child(3) {
  transform: translateY(-50%) rotate(45deg);
}

.button_kontakt {
  background-color: #93b8c8;
  position: relative;
  padding-left: 45px;
}
.button_kontakt::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg id='icon_arrow' xmlns='http://www.w3.org/2000/svg' width='16' height='14.14' viewBox='0 0 16 14.14'%3E%3Cpath id='Path_11' data-name='Path 11' d='M7.07,0c-.3,0-.484.149-.856.521L.223,6.474A.585.585,0,0,0,0,7.033v1a.284.284,0,0,0,.484.149l5.358-5.47c.149-.149.223-.186.335-.186.149,0,.26.149.26.409L6.251,15.591c0,.3.186.409.484.409H7.4c.3,0,.484-.112.484-.409L7.7,2.94c0-.26.112-.409.26-.409.112,0,.186.037.335.186l5.358,5.47a.284.284,0,0,0,.484-.149v-1a.585.585,0,0,0-.223-.558L7.926.521C7.553.149,7.367,0,7.07,0' transform='translate(16) rotate(90)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 16px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 15px;
}

.button1 {
  background-image: url("data:image/svg+xml,%3Csvg id='icon_arrow' xmlns='http://www.w3.org/2000/svg' width='16' height='14.14' viewBox='0 0 16 14.14'%3E%3Cpath id='Path_11' data-name='Path 11' d='M7.07,0c-.3,0-.484.149-.856.521L.223,6.474A.585.585,0,0,0,0,7.033v1a.284.284,0,0,0,.484.149l5.358-5.47c.149-.149.223-.186.335-.186.149,0,.26.149.26.409L6.251,15.591c0,.3.186.409.484.409H7.4c.3,0,.484-.112.484-.409L7.7,2.94c0-.26.112-.409.26-.409.112,0,.186.037.335.186l5.358,5.47a.284.284,0,0,0,.484-.149v-1a.585.585,0,0,0-.223-.558L7.926.521C7.553.149,7.367,0,7.07,0' transform='translate(16) rotate(90)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 16px;
  height: 14px;
}

input[type=submit]{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 158 227 / var(--tw-bg-opacity));
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wp-block-buttons .wp-block-button {
  margin-bottom: 16px;
}
.wp-block-buttons .wp-block-button.is-style-select{
  width: 100%;
}
.wp-block-buttons .wp-block-button.is-style-select .wp-block-button__link{
  position: relative;
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 40px;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.wp-block-buttons .wp-block-button.is-style-select .wp-block-button__link::after{
  position: absolute;
  top: 0px;
  right: 10px;
  margin-left: 20px;
  display: inline-block;
  height: 100%;
  width: 16px;
  background-image: url("../images/icon_arrow_down.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}
.wp-block-buttons .wp-block-button.is-style-cta{
  z-index: 10;
  background-color: transparent;
    background: transparent;
}
.wp-block-buttons .wp-block-button.is-style-cta .wp-block-button__link{
  position: relative;
  margin: 0px;
  display: flex;
  border-radius: 0px;
  background-color: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 15px;
  font-family: "Akko W01 Medium", sans;
  font-size: 16px;
  text-transform: none;
  line-height: 44px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    background: transparent;
}
.wp-block-buttons .wp-block-button.is-style-cta .wp-block-button__link::before{
  margin-right: 15px;
  display: inline-block;
  width: 32px;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 85 119 / var(--tw-bg-opacity));
  background-image: url("../images/arrow-cta.svg");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-content: "";
  content: var(--tw-content);
}
.wp-block-buttons .wp-block-button.is-style-cta .wp-block-button__link::after{
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: -1;
  display: inline-block;
  height: 100%;
  width: calc(100% - 32px);
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 158 227 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: "";
  content: var(--tw-content);
}
.wp-block-buttons .wp-block-button.is-style-cta .wp-block-button__link:hover::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 61 88 / var(--tw-bg-opacity));
}
.wp-block-buttons .wp-block-button.is-style-link .wp-block-button__link{
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  font-family: "Akko W01 Medium", sans;
  --tw-text-opacity: 1;
  color: rgb(0 158 227 / var(--tw-text-opacity));
    background: transparent;
}
.wp-block-buttons .wp-block-button.is-style-link .wp-block-button__link::before{
  margin-right: 10px;
  display: inline-block;
  --tw-content: ">";
  content: var(--tw-content);
}
.wp-block-buttons .wp-block-button.is-style-link .wp-block-button__link.remove-arrow:before {
  content: none;
}
.breadcrumb .breadcrumb-item{
  padding-left: 0;
  font-family: "Akko W01 Medium", sans;
  font-size: 15px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(147 184 200 / var(--tw-text-opacity));
}
.breadcrumb .breadcrumb-item::after{
  margin-left: 5px;
  margin-right: 5px;
}

@media (min-width: 1024px){
  .hubspot-two-column .hbspt-form > form,
.is-style-hubspot-two-column .hbspt-form > form{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2rem;
  }
}

.hbspt-form > form .legal-consent-container a{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 158 227 / var(--tw-text-opacity));
}
.hbspt-form > form input {
  width: 100% !important;
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(154 161 165 / var(--tw-border-opacity));
}
.hbspt-form > form input:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 158 227 / var(--tw-border-opacity));
}
.hbspt-form > form .input{
  margin-bottom: 25px;
}
.hbspt-form > form select,
.hbspt-form > form textarea {
  width: 100% !important;
}
.hbspt-form > form label{
  margin-bottom: 5px;
  display: block;
}
.hbspt-form > form input[type=submit]{
  cursor: pointer;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 158 227 / var(--tw-bg-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  width: auto !important;
}
@media (min-width: 1024px) {
  .hbspt-form > form {
    grid-template-areas: "ll1 r1" "ll2 r2" "ll3 r2" "disclaimer1 disclaimer1" "disclaimer2 ." "disclaimer3 ." "disclaimer4 .";
  }
  .hbspt-form > form fieldset:nth-child(1) {
    grid-area: ll1;
  }
  .hbspt-form > form fieldset:nth-child(2) {
    grid-area: ll2;
  }
  .hbspt-form > form fieldset:nth-child(3) {
    grid-area: ll3;
  }
  .hbspt-form > form fieldset:nth-child(4) {
    grid-area: r1;
  }
  .hbspt-form > form fieldset:nth-child(5) {
    grid-area: r2;
  }
  .hbspt-form > form fieldset:nth-child(6) {
    grid-area: disclaimer1;
    max-width: none !important;
    padding-right: 2rem;
  }
  .hbspt-form > form .hs_recaptcha {
    grid-area: disclaimer2;
  }
  .hbspt-form > form .hs_submit {
    grid-area: disclaimer3;
  }
  .hbspt-form > form noscript,
  .hbspt-form > form [name=hs_context],
  .hbspt-form > form iframe {
    grid-area: disclaimer4;
  }
}

.banner{
  height: 94px;
}
.banner > .container{
  height: 100%;
  text-align: left;
}
.banner > .container .brand{
  float: left;
  margin-right: 125px;
  margin-top: 35px;
  display: inline-block;
}
.banner > .container .search-header{
  margin-top: 35px;
  margin-left: 120px;
  display: inline-block;
}
.banner > .container .button_kontakt{
  float: right;
  margin-top: 25px;
  margin-left: 25px;
  display: inline-block;
}

.logo {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='109.658' height='20' viewBox='0 0 109.658 20'%3E%3Cpath id='Path_4' data-name='Path 4' d='M519.224,46.214a12.033,12.033,0,0,0-3.516-3.047l-.748-.5a13.666,13.666,0,0,1-2.294-1.705.939.939,0,0,1-.176-.689c0-.848,0-1.136,2-1.136a16.028,16.028,0,0,1,3.432.332l.268.087h.212a1.206,1.206,0,0,0,1.255-1.108l.111-1.606a1.193,1.193,0,0,0-.75-1.154l-.12-.048a17.672,17.672,0,0,0-4.488-.566c-3.149,0-6.766.6-6.766,5.274a4.5,4.5,0,0,0,.681,2.664,12,12,0,0,0,3.568,3.045l.753.505a13.812,13.812,0,0,1,2.29,1.7,1.977,1.977,0,0,1,.149.916c0,.946-.155,1.185-1.569,1.185a27.931,27.931,0,0,1-4.461-.358l-.272-.026a1.217,1.217,0,0,0-1.273,1.1l-.11,1.705a1.216,1.216,0,0,0,.981,1.233,27.15,27.15,0,0,0,5.378.533c4.075,0,6.142-1.884,6.142-5.6a4.767,4.767,0,0,0-.679-2.739' transform='translate(-507.402 -34.902)' fill='%231a1a18'/%3E%3Cpath id='Path_5' data-name='Path 5' d='M520.192,39.031h2.759c2.3,0,2.784,3.031,2.784,5.576,0,2.168-.358,5.8-2.759,5.8h-2.784Zm3.19-3.915H516.7a1.323,1.323,0,0,0-1.38,1.289V53.063a1.323,1.323,0,0,0,1.38,1.289h6.683c2.72,0,7.28-1.25,7.28-9.618s-4.56-9.618-7.28-9.618' transform='translate(-501.088 -34.869)' fill='%231a1a18'/%3E%3Cpath id='Path_6' data-name='Path 6' d='M536.859,38.348V36.4a1.321,1.321,0,0,0-1.38-1.287H525.418a1.321,1.321,0,0,0-1.38,1.287V37.97a1.321,1.321,0,0,0,1.38,1.287h5.81l-6.708,10.509a2.629,2.629,0,0,0-.514,1.355v1.944a1.323,1.323,0,0,0,1.382,1.287h9.956a1.321,1.321,0,0,0,1.407-1.287V51.5a1.322,1.322,0,0,0-1.38-1.289h-5.748L536.345,39.7a2.636,2.636,0,0,0,.514-1.355' transform='translate(-493.318 -34.869)' fill='%231a1a18'/%3E%3Cpath id='Path_7' data-name='Path 7' d='M538.877,40.987c1.337,0,1.943.2,1.974,2.056h-4.235c.176-1.706.958-2.056,2.261-2.056m6.6,3.557v-.678c0-1.634,0-6.609-6.6-6.609-4.643,0-7.2,2.734-7.2,7.7,0,5.125,2.614,7.722,7.767,7.722a13.071,13.071,0,0,0,4.765-.773,1.26,1.26,0,0,0,.89-1.165l-.128-1.625-.1-.174a1.411,1.411,0,0,0-1.264-.694l-.359.023-.2.077a9.626,9.626,0,0,1-3.061.552c-2.08,0-3.142-.336-3.363-2.177h7.043c.827,0,1.814-.377,1.814-2.179' transform='translate(-486.799 -32.678)' fill='%23009ee3'/%3E%3Cpath id='Path_8' data-name='Path 8' d='M552.676,52.839l-.16-1.513-.009-.07a1.248,1.248,0,0,0-1.283-.984,2.178,2.178,0,0,0-.383.039l-.081.018a11.833,11.833,0,0,1-2.515.289c-2.249,0-3.164-.509-3.164-5.624,0-5.39.915-5.926,3.164-5.926a9.137,9.137,0,0,1,2.538.354l.268.088h.214A1.209,1.209,0,0,0,552.52,38.4l.109-1.729a1.2,1.2,0,0,0-.748-1.154l-.12-.048a12.871,12.871,0,0,0-3.812-.49c-7.794,0-7.794,7.52-7.794,9.991,0,4.179.809,9.737,7.794,9.737a14.719,14.719,0,0,0,3.868-.483,1.227,1.227,0,0,0,.859-1.386' transform='translate(-479.625 -34.979)' fill='%231a1a18'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M552.969,39.387c.193-.225.543-.319,2.218-.319,1.627,0,1.97.094,2.161.315.282.33.814,1.9.814,5.46s-.532,5.13-.812,5.458c-.192.225-.543.317-2.218.317-1.627,0-1.97-.092-2.161-.313-.28-.332-.814-1.9-.814-5.462s.534-5.13.812-5.456m8.144-2.431c-1.413-1.646-3.316-1.977-5.926-1.977-2.572,0-4.573.335-5.986,1.985-1.253,1.48-1.97,4.353-1.97,7.88s.717,6.4,1.975,7.887c1.413,1.646,3.315,1.977,5.924,1.977,2.572,0,4.573-.335,5.987-1.983,1.251-1.48,1.968-4.353,1.968-7.881s-.717-6.4-1.974-7.887' transform='translate(-473.551 -34.979)' fill='%231a1a18'/%3E%3Cpath id='Path_10' data-name='Path 10' d='M573.556,35.116h-3.843a1.471,1.471,0,0,0-1.426,1.025l-2.371,7.651-2.278-7.663-.038-.109a1.425,1.425,0,0,0-1.328-.9h-4a1.322,1.322,0,0,0-1.38,1.289V53.063a1.322,1.322,0,0,0,1.38,1.289h2.11a1.324,1.324,0,0,0,1.381-1.3l-.061-8.182,1.806,4.479a1.45,1.45,0,0,0,1.566,1.086h1.411A1.462,1.462,0,0,0,568,49.289l2.13-5.01-.067,8.785a1.324,1.324,0,0,0,1.382,1.289h2.11a1.322,1.322,0,0,0,1.381-1.289V36.4a1.322,1.322,0,0,0-1.381-1.289' transform='translate(-465.279 -34.869)' fill='%231a1a18'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 110px;
  height: 20px;
}

.button {
  background-image: url("data:image/svg+xml,%3Csvg id='icon_arrow' xmlns='http://www.w3.org/2000/svg' width='16' height='14.14' viewBox='0 0 16 14.14'%3E%3Cpath id='Path_11' data-name='Path 11' d='M7.07,0c-.3,0-.484.149-.856.521L.223,6.474A.585.585,0,0,0,0,7.033v1a.284.284,0,0,0,.484.149l5.358-5.47c.149-.149.223-.186.335-.186.149,0,.26.149.26.409L6.251,15.591c0,.3.186.409.484.409H7.4c.3,0,.484-.112.484-.409L7.7,2.94c0-.26.112-.409.26-.409.112,0,.186.037.335.186l5.358,5.47a.284.284,0,0,0,.484-.149v-1a.585.585,0,0,0-.223-.558L7.926.521C7.553.149,7.367,0,7.07,0' transform='translate(16) rotate(90)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 16px;
  height: 14.14px;
}

.image_bottom_1 {
  background-image: url("data:image/svg+xml,%3Csvg id='icon_fb' xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cpath id='Path_159' data-name='Path 159' d='M224.436,111.7v20.429a2.785,2.785,0,0,1-2.786,2.786h-7.966v-8.838h3.353l.639-4.162h-3.992v-2.7a2.08,2.08,0,0,1,2.345-2.248h1.815v-3.541a22.035,22.035,0,0,0-3.222-.282c-3.288,0-5.438,1.993-5.438,5.6v3.17H205.53v4.162h3.655v8.838h-7.963a2.784,2.784,0,0,1-2.786-2.786V111.7a2.785,2.785,0,0,1,2.786-2.786H221.65A2.787,2.787,0,0,1,224.436,111.7Z' transform='translate(-198.436 -108.919)' fill='%23181716'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
}

.image_bottom_2 {
  background-image: url("data:image/svg+xml,%3Csvg id='icon_twitter' xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cpath id='Path_160' data-name='Path 160' d='M234.936,111.7v20.429a2.785,2.785,0,0,1-2.786,2.786H211.722a2.784,2.784,0,0,1-2.786-2.786V111.7a2.785,2.785,0,0,1,2.786-2.786H232.15A2.787,2.787,0,0,1,234.936,111.7Zm-3.714,4.457a7.494,7.494,0,0,1-2.194.592,3.792,3.792,0,0,0,1.671-2.095,7.482,7.482,0,0,1-2.414.919,3.815,3.815,0,0,0-6.5,3.477,10.82,10.82,0,0,1-7.847-3.982,3.771,3.771,0,0,0-.515,1.922l0,0a3.8,3.8,0,0,0,1.7,3.165,3.819,3.819,0,0,1-1.719-.48v.047a3.808,3.808,0,0,0,3.048,3.737,4.122,4.122,0,0,1-1.718.069,3.81,3.81,0,0,0,3.558,2.64,7.626,7.626,0,0,1-4.725,1.624,8.022,8.022,0,0,1-.916-.045,10.836,10.836,0,0,0,16.672-9.125c0-.161,0-.329-.01-.493A8.078,8.078,0,0,0,231.222,116.162Z' transform='translate(-208.936 -108.919)' fill='%23181716'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
}

.image_bottom_3 {
  background-image: url("data:image/svg+xml,%3Csvg id='icon_xing' xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cpath id='Path_161' data-name='Path 161' d='M245.436,111.7v20.429a2.785,2.785,0,0,1-2.786,2.786H222.222a2.784,2.784,0,0,1-2.786-2.786V111.7a2.785,2.785,0,0,1,2.786-2.786H242.65A2.787,2.787,0,0,1,245.436,111.7Zm-17.123,13.414q2.8-4.918,2.91-5.118l-1.852-3.209a.858.858,0,0,0-.748-.505h-2.7a.368.368,0,0,0-.349.584L227.392,120v.012l-2.862,5.032a.391.391,0,0,0,.349.6h2.7A.852.852,0,0,0,228.313,125.118Zm11.673-12.478h-2.721a.832.832,0,0,0-.726.5q-5.8,10.222-6,10.581l3.831,6.983a.834.834,0,0,0,.75.505h2.7a.372.372,0,0,0,.349-.587l-3.8-6.906v-.012l5.965-10.487A.37.37,0,0,0,239.986,112.641Z' transform='translate(-219.436 -108.919)' fill='%23181716'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
}

.image_bottom_4 {
  background-image: url("data:image/svg+xml,%3Csvg id='icon_googleplus' xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cpath id='Path_162' data-name='Path 162' d='M267.936,111.7v20.429a2.785,2.785,0,0,1-2.786,2.786H244.722a2.784,2.784,0,0,1-2.786-2.786V111.7a2.785,2.785,0,0,1,2.786-2.786H265.15A2.787,2.787,0,0,1,267.936,111.7ZM257.023,122.06a4.828,4.828,0,0,0-.092-.966h-5.48v2h3.3a3.148,3.148,0,0,1-3.3,2.5,3.669,3.669,0,0,1,0-7.337,3.253,3.253,0,0,1,2.308.894l1.575-1.513a5.544,5.544,0,0,0-3.89-1.52,5.8,5.8,0,0,0,0,11.606A5.348,5.348,0,0,0,257.023,122.06Zm7.2-.777h-1.684V119.6h-1.7v1.684H259.16v1.694h1.681v1.684h1.7v-1.684h1.684Z' transform='translate(-241.936 -108.919)' fill='%23181716'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
}

.image_bottom_5 {
  background-image: url("data:image/svg+xml,%3Csvg id='icon_linkedin' xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cpath id='Path_158' data-name='Path 158' d='M213.936,110.793v22.254a1.869,1.869,0,0,1-1.857,1.872H189.786a1.863,1.863,0,0,1-1.85-1.872V110.793a1.865,1.865,0,0,1,1.85-1.874h22.293A1.871,1.871,0,0,1,213.936,110.793ZM196.1,114.869a2.234,2.234,0,1,0-2.234,2.234A2.239,2.239,0,0,0,196.1,114.869Zm-.3,16.335V118.8H191.94V131.2H195.8Zm14.439-6.8c0-3.34-.726-5.913-4.623-5.913a4.053,4.053,0,0,0-3.65,2h-.054V118.8h-3.7V131.2h3.855v-6.139c0-1.619.307-3.187,2.315-3.187,1.974,0,2,1.852,2,3.291V131.2h3.853Z' transform='translate(-187.936 -108.919)' fill='%23181716'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
}

.image_bottom_6 {
  background-image: url("data:image/svg+xml,%3Csvg id='icon_mail' xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Crect id='Rectangle_69' data-name='Rectangle 69' width='26' height='26' rx='3' fill='%23181716'/%3E%3Cg id='noun_Email_3908032' transform='translate(3.4 -8.8)'%3E%3Cpath id='Path_147' data-name='Path 147' d='M19.46,16.823A2.066,2.066,0,0,0,17.418,14.8H2.643A2.066,2.066,0,0,0,.6,16.823v9.392a2.045,2.045,0,0,0,2.043,2.043H17.4a2.045,2.045,0,0,0,2.043-2.043ZM2.643,15.793H17.4a1.043,1.043,0,0,1,1.012.783L10.03,21.71l-8.4-5.135A1.06,1.06,0,0,1,2.643,15.793ZM1.612,17.721,9.782,22.7a.5.5,0,0,0,.515,0l8.17-4.982V26.2a1.059,1.059,0,0,1-1.05,1.05H2.643a1.059,1.059,0,0,1-1.05-1.05V17.721Z' fill='%23ececed' stroke='%23ececed' stroke-width='0.5'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
}

.image_bottom_7 {
  background-image: url("data:image/svg+xml,%3Csvg id='icon_mail' xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Crect id='Rectangle_69' data-name='Rectangle 69' width='26' height='26' rx='3' fill='%23181716'/%3E%3Cg id='Group_137' data-name='Group 137' transform='translate(-2751.698 -8075.438)'%3E%3Cg id='icon_appointment' transform='translate(2756 8080)'%3E%3Cpath id='Path_219' data-name='Path 219' d='M34.972,29a4.972,4.972,0,1,0,4.972,4.972A4.972,4.972,0,0,0,34.972,29Zm0,9.041a4.068,4.068,0,1,1,4.068-4.068,4.068,4.068,0,0,1-4.068,4.068Z' transform='translate(-21.334 -21.11)' fill='%23fff'/%3E%3Cpath id='Path_220' data-name='Path 220' d='M39.758,36.358l-2.192,2.188-.683-.683a.452.452,0,1,0-.642.637l1.008,1a.452.452,0,0,0,.637,0L40.4,37a.452.452,0,0,0-.642-.637Z' transform='translate(-24.682 -24.512)' fill='%23fff'/%3E%3Cpath id='Path_221' data-name='Path 221' d='M12.909,20.264H5.527a.763.763,0,0,1-.764-.763V11.105H15.838a.382.382,0,1,0,0-.763H4.764V8.053a.763.763,0,0,1,.764-.763H7.246v.382A1.145,1.145,0,0,0,8.391,8.816h.382A1.145,1.145,0,0,0,9.919,7.671V7.29h4.964v.382a1.145,1.145,0,0,0,1.146,1.145h.382a1.145,1.145,0,0,0,1.146-1.145V7.29h1.718a.763.763,0,0,1,.764.763v2.29H18.328a.382.382,0,1,0,0,.763h1.711v2.267a.382.382,0,0,0,.764,0V8.053a1.527,1.527,0,0,0-1.527-1.526H17.556V6.145A1.145,1.145,0,0,0,16.411,5h-.382a1.145,1.145,0,0,0-1.146,1.145v.382H9.919V6.145A1.145,1.145,0,0,0,8.773,5H8.391A1.145,1.145,0,0,0,7.246,6.145v.382H5.527A1.527,1.527,0,0,0,4,8.053V19.5a1.527,1.527,0,0,0,1.527,1.526h7.382a.382.382,0,1,0,0-.763ZM15.647,6.145a.382.382,0,0,1,.382-.382h.382a.382.382,0,0,1,.382.382V7.671a.382.382,0,0,1-.382.382h-.382a.382.382,0,0,1-.382-.382Zm-7.637,0a.382.382,0,0,1,.382-.382h.382a.382.382,0,0,1,.382.382V7.671a.382.382,0,0,1-.382.382H8.391a.382.382,0,0,1-.382-.382Z' transform='translate(-4 -5)' fill='%23fff'/%3E%3Ccircle id='Ellipse_18' data-name='Ellipse 18' cx='1' cy='1' r='1' transform='translate(7.589 7.583)' fill='%23fff'/%3E%3Ccircle id='Ellipse_19' data-name='Ellipse 19' cx='1' cy='1' r='1' transform='translate(2.53 7.583)' fill='%23fff'/%3E%3Ccircle id='Ellipse_20' data-name='Ellipse 20' cx='1' cy='1' r='1' transform='translate(2.53 11.796)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
}

.arrow_bottom {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='18.105' viewBox='0 0 16 18.105'%3E%3Cpath id='Path_11' data-name='Path 11' d='M8,0c-.337,0-.547.168-.968.589L.253,7.326A.661.661,0,0,0,0,7.958V9.095a.321.321,0,0,0,.547.168L6.611,3.074c.168-.168.253-.211.379-.211.168,0,.295.168.295.463L7.074,17.642c0,.337.211.463.547.463h.758c.337,0,.547-.126.547-.463L8.716,3.326c0-.295.126-.463.295-.463.126,0,.211.042.379.211l6.063,6.189A.321.321,0,0,0,16,9.095V7.958a.661.661,0,0,0-.253-.632L8.968.589C8.547.168,8.337,0,8,0' fill='%23009ee3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 16px;
  height: 18.1px;
}

.category-termine-seminar .short-description {
  display: none;
}
.category-termine-seminar .inhalt-title {
  display: none;
}
.category-termine-seminar .schulungsinhalte-teil-wrapper {
  display: none;
}
.category-termine-seminar .teilnahmegebuhr-online {
  display: none;
}
.category-termine-seminar .zahlart {
  display: none;
}
.category-termine-seminar .schulungsthema {
  display: none;
}
.category-termine-seminar .teilnehmer-max {
  display: none;
}
.category-termine-seminar .veranstaltungsorte-wrapper {
  display: none;
}
.category-termine-seminar .termine-list-group {
  display: none;
}

.category-termine-software-schulungen .short-description {
  display: none;
}
.category-termine-software-schulungen .inhalt-title {
  display: none;
}
.category-termine-software-schulungen .teilnahmegebuhr-prasentz {
  display: none;
}
.category-termine-software-schulungen .schulungsthema {
  display: none;
}
.category-termine-software-schulungen .svg-logo {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Ebene_1' data-name='Ebene 1' viewBox='0 0 677.45 677.32'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23009de2;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M687.91,0h-382L89.54,216.4A270,270,0,1,0,471.37,598.24L687.91,381.71Z' transform='translate(-10.46)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.category-termine-software-schulungen .termine-list-group {
  display: none;
}

.category-termine-webinar .additional-termine-hide {
  display: none;
}
.category-termine-webinar .remove-date {
  display: none;
}
.category-termine-webinar .short-description {
  display: none;
}
.category-termine-webinar .inhalt-title {
  display: none;
}
.category-termine-webinar .seminardauer {
  display: none;
}
.category-termine-webinar .schulungsinhalte-teil-wrapper {
  display: none;
}
.category-termine-webinar .registrierungslink {
  display: none;
}
.category-termine-webinar .teilnahmegebuhr-online {
  display: none;
}
.category-termine-webinar .teilnahmegebuhr-prasentz {
  display: none;
}
.category-termine-webinar .teilnehmer-min {
  display: none;
}
.category-termine-webinar .teilnehmer-max {
  display: none;
}
.category-termine-webinar .schulungsthema {
  display: none;
}
.category-termine-webinar .svg-logo {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Ebene_1' data-name='Ebene 1' viewBox='0 0 677.45 677.32'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23009de2;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M687.91,0h-382L89.54,216.4A270,270,0,1,0,471.37,598.24L687.91,381.71Z' transform='translate(-10.46)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.category-termine-workshop .short-description {
  display: none;
}
.category-termine-workshop .inhalt-title {
  display: none;
}
.category-termine-workshop .schulungsinhalte-teil-wrapper {
  display: none;
}
.category-termine-workshop .termine-list-group {
  display: none;
}
.category-termine-workshop .schulungsthema {
  display: none;
}
.category-termine-workshop .teilnehmer-max {
  display: none;
}

.termine-list-group-item {
  background-color: #eef3f6;
  border-radius: 7px;
  margin-bottom: 10px;
}
.termine-list-group-item .person-wrapper .single-referent {
  display: inline-block;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .termine-list-group-item {
    flex-wrap: wrap;
  }
  .termine-list-group-item > .date-time-wrapper {
    margin-top: 10px;
    width: 100%;
    min-width: 100% !important;
    padding-left: 0;
    text-align: center;
  }
  .termine-list-group-item > .person-wrapper {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
  .termine-list-group-item > .wp-block-buttons {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}

.schulungsinhalte-teil-wrapper {
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .schulungsinhalte-teil-wrapper div[class^=schulungsinhalte-teil] {
    width: 50%;
  }
}

@media only screen and (max-width: 1279px) {
  .veranstalter-wrapper .wp-block-group__inner-container {
    text-align: center;
  }
  .veranstalter-wrapper .wp-block-group__inner-container img {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .referenten .image-wrapper,
  .referenten .content-wrapper {
    text-align: center;
  }
}

.single-termine .section {
  margin-bottom: 40px;
}
.single-termine .section h3 {
  margin-bottom: 5px;
}
.single-termine .section p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.index-slider-wrapper {
  transition: all 1s ease;
  margin-left: -15px;
  width: calc(100% + 30px);
}

@media (min-width: 1024px){
  .index-slider-wrapper{
    margin-left: 0px;
    width: 100%;
    border-radius: 0.5rem;
  }
}

.index-slider-wrapper .green-button {
  background-color: #96c11f;
}

.index-slider-wrapper .button_split_1 {
  background-color: #003d58;
  border-color: #009ee3;
  position: relative;
  padding-left: 35px;
}

.index-slider-wrapper .button_split_1::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg id='icon_arrow' xmlns='http://www.w3.org/2000/svg' width='16' height='14.14' viewBox='0 0 16 14.14'%3E%3Cpath id='Path_11' data-name='Path 11' d='M7.07,0c-.3,0-.484.149-.856.521L.223,6.474A.585.585,0,0,0,0,7.033v1a.284.284,0,0,0,.484.149l5.358-5.47c.149-.149.223-.186.335-.186.149,0,.26.149.26.409L6.251,15.591c0,.3.186.409.484.409H7.4c.3,0,.484-.112.484-.409L7.7,2.94c0-.26.112-.409.26-.409.112,0,.186.037.335.186l5.358,5.47a.284.284,0,0,0,.484-.149v-1a.585.585,0,0,0-.223-.558L7.926.521C7.553.149,7.367,0,7.07,0' transform='translate(16) rotate(90)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 16px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 16px;
}

.index-slider-wrapper .button_split_2 {
  background-color: #009ee3;
}

.index-slider-wrapper .button_split_2:hover {
  background-color: #003d58;
}

.index-slider-wrapper .button_thema:hover {
  background-color: #009ee3;
}

.index-slider-wrapper .button_thema.active {
  background-color: #009ee3;
}

.index-slider-wrapper .button_thema {
  padding-left: 30px;
  background-color: #003d58;
  border-color: #009ee3;
  position: relative;
}

.index-slider-wrapper .button_thema::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.688' height='7.344' viewBox='0 0 6.688 7.344'%3E%3Cpath id='Path_3246' data-name='Path 3246' d='M1.136-.9a.168.168,0,0,0,.176.176L7.648-3.456a.31.31,0,0,0,.176-.256v-1.36a.31.31,0,0,0-.176-.256L1.312-8.064a.168.168,0,0,0-.176.176v.864a.386.386,0,0,0,.24.384L6.432-4.56a.308.308,0,0,1,.048.192.287.287,0,0,1-.048.176L1.376-2.144a.35.35,0,0,0-.24.384Z' transform='translate(-1.136 8.064)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 12px;
  height: 16px;
  display: inline-block;
  position: absolute;
  bottom: 13px;
  left: 14px;
}

.index-slider-wrapper .slick-dots {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: -65px;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  list-style-type: none;
}
@media (min-width: 1024px) {
  .index-slider-wrapper .slick-dots {
    left: 0;
    transform: translateX(0);
    bottom: -55px;
  }
}

.index-slider-wrapper .slick-dots li {
  margin: 0 10px;
}

.index-slider-wrapper .slick-dots button {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid transparent;
  border-radius: 100%;
  background-color: #003d58;
  text-indent: -9999px;
}

.index-slider-wrapper .slick-dots li.slick-active button {
  background-color: transparent;
  border: 2px solid #009ee3;
  width: 15px;
  height: 15px;
}

.references-slider-wrapper .references-slider{
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media only screen and (max-width: 1024px) {
  .references-slider-wrapper .references-slider .slick-list{
    margin-bottom: 40px;
  }
}
.references-slider-wrapper .references-slider .references-slider-arrow{
  position: absolute;
  bottom: 50%;
  z-index: 10;
  display: inline-block;
  height: 16px;
  width: 18px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media only screen and (max-width: 1024px) {
  .references-slider-wrapper .references-slider .references-slider-arrow {
    bottom: 0;
    transform: translateY(0);
  }
}
.references-slider-wrapper .references-slider .references-slider-arrow.prev{
  left: 0px;
  background-image: url("../images/prev-slider.svg");
}
@media only screen and (max-width: 1024px) {
  .references-slider-wrapper .references-slider .references-slider-arrow.prev {
    left: calc(50% - 30px);
  }
  .references-slider-wrapper .references-slider .references-slider-arrow.prev:after {
    content: "";
    background-image: url("../images/slider-slash.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 6px;
    height: 14px;
    position: absolute;
    display: inline-block;
    left: calc(50% + 22px);
    transform: translateX(-50%);
  }
}
.references-slider-wrapper .references-slider .references-slider-arrow.next{
  right: 0px;
  background-image: url("../images/next-slider.svg");
}
@media only screen and (max-width: 1024px) {
  .references-slider-wrapper .references-slider .references-slider-arrow.next {
    right: calc(50% - 30px);
  }
}

.testimonials-slider-wrapper .testimonials-slider{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .testimonials-slider-wrapper .testimonials-slider .slick-list{
    margin-bottom: 40px;
  }
}
.testimonials-slider-wrapper .testimonials-slider .slick-list .slick-track .hide-image {
  padding-left: 0;
  padding-right: 0;
}
.testimonials-slider-wrapper .testimonials-slider .slick-list .slick-track .hide-image .testimonial-inner .testimonials-slider-image {
  display: none;
}
.testimonials-slider-wrapper .testimonials-slider .slick-list .slick-track .hide-image .testimonial-inner .text-wrapper {
  text-align: center;
}
.testimonials-slider-wrapper .testimonials-slider .slick-list .slick-track .hide-image .testimonial-inner.text-center {
  text-align: center;
}
.testimonials-slider-wrapper .testimonials-slider .testimonials-slider-arrow{
  position: absolute;
  bottom: 50%;
  z-index: 10;
  display: inline-block;
  height: 16px;
  width: 18px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .testimonials-slider-wrapper .testimonials-slider .testimonials-slider-arrow {
    bottom: -20px;
    transform: translateY(0);
  }
}
.testimonials-slider-wrapper .testimonials-slider .testimonials-slider-arrow.prev{
  left: 0px;
  background-image: url("../images/prev-slider.svg");
}
@media only screen and (max-width: 1024px) {
  .testimonials-slider-wrapper .testimonials-slider .testimonials-slider-arrow.prev {
    left: calc(50% - 30px);
  }
  .testimonials-slider-wrapper .testimonials-slider .testimonials-slider-arrow.prev:after {
    content: "";
    background-image: url("../images/slider-slash.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 6px;
    height: 14px;
    position: absolute;
    display: inline-block;
    left: calc(50% + 22px);
    transform: translateX(-50%);
  }
}
.testimonials-slider-wrapper .testimonials-slider .testimonials-slider-arrow.next{
  right: 0px;
  background-image: url("../images/next-slider.svg");
}
@media only screen and (max-width: 1024px) {
  .testimonials-slider-wrapper .testimonials-slider .testimonials-slider-arrow.next {
    right: calc(50% - 30px);
  }
}

.trainings-center-stamp .trainings-center-stamp-text{
  font-family: "Akko W01 Light", sans;
  line-height: 15px;
}
.trainings-center-stamp .trainings-center-stamp-text span{
  font-family: "Akko W01 Medium", sans;
}
.trainings-center-stamp .logo-stamp-drop{
  height: 70px;
  width: 70px;
  background-image: url("../images/blue-drop.png");
}
.trainings-center-stamp .logo-stamp-lupe{
  height: 70px;
  width: 65px;
  background-image: url("../images/stamp-lupe.png");
}

.trainingscenter-teaser > a{
  position: relative;
  display: inline-block;
  width: 100%;
}
.trainingscenter-teaser > a .title-wrapper{
  position: absolute;
  top: 50px;
  left: 30px;
  width: 50%;
}
.trainingscenter-teaser > a .title-wrapper .title{
  margin-bottom: 15px;
  font-family: "Akko W01 Medium", sans;
  font-size: 24px;
  line-height: 34px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.trainingscenter-teaser > a .weiterlesen{
  position: absolute;
  top: 50px;
  right: 30px;
  width: calc(50% - 30px);
  padding-left: 0px;
  padding-right: 0px;
  text-align: right;
  --tw-text-opacity: 1;
  color: rgb(0 158 227 / var(--tw-text-opacity));
}
.trainingscenter-teaser > a .weiterlesen::before{
  margin-right: 10px;
  display: inline-block;
  --tw-content: ">";
  content: var(--tw-content);
}
@media (min-width: 1024px){
  .trainingscenter-teaser > a .weiterlesen{
    width: calc(50% - 60px);
  }
}
.trainingscenter-teaser > a img{
  max-height: 559px;
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.trainingscenter-teaser > a:hover img{
  opacity: 0.5;
}

.trainingscenter-all .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child),
.trainingscenter-filter-single-category .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
  margin-left: 0 !important;
}

.extended-cta .seetrough-image1 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='271' height='271' viewBox='0 0 271 271'%3E%3Cg id='decoration' transform='translate(5 5)' opacity='0.301'%3E%3Cpath id='Path_19' data-name='Path 19' d='M1101,117.406H956.674l-86.782,86.782a102.054,102.054,0,1,0,144.327,144.327L1101,261.733Z' transform='translate(-840 -117.406)' fill='none' stroke='%23fff' stroke-width='10'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 275px;
  height: 275px;
}

@media (max-width: 1023px){
  .veranstaltungen{
    display: grid;
    gap: 1rem;
  }
}
@media (min-width: 1024px){
  .veranstaltungen .veranstaltungen-item{
    min-height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.veranstaltungen .veranstaltungen-item {
  border-bottom: 1px solid white;
}
.veranstaltungen .veranstaltungen-item .veranstaltungen-item-inner {
  transition: all 0.5s;
}
@media only screen and (max-width: 1023px) {
  .veranstaltungen .veranstaltungen-item .veranstaltungen-item-inner .title {
    padding: 10px 0;
  }
}
.veranstaltungen .veranstaltungen-item:hover .veranstaltungen-item-inner {
  transform: scale(0.95);
}
.veranstaltungen .weiterlesen-link{
  padding-left: 0px;
  padding-right: 0px;
  text-align: right;
  --tw-text-opacity: 1;
  color: rgb(0 158 227 / var(--tw-text-opacity));
}
.veranstaltungen .weiterlesen-link::before{
  margin-right: 10px;
  display: inline-block;
  --tw-content: ">";
  content: var(--tw-content);
}
@media only screen and (max-width: 1023px) {
  .veranstaltungen .link-wrapper {
    margin-bottom: 10px;
  }
}

.image-slider-wrapper .slick-arrow,
.image-slider-wrapper .slick-dots {
  display: none !important;
}
.image-slider-wrapper img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.image-slider-wrapper .button_thema:hover {
  background-color: #009ee3;
}
.image-slider-wrapper .button_thema.active {
  background-color: #009ee3;
}
.image-slider-wrapper .button_thema {
  padding-left: 30px;
  background-color: #003d58;
  border-color: #009ee3;
  position: relative;
}
.image-slider-wrapper .button_thema::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.688' height='7.344' viewBox='0 0 6.688 7.344'%3E%3Cpath id='Path_3246' data-name='Path 3246' d='M1.136-.9a.168.168,0,0,0,.176.176L7.648-3.456a.31.31,0,0,0,.176-.256v-1.36a.31.31,0,0,0-.176-.256L1.312-8.064a.168.168,0,0,0-.176.176v.864a.386.386,0,0,0,.24.384L6.432-4.56a.308.308,0,0,1,.048.192.287.287,0,0,1-.048.176L1.376-2.144a.35.35,0,0,0-.24.384Z' transform='translate(-1.136 8.064)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 16px;
  display: inline-block;
  position: absolute;
  bottom: 17px;
  left: 14px;
}
@media only screen and (max-width: 768px) {
  .image-slider-wrapper .image-slider-buttons > div {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    overflow: hidden;
  }
  .image-slider-wrapper .image-slider-buttons > div a {
    line-height: 0;
    font-size: 0;
    color: transparent;
  }
  .image-slider-wrapper .image-slider-buttons > div a:before {
    display: none;
  }
}

.accordion label {
  background: rgba(212, 226, 233, 0.4);
  cursor: pointer;
  transition: all 0.5s;
}
.accordion label:after {
  content: "";
  background-image: url("/app/themes/sdzecomprototype/public/images/menu-arrow.svg");
  position: absolute;
  right: 1em;
  color: #fff;
  display: inline-block;
  width: 18px;
  height: 16px;
  background-repeat: no-repeat;
  transition: all 0.5s;
  top: 40%;
  transform: translateX(-50%) rotate(90deg);
}
.accordion input:checked + label:after {
  content: "";
  transform: translateX(-50%) rotate(-90deg);
}
.accordion input:checked + label {
  background-color: #d4e2e9;
}
.accordion .accordion__content {
  max-height: 0em;
  transition: all 0.4s cubic-bezier(0.865, 0.14, 0.095, 0.87);
  background-color: #fff;
}
.accordion input[name=panel]:checked ~ .accordion__content {
  max-height: 50em;
}

@media (min-width: 1280px) {
  .references-grid:not(.active) div:nth-child(10n+4){
    grid-column: span 2 / span 2;
  }
  .references-grid:not(.active) div:nth-child(10n+10){
    grid-column: span 2 / span 2;
  }
}

.top-news-single .top-news-single-wrapper {
  border: 1px solid red;
}

.wp-block-group.is-layout-constrained .wp-block-group__inner-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}
.wp-block-group.is-layout-constrained.alignwide .wp-block-group__inner-container{
  max-width: 1200px;
}
.wp-block-group.is-layout-constrained.alignfull .wp-block-group__inner-container{
  max-width: 100%;
}

/**
 * woocommerce.scss
 * SDZeCOM WooCommerce Theme styles
 */
/**
* ------------------------------------------
* Components -------------------------------
* ------------------------------------------
* */
#main .woocommerce,
.woocommerce #main {
  /**
   * Paragraph & Link
   */
  /**
  * Forms
  */
  /**
  * Tables
  */
}
#main .woocommerce p a:not(.button),
.woocommerce #main p a:not(.button){
  border-bottom-width: 1px;
  border-style: dotted;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 61 88 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 61 88 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#main .woocommerce p a:not(.button):hover,
.woocommerce #main p a:not(.button):hover{
  border-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(113 130 135 / var(--tw-text-opacity));
}
#main .woocommerce form [type=text],
#main .woocommerce form [type=email],
#main .woocommerce form [type=url],
#main .woocommerce form [type=password],
#main .woocommerce form [type=number],
#main .woocommerce form [type=date],
#main .woocommerce form [type=datetime-local],
#main .woocommerce form [type=month],
#main .woocommerce form [type=search],
#main .woocommerce form [type=tel],
#main .woocommerce form [type=time],
#main .woocommerce form [type=week],
#main .woocommerce form [multiple],
#main .woocommerce form textarea, #main .woocommerce form select,
.woocommerce #main form [type=text],
.woocommerce #main form [type=email],
.woocommerce #main form [type=url],
.woocommerce #main form [type=password],
.woocommerce #main form [type=number],
.woocommerce #main form [type=date],
.woocommerce #main form [type=datetime-local],
.woocommerce #main form [type=month],
.woocommerce #main form [type=search],
.woocommerce #main form [type=tel],
.woocommerce #main form [type=time],
.woocommerce #main form [type=week],
.woocommerce #main form [multiple],
.woocommerce #main form textarea,
.woocommerce #main form select{
  border-radius: 0.5rem;
}
#main .woocommerce form .select2-container--default .select2-selection--single,
.woocommerce #main form .select2-container--default .select2-selection--single{
  height: 42px;
  border-radius: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
#main .woocommerce form .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce #main form .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 42px;
}
#main .woocommerce form .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce #main form .select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 42px;
}
#main .woocommerce form .form-row .required,
.woocommerce #main form .form-row .required{
  text-decoration-line: none;
}
#main .woocommerce table.shop_attributes,
.woocommerce #main table.shop_attributes{
  margin-bottom: 0.75rem;
  width: 100%;
  border-top-width: 2px;
}
#main .woocommerce table.shop_attributes th,
.woocommerce #main table.shop_attributes th{
  width: 200px;
  border-bottom-width: 2px;
  padding: 0.75rem;
  font-weight: 700;
}
#main .woocommerce table.shop_attributes td,
.woocommerce #main table.shop_attributes td{
  border-bottom-width: 2px;
  font-style: italic;
}
#main .woocommerce table.shop_attributes td p,
.woocommerce #main table.shop_attributes td p{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
#main .woocommerce table.shop_attributes tr:nth-child(even) td,
#main .woocommerce table.shop_attributes tr:nth-child(even) th,
.woocommerce #main table.shop_attributes tr:nth-child(even) td,
.woocommerce #main table.shop_attributes tr:nth-child(even) th{
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 237 / var(--tw-bg-opacity));
}
#main .woocommerce table.shop_table th,
.woocommerce #main table.shop_table th{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
}
#main .woocommerce table.shop_table td,
.woocommerce #main table.shop_table td{
  border-top-width: 2px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: middle;
}
#main .woocommerce table.shop_table td small,
.woocommerce #main table.shop_table td small{
  font-weight: 400;
}
#main .woocommerce table.shop_table td del,
.woocommerce #main table.shop_table td del{
  font-weight: 400;
}
#main .woocommerce table.shop_table tbody:first-child tr:first-child th,
#main .woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce #main table.shop_table tbody:first-child tr:first-child th,
.woocommerce #main table.shop_table tbody:first-child tr:first-child td{
  border-top-width: 0px;
}
#main .woocommerce table.shop_table tfoot td,
#main .woocommerce table.shop_table tfoot th,
#main .woocommerce table.shop_table tbody th,
.woocommerce #main table.shop_table tfoot td,
.woocommerce #main table.shop_table tfoot th,
.woocommerce #main table.shop_table tbody th{
  border-top-width: 2px;
  font-weight: 700;
}
#main .woocommerce table.shop_table thead th,
.woocommerce #main table.shop_table thead th{
  text-align: left;
}
#main .woocommerce table.shop_table tfoot th,
#main .woocommerce table.shop_table tbody th,
.woocommerce #main table.shop_table tfoot th,
.woocommerce #main table.shop_table tbody th{
  text-align: right;
}
#main .woocommerce table.my_account_orders,
.woocommerce #main table.my_account_orders{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#main .woocommerce table.my_account_orders th,
#main .woocommerce table.my_account_orders td,
.woocommerce #main table.my_account_orders th,
.woocommerce #main table.my_account_orders td{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  vertical-align: middle;
}
#main .woocommerce table.my_account_orders .button,
.woocommerce #main table.my_account_orders .button{
  white-space: nowrap;
}
#main .woocommerce table.woocommerce-MyAccount-downloads td,
#main .woocommerce table.woocommerce-MyAccount-downloads th,
.woocommerce #main table.woocommerce-MyAccount-downloads td,
.woocommerce #main table.woocommerce-MyAccount-downloads th{
  text-align: center;
  vertical-align: top;
}
.testimonials-slider-wrapper .testimonials-slider .slick-list .slick-track .hide-image .testimonial-inner#main .woocommerce table.woocommerce-MyAccount-downloads td,.testimonials-slider-wrapper .testimonials-slider .slick-list .slick-track .hide-image .testimonial-inner
#main .woocommerce table.woocommerce-MyAccount-downloads th,.testimonials-slider-wrapper .testimonials-slider .slick-list .slick-track .hide-image .testimonial-inner
.woocommerce #main table.woocommerce-MyAccount-downloads td,.testimonials-slider-wrapper .testimonials-slider .slick-list .slick-track .hide-image .testimonial-inner
.woocommerce #main table.woocommerce-MyAccount-downloads th {
  text-align: center;
}
#main .woocommerce table.woocommerce-MyAccount-downloads td:first-child,
#main .woocommerce table.woocommerce-MyAccount-downloads th:first-child,
.woocommerce #main table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce #main table.woocommerce-MyAccount-downloads th:first-child{
  text-align: left;
}
#main .woocommerce table.woocommerce-MyAccount-downloads td:last-child,
#main .woocommerce table.woocommerce-MyAccount-downloads th:last-child,
.woocommerce #main table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce #main table.woocommerce-MyAccount-downloads th:last-child{
  text-align: left;
}
#main .woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
#main .woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before,
.woocommerce #main table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
.woocommerce #main table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before{
  display: inline-block;
  --tw-content: "↓";
  content: var(--tw-content);
}
#main .woocommerce td.product-name dl.variation,
#main .woocommerce td.product-name .wc-item-meta,
.woocommerce #main td.product-name dl.variation,
.woocommerce #main td.product-name .wc-item-meta{
  list-style-position: outside;
  list-style-type: none;
}
#main .woocommerce td.product-name dl.variation li,
#main .woocommerce td.product-name .wc-item-meta li,
.woocommerce #main td.product-name dl.variation li,
.woocommerce #main td.product-name .wc-item-meta li {
  font-size: revert;
}
#main .woocommerce td.product-name dl.variation li p,
#main .woocommerce td.product-name .wc-item-meta li p,
.woocommerce #main td.product-name dl.variation li p,
.woocommerce #main td.product-name .wc-item-meta li p {
  font-size: revert;
}
#main .woocommerce td.product-name dl.variation dt,
#main .woocommerce td.product-name dl.variation .wc-item-meta-label,
#main .woocommerce td.product-name .wc-item-meta dt,
#main .woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce #main td.product-name dl.variation dt,
.woocommerce #main td.product-name dl.variation .wc-item-meta-label,
.woocommerce #main td.product-name .wc-item-meta dt,
.woocommerce #main td.product-name .wc-item-meta .wc-item-meta-label{
  float: left;
  clear: both;
  margin-right: 0.25rem;
  display: inline-block;
  list-style-position: outside;
  list-style-type: none;
}
#main .woocommerce td.product-name dl.variation dd,
#main .woocommerce td.product-name .wc-item-meta dd,
.woocommerce #main td.product-name dl.variation dd,
.woocommerce #main td.product-name .wc-item-meta dd{
  margin: 0px;
}
#main .woocommerce td.product-name dl.variation p, #main .woocommerce td.product-name dl.variation:last-child,
#main .woocommerce td.product-name .wc-item-meta p,
#main .woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce #main td.product-name dl.variation p,
.woocommerce #main td.product-name dl.variation:last-child,
.woocommerce #main td.product-name .wc-item-meta p,
.woocommerce #main td.product-name .wc-item-meta:last-child{
  margin-bottom: 0px;
}
#main .woocommerce td.product-name p.backorder_notification,
.woocommerce #main td.product-name p.backorder_notification{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#main .woocommerce td.product-quantity,
.woocommerce #main td.product-quantity{
  min-width: 80px;
}

/**
 * Buttons
 */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit{
  position: relative;
  margin: 0px;
  height: auto;
  width: auto;
  cursor: pointer;
  border-radius: 0.5rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(147 184 200 / var(--tw-bg-opacity));
  background-image: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading{
  padding-right: 2.618em;
  opacity: 0.25;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading::after{
  position: absolute;
  top: 0.618em;
  right: 1em;
  vertical-align: top;
  font-family: "WooCommerce", sans;
  --tw-content: "";
  content: var(--tw-content);
  animation: spin 2s linear infinite;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.added::after{
  margin-left: 0.53em;
  vertical-align: bottom;
  font-family: "WooCommerce", sans;
  --tw-content: "";
  content: var(--tw-content);
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 158 227 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-thickness: 0px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt{
  --tw-bg-opacity: 1;
  background-color: rgb(147 184 200 / var(--tw-bg-opacity));
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 158 227 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover{
  background-image: none;
  --tw-text-opacity: 1;
  color: rgb(154 161 165 / var(--tw-text-opacity));
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled]{
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(113 130 135 / var(--tw-text-opacity));
  opacity: 0.5;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 237 / var(--tw-bg-opacity));
}

/**
 * Messages
 */
.woocommerce-notices-wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(0 61 88 / var(--tw-bg-opacity));
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 640px){
  .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info{
    max-width: 1536px;
  }
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info{
  max-width: 100%;
}
@media (min-width: 640px){
  .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info{
    max-width: 1080px;
  }
}
@media (min-width: 768px){
  .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info{
    max-width: 1080px;
  }
}
@media (min-width: 1024px){
  .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info{
    max-width: 1080px;
  }
}
@media (min-width: 1280px){
  .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info{
    max-width: 1080px;
  }
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info{
  position: relative;
  clear: both;
  max-width: 1120px;
  list-style-type: none;
  --tw-bg-opacity: 1;
  background-color: rgb(0 61 88 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 20px;
  padding-right: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.banner > .woocommerce-notices-wrapper .woocommerce-message,.banner > 
.woocommerce-notices-wrapper .woocommerce-error,.banner > 
.woocommerce-notices-wrapper .woocommerce-info{
  height: 100%;
  text-align: left;
}
.banner > .woocommerce-notices-wrapper .woocommerce-message .brand,.banner > 
.woocommerce-notices-wrapper .woocommerce-error .brand,.banner > 
.woocommerce-notices-wrapper .woocommerce-info .brand{
  float: left;
  margin-right: 125px;
  margin-top: 35px;
  display: inline-block;
}
.banner > .woocommerce-notices-wrapper .woocommerce-message .search-header,.banner > 
.woocommerce-notices-wrapper .woocommerce-error .search-header,.banner > 
.woocommerce-notices-wrapper .woocommerce-info .search-header{
  margin-top: 35px;
  margin-left: 120px;
  display: inline-block;
}
.banner > .woocommerce-notices-wrapper .woocommerce-message .button_kontakt,.banner > 
.woocommerce-notices-wrapper .woocommerce-error .button_kontakt,.banner > 
.woocommerce-notices-wrapper .woocommerce-info .button_kontakt{
  float: right;
  margin-top: 25px;
  margin-left: 25px;
  display: inline-block;
}
.woocommerce-notices-wrapper .woocommerce-message a.button,
.woocommerce-notices-wrapper .woocommerce-error a.button,
.woocommerce-notices-wrapper .woocommerce-info a.button{
  height: auto;
  width: auto;
  background-image: none;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.woocommerce-notices-wrapper .woocommerce-message a.button:hover,
.woocommerce-notices-wrapper .woocommerce-error a.button:hover,
.woocommerce-notices-wrapper .woocommerce-info a.button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 158 227 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.woocommerce-notices-wrapper .woocommerce-message li,
.woocommerce-notices-wrapper .woocommerce-error li,
.woocommerce-notices-wrapper .woocommerce-info li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  font-size: inherit;
  line-height: inherit;
}
.woocommerce-notices-wrapper .woocommerce-message li a,
.woocommerce-notices-wrapper .woocommerce-error li a,
.woocommerce-notices-wrapper .woocommerce-info li a {
  color: white !important;
}

.clear{
  clear: both;
}

/**
* ------------------------------------------
* Layout -----------------------------------
* ------------------------------------------
* */
/**
 * Navigation
 */
.nav-servicehub-container{
  border-top-width: 2px;
}
.nav-servicehub-container ul.menu{
  display: flex;
  flex-direction: row;
  column-gap: 1.25rem;
}
.nav-servicehub-container ul.menu li{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.375rem;
}
@media (min-width: 1280px){
  .nav-servicehub-container ul.menu li{
    border-bottom-width: 4px;
  }
}
.nav-servicehub-container ul.menu li a{
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(113 130 135 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .nav-servicehub-container ul.menu li a{
    font-size: 16px;
  }
}
.nav-servicehub-container ul.menu li a .menu-item-description{
  position: relative;
  margin-right: 0.75rem;
}
.nav-servicehub-container ul.menu li a .menu-item-description .cart_count{
  position: absolute;
  top: -5px;
  right: -12px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 61 88 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 9px;
  font-weight: 700;
  line-height: 15px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.testimonials-slider-wrapper .testimonials-slider .slick-list .slick-track .hide-image .testimonial-inner.nav-servicehub-container ul.menu li a .menu-item-description .cart_count {
  text-align: center;
}
.nav-servicehub-container ul.menu li.ico-shopping{
  background-image: url("../images/shopping-bag.svg");
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 1.75rem;
}
@media (min-width: 1280px){
  .nav-servicehub-container ul.menu li.current-menu-item{
    --tw-border-opacity: 1;
    border-color: rgb(0 158 227 / var(--tw-border-opacity));
  }
}
.nav-servicehub-container .nav-servicehub-right{
  margin-left: 1.25rem;
  border-left-width: 2px;
  padding-left: 1.25rem;
}

.cart-counter{
  position: relative;
}
.cart-counter .ajax-cart-counter{
  position: absolute;
  top: -5px;
  right: -7px;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 61 88 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 17px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.testimonials-slider-wrapper .testimonials-slider .slick-list .slick-track .hide-image .testimonial-inner.cart-counter .ajax-cart-counter {
  text-align: center;
}

/**
* ------------------------------------------
* Templates --------------------------------
* ------------------------------------------
* */
/**
 * Product Single
 */
.woocommerce.single-product .woo-product-detail{
  margin-left: -15px;
  width: calc(100% + var(--innerSpace) * 2);
  --tw-bg-opacity: 1;
  background-color: rgb(238 243 246 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: var(--innerSpace);
  padding-right: var(--innerSpace);
}
@media (min-width: 1024px){
  .woocommerce.single-product .woo-product-detail{
    margin-left: 0px;
    width: 100%;
    border-radius: 0.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.woocommerce.single-product div.images img{
  display: block;
  height: auto;
  width: 100%;
}
.woocommerce.single-product div.images.woocommerce-product-gallery {
  /* Change default cols size
  @media (min-width: 768px){
    width: 25% !important;
  }*/
}
.woocommerce.single-product div.images .woocommerce-product-gallery__wrapper {
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  padding: 0px;
}
.woocommerce.single-product div.images .woocommerce-product-gallery__wrapper .zoomImg{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0;
}
.woocommerce.single-product div.images .woocommerce-product-gallery__image:nth-child(n+2){
  display: inline-block;
  width: 25%;
}
.woocommerce.single-product div.images .woocommerce-product-gallery__trigger{
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  z-index: 10;
  height: 36px;
  width: 36px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-indent: -9999px;
  font-size: 2em;
}
.woocommerce.single-product div.images .woocommerce-product-gallery__trigger::before{
  position: absolute;
  top: 11px;
  left: 11px;
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
.woocommerce.single-product div.images .woocommerce-product-gallery__trigger::after{
  position: absolute;
  top: 18px;
  left: 21px;
  display: block;
  height: 8px;
  width: 2px;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
.woocommerce.single-product div.images .flex-control-thumbs{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  overflow: hidden;
  padding: 0px;
}
.woocommerce.single-product div.images .flex-control-thumbs li{
  float: left;
  margin: 0px;
  width: 25%;
  list-style-type: none;
  padding: 0.25rem;
}
.woocommerce.single-product div.images .flex-control-thumbs li img{
  margin: 0px;
  cursor: pointer;
  opacity: 0.5;
}
.woocommerce.single-product div.images .flex-control-thumbs li img.flex-active, .woocommerce.single-product div.images .flex-control-thumbs li img:hover{
  opacity: 1;
}
.woocommerce.single-product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1){
  clear: left;
}
.woocommerce.single-product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){
  clear: left;
}
.woocommerce.single-product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){
  clear: left;
}
.woocommerce.single-product .summary {
  /* Change default cols size
  @media (min-width: 768px){
    width: 70% !important;
  }*/
}
.woocommerce.single-product .summary .product_title{
  margin-top: 1.25rem;
}
@media (min-width: 768px){
  .woocommerce.single-product .summary .product_title{
    margin-top: 0px;
  }
}
ul.woocommerce.single-product .summary ul{
  margin-bottom: 16px;
}
ul.woocommerce.single-product .summary ul li{
  position: relative;
  margin-left: 15px;
  padding-left: 20px;
}
ul.woocommerce.single-product .summary ul li *::marker{
  color: rgb(0 158 227 );
  --tw-content: ">";
  content: var(--tw-content);
}
ul.woocommerce.single-product .summary ul li::marker{
  color: rgb(0 158 227 );
  --tw-content: ">";
  content: var(--tw-content);
}
.woocommerce.single-product .summary ul{
  margin-bottom: 16px;
}
.woocommerce.single-product .summary ul li:not(.menu-item){
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
}
.woocommerce.single-product .summary ul li:not(.menu-item) *::marker{
  color: rgb(0 158 227 );
  --tw-content: ">";
  content: var(--tw-content);
}
.woocommerce.single-product .summary ul li:not(.menu-item)::marker{
  color: rgb(0 158 227 );
  --tw-content: ">";
  content: var(--tw-content);
}
.woocommerce.single-product .summary ul li:not(.menu-item) a{
  font-family: "Akko W01 Medium", sans;
  --tw-text-opacity: 1;
  color: rgb(0 158 227 / var(--tw-text-opacity));
}
.woocommerce.single-product .summary form.cart{
  margin-bottom: 0.75rem;
}
.woocommerce.single-product .summary form.cart .quantity{
  display: inline-block;
}
.woocommerce.single-product .summary form.cart .quantity .qty{
  width: 65px;
  border-radius: 0.5rem;
}
.woocommerce.single-product .summary form.cart .single_add_to_cart_button{
  height: 42px;
  width: auto;
  border-radius: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.woocommerce.single-product .summary form.cart.variations_form .variations select{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  max-width: 70%;
  border-radius: 0.5rem;
}
.woocommerce.single-product .summary form.cart.variations_form .variations .reset_variations{
  --tw-text-opacity: 1;
  color: rgb(113 130 135 / var(--tw-text-opacity));
}
.woocommerce.single-product .summary form.cart.variations_form .variations .reset_variations::before{
  margin-right: 0.25rem;
  --tw-content: "x";
  content: var(--tw-content);
}
.woocommerce.single-product .summary form.cart.variations_form .single_variation_wrap .single_variation .woocommerce-variation-description{
  margin-top: 0.75rem;
}
.woocommerce.single-product .summary form.cart.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart{
  margin-top: 0.75rem;
}
.woocommerce.single-product .summary form.cart.grouped_form .group_table{
  margin-bottom: 0.75rem;
  width: 100%;
}
.woocommerce.single-product .summary form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__quantity .quantity .qty{
  width: 50px;
}
.woocommerce.single-product .summary form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__price{
  text-align: right;
}
.woocommerce.single-product .summary .product_meta{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(113 130 135 / var(--tw-text-opacity));
}
.woocommerce.single-product .summary .product_meta .posted_in{
  pointer-events: none;
}
.woocommerce.single-product .summary .product_meta span + span{
  margin-left: 1.25rem;
}
.woocommerce.single-product .price{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 61 88 / var(--tw-text-opacity));
}
.woocommerce.single-product .price small.woocommerce-price-suffix{
  font-size: 1rem;
  line-height: 1.5rem;
}
.woocommerce.single-product .woocommerce-tabs .tabs{
  margin-left: -15px;
  margin-right: -15px;
  display: grid;
}
@media (min-width: 768px){
  .woocommerce.single-product .woocommerce-tabs .tabs{
    margin-left: 0px;
    margin-right: 0px;
    display: block;
  }
}
.woocommerce.single-product .woocommerce-tabs .tabs li{
  border-bottom-width: 2px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px){
  .woocommerce.single-product .woocommerce-tabs .tabs li{
    border-width: 0px;
  }
}
.woocommerce.single-product .woocommerce-tabs .tabs li a{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.woocommerce.single-product .woocommerce-tabs .tabs li.active{
  --tw-bg-opacity: 1;
  background-color: rgb(238 243 246 / var(--tw-bg-opacity));
}
@media (min-width: 768px){
  .woocommerce.single-product .woocommerce-tabs .tabs li.active{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
}
.woocommerce.single-product .woocommerce-tabs .tabs li.active a{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.woocommerce.single-product .woocommerce-tabs .panel{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.woocommerce.single-product .woocommerce-tabs .panel h2{
  margin-bottom: 0.75rem;
}
ul.woocommerce.single-product .woocommerce-tabs .panel ul{
  margin-bottom: 16px;
}
ul.woocommerce.single-product .woocommerce-tabs .panel ul li{
  position: relative;
  margin-left: 15px;
  padding-left: 20px;
}
ul.woocommerce.single-product .woocommerce-tabs .panel ul li *::marker{
  color: rgb(0 158 227 );
  --tw-content: ">";
  content: var(--tw-content);
}
ul.woocommerce.single-product .woocommerce-tabs .panel ul li::marker{
  color: rgb(0 158 227 );
  --tw-content: ">";
  content: var(--tw-content);
}
.woocommerce.single-product .woocommerce-tabs .panel ul{
  margin-bottom: 16px;
}
.woocommerce.single-product .woocommerce-tabs .panel ul li:not(.menu-item){
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
}
.woocommerce.single-product .woocommerce-tabs .panel ul li:not(.menu-item) *::marker{
  color: rgb(0 158 227 );
  --tw-content: ">";
  content: var(--tw-content);
}
.woocommerce.single-product .woocommerce-tabs .panel ul li:not(.menu-item)::marker{
  color: rgb(0 158 227 );
  --tw-content: ">";
  content: var(--tw-content);
}
.woocommerce.single-product .woocommerce-tabs .panel ul li:not(.menu-item) a{
  font-family: "Akko W01 Medium", sans;
  --tw-text-opacity: 1;
  color: rgb(0 158 227 / var(--tw-text-opacity));
}
.woocommerce.single-product .additional-description-content .additional-description-item{
  margin-top: 1.5rem;
}
.woocommerce.single-product .additional-description-content .additional-description-item:last-child{
  margin-bottom: 1.5rem;
}
.woocommerce.single-product .related.products ul.products{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 768px){
  .woocommerce.single-product .related.products ul.products{
    margin-left: -1rem;
    margin-right: -1rem;
    flex-wrap: nowrap;
  }
}
.woocommerce.single-product .related.products ul.products li{
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  flex-basis: 100%;
}
@media (min-width: 768px){
  .woocommerce.single-product .related.products ul.products li{
    flex-basis: 33.333333%;
  }
}
.woocommerce.single-product .related.products ul.products li .price .payment-method{
  display: none;
}

/**
 * Product Listing
 */
.woocommerce ul.products[class*=columns-]{
  display: flex;
  flex-wrap: wrap;
}
.woocommerce ul.products[class*=columns-] li.product{
  display: flex;
  width: 100%;
  flex-direction: column;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(236 236 237 / var(--tw-border-opacity));
}
@media (min-width: 768px){
  .woocommerce ul.products[class*=columns-] li.product{
    width: 48%;
  }
}
.woocommerce ul.products[class*=columns-] li.product a.woocommerce-loop-product__link{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.woocommerce ul.products[class*=columns-] li.product a img{
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 237 / var(--tw-bg-opacity));
  padding-left: 7rem;
  padding-right: 7rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__title{
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.woocommerce ul.products[class*=columns-] li.product .price{
  margin-top: auto;
  margin-bottom: 0px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 61 88 / var(--tw-text-opacity));
}
.woocommerce ul.products[class*=columns-] li.product .payment-method{
  --tw-text-opacity: 1;
  color: rgb(113 130 135 / var(--tw-text-opacity));
}
.woocommerce ul.products[class*=columns-] li.product .go_to_product_button{
  margin-top: auto;
  margin-bottom: 1.25rem;
  display: block;
  background-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0px;
  padding-right: 0px;
  font-family: "Akko W01 Medium", sans;
  --tw-text-opacity: 1;
  color: rgb(0 158 227 / var(--tw-text-opacity));
    background: transparent;
}
.woocommerce ul.products[class*=columns-] li.product .go_to_product_button::before{
  margin-right: 10px;
  display: inline-block;
  --tw-content: ">";
  content: var(--tw-content);
}

.woocommerce-ordering .orderby{
  display: none;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(147 184 200 / var(--tw-bg-opacity));
  background-size: 1em 1em;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 1280px){
  .woocommerce-ordering .orderby{
    margin-left: 20px;
    display: inline-block;
    border-radius: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.woocommerce-ordering .orderby {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjYuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNC4xIDE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNC4xIDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGlkPSJQYXRoXzExIiBjbGFzcz0ic3QwIiBkPSJNNy4xLDE2YzAuMywwLDAuNS0wLjEsMC45LTAuNWw2LTZjMC4yLTAuMSwwLjMtMC4zLDAuMi0wLjZWOGMwLTAuMi0wLjItMC4zLTAuMy0wLjIKCWMtMC4xLDAtMC4xLDAtMC4yLDAuMWwtNS40LDUuNWMtMC4xLDAuMS0wLjIsMC4yLTAuMywwLjJjLTAuMSwwLTAuMy0wLjEtMC4zLTAuNEw3LjksMC40QzcuOSwwLjEsNy43LDAsNy40LDBINi43CglDNi40LDAsNi4zLDAuMSw2LjMsMC40bDAuMiwxMi43YzAsMC4zLTAuMSwwLjQtMC4zLDAuNGMtMC4xLDAtMC4yLDAtMC4zLTAuMkwwLjUsNy44Yy0wLjEtMC4xLTAuMy0wLjEtMC40LDBDMCw3LjgsMCw3LjksMCw4djEKCWMwLDAuMiwwLjEsMC40LDAuMiwwLjZsNiw2QzYuNiwxNS44LDYuOCwxNiw3LjEsMTYiLz4KPC9zdmc+Cg==");
}
.woocommerce-ordering .orderby:focus {
  box-shadow: none;
}

.woocommerce-result-count{
  font-size: 16px;
}

nav.woocommerce-pagination{
  text-align: center;
}

.testimonials-slider-wrapper .testimonials-slider .slick-list .slick-track .hide-image nav.testimonial-inner.woocommerce-pagination {
  text-align: center;
}
nav.woocommerce-pagination ul{
  clear: both;
  margin: 1px;
  display: inline-block;
  white-space: nowrap;
  border-width: 2px;
  border-right-width: 0px;
  padding: 0px;
}
nav.woocommerce-pagination ul li{
  float: left;
  margin: 0px;
  display: inline;
  overflow: hidden;
  --tw-border-opacity: 1;
  border-right-color: rgb(0 61 88 / var(--tw-border-opacity));
  padding: 0px;
}
nav.woocommerce-pagination ul li a,
nav.woocommerce-pagination ul li span{
  margin: 0px;
  display: block;
  min-width: 1em;
  padding: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1;
  text-decoration-thickness: 0px;
}
nav.woocommerce-pagination ul li span.current,
nav.woocommerce-pagination ul li a:hover,
nav.woocommerce-pagination ul li a:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(147 184 200 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woo-sidebar{
  margin-bottom: 0.75rem;
}
.woo-sidebar .woo-widget-title,
.woo-sidebar .wp-block-heading{
  margin-bottom: 0px;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 158 227 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.woo-sidebar .wc-block-product-categories{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 158 227 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}
.woo-sidebar .wc-block-product-categories li{
  font-size: 1rem;
  line-height: 2rem;
}
.woo-sidebar .wc-block-product-categories li ul{
  padding-left: 0.5rem;
}
.woo-sidebar .wc-block-product-categories li ul li::before{
  display: inline;
  --tw-content: "-";
  content: var(--tw-content);
}
.woo-sidebar .wp-block-woocommerce-attribute-filter{
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  border: 1px solid #009ee3 !important;
}
.woo-sidebar .wp-block-woocommerce-attribute-filter li{
  font-size: 1rem;
  line-height: 1.5rem;
}

.woo-filterbar .wp-block-woocommerce-active-filters .wc-block-active-filters{
  display: flex;
  flex-wrap: wrap;
}
.woo-filterbar .wp-block-woocommerce-active-filters .wc-block-active-filters ul li.wc-block-active-filters__list-item .wc-block-components-chip{
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(0 61 88 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.woo-filterbar .wp-block-woocommerce-active-filters .wc-block-active-filters .wc-block-active-filters__clear-all{
  margin-top: 0.1875rem;
  margin-bottom: 0.4375rem;
  border-radius: 2em;
  --tw-bg-opacity: 1;
  background-color: rgb(212 226 233 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/**
 * Cart
 */
.woocommerce-cart #main .woocommerce{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 640px){
  .woocommerce-cart #main .woocommerce{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .woocommerce-cart #main .woocommerce{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .woocommerce-cart #main .woocommerce{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .woocommerce-cart #main .woocommerce{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .woocommerce-cart #main .woocommerce{
    max-width: 1536px;
  }
}
.woocommerce-cart #main .woocommerce{
  max-width: 100%;
}
@media (min-width: 640px){
  .woocommerce-cart #main .woocommerce{
    max-width: 1080px;
  }
}
@media (min-width: 768px){
  .woocommerce-cart #main .woocommerce{
    max-width: 1080px;
  }
}
@media (min-width: 1024px){
  .woocommerce-cart #main .woocommerce{
    max-width: 1080px;
  }
}
@media (min-width: 1280px){
  .woocommerce-cart #main .woocommerce{
    max-width: 1080px;
  }
}
.banner > .woocommerce-cart #main .woocommerce{
  height: 100%;
  text-align: left;
}
.banner > .woocommerce-cart #main .woocommerce .brand{
  float: left;
  margin-right: 125px;
  margin-top: 35px;
  display: inline-block;
}
.banner > .woocommerce-cart #main .woocommerce .search-header{
  margin-top: 35px;
  margin-left: 120px;
  display: inline-block;
}
.banner > .woocommerce-cart #main .woocommerce .button_kontakt{
  float: right;
  margin-top: 25px;
  margin-left: 25px;
  display: inline-block;
}
.woocommerce-cart #main .woocommerce-cart-form table.cart{
  width: 100%;
  text-align: left;
}
.woocommerce-cart #main .woocommerce-cart-form table.cart img{
  width: 75px;
}
.woocommerce-cart #main .woocommerce-cart-form table.cart .quantity{
  display: inline-block;
}
.woocommerce-cart #main .woocommerce-cart-form table.cart .quantity .qty{
  width: 65px;
  border-radius: 0.5rem;
}
.woocommerce-cart #main .woocommerce-cart-form table.cart .actions{
  margin-top: 0.5rem;
  border-top-width: 2px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.woocommerce-cart #main .cart-collaterals .cart_totals{
  margin-bottom: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(238 243 246 / var(--tw-bg-opacity));
  padding: 1.25rem;
}
.woocommerce-cart #main .cart-collaterals .cart_totals table.shop_table{
  width: 100%;
}
.woocommerce-cart #main .cart-collaterals .cart_totals table.shop_table tbody tr th{
  font-weight: 400;
}
.woocommerce-cart #main .cart-collaterals .cart_totals table.shop_table tbody tr td{
  text-align: right;
  font-weight: 700;
}
.woocommerce-cart #main .cart-collaterals .cart_totals .wc-proceed-to-checkout{
  margin-top: 1.25rem;
  width: 100%;
}
.woocommerce-cart #main .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button{
  display: block;
  height: auto;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2rem;
}
.testimonials-slider-wrapper .testimonials-slider .slick-list .slick-track .hide-image .testimonial-inner.woocommerce-cart #main .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  text-align: center;
}

/**
 * Checkout
 */
.woocommerce-checkout .woocommerce{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 640px){
  .woocommerce-checkout .woocommerce{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .woocommerce-checkout .woocommerce{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .woocommerce-checkout .woocommerce{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .woocommerce-checkout .woocommerce{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .woocommerce-checkout .woocommerce{
    max-width: 1536px;
  }
}
.woocommerce-checkout .woocommerce{
  max-width: 100%;
}
@media (min-width: 640px){
  .woocommerce-checkout .woocommerce{
    max-width: 1080px;
  }
}
@media (min-width: 768px){
  .woocommerce-checkout .woocommerce{
    max-width: 1080px;
  }
}
@media (min-width: 1024px){
  .woocommerce-checkout .woocommerce{
    max-width: 1080px;
  }
}
@media (min-width: 1280px){
  .woocommerce-checkout .woocommerce{
    max-width: 1080px;
  }
}
.banner > .woocommerce-checkout .woocommerce{
  height: 100%;
  text-align: left;
}
.banner > .woocommerce-checkout .woocommerce .brand{
  float: left;
  margin-right: 125px;
  margin-top: 35px;
  display: inline-block;
}
.banner > .woocommerce-checkout .woocommerce .search-header{
  margin-top: 35px;
  margin-left: 120px;
  display: inline-block;
}
.banner > .woocommerce-checkout .woocommerce .button_kontakt{
  float: right;
  margin-top: 25px;
  margin-left: 25px;
  display: inline-block;
}
.woocommerce-checkout #order_review_heading{
  margin-top: 1.25rem;
}
.woocommerce-checkout #order_review table.shop_table{
  margin-bottom: 2.5rem;
  width: 100%;
}
.woocommerce-checkout #order_review table.shop_table th.product-total{
  text-align: right;
}
.woocommerce-checkout #order_review table.shop_table tr.cart_item td{
  border-width: 2px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.woocommerce-checkout #order_review table.shop_table tr.cart_item td.product-total{
  text-align: right;
}
.woocommerce-checkout #order_review table.shop_table tfoot th{
  border-width: 0px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: right;
}
.woocommerce-checkout #order_review table.shop_table tfoot td{
  border-width: 2px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: right;
}
.woocommerce-checkout .wc_payment_methods{
  display: none;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.woocommerce-checkout .wc_payment_methods li{
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 237 / var(--tw-bg-opacity));
  padding: 0.75rem;
}
.woocommerce-checkout .wc_payment_methods li label{
  font-weight: 700;
}
.woocommerce-checkout .wc_payment_methods li p{
  padding: 0px;
  font-style: italic;
}
.woocommerce-checkout #place_order{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: block;
  height: auto;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2rem;
}
.testimonials-slider-wrapper .testimonials-slider .slick-list .slick-track .hide-image .testimonial-inner.woocommerce-checkout #place_order {
  text-align: center;
}

/**
 * Order received
 */
.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-notice{
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.testimonials-slider-wrapper .testimonials-slider .slick-list .slick-track .hide-image .testimonial-inner.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-notice {
  text-align: center;
}
.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-overview{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 640px){
  .woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-overview{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-overview{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-overview{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-overview{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-overview{
    max-width: 1536px;
  }
}
.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-overview{
  max-width: 100%;
}
@media (min-width: 640px){
  .woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-overview{
    max-width: 1080px;
  }
}
@media (min-width: 768px){
  .woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-overview{
    max-width: 1080px;
  }
}
@media (min-width: 1024px){
  .woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-overview{
    max-width: 1080px;
  }
}
@media (min-width: 1280px){
  .woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-overview{
    max-width: 1080px;
  }
}
.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-overview{
  margin-bottom: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 237 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.banner > .woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-overview{
  height: 100%;
  text-align: left;
}
.banner > .woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-overview .brand{
  float: left;
  margin-right: 125px;
  margin-top: 35px;
  display: inline-block;
}
.banner > .woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-overview .search-header{
  margin-top: 35px;
  margin-left: 120px;
  display: inline-block;
}
.banner > .woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-overview .button_kontakt{
  float: right;
  margin-top: 25px;
  margin-left: 25px;
  display: inline-block;
}
.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details table{
  width: 100%;
}
.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details{
  margin-top: 1.25rem;
}

/**
 * Account
 */
.woocommerce-account .woocommerce{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 640px){
  .woocommerce-account .woocommerce{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .woocommerce-account .woocommerce{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .woocommerce-account .woocommerce{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .woocommerce-account .woocommerce{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .woocommerce-account .woocommerce{
    max-width: 1536px;
  }
}
.woocommerce-account .woocommerce{
  max-width: 100%;
}
@media (min-width: 640px){
  .woocommerce-account .woocommerce{
    max-width: 1080px;
  }
}
@media (min-width: 768px){
  .woocommerce-account .woocommerce{
    max-width: 1080px;
  }
}
@media (min-width: 1024px){
  .woocommerce-account .woocommerce{
    max-width: 1080px;
  }
}
@media (min-width: 1280px){
  .woocommerce-account .woocommerce{
    max-width: 1080px;
  }
}
.banner > .woocommerce-account .woocommerce{
  height: 100%;
  text-align: left;
}
.banner > .woocommerce-account .woocommerce .brand{
  float: left;
  margin-right: 125px;
  margin-top: 35px;
  display: inline-block;
}
.banner > .woocommerce-account .woocommerce .search-header{
  margin-top: 35px;
  margin-left: 120px;
  display: inline-block;
}
.banner > .woocommerce-account .woocommerce .button_kontakt{
  float: right;
  margin-top: 25px;
  margin-left: 25px;
  display: inline-block;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 61 88 / var(--tw-text-opacity));
}
.woocommerce-account .woocommerce-form-login__rememberme{
  margin-bottom: 0.75rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
  --tw-bg-opacity: 1;
  background-color: rgb(238 243 246 / var(--tw-bg-opacity));
  padding: 1rem;
}
@media (min-width: 768px){
  .woocommerce-account .woocommerce-MyAccount-navigation{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border-radius: 0.5rem;
  }
  .woocommerce-account .woocommerce-MyAccount-content{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.woocommerce-account .woocommerce-MyAccount-content address p {
  font-size: revert;
}
.woocommerce-account.woocommerce-view-order mark{
  background-color: transparent;
  font-weight: 700;
    background: transparent;
}
.woocommerce-account.woocommerce-view-order .woocommerce-customer-details{
  margin-top: 2.5rem;
}

/**
* ------------------------------------------
* Miscs ------------------------------------
* ------------------------------------------
* */
/**
 * FAQ
 */
.wpseopress-faqs .wpseopress-faq{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.wpseopress-faqs .wpseopress-faq:not(:first-of-type){
  border-top-width: 2px;
}
.wpseopress-faqs .wpseopress-faq .wpseopress-faq-question{
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(113 130 135 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .wpseopress-faqs .wpseopress-faq .wpseopress-faq-question{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.last\:mb-0:last-child{
  margin-bottom: 0px;
}
.focus\:border-0:focus{
  border-width: 0px;
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
@media (min-width: 640px){
  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .sm\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .sm\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .sm\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sm\:mb-0{
    margin-bottom: 0px;
  }
  .sm\:mb-\[16px\]{
    margin-bottom: 16px;
  }
  .sm\:mt-6{
    margin-top: 1.5rem;
  }
  .sm\:block{
    display: block;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:grow{
    flex-grow: 1;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:gap-\[60px\]{
    gap: 60px;
  }
  .sm\:border-b{
    border-bottom-width: 1px;
  }
  .sm\:border-none{
    border-style: none;
  }
  .sm\:text-left{
    text-align: left;
  }
}
@media (min-width: 768px){
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-\[15px\]{
    margin-bottom: 15px;
  }
  .md\:mb-\[35px\]{
    margin-bottom: 35px;
  }
  .md\:mr-\[120px\]{
    margin-right: 120px;
  }
  .md\:block{
    display: block;
  }
  .md\:inline-block{
    display: inline-block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-\[20\%\]{
    width: 20%;
  }
  .md\:w-\[60\%\]{
    width: 60%;
  }
  .md\:w-\[calc\(39\%-120px\)\]{
    width: calc(39% - 120px);
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:gap-5{
    gap: 1.25rem;
  }
  .md\:p-0{
    padding: 0px;
  }
  .md\:pb-\[16px\]{
    padding-bottom: 16px;
  }
  .md\:pl-\[100px\]{
    padding-left: 100px;
  }
  .md\:pl-\[50px\]{
    padding-left: 50px;
  }
  .md\:pr-\[50px\]{
    padding-right: 50px;
  }
  .md\:pt-5{
    padding-top: 1.25rem;
  }
  .md\:text-left{
    text-align: left;
  }
}
@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:relative{
    position: relative;
  }
  .lg\:bottom-0{
    bottom: 0px;
  }
  .lg\:right-0{
    right: 0px;
  }
  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:mb-32{
    margin-bottom: 8rem;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:ml-10{
    margin-left: 2.5rem;
  }
  .lg\:mt-32{
    margin-top: 8rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline-block{
    display: inline-block;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:min-h-\[580px\]{
    min-height: 580px;
  }
  .lg\:w-\[80\%\]{
    width: 80%;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:grow{
    flex-grow: 1;
  }
  .lg\:cursor-pointer{
    cursor: pointer;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:p-\[30px\]{
    padding: 30px;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-\[50px\]{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .lg\:text-right{
    text-align: right;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1280px){
  .xl\:fixed{
    position: fixed;
  }
  .xl\:absolute{
    position: absolute;
  }
  .xl\:relative{
    position: relative;
  }
  .xl\:inset-0{
    inset: 0px;
  }
  .xl\:right-0{
    right: 0px;
  }
  .xl\:top-0{
    top: 0px;
  }
  .xl\:top-\[30vh\]{
    top: 30vh;
  }
  .xl\:z-\[99\]{
    z-index: 99;
  }
  .xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .xl\:mb-0{
    margin-bottom: 0px;
  }
  .xl\:ml-0{
    margin-left: 0px;
  }
  .xl\:ml-\[20px\]{
    margin-left: 20px;
  }
  .xl\:mr-\[120px\]{
    margin-right: 120px;
  }
  .xl\:block{
    display: block;
  }
  .xl\:inline-block{
    display: inline-block;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:h-\[50px\]{
    height: 50px;
  }
  .xl\:h-auto{
    height: auto;
  }
  .xl\:h-screen{
    height: 100vh;
  }
  .xl\:max-h-\[200px\]{
    max-height: 200px;
  }
  .xl\:w-\[26px\]{
    width: 26px;
  }
  .xl\:w-\[40\%\]{
    width: 40%;
  }
  .xl\:w-\[48px\]{
    width: 48px;
  }
  .xl\:w-\[60\%\]{
    width: 60%;
  }
  .xl\:w-\[80\%\]{
    width: 80%;
  }
  .xl\:w-auto{
    width: auto;
  }
  .xl\:w-full{
    width: 100%;
  }
  .xl\:max-w-\[75\%\]{
    max-width: 75%;
  }
  .xl\:cursor-pointer{
    cursor: pointer;
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:items-center{
    align-items: center;
  }
  .xl\:gap-\[20px\]{
    gap: 20px;
  }
  .xl\:gap-\[40px\]{
    gap: 40px;
  }
  .xl\:overflow-y-scroll{
    overflow-y: scroll;
  }
  .xl\:rounded-lg{
    border-radius: 0.5rem;
  }
  .xl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }
  .xl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }
  .xl\:border-0{
    border-width: 0px;
  }
  .xl\:bg-\[transparent\]{
    background-color: transparent;
  }
  .xl\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }
  .xl\:p-10{
    padding: 2.5rem;
  }
  .xl\:p-\[40px\]{
    padding: 40px;
  }
  .xl\:p-\[45px\]{
    padding: 45px;
  }
  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl\:pl-\[100px\]{
    padding-left: 100px;
  }
  .xl\:text-\[24px\]{
    font-size: 24px;
  }
  .xl\:leading-\[40px\]{
    line-height: 40px;
  }
  .xl\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .xl\:opacity-0{
    opacity: 0;
  }
  .xl\:transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .group:hover .xl\:group-hover\:opacity-100{
    opacity: 1;
  }
}
@media (max-width: 1023px){
  .upToLg\:mb-8{
    margin-bottom: 2rem;
  }
  .upToLg\:flex-col{
    flex-direction: column;
  }
}
