/*! tailwindcss v2.2.17 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.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).
*/

html {
  -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='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

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

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

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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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 {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

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

/**
 * 1. 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
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

@font-face {
  font-family: 'Raisonne-Bold-Pro';

  src: url('/Frontend/fonts/Raisonne-Bold-Pro.eot');

  src: url('/Frontend/fonts/Raisonne-Bold-Pro.eot?#iefix') format('embedded-opentype'), url('/Frontend/fonts/Raisonne-Bold-Pro.woff2') format('woff2'), url('/Frontend/fonts/Raisonne-Bold-Pro.woff') format('woff'), url('/Frontend/fonts/Raisonne-Bold-Pro.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;

  font-display: block;
}

@font-face {
  font-family: 'Raisonne-Regular-Pro';

  src: url('/Frontend/fonts/Raisonne-Regular-Pro.eot');

  src: url('/Frontend/fonts/Raisonne-Regular-Pro.eot?#iefix') format('embedded-opentype'), url('/Frontend/fonts/Raisonne-Regular-Pro.woff2') format('woff2'), url('/Frontend/fonts/Raisonne-Regular-Pro.woff') format('woff'), url('/Frontend/fonts/Raisonne-Regular-Pro.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;

  font-display: block;
}

.container {
  width: 100%;
}

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

.prose {
  color: #374151;
  max-width: 65ch;
}

.prose [class~="lead"] {
  color: #4b5563;
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose a {
  color: #111827;
  text-decoration: underline;
  font-weight: 500;
}

.prose strong {
  color: #111827;
  font-weight: 600;
}

.prose ol[type="A"] {
  --list-counter-style: upper-alpha;
}

.prose ol[type="a"] {
  --list-counter-style: lower-alpha;
}

.prose ol[type="A" s] {
  --list-counter-style: upper-alpha;
}

.prose ol[type="a" s] {
  --list-counter-style: lower-alpha;
}

.prose ol[type="I"] {
  --list-counter-style: upper-roman;
}

.prose ol[type="i"] {
  --list-counter-style: lower-roman;
}

.prose ol[type="I" s] {
  --list-counter-style: upper-roman;
}

.prose ol[type="i" s] {
  --list-counter-style: lower-roman;
}

.prose ol[type="1"] {
  --list-counter-style: decimal;
}

.prose ol > li {
  position: relative;
  padding-left: 1.75em;
}

.prose ol > li::before {
  content: counter(list-item, var(--list-counter-style, decimal)) ".";
  position: absolute;
  font-weight: 400;
  color: #6b7280;
  left: 0;
}

.prose ul > li {
  position: relative;
  padding-left: 1.75em;
}

.prose ul > li::before {
  content: "";
  position: absolute;
  background-color: #d1d5db;
  border-radius: 50%;
  width: 0.375em;
  height: 0.375em;
  top: calc(0.875em - 0.1875em);
  left: 0.25em;
}

.prose hr {
  border-color: #e5e7eb;
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose blockquote {
  font-weight: 500;
  font-style: italic;
  color: #111827;
  border-left-width: 0.25rem;
  border-left-color: #e5e7eb;
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose blockquote p:first-of-type::before {
  content: open-quote;
}

.prose blockquote p:last-of-type::after {
  content: close-quote;
}

.prose h1 {
  color: #111827;
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose h2 {
  color: #111827;
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose h3 {
  color: #111827;
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose h4 {
  color: #111827;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose figure figcaption {
  color: #6b7280;
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose code {
  color: #111827;
  font-weight: 600;
  font-size: 0.875em;
}

.prose code::before {
  content: "`";
}

.prose code::after {
  content: "`";
}

.prose a code {
  color: #111827;
}

.prose pre {
  color: #e5e7eb;
  background-color: #1f2937;
  overflow-x: auto;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose pre code {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose pre code::before {
  content: none;
}

.prose pre code::after {
  content: none;
}

.prose table {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose thead {
  color: #111827;
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-color: #d1d5db;
}

.prose thead th {
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose tbody tr {
  border-bottom-width: 1px;
  border-bottom-color: #e5e7eb;
}

.prose tbody tr:last-child {
  border-bottom-width: 0;
}

.prose tbody td {
  vertical-align: top;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose {
  font-size: 1rem;
  line-height: 1.75;
}

.prose p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose img {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose video {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose figure {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose h2 code {
  font-size: 0.875em;
}

.prose h3 code {
  font-size: 0.9em;
}

.prose ol {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose ul {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose > ul > li p {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose > ul > li > *:first-child {
  margin-top: 1.25em;
}

.prose > ul > li > *:last-child {
  margin-bottom: 1.25em;
}

.prose > ol > li > *:first-child {
  margin-top: 1.25em;
}

.prose > ol > li > *:last-child {
  margin-bottom: 1.25em;
}

.prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose hr + * {
  margin-top: 0;
}

.prose h2 + * {
  margin-top: 0;
}

.prose h3 + * {
  margin-top: 0;
}

.prose h4 + * {
  margin-top: 0;
}

.prose thead th:first-child {
  padding-left: 0;
}

.prose thead th:last-child {
  padding-right: 0;
}

.prose tbody td:first-child {
  padding-left: 0;
}

.prose tbody td:last-child {
  padding-right: 0;
}

.prose > :first-child {
  margin-top: 0;
}

.prose > :last-child {
  margin-bottom: 0;
}


.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}


.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-none {
  position: static;
  padding-bottom: 0;
}

.aspect-none > * {
  position: static;
  height: auto;
  width: auto;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.aspect-w-16 {
  --tw-aspect-w: 16;
}

.aspect-h-9 {
  --tw-aspect-h: 9;
}

/* #Mega Menu Styles
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

.mega-menu {
  /*display: none;*/
  left: 0;
  position: absolute;
  text-align: left;
  width: 100%;
}

#menuwrap {
}

