/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
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;
}

/*
Tabular data
============
*/

/**
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)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

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

/**
Remove the inner border and padding in Firefox.
*/

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

/**
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.
*/

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Segoe UI; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a1a1aa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a1a1aa;
}

input::placeholder,
textarea::placeholder {
  color: #a1a1aa;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 375px) {
  .container {
    max-width: 375px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 20, 20, var(--tw-bg-opacity));
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.border-blue {
  --tw-border-opacity: 1;
  border-color: rgba(46, 198, 255, var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-4 {
  border-width: 4px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-b {
  border-bottom-width: 1px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-end {
  align-items: flex-end;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

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

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

.h-48 {
  height: 12rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.text-3xl {
  font-size: 80px;
  line-height: 80px;
}

.text-2xl {
  font-size: 60px;
  line-height: 70px;
}

.text-xl {
  font-size: 34px;
}

.text-lg {
  font-size: 22px;
}

.text-base {
  font-size: 20px;
}

.text-sm {
  font-size: 16px;
}

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

.-m-3 {
  margin: -0.75rem;
}

.-m-2\.5 {
  margin: -0.625rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-44 {
  margin-bottom: 11rem;
}

.mt-auto {
  margin-top: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-12 {
  padding: 3rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pointer-events-none {
  pointer-events: none;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.resize {
  resize: both;
}

* {
  --tw-shadow: 0 0 #0000;
}

* {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

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

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

.text-blue {
  --tw-text-opacity: 1;
  color: rgba(46, 198, 255, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgba(204, 0, 0, var(--tw-text-opacity));
}

.hover\:text-blue:hover {
  --tw-text-opacity: 1;
  color: rgba(46, 198, 255, var(--tw-text-opacity));
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.visible {
  visibility: visible;
}

.w-0 {
  width: 0px;
}

.w-auto {
  width: auto;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-1\/4 {
  width: 25%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-1\/12 {
  width: 8.333333%;
}

.w-3\/12 {
  width: 25%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-full {
  width: 100%;
}

.w-1\/9 {
  width: 11.111111%;
}

.transform {
  --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;
  transform: translateX(var(--tw-translate-x)) translateY(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));
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

/* Container */

.container {
  /* 1640 + 96 padding + 96 padding */
  max-width: 1832px;
}

.container .container{
  /* Disable containers inside other containers */
  /* Sometimes content elements will render their own containers but the layout already has one */
  max-width: none !important;
  padding:0 !important;
}

/*
	Aspect ratio
	https://css-tricks.com/aspect-ratio-boxes/
  https://ratiobuddy.com/
*/

.aspect-1-1 {
  width:100%;
  padding-top: 100%; /* Create Aspect Ratio */
}

.aspect-4-3 {
  width:100%;
  padding-top: 75%; /* Create Aspect Ratio */
}

.aspect-16-9 {
  width:100%;
  padding-top: 56.25%; /* Create Aspect Ratio */
}

.aspect-3-1 {
  width:100%;
  padding-top: 33.33%; /* Create Aspect Ratio */
}

@media (min-width: 375px) {
  .xs\:aspect-1-1 {
    width:100%;
    padding-top: 100%; /* Create Aspect Ratio */
  }

  .xs\:aspect-3-1 {
    width:100%;
    padding-top: 33.33%; /* Create Aspect Ratio */
  }

  .xs\:aspect-16-9 {
    width:100%;
    padding-top: 56.25%; /* Create Aspect Ratio */
  }
}

@media (min-width: 640px) {
  .sm\:aspect-1-1 {
    width:100%;
    padding-top: 100%; /* Create Aspect Ratio */
  }

  .sm\:aspect-3-1 {
    width:100%;
    padding-top: 33.33%; /* Create Aspect Ratio */
  }

  .sm\:aspect-16-9 {
    width:100%;
    padding-top: 56.25%; /* Create Aspect Ratio */
  }
}

@media (min-width: 1024px) {
  .md\:aspect-1-1 {
    width:100%;
    padding-top: 100%; /* Create Aspect Ratio */
  }

  .md\:aspect-3-1 {
    width:100%;
    padding-top: 33.33%; /* Create Aspect Ratio */
  }

  .md\:aspect-16-9 {
    width:100%;
    padding-top: 56.25%; /* Create Aspect Ratio */
  }
}

@media (min-width: 1200px) {
  .lg\:aspect-1-1 {
    width:100%;
    padding-top: 100%; /* Create Aspect Ratio */
  }

  .lg\:aspect-3-1 {
    width:100%;
    padding-top: 33.33%; /* Create Aspect Ratio */
  }

  .lg\:aspect-16-9 {
    width:100%;
    padding-top: 56.25%; /* Create Aspect Ratio */
  }
}

@media (min-width: 1600px) {
  .xl\:aspect-1-1 {
    width:100%;
    padding-top: 100%; /* Create Aspect Ratio */
  }

  .xl\:aspect-3-1 {
    width:100%;
    padding-top: 33.33%; /* Create Aspect Ratio */
  }

  .xl\:aspect-16-9 {
    width:100%;
    padding-top: 56.25%; /* Create Aspect Ratio */
  }
}

/*
  HTML Content
*/

.content {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.content p {
  margin-bottom: 1.5rem;
}

.content p:last-child {
  margin-bottom: 0px;
}

.content ul {
  list-style-position: inside;
  list-style-type: disc;
}

.content li {
  list-style: none;
  position: relative;
  padding-left:10px;
  margin-bottom:10px;
}

.content li::before {
  content:"";
  display: block;
  height:15px;
  width:3px;
  position: absolute;
  top:6px;
  left:0;
  background-color: white;
}

@media (min-width: 640px) {
  .content li {
    padding-left:20px;
    margin-bottom:20px;
  }

  .content li::before {
    height:25px;
    width:3px;
    top:4px;
    left:0;
  }
}

.content.negative {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.content.negative li::before {
  background-color: black;
}

.content a {
  -webkit-text-decoration-color:#2ec6ff;
          text-decoration-color:#2ec6ff;
  transition: color 300ms ease-in-out;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.content a:hover {
  --tw-text-opacity: 1;
  color: rgba(46, 198, 255, var(--tw-text-opacity));
}

.content table {
  /* border-spacing: 1.5rem;
  border-collapse: separate; */
}

.content table td {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.content table th {
  font-weight: 400;
  font-size: 22px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  font-size: 11px;
}

@media (min-width: 640px) {
  .content table th {
    font-size: 15px;
  }
}

@media (min-width: 1024px) {
  .content table th {
    font-size: 22px;
  }
}

.content table th {
  text-align: left;
  vertical-align: top;
}

.content table tr {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  border-bottom-width: 1px;
}

/*
  Responsive font sizes
*/

.text-3xl {
  font-size: 20px;
  line-height: 20px;
}

.text-2xl {
  font-size: 18px;
  line-height: 18px;
}

.text-xl {
  font-size: 16px;
}

.text-lg {
  font-size: 11px;
}

.text-base {
  font-size: 11px;
}

.text-sm {
  font-size: 11px;
}

.text-xs {
  font-size: 9px;
}

@media (min-width: 640px) {
  .text-3xl {
    font-size: 40px;
    line-height: 40px;
  }

  .text-2xl {
    font-size: 30px;
    line-height: 35px;
  }

  .text-xl {
    font-size: 15px;
  }

  .text-lg {
    font-size: 15px;
  }

  .text-base {
    font-size: 14px;
  }

  .text-sm {
    font-size: 12px;
  }

  .text-xs {
    font-size: 11px;
  }
}

@media (min-width: 1024px) {
  .text-3xl {
    font-size: 80px;
    line-height: 80px;
  }

  .text-2xl {
    font-size: 60px;
    line-height: 70px;
  }

  .text-xl {
    font-size: 34px;
  }

  .text-lg {
    font-size: 22px;
  }

  .text-base {
    font-size: 20px;
  }

  .text-sm {
    font-size: 16px;
  }

  .text-xs {
    font-size: 11px;
  }
}

/*
  Links
*/

.nanoplus-link {
  transition: color 300ms ease-in-out;
}

.nanoplus-link:hover {
  --tw-text-opacity: 1;
  color: rgba(46, 198, 255, var(--tw-text-opacity));
}

/*
	Hyphenate
*/

.hyphenate {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/*
  Logo
*/

.nanoplus-logo {
  width:80px;
}

@media (min-width: 640px) {
  .nanoplus-logo {
    width:120px;
  }
}

@media (min-width: 1024px) {
  .nanoplus-logo {
    width:196px;
  }
}

/*
  Slider
*/

.nanoplus-slider {
  position:relative;
}

.nanoplus-slider__item {
  z-index: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  position:absolute;
}

.nanoplus-slider__item--is-active {
  z-index: 1;
  opacity: 1;
}

.nanoplus-slider__item-image {
  z-index: 1;
}

.nanoplus-slider__item-content-container {
  position: relative;
  z-index: 2;
}

.nanoplus-slider__item-contents {
}

.nanoplus-slider__item-labels {
  z-index: -1;
}

.nanoplus-slider__bullet-list {
  z-index: 2;
  position:absolute;
  bottom:0;
  width:100%;
}

.nanoplus-slider__bullet {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  border-left-width: 2px;
  padding-right: 2rem;
  padding-left: 0.625rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-transform: uppercase;
  margin: 8px;
  cursor:pointer;
  transition: 0.3s padding-top ease-in-out;
}

.nanoplus-slider__bullet--is-active {
  --tw-border-opacity: 1;
  border-color: rgba(46, 198, 255, var(--tw-border-opacity));
  border-left-width: 4px;
  padding-left: 0.5rem;
  padding-top: 1rem;
  --tw-text-opacity: 1;
  color: rgba(46, 198, 255, var(--tw-text-opacity));
}

.nanoplus-slider__item-labels {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.nanoplus-slider__item-label--normal {
  position:absolute;
  border-bottom: 1px solid white;
}

.nanoplus-slider__item-label--down {
  position:absolute;
  border-bottom: 1px solid white;
}

.nanoplus-slider__item-label--up {
  position:absolute;
  border-top: 1px solid white;
}

.nanoplus-slider__item-label-pointer--normal {
  height:40px;
  width:40px;
  border-bottom:1px solid white;
  position:absolute;
  bottom:-1px;
  left:-40px;
}

.nanoplus-slider__item-label-pointer--up {
  height:40px;
  width:40px;
  border-bottom:1px solid white;
  position:absolute;
  top: -48px;
  left: -20px;
  transform: rotate(45deg);
}

.nanoplus-slider__item-label-pointer--down {
  height:40px;
  width:40px;
  border-bottom:1px solid white;
  position:absolute;
  transform: rotate(-45deg);
  bottom: -21px;
  left: -48px;
}

/*
  Button
*/

.nanoplus-button {
  position: relative;
  display: inline-block;
  cursor:pointer;
}

.nanoplus-button__background {
  position: absolute;
  z-index: 1;
  top:0;
  left:0;
  height:100%;
  width:2px;
  background-color: #fff;
  transition: width 0.3s ease-in-out;
}

.nanoplus-button__foreground {
  position: relative;
  z-index: 2;
  color:#fff;
  transition: color 0.3s;
}

.nanoplus-button__border {
  border-bottom:1px solid #2EC6FF;
  transition: border-color 0.3s;
}

.nanoplus-button:hover .nanoplus-button__background {
  width:100%;
}

.nanoplus-button:hover .nanoplus-button__foreground {
  color:#000;
}

.nanoplus-button:hover .nanoplus-button__border {
  border-color: #000;
}

/*
  Button Inverted
*/

.nanoplus-button--inverted .nanoplus-button__background {
  background-color: #000;
}

.nanoplus-button--inverted .nanoplus-button__foreground {
  color:#000;
}

.nanoplus-button--inverted .nanoplus-button__border {
  border-bottom:1px solid #000;
}

.nanoplus-button--inverted:hover .nanoplus-button__foreground {
  color:#fff;
}

.nanoplus-button--inverted:hover .nanoplus-button__border {
  border-color: #2EC6FF;
}

/*
  Desktop Navigation and first drop down level
*/

.nanoplus-navigation-dropdown {
  position: relative;
  margin-left: 1rem;
}

.nanoplus-navigation-dropdown__label {
  position:relative;
  display: block;
  z-index: 2;
  background-color: black;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.nanoplus-navigation-dropdown__panel {
  position: absolute;
  z-index: 1;
  top:54px;
  right:32px;
  display: block;
  width:auto;
  min-width: 300px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  padding-bottom: 2.5rem;
  padding-top: 3.5rem;
}

/* .nanoplus-navigation-dropdown__panel--is-left {
  right:32px;
  left: initial;
} */

.nanoplus-navigation-dropdown:hover .nanoplus-navigation-dropdown__label {
  z-index: 1000;
}

.nanoplus-navigation-dropdown:hover .nanoplus-navigation-dropdown__panel {
  visibility: visible;
  opacity: 1;
  z-index: 900;
}

/*
  Desktop navigation and second drop down level
*/

.nanoplus-navigation-dropdown__panel--second-level {
  position: absolute;
  z-index: 5;
  top:-20px;
  left:100%;
  display: none;
  width:auto;
  min-width: 300px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.nanoplus-navigation-dropdown__panel--second-level--is-left {
  right:100%;
  left: initial;
}

.nanoplus-navigation-button:hover .nanoplus-navigation-dropdown__panel--second-level {
  display: block;
  opacity: 1;
}

/*
  Desktop Navigation buttons (used inside of the dropdowns)
*/

.nanoplus-navigation-button {
  position: relative;
  display: inline-block;
  cursor:pointer;
  width:100%;
  min-width: 185px;
  padding-bottom: 0.5rem;
}

.nanoplus-navigation-button__background {
  position: absolute;
  z-index: 1;
  top:0;
  left:2rem;
  height:100%;
  width:2px;
  background-color: #fff;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}

.nanoplus-navigation-button__foreground {
  position: relative;
  z-index: 2;
  padding-left: 3.5rem;
  padding-right: 0.5rem;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  color:#fff;
  transition: color 0.3s;
}

.nanoplus-navigation-button__border {
  border-bottom:1px solid #2EC6FF;
  transition: border-color 0.3s;
  width:auto;
  display: inline-block;
}

.nanoplus-navigation-button:hover > a > .nanoplus-navigation-button__background {
  width:100%;
  left:0;
}

.nanoplus-navigation-button:hover > a > .nanoplus-navigation-button__foreground {
  color:#000;
}

.nanoplus-navigation-button:hover > a > .nanoplus-navigation-button__border {
  border-color: #000;
}

/*
  Mobile Navigation
*/

.nanoplus-mobile-nav {
  top:9px;
  position: relative;
}

@media (min-width: 1024px) {
  .nanoplus-mobile-nav {
    top:32px;
  }
}

.nanoplus-navigation-burger {
  height:35px;
  width:35px;
  cursor: pointer;
  position: absolute;
  right:0;
  z-index: 300;
}

.nanoplus-navigation-burger--is-active {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 20, 20, var(--tw-bg-opacity));
}

.nanoplus-navigation-burger__topping {
  width:50%;
  height:2px;
  margin-bottom: 5px;
  margin-left:auto;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.nanoplus-navigation-burger__topping--is-short {
  width:40%;
  margin-left:auto;
}

.nanoplus-mobile-dropdown {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  right:0;
  z-index: 200;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.nanoplus-mobile-dropdown--is-enabled {
  opacity: 1;
  visibility: visible;
}

.nanoplus-mobile-dropdown__item {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 20, 20, var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: right;
  transition:background-color 0.3s ease-in-out;
  cursor:pointer;
  position: relative;
}

.nanoplus-mobile-dropdown__item:hover, .nanoplus-mobile-dropdown__item--is-active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.nanoplus-mobile-dropdown__item-label {
  --tw-border-opacity: 1;
  border-color: rgba(20, 20, 20, var(--tw-border-opacity));
  border-bottom-width: 2px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-transform: uppercase;
  transition:border-color 0.3s ease-in-out, text 0.3s ease-in-out;
}

.nanoplus-mobile-dropdown__item:hover > .nanoplus-mobile-dropdown__item-label, .nanoplus-mobile-dropdown__item--is-active > .nanoplus-mobile-dropdown__item-label {
  --tw-border-opacity: 1;
  border-color: rgba(46, 198, 255, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.nanoplus-mobile-dropdown--second-level {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  left:0;
  top:-12px;
  transform: translateX(-100%);
  z-index: 99;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.nanoplus-mobile-dropdown__item--is-enabled .nanoplus-mobile-dropdown--second-level {
  opacity: 1;
  visibility: visible;
}

/*
  Tabs
*/

.nanoplus-tabs {
  position: relative;
}

.nanoplus-tabs__header {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  border-width: 4px;
  display: none;
  justify-content: space-between;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .nanoplus-tabs__header {
    display: flex;
  }
}

.nanoplus-tabs__header-item {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  cursor: pointer;
  font-weight: 700;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  width: auto;
  flex-grow: 1;
  transition: color 0.3s ease-in-out, bg-color 0.3s ease-in-out;
}

.nanoplus-tabs__header-item--is-active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.nanoplus-tabs__body {
  /* @apply -m-6; */
}

.nanoplus-tabs__body-item {
  display: block;
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .nanoplus-tabs__body-item {
    display: none;
  }
}

.nanoplus-tabs__body-item-title {
  display: block;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .nanoplus-tabs__body-item-title {
    display: none;
  }
}

@media (min-width: 1024px) {
  .nanoplus-tabs__body-item--is-active {
    display: block;
  }
}

.nanoplus-tabs__body-item-inner {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem;
}

@media (min-width: 1024px) {
  .nanoplus-tabs__body-item-inner {
    padding: 3rem;
  }
}

/*
  Tab Buttons
*/

.nanoplus-tab-button {
  position: relative;
  display: inline-block;
  cursor:pointer;
  width:100%;
}

.nanoplus-tab-button__background {
  position: absolute;
  z-index: 1;
  top:0;
  left:0;
  height:100%;
  width:2px;
  background-color: #fff;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}

.nanoplus-tab-button__foreground {
  position: relative;
  z-index: 2;
  padding-left: 1rem;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  transition: color 0.3s;
  text-transform: uppercase;
}

.nanoplus-tab-button__border {
  border-bottom:1px solid #2EC6FF;
  transition: border-color 0.3s;
  width:auto;
  display: inline-block;
}

.nanoplus-tabs__header-item--is-active .nanoplus-tab-button__border {
  border-bottom:1px solid #000;
}

/*
  Table
  https://codepen.io/AllThingsSmitty/pen/MyqmdM
*/

table.nanoplus-table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.nanoplus-table tr {
  background-color: #fff;
}

table.nanoplus-table tbody tr {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  border-bottom-width: 1px;
  border-collapse: collapse;
}

table.nanoplus-table tbody tr:hover {
  --tw-border-opacity: 1;
  border-color: rgba(46, 198, 255, var(--tw-border-opacity));
}

table.nanoplus-table {
  background-color: #fff;
  padding: .35em;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  border-bottom-width: 1px;
  border-collapse: collapse;
}

table.nanoplus-table th {
  text-transform: uppercase;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  text-align: left;
}

table.nanoplus-table td {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-top: 2.25rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

table.nanoplus-table tr:hover td {
  --tw-text-opacity: 1;
  color: rgba(46, 198, 255, var(--tw-text-opacity));
}

table.nanoplus-table .nanoplus-table__header-item-label {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

table.nanoplus-table .nanoplus-table__header-item-border {
  height: 16px;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  background-color: #000;
}

table.nanoplus-table .nanoplus-table__primary-column {
  width: 33.333333%;
}

table.nanoplus-table .nanoplus-table__mobile-item-label {
  display: none;
}

@media screen and (max-width: 1023px) {
  table.nanoplus-table {
    border: 0;
  }

  table.nanoplus-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table.nanoplus-table tbody tr:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  table.nanoplus-table tr {
    display: block;
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    border-bottom-width: 1px;
    padding-bottom: 5rem;
  }

  table.nanoplus-table td {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    border-bottom-width: 1px;
    padding-top: 0.75rem;
    display: flex;
  }

  table.nanoplus-table .nanoplus-table__mobile-item-label {
    display:block;
    text-transform: uppercase;
    font-weight: bold;
    width:50%;
  }

  table.nanoplus-table .nanoplus-table__item-value {
    text-align: left;
    width:50%;
  }

  /* table.nanoplus-table td::before {
    display: block;
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  } */
}

/*
  Blue Arrow Box
*/

.nanoplus-arrow-box__inset {
  width:20px;
  flex-shrink: 0
}

.nanoplus-arrow-box__icon {
  top:5px;
  left:0px;
}

.nanoplus-arrow-box__icon svg{
  width:12px;
  height:16px;
}

.nanoplus-arrow-box__icon--left {
  left:-38px;
}

.nanoplus-arrow-box__content {
  flex-grow: 1;
}

@media (min-width: 1024px) {
  .nanoplus-arrow-box__inset {
    width:46px;
  }

  .nanoplus-arrow-box__icon {
    top:9px;
  }

  .nanoplus-arrow-box__icon svg {
    width:24px;
    height:40px;
  }
}

/*
  Double Blue Arrow
*/

.nanoplus-double-arrow {
  display: inline-block;
  height:12px;
  width:12px;
  background-image: url(/typo3conf/ext/nanoplus_mainpage_template/Resources/Public/Icons/double_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/*
  Header Searchbar
*/

.nanoplus-searchbar {
  --tw-border-opacity: 1;
  border-color: rgba(46, 198, 255, var(--tw-border-opacity));
  border-bottom-width: 1px;
  padding-left: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  background-image: url(/typo3conf/ext/nanoplus_mainpage_template/Resources/Public/Icons/lupe.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-color: black;
  width:100px;
  transition: 0.3s width ease-in-out;
  outline: none;
}

.nanoplus-searchbar:focus {
  width:200px;
  outline: none;
}

/*
  Header outer line
*/

.nanoplus-header-outer-line {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  border-bottom-width: 1px;
  position: absolute;
  top: 0px;
  width:109px;
  left:-109px;
}

/*
  Desktop Navbar
*/

.nanoplus-desktop-nav {
  margin-top:-2.5px;
}

/*
  Laser
*/

.nanoplus-laser-borders {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  pointer-events: none;
  display: flex;
  flex-direction: column;
}

.nanoplus-laser-borders__head {
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
}

.nanoplus-laser-borders__body {
  position: relative;
  flex-grow: 1;
}

.nanoplus-laser-border {
  height:2px;
  width:2px;
  background-color:#fff;
  transition:0.3s all ease-in-out;
}

.nanoplus-laser-borders--inverted .nanoplus-laser-border {
  background-color:#000;
}

.nanoplus-laser-border--t {
  position:relative;
  width:100%;
  top:0;
  left:0;
  display: flex;
}

.nanoplus-laser-border__caption {
  flex-grow: 0;
  flex-shrink: 0;
  font-weight: 700;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-transform: uppercase;
  position: relative;
  margin-left:-4px;
  margin-top:-8px;
  transition:color 0.3s ease-in-out;
}

.nanoplus-laser-border__caption--big {
  margin-top:-8px;
  margin-left:-4px;
}

.nanoplus-laser-borders--inverted .nanoplus-laser-border__caption {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.nanoplus-laser-border__caption-border {
  flex-grow: 1;
}

.nanoplus-laser-border__icon {
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  margin-left: -15px;
  margin-top: -15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width:40px;
  height:40px;
  margin-bottom: 0.5rem;
  margin-right: 1rem;
}

@media (min-width: 1024px) {
  .nanoplus-laser-border {
    height:4px;
    width:4px;
  }

  .nanoplus-laser-border__icon {
    margin-left: -55px;
    margin-top: -55px;
    width:130px;
    height:130px;
    margin-bottom: 0.5rem;
    margin-right: 1rem;
  }

  .nanoplus-laser-border__caption {
    margin-left:-4px;
    margin-top:-25px;
  }

  .nanoplus-laser-border__caption--big {
    margin-top:-37px;
  }
}

.nanoplus-laser-border--b {
  position:absolute;
  width:100%;
  bottom:0;
  left:0;
}

.nanoplus-laser-border--r {
  position:absolute;
  height:100%;
  top:0;
  right:0;
}

.nanoplus-laser-border--l {
  position:absolute;
  height:100%;
  bottom:0;
  left:0;
}

.nanoplus-laser-borders__trigger:hover .nanoplus-laser-border {
  background-color:#2ec6ff;
  box-shadow: 0px 0px 20px 1px #2ec6ff;
}

.nanoplus-laser-borders__trigger--remove-caption:hover .nanoplus-laser-border__caption {
  color:transparent;
}

/*
  Sidebar
*/

.nanoplus-sidebar {
}

.nanoplus-sidebar__panel {
  position:absolute;
  z-index: 800;
  transition: left 0.3s ease-in-out;
  left:0;
}

.nanoplus-sidebar__panel--is-floating {
  position:fixed;
  bottom:0;
}

.nanoplus-sidebar__list-item {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition: all 0.3s ease-in-out;
}

.nanoplus-sidebar__list-item--active {
  --tw-text-opacity: 1;
  color: rgba(46, 198, 255, var(--tw-text-opacity));
  transition: all 0.3s ease-in-out;
}

.nanoplus-sidebar__list-bullet {
  width:35px;
  background-color: white;
  height:1px;
  position: absolute;
  left:0;
  top:50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.nanoplus-sidebar__list-item:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.nanoplus-sidebar__list-item:hover .nanoplus-sidebar__list-bullet {
  height:100%;
  width:100%;
  top:0;
  transform: translateY(0);
}

.nanoplus-sidebar__category {
  display: block;
}

.nanoplus-sidebar__category-bullet {
  width:2px;
  height:100%;
  background-color: white;
  left:20px;
  top:0;
  position:absolute;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
  z-index: 1;
}

.nanoplus-sidebar__category-foreground {
  display: inline-block;
  position: relative;
  color:#fff;
  transition: color 0.3s ease-in-out;
  z-index: 2;
}

.nanoplus-sidebar__category-foreground-border {
  --tw-border-opacity: 1;
  border-color: rgba(46, 198, 255, var(--tw-border-opacity));
  border-bottom-width: 2px;
  transition: border-color 0.3s ease-in-out;
}

.nanoplus-sidebar__category:hover {
}

.nanoplus-sidebar__category:hover .nanoplus-sidebar__category-bullet {
  width: 100%;
  left:0;
}

.nanoplus-sidebar__category:hover .nanoplus-sidebar__category-foreground {
  color:#000;
}

.nanoplus-sidebar__category:hover .nanoplus-sidebar__category-foreground-border {
  border-color:#000;
}

.nanoplus-sidebar__trigger {
  height: 100%;
  position: absolute;
  width:30px;
  top:0;
  right:-30px;
  cursor:pointer;
  padding-top:25px;
}

@media (min-width: 1024px) {
  .nanoplus-sidebar__trigger {
    width:50px;
    right:-50px;
    padding-top:126px;
  }
}

.nanoplus-sidebar__trigger-arrow {
  height:20px;
  width:12px;
  left: 8px;
  position: relative;
  background-image: url(/typo3conf/ext/nanoplus_mainpage_template/Resources/Public/Icons/arrow_white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.1s ease-in-out, background-image 0.1s ease-in-out;
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .nanoplus-sidebar__trigger-arrow {
    height:40px;
    width:24px;
    left: 12px;
    margin-bottom: 3rem;
  }
}

.nanoplus-sidebar--is-active .nanoplus-sidebar__trigger-arrow {
  transform: rotate(180deg);
}

.nanoplus-sidebar__trigger-label {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-transform: uppercase;
  transform:rotate(-90deg);
  width:auto;
  white-space: nowrap;
  position: relative;
  top: 135px;
  left: -2px;
}

@media (min-width: 1024px) {
  .nanoplus-sidebar__trigger-label {
    top: 310px;
  }
}

/* .nanoplus-sidebar-background {
  position: absolute;
  right:0;
  height:100%;
  width:3000px;
  z-index:-1;
  @apply bg-black;
} */

/*
  Input fields
*/

.nanoplus-input-text {
  width:100%;
  --tw-bg-opacity: 1;
  background-color: rgba(20, 20, 20, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  border-bottom-width: 2px;
  padding-left: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  padding-left:0;
  transition: border-color 0.3s ease-in-out;
}

/* textarea.nanoplus-input-text {
  @apply border-t border-r border-l;
} */

.nanoplus-input-text:focus {
  --tw-border-opacity: 1;
  border-color: rgba(46, 198, 255, var(--tw-border-opacity));
}

.nanoplus-input-text::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  opacity: 1;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.nanoplus-input-text:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  opacity: 1;
  -ms-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.nanoplus-input-text::placeholder {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  opacity: 1;
  transition: color 0.3s ease-in-out;
}

.nanoplus-input-text:focus::-moz-placeholder {
  color:transparent;
}

.nanoplus-input-text:focus:-ms-input-placeholder {
  color:transparent;
}

.nanoplus-input-text:focus::placeholder {
  color:transparent;
}

.nanoplus-input-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  opacity: 1;
}

.nanoplus-input-text::-moz-placeholder { /* Firefox 19+ */
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  opacity: 1;
}

.nanoplus-input-text::-ms-input-placeholder { /* IE 10+ */
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  opacity: 1;
}

.nanoplus-input-text::-moz-placeholder { /* Firefox 18- */
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  opacity: 1;
}

.nanoplus-input-text:focus {
  outline: none;
}

@media (min-width: 1024px) {
  .nanoplus-input-text {
    font-weight: 700;
  }

  textarea.nanoplus-input-text {
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
  }
}

/*
  Checkboxes
*/

.nanoplus-input-checkbox__label {
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nanoplus-input-checkbox__label .nanoplus-input-checkbox__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.nanoplus-input-checkbox__check {
  display: inline-block;
  height:13px;
  width:13px;
  border:1px solid white;
  background-color: transparent;
  margin-right:4px;
}

/* When the checkbox is checked, add a blue background */

.nanoplus-input-checkbox__label .nanoplus-input-checkbox__input:checked ~ .nanoplus-input-checkbox__check {
  background-color: white;
}

/*
  Carousel
*/

.nanoplus-infinite-carousel__clip {
  overflow: hidden;
}

.nanoplus-infinite-carousel__prev {
  position:absolute;
  height:20px;
  width:12px;
  left:-26px;
  top:50%;
  transform:translateY(-50%) rotate(180deg);
  cursor:pointer;
  /* background-color: blue; */
  background-image: url(/typo3conf/ext/nanoplus_mainpage_template/Resources/Public/Icons/arrow_blue.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.nanoplus-infinite-carousel__next {
  position:absolute;
  height:20px;
  width:12px;
  right:-26px;
  top:50%;
  transform:translateY(-50%);
  cursor:pointer;
  /* background-color: red; */
  background-image: url(/typo3conf/ext/nanoplus_mainpage_template/Resources/Public/Icons/arrow_blue.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 1024px) {
  .nanoplus-infinite-carousel__prev {
    height:40px;
    width:24px;
    left:-38px;
  }

  .nanoplus-infinite-carousel__next {
    height:40px;
    width:24px;
    right:-38px;
  }
}

/*
  Calendar Carousel
*/

.nanoplus-calendar-carousel .nanoplus-infinite-carousel__prev {
  left:-16px;
}

.nanoplus-calendar-carousel .nanoplus-infinite-carousel__next {
  right:-16px;
}

@media (min-width: 1024px) {
  .nanoplus-calendar-carousel .nanoplus-infinite-carousel__prev {
    left:-28px;
  }

  .nanoplus-calendar-carousel .nanoplus-infinite-carousel__next {
    right:-28px;
  }
}

/*
  Flex helpers
*/

.shrink {
  flex-shrink: 1;
}

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

.grow {
  flex-grow: 1;
}

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

/*
  Contact Form
*/

.contact_form_hp {
  height:0;
  overflow: hidden;
  visibility: none;
}

/*
  Youtube Elements
*/

.youtube-blocker {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width:100%;
  height:100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.youtube-blocker__background {
  z-index: 1;
  width:100%;
  height:100%;
  position: absolute;
  opacity: 0.5;
  --tw-bg-opacity: 1;
  background-color: rgba(46, 198, 255, var(--tw-bg-opacity));
}

.youtube-blocker__content {
  position: relative;
  z-index: 2;
}

.youtube-blocker__enable-once {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.youtube-blocker__enable-remember {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/*
  Videos
*/

.nanoplus-video {
  position: absolute;
  height: 100%;
  width: 100%;
  top:0;
  left:0;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
  Masonry
*/

.nanoplus-masonry {
  width:100%;
  margin: -0.75rem;
  display: flex;
  flex-wrap: wrap;
}

.nanoplus-masonry__grid-sizer, .nanoplus-masonry__item {
  width: 100%;
}

.nanoplus-masonry__item {
  padding: 0.75rem;
}

.nanoplus-masonry__item-inner {
}

/* .nanoplus-masonry__item--0 {
  width: 50%;
}

.nanoplus-masonry__item--1 {
  width: 100%;
}

.nanoplus-masonry__item--2 {
  width: 50%;
}

.nanoplus-masonry__item--3 {
  width: 50%;
}

.nanoplus-masonry__item--4 {
  width: 50%;
}

.nanoplus-masonry__item--5 {
  width: 100%
}

.nanoplus-masonry__item--6 {
  width: 50%
}

.nanoplus-masonry__item--7 {
  width: 50%;
}

.nanoplus-masonry__item--8 {
  width: 100%;
}

.nanoplus-masonry__item--9 {
    width: 50%;
} */

@media (min-width: 640px) {
  .nanoplus-masonry {
    width:100%;
    margin: -0.75rem;
  }

  .nanoplus-masonry__grid-sizer, .nanoplus-masonry__item {
    width: 50%;
  }

  .nanoplus-masonry__item {
    padding: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .nanoplus-masonry {
    width:100%;
    margin: -1.5rem;
  }

  .nanoplus-masonry__grid-sizer, .nanoplus-masonry__item {
    width: 50%;
  }

  .nanoplus-masonry__item {
    padding: 1.5rem;
  }

  /*
  .nanoplus-masonry__item-inner {

  }

  .nanoplus-masonry__item--0 {
    width: 50%;
  }

  .nanoplus-masonry__item--1 {
    width: 75%;
  }

  .nanoplus-masonry__item--2 {
    width: 50%;
  }

  .nanoplus-masonry__item--3 {
    width: 50%;
  }

  .nanoplus-masonry__item--4 {
    width: 25%;
  }

  .nanoplus-masonry__item--5 {
    width: 50%
  }

  .nanoplus-masonry__item--6 {
    width: 50%
  }

  .nanoplus-masonry__item--7 {
    width: 50%;
  }

  .nanoplus-masonry__item--8 {
    width: 50%;
  }

  .nanoplus-masonry__item--9 {
      width: 50%;
  } */
}

@media (min-width: 1600px) {
  .nanoplus-masonry {
    width:100%;
    margin: -1.5rem;
  }

  .nanoplus-masonry__grid-sizer, .nanoplus-masonry__item {
    width: 33.333333%;
  }

  .nanoplus-masonry__item {
    padding: 1.5rem;
  }

  /*
  .nanoplus-masonry__item-inner {

  }

  .nanoplus-masonry__item--0 {
    width: 50%;
  }

  .nanoplus-masonry__item--1 {
    width: 75%;
  }

  .nanoplus-masonry__item--2 {
    width: 25%;
  }

  .nanoplus-masonry__item--3 {
    width: 25%;
  }

  .nanoplus-masonry__item--4 {
    width: 25%;
  }

  .nanoplus-masonry__item--5 {
    width: 50%
  }

  .nanoplus-masonry__item--6 {
    width: 50%
  }

  .nanoplus-masonry__item--7 {
    width: 25%;
  }

  .nanoplus-masonry__item--8 {
    width: 50%;
  }

  .nanoplus-masonry__item--9 {
      width: 25%;
  } */
}

/*
  Hide this wired masonry script at the end of the page that gets visible if the masonry is inside a tab that will switch.
  Otherwise this will generate an whitespace at the end of the page
*/

.--ext--grid {
  display: none;
}

/*
  Accordion
*/

.nanoplus-accordion {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  border-width: 4px;
}

.nanoplus-accordion__pannel {
}

.nanoplus-accordion__title {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  border-bottom-width: 4px;
  cursor: pointer;
  font-weight: 700;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.nanoplus-accordion__title--is-active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.nanoplus-accordion__pannel:last-of-type .nanoplus-accordion__title {
  border-bottom-width: 0px;
}

.nanoplus-accordion__text-container {
}

.nanoplus-accordion__text {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.nanoplus-accordion-arrow {
  position:absolute;
  height:20px;
  width:14px;
  right:38px;
  top:50%;
  background-image: url(/typo3conf/ext/nanoplus_mainpage_template/Resources/Public/Icons/arrow_blue.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform:translateY(-50%) rotate(90deg);
  transition: transform 0.1s ease-in-out, background-image 0.1s ease-in-out;
}

.nanoplus-accordion__title--is-active .nanoplus-accordion-arrow {
  background-image: url(/typo3conf/ext/nanoplus_mainpage_template/Resources/Public/Icons/arrow_black.svg);
  transform:translateY(-50%) rotate(270deg);
}

@media (min-width: 1024px) {
  .nanoplus-accordion-arrow {
    height:40px;
    width:24px;
    right:38px;
    top:50%;
  }
}

/*
  Accordion Buttons
*/

.nanoplus-accordion-button {
  position: relative;
  display: inline-block;
  cursor:pointer;
  width:100%;
}

.nanoplus-accordion-button__background {
  position: absolute;
  z-index: 1;
  top:0;
  left:0;
  height:100%;
  width:2px;
  background-color: #fff;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}

.nanoplus-accordion-button__foreground {
  position: relative;
  z-index: 2;
  padding-left: 1rem;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  transition: color 0.3s;
  text-transform: uppercase;
}

.nanoplus-accordion-button__border {
  border-bottom:1px solid #2EC6FF;
  transition: border-color 0.3s;
  width:auto;
  display: inline-block;
}

.nanoplus-accordion__title--is-active .nanoplus-accordion-button__border {
  border-bottom:1px solid #000;
}

.nanoplus-accordion__title--is-active .nanoplus-accordion-button__background {
  background-color: #000;
}

/*
  Calendar Carousel
*/

.nanoplus-calendar__item {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition:color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.nanoplus-calendar__item:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

/*
  Laser HR
*/

.nanoplus-laser-hr {
  height:2px;
  width:100%;
  --tw-bg-opacity: 1;
  background-color: rgba(46, 198, 255, var(--tw-bg-opacity));
}

/*
  Comma
*/

.comma:last-of-type {
  display: none;
}

/*
  Floating contact button
*/

.nanoplus-floating-contact {
  background-image: url(/typo3conf/ext/nanoplus_mainpage_template/Resources/Public/Icons/floating_contact.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width:46px;
  height:42px;
  position:fixed;
  right: 0;
  top:200px;
  border:0;
  outline:0;
  z-index: 99;
  display: none;
}

@media (min-width: 375px) {
  .nanoplus-floating-contact {
    display: block;
  }
}

@media (min-width: 1200px) {
  .nanoplus-floating-contact {
    width:75px;
    height:68px;
    top:250px;
  }
}

/*
  Cookie Consent
*/

.nanoplus-cookie-consent {
  position:fixed;
  z-index: 999;
  bottom:0;
  left:0;
  width:100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}

.nanoplus-cookie-consent--is-active {
  opacity: 1;
  visibility: visible;
}

.nanoplus-cookie-consent__opener {
}

.nanoplus-cookie-consent__opener {
  cursor: pointer;
}

/*
  Social Buttons
*/

.nanoplus-social-button {
  height:21px;
  width:21px;
}

/* .nanoplus-social-button svg {
  height:24px;
  width:24px;
}

@screen sm {
  .nanoplus-social-button svg {
    height:48px;
    width:48px;
  }
} */

/*
  Special width for some images
*/

.max-w-500 {
  max-width: 500px;
}

@media (min-width: 375px) {
  .xs\:w-1\/2 {
    width: 50%;
  }

  .xs\:w-1\/3 {
    width: 33.333333%;
  }
}

@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }
}

@media (min-width: 1024px) {
  .md\:border-r-4 {
    border-right-width: 4px;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:-m-4 {
    margin: -1rem;
  }

  .md\:-m-6 {
    margin: -1.5rem;
  }

  .md\:-m-7 {
    margin: -1.75rem;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mb-28 {
    margin-bottom: 7rem;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

  .md\:mb-96 {
    margin-bottom: 24rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-2\/12 {
    width: 16.666667%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-2\/9 {
    width: 22.222222%;
  }
}

@media (min-width: 1200px) {
  .lg\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }
}

@media (min-width: 1600px) {
  .xl\:w-2\/6 {
    width: 33.333333%;
  }
}



