

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");/*
! tailwindcss v3.0.24 | 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.
*/html {
  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: 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"; /* 4 */
}/*
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. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-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;
}/*
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-size: 100%; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}/*
Ensure the default browser behavior of the `hidden` attribute.
*/[hidden] {
  display: none;
}html{
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}body{
  min-height: 100vh;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 31 25 / var(--tw-text-opacity));
}*{
  font-family: 'Inter', sans-serif;
}.text-banner-content > p{
  font-family: 'Work Sans', sans-serif;
}.container-contrl, .wp-block-group{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1500px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}@media (min-width: 728px){.container-contrl, .wp-block-group{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}h1{
  margin-bottom: 1.5rem;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  line-height: 1.1em;
  --tw-text-opacity: 1;
  color: rgb(37 101 90 / var(--tw-text-opacity));
        font-size: clamp(
            var(--min-font-size) * 1px,
            calc(
                (var(--min-font-size) * 1px) +
                (var(--max-font-size) - var(--min-font-size)) *
                ((100vw - 480px) / (1440 - 480))
            ),
            var(--max-font-size) * 1px
        );
        --max-font-size: 64;
        --min-font-size: 36;
}h2{
  margin-bottom: 1rem;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  line-height: 1.1em;
  --tw-text-opacity: 1;
  color: rgb(37 101 90 / var(--tw-text-opacity));
        font-size: clamp(
            var(--min-font-size) * 1px,
            calc(
                (var(--min-font-size) * 1px) +
                (var(--max-font-size) - var(--min-font-size)) *
                ((100vw - 480px) / (1440 - 480))
            ),
            var(--max-font-size) * 1px
        );
        --max-font-size: 48;
        --min-font-size: 32;
}h3{
  margin-bottom: 1rem;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  line-height: 1.25em;
  --tw-text-opacity: 1;
  color: rgb(37 101 90 / var(--tw-text-opacity));
        font-size: clamp(
            var(--min-font-size) * 1px,
            calc(
                (var(--min-font-size) * 1px) +
                (var(--max-font-size) - var(--min-font-size)) *
                ((100vw - 480px) / (1440 - 480))
            ),
            var(--max-font-size) * 1px
        );
        --max-font-size: 40;
        --min-font-size: 28;
}h4{
  margin-bottom: 0.75rem;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  line-height: 1.1em;
  --tw-text-opacity: 1;
  color: rgb(37 101 90 / var(--tw-text-opacity));
        font-size: clamp(
            var(--min-font-size) * 1px,
            calc(
                (var(--min-font-size) * 1px) +
                (var(--max-font-size) - var(--min-font-size)) *
                ((100vw - 480px) / (1440 - 480))
            ),
            var(--max-font-size) * 1px
        );
        --max-font-size: 32;
        --min-font-size: 24;
}h5{
  margin-bottom: 0.75rem;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(37 101 90 / var(--tw-text-opacity));
        font-size: clamp(
            var(--min-font-size) * 1px,
            calc(
                (var(--min-font-size) * 1px) +
                (var(--max-font-size) - var(--min-font-size)) *
                ((100vw - 480px) / (1440 - 480))
            ),
            var(--max-font-size) * 1px
        );
        --max-font-size: 25;
        --min-font-size: 20;
}h6{
  margin-bottom: 0.75rem;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(238 123 87 / var(--tw-text-opacity));
        font-size: clamp(
            var(--min-font-size) * 1px,
            calc(
                (var(--min-font-size) * 1px) +
                (var(--max-font-size) - var(--min-font-size)) *
                ((100vw - 480px) / (1440 - 480))
            ),
            var(--max-font-size) * 1px
        );
        --max-font-size: 20;
        --min-font-size: 18;
}blockquote{
  display: flex;
  text-indent: 3.5rem;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.125rem;
}@media (min-width: 970px){blockquote{
    font-size: 1.375rem;
  }
}blockquote:before{
  position: absolute;
  display: block;
  height: 1.5rem;
  width: 6rem;
  background-repeat: no-repeat;
            content: "";
            background-image: url("/wp-content/themes/contrl.se/static/images/quote.svg");
}.semititle{
  margin-bottom: 2rem;
  font-family: 'Inter', sans-serif;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
        --max-font-size: 1;
        --min-font-size: 1;
        font-size: clamp(
            var(--min-font-size) * 1px,
            calc(
                (var(--min-font-size) * 1px) +
                (var(--max-font-size) - var(--min-font-size)) *
                ((100vw - 480px) / (1440 - 480))
            ),
            var(--max-font-size) * 1px
        );
}@media (min-width: 728px){.semititle{
    margin-bottom: 3rem;
  }
}.semititle {
        --max-font-size: 20;
        --min-font-size: 18;
    }.semititle-default{
  margin-bottom: 1rem;
  font-family: 'Inter', sans-serif;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
        --max-font-size: 1;
        --min-font-size: 1;
        font-size: clamp(
            var(--min-font-size) * 1px,
            calc(
                (var(--min-font-size) * 1px) +
                (var(--max-font-size) - var(--min-font-size)) *
                ((100vw - 480px) / (1440 - 480))
            ),
            var(--max-font-size) * 1px
        );
}@media (min-width: 728px){.semititle-default{
    margin-bottom: 2rem;
  }
}@media (min-width: 970px){.semititle-default{
    margin-bottom: 3rem;
  }
}.semititle-default {
        --max-font-size: 20;
        --min-font-size: 18;
    }.feature-grid p{
  margin-bottom: 1.5rem;
}.feature-grid p:last-child{
  margin-bottom: 0px;
}.btn-items{
  display: flex;
  justify-content: center;
  gap: 1rem;
}.btn{
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}@media (min-width: 620px){.btn{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 1rem;
  }
}.btn.btn_sm{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
}@media (min-width: 620px){.btn.btn_sm{
    font-size: 1rem;
  }
}.btn.btn_sm_orange a{
  --tw-bg-opacity: 1;
  background-color: rgb(238 123 87 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
}.btn.btn_sm_orange a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(174 94 69 / var(--tw-bg-opacity));
}@media (min-width: 620px){.btn.btn_sm_orange a{
    font-size: 1rem;
  }
}.btn.btn_sm_green a{
  --tw-bg-opacity: 1;
  background-color: rgb(21 150 129 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.btn.btn_sm_green a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 101 90 / var(--tw-bg-opacity));
}@media (min-width: 620px){.btn.btn_sm_green a{
    font-size: 1rem;
  }
}.btn.btn_lg{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1.125rem;
}@media (min-width: 728px){.btn.btn_lg{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}.btn.btn_xl{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
}@media (min-width: 728px){.btn.btn_xl{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}.btn.fill_btn{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(21 150 129 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(21 150 129 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.btn.fill_btn:hover{
  --tw-border-opacity: 1;
  border-color: rgb(37 101 90 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(37 101 90 / var(--tw-bg-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}.btn.fill_btn:disabled{
  cursor: default;
  opacity: 0.3;
}.btn.fill_btn:hover:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(21 150 129 / var(--tw-bg-opacity));
}.btn.fill_btn_dark{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(2 35 28 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(2 35 28 / var(--tw-bg-opacity));
}.btn.fill_btn_dark:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 31 25 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 31 25 / var(--tw-bg-opacity));
}.btn.outline_btn{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(21 150 129 / var(--tw-border-opacity));
}.btn.outline_btn:hover{
  --tw-border-opacity: 1;
  border-color: rgb(37 101 90 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(37 101 90 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.btn.outline_btn_purple{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(205 111 215 / var(--tw-border-opacity));
}.btn.outline_btn_purple:hover{
  --tw-border-opacity: 1;
  border-color: rgb(108 85 153 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(108 85 153 / var(--tw-bg-opacity));
}.btn.outline_btn_white{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.btn.outline_btn_white:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 26 63 / var(--tw-text-opacity));
}*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}body.admin-bar {
    min-height: calc(100vh - 32px);
}@media (max-width: 782px) {
    body.admin-bar {
        min-height: calc(100vh - 46px);
    }
}.container{
  width: 100%;
}@media (min-width: 620px){.container{
    max-width: 620px;
  }
}@media (min-width: 728px){.container{
    max-width: 728px;
  }
}@media (min-width: 970px){.container{
    max-width: 970px;
  }
}@media (min-width: 1240px){.container{
    max-width: 1240px;
  }
}@media (min-width: 1500px){.container{
    max-width: 1500px;
  }
}@media (min-width: 1536px){.container{
    max-width: 1536px;
  }
}@media (min-width: 1600px){.container{
    max-width: 1600px;
  }
}@media (min-width: 1800px){.container{
    max-width: 1800px;
  }
}.box-checklist-alt li{
  margin-bottom: 0.75rem;
  display: flex;
  align-items: flex-start;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(192 192 192 / var(--tw-text-opacity));
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}.box-checklist-alt li:last-child{
  margin-bottom: 0px;
  border-style: none;
  padding-bottom: 0px;
}.box-checklist-alt li::before{
  position: relative;
  top: -2px;
  margin-right: 0.625rem;
  font-size: 1.125rem;
  color: rgb(57 218 192 / var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
        content: "";
        font-family: "Material Symbols Outlined";
        content: "\e876";
}.tab-button{
  white-space: nowrap;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
}@media (min-width: 620px){.tab-button{
    font-size: 0.875rem;
  }
}@media (min-width: 970px){.tab-button{
    font-size: 1.125rem;
  }
}.tab-button span{
  position: relative;
  margin-top: -1px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(251 246 241 / var(--tw-border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}@media (min-width: 620px){.tab-button span{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}@media (min-width: 970px){.tab-button span{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}.tab-button.tab-active i{
  --tw-text-opacity: 1;
  color: rgb(21 150 129 / var(--tw-text-opacity));
}.tab-button.tab-active span{
  --tw-border-opacity: 1;
  border-color: rgb(233 230 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0px 1px 1px 0px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0px 1px 1px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.tab-pane{
    display: none;
}.tab-pane.tab-active{
  display: block;
}.pointer-events-none{
  pointer-events: none;
}.fixed{
  position: fixed;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}.-right-\[1rem\]{
  right: -1rem;
}.-top-\[2rem\]{
  top: -2rem;
}.-bottom-16{
  bottom: -4rem;
}.left-1{
  left: 0.25rem;
}.right-1{
  right: 0.25rem;
}.\!-bottom-12{
  bottom: -3rem !important;
}.\!right-auto{
  right: auto !important;
}.\!left-4{
  left: 1rem !important;
}.top-0{
  top: 0px;
}.-left-\[20rem\]{
  left: -20rem;
}.-right-\[100vw\]{
  right: -100vw;
}.right-6{
  right: 1.5rem;
}.bottom-0{
  bottom: 0px;
}.left-0{
  left: 0px;
}.left-8{
  left: 2rem;
}.bottom-8{
  bottom: 2rem;
}.right-10{
  right: 2.5rem;
}.top-1\/2{
  top: 50%;
}.\!left-\[12vw\]{
  left: 12vw !important;
}.\!right-\[12vw\]{
  right: 12vw !important;
}.left-6{
  left: 1.5rem;
}.bottom-6{
  bottom: 1.5rem;
}.-top-1{
  top: -0.25rem;
}.-right-1{
  right: -0.25rem;
}.top-6{
  top: 1.5rem;
}.-left-11{
  left: -2.75rem;
}.-top-2{
  top: -0.5rem;
}.-top-\[1\.5rem\]{
  top: -1.5rem;
}.right-0{
  right: 0px;
}.top-4{
  top: 1rem;
}.left-1\/2{
  left: 50%;
}.-left-\[10px\]{
  left: -10px;
}.z-10{
  z-index: 10;
}.z-20{
  z-index: 20;
}.my-24{
  margin-top: 6rem;
  margin-bottom: 6rem;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}.mb-4{
  margin-bottom: 1rem;
}.mb-8{
  margin-bottom: 2rem;
}.mb-10{
  margin-bottom: 2.5rem;
}.mt-16{
  margin-top: 4rem;
}.mt-12{
  margin-top: 3rem;
}.mb-12{
  margin-bottom: 3rem;
}.mt-6{
  margin-top: 1.5rem;
}.mb-6{
  margin-bottom: 1.5rem;
}.mb-2{
  margin-bottom: 0.5rem;
}.ml-2{
  margin-left: 0.5rem;
}.mt-8{
  margin-top: 2rem;
}.ml-auto{
  margin-left: auto;
}.mr-2{
  margin-right: 0.5rem;
}.\!mb-0{
  margin-bottom: 0px !important;
}.\!ml-4{
  margin-left: 1rem !important;
}.mt-4{
  margin-top: 1rem;
}.-mb-4{
  margin-bottom: -1rem;
}.mb-16{
  margin-bottom: 4rem;
}.mt-10{
  margin-top: 2.5rem;
}.mb-1{
  margin-bottom: 0.25rem;
}.mr-auto{
  margin-right: auto;
}.mt-auto{
  margin-top: auto;
}.mb-3{
  margin-bottom: 0.75rem;
}.mr-1{
  margin-right: 0.25rem;
}.mt-32{
  margin-top: 8rem;
}.mt-3{
  margin-top: 0.75rem;
}.mb-0{
  margin-bottom: 0px;
}.ml-1{
  margin-left: 0.25rem;
}.mt-2{
  margin-top: 0.5rem;
}.mr-\[20\%\]{
  margin-right: 20%;
}.mr-6{
  margin-right: 1.5rem;
}.-mt-\[16px\]{
  margin-top: -16px;
}.\!block{
  display: block !important;
}.block{
  display: block;
}.inline-block{
  display: inline-block;
}.flex{
  display: flex;
}.\!flex{
  display: flex !important;
}.table{
  display: table;
}.grid{
  display: grid;
}.list-item{
  display: list-item;
}.hidden{
  display: none;
}.aspect-\[4\/3\]{
  aspect-ratio: 4 / 3;
}.aspect-video{
  aspect-ratio: 16 / 9;
}.aspect-square{
  aspect-ratio: 1 / 1;
}.h-\[120px\]{
  height: 120px;
}.h-16{
  height: 4rem;
}.h-\[240px\]{
  height: 240px;
}.h-\[6px\]{
  height: 6px;
}.h-full{
  height: 100%;
}.\!h-\[0\.3rem\]{
  height: 0.3rem !important;
}.h-\[280px\]{
  height: 280px;
}.h-9{
  height: 2.25rem;
}.h-\[100vh\]{
  height: 100vh;
}.h-12{
  height: 3rem;
}.h-20{
  height: 5rem;
}.h-8{
  height: 2rem;
}.h-11{
  height: 2.75rem;
}.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}.h-14{
  height: 3.5rem;
}.h-0{
  height: 0px;
}.h-6{
  height: 1.5rem;
}.h-\[500px\]{
  height: 500px;
}.h-\[78px\]{
  height: 78px;
}.h-\[89px\]{
  height: 89px;
}.\!h-\[54px\]{
  height: 54px !important;
}.h-10{
  height: 2.5rem;
}.max-h-\[150px\]{
  max-height: 150px;
}.max-h-3{
  max-height: 0.75rem;
}.max-h-3\.5{
  max-height: 0.875rem;
}.max-h-5{
  max-height: 1.25rem;
}.max-h-6{
  max-height: 1.5rem;
}.max-h-4{
  max-height: 1rem;
}.max-h-\[40vh\]{
  max-height: 40vh;
}.max-h-7{
  max-height: 1.75rem;
}.max-h-\[65vh\]{
  max-height: 65vh;
}.max-h-\[28rem\]{
  max-height: 28rem;
}.max-h-10{
  max-height: 2.5rem;
}.max-h-\[15rem\]{
  max-height: 15rem;
}.max-h-\[65px\]{
  max-height: 65px;
}.min-h-\[320px\]{
  min-height: 320px;
}.min-h-\[calc\(100vh-160px\)\]{
  min-height: calc(100vh - 160px);
}.min-h-\[280px\]{
  min-height: 280px;
}.w-\[128px\]{
  width: 128px;
}.w-full{
  width: 100%;
}.w-\[50px\]{
  width: 50px;
}.\!w-8{
  width: 2rem !important;
}.w-\[280px\]{
  width: 280px;
}.w-\[20rem\]{
  width: 20rem;
}.w-9{
  width: 2.25rem;
}.w-\[100vw\]{
  width: 100vw;
}.w-20{
  width: 5rem;
}.w-8{
  width: 2rem;
}.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}.w-11{
  width: 2.75rem;
}.w-14{
  width: 3.5rem;
}.w-0{
  width: 0px;
}.w-\[282px\]{
  width: 282px;
}.w-\[300px\]{
  width: 300px;
}.w-6{
  width: 1.5rem;
}.w-12{
  width: 3rem;
}.w-\[78px\]{
  width: 78px;
}.w-auto{
  width: auto;
}.w-\[98px\]{
  width: 98px;
}.\!w-\[54px\]{
  width: 54px !important;
}.w-10{
  width: 2.5rem;
}.w-\[calc\(33\%-16px\)\]{
  width: calc(33% - 16px);
}.w-16{
  width: 4rem;
}.min-w-\[32px\]{
  min-width: 32px;
}.min-w-full{
  min-width: 100%;
}.min-w-\[20rem\]{
  min-width: 20rem;
}.min-w-\[5rem\]{
  min-width: 5rem;
}.max-w-screen-lg{
  max-width: 970px;
}.max-w-screen-xl{
  max-width: 1240px;
}.max-w-\[1400px\]{
  max-width: 1400px;
}.max-w-screen-sm{
  max-width: 620px;
}.max-w-\[15rem\]{
  max-width: 15rem;
}.max-w-\[320px\]{
  max-width: 320px;
}.max-w-xs{
  max-width: 20rem;
}.max-w-\[720px\]{
  max-width: 720px;
}.max-w-2xl{
  max-width: 42rem;
}.max-w-\[50rem\]{
  max-width: 50rem;
}.max-w-\[40rem\]{
  max-width: 40rem;
}.max-w-\[30rem\]{
  max-width: 30rem;
}.max-w-\[20rem\]{
  max-width: 20rem;
}.max-w-\[18rem\]{
  max-width: 18rem;
}.max-w-\[14rem\]{
  max-width: 14rem;
}.max-w-\[12rem\]{
  max-width: 12rem;
}.max-w-\[1420px\]{
  max-width: 1420px;
}.max-w-\[80rem\]{
  max-width: 80rem;
}.max-w-\[1320px\]{
  max-width: 1320px;
}.max-w-\[60rem\]{
  max-width: 60rem;
}.max-w-\[640px\]{
  max-width: 640px;
}.max-w-\[860px\]{
  max-width: 860px;
}.max-w-\[950px\]{
  max-width: 950px;
}.max-w-\[110px\]{
  max-width: 110px;
}.max-w-\[450px\]{
  max-width: 450px;
}.max-w-screen-md{
  max-width: 728px;
}.flex-1{
  flex: 1 1 0%;
}.flex-\[7\]{
  flex: 7;
}.flex-\[2\]{
  flex: 2;
}.flex-\[5\]{
  flex: 5;
}.flex-\[4\]{
  flex: 4;
}.flex-\[3\]{
  flex: 3;
}.flex-shrink-0{
  flex-shrink: 0;
}.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}.scale-\[1\.85\]{
  --tw-scale-x: 1.85;
  --tw-scale-y: 1.85;
  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));
}.scale-\[1\.8\]{
  --tw-scale-x: 1.8;
  --tw-scale-y: 1.8;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.cursor-pointer{
  cursor: pointer;
}.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.flex-row{
  flex-direction: row;
}.flex-row-reverse{
  flex-direction: row-reverse;
}.flex-col{
  flex-direction: column;
}.flex-col-reverse{
  flex-direction: column-reverse;
}.flex-wrap{
  flex-wrap: wrap;
}.items-start{
  align-items: flex-start;
}.items-center{
  align-items: center;
}.justify-start{
  justify-content: flex-start;
}.justify-end{
  justify-content: flex-end;
}.justify-center{
  justify-content: center;
}.justify-between{
  justify-content: space-between;
}.justify-items-center{
  justify-items: center;
}.gap-2{
  gap: 0.5rem;
}.gap-6{
  gap: 1.5rem;
}.gap-8{
  gap: 2rem;
}.gap-16{
  gap: 4rem;
}.gap-4{
  gap: 1rem;
}.gap-\[21px\]{
  gap: 21px;
}.gap-1{
  gap: 0.25rem;
}.gap-28{
  gap: 7rem;
}.gap-10{
  gap: 2.5rem;
}.gap-5{
  gap: 1.25rem;
}.gap-3{
  gap: 0.75rem;
}.gap-0\.5{
  gap: 0.125rem;
}.gap-0{
  gap: 0px;
}.gap-x-\[25\%\]{
  -moz-column-gap: 25%;
       column-gap: 25%;
}.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));
}.overflow-hidden{
  overflow: hidden;
}.overflow-x-auto{
  overflow-x: auto;
}.overflow-y-auto{
  overflow-y: auto;
}.whitespace-nowrap{
  white-space: nowrap;
}.rounded-full{
  border-radius: 9999px;
}.rounded-sm{
  border-radius: 0.25rem;
}.rounded-lg{
  border-radius: 0.5rem;
}.rounded-xl{
  border-radius: 0.625rem;
}.rounded-5xl{
  border-radius: 3.125rem;
}.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}.border{
  border-width: 1px;
}.\!border-0{
  border-width: 0px !important;
}.border-2{
  border-width: 2px;
}.border-l{
  border-left-width: 1px;
}.border-b-2{
  border-bottom-width: 2px;
}.border-b{
  border-bottom-width: 1px;
}.\!border-b-0{
  border-bottom-width: 0px !important;
}.border-t{
  border-top-width: 1px;
}.\!border-t-0{
  border-top-width: 0px !important;
}.border-l-\[12px\]{
  border-left-width: 12px;
}.border-t-8{
  border-top-width: 8px;
}.border-b-8{
  border-bottom-width: 8px;
}.border-solid{
  border-style: solid;
}.\!border-none{
  border-style: none !important;
}.border-primary-500\/70{
  border-color: rgb(21 150 129 / 0.7);
}.border-secondary-500{
  --tw-border-opacity: 1;
  border-color: rgb(238 123 87 / var(--tw-border-opacity));
}.border-primary-500\/30{
  border-color: rgb(21 150 129 / 0.3);
}.border-primary-500\/0{
  border-color: rgb(21 150 129 / 0);
}.border-primary-500{
  --tw-border-opacity: 1;
  border-color: rgb(21 150 129 / var(--tw-border-opacity));
}.border-white\/10{
  border-color: rgb(255 255 255 / 0.1);
}.border-warm-white-500{
  --tw-border-opacity: 1;
  border-color: rgb(251 246 241 / var(--tw-border-opacity));
}.border-black\/30{
  border-color: rgb(26 26 26 / 0.3);
}.border-primary-600{
  --tw-border-opacity: 1;
  border-color: rgb(37 101 90 / var(--tw-border-opacity));
}.border-primary-650{
  --tw-border-opacity: 1;
  border-color: rgb(31 57 51 / var(--tw-border-opacity));
}.border-primary-600\/50{
  border-color: rgb(37 101 90 / 0.5);
}.border-grey{
  --tw-border-opacity: 1;
  border-color: rgb(192 192 192 / var(--tw-border-opacity));
}.border-black\/10{
  border-color: rgb(26 26 26 / 0.1);
}.border-primary-500\/40{
  border-color: rgb(21 150 129 / 0.4);
}.border-warm-white-600{
  --tw-border-opacity: 1;
  border-color: rgb(233 230 224 / var(--tw-border-opacity));
}.border-primary-500\/20{
  border-color: rgb(21 150 129 / 0.2);
}.border-purple-300{
  --tw-border-opacity: 1;
  border-color: rgb(205 111 215 / var(--tw-border-opacity));
}.border-grey\/30{
  border-color: rgb(192 192 192 / 0.3);
}.border-b-primary-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(57 218 192 / var(--tw-border-opacity));
}.border-b-white\/20{
  border-bottom-color: rgb(255 255 255 / 0.2);
}.border-b-grey{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(192 192 192 / var(--tw-border-opacity));
}.border-t-primary-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(21 150 129 / var(--tw-border-opacity));
}.border-b-primary-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(21 150 129 / var(--tw-border-opacity));
}.border-l-white{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}.border-b-secondary-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(238 123 87 / var(--tw-border-opacity));
}.bg-\[\#ffffff\]\/5{
  background-color: rgb(255 255 255 / 0.05);
}.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}.bg-warm-white-500{
  --tw-bg-opacity: 1;
  background-color: rgb(251 246 241 / var(--tw-bg-opacity));
}.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-warm-white-600{
  --tw-bg-opacity: 1;
  background-color: rgb(233 230 224 / var(--tw-bg-opacity));
}.bg-primary-800{
  --tw-bg-opacity: 1;
  background-color: rgb(2 35 28 / var(--tw-bg-opacity));
}.bg-purple-800{
  --tw-bg-opacity: 1;
  background-color: rgb(38 26 63 / var(--tw-bg-opacity));
}.bg-primary-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 101 90 / var(--tw-bg-opacity));
}.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}.bg-primary-700{
  --tw-bg-opacity: 1;
  background-color: rgb(21 50 45 / var(--tw-bg-opacity));
}.bg-primary-300{
  --tw-bg-opacity: 1;
  background-color: rgb(127 248 228 / var(--tw-bg-opacity));
}.bg-\[\#10312A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(16 49 42 / var(--tw-bg-opacity));
}.bg-\[\#2E214C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(46 33 76 / var(--tw-bg-opacity));
}.bg-primary-900{
  --tw-bg-opacity: 1;
  background-color: rgb(0 31 25 / var(--tw-bg-opacity));
}.bg-primary-650{
  --tw-bg-opacity: 1;
  background-color: rgb(31 57 51 / var(--tw-bg-opacity));
}.bg-secondary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(238 123 87 / var(--tw-bg-opacity));
}.bg-primary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(21 150 129 / var(--tw-bg-opacity));
}.bg-primary-800\/5{
  background-color: rgb(2 35 28 / 0.05);
}.\!bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}.bg-primary-500\/10{
  background-color: rgb(21 150 129 / 0.1);
}.bg-purple-300{
  --tw-bg-opacity: 1;
  background-color: rgb(205 111 215 / var(--tw-bg-opacity));
}.bg-purple-300\/10{
  background-color: rgb(205 111 215 / 0.1);
}.bg-cover{
  background-size: cover;
}.bg-\[length\:100\%\]{
  background-size: 100%;
}.bg-center{
  background-position: center;
}.bg-right-top{
  background-position: right top;
}.\!bg-center{
  background-position: center !important;
}.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}.object-fill{
  -o-object-fit: fill;
     object-fit: fill;
}.object-center{
  -o-object-position: center;
     object-position: center;
}.p-6{
  padding: 1.5rem;
}.p-4{
  padding: 1rem;
}.p-12{
  padding: 3rem;
}.p-10{
  padding: 2.5rem;
}.p-1{
  padding: 0.25rem;
}.p-0\.5{
  padding: 0.125rem;
}.p-0{
  padding: 0px;
}.p-3{
  padding: 0.75rem;
}.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.\!px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}.\!py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}.px-0{
  padding-left: 0px;
  padding-right: 0px;
}.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.\!px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}.py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}.pb-8{
  padding-bottom: 2rem;
}.pl-8{
  padding-left: 2rem;
}.pb-4{
  padding-bottom: 1rem;
}.pt-6{
  padding-top: 1.5rem;
}.pl-20{
  padding-left: 5rem;
}.pb-12{
  padding-bottom: 3rem;
}.pt-8{
  padding-top: 2rem;
}.pb-2{
  padding-bottom: 0.5rem;
}.pr-4{
  padding-right: 1rem;
}.pt-2{
  padding-top: 0.5rem;
}.pt-12{
  padding-top: 3rem;
}.pb-16{
  padding-bottom: 4rem;
}.pt-4{
  padding-top: 1rem;
}.pb-24{
  padding-bottom: 6rem;
}.pb-1\.5{
  padding-bottom: 0.375rem;
}.pb-1{
  padding-bottom: 0.25rem;
}.pt-3{
  padding-top: 0.75rem;
}.pr-6{
  padding-right: 1.5rem;
}.pr-2{
  padding-right: 0.5rem;
}.pt-20{
  padding-top: 5rem;
}.pb-6{
  padding-bottom: 1.5rem;
}.pt-52{
  padding-top: 13rem;
}.pt-16{
  padding-top: 4rem;
}.pb-3{
  padding-bottom: 0.75rem;
}.pt-5{
  padding-top: 1.25rem;
}.pt-\[28px\]{
  padding-top: 28px;
}.pb-0{
  padding-bottom: 0px;
}.text-left{
  text-align: left;
}.text-center{
  text-align: center;
}.text-right{
  text-align: right;
}.indent-4{
  text-indent: 1rem;
}.align-top{
  vertical-align: top;
}.font-work-sans{
  font-family: 'Work Sans', sans-serif;
}.font-inter{
  font-family: 'Inter', sans-serif;
}.text-lg{
  font-size: 1.125rem;
}.text-sm{
  font-size: 0.875rem;
}.text-xl{
  font-size: 1.25rem;
}.text-5xl{
  font-size: 2rem;
}.text-base{
  font-size: 1rem;
}.text-\[16px\]{
  font-size: 16px;
}.text-xs{
  font-size: 0.75rem;
}.\!text-base{
  font-size: 1rem !important;
}.text-3xl{
  font-size: 1.5rem;
}.text-\[42px\]{
  font-size: 42px;
}.text-\[4rem\]{
  font-size: 4rem;
}.text-\[1rem\]{
  font-size: 1rem;
}.text-\[32px\]{
  font-size: 32px;
}.text-\[0\.75rem\]{
  font-size: 0.75rem;
}.text-\[2rem\]{
  font-size: 2rem;
}.text-2xl{
  font-size: 1.375rem;
}.font-bold{
  font-weight: 700;
}.font-semibold{
  font-weight: 600;
}.font-medium{
  font-weight: 500;
}.font-normal{
  font-weight: 400;
}.font-black{
  font-weight: 900;
}.uppercase{
  text-transform: uppercase;
}.italic{
  font-style: italic;
}.leading-\[2rem\]{
  line-height: 2rem;
}.leading-\[22px\]{
  line-height: 22px;
}.leading-6{
  line-height: 1.5rem;
}.leading-7{
  line-height: 1.75rem;
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(21 150 129 / var(--tw-text-opacity));
}.text-secondary-500{
  --tw-text-opacity: 1;
  color: rgb(238 123 87 / var(--tw-text-opacity));
}.text-black\/80{
  color: rgb(26 26 26 / 0.8);
}.text-primary-600{
  --tw-text-opacity: 1;
  color: rgb(37 101 90 / var(--tw-text-opacity));
}.text-black{
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}.text-warm-white-500{
  --tw-text-opacity: 1;
  color: rgb(251 246 241 / var(--tw-text-opacity));
}.text-primary-900{
  --tw-text-opacity: 1;
  color: rgb(0 31 25 / var(--tw-text-opacity));
}.text-grey{
  --tw-text-opacity: 1;
  color: rgb(192 192 192 / var(--tw-text-opacity));
}.text-primary-650{
  --tw-text-opacity: 1;
  color: rgb(31 57 51 / var(--tw-text-opacity));
}.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}.text-primary-400{
  --tw-text-opacity: 1;
  color: rgb(57 218 192 / var(--tw-text-opacity));
}.\!text-primary-600{
  --tw-text-opacity: 1 !important;
  color: rgb(37 101 90 / var(--tw-text-opacity)) !important;
}.text-primary-700{
  --tw-text-opacity: 1;
  color: rgb(21 50 45 / var(--tw-text-opacity));
}.text-black\/30{
  color: rgb(26 26 26 / 0.3);
}.text-purple-500{
  --tw-text-opacity: 1;
  color: rgb(108 85 153 / var(--tw-text-opacity));
}.text-black\/60{
  color: rgb(26 26 26 / 0.6);
}.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}.no-underline{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}.underline-offset-4{
  text-underline-offset: 4px;
}.underline-offset-8{
  text-underline-offset: 8px;
}.opacity-70{
  opacity: 0.7;
}.opacity-80{
  opacity: 0.8;
}.opacity-100{
  opacity: 1;
}.opacity-60{
  opacity: 0.6;
}.opacity-50{
  opacity: 0.5;
}.opacity-0{
  opacity: 0;
}.mix-blend-lighten{
  mix-blend-mode: lighten;
}.mix-blend-difference{
  mix-blend-mode: difference;
}.shadow-\[0px_1px_1px_0px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  --tw-shadow: 0px 1px 1px 0px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0px 1px 1px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-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);
}.backdrop-blur-\[12px\]{
  --tw-backdrop-blur: blur(12px);
  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-lg{
  --tw-backdrop-blur: blur(16px);
  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-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{
  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);
}.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-transform{
  transition-property: transform;
  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;
}.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-500{
  transition-duration: 500ms;
}.duration-\[250ms\]{
  transition-duration: 250ms;
}.ease-\[cubic-bezier\(0\.6\2c 0\.19\2c 0\.29\2c 1\.88\)\]{
  transition-timing-function: cubic-bezier(0.6,0.19,0.29,1.88);
}body{
  display: block;
}.hamburger-lines {
    /* padding: 4px; */
    height: 16px;
    width: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}.hamburger-lines .line {
    height: 2px;
    width: 100%;
    border-radius: 10px;
    background: rgb(21 150 129);
}.faq_answer p {
    margin-bottom: 1rem;
}.faq_answer p a {
    text-decoration: underline;
}.faq_answer p:last-child {
    margin-bottom: 0px;
}.main_content{
  margin-bottom: 1.5rem;
}.main_content p{
  margin-bottom: 1.5rem;
}.main_content ul{
  margin-left: 1rem;
  margin-bottom: 1rem;
  list-style-type: disc;
}.main_content ul li{
  margin-left: 1rem;
}/* Summery */details summary {
    list-style: none;
}details p:last-child {
    padding-bottom: 0px;
}details summary::marker,
details summary::-webkit-details-marker {
    display: none;
    list-style-type: none;
    padding: 0;
}details summary span {
    transform: rotate(0deg);
}details[open] summary span {
    transform: rotate(180deg);
}.menu-item a{
  font-weight: 500;
  text-underline-offset: 4px;
}.menu-item a:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}ul.checks{
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
}.checks li:before {
    font-family: "Material Symbols Outlined";
    content: "\e876";
    position: absolute;
    left: 0px;
    padding-right: 0.75rem;
    font-size: 20px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(57 218 192 / var(--tw-text-opacity));
}@media (min-width: 970px){.checks li:before{
    padding-right: 18px;
    font-size: 24px;
  }
}.checks li{
  margin-bottom: 0.5rem;
  line-height: 2rem;
}ul.round-checks{
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}@media (min-width: 728px){ul.round-checks{
    gap: 1.5rem;
  }
}@media (min-width: 970px){ul.round-checks{
    flex-direction: row;
    gap: 2rem;
  }
}.round-checks li{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  vertical-align: middle;
  font-size: 1.125rem;
  font-weight: 600;
}.round-checks li:before,
.round-checks-2 li:before {
    font-family: "Material Symbols Outlined";
    content: "\e876";
    display: block;
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(21 150 129 / var(--tw-bg-opacity));
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}ul.round-checks-2{
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}.round-checks-2 li{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  vertical-align: middle;
}@keyframes subtle-zoom {
    0% {
        transform: scale(1);
    }
    40% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1.04);
    }
}.animate-subtle-zoom:hover {
    animation: subtle-zoom 500ms cubic-bezier(0.6, 0.19, 0.29, 0.98) forwards;
}span.icon_calc{
  height: 1rem;
  width: 1rem;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 2rem;
    background-image: url("/wp-content/themes/contrl.se/static/images/calc.svg");
}/* GF Styling */.gform_wrapper {
    /*  @apply xl:max-w-[60rem] lg:w-[52rem] xl:w-[60rem]; */
}input[type="text"], input[type="email"], input[type="tel"], input[type="number"], select, textarea{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(192 192 192 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem !important;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
  outline-width: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}input[type="text"]:hover, input[type="email"]:hover, input[type="tel"]:hover, input[type="number"]:hover, select:hover, textarea:hover{
  --tw-border-opacity: 1;
  border-color: rgb(21 150 129 / var(--tw-border-opacity));
}input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, select:focus, textarea:focus{
  --tw-border-opacity: 1;
  border-color: rgb(21 150 129 / var(--tw-border-opacity));
  outline-style: solid;
  outline-color: #02231c;
}.textarea{
  resize: none;
}input[type="submit"]{
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}@media (min-width: 620px){input[type="submit"]{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 1rem;
  }
}input[type="submit"].btn_sm{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
}@media (min-width: 620px){input[type="submit"].btn_sm{
    font-size: 1rem;
  }
}input[type="submit"].btn_sm_orange a{
  --tw-bg-opacity: 1;
  background-color: rgb(238 123 87 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
}input[type="submit"].btn_sm_orange a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(174 94 69 / var(--tw-bg-opacity));
}@media (min-width: 620px){input[type="submit"].btn_sm_orange a{
    font-size: 1rem;
  }
}input[type="submit"].btn_sm_green a{
  --tw-bg-opacity: 1;
  background-color: rgb(21 150 129 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}input[type="submit"].btn_sm_green a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 101 90 / var(--tw-bg-opacity));
}@media (min-width: 620px){input[type="submit"].btn_sm_green a{
    font-size: 1rem;
  }
}input[type="submit"].btn_lg{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1.125rem;
}@media (min-width: 728px){input[type="submit"].btn_lg{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}input[type="submit"].btn_xl{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
}@media (min-width: 728px){input[type="submit"].btn_xl{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}input[type="submit"].fill_btn{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(21 150 129 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(21 150 129 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}input[type="submit"].fill_btn:hover{
  --tw-border-opacity: 1;
  border-color: rgb(37 101 90 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(37 101 90 / var(--tw-bg-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}input[type="submit"].fill_btn:disabled{
  cursor: default;
  opacity: 0.3;
}input[type="submit"].fill_btn:hover:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(21 150 129 / var(--tw-bg-opacity));
}.btninput[type="submit"]{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(21 150 129 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(21 150 129 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.btninput[type="submit"]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(37 101 90 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(37 101 90 / var(--tw-bg-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}.btninput[type="submit"]:disabled{
  cursor: default;
  opacity: 0.3;
}.btninput[type="submit"]:hover:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(21 150 129 / var(--tw-bg-opacity));
}input[type="submit"].fill_btn_dark{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(2 35 28 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(2 35 28 / var(--tw-bg-opacity));
}input[type="submit"].fill_btn_dark:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 31 25 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 31 25 / var(--tw-bg-opacity));
}input[type="submit"].outline_btn{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(21 150 129 / var(--tw-border-opacity));
}input[type="submit"].outline_btn:hover{
  --tw-border-opacity: 1;
  border-color: rgb(37 101 90 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(37 101 90 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}input[type="submit"].outline_btn_purple{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(205 111 215 / var(--tw-border-opacity));
}input[type="submit"].outline_btn_purple:hover{
  --tw-border-opacity: 1;
  border-color: rgb(108 85 153 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(108 85 153 / var(--tw-bg-opacity));
}input[type="submit"].outline_btn_white{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}input[type="submit"].outline_btn_white:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 26 63 / var(--tw-text-opacity));
}input[type="submit"]{
  --tw-border-opacity: 1;
  border-color: rgb(21 150 129 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(21 150 129 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}input[type="submit"]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(37 101 90 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(37 101 90 / var(--tw-bg-opacity));
}input:focus::-moz-placeholder, textarea:focus::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}input:focus::placeholder, textarea:focus::placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.ginput_complex, .gform_fields{
  gap: 1.5rem !important;
}.name_first, .name_last{
  padding: 0px !important;
}.gfield_consent_label{
  position: relative;
  line-height: 22px;
}.gfield_consent_label a{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}#field_submit{
  display: flex;
  justify-content: center;
}@media (min-width: 728px){#field_submit{
    justify-content: flex-end;
  }
}.gravity-theme input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.gravity-theme input[type="checkbox"] + label {
    position: relative;
    overflow: hidden;
    padding-left: 32px;
    cursor: pointer;
    display: inline-block;
}.gravity-theme input[type="checkbox"] + label:before,
.gravity-theme input[type="checkbox"] + label:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    transition: 0.2s;
}/* after */.gravity-theme input[type="checkbox"]:not(:checked) + label:after{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(21 150 129 / var(--tw-border-opacity));
    width: 20px;
    height: 20px;
    top: 0px;
}.gravity-theme input[type="checkbox"]:checked + label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #26a69a;
    background-color: #26a69a;
    z-index: 0;
    border-radius: 2px;
}/* before */.gravity-theme input[type="checkbox"]:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    transform: rotateZ(37deg);
    transform-origin: 100% 100%;
}.gravity-theme input[type="checkbox"]:checked + label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    margin-top: 3px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotateZ(37deg);
    transform-origin: 100% 100%;
}.ginput_container_fileupload input {
    border: 2px dashed #159681;
    border-radius: 6px;
    max-width: 3rem 0rem !important;
    padding: 2rem 1rem;
    background-color: rgba(255, 255, 255, 0.1);
}.gfield_consent_label .gfield_required_text {
    display: none !important;
}.gform_wrapper.gravity-theme .gfield_description.gform_fileupload_rules {
    font-size: 12px;
}.the-sum .gfield_label {
    margin-bottom: 0px !important;
}.ginput_container_total {
    border-radius: 5px;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0rem;
}.gform_wrapper.gravity-theme .order-block-1 {
    width: calc(100% + 32px);
    border-radius: 5px 0 0 5px;
}@media screen and (max-width: 640px) {.gform_wrapper.gravity-theme .order-block-1 {
        max-width: 100%
}
    }.gform_wrapper.gravity-theme .order-block-2 {
    border-radius: 0 5px 5px 0;
}.gform_wrapper.gravity-theme .order-block-1,
.gform_wrapper.gravity-theme .order-block-2 {
    background-color: #fbf6f1;
    padding: 1rem;
}.ginput_container_total input {
    font-size: 24px !important;
    width: 170px;
    padding: 0px !important;
}.gform_wrapper.gravity-theme .ginput_total {
    color: black !important;
    font-weight: 900;
    text-transform: lowercase;
}#mc_embed_shell{
  order: 1;
  width: 100%;
}@media (min-width: 970px){#mc_embed_shell{
    order: 0;
    width: 55%;
  }
}@media (min-width: 1240px){#mc_embed_shell{
    width: 42%;
  }
}#mc_embed_signup_scroll{
  position: relative;
}@media (min-width: 728px){#mc_embed_signup_scroll{
    margin-right: 2rem;
  }
}.mc-field-group{
  width: 100%;
}.mc-field-group input{
  height: 48px;
  width: 100%;
  border-radius: 9999px;
  font-size: 14px;
}@media (min-width: 620px){.mc-field-group input{
    height: auto;
    text-indent: 0.5rem;
    font-size: 16px;
  }
}#mc_embed_signup .button{
  position: absolute;
  top: 7px;
  right: 7px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (min-width: 620px){#mc_embed_signup .button{
    right: 3px;
    top: 3px;
  }
}#mc_embed_signup input.mce_inline_error {
    border-color: #ed1414;
}#mc_embed_signup div.mce_inline_error {
    width: -moz-fit-content;
    width: fit-content;
}#mce-success-response{
  margin-top: 0.5rem;
  font-size: 0.875rem;
}/* Contact form */.contact-form{
  margin-bottom: 6rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(21 150 129 / 0.2);
  --tw-bg-opacity: 1;
  background-color: rgb(251 246 241 / var(--tw-bg-opacity));
  padding: 1rem;
}@media (min-width: 620px){.contact-form{
    padding: 1.5rem;
  }
}@media (min-width: 970px){.contact-form{
    padding-top: 2.5rem;
  }
}.contact-form .gform_fields{
  position: relative;
}.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form input[type="number"], .contact-form select, .contact-form textarea{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.contact-form .gsection_title{
  font-size: 1.125rem;
}.contact-form .gsection{
  border-bottom-width: 0px !important;
}.contact-form .gsection_title{
  margin-bottom: 0px !important;
}.contact-form .gform_fields{
  gap: 1rem !important;
}.contact-form fieldset{
  background-color: rgb(255 255 255 / 0.1) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-bottom: 1.5rem !important;
}.contact-form fieldset.gfield--type-consent {
    background-color: transparent !important;

    position: absolute !important;
    bottom: -6.7rem !important;
    padding-left: 0 !important;
    margin-left: -1.5rem !important;
}.contact-form #field_submit {
    position: absolute !important;
    bottom: -6rem !important;
    right: -1.5rem !important;
}.contact-form .form-sep{
  --tw-bg-opacity: 1;
  background-color: rgb(233 230 224 / var(--tw-bg-opacity));
    width: calc(100% + 2.2rem);
    position: relative;
    height: 4rem;
    left: -1.1rem;
}@media (min-width: 600px) {.contact-form .form-sep {
        width: calc(100% + 3.2rem);
        left: -1.6rem
}
    }.contact-form .form-sep:before{
  --tw-bg-opacity: 1;
  background-color: rgb(251 246 241 / var(--tw-bg-opacity));
        content: "";
        width: 100%;
        height: 20px;
        display: block;
        border-color: rgb(21 150 129 / 0.2);
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-right-width: 1px;
        border-radius: 0 0 0.5rem 0.5rem;
}.contact-form .form-sep:after{
  --tw-bg-opacity: 1;
  background-color: rgb(251 246 241 / var(--tw-bg-opacity));
        content: "";
        width: 100%;
        height: 20px;
        display: block;
        border-color: rgb(21 150 129 / 0.2);
        border-top-width: 1px;
        border-left-width: 1px;
        border-right-width: 1px;
        border-radius: 0.5rem 0.5rem 0 0;
        position: absolute;
        bottom: 0px;
}.page-template-startpage_alt .contact-form .form-sep{
  --tw-bg-opacity: 1;
  background-color: rgb(38 26 63 / var(--tw-bg-opacity));
}.contact-form fieldset legend {
    top: 30px !important;
    position: relative;
    margin-bottom: 50px !important;
}.contact-form .gfield_checkbox,
.contact-form .gfield_radio {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px; /* Adjust the gap between buttons */
}.contact-form .true-false .gfield_radio {
    gap: 0;
    overflow: hidden;
    border-radius: 5px;
    width: -moz-fit-content;
    width: fit-content;
}.contact-form .true-false .gfield_radio .gform-field-label {
        border-radius: 0px;
    }.contact-form .true-false {
}.contact-form .gchoice {
    position: relative;
}.contact-form .gfield-choice-input {
    display: none !important;
}.contact-form .gchoice .gform-field-label{
  --tw-bg-opacity: 1;
  background-color: rgb(21 150 129 / var(--tw-bg-opacity));
    display: inline-block;
    padding: 8px 18px;
    border-radius: 4px;
    font-size: 14px !important;
    color: #ffffff80; /* Button text color */
    cursor: pointer;
    transition: all 0.3s ease;
    max-width: 100% !important;
    font-weight: 700;
}.contact-form .gchoice .gform-field-label:before {
        display: none !important;
    }.contact-form .gchoice .gform-field-label:after {
        display: none !important;
    }.contact-form .gfield-choice-input:checked + .gform-field-label {
    background-color: #159681; /* Background color when checked */
    color: #ffffff; /* Text color when checked */
}.contact-form .gfield-choice-input:focus + .gform-field-label {
    outline: 2px solid #ffffff20; /* Focus outline */
}.contact-form .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
}.contact-form .gfield_consent_label{
  font-size: 0.75rem;
}@media (min-width: 620px){.contact-form .gfield_consent_label{
    font-size: 1.125rem;
  }
}/* Flyout */.flyout {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    transition: right 0.3s ease-in-out;
}.flyout.show {
    right: 0;
    opacity: 1;
}.flyout-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
}.flyout-background.show {
    opacity: 1;
    pointer-events: auto;
}/* Flyout menu */.flyout-menu {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    transition: left 0.3s ease-in-out;
}.flyout-menu.show {
    left: 0;
}.flyout-menu-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
}.flyout-menu-background.show {
    opacity: 1;
    pointer-events: auto;
}.flyout-text-content p{
  margin-bottom: 1.5rem;
}.mobile-nav li{
  margin-bottom: 1rem;
}.mobile-nav li a{
  font-size: 1.25rem;
  font-weight: 500;
}.mobile-nav li.text-base a {
    font-size: 16px;
}.price-small {
    font-size: 12px;
}input[type="radio"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    -moz-appearance: none;
    appearance: none;
    /* For iOS < 15 */
    background-color: transparent;
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid #159681;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    transition: border 0.1s ease-out;
    top: 2px;
    position: relative;
}input[type="radio"]:checked {
    border: 0.4em solid #159681;
}input[type="radio"]::before {
    content: "";
    width: 0.6em;
    height: 0.6em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: 0em 0em pink;
    /* Windows High Contrast Mode */
    background-color: white;
}input[type="radio"]:checked::before {
    transform: scale(1);
}input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    -moz-appearance: none;
    appearance: none;
    /* For iOS < 15 */
    background-color: transparent;
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid white;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    transition: border 0.1s ease-out;
    top: 2px;
    position: relative;
}input[type="checkbox"]:checked {
    border: 0.4em solid #ee7b57;
}input[type="checkbox"]::before {
    content: "";
    width: 0.6em;
    height: 0.6em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: 0em 0em pink;
    /* Windows High Contrast Mode */
    background-color: #1f3933;
}input[type="checkbox"]:checked::before {
    transform: scale(1);
}/* Gravity forms validation */.gform_wrapper.gravity-theme .gform_validation_errors {
    background-color: transparent !important;
    outline: none;
}.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message,
.gform_required_legend {
    display: none;
}@media (min-width: 600px) {.sm-block {
        display: block !important
}
    }@media (min-width: 728px) {.md-block {
        display: block !important
}
    }.hover-no-underline:hover{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}@media (min-width: 1536px) {
    .xl2-grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .xl2-max-w-full {
        max-width: 100% !important;
    }
}.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent,
.gform_wrapper .gform_body .gform_fields .gfield .gchoice {
    position: relative;
}.gform_ajax_spinner {
    display: none !important;
}/*
.timeline:before {
    content: '';
    position: absolute;
    top: 1.5rem;
    left: 0;
    display: block;
    height: 100%;
    width: 4px;
    border-radius: 4px;
    --tw-translate-x: 1.5rem;
    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));
    --tw-bg-opacity: 1;
    background-color: rgb(21 150 129 / 0.5)
}
*/@media (min-width: 640px) {
    .timeline:before {
        margin-top: 8rem;
        left: 50%;
        --tw-translate-x: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .timeline-event:before {
        left: 50%;
        --tw-translate-x: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}.timeline-event:after {
    content: "";
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    position: absolute;
    top: 0rem;
    left: 0;
    height: 2rem;
    width: 2rem;
    color: white;
    border: 2px solid #27bfa6;
    background-color: #27bfa6;

    --tw-translate-x: 1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 9999px;
    --tw-bg-opacity: 1;
}.timeline-event:before {
    content: "";
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 2px;
    left: 30px;
    height: 100%;
    background-color: rgb(21 150 129 / 0.5);
}@media (min-width: 600px) {
    .timeline-event:before {
        top: 50%;
        left: 50%;
    }
}.timeline .is-visible span {
    background-color: rgb(21 150 129 / 1);
    height: 100%;
    animation: expandHeight 1s ease;
    width: 4px;
    top: -100%;
    left: 30px;
}@media (min-width: 600px) {
    .timeline .is-visible span {
        top: -50%;
        left: calc(50% - 2px);
    }
}@keyframes expandHeight {
    0% {
        height: 0%;
    }
    100% {
        height: 100%;
    }
}.timeline-event:first-child span {
    display: none;
}.timeline-event:last-child:before {
    display: none;
}.timeline-event.event-1:after {
    content: "1";
}.timeline-event.event-2:after {
    content: "2";
}.timeline-event.event-3:after {
    content: "3";
}.timeline-event.event-4:after {
    content: "4";
}.timeline-event.event-5:after {
    content: "5";
}.timeline-event.event-6:after {
    content: "6";
}.timeline-event {
    min-height: 54vh;
}@media (min-width: 600px) {
    .timeline-event {
        min-height: 40vh;
    }
    .timeline-event:after {
        transition: background-color 1s ease-out;
        will-change: background-color;
        height: 4rem;
        top: 50%;
        width: 4rem;
        font-size: 20px;
        left: 50%;
        z-index: 10;
        --tw-translate-x: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}.scroll-in-view .flex-1 {
        opacity: 0;
        transition: opacity 0.5s ease-out;
        will-change: opacity;
        position: relative;
    }.scroll-in-view img {
        transition: bottom 1s ease-out;
        position: relative;
        bottom: -1rem;
    }.scroll-in-view .text-inner {
        transition: top 1s ease-out;
        position: relative;
        top: -1rem;
    }.scroll-in-view.is-visible-delay .flex-1, .scroll-in-view:first-child .flex-1 {
        opacity: 1;
    }.scroll-in-view.is-visible-delay img, .scroll-in-view:first-child img {
        position: relative;
        bottom: 0%;
    }.scroll-in-view.is-visible-delay .text-inner, .scroll-in-view:first-child .text-inner {
        top: 0;
    }.scroll-in-view.is-visible-delay:after, .scroll-in-view:first-child:after {
        z-index: 10;
        color: white;
        border: 2px solid rgb(21 150 129);
        background-color: rgb(21 150 129);
    }.sub-menu{
  flex-direction: column;
  padding-top: 1rem;
    display: none;
}.sub-menu a{
  opacity: 0.6;
}#menu-mobilmeny .menu-item-has-children{
  position: relative;
  border-top-width: 1px;
  border-style: solid;
  border-color: rgb(26 26 26 / 0.1);
  padding-top: 1rem;
}#menu-mobilmeny .menu-item-has-children:after{
  pointer-events: none;
  position: absolute;
  right: 0px;
  top: 0px;
  margin-top: 1rem;
  margin-right: 0.5rem;
  --tw-rotate: 90deg;
  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));
    font-family: "Material Symbols Outlined";
    content: "\e5e1";
}#menu-mobilmeny .menu-item-has-children.open:after{
  --tw-rotate: -90deg;
  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));
}#menu-mobilmeny .menu-item-has-children > a{
  display: block;
  width: 100%;
  cursor: pointer;
}#menu-mobilmeny .menu-item-has-children:hover{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}#menu-menu-1 .sub-menu{
  position: absolute;
  left: 0px;
  top: 75px;
  z-index: 10;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}.sub-menu-wrapper .sub-menu{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  flex-direction: row;
  gap: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}@media (min-width: 728px){.sub-menu-wrapper .sub-menu{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}.sub-menu-wrapper .sub-menu a{
  opacity: 1 !important;
}.sub-menu-wrapper .sub-menu img{
  height: 280px;
  width: 280px;
  border-radius: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(251 246 241 / var(--tw-bg-opacity));
  -o-object-fit: cover;
     object-fit: cover;
}.sub-menu-wrapper .sub-menu .menu-item-title{
  display: block;
  padding-top: 1rem;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}.text-banner-content p{
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-banner-content a{
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}.mobile-nav li.text-banner-content a a {
    font-size: 16px;
}.text-banner-image{
  min-height: 16rem;
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
}@media (min-width: 620px){.text-banner-image{
    min-height: 24rem;
  }
}.single-post .container-contrl p, .blog .container-contrl p{
  margin-bottom: 1.5rem;
}.single-post .container-contrl p a, .blog .container-contrl p a{
  --tw-text-opacity: 1;
  color: rgb(238 123 87 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}.single-post .container-contrl p a:hover, .blog .container-contrl p a:hover{
  --tw-text-opacity: 1;
  color: rgb(174 94 69 / var(--tw-text-opacity));
}.single-post .container-contrl p:last-child, .blog .single-post .container-contrl p:last-child{
  margin-bottom: 0px;
}.contrl-ai-link{
  position: relative;
  margin-right: 1rem;
  height: 60px;
  width: 100px;
}.contrl-ai-link a{
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
    background-image: url("/wp-content/themes/contrl.se/static/images/contrl-ai-green.png");
}.quote{
  text-align: left;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}.quote span{
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(21 150 129 / var(--tw-text-opacity));
}.quote-title{
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
  opacity: 0.5;
}.parallax-image, .parallax-section{
  position: relative;
  max-height: 22vh;
  overflow: hidden;
}@media (min-width: 728px){.parallax-image, .parallax-section{
    max-height: 50vh;
  }
}@media (min-width: 1240px){.parallax-image, .parallax-section{
    max-height: 60vh;
  }
}.parallax-image img,
.parallax-section img {
    height: 150%;
    width: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    will-change: transform;
    transform: translateY(0);
    transition: transform 0.05s linear;
}.slidecontainer {
    width: 100%;
}.slider{
  --tw-bg-opacity: 1;
  background-color: rgb(233 230 224 / var(--tw-bg-opacity));
    -webkit-appearance: none;
    width: 100%;
    height: 14px;
    border-radius: 10px;
    outline: none;
    transition: opacity 0.2s;
}.slider:hover {
    opacity: 1;
}input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    border: 3px solid #e9e6e0;
    height: 16px;
    border-radius: 8px;
    background: linear-gradient(to right, #159681 0%, #d1d5db 0%);
    outline: none;
    transition: background 450ms ease-in;
}input[type="range"]::-webkit-slider-thumb{
  --tw-bg-opacity: 1;
  background-color: rgb(21 150 129 / var(--tw-bg-opacity));
    -webkit-appearance: none;
    height: 40px;
    width: 40px;
    border: 10px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -6px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25),
    0px 0px 1px 1px rgba(0, 0, 0, 0.15);
}input[type="range"]::-moz-range-thumb {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #159681;
    cursor: pointer;
    border: none;
}input[type="range"]:hover::-webkit-slider-thumb {
    background-color: #fff;
    transform: scale(1.1);
    background-image: url("/wp-content/themes/contrl.se/static/images/code.svg");
    background-position: center;
}input[type="range"]:hover::-moz-range-thumb {
    background-color: #fff;
    transform: scale(1.1);
}/* VIDEO popup */.video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}.video-overlay.active {
    opacity: 1;
    pointer-events: all;
}.video-popup {
    position: relative;
    width: 90%;
    max-width: 1620px;
    aspect-ratio: 16 / 9;
    transition: transform 0.3s ease;
}.video-popup iframe {
    width: 100%;
    height: 100%;
    border: none;
}.close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(255, 255, 255, 0.75);
    border: none;
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    line-height: 1;
    cursor: pointer;
    border-radius: 50%;
    align-items: center;
    transition: all;
}.close-btn:hover {
    background: rgba(255, 255, 255, 1);
}.hidden {
    display: none;
}.card-content{
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 0.625rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 230 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}@media (min-width: 728px){.card-content{
    padding: 2rem;
  }
}.card-content p{
  margin-bottom: 1rem;
  flex: 1 1 0%;
}.scroll-in-view .card-content p {
        opacity: 0;
        transition: opacity 0.5s ease-out;
        will-change: opacity;
        position: relative;
    }.scroll-in-view.is-visible-delay .card-content p, .scroll-in-view:first-child .card-content p {
        opacity: 1;
    }.card-content p:last-child{
  margin-bottom: 0px;
  flex-grow: 0;
}.card-content a{
  margin-top: auto;
}.intro-text{
  margin-top: 3rem;
  margin-bottom: 3rem;
  max-width: 56rem;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(37 101 90 / var(--tw-text-opacity));
}@media (min-width: 970px){.intro-text{
    margin-top: 6rem;
    margin-bottom: 6rem;
    font-size: 1.375rem;
  }
}.intro-text p{
  font-family: 'Work Sans', sans-serif;
}.single-case h1{
  text-align: center;
}.single-case h2{
  font-size: 2.5rem;
}.single-case h3{
  font-size: 2rem;
}.single-case .wp-block-group{
  max-width: 48rem;
}.single-case p{
  margin-bottom: 2rem;
}.single-case .container-contrl{
  max-width: 80rem;
}.single-case .wp-block-image{
  overflow: hidden;
  border-radius: 0.625rem;
}.single-case figure{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}.single-case .wp-block-group:last-child{
  margin-bottom: 6rem;
}.last\:pb-0:last-child{
  padding-bottom: 0px;
}.open\:border-primary-500[open]{
  --tw-border-opacity: 1;
  border-color: rgb(21 150 129 / var(--tw-border-opacity));
}.hover\:scale-\[0\.94\]:hover{
  --tw-scale-x: 0.94;
  --tw-scale-y: 0.94;
  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));
}.hover\:scale-\[1\.08\]:hover{
  --tw-scale-x: 1.08;
  --tw-scale-y: 1.08;
  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));
}.hover\:border-primary-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(21 150 129 / var(--tw-border-opacity));
}.hover\:bg-primary-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 101 90 / var(--tw-bg-opacity));
}.hover\:bg-primary-650\/80:hover{
  background-color: rgb(31 57 51 / 0.8);
}.hover\:bg-white\/80:hover{
  background-color: rgb(255 255 255 / 0.8);
}.hover\:bg-primary-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 50 45 / var(--tw-bg-opacity));
}.hover\:bg-warm-white-600\/80:hover{
  background-color: rgb(233 230 224 / 0.8);
}.hover\:bg-primary-500\/20:hover{
  background-color: rgb(21 150 129 / 0.2);
}.hover\:bg-\[length\:110\%\]:hover{
  background-size: 110%;
}.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.hover\:text-primary-650:hover{
  --tw-text-opacity: 1;
  color: rgb(31 57 51 / var(--tw-text-opacity));
}.hover\:no-underline:hover{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}.hover\:opacity-90:hover{
  opacity: 0.9;
}.hover\:backdrop-blur-lg:hover{
  --tw-backdrop-blur: blur(16px);
  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);
}.group:hover .group-hover\:-translate-y-6{
  --tw-translate-y: -1.5rem;
  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));
}.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}.group:hover .group-hover\:scale-\[0\.96\]{
  --tw-scale-x: 0.96;
  --tw-scale-y: 0.96;
  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));
}.group:hover .group-hover\:text-primary-650{
  --tw-text-opacity: 1;
  color: rgb(31 57 51 / var(--tw-text-opacity));
}.group:hover .group-hover\:text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(21 150 129 / var(--tw-text-opacity));
}.group:hover .group-hover\:text-warm-white-600\/80{
  color: rgb(233 230 224 / 0.8);
}.group:hover .group-hover\:no-underline{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}.group:hover .group-hover\:opacity-100{
  opacity: 1;
}@media (min-width: 620px){.sm\:-left-\[24rem\]{
    left: -24rem;
  }.sm\:-right-\[36rem\]{
    right: -36rem;
  }.sm\:left-8{
    left: 2rem;
  }.sm\:bottom-8{
    bottom: 2rem;
  }.sm\:top-\[16px\]{
    top: 16px;
  }.sm\:mt-0{
    margin-top: 0px;
  }.sm\:ml-auto{
    margin-left: auto;
  }.sm\:block{
    display: block;
  }.sm\:flex{
    display: flex;
  }.sm\:hidden{
    display: none;
  }.sm\:h-14{
    height: 3.5rem;
  }.sm\:h-\[88px\]{
    height: 88px;
  }.sm\:h-20{
    height: 5rem;
  }.sm\:max-h-\[480px\]{
    max-height: 480px;
  }.sm\:w-\[24rem\]{
    width: 24rem;
  }.sm\:w-\[36rem\]{
    width: 36rem;
  }.sm\:w-14{
    width: 3.5rem;
  }.sm\:w-\[88px\]{
    width: 88px;
  }.sm\:w-20{
    width: 5rem;
  }.sm\:max-w-\[130px\]{
    max-width: 130px;
  }.sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.sm\:flex-row{
    flex-direction: row;
  }.sm\:justify-start{
    justify-content: flex-start;
  }.sm\:justify-end{
    justify-content: flex-end;
  }.sm\:justify-center{
    justify-content: center;
  }.sm\:gap-12{
    gap: 3rem;
  }.sm\:gap-3{
    gap: 0.75rem;
  }.sm\:gap-4{
    gap: 1rem;
  }.sm\:gap-6{
    gap: 1.5rem;
  }.sm\:gap-1{
    gap: 0.25rem;
  }.sm\:p-12{
    padding: 3rem;
  }.sm\:p-6{
    padding: 1.5rem;
  }.sm\:p-8{
    padding: 2rem;
  }.sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }.sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }.sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }.sm\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }.sm\:pl-0{
    padding-left: 0px;
  }.sm\:pr-6{
    padding-right: 1.5rem;
  }.sm\:pb-8{
    padding-bottom: 2rem;
  }.sm\:text-lg{
    font-size: 1.125rem;
  }.sm\:text-base{
    font-size: 1rem;
  }.sm\:opacity-100{
    opacity: 1;
  }
}@media (min-width: 728px){.md\:-right-\[2rem\]{
    right: -2rem;
  }.md\:-right-\[1\.5rem\]{
    right: -1.5rem;
  }.md\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }.md\:mb-16{
    margin-bottom: 4rem;
  }.md\:mb-0{
    margin-bottom: 0px;
  }.md\:mr-8{
    margin-right: 2rem;
  }.md\:mb-32{
    margin-bottom: 8rem;
  }.md\:mb-8{
    margin-bottom: 2rem;
  }.md\:mb-4{
    margin-bottom: 1rem;
  }.md\:block{
    display: block;
  }.md\:hidden{
    display: none;
  }.md\:h-\[159px\]{
    height: 159px;
  }.md\:h-\[126px\]{
    height: 126px;
  }.md\:min-h-\[396px\]{
    min-height: 396px;
  }.md\:w-\[159px\]{
    width: 159px;
  }.md\:w-\[138px\]{
    width: 138px;
  }.md\:w-\[calc\(25\%-16px\)\]{
    width: calc(25% - 16px);
  }.md\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }.md\:max-w-\[150px\]{
    max-width: 150px;
  }.md\:scale-\[1\.5\]{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
    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));
  }.md\:scale-\[1\.8\]{
    --tw-scale-x: 1.8;
    --tw-scale-y: 1.8;
    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));
  }.md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.md\:flex-row{
    flex-direction: row;
  }.md\:items-center{
    align-items: center;
  }.md\:justify-start{
    justify-content: flex-start;
  }.md\:justify-between{
    justify-content: space-between;
  }.md\:gap-20{
    gap: 5rem;
  }.md\:gap-4{
    gap: 1rem;
  }.md\:gap-8{
    gap: 2rem;
  }.md\:gap-6{
    gap: 1.5rem;
  }.md\:gap-2{
    gap: 0.5rem;
  }.md\:rounded-2xl{
    border-radius: 1rem;
  }.md\:border-2{
    border-width: 2px;
  }.md\:p-6{
    padding: 1.5rem;
  }.md\:p-16{
    padding: 4rem;
  }.md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }.md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }.md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }.md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }.md\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }.md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }.md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }.md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }.md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }.md\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }.md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }.md\:pt-24{
    padding-top: 6rem;
  }.md\:pt-8{
    padding-top: 2rem;
  }.md\:pb-32{
    padding-bottom: 8rem;
  }.md\:pb-5{
    padding-bottom: 1.25rem;
  }.md\:pb-0{
    padding-bottom: 0px;
  }.md\:pt-12{
    padding-top: 3rem;
  }.md\:text-\[48px\]{
    font-size: 48px;
  }.md\:text-\[38px\]{
    font-size: 38px;
  }.md\:text-xl{
    font-size: 1.25rem;
  }.md\:text-base{
    font-size: 1rem;
  }.md\:text-lg{
    font-size: 1.125rem;
  }.md\:text-\[3rem\]{
    font-size: 3rem;
  }.md\:leading-\[3\.5rem\]{
    line-height: 3.5rem;
  }
}@media (min-width: 970px){.lg\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }.lg\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }.lg\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }.lg\:mt-16{
    margin-top: 4rem;
  }.lg\:mb-0{
    margin-bottom: 0px;
  }.lg\:mb-16{
    margin-bottom: 4rem;
  }.lg\:block{
    display: block;
  }.lg\:h-12{
    height: 3rem;
  }.lg\:max-h-full{
    max-height: 100%;
  }.lg\:max-h-\[71px\]{
    max-height: 71px;
  }.lg\:w-12{
    width: 3rem;
  }.lg\:max-w-full{
    max-width: 100%;
  }.lg\:max-w-\[200px\]{
    max-width: 200px;
  }.lg\:translate-y-\[30px\]{
    --tw-translate-y: 30px;
    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));
  }.lg\:scale-\[1\.35\]{
    --tw-scale-x: 1.35;
    --tw-scale-y: 1.35;
    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));
  }.lg\:scale-\[1\.45\]{
    --tw-scale-x: 1.45;
    --tw-scale-y: 1.45;
    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));
  }.lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.lg\:flex-row{
    flex-direction: row;
  }.lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }.lg\:items-center{
    align-items: center;
  }.lg\:justify-end{
    justify-content: flex-end;
  }.lg\:gap-8{
    gap: 2rem;
  }.lg\:gap-0{
    gap: 0px;
  }.lg\:gap-4{
    gap: 1rem;
  }.lg\:gap-16{
    gap: 4rem;
  }.lg\:p-8{
    padding: 2rem;
  }.lg\:p-12{
    padding: 3rem;
  }.lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }.lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }.lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }.lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }.lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }.lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }.lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }.lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }.lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }.lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }.lg\:pb-16{
    padding-bottom: 4rem;
  }.lg\:pb-32{
    padding-bottom: 8rem;
  }.lg\:pt-10{
    padding-top: 2.5rem;
  }.lg\:pt-\[36px\]{
    padding-top: 36px;
  }.lg\:pt-0{
    padding-top: 0px;
  }.lg\:pt-32{
    padding-top: 8rem;
  }.lg\:pt-20{
    padding-top: 5rem;
  }.lg\:text-base{
    font-size: 1rem;
  }.lg\:text-\[42px\]{
    font-size: 42px;
  }.lg\:text-xl{
    font-size: 1.25rem;
  }.lg\:leading-\[48px\]{
    line-height: 48px;
  }.lg\:opacity-0{
    opacity: 0;
  }.group:hover .lg\:group-hover\:translate-y-\[-10px\]{
    --tw-translate-y: -10px;
    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));
  }.group:hover .lg\:group-hover\:opacity-100{
    opacity: 1;
  }
}@media (min-width: 1240px){.xl\:sticky{
    position: sticky;
  }.xl\:top-8{
    top: 2rem;
  }.xl\:mt-24{
    margin-top: 6rem;
  }.xl\:\!block{
    display: block !important;
  }.xl\:flex{
    display: flex;
  }.xl\:hidden{
    display: none;
  }.xl\:max-h-full{
    max-height: 100%;
  }.xl\:min-w-\[28rem\]{
    min-width: 28rem;
  }.xl\:flex-\[3\]{
    flex: 3;
  }.xl\:flex-\[7\]{
    flex: 7;
  }.xl\:flex-1{
    flex: 1 1 0%;
  }.xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.xl\:flex-row{
    flex-direction: row;
  }.xl\:flex-col{
    flex-direction: column;
  }.xl\:items-center{
    align-items: center;
  }.xl\:justify-center{
    justify-content: center;
  }.xl\:gap-32{
    gap: 8rem;
  }.xl\:gap-24{
    gap: 6rem;
  }.xl\:gap-28{
    gap: 7rem;
  }.xl\:gap-12{
    gap: 3rem;
  }.xl\:gap-8{
    gap: 2rem;
  }.xl\:bg-primary-900{
    --tw-bg-opacity: 1;
    background-color: rgb(0 31 25 / var(--tw-bg-opacity));
  }.xl\:p-0{
    padding: 0px;
  }.xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }.xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }.xl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }.xl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }.xl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }.xl\:pb-20{
    padding-bottom: 5rem;
  }.xl\:pt-20{
    padding-top: 5rem;
  }.xl\:pb-0{
    padding-bottom: 0px;
  }.xl\:text-\[48px\]{
    font-size: 48px;
  }.xl\:leading-\[52px\]{
    line-height: 52px;
  }
}@media (min-width: 1536px){.\32xl\:max-w-full{
    max-width: 100%;
  }.\32xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.\32xl\:gap-16{
    gap: 4rem;
  }.\32xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}@media (min-width: 1600px){.xxxl\:scale-\[1\.15\]{
    --tw-scale-x: 1.15;
    --tw-scale-y: 1.15;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}@media (min-width: 1800px){.xxxxl\:scale-\[1\.3\]{
    --tw-scale-x: 1.3;
    --tw-scale-y: 1.3;
    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));
  }
}

/*# sourceMappingURL=main.css.map */