#mega-menu.active {
  visibility: visible;
}

#mega-menu.inactive {
  visibility: hidden;
}

.main-menu-nav li {
  padding-bottom: 0.3rem;
}

.toggle-target.active {
  opacity: 1;
}

.toggle-target.inactive {
  opacity: 0;
}

/* #hoverable Class Styles
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

/*
    .hoverable > a:after {
        content: "\25BC";
        font-size: 10px;
        padding-left: 6px;
        position: relative;
        top: -1px;
    }
    */

.has-children .menu-chev-wrap {
  display: block;
}

.sub-menu {
  padding-left: 1rem;
  margin-bottom: 0.5rem;
}

.sub-menu a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-left: 1rem;
}

/*text-block */

.textblock-emphasize {
  display: inline-block;
  width: 100%;
  border-radius: 0.25rem;
  padding: 1.5rem;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/*.grid:not(.event-list-item) > :only-child {
    grid-column: 1/-1 !important;
}*/

/* #toggle Class Styles
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

/*
.toggleable > label:after {
    content: "\25BC";
    font-size: 10px;
    padding-left: 6px;
    position: relative;
    top: -1px;
}
*/

@keyframes showNav {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*
    .toggle-input:checked ~ label:after {
        content: "\25B2";
        font-size: 10px;
        padding-left: 6px;
        position: relative;
        top: -1px;
    }
        */

/*loader heart from https://loading.io/css */

#loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  transform: rotate(45deg);
  transform-origin: 40px 40px;
}

#loader div {
  top: 32px;
  left: 32px;
  position: absolute;
  width: 32px;
  height: 32px;
  background: #fff;
  animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

#loader div:after,
        #loader div:before {
  content: " ";
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  background: #fff;
}

#loader div:before {
  left: -24px;
  border-radius: 50% 0 0 50%;
}

#loader div:after {
  top: -24px;
  border-radius: 50% 50% 0 0;
}

@keyframes lds-heart {
  0% {
    transform: scale(0.95);
  }

  5% {
    transform: scale(1.1);
  }

  39% {
    transform: scale(0.85);
  }

  45% {
    transform: scale(1);
  }

  60% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(0.9);
  }
}

#footer {
}

