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

.shadow {
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}

.blur, .invert, .filter {
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
}/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: sans; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

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

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

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: mono; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 650px) {

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

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

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

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

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

  .container {
    max-width: 1920px;
  }
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.left-0 {
  left: 0rem;
}
.left-20 {
  left: 2rem;
}
.right-20 {
  right: 2rem;
}
.top-0 {
  top: 0rem;
}
.-z-1 {
  z-index: -1;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-\[999\] {
  z-index: 999;
}
.col-span-24 {
  grid-column: span 24 / span 24;
}
.\!mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-40 {
  margin-bottom: 4rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mt-20 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.size-25 {
  width: 2.5rem;
  height: 2.5rem;
}
.h-1 {
  height: 0.1rem;
}
.h-full {
  height: 100%;
}
.h-svh {
  height: 100svh;
}
.max-h-max {
  max-height: -moz-max-content;
  max-height: max-content;
}
.min-h-\[55rem\] {
  min-height: 55rem;
}
.w-full {
  width: 100%;
}
.max-w-\[13rem\] {
  max-width: 13rem;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
  resize: both;
}
.\!flex-row {
  flex-direction: row !important;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.\!gap-x-20 {
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}
.gap-x-10 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-\[0\.25rem\] {
  border-radius: 0.25rem;
}
.rounded-\[0\.5rem\] {
  border-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(0 177 231 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(234 239 240 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.stroke-white {
  stroke: #ffffff;
}
.p-0 {
  padding: 0rem;
}
.p-1 {
  padding: 0.1rem;
}
.p-20 {
  padding: 2rem;
}
.px-15 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-20 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-5 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pb-40 {
  padding-bottom: 4rem;
}
.pt-0 {
  padding-top: 0rem;
}
.pt-15 {
  padding-top: 1.5rem;
}
.pt-20 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[1\.35\] {
  line-height: 1.35;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(0 177 231 / var(--tw-text-opacity, 1));
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.invert {
  --tw-invert: invert(100%);
  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);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-duration: 150ms;
}
/**
 * Fonts
*/
@font-face {
    font-family: mono;
    src: url(../fonts/TwoShots-RoughBase.woff2) format("woff2"),url(../fonts/TwoShots-RoughBase.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
:root {
    --size: 420;
    --clamp: 9px;
    --global-font-size: clamp(1px, calc((100vw / var(--size)) * 10), var(--clamp));
    --swiper-theme-color: white;
    --swiper-navigation-color: white;
    --swiper-navigation-size: 2rem;
}
@media (min-width: 650px) {
    :root {
        --size: 650;
    }
}
@media (min-width: 1024px) {
    :root {
        --size: 1065;
    }
}
@media (min-width: 1440px) {
    :root {
        --size: 1400;
    }
}
/* ==========================
Fluid
========================== */
@mixin fluid($properties, $value) {
    @each $property in $properties {
        #{$property}: calc(#{$value} * (100vw / var(--size)));
    }
}
/* ==========================
Base
========================== */
html {
    /*font-size: var(--global-font-size);*/
    font-size: calc(10 * (100vw / var(--size)));
    font-kerning: none;
    font-variant-ligatures: common-ligatures;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    color: #747474;
    font-family: sans;
    line-height: 1.2;
}
body {
  font-size: 1.3rem;
    overflow-x: hidden;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
p {
  line-height: 1.5;
}
iframe {
    border: none;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 0.5rem;
}
figure img {
  width: 100%;
}
img {
    vertical-align: middle;
}
/* ==========================
    .hide utility
========================== */
.hide {
    display: none;
}
/* ==========================
Site grid & Site Max
========================== */
.site-max {
    --padding: 2rem;
    padding-left: var(--padding) !important;
    padding-right: var(--padding) !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 120rem;
    width: 100%;
}
.site-max-s {
    max-width: 80rem;
}
.cms-blockstart.cms-full-width {
    max-width: 100%;
}
.site-grid {
    --columns: 12;
    --columns-masonry: 1;
    --gap: 1rem;
    display: grid;
    grid-template-columns: repeat(var(--columns), minmax(0, 1fr));
    grid-column-gap: var(--gap);
}
@media (min-width: 650px) {
.site-grid {
        --columns: 24;
        --gap: 0.5rem
}
    }
.texture-y {
  position: relative;
  overflow: hidden;
}
.texture-y:before,
    .texture-y:after {
        content: '';
        background-image: url(../content/border.png);
        background-repeat: no-repeat;
        position: absolute;
        left: 0rem;
        width: 100%;
        background-size: cover;
        height: 4rem;
        background-position: center;
        z-index: 1;
    }
.texture-y:before {
        top: 0;
        bottom: initial;
    }
.texture-y:after {
        bottom: -1px;
        top: initial;
        transform: rotate(180deg);
    }
.texture-x {
  position: relative;
  overflow: hidden;
}
.texture-x:before,
    .texture-x:after {
        content: '';
        background-image: url(../content/border-x.png);
        background-repeat: no-repeat;
        position: absolute;
        width: 2rem;
        background-size: cover;
        height: 100%;
        background-position: center;
        top: 0;
        z-index: 1;
    }
.texture-x:before {
        left: -1px;
    }
.texture-x:after {
        right: -1px;
        transform: rotate(180deg);
    }
.texture-x figure {
  position: relative;
  overflow: hidden;
}
.texture-x figure:before,
        .texture-x figure:after {
            content: '';
            background-image: url(../content/border.png);
            background-repeat: no-repeat;
            position: absolute;
            left: 0rem;
            width: 100%;
            background-size: cover;
            height: 4rem;
            background-position: center;
            z-index: 1;
        }
.texture-x figure:before {
            top: 0;
            bottom: initial;
        }
.texture-x figure:after {
            bottom: -1px;
            top: initial;
            transform: rotate(180deg);
        }
header nav .parents, footer nav .parents {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
header nav .parent-item, footer nav .parent-item {
  position: relative;
}
header nav .childrens, footer nav .childrens {
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(0 177 231 / var(--tw-bg-opacity, 1));
}
header nav ul, footer nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (min-width: 1024px) {

  header nav ul, footer nav ul {
    flex-direction: row;
  }

  header nav ul:first-of-type, footer nav ul:first-of-type {
    margin-left: auto;
  }

  header nav ul:last-of-type, footer nav ul:last-of-type {
    margin-right: auto;
  }
}
header nav a, footer nav a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-duration: 300ms;
}
header nav a:hover, footer nav a:hover {
  opacity: 0.5;
}
@media (min-width: 1024px) {

  header nav a, footer nav a {
    padding-top: 0rem;
    padding-bottom: 0rem;
    font-size: 1.2rem;
  }
}
header nav .phone, footer nav .phone {
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 177 231 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 177 231 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-duration: 300ms;
}
@media (min-width: 650px) {

  header nav .phone, footer nav .phone {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
header nav .phone:hover, footer nav .phone:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 177 231 / var(--tw-text-opacity, 1));
}
header a {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
header:after {
        content: '';
        background-image: url(../content/border.png);
        background-repeat: no-repeat;
        position: absolute;
        top: calc(100% - 1px);
        left: 0rem;
        width: 100%;
        background-size: cover;
        height: 4rem;
        background-position: center;
    }
header .hamburger {
  display: none;
}
header button.close {
  position: absolute;
}
.txt p {
        margin-bottom: 2rem;
    }
h1, h2 {
    font-family: mono;
    margin-bottom: 1.5rem;
    line-height: 0.75;
}
h1,h2,h3,h4,h5,h6 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
h1 {
  margin-bottom: 1rem;
  font-size: 4.4rem;
  text-transform: uppercase;
  line-height: 0.75;
}
@media (min-width: 650px) {

  h1 {
    font-size: 7.2rem;
  }
}
h2 {
  font-size: 3.8rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {

  .startpage-about-us {
    grid-column-start: 8 !important;
  }
}
.startpage-about-us {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cms-text p {
  margin-bottom: 2rem;
}
.cms-text a {
  display: inline-block;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-duration: 300ms;
}
.cms-text a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.menu-box {
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2rem !important;
}
@media (min-width: 650px) {

  .menu-box {
    padding: 4rem !important;
  }
}
table {
  width: 100%;
}
table h3 {
  font-family: mono;
  font-size: 3.2rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
table tbody {
  display: flex;
  flex-direction: column;
}
table td {
  width: 100% !important;
}
@media (min-width: 650px) {

  table td {
    white-space: nowrap;
  }
}
table td:last-child {
  text-align: right;
  font-family: mono;
  font-size: 3.2rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
table tr {
        border-bottom: 1px solid #eee;
        margin-bottom: 1rem;
        display: flex;
        padding-bottom: 1rem;
    }
table tr:last-child {
            border-bottom: 0;
            margin-bottom: 0rem;
            padding-bottom: 0rem;
        }
.home .cms-news-heading {
  display: none;
}
.swh-col.cms-blockstart.menu {
    padding: 0 2rem !important;
}
body.pizzeria .cms-full-width {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}
.cms-news-item-link {
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
  gap: 2rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2rem;
}
@media (min-width: 650px) {

  .cms-news-item-link {
    padding: 1rem;
  }
}
.cms-news-item-link figure {
  grid-column: span 6 / span 6;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media (min-width: 650px) {

  .cms-news-item-link figure {
    grid-column: span 2 / span 2;
  }
}
.cms-news-item-link .text-content {
  grid-column: span 6 / span 6;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding-right: 4rem;
}
@media (min-width: 650px) {

  .cms-news-item-link .text-content {
    grid-column: span 4 / span 4;
  }
}
/**
 * SWH Templates Styles
*/
.swh-template .cms-blockstart {
  display: grid;
  row-gap: 2rem;
}
@media (min-width: 1024px) {

  .swh-template .cms-blockstart {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
.swh-template .cms-blockstart {
        grid-template-columns: repeat(12, 1fr);
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
@media (min-width: 650px) {

  .swh-template .cms-blockstart {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.swh-template .swh-col {
        flex-shrink: 0;
        flex-grow: 0;
    }
/* 100% - Full bredd */
.swh-template .swh-col[style*="width: 100%"] {
  grid-column: span 12 / span 12;
}
/* 75% - 9 kolumner */
.swh-template .swh-col[style*="width: 75%"] {
  grid-column: span 12 / span 12;
}
@media (min-width: 1024px) {

  .swh-template .swh-col[style*="width: 75%"] {
    grid-column: span 9 / span 9;
  }
}
.swh-template .swh-col[style*="width: 75%"] {
        width: auto !important;
    }
/* 66-70% - 8 kolumner */
.swh-template .swh-col[style*="width: 66%"],
    .swh-template .swh-col[style*="width: 70%"] {
  grid-column: span 12 / span 12;
}
@media (min-width: 1024px) {

  .swh-template .swh-col[style*="width: 66%"],
    .swh-template .swh-col[style*="width: 70%"] {
    grid-column: span 8 / span 8;
  }
}
.swh-template .swh-col[style*="width: 66%"],
    .swh-template .swh-col[style*="width: 70%"] {
        width: auto !important;
    }
/* 58-60% - 7 kolumner */
.swh-template .swh-col[style*="width: 58%"],
    .swh-template .swh-col[style*="width: 60%"] {
  grid-column: span 12 / span 12;
}
@media (min-width: 1024px) {

  .swh-template .swh-col[style*="width: 58%"],
    .swh-template .swh-col[style*="width: 60%"] {
    grid-column: span 7 / span 7;
  }
}
.swh-template .swh-col[style*="width: 58%"],
    .swh-template .swh-col[style*="width: 60%"] {
        width: auto !important;
    }
/* 50% - 6 kolumner */
.swh-template .swh-col[style*="width: 50%"] {
  grid-column: span 12 / span 12;
}
@media (min-width: 1024px) {

  .swh-template .swh-col[style*="width: 50%"] {
    grid-column: span 6 / span 6;
  }
}
.swh-template .swh-col[style*="width: 50%"] {
        width: auto !important;
    }
/* 41-40% - 5 kolumner */
.swh-template .swh-col[style*="width: 41%"],
    .swh-template .swh-col[style*="width: 40%"] {
  grid-column: span 12 / span 12;
}
@media (min-width: 1024px) {

  .swh-template .swh-col[style*="width: 41%"],
    .swh-template .swh-col[style*="width: 40%"] {
    grid-column: span 5 / span 5;
  }
}
.swh-template .swh-col[style*="width: 41%"],
    .swh-template .swh-col[style*="width: 40%"] {
        width: auto !important;
    }
/* 33-30% - 4 kolumner */
.swh-template .swh-col[style*="width: 33%"],
    .swh-template .swh-col[style*="width: 30%"] {
  grid-column: span 12 / span 12;
}
@media (min-width: 1024px) {

  .swh-template .swh-col[style*="width: 33%"],
    .swh-template .swh-col[style*="width: 30%"] {
    grid-column: span 4 / span 4;
  }
}
.swh-template .swh-col[style*="width: 33%"],
    .swh-template .swh-col[style*="width: 30%"] {
        width: auto !important;
    }
/* 25% - 3 kolumner */
.swh-template .swh-col[style*="width: 25%"] {
  grid-column: span 12 / span 12;
}
@media (min-width: 1024px) {

  .swh-template .swh-col[style*="width: 25%"] {
    grid-column: span 3 / span 3;
  }
}
.swh-template .swh-col[style*="width: 25%"] {
        width: auto !important;
    }
/* 16-20% - 2 kolumner */
.swh-template .swh-col[style*="width: 16%"],
    .swh-template .swh-col[style*="width: 20%"] {
  grid-column: span 12 / span 12;
}
@media (min-width: 1024px) {

  .swh-template .swh-col[style*="width: 16%"],
    .swh-template .swh-col[style*="width: 20%"] {
    grid-column: span 2 / span 2;
  }
}
.swh-template .swh-col[style*="width: 16%"],
    .swh-template .swh-col[style*="width: 20%"] {
        width: auto !important;
    }
/* 8-10% - 1 kolumn */
.swh-template .swh-col[style*="width: 8%"],
    .swh-template .swh-col[style*="width: 10%"] {
  grid-column: span 12 / span 12;
}
@media (min-width: 1024px) {

  .swh-template .swh-col[style*="width: 8%"],
    .swh-template .swh-col[style*="width: 10%"] {
    grid-column: span 1 / span 1;
  }
}
.swh-template .swh-col[style*="width: 8%"],
    .swh-template .swh-col[style*="width: 10%"] {
        width: auto !important;
    }
.cms-hero {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.cms-hero:after {
        content: '';
        background-image: url(../content/border.png);
        background-repeat: no-repeat;
        position: absolute;
        bottom: -1px;
        left: 0rem;
        width: 100%;
        background-size: cover;
        height: 4rem;
        background-position: center;
        transform: rotate(180deg);
    }
.cms-hero__image {
  position: relative;
  padding-top: 100%;
  opacity: 0.6;
}
@media (min-width: 650px) {

  .cms-hero__image {
    padding-top: 75%;
  }
}
@media (min-width: 1024px) {

  .cms-hero__image {
    padding-top: 40%;
  }
}
.cms-hero__image img {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cms-hero__wrapper {
        --padding: 2rem;
        position: absolute;
        bottom: 0rem;
        top: 0rem;
        left: 0rem;
        right: 0rem;
        display: flex;
        align-items: center;
        justify-content: center;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
        padding-left: var(--padding);
        padding-right: var(--padding);
        margin-left: auto;
        margin-right: auto;
        max-width: 120rem;
    }
.cms-hero__text {
  max-width: 34rem;
  text-align: center;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 650px) {

  .cms-hero__text {
    max-width: 60rem;
  }
}
.cms-hero__text h1,.cms-hero__text h2,.cms-hero__text h3,.cms-hero__text h4 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.cms-hero__text p {
            max-width: 32rem;
            margin: 0 auto;
        }
.cms-hero__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 0rem;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-duration: 300ms;
}
.cms-hero__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 177 231 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.cms-hero__icon {
  display: none;
}
/* News Details */
.news-detail {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
    max-width: 80rem;
}
.news-detail figure {
  position: relative;
  overflow: hidden;
}
.news-detail figure:before,.news-detail figure:after {
        content: '';
        background-image: url(../content/border-x.png);
        background-repeat: no-repeat;
        position: absolute;
        width: 2rem;
        background-size: cover;
        height: 100%;
        background-position: center;
        top: 0;
        z-index: 1;
    }
.news-detail figure:before {
        left: -1px;
    }
.news-detail figure:after {
        right: -1px;
        transform: rotate(180deg);
    }
.news-detail figure figure {
  position: relative;
  overflow: hidden;
}
.news-detail figure figure:before,.news-detail figure figure:after {
            content: '';
            background-image: url(../content/border.png);
            background-repeat: no-repeat;
            position: absolute;
            left: 0rem;
            width: 100%;
            background-size: cover;
            height: 4rem;
            background-position: center;
            z-index: 1;
        }
.news-detail figure figure:before {
            top: 0;
            bottom: initial;
        }
.news-detail figure figure:after {
            bottom: -1px;
            top: initial;
            transform: rotate(180deg);
        }
.news-detail .news-content {
  position: relative;
  padding-top: 2rem;
}
.news-detail .news-content:before,
        .news-detail .news-content:after {
            content: '';
            background-image: url(../content/border.png);
            background-repeat: no-repeat;
            position: absolute;
            left: 0rem;
            width: 100%;
            background-size: cover;
            height: 4rem;
            background-position: center;
            z-index: 1;
        }
.news-detail .news-content:before {
            top: calc(-4rem + 1px);
            bottom: initial;
            transform: rotate(180deg);
        }
/* Navigation - Mobile */
[data-navigation-status="active"] [data-navigation-toggle="toggle"]::after {
            content: 'St\00e4ng';
            position: absolute;
            left: 0rem;
            top: 0rem;
            height: 100%;
            width: 100%;
            align-items: center;
            justify-content: center;
            --tw-bg-opacity: 1;
            background-color: rgb(0 177 231 / var(--tw-bg-opacity, 1));
            line-height: 2;
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity, 1));
        }
@media (max-width: 1025px) {
.bold-nav-full__tile {
        transition: clip-path 0.5s;
        clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%)
}
    }
[data-navigation-status="active"] .bold-nav-full__tile {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media (min-width: 650px) {

  .s\:block {
    display: block;
  }

  .s\:px-20 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {

  .l\:mx-40 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .l\:block {
    display: block;
  }

  .l\:hidden {
    display: none;
  }

  .l\:pb-10 {
    padding-bottom: 1rem;
  }
}