#lower-footer {
  /*
        @apply bg-gray-200;
    */
}

.footer-illustration {
  /*
        height: 162px;
        background: url('/Frontend/images/footer-illustration.jpg') no-repeat center 0;
    */
}

/*sub menu*/

#sub-menu {
  /*
    display: none;
    padding: 24px 0 24px 12px;
    width: 100%;
    background: #fff;
    */
  list-style: none !important;
}

#sub-menu ul {
  list-style: none !important;
}

#sub-menu li ul {
  padding-bottom: 0.5rem;
}

#sub-menu li ul ul {
  padding: 0px;
}

#sub-menu li a {
  padding-left: 1rem;
  /*@apply py-1;*/
  margin-bottom: 0.25rem;
  display: inline-block;
  border-left-width: 4px;
  font-weight: 700;
  border-color: transparent;
}

#sub-menu li li a {
  padding-left: 1.5rem;
  font-weight: 400;
}

#sub-menu li li li a {
  padding-left: 2rem;
}

#sub-menu li li li li a {
  padding-left: 2.5rem;
}

#sub-menu li a:hover {
  --tw-text-opacity: 1;
  color: rgba(201, 244, 201, var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(243, 243, 239, var(--tw-border-opacity));
}

#sub-menu li li.active-section a {
  --tw-border-opacity: 1;
  border-color: rgba(29, 29, 27, var(--tw-border-opacity));
}

#sub-menu li li li.active-section a {
  --tw-border-opacity: 1;
  border-color: rgba(29, 29, 27, var(--tw-border-opacity));
}

#sub-menu li.active-page > a {
  --tw-border-opacity: 1;
  border-color: rgba(29, 29, 27, var(--tw-border-opacity));
}

.ribbon {
  position: absolute;
  top: -6.1px;
  right: 30px;
  z-index: 19;
}

.ribbon:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid #F8463F;
  --tw-border-opacity: 1;
  border-color: rgba(29, 29, 27, var(--tw-border-opacity));
  border-left: 50px solid transparent !important;
  border-right: 50px solid transparent !important;
}

.ribbon span {
  position: relative;
  display: block;
  text-align: center;
  --tw-bg-opacity: 1;
  background-color: rgba(29, 29, 27, var(--tw-bg-opacity));
  line-height: 1;
  /*font-size: 14px;padding: 12px 8px 10px;*/
  border-top-right-radius: 8px;
  width: 100px;
}

.ribbon span:before, .ribbon span:after {
  position: absolute;
  content: "";
}

.ribbon span:before {
  height: 6px;
  width: 6px;
  left: -6px;
  top: 0;
  --tw-bg-opacity: 1;
  background-color: rgba(29, 29, 27, var(--tw-bg-opacity));
}

.ribbon span:after {
  height: 6px;
  width: 8px;
  left: -8px;
  top: 0;
  border-radius: 8px 8px 0 0;
  --tw-bg-opacity: 1;
  background-color: rgba(29, 29, 27, var(--tw-bg-opacity));
  filter: brightness(75%);
}

.modal {
  transition: opacity 0.25s ease;
}

#small_main_menu.start {
  display: none;
}

@media (min-width: 1024px) {
  #small_main_menu.start {
    display:-ms-flexbox;
    display:flex;
    margin-top: -10rem;
  }

  .scrolled #small_main_menu.start {
    margin-top: 0;
  }
}

/*Hamburger*/

.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner::before,
    .hamburger.is-active .hamburger-inner::after {
  background-color: #f3f3ef;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner:hover, .hamburger-inner:hover::before, .hamburger-inner:hover::after {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 239, var(--tw-bg-opacity));
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/* Squeeze */

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*End hamburger*/

.fill-none {
  fill: none;
}

/* Small Main menu */

body.front-page #small_main_menu {
  margin-top: -10rem
}

body.front-page #small_main_menu.scrolled {
  margin-top: 0rem
}

.ribbon {
  position: absolute;
  top: -6.1px;
  right: 30px;
  z-index: 19;
}

.ribbon:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid #000;
  --tw-border-opacity: 1;
  border-color: rgba(201, 244, 201, var(--tw-border-opacity));
  border-left: 70px solid transparent !important;
  border-right: 70px solid transparent !important;
}

.ribbon span {
  position: relative;
  display: block;
  text-align: center;
  --tw-bg-opacity: 1;
  background-color: rgba(201, 244, 201, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 58, var(--tw-text-opacity));
  line-height: 1;
  /*font-size: 14px;padding: 12px 8px 10px;*/
  border-top-right-radius: 8px;
  width: 140px;
}

.ribbon span:before, .ribbon span:after {
  position: absolute;
  content: "";
}

.ribbon span:before {
  height: 6px;
  width: 6px;
  left: -6px;
  top: 0;
  --tw-bg-opacity: 1;
  background-color: rgba(201, 244, 201, var(--tw-bg-opacity));
}

.ribbon span:after {
  height: 6px;
  width: 8px;
  left: -8px;
  top: 0;
  border-radius: 8px 8px 0 0;
  --tw-bg-opacity: 1;
  background-color: rgba(201, 244, 201, var(--tw-bg-opacity));
  filter: brightness(75%);
}

#search-result ul.search-result-list li {
  list-style-type: none;
  background-color: white;
}

@media screen and (min-width: 1024px) {
  .firstRecommended .front-main-push {
    height: 100%;
  }

  .firstRecommended .event-item-img.side-by-side div {
    height: 100%;
    width: 100%;
  }

  .firstRecommended .event-item-img.side-by-side div .arrow-right {
    content: '';
    position: absolute;
    right: 3rem;
    top: unset;
    bottom: 0;
    width: 0;
    height: 0;
    border: 45px solid transparent;
    margin-top: -5px;
    opacity: 1;
    border-color: transparent transparent rgba(201, 244, 201, var(--tw-bg-opacity)) transparent;
    border-width: 50px 50px;
    margin-left: -12px;
  }

  .firstRecommended .event-item-img.side-by-side div .arrow-right {
    border-color: transparent rgba(201, 244, 201, var(--tw-bg-opacity)) transparent transparent;
    top: 55px;
    right: -1px;
  }
}

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

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-inset-x-0 {
  left: 0px;
  right: 0px;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-2\.5 {
  bottom: 0.625rem;
}

.left-0 {
  left: 0px;
}

.isolate {
  isolation: isolate;
}

.z-10 {
  z-index: 10;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear-left {
  clear: left;
}

.clear-both {
  clear: both;
}

.m-1 {
  margin: 0.25rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-8 {
  margin: 2rem;
}

.m-14 {
  margin: 3.5rem;
}

.m-16 {
  margin: 4rem;
}

.m-48 {
  margin: 12rem;
}

.m-auto {
  margin: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

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

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

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

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

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

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

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

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

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

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

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

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

.ml-4 {
  margin-left: 1rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.table {
  display: table;
}

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

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

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

.contents {
  display: contents;
}

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

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-48 {
  height: 12rem;
}

.h-auto {
  height: auto;
}

.h-1\/3 {
  height: 33.333333%;
}

.h-full {
  height: 100%;
}

.w-1 {
  width: 0.25rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-56 {
  width: 14rem;
}

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.flex-auto {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-initial {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.flex-shrink {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.flex-grow {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.select-all {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}

.resize {
  resize: both;
}

.list-none {
  list-style-type: none;
}

.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

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

.items-start {
  -ms-flex-align: start;
  align-items: flex-start;
}

.items-center {
  -ms-flex-align: center;
  align-items: center;
}

.justify-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.justify-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.self-center {
  -ms-flex-item-align: center;
  align-self: center;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

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

.whitespace-nowrap {
  white-space: nowrap;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

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

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

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

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

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

.border-l {
  border-left-width: 1px;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(29, 29, 27, var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgba(29, 29, 27, var(--tw-border-opacity));
}

.border-midnatt {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 58, var(--tw-border-opacity));
}

.border-mint {
  --tw-border-opacity: 1;
  border-color: rgba(201, 244, 201, var(--tw-border-opacity));
}

.border-pistasch {
  --tw-border-opacity: 1;
  border-color: rgba(111, 181, 111, var(--tw-border-opacity));
}

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

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 29, 27, var(--tw-bg-opacity));
}

.bg-granskog {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 51, 27, var(--tw-bg-opacity));
}

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

.bg-mint {
  --tw-bg-opacity: 1;
  background-color: rgba(201, 244, 201, var(--tw-bg-opacity));
}

.bg-vanilj {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 239, var(--tw-bg-opacity));
}

.bg-pistasch {
  --tw-bg-opacity: 1;
  background-color: rgba(111, 181, 111, var(--tw-bg-opacity));
}

.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(201, 244, 201, var(--tw-bg-opacity));
}

.hover\:bg-mint:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(201, 244, 201, var(--tw-bg-opacity));
}

.hover\:bg-pistasch:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(111, 181, 111, var(--tw-bg-opacity));
}

.focus\:bg-pistasch:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(111, 181, 111, var(--tw-bg-opacity));
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-2 {
  stroke-width: 2;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.object-center {
  -o-object-position: center;
  object-position: center;
}

.object-top {
  -o-object-position: top;
  object-position: top;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-48 {
  padding: 12rem;
}

.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-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.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-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

.pt-0 {
  padding-top: 0px;
}

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

.pt-4 {
  padding-top: 1rem;
}

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

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

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

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-0 {
  padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.font-heading {
  font-family: Raisonne-Bold-Pro, sans-serif;
}

.font-headingRegular {
  font-family: Raisonne-Regular-Pro, sans-serif;
}

.font-avenir {
  font-family: "Avenir Next LT Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.font-thin {
  font-weight: 100;
}

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

.font-semibold {
  font-weight: 600;
}

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.ordinal {
  --tw-ordinal: ordinal;
}

.slashed-zero {
  --tw-slashed-zero: slashed-zero;
}

.lining-nums {
  --tw-numeric-figure: lining-nums;
}

.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums;
}

.proportional-nums {
  --tw-numeric-spacing: proportional-nums;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
}

.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions;
}

.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions;
}

.leading-normal {
  line-height: 1.5;
}

.tracking-normal {
  letter-spacing: 0em;
}

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

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgba(29, 29, 27, var(--tw-text-opacity));
}

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

.text-vanilj {
  --tw-text-opacity: 1;
  color: rgba(243, 243, 239, var(--tw-text-opacity));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgba(29, 29, 27, var(--tw-text-opacity));
}

.hover\:text-midnatt:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 58, var(--tw-text-opacity));
}

.hover\:text-vanilj:hover {
  --tw-text-opacity: 1;
  color: rgba(243, 243, 239, var(--tw-text-opacity));
}

.hover\:text-pistasch:hover {
  --tw-text-opacity: 1;
  color: rgba(111, 181, 111, var(--tw-text-opacity));
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.hover\:no-underline:hover {
  text-decoration: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

*, ::before, ::after {
  --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;
}

.ring {
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  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);
}

.blur {
  --tw-blur: blur(8px);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
}

.grayscale {
  --tw-grayscale: grayscale(100%);
}

.invert {
  --tw-invert: invert(100%);
}

.sepia {
  --tw-sepia: sepia(100%);
}

.backdrop-filter {
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
}

.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%);
}

.backdrop-invert {
  --tw-backdrop-invert: invert(100%);
}

.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-75 {
  transition-duration: 75ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

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

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

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

.line-clamp-3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}

.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
}

.break-inside {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

 #yes {
  background: lightyellow;
}

.content-p p{
  padding-bottom:1rem;
}

.content-p h1, .content-p h2, .content-p h3, .content-p h4, .content-p h5 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Raisonne-Bold-Pro, sans-serif;
  --tw-text-opacity: 1;
  color: rgba(29, 29, 27, var(--tw-text-opacity));
}

.content-p a {
  --tw-text-opacity: 1;
  color: rgba(29, 29, 27, var(--tw-text-opacity));
  text-decoration: underline;
}

.content-p a.accordion-item-head, .content-p a.noticeBlockLink, .content-p .recomend-item a, .content-p a.recomendationLink {
  text-decoration: none;
}

.content-p a:hover.noticeBlockLink .noticeblockText {
  text-decoration: none !important;
}

.content-p a:hover.noticeBlockLink, .content-p .recomend-item a:hover, .content-p a:hover.recomendationLink {
  text-decoration: underline;
}

.content-p a.applybutton {
  color: #fff;
  text-decoration: none;
}

.content-p ul.page-nav a, .content-p .sub-main-article-list a {
  text-decoration: none;
}

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

/* Notice bloc img height */

.noticeblock img {
  /*
        height: 15.4rem;
        height: auto;
    */
}

#topContentArea .noticeblock img {
  /*
        height: 10.4rem;
        height: auto;
    */
}

#topContentArea > div:first-child > div:first-child img {
  /*
        height: 10.4rem;
        height: auto;
    */
}

/*side article*/

.post p, .content-p .post p {
  padding-bottom: 0px !important;
}

.post p, .content-p .post .date, .side-summary-list li {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.content-p .post h1, .content-p .post h2, .content-p .post h3, .content-p .post h4, .content-p .post h5 {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.content-p h1.postheader, .content-p h2.postheader {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.mail {
  text-underline-position: under;
}

.maxheight-60 {
  max-height: 60vh;
}

.w-100 {
  width: 25rem;
}

/*--- nya stilar för forms --- */

.footer-links h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: Raisonne-Bold-Pro, sans-serif;
}

.footer-links li a {
  text-decoration: underline;
}

.footer-links li a:hover {
  --tw-text-opacity: 1;
  color: rgba(29, 29, 27, var(--tw-text-opacity));
  text-decoration: none;
}

/* Main Menu */

nav > .flex:not(.flex-row) {
  -ms-flex-direction: column;
  flex-direction: column;
}

nav .menu-col-1-2 {
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-menu-nav > li {
  padding-left: 2rem;
  padding-right: 2rem;
}

/*ul.main-menu-nav li ul ul {
    background-color: gray;
}*/

/* Infotext toppbild startsida */

.info-text-wrapper {
  background-color: rgba(0,0,0,0.7);
}

a:hover .info-text-wrapper {
  background-color: rgba(0,0,0,1);
}

/*.mainImgHeading::after {

}*/

/* Style Contact form */

/*.tab-toggle.active {
    border-top: 4px solid black;
}*/

@media (min-width: 768px) {
  nav > .flex:not(.flex-row) {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  nav .main-menu-nav {
    width: 50%;
  }

  nav .menu-col-1-2 {
    width: 50%;
  }

  nav .menu-col-1-2 > .main-menu-nav {
    width: 100%;
  }

  nav .main-menu-nav li {
    position: relative;
  }

  nav .main-menu-nav > li:before {
    content: "";
    position: absolute;
    right: 0;
    left: -2px;
    height: 100%;
    z-index: -5;
  }

  nav .menu-col-1 > li:before {
    border-right: 2px solid #000;
  }

  /* Notice block img height */

  #topContentArea > div:first-child > div:first-child img {
    height: 27rem;
  }

  .modal.center {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    min-width: 450px !important;
    max-width: 520px;
    max-height:100vh;
    overflow:auto;
  }

  .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 55;
    background: #fff;
    display: none;
  }

  #contact-form-tab input[type='checkbox'] {
    /*bottom: 133px !important;*/
  }
}

@media (min-width: 1024px) {
  nav .main-menu-nav {
    width: 33.333333%;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  nav .menu-col-1-2 {
    width: 66.666666%;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/* Pagination Listpage */

.news-list ul.page-nav a.active, .news-list ul.page-nav a:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 29, 27, var(--tw-bg-opacity));
  color: #fff;
}

/* Tailwind klasser som inte finns i tailwind filen */

.rounded-3xl {
  border-radius: 1.5rem;
}

.-mb-25 {
  margin-bottom: -0.625rem;
}

.loading {
  position: relative;
}

.loading:before {
  content: "";
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 10px solid #003599;
  border-color: #003599 transparent #003599 transparent;
  animation: spin 1s linear infinite;
}

.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
}

.modal-toggle {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: block;
  /*width: 50px;
    height: 50px;
    border-radius: 50%;*/
  background: #6FB56F;
}

.modal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 55;
  background: #fff;
  display: none;
}

.modal.center {
  /*top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    min-width: 450px;*/
  min-width: 100%;
}

.tab-container .tab-toggle.active {
  font-weight: bold;
  background-color: #19331B;
  color: #fff !important;
}

.tab-container .tab-toggle {
  font-weight: bold;
  background-color: #6FB56F;
  color: #000 !important;
}

.tab-container .tab-toggle:hover {
  font-weight: bold;
  background-color: #C9F4C9;
  color: #000 !important;
}

/*.tab-toggle-left.tab-toggle.active {
    border-right: 1px solid black;
}

.tab-toggle-right.tab-toggle.active {
    border-left: 1px solid black;
}*/

.tab-container .tab-content {
  display: none;
}

.tab-container .tab-content.active {
  display: block;
}

#contact-form form input,
#contact-form form textarea {
  width: 100%;
}

#contact-form-tab input, 
#contact-form-tab textarea {
  border: 1px solid #00003a;
  min-height: 34px;
  padding: 2px;
  border-radius: 0.25rem;
}

#contact-form-tab label {
  display: block !important;
}

#contact-form-tab label#privacyLabel {
  display: inline-block !important;
  padding-left: 26px;
  max-width: 488px;
}

#contact-form-tab input[type='checkbox'] {
  border: 1px solid #00003a;
  min-height: 16px;
  padding: 2px;
  border-radius: 0.25rem;
  display: inline-block;
  width: 20px;
  margin-right: 4px;
  /*
        
        margin-top: 8px;
    */
  bottom: 160px;
  margin-bottom: -1.7rem;
}

/*_::-webkit-full-page-media, _:future, :root #contact-form-tab input[type='checkbox'] {
    margin-top: 110px;
}*/

#contact-form-tab input[type='checkbox']
#contact-form-tab textarea {
  border: 1px solid #00003a;
  min-height: 90px;
  padding: 2px;
  border-radius: 0.25rem;
}

#contact-form-tab input:focus, #contact-form-tab input[type='checkbox']:focus, #contact-form-tab textarea:focus {
  outline: 1px solid #19331B;
}

#contact-form a.tab-toggle:focus {
  background-color: #C9F4C9;
  outline: none;
}

#contact-form-tab input[type='checkbox']:focus {
  border: 2px solid #19331B;
  outline: 2px solid #19331B;
  border-radius: 0.25rem;
}

#contact-form h2, #contact-form h3, #contact-form h4, #contact-form h5 {
  font-family: Raisonne-Bold-Pro, sans-serif;
  --text-opacity: 1;
  color: #1D1D1B;
}

#contact-form h2 {
  font-size: 1.25rem;
}

#contact-form h3 {
  font-size: 1.10rem;
  margin-top: 0.5rem;
}

#contact-form h4, #contact-form h5 {
  font-size: 1rem;
}

#contact-form ol {
  list-style: decimal;
  padding-left: 20px;
}

#contact-form ul {
  list-style: disc;
  padding-left: 20px;
}

/* Intresseanmölan formulär */

#application-form {
}

#application-form label {
  width: 100%;
}

#application-form input, .thexform input {
  border: 1px solid #00003a;
  min-height: 34px;
  padding: 2px;
  border-radius: 0.25rem;
  display: block;
  width: 100%;
  margin-bottom: 8px;
}

#application-form textarea, .thexform textarea {
  border: 1px solid #00003a;
  min-height: 90px;
  padding: 2px;
  border-radius: 0.25rem;
  display: block;
  width: 100%;
  margin-bottom: 12px;
}

#application-form select, .thexform select {
  border: 1px solid #00003a;
  min-height: 34px;
  padding: 2px;
  border-radius: 0.25rem;
  display: block;
  width: 100%;
  margin-bottom: 8px;
}

#application-form label, .thexform label {
  display: block !important;
}

.thexform input[type="checkbox"], .thexform input[type="radio"] {
  display: inline-block !important;
  position: relative;
  min-height: revert;
  width: revert;
}

body .thexform input, body .thexform select, body .thexform button, body .thexform textarea {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(29, 29, 27, var(--tw-text-opacity));
}

#application-form button {
}

#application-form textarea:focus-visible, #application-form input:focus-visible, #application-form select:focus-visible,
    .thexform textarea:focus-visible, .thexform input:focus-visible, .thexform select:focus-visible {
  outline: 1px solid #19331B;
}

.textBlockBGColor.bg-granskog p, .textBlockBGColor.bg-midnatt p, .textBlockBGColor.bg-granskog h2, .textBlockBGColor.bg-midnatt h2,
.textBlockBGColor.bg-granskog h3, .textBlockBGColor.bg-midnatt h3, .textBlockBGColor.bg-granskog h4, .textBlockBGColor.bg-midnatt h4,
.textBlockBGColor.bg-granskog h5, .textBlockBGColor.bg-midnatt h5, .textBlockBGColor.bg-granskog a, .textBlockBGColor.bg-midnatt a,
.textBlockBGColor.bg-granskog ul, .textBlockBGColor.bg-midnatt ul, .textBlockBGColor.bg-granskog ol, .textBlockBGColor.bg-midnatt ol {
  color: #fff !important;
}

.textBlockBGColor.bg-granskog h2, .textBlockBGColor.bg-granskog p, .textBlockBGColor.bg-midnatt p, .textBlockBGColor.bg-midnatt h2 {
  border-color: #fff !important;
}

.textBlockBGColor.bg-granskog ol, .textBlockBGColor.bg-midnatt ol {
  list-style: decimal;
  padding-left: 18px;
}

.contactImg {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  float: right;
  -o-object-fit: cover;
  object-fit: cover;
}

#main li {
  list-style-position: inside;
  list-style-type: disc;
}

#main ol li {
  list-style-position: inside;
  list-style-type: decimal;
}

#main ul.page-nav, #main ul.page-nav li {
  list-style-type: none !important;
  list-style-position: unset !important;
}

.content-p h2, .content-p h3 {
  font-size: revert !important;
}

/*
    @import "../../../node_modules/hamburgers/_sass/hamburgers/hamburgers.css";
    @import "./slick-theme.css";
    @import "./slick.css";
    @import "./aos.css";
*/

@media (min-width: 640px) {

  .sm\:w-full {
    width: 100%;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

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

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

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:-mt-0 {
    margin-top: 0px;
  }

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

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

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: -ms-flexbox;
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-80 {
    height: 20rem;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:w-8 {
    width: 2rem;
  }

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

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

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

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:rounded {
    border-radius: 0.25rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

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

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

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

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

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

  .md\:masonry-2-col {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 1em;
    column-gap: 1em;
  }

  .md\:h-80 {
    height: 20rem;
  }

  .md\:h-140 {
    height: 35rem;
  }
}

@media (min-width: 1024px) {

  
.lg\:aspect-w-16 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  }

  
.lg\:aspect-w-16 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:aspect-w-16 {
    --tw-aspect-w: 16;
  }

  .lg\:aspect-h-9 {
    --tw-aspect-h: 9;
  }

  .lg\:bottom-10 {
    bottom: 2.5rem;
  }

  .lg\:left-20 {
    left: 5rem;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:m-24 {
    margin: 6rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:-mt-16 {
    margin-top: -4rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-auto {
    width: auto;
  }

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

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

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

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

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

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

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

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:flex-1 {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }

  .lg\:flex-none {
    -ms-flex: none;
    flex: none;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:justify-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

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

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

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

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

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

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

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:font-heading {
    font-family: Raisonne-Bold-Pro, sans-serif;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:masonry-3-col {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1em;
    column-gap: 1em;
  }

  .lg\:h-160 {
    height: 40rem;
  }
}

#content .font-semibold.font-avenir.text-lg
{
  font-weight: normal !important;
}