/*!************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/css/styles.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
html {
  text-rendering: optimizeLegibiity;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  font-size: 16px;
}

.wp-site-blocks {
  background: var(--wp--preset--color--background);
}

html {
  scroll-behavior: smooth;
}

a:link,
a:visited{
  text-decoration-thickness: from-font;
  text-underline-offset: 2px;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

a:link.has-apex-light-purple-background-color:hover,
a:visited.has-apex-light-purple-background-color:hover {
  opacity: 1;
  background: #D6E7EE !important;
}

a:not(a:href) {
  text-decoration: none !important;
}

@media only screen and (min-width: 2200px) {
  p,
  ul,
  li {
    font-size: 18px;
  }
}
.rank-math-breadcrumb {
  padding: 1.5rem 0 0.5rem 0;
}
.rank-math-breadcrumb p,
.rank-math-breadcrumb p a,
.rank-math-breadcrumb p span,
.rank-math-breadcrumb span,
.rank-math-breadcrumb a {
  color: #fff;
}
.rank-math-breadcrumb p {
  margin: 0;
  margin-bottom: 0.75rem;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #fff;
}
.rank-math-breadcrumb p a:link,
.rank-math-breadcrumb p a:visited {
  text-decoration: none;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .rank-math-breadcrumb {
    padding: 0.5rem 0 0.5rem 0;
  }
  .rank-math-breadcrumb p, .rank-math-breadcrumb a:link, .rank-math-breadcrumb a:visited {
    font-size: 0.8rem;
    margin-bottom: 0;
  }
}

main {
  position: relative;
  z-index: 1;
}
main .entry-content h1, main .entry-content h2, main .entry-content h3, main .entry-content h4, main .entry-content h5, main .entry-content h6 {
  margin-bottom: 0.4em;
}

.wp-block-term-description.has-mellan-font-size p {
  font-size: var(--wp--preset--font-size--mellan);
}

.is-style-penseldrag-guld {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin-inline: auto;
  padding-bottom: 0.12em;
  border-bottom: 0.32em solid transparent;
  border-image-source: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 600 120%27%3E%3Cpath d=%27M8 70 C 90 48, 200 44, 300 52 C 400 60, 500 54, 592 38 C 560 64, 470 74, 360 74 C 240 74, 120 78, 18 82 C 12 80, 8 76, 8 70 Z%27 fill=%27%23DAB25B%27/%3E%3C/svg%3E");
  border-image-slice: 0 0 100% 0;
  border-image-width: 0 0 0.32em 0;
  border-image-repeat: stretch;
}

*,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

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

@media (min-width: 100%){
  .container{
    max-width: 100%;
  }
}

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

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

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

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

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

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

:root {
    --badge-padding: 0.45rem 0.75rem;
    --scrollbar-widht: 0;
    --vh: 100vh; /* Fallback for when JavaScript is disabled */
  }

/* font settings */

body {
    overflow-x: hidden;
    width: 100%;
  }
.static{
  position: static;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.top-\[135px\]{
  top: 135px;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.m-0{
  margin: 0px;
}
.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.\!mb-0{
  margin-bottom: 0px !important;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-4{
  margin-left: 1rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: -ms-flexbox;
  display: flex;
}
.inline-flex{
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-3{
  height: 0.75rem;
}
.h-6{
  height: 1.5rem;
}
.h-\[250px\]{
  height: 250px;
}
.h-full{
  height: 100%;
}
.w-20{
  width: 5rem;
}
.w-3{
  width: 0.75rem;
}
.w-32{
  width: 8rem;
}
.w-6{
  width: 1.5rem;
}
.w-\[100\%\]{
  width: 100%;
}
.w-full{
  width: 100%;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-\[550px\]{
  max-width: 550px;
}
.max-w-\[var\(--wp--style--global--content-size\)\]{
  max-width: var(--wp--style--global--content-size);
}
.flex-1{
  -ms-flex: 1 1 0%;
      flex: 1 1 0%;
}
.flex-auto{
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
.transform{
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: 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;
}
.list-none{
  list-style-type: none;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row{
  -ms-flex-direction: row;
      flex-direction: row;
}
.flex-col{
  -ms-flex-direction: column;
      flex-direction: column;
}
.flex-wrap{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.items-start{
  -ms-flex-align: start;
      align-items: flex-start;
}
.items-center{
  -ms-flex-align: center;
      align-items: center;
}
.justify-start{
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.justify-end{
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.justify-center{
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between{
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[5px\]{
  gap: 5px;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.rounded-\[24px\]{
  border-radius: 24px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-none{
  border-style: none;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-black\/5{
  border-color: rgb(0 0 0 / 0.05);
}
.border-primary{
  border-color: var(--wp--preset--color--primary);
}
.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}
.bg-\[\#f2eee8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 238 232 / var(--tw-bg-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-primary{
  background-color: var(--wp--preset--color--primary);
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-0{
  padding: 0px;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-8{
  padding: 2rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pl-\[5vw\]{
  padding-left: 5vw;
}
.pr-\[0\.3rem\]{
  padding-right: 0.3rem;
}
.pr-\[5vw\]{
  padding-right: 5vw;
}
.pt-12{
  padding-top: 3rem;
}
.text-center{
  text-align: center;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm{
  font-size: 0.8rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.leading-none{
  line-height: 1;
}
.leading-relaxed{
  line-height: 1.625;
}
.\!text-primary{
  color: var(--wp--preset--color--primary) !important;
}
.text-base{
  color: var(--wp--preset--color--white);
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-copy{
  color: var(--wp--preset--color--copy);
}
.text-primary{
  color: var(--wp--preset--color--primary);
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.no-underline{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.shadow-\[rgba\(17\2c _17\2c _26\2c _0\.05\)_0px_0px_16px\]{
  --tw-shadow: rgba(17, 17, 26, 0.05) 0px 0px 16px;
  --tw-shadow-colored: 0px 0px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.drop-shadow-xl{
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
:root {
  --border: 240 5.9% 90%;
  --input: 240 5.9% 90%;
}

/* Font face Geist font */
/* === Scrollbars === */
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
select,
select[multiple],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=file],
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme select{
  display: -ms-flexbox;
  display: flex;
  max-height: 3rem;
  width: 100%;
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: hsl(var(--input) / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
input.wp-block-image[type=text] img,
input.wp-block-image[type=email] img,
input.wp-block-image[type=tel] img,
input.wp-block-image[type=url] img,
input.wp-block-image[type=password] img,
input.wp-block-image[type=search] img,
textarea.wp-block-image img,
select.wp-block-image img,
select.wp-block-image[multiple] img,.wp-block-image
.gform_wrapper.gravity-theme input[type=text] img,.wp-block-image
.gform_wrapper.gravity-theme input[type=password] img,.wp-block-image
.gform_wrapper.gravity-theme input[type=email] img,.wp-block-image
.gform_wrapper.gravity-theme input[type=url] img,.wp-block-image
.gform_wrapper.gravity-theme input[type=date] img,.wp-block-image
.gform_wrapper.gravity-theme input[type=month] img,.wp-block-image
.gform_wrapper.gravity-theme input[type=time] img,.wp-block-image
.gform_wrapper.gravity-theme input[type=datetime] img,.wp-block-image
.gform_wrapper.gravity-theme input[type=datetime-local] img,.wp-block-image
.gform_wrapper.gravity-theme input[type=week] img,.wp-block-image
.gform_wrapper.gravity-theme input[type=number] img,.wp-block-image
.gform_wrapper.gravity-theme input[type=search] img,.wp-block-image
.gform_wrapper.gravity-theme input[type=tel] img,.wp-block-image
.gform_wrapper.gravity-theme input[type=color] img,.wp-block-image
.gform_wrapper.gravity-theme input[type=file] img,.wp-block-image
.gform_wrapper.gravity-theme textarea img,.wp-block-image
.gform_wrapper.gravity-theme select img {
  width: 100%;
}
input[type=text]::-webkit-file-upload-button, input[type=email]::-webkit-file-upload-button, input[type=tel]::-webkit-file-upload-button, input[type=url]::-webkit-file-upload-button, input[type=password]::-webkit-file-upload-button, input[type=search]::-webkit-file-upload-button, textarea::-webkit-file-upload-button, select::-webkit-file-upload-button, select[multiple]::-webkit-file-upload-button, .gform_wrapper.gravity-theme input[type=text]::-webkit-file-upload-button, .gform_wrapper.gravity-theme input[type=password]::-webkit-file-upload-button, .gform_wrapper.gravity-theme input[type=email]::-webkit-file-upload-button, .gform_wrapper.gravity-theme input[type=url]::-webkit-file-upload-button, .gform_wrapper.gravity-theme input[type=date]::-webkit-file-upload-button, .gform_wrapper.gravity-theme input[type=month]::-webkit-file-upload-button, .gform_wrapper.gravity-theme input[type=time]::-webkit-file-upload-button, .gform_wrapper.gravity-theme input[type=datetime]::-webkit-file-upload-button, .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-file-upload-button, .gform_wrapper.gravity-theme input[type=week]::-webkit-file-upload-button, .gform_wrapper.gravity-theme input[type=number]::-webkit-file-upload-button, .gform_wrapper.gravity-theme input[type=search]::-webkit-file-upload-button, .gform_wrapper.gravity-theme input[type=tel]::-webkit-file-upload-button, .gform_wrapper.gravity-theme input[type=color]::-webkit-file-upload-button, .gform_wrapper.gravity-theme input[type=file]::-webkit-file-upload-button, .gform_wrapper.gravity-theme textarea::-webkit-file-upload-button, .gform_wrapper.gravity-theme select::-webkit-file-upload-button{
  border-width: 0px;
  background-color: transparent;
  font-size: 0.8rem;
  font-weight: 500;
}
input[type=text]::file-selector-button,
input[type=email]::file-selector-button,
input[type=tel]::file-selector-button,
input[type=url]::file-selector-button,
input[type=password]::file-selector-button,
input[type=search]::file-selector-button,
textarea::file-selector-button,
select::file-selector-button,
select[multiple]::file-selector-button,
.gform_wrapper.gravity-theme input[type=text]::file-selector-button,
.gform_wrapper.gravity-theme input[type=password]::file-selector-button,
.gform_wrapper.gravity-theme input[type=email]::file-selector-button,
.gform_wrapper.gravity-theme input[type=url]::file-selector-button,
.gform_wrapper.gravity-theme input[type=date]::file-selector-button,
.gform_wrapper.gravity-theme input[type=month]::file-selector-button,
.gform_wrapper.gravity-theme input[type=time]::file-selector-button,
.gform_wrapper.gravity-theme input[type=datetime]::file-selector-button,
.gform_wrapper.gravity-theme input[type=datetime-local]::file-selector-button,
.gform_wrapper.gravity-theme input[type=week]::file-selector-button,
.gform_wrapper.gravity-theme input[type=number]::file-selector-button,
.gform_wrapper.gravity-theme input[type=search]::file-selector-button,
.gform_wrapper.gravity-theme input[type=tel]::file-selector-button,
.gform_wrapper.gravity-theme input[type=color]::file-selector-button,
.gform_wrapper.gravity-theme input[type=file]::file-selector-button,
.gform_wrapper.gravity-theme textarea::file-selector-button,
.gform_wrapper.gravity-theme select::file-selector-button{
  border-width: 0px;
  background-color: transparent;
  font-size: 0.8rem;
  font-weight: 500;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, select[multiple]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=file]::-webkit-input-placeholder, .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, .gform_wrapper.gravity-theme select::-webkit-input-placeholder{
  color: var(--wp--preset--color--copy);
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, select[multiple]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=file]::-moz-placeholder, .gform_wrapper.gravity-theme textarea::-moz-placeholder, .gform_wrapper.gravity-theme select::-moz-placeholder{
  color: var(--wp--preset--color--copy);
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, select[multiple]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=text]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=password]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=email]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=url]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=date]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=month]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=time]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=datetime]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=datetime-local]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=week]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=number]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=search]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=tel]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=color]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=file]:-ms-input-placeholder, .gform_wrapper.gravity-theme textarea:-ms-input-placeholder, .gform_wrapper.gravity-theme select:-ms-input-placeholder{
  color: var(--wp--preset--color--copy);
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder, select[multiple]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=file]::-ms-input-placeholder, .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, .gform_wrapper.gravity-theme select::-ms-input-placeholder{
  color: var(--wp--preset--color--copy);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
textarea::placeholder,
select::placeholder,
select[multiple]::placeholder,
.gform_wrapper.gravity-theme input[type=text]::placeholder,
.gform_wrapper.gravity-theme input[type=password]::placeholder,
.gform_wrapper.gravity-theme input[type=email]::placeholder,
.gform_wrapper.gravity-theme input[type=url]::placeholder,
.gform_wrapper.gravity-theme input[type=date]::placeholder,
.gform_wrapper.gravity-theme input[type=month]::placeholder,
.gform_wrapper.gravity-theme input[type=time]::placeholder,
.gform_wrapper.gravity-theme input[type=datetime]::placeholder,
.gform_wrapper.gravity-theme input[type=datetime-local]::placeholder,
.gform_wrapper.gravity-theme input[type=week]::placeholder,
.gform_wrapper.gravity-theme input[type=number]::placeholder,
.gform_wrapper.gravity-theme input[type=search]::placeholder,
.gform_wrapper.gravity-theme input[type=tel]::placeholder,
.gform_wrapper.gravity-theme input[type=color]::placeholder,
.gform_wrapper.gravity-theme input[type=file]::placeholder,
.gform_wrapper.gravity-theme textarea::placeholder,
.gform_wrapper.gravity-theme select::placeholder{
  color: var(--wp--preset--color--copy);
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
textarea:disabled,
select:disabled,
select[multiple]:disabled,
.gform_wrapper.gravity-theme input[type=text]:disabled,
.gform_wrapper.gravity-theme input[type=password]:disabled,
.gform_wrapper.gravity-theme input[type=email]:disabled,
.gform_wrapper.gravity-theme input[type=url]:disabled,
.gform_wrapper.gravity-theme input[type=date]:disabled,
.gform_wrapper.gravity-theme input[type=month]:disabled,
.gform_wrapper.gravity-theme input[type=time]:disabled,
.gform_wrapper.gravity-theme input[type=datetime]:disabled,
.gform_wrapper.gravity-theme input[type=datetime-local]:disabled,
.gform_wrapper.gravity-theme input[type=week]:disabled,
.gform_wrapper.gravity-theme input[type=number]:disabled,
.gform_wrapper.gravity-theme input[type=search]:disabled,
.gform_wrapper.gravity-theme input[type=tel]:disabled,
.gform_wrapper.gravity-theme input[type=color]:disabled,
.gform_wrapper.gravity-theme input[type=file]:disabled,
.gform_wrapper.gravity-theme textarea:disabled,
.gform_wrapper.gravity-theme select:disabled{
  cursor: not-allowed;
  opacity: 0.5;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
select,
select[multiple],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=file],
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme select {
  font-family: var(--wp--preset--font-family--muli);
  border: 0;
  padding-left: 2rem;
  font-size: 16px !important;
  border: 0px solid #e0e0e0;
  background: rgb(255, 255, 255);
  border-radius: 8px;
  padding: 0.7rem !important;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, select[multiple]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=file]::-webkit-input-placeholder, .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, .gform_wrapper.gravity-theme select::-webkit-input-placeholder {
  font-size: 0.8rem;
  color: #ffffff;
  font-weight: 300;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, select[multiple]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=file]::-moz-placeholder, .gform_wrapper.gravity-theme textarea::-moz-placeholder, .gform_wrapper.gravity-theme select::-moz-placeholder {
  font-size: 0.8rem;
  color: #ffffff;
  font-weight: 300;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, select[multiple]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=text]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=password]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=email]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=url]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=date]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=month]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=time]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=datetime]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=datetime-local]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=week]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=number]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=search]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=tel]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=color]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=file]:-ms-input-placeholder, .gform_wrapper.gravity-theme textarea:-ms-input-placeholder, .gform_wrapper.gravity-theme select:-ms-input-placeholder {
  font-size: 0.8rem;
  color: #ffffff;
  font-weight: 300;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder, select[multiple]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=file]::-ms-input-placeholder, .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, .gform_wrapper.gravity-theme select::-ms-input-placeholder {
  font-size: 0.8rem;
  color: #ffffff;
  font-weight: 300;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
textarea::placeholder,
select::placeholder,
select[multiple]::placeholder,
.gform_wrapper.gravity-theme input[type=text]::placeholder,
.gform_wrapper.gravity-theme input[type=password]::placeholder,
.gform_wrapper.gravity-theme input[type=email]::placeholder,
.gform_wrapper.gravity-theme input[type=url]::placeholder,
.gform_wrapper.gravity-theme input[type=date]::placeholder,
.gform_wrapper.gravity-theme input[type=month]::placeholder,
.gform_wrapper.gravity-theme input[type=time]::placeholder,
.gform_wrapper.gravity-theme input[type=datetime]::placeholder,
.gform_wrapper.gravity-theme input[type=datetime-local]::placeholder,
.gform_wrapper.gravity-theme input[type=week]::placeholder,
.gform_wrapper.gravity-theme input[type=number]::placeholder,
.gform_wrapper.gravity-theme input[type=search]::placeholder,
.gform_wrapper.gravity-theme input[type=tel]::placeholder,
.gform_wrapper.gravity-theme input[type=color]::placeholder,
.gform_wrapper.gravity-theme input[type=file]::placeholder,
.gform_wrapper.gravity-theme textarea::placeholder,
.gform_wrapper.gravity-theme select::placeholder {
  font-size: 0.8rem;
  color: #ffffff;
  font-weight: 300;
}

.gform_wrapper.gravity-theme textarea{
  max-height: none;
}

.gform_required_legend {
  display: none;
}

.gform_wrapper {
  background: var(--wp--preset--color--atollen-ljus-blagra);
  padding: 1rem;
  padding: 1.5rem 3rem;
}
.gform_wrapper h2 {
  padding-bottom: 3rem;
}
@media only screen and (max-width: 600px) {
  .gform_wrapper {
    padding: 1.5rem 1rem;
  }
}

#gform_wrapper .ginput_container_consent {
  gap: 0.5rem;
}
#gform_wrapper .gfield_consent_label {
  font-size: 14px;
}
#gform_wrapper input[type=submit] {
  width: 100%;
}

.gform_wrapper.gravity-theme {
  margin-top: 0;
}
.gform_wrapper.gravity-theme .gfield_label {
  font-weight: 600;
  font-size: 15px;
}
.gform_wrapper.gravity-theme .ginput_container_consent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.gform_wrapper.gravity-theme .ginput_container_consent .gfield_consent_label {
  font-weight: 300;
  color: #444444;
  font-size: 16px;
}
.gform_wrapper.gravity-theme .ginput_container_consent .switch {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.gform_wrapper.gravity-theme .ginput_container_consent .switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.gform_wrapper.gravity-theme .ginput_container_consent .switch label {
  cursor: pointer;
  text-indent: -9999px;
  width: 77px;
  height: 36px;
  background: #f5f5f5;
  display: block;
  border-radius: 100px;
  position: relative;
  box-shadow: inset 2px 5px 6px rgb(230.76, 230.76, 228.74);
}
.gform_wrapper.gravity-theme .ginput_container_consent .switch label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 90px;
  transition: 0.2s;
  box-shadow: 2px 5px 6px rgb(230.76, 230.76, 228.74);
}
.gform_wrapper.gravity-theme .ginput_container_consent .switch input:checked + label {
  background: rgb(199, 219.3636363636, 227);
  box-shadow: inset 2px 5px 6px rgb(175.2, 204.2181818182, 215.1);
}
.gform_wrapper.gravity-theme .ginput_container_consent .switch input:checked + label:after {
  left: calc(100% - 5px);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  box-shadow: 2px 5px 6px rgb(182, 208.5454545455, 218.5);
}
.gform_wrapper.gravity-theme .ginput_container_consent .switch label:active:after {
  width: 77px;
}
@media only screen and (max-width: 1024px) {
  .gform_wrapper.gravity-theme .ginput_container_consent {
    font-size: 0.8rem;
  }
}
.gform_wrapper.gravity-theme input[type=submit] {
  background-color: transparent;
  border-radius: 30px;
  border-width: 0;
  width: 100%;
  padding-top: calc(0.8rem - 1px);
  padding-bottom: calc(0.8rem - 1px);
  font-style: normal;
  line-height: inherit;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  padding-right: 2rem;
  padding-left: 2rem;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  margin-left: auto;
  margin-right: 0;
  font-size: 16px;
  background: #444444;
  font-family: var(--wp--preset--font-family--hanken-grotesk);
  text-transform: uppercase;
  border: 1px solid transparent;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .gform_wrapper.gravity-theme input[type=submit] {
    width: 100%;
  }
}
.gform_wrapper.gravity-theme input[type=submit]:hover {
  color: #444444;
  border: 1px solid #444444;
  background: var(--wp--preset--color--atollen-ljus-bla);
  cursor: pointer;
}

.gform_wrapper.gravity-theme .gform_fields{
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1rem;
}

.gform_wrapper.gravity-theme .gform_footer{
  margin: 0px;
  padding: 0px;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  min-width: 1.15em;
  min-height: 1.15em;
  border: 1px solid currentColor;
  border-radius: 50%;
  -webkit-transform: translateY(-0.075em);
          transform: translateY(-0.075em);
  display: inline-grid;
  place-content: center;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 768px) {
  input[type=radio] {
    width: 1.5em;
    height: 1.5em;
    min-width: 1.5em;
    min-height: 1.5em;
  }
}
input[type=radio]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  box-shadow: inset 1em 1em #444444;
}
input[type=radio]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}
input[type=radio]:checked::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  min-width: 1.15em;
  min-height: 1.15em;
  margin-right: 0.5rem;
  border: 1px solid currentColor;
  border-radius: 0.15em;
  -webkit-transform: translateY(-0.075em);
          transform: translateY(-0.075em);
  display: inline-grid;
  place-content: center;
}
@media only screen and (max-width: 768px) {
  input[type=checkbox] {
    width: 1.5em;
    height: 1.5em;
    min-width: 1.5em;
    min-height: 1.5em;
  }
}
input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  box-shadow: inset 1em 1em #444444;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
input[type=checkbox]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}
input[type=checkbox]:disabled {
  --form-control-color: #959495;
  color: var(--form-control-disabled);
  cursor: not-allowed;
}
input[type=checkbox]:checked::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*body #gform_wrapper_2 {
	background: #040F0F;
	padding: 25px;
	color: white;
	h2.gform_title {
		color: white;
		font-weight: 600;
		margin-bottom: 20px;
	}
	#gform_submit_button_2 {
		background-color: $secondary-color;
		color: #040F0F;
		font-weight: 600;
		&:hover {
			background-color: $third-color;
		}
	}
	.gform_body .gform_fields {
		text-align: left;
		row-gap: 1.2rem;
		input[type='text'],
		input[type='email'],
		input[type='tel'],
		textarea {
			border-color: #EEEEEE;
			color: #EEEEEE;
			background-color: transparent;
			border-width: 2px;
		}
		label {
			color: white;
			font-size: 1rem;
			font-weight: bold;
			letter-spacing: 0.01rem;
			line-height: 1.55;
			text-transform: uppercase;
			opacity: 0.8;
		}
	}
	.gfield--type-consent {
		legend {
			color: $white;
		}
		.ginput_container_consent {
			label {
				font-family: $copy;
				text-transform: none;
				font-weight: 400;
				opacity: 1;
			}
		}
	}
}*/
/*body #gform_wrapper_1 {
	appearance: none;
	.gform_body .gform_fields {
		text-align: left;
		input {
			font-size: 16px;
		}
		// radiobuttons
		#field_1_7 {
			.gfield_radio {
				display: flex;
				flex-direction: row !important;
				flex-wrap: wrap !important;
			}
			.gchoice {
				position: relative;
				display: inline-block;
				label {
					letter-spacing: .025em;
					line-height: 1.6;
					position: relative;
					display: inline-block;
					font-weight: 400;
					padding: 7px 15px;
					background-color: #fff;
					box-shadow: 0 0 0 1px #e8e8e1;
					margin: 0 4px 12px;
					cursor: pointer;
					@include bp-lg {
						font-size: 12px;
					}
				}
			}
			input[type=radio] {
				position: absolute !important;

				overflow: hidden;
				top: 0;
				left: 0;
				opacity: 0;
				z-index:2;
				width: 100%;
				height: 32px;
				margin: 0;
				clip: unset;
				cursor: pointer;
				&:checked + label {
					box-shadow: 0 0 0 2px #2b2b2b;
				}
			}
		}
		// checkbox
		#field_1_8 {
			.gchoice {
				position: relative;
				display: flex;
				flex-direction: column;
				width: 100%;
				label {
					text-align: center;
					background-color: #040F0F;
					color: $white;
					letter-spacing: 0rem;
					text-transform: none;
					border-radius: 2px;
					padding-top: 15px;
					padding-right: 40px;
					padding-bottom: 15px;
					padding-left: 40px;
					font-weight: bold;
					font-size: 16px;
					margin: 0;
				}
			}
			input[type=checkbox] {
				position: absolute !important;
				overflow: hidden;
				top: 0;
				left: 0;
				opacity: 0;
				z-index:2;
				width: 100%;
				height: 32px;
				margin: 0;
				clip: unset;
				cursor: pointer;
				&:checked + label {
					box-shadow: 0 0 0 2px #2b2b2b;
					opacity: 0.7;
				}
			}
		}
		@include bp-sm {
			gap: 1.5rem;
		}
	}

	// submit
	#gform_submit_button_1 {
		text-align: center;
		background-color: #040F0F;
		color: #ffffff;
		letter-spacing: 0rem;
		text-transform: none;
		border-radius: 2px;
		padding-top: 15px;
		padding-right: 40px;
		padding-bottom: 15px;
		padding-left: 40px;
		font-weight: bold;
		font-size: 16px;
		margin: 0;
		width: 100%;
	}
	@include bp-xs {
		padding: 0 0rem !important;
	}
} */
.gform_confirmation_wrapper {
  border: 1px solid black;
  color: black;
  padding: 25px;
  margin: 2rem 0 1rem 0;
}

.gchoice:has([type=checkbox][disabled]) label {
  opacity: 0.7;
  cursor: not-allowed;
}

.bod-block-popup-wrap button.bod-block-title-closer {
  color: #444444 !important;
}

body #gform_wrapper_1, body #gform_wrapper_2 {
  color: #444444;
  border-radius: 20px;
  padding: 2rem;
}
body #gform_wrapper_1 .gform_title, body #gform_wrapper_2 .gform_title {
  margin: 0;
  padding: 0;
  text-align: left;
  color: #444444;
}
body #gform_wrapper_1 .ginput_complex, body #gform_wrapper_2 .ginput_complex {
  color: #444444;
}
body #gform_wrapper_1 .ginput_comple span, body #gform_wrapper_2 .ginput_comple span {
  color: #444444;
}
body #gform_wrapper_1 #input_1_8, body #gform_wrapper_2 #input_1_8 {
  color: #ffffff;
}
body #gform_wrapper_1 #input_1_8::-webkit-input-placeholder, body #gform_wrapper_2 #input_1_8::-webkit-input-placeholder {
  color: #ffffff;
}
body #gform_wrapper_1 #input_1_8::-moz-placeholder, body #gform_wrapper_2 #input_1_8::-moz-placeholder {
  color: #ffffff;
}
body #gform_wrapper_1 #input_1_8:-ms-input-placeholder, body #gform_wrapper_2 #input_1_8:-ms-input-placeholder {
  color: #ffffff;
}
body #gform_wrapper_1 #input_1_8::-ms-input-placeholder, body #gform_wrapper_2 #input_1_8::-ms-input-placeholder {
  color: #ffffff;
}
body #gform_wrapper_1 #input_1_8::placeholder, body #gform_wrapper_2 #input_1_8::placeholder {
  color: #ffffff;
}
body #gform_wrapper_1 .gfield_description, body #gform_wrapper_2 .gfield_description {
  padding: 0;
  font-size: 0.85rem !important;
}
body #gform_wrapper_1 .charleft, body #gform_wrapper_1 .gform_fileupload_rules, body #gform_wrapper_2 .charleft, body #gform_wrapper_2 .gform_fileupload_rules {
  font-size: 0.85rem;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
}
body #gform_wrapper_1 .gfield_label, body #gform_wrapper_2 .gfield_label {
  font-size: 16px;
  line-height: 1.4;
  padding-bottom: 0px;
  color: #444444;
}
body #gform_wrapper_1, body #gform_wrapper_2 {
  /* 2-kolumnslayout */
}
body #gform_wrapper_1 .gfield--type-image_choice .gfield_radio, body #gform_wrapper_2 .gfield--type-image_choice .gfield_radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  gap: 8px;
}
@media only screen and (max-width: 600px) {
  body #gform_wrapper_1 .gfield--type-image_choice .gfield_radio, body #gform_wrapper_2 .gfield--type-image_choice .gfield_radio {
    gap: 4px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body #gform_wrapper_1 .gfield--type-image_choice .gfield_radio .gchoice, body #gform_wrapper_2 .gfield--type-image_choice .gfield_radio .gchoice {
  max-inline-size: calc(50% - 8px);
  width: calc(50% - 8px);
}
@media only screen and (max-width: 600px) {
  body #gform_wrapper_1 .gfield--type-image_choice .gfield_radio .gchoice, body #gform_wrapper_2 .gfield--type-image_choice .gfield_radio .gchoice {
    max-inline-size: 100%;
    width: 100%;
  }
}
body #gform_wrapper_1 .ginput_container_image_choice .gchoice, body #gform_wrapper_2 .ginput_container_image_choice .gchoice {
  max-inline-size: calc(50% - 8px);
  width: calc(50% - 8px);
}
@media only screen and (max-width: 600px) {
  body #gform_wrapper_1 .ginput_container_image_choice .gchoice, body #gform_wrapper_2 .ginput_container_image_choice .gchoice {
    max-inline-size: 100%;
    width: 100%;
  }
}
body #gform_wrapper_1, body #gform_wrapper_2 {
  /* Kortdesign */
}
body #gform_wrapper_1 .gfield-image-choice-wrapper-outer, body #gform_wrapper_2 .gfield-image-choice-wrapper-outer {
  border: 1px solid #e0e0e0;
  background: white;
  border-radius: 8px;
  padding: 0.7rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
body #gform_wrapper_1 .gfield-image-choice-wrapper-inner, body #gform_wrapper_2 .gfield-image-choice-wrapper-inner {
  width: 100%;
}
body #gform_wrapper_1 .gfield-choice-image-wrapper, body #gform_wrapper_2 .gfield-choice-image-wrapper {
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
}
body #gform_wrapper_1 .gfield-choice-image-wrapper img, body #gform_wrapper_2 .gfield-choice-image-wrapper img {
  width: 22px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body #gform_wrapper_1 .gfield-image-choice-wrapper-inner label, body #gform_wrapper_2 .gfield-image-choice-wrapper-inner label {
  font-size: 13px;
  font-weight: 600;
  color: #111;
  margin: 0;
  display: inline-block;
}
body #gform_wrapper_1 .gfield-choice-input, body #gform_wrapper_2 .gfield-choice-input {
  display: none;
}
body #gform_wrapper_1, body #gform_wrapper_2 {
  /* Aktivt val */
}
body #gform_wrapper_1 .gfield-image-choice-wrapper-outer:has(.gfield-choice-input:checked), body #gform_wrapper_2 .gfield-image-choice-wrapper-outer:has(.gfield-choice-input:checked) {
  border-color: #008000;
  background: #B8E5B8;
}
body #gform_wrapper_1 .ginput_container_image_choice .gchoice:where(:has(input:checked))::after, body #gform_wrapper_2 .ginput_container_image_choice .gchoice:where(:has(input:checked))::after {
  inline-size: 23px;
  block-size: 23px;
}

.gform_wrapper.gravity-theme,
.gform_wrapper.gravity-theme.gform-theme--no-framework {
  --navy: #021e42;
  --gold: #dab25b;
  --gold-bright: #e8b84b;
  background: #fff;
  border: 1px solid #d9dce2;
  border-radius: 16px;
  padding: clamp(1.5rem, 4vw, 3rem);
}
.gform_wrapper.gravity-theme .gform_title,
.gform_wrapper.gravity-theme .form-title,
.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_title,
.gform_wrapper.gravity-theme.gform-theme--no-framework .form-title {
  margin: 0 0 0.5rem;
  font-size: 1.85rem;
  color: var(--navy);
  font-weight: 700;
}
.gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper.gravity-theme label,
.gform_wrapper.gravity-theme.gform-theme--no-framework .gfield_label,
.gform_wrapper.gravity-theme.gform-theme--no-framework label {
  color: var(--navy);
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 7px;
}
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=text],
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=email],
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=tel],
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=url],
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=password],
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=search],
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=number],
.gform_wrapper.gravity-theme.gform-theme--no-framework textarea,
.gform_wrapper.gravity-theme.gform-theme--no-framework select {
  border: 1px solid #d9dce2 !important;
  border-radius: 9px;
  background: #fcfcfd;
  padding: 12px 14px !important;
  font-size: 15px !important;
  color: var(--navy);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, .gform_wrapper.gravity-theme select::-webkit-input-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=text]::-webkit-input-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=email]::-webkit-input-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=tel]::-webkit-input-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=url]::-webkit-input-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=password]::-webkit-input-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=search]::-webkit-input-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=number]::-webkit-input-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework textarea::-webkit-input-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework select::-webkit-input-placeholder {
  color: #7a828f;
  font-size: 14px;
  font-weight: 400;
}
.gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, .gform_wrapper.gravity-theme textarea::-moz-placeholder, .gform_wrapper.gravity-theme select::-moz-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=text]::-moz-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=email]::-moz-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=tel]::-moz-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=url]::-moz-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=password]::-moz-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=search]::-moz-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=number]::-moz-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework textarea::-moz-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework select::-moz-placeholder {
  color: #7a828f;
  font-size: 14px;
  font-weight: 400;
}
.gform_wrapper.gravity-theme input[type=text]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=email]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=tel]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=url]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=password]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=search]:-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=number]:-ms-input-placeholder, .gform_wrapper.gravity-theme textarea:-ms-input-placeholder, .gform_wrapper.gravity-theme select:-ms-input-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=text]:-ms-input-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=email]:-ms-input-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=tel]:-ms-input-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=url]:-ms-input-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=password]:-ms-input-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=search]:-ms-input-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=number]:-ms-input-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework textarea:-ms-input-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework select:-ms-input-placeholder {
  color: #7a828f;
  font-size: 14px;
  font-weight: 400;
}
.gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, .gform_wrapper.gravity-theme select::-ms-input-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=text]::-ms-input-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=email]::-ms-input-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=tel]::-ms-input-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=url]::-ms-input-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=password]::-ms-input-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=search]::-ms-input-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=number]::-ms-input-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework textarea::-ms-input-placeholder, .gform_wrapper.gravity-theme.gform-theme--no-framework select::-ms-input-placeholder {
  color: #7a828f;
  font-size: 14px;
  font-weight: 400;
}
.gform_wrapper.gravity-theme input[type=text]::placeholder,
.gform_wrapper.gravity-theme input[type=email]::placeholder,
.gform_wrapper.gravity-theme input[type=tel]::placeholder,
.gform_wrapper.gravity-theme input[type=url]::placeholder,
.gform_wrapper.gravity-theme input[type=password]::placeholder,
.gform_wrapper.gravity-theme input[type=search]::placeholder,
.gform_wrapper.gravity-theme input[type=number]::placeholder,
.gform_wrapper.gravity-theme textarea::placeholder,
.gform_wrapper.gravity-theme select::placeholder,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=text]::placeholder,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=email]::placeholder,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=tel]::placeholder,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=url]::placeholder,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=password]::placeholder,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=search]::placeholder,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=number]::placeholder,
.gform_wrapper.gravity-theme.gform-theme--no-framework textarea::placeholder,
.gform_wrapper.gravity-theme.gform-theme--no-framework select::placeholder {
  color: #7a828f;
  font-size: 14px;
  font-weight: 400;
}
.gform_wrapper.gravity-theme input:focus,
.gform_wrapper.gravity-theme textarea:focus,
.gform_wrapper.gravity-theme select:focus,
.gform_wrapper.gravity-theme.gform-theme--no-framework input:focus,
.gform_wrapper.gravity-theme.gform-theme--no-framework textarea:focus,
.gform_wrapper.gravity-theme.gform-theme--no-framework select:focus {
  outline: none;
  border-color: var(--navy) !important;
  box-shadow: 0 0 0 3px rgba(2, 30, 66, 0.1);
  background: #fff;
}
.gform_wrapper.gravity-theme button[type=submit],
.gform_wrapper.gravity-theme input[type=submit],
.gform_wrapper.gravity-theme.gform-theme--no-framework button[type=submit],
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=submit] {
  background: var(--gold);
  color: var(--navy);
  font-weight: 600;
  border: none;
  border-radius: 10px;
  padding: 15px 28px;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.15s ease, -webkit-transform 0.15s ease;
  transition: background 0.15s ease, transform 0.15s ease;
  transition: background 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
}
.gform_wrapper.gravity-theme button[type=submit]:hover,
.gform_wrapper.gravity-theme input[type=submit]:hover,
.gform_wrapper.gravity-theme.gform-theme--no-framework button[type=submit]:hover,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=submit]:hover {
  background: var(--gold-bright);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.gform_wrapper.gravity-theme .gfield_required,
.gform_wrapper.gravity-theme .gfield_required_text,
.gform_wrapper.gravity-theme label .asterisk,
.gform_wrapper.gravity-theme.gform-theme--no-framework .gfield_required,
.gform_wrapper.gravity-theme.gform-theme--no-framework .gfield_required_text,
.gform_wrapper.gravity-theme.gform-theme--no-framework label .asterisk {
  color: #c0392b;
}

.entry-content {
  -webkit-margin-before: 0rem !important;
          margin-block-start: 0rem !important;
}

b,
strong{
  font-weight: 700;
}

main .entry-content > section > .wp-block-group {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* main.alignfull > * {
	@include bp-xl {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	@include bp-sm {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	@include bp-md {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	@include bp-lg {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
 */
.entry-content > hr {
  margin: 4rem 0;
}

.wp-block-tiptip-hyperlink-group-block {
  text-decoration: none;
}

.has-medium-large-font-size {
  line-height: 1.3;
}

.has-citat-font-size {
  line-height: 1.5;
}

header.wp-block-template-part + .hero-section.full-width {
  margin-top: -146px;
}
@media only screen and (max-width: 768px) {
  header.wp-block-template-part + .hero-section.full-width {
    margin-top: -73px;
  }
}

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

.has-global-padding .entry-content:where(.has-global-padding) > .alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  /*width: calc(2550px);*/
}
.has-global-padding .entry-content:where(.has-global-padding) > .alignfull .wp-block-group__inner-container {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .has-global-padding .entry-content:where(.has-global-padding) > .alignfull .wp-block-group__inner-container {
    padding: 0 1.5rem;
  }
  .has-global-padding .entry-content:where(.has-global-padding) > .alignfull .wp-block-group__inner-container .wp-block-image .alignright {
    -webkit-transform: translateX(-1.5rem);
    transform: translateX(-1.5rem);
  }
  .has-global-padding .entry-content:where(.has-global-padding) > .alignfull .wp-block-group__inner-container .wp-block-image .alignleft {
    -webkit-transform: translateX(-1.5rem);
    transform: translateX(-1.5rem);
  }
  body .wp-site-blocks .is-layout-constrained > .alignright {
    width: 100%;
    float: none;
    margin: 0;
    margin-bottom: 1rem;
  }
  body .wp-site-blocks .is-layout-constrained > .alignright img {
    width: 100% !important;
  }
  .animate-section-1 {
    display: block !important;
  }
  .animate-section-1 .wp-block-group {
    display: block !important;
  }
  .animate-section-1 .wp-block-cover {
    aspect-ratio: 14/16;
    width: 100%;
    max-width: 100%;
    min-height: unset;
    height: auto !important;
  }
}

:where(body .wp-site-blocks .is-layout-flow) > .section-offset-top:first-child:first-child {
  position: relative;
  -webkit-margin-before: -75px;
          margin-block-start: -75px;
  z-index: 4;
}

.wp-block-post-title a {
  display: inline-block;
  text-decoration: none !important;
}

/* Flikraden */
.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 24px;
  padding: 0 !important;
  border-bottom: 1px solid var(--wp--preset--color--borstar-blagra) !important;
  list-style: none;
}

/* Nollställ WooCommerce default-dekor (rundade "flik"-former) */
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  content: none !important;
  border: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Flikarna */
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 14px 18px;
  color: var(--wp--preset--color--borstar-gra-text) !important;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px; /* lägg guldlinjen ovanpå underkanten */
  transition: color 0.15s ease, border-color 0.15s ease;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: var(--wp--preset--color--borstar-morkast-bla) !important;
}

/* Aktiv flik */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--wp--preset--color--borstar-morkast-bla) !important;
  font-weight: 700;
  border-bottom-color: var(--wp--preset--color--borstar-guld) !important; /* guld-understrykning */
}

/* Snyggt tangentbordsfokus i stället för den blå rutan */
.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus {
  outline: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus-visible {
  outline: 2px solid var(--wp--preset--color--borstar-guld);
  outline-offset: 3px;
  border-radius: 4px;
}

html body .wp-block-woocommerce-product-details ul.tabs.wc-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 24px;
  padding: 0 !important;
  border-bottom: 1px solid var(--wp--preset--color--borstar-blagra) !important;
  list-style: none;
}

html body .wp-block-woocommerce-product-details ul.tabs.wc-tabs::before,
html body .wp-block-woocommerce-product-details ul.tabs.wc-tabs li::before,
html body .wp-block-woocommerce-product-details ul.tabs.wc-tabs li::after {
  content: none !important;
  border: none !important;
}

html body .wp-block-woocommerce-product-details ul.tabs.wc-tabs li {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body .wp-block-woocommerce-product-details ul.tabs.wc-tabs li a {
  display: block;
  padding: 14px 18px;
  color: var(--wp--preset--color--borstar-gra-text) !important;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none !important;
  border: none;
  border-bottom: 3px solid transparent !important;
  margin-bottom: -1px;
  transition: color 0.15s ease, border-color 0.15s ease;
}

html body .wp-block-woocommerce-product-details ul.tabs.wc-tabs li.active a,
html body .wp-block-woocommerce-product-details ul.tabs.wc-tabs li:hover a,
html body .wp-block-woocommerce-product-details ul.tabs.wc-tabs li:focus-within a {
  color: var(--wp--preset--color--borstar-morkast-bla) !important;
  border-bottom: 3px solid var(--wp--preset--color--borstar-guld) !important;
}

html body .wp-block-woocommerce-product-details ul.tabs.wc-tabs li.active a {
  font-weight: 700;
}

/* === WooCommerce produktloop – matcha produktsektioner-korten ===
   html body + !important trumfar Woo:s wc-blocks-style.
   Bilden bleed:ar ut till kortkant; p/h2/h3 har 0 margin & padding. */
/* Rutnät (Produktsamling-blocket + klassiska loopen) */
html body .wc-block-product-template,
html body .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: clamp(1rem, 2vw, 1.5rem) !important;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 1024px) {
  html body .wc-block-product-template,
  html body .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 600px) {
  html body .wc-block-product-template,
  html body .woocommerce ul.products {
    grid-template-columns: 1fr !important;
  }
}
/* Kortet */
html body .wc-block-product-template li.product,
html body .woocommerce ul.products li.product {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.5rem;
  margin: 0 !important;
  padding: 0 1.25rem 1.25rem !important;
  background: var(--wp--preset--color--base) !important;
  border: 1px solid var(--wp--preset--color--borstar-blagra) !important;
  border-radius: 10px !important;
  overflow: hidden;
  text-align: left;
  transition: border-color 0.15s ease;
}

html body .wc-block-product-template li.product:hover,
html body .woocommerce ul.products li.product:hover {
  border-color: var(--wp--preset--color--borstar-bla) !important;
}

/* Nollställ ALL margin & padding på rubriker + texter i kortet */
html body .wc-block-product-template li.product h2,
html body .wc-block-product-template li.product h3,
html body .wc-block-product-template li.product p,
html body .woocommerce ul.products li.product h2,
html body .woocommerce ul.products li.product h3,
html body .woocommerce ul.products li.product p {
  margin: 0 !important;
  padding: 0 !important;
}

/* Bild högst upp – bleed:ar ut till kortkant + linje under */
html body .wc-block-product-template li.product .wp-block-woocommerce-product-image,
html body .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  margin: 0 -1.25rem 0.25rem !important;
  border-bottom: 1px solid var(--wp--preset--color--borstar-blagra);
  background: var(--wp--preset--color--base);
}

html body .wc-block-product-template li.product .wc-block-components-product-image img,
html body .wc-block-product-template li.product .wp-block-woocommerce-product-image img,
html body .woocommerce ul.products li.product img {
  width: 100% !important;
  height: auto !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  padding: 1.25rem !important;
  margin: 0 !important;
}

/* Titel */
html body .wc-block-product-template li.product .wp-block-post-title,
html body .woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: var(--wp--preset--color--borstar-bla) !important;
  text-align: left !important;
}
html body .wc-block-product-template li.product .wp-block-post-title a,
html body .woocommerce ul.products li.product .woocommerce-loop-product__title a {
  color: inherit;
  text-decoration: none;
}

/* Kort text / utdrag */
html body .wc-block-product-template li.product .wp-block-post-excerpt,
html body .wc-block-product-template li.product .wc-block-components-product-summary {
  margin-bottom: 0 !important;
  font-size: 0.9rem !important;
  line-height: 1.4 !important;
  color: var(--wp--preset--color--borstar-gra-text) !important;
}

/* Variant-räknare (din shortcode) */
html body .wc-block-product-template li.product .jbab-variant-count,
html body .woocommerce ul.products li.product .jbab-variant-count {
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  color: var(--wp--preset--color--borstar-bla) !important;
}

/* Pris */
html body .wc-block-product-template li.product .wp-block-woocommerce-product-price,
html body .woocommerce ul.products li.product .price {
  font-weight: 700 !important;
  color: var(--wp--preset--color--borstar-morkast-bla) !important;
}

/* Knapp */
html body .wc-block-product-template li.product .wp-block-button__link,
html body .wc-block-product-template li.product .wc-block-components-product-button a,
html body .woocommerce ul.products li.product .button {
  margin-top: auto !important;
  -ms-flex-item-align: start;
      align-self: flex-start;
  background: var(--wp--preset--color--borstar-mork-bla) !important;
  color: var(--wp--preset--color--base) !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  padding: 0.7rem 1.4rem !important;
  text-decoration: none;
}

html body .wc-block-product-template li.product .wp-block-button__link:hover,
html body .woocommerce ul.products li.product .button:hover {
  background: var(--wp--preset--color--borstar-bla) !important;
}

html body table.variations td.value select,
html body .variations_form table.variations select,
html body .wp-block-woocommerce-product-add-to-cart-form select,
html body .woocommerce div.product form.cart .quantity .qty,
html body .woocommerce div.product form.cart input.qty,
html body .wc-block-components-quantity-selector input,
html body input[id^=quantity_] {
  width: 100%;
  max-width: 320px;
  background: var(--wp--preset--color--base) !important;
  border: 1px solid var(--wp--preset--color--borstar-blagra) !important;
  border-radius: 8px !important;
  padding: 0.6rem 0.8rem !important;
  font-size: 15px !important;
  color: var(--wp--preset--color--borstar-morkast-bla) !important;
  line-height: 1.3 !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

html body table.variations td.value select:focus,
html body .variations_form table.variations select:focus,
html body .wp-block-woocommerce-product-add-to-cart-form select:focus,
html body .woocommerce div.product form.cart .quantity .qty:focus,
html body .wc-block-components-quantity-selector input:focus,
html body input[id^=quantity_]:focus {
  outline: none !important;
  border-color: var(--wp--preset--color--borstar-bla) !important;
  box-shadow: 0 0 0 3px rgba(10, 45, 92, 0.12) !important;
}

html body table.variations th.label label {
  font-weight: 600;
  color: var(--wp--preset--color--borstar-morkast-bla);
}

html body table.variations td.value {
  padding-block: 0.4rem;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  z-index: 3;
  padding-right: 3rem;
}
@media only screen and (max-width: 1504px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 740px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 0;
  }
}
.wp-block-media-text.has-media-on-the-left .wp-block-media-text__content{
  padding-right: 0px;
}
.wp-block-media-text {
  gap: 2em var(--wp--preset--spacing--50);
}
.wp-block-media-text .wp-block-media-text__content {
  z-index: 3;
  padding: 0 2rem 0 2rem;
}
@media only screen and (max-width: 1024px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 1504px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 740px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 0;
  }
}
.wp-block-media-text {
  /*&.is-stacked-on-mobile {
  	@include bp-md {
  		grid-template-columns: 100% !important;
  		&.is-style-reverted-mobile {
  			.wp-block-media-text__media {
  				grid-column: 1;
  				grid-row: 2;
  			}
  			.wp-block-media-text__content {
  				grid-column: 1;
  				grid-row: 1;
  			}
  		}
  	}
  }*/
}
.wp-block-media-text.is-style-overlap-text {
  position: relative;
}
.wp-block-media-text.is-style-overlap-text .wp-block-media-text__content {
  position: absolute;
  z-index: 1;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .wp-block-media-text.is-style-overlap-text .wp-block-media-text__content {
    position: relative;
  }
}
.wp-block-media-text.is-style-overlap-text .wp-block-media-text__media {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 17px;
}
.wp-block-media-text.is-style-overlap-text .wp-block-media-text__media img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: blur(8px);
  filter: blur(8px) brightness(1.08);
  background-color: rgba(19, 98, 100, 0);
  border-radius: 17px;
  height: calc(100% + 5rem);
}
.wp-block-media-text.is-style-screen-span-image {
  position: relative;
  gap: 1rem 0;
}
.wp-block-media-text.is-style-screen-span-image .wp-block-media-text__content {
  position: relative;
  z-index: 1;
}
.wp-block-media-text.is-style-screen-span-image .wp-block-media-text__media {
  /* 	position: absolute; // Position the image absolutely...
  right: 0; // ...to the right...
  top: 0; // ...and top of the body */
  width: 50vw;
  height: 100%;
  z-index: 3;
}
.wp-block-media-text.is-style-screen-span-image .wp-block-media-text__media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .wp-block-media-text.is-style-screen-span-image .wp-block-media-text__media img {
    width: 100vw;
  }
}
.wp-block-media-text.is-style-screen-span-image:not(.has-media-on-the-right) .wp-block-media-text__media {
  position: relative;
  left: 0;
  width: auto;
  z-index: 4;
}
.wp-block-media-text.is-style-screen-span-image:not(.has-media-on-the-right) .wp-block-media-text__content{
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 640px){
  .wp-block-media-text.is-style-screen-span-image:not(.has-media-on-the-right) .wp-block-media-text__content{
    padding-right: 2.5rem;
  }
}
@media (min-width: 1024px){
  .wp-block-media-text.is-style-screen-span-image:not(.has-media-on-the-right) .wp-block-media-text__content{
    padding-right: 4rem;
  }
}
@media (min-width: 1280px){
  .wp-block-media-text.is-style-screen-span-image:not(.has-media-on-the-right) .wp-block-media-text__content{
    padding-right: 6rem;
  }
}
@media (min-width: 1536px){
  .wp-block-media-text.is-style-screen-span-image:not(.has-media-on-the-right) .wp-block-media-text__content{
    padding-right: 9rem;
  }
}
@media only screen and (max-width: 1504px) {
  .wp-block-media-text.is-style-screen-span-image:not(.has-media-on-the-right) .wp-block-media-text__content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.wp-block-media-text.is-style-screen-span-image:not(.has-media-on-the-right) .wp-block-media-text__content {
  max-width: calc(740px + 4rem);
  padding-left: 4rem;
  padding-top: 4rem;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 600px) {
  .wp-block-media-text.is-style-screen-span-image:not(.has-media-on-the-right) .wp-block-media-text__content {
    -ms-flex-order: 1;
        order: 1;
    padding-top: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }
}
.wp-block-media-text.is-style-screen-span-image:not(.has-media-on-the-right)::after {
  left: 0;
}
.wp-block-media-text.is-style-screen-span-image.has-media-on-the-right .wp-block-media-text__content{
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 640px){
  .wp-block-media-text.is-style-screen-span-image.has-media-on-the-right .wp-block-media-text__content{
    padding-right: 2.5rem;
  }
}
@media (min-width: 1024px){
  .wp-block-media-text.is-style-screen-span-image.has-media-on-the-right .wp-block-media-text__content{
    padding-right: 4rem;
  }
}
@media (min-width: 1280px){
  .wp-block-media-text.is-style-screen-span-image.has-media-on-the-right .wp-block-media-text__content{
    padding-right: 6rem;
  }
}
@media (min-width: 1536px){
  .wp-block-media-text.is-style-screen-span-image.has-media-on-the-right .wp-block-media-text__content{
    padding-right: 9rem;
  }
}
.wp-block-media-text.is-style-screen-span-image.has-media-on-the-right .wp-block-media-text__content {
  margin-left: auto;
}
@media only screen and (max-width: 1504px) {
  .wp-block-media-text.is-style-screen-span-image.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.wp-block-media-text.is-style-screen-span-image.has-media-on-the-right .wp-block-media-text__content {
  max-width: calc(740px + 4rem);
  padding-left: 4rem;
  padding-top: 4rem;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 600px) {
  .wp-block-media-text.is-style-screen-span-image.has-media-on-the-right .wp-block-media-text__content {
    padding-top: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  .wp-block-media-text.is-style-screen-span-image {
    display: block;
  }
  .wp-block-media-text.is-style-screen-span-image .wp-block-media-text__content {
    position: static;
  }
  .wp-block-media-text.is-style-screen-span-image .wp-block-media-text__media {
    width: 100%;
    height: auto;
    position: static;
  }
  .wp-block-media-text.is-style-screen-span-image:first-of-type {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wp-block-media-text.is-style-screen-span-image:first-of-type .wp-block-media-text__content {
    -ms-flex-order: 2;
        order: 2;
  }
  .wp-block-media-text.is-style-screen-span-image:first-of-type .wp-block-media-text__media {
    -ms-flex-order: 1;
        order: 1;
  }
}
.wp-block-media-text.is-style-screen-span-image::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50vw;
  background: inherit;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .wp-block-media-text.is-style-screen-span-image::after {
    display: none;
  }
}

.wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group.is-style-grupp-shadow{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
@media only screen and (max-width: 1024px) {
  .wp-block-group.is-style-stapla-mobil {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
.wp-block-group.is-style-mindre {
  max-width: 930px !important;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group.is-style-kaksmulor {
  max-width: 94vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1280px) {
  .wp-block-group.is-style-kaksmulor {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .wp-block-group.is-style-kaksmulor {
    max-width: 97vw;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 1280px) {
  .wp-block-group.oppettider-grupp {
    padding-top: 1rem;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
  }
}

.wp-block-cover.has-text-color.has-base-color p a, .wp-block-cover.has-text-color.has-white-color p a {
  color: var(--wp--preset--color--white);
}
.wp-block-cover p:has(a:only-child){
  padding-top: 0.75rem;
}
.wp-block-cover.is-style-hero {
  height: 700px;
}
@media only screen and (max-width: 1280px) {
  .wp-block-cover.is-style-hero {
    height: 650px;
  }
}
@media only screen and (max-width: 1024px) {
  .wp-block-cover.is-style-hero {
    height: 600px;
  }
}
.wp-block-cover.is-style-hero {
  /* 	@include bp-xs {
  	height: 650px;
  } */
}
.wp-block-cover.is-style-page {
  padding-top: 200px;
}
@media only screen and (max-width: 768px) {
  .wp-block-cover.is-style-page {
    padding-top: 150px;
  }
}
.wp-block-cover.is-style-page h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-cover.is-style-page .yoast-breadcrumbs {
  margin-top: 0.5rem;
}
.wp-block-cover.is-style-page .yoast-breadcrumbs span {
  color: #ffffff;
}

.wp-block-cover.is-style-subpage-hero {
  background: #444444;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  min-height: 40vh;
}
@media only screen and (max-width: 1280px) {
  .wp-block-cover.is-style-subpage-hero {
    min-height: 40vh;
  }
}
.wp-block-cover.is-style-subpage-hero:not(:has(img)) {
  min-height: unset;
  height: 1px; /* Allow collapse when empty */
  padding: 0 !important;
  padding-top: 0;
}
.wp-block-cover.is-style-subpage-hero:not(:has(img)) h1 {
  display: none;
}
.wp-block-cover.is-style-subpage-hero:not(:has(img)) .wp-block-group {
  padding: 0;
}

.wp-element-button,
.wp-block-button__link {
  transition: all 0.2s ease-in-out;
}
.wp-element-button.has-grey-glass-background-color,
.wp-block-button__link.has-grey-glass-background-color {
  background-color: rgba(var(--wp--preset--color--grey-glass), 0.9) !important;
  -webkit-backdrop-filter: blur(6px) brightness(0.8);
          backdrop-filter: blur(6px) brightness(0.8);
}

.wp-block-button__link:has(img) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.5rem;
}

.wp-block-button.is-style-pil .wp-block-button__link,
.wp-block-button__link.is-style-pil {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.6em;
}
.wp-block-button.is-style-pil .wp-block-button__link::after,
.wp-block-button__link.is-style-pil::after {
  content: "";
  display: inline-block;
  -ms-flex: none;
      flex: none;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2024%2020.694%27%3E%3Cpath%20d=%27M87.67,139.22a1.429,1.429,0,0,0,0-1.828L79.8,128.33a1.02,1.02,0,0,0-1.589,0,1.435,1.435,0,0,0,0,1.828L84.159,137H65.125a1.307,1.307,0,0,0,0,2.588H84.159l-5.953,6.847a1.429,1.429,0,0,0,0,1.828,1.024,1.024,0,0,0,1.589,0Z%27%20transform=%27translate%28-64%20-127.95%29%27/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2024%2020.694%27%3E%3Cpath%20d=%27M87.67,139.22a1.429,1.429,0,0,0,0-1.828L79.8,128.33a1.02,1.02,0,0,0-1.589,0,1.435,1.435,0,0,0,0,1.828L84.159,137H65.125a1.307,1.307,0,0,0,0,2.588H84.159l-5.953,6.847a1.429,1.429,0,0,0,0,1.828,1.024,1.024,0,0,0,1.589,0Z%27%20transform=%27translate%28-64%20-127.95%29%27/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.wp-block-button.is-style-pil .wp-block-button__link:hover::after, .wp-block-button.is-style-pil .wp-block-button__link:focus::after,
.wp-block-button__link.is-style-pil:hover::after,
.wp-block-button__link.is-style-pil:focus::after {
  -webkit-transform: translateX(0.3em);
          transform: translateX(0.3em);
}

.wp-block-button.is-style-brev .wp-block-button__link,
.wp-block-button__link.is-style-brev {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.6em;
}
.wp-block-button.is-style-brev .wp-block-button__link::before,
.wp-block-button__link.is-style-brev::before {
  content: "";
  display: inline-block;
  -ms-flex: none;
      flex: none;
  width: 1.1em;
  height: 1.1em;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2024%2024%27%3E%3Crect%20x=%273%27%20y=%275%27%20width=%2718%27%20height=%2714%27%20rx=%272%27%20fill=%27none%27%20stroke=%27%23000%27%20stroke-width=%271.8%27/%3E%3Cpath%20d=%27m4%207%208%206%208-6%27%20fill=%27none%27%20stroke=%27%23000%27%20stroke-width=%271.8%27%20stroke-linecap=%27round%27%20stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%2024%2024%27%3E%3Crect%20x=%273%27%20y=%275%27%20width=%2718%27%20height=%2714%27%20rx=%272%27%20fill=%27none%27%20stroke=%27%23000%27%20stroke-width=%271.8%27/%3E%3Cpath%20d=%27m4%207%208%206%208-6%27%20fill=%27none%27%20stroke=%27%23000%27%20stroke-width=%271.8%27%20stroke-linecap=%27round%27%20stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.wp-block-button.is-style-brev .wp-block-button__link:hover::before, .wp-block-button.is-style-brev .wp-block-button__link:focus::before,
.wp-block-button__link.is-style-brev:hover::before,
.wp-block-button__link.is-style-brev:focus::before {
  -webkit-transform: translateY(-0.15em) rotate(-8deg);
          transform: translateY(-0.15em) rotate(-8deg);
}

p.is-style-add-link-symbol a:link::after,
p.is-style-add-link-symbol a:visited::after {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC42MzUiIGhlaWdodD0iMTAuNjM1IiB2aWV3Qm94PSIwIDAgMTAuNjM1IDEwLjYzNSI+CiAgPGcgaWQ9Ikljb25fZmVhdGhlci1leHRlcm5hbC1saW5rIiBkYXRhLW5hbWU9Ikljb24gZmVhdGhlci1leHRlcm5hbC1saW5rIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjUgMC43MDcpIj4KICAgIDxwYXRoIGlkPSJQYXRoXzU4IiBkYXRhLW5hbWU9IlBhdGggNTgiIGQ9Ik0xMi4zNTYsMTIuNjY2djMuMTQzYTEuMDQ4LDEuMDQ4LDAsMCwxLTEuMDQ4LDEuMDQ4SDUuNTQ4QTEuMDQ4LDEuMDQ4LDAsMCwxLDQuNSwxNS44MDlWMTAuMDQ4QTEuMDQ4LDEuMDQ4LDAsMCwxLDUuNTQ4LDlIOC42OSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQuNSAtNy40MjkpIiBmaWxsPSJub25lIiBzdHJva2U9IiMyNDU3MzgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICA8cGF0aCBpZD0iUGF0aF81OSIgZGF0YS1uYW1lPSJQYXRoIDU5IiBkPSJNMjIuNSw0LjVoMy4xNDNWNy42NDMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNi4yMTUgLTQuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzI0NTczOCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzYwIiBkYXRhLW5hbWU9IlBhdGggNjAiIGQ9Ik0xNSwxMC4yNjEsMjAuNzYxLDQuNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTExLjMzNCAtNC41KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMjQ1NzM4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogIDwvZz4KPC9zdmc+Cg==), no-repeat;
  display: inline-block;
  height: 10.6px;
  width: 10.6px;
  margin-left: 0.4rem;
  margin-right: 0rem;
}
p.is-style-add-arrow-symbol a:link,
p.is-style-add-arrow-symbol a:visited {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
}
p.is-style-add-arrow-symbol a:link::after,
p.is-style-add-arrow-symbol a:visited::after {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS44NDciIGhlaWdodD0iMTEuODkxIiB2aWV3Qm94PSIwIDAgMTUuODQ3IDExLjg5MSI+CiAgPHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBpZD0iUGF0aF81NCIgZGF0YS1uYW1lPSJQYXRoIDU0IiBkPSJNNzkuNTU3LDEzNC41N2EuOTkyLjk5MiwwLDAsMCwwLTEuNEw3NC42LDEyOC4yMTVhLjk5MS45OTEsMCwxLDAtMS40LDEuNGwzLjI2MiwzLjI2Mkg2NC45OWEuOTkuOTksMCwxLDAsMCwxLjk4MUg3Ni40NjVMNzMuMiwxMzguMTIzYS45OTEuOTkxLDAsMSwwLDEuNCwxLjRsNC45NTItNC45NTJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjQgLTEyNy45MjUpIi8+Cjwvc3ZnPgo=) no-repeat center center;
  display: inline-block;
  height: 12px;
  width: 18px;
  margin-left: 0.4rem;
  margin-right: 0rem;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s ease-in;
}
p.is-style-add-arrow-symbol a:link:hover,
p.is-style-add-arrow-symbol a:visited:hover {
  text-decoration: underline;
}
p.is-style-add-arrow-symbol a:link:hover::after,
p.is-style-add-arrow-symbol a:visited:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.is-style-kicker,
.make-kicker {
  color: var(--wp--preset--color--atollen-bla) !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
  padding-top: 0.8rem !important;
}

.wp-block-list.is-style-svg-bullet {
  margin-bottom: 1.5rem;
  padding: 0;
  list-style: none;
}
.wp-block-list.is-style-svg-bullet li {
  margin-bottom: 0.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.wp-block-list.is-style-svg-bullet li::before {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOSIgaGVpZ2h0PSIyOSIgdmlld0JveD0iMCAwIDI5IDI5Ij4KICA8ZyBpZD0iR3JvdXBfMTA5IiBkYXRhLW5hbWU9Ikdyb3VwIDEwOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5MSAtMTU2Ni43MTkpIj4KICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMSIgZGF0YS1uYW1lPSJFbGxpcHNlIDEiIGN4PSIxNC41IiBjeT0iMTQuNSIgcj0iMTQuNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTkxIDE1NjYuNzE5KSIgZmlsbD0iI2ViZjBmYSIvPgogICAgPHBhdGggaWQ9ImNoZWNrLXJlZ3VsYXItZnVsbCIgZD0iTTExMi43NjgsMTI4LjE3MWEuOTIxLjkyMSwwLDAsMSwuMjExLDEuMjg2bC0xMC4xMzYsMTQuMTI5YS45MTIuOTEyLDAsMCwxLS42NzIuMzguOTM2LjkzNiwwLDAsMS0uNzI5LS4yNjVsLTUuMjIxLTUuMjIxYS45Mi45MiwwLDAsMSwxLjMtMS4zbDQuNDU3LDQuNDUsOS41LTEzLjI0NUEuOTIxLjkyMSwwLDAsMSwxMTIuNzY4LDEyOC4xNzFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMDAuNjA4IDE0NDUuNDg3KSIgZmlsbD0iIzBiM2Q5NCIvPgogIDwvZz4KPC9zdmc+Cg==) no-repeat;
  display: inline-block;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  height: 26px;
  width: 26px;
  margin-right: 0.5rem;
  background-size: cover;
}

.wp-block-file:not(:has(.wp-block-file__embed)):not(.wp-element-button) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.wp-block-file:not(:has(.wp-block-file__embed)):not(.wp-element-button)::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi41IiBoZWlnaHQ9IjIyIiB2aWV3Qm94PSIwIDAgMTYuNSAyMiI+PHBhdGggZD0iTTkuNjI1LDUuODQ0VjBIMS4wMzFBMS4wMjksMS4wMjksMCwwLDAsMCwxLjAzMVYyMC45NjlBMS4wMjksMS4wMjksMCwwLDAsMS4wMzEsMjJIMTUuNDY5QTEuMDI5LDEuMDI5LDAsMCwwLDE2LjUsMjAuOTY5VjYuODc1SDEwLjY1NkExLjAzNCwxLjAzNCwwLDAsMSw5LjYyNSw1Ljg0NFptMy4yODUsOS4wODJMOC43NjcsMTkuMDM4YS43MzMuNzMzLDAsMCwxLTEuMDMzLDBMMy41OTEsMTQuOTI2YS42ODcuNjg3LDAsMCwxLC40ODMtMS4xNzZoMi44VjEwLjMxM2EuNjg3LjY4NywwLDAsMSwuNjg4LS42ODdIOC45MzhhLjY4Ny42ODcsMCwwLDEsLjY4OC42ODhWMTMuNzVoMi44QS42ODguNjg4LDAsMCwxLDEyLjkxLDE0LjkyNlpNMTYuMiw0LjUxMiwxMS45OTMuM2ExLjAzLDEuMDMsMCwwLDAtLjczLS4zSDExVjUuNWg1LjVWNS4yMzhBMS4wMjgsMS4wMjgsMCwwLDAsMTYuMiw0LjUxMloiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.wp-block-table th,
.wp-block-table td {
  border: 0;
  border-bottom: 0.5px solid var(--wp--preset--color--primary);
  padding: 1rem 1rem;
  min-width: 25%;
}
.wp-block-table th strong,
.wp-block-table td strong {
  white-space: nowrap;
}
@media only screen and (max-width: 600px) {
  .wp-block-table th strong,
  .wp-block-table td strong {
    white-space: normal;
  }
}
.wp-block-table th:first-of-type,
.wp-block-table td:first-of-type {
  padding-left: 0;
}
.wp-block-table th:last-of-type,
.wp-block-table td:last-of-type {
  padding-right: 0;
}
.wp-block-table thead {
  border-bottom: 0;
}

.wp-block-columns.is-style-mindre {
  max-width: 1000px !important;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-columns.is-style-minst {
  max-width: 700px !important;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-columns .wp-block-column.is-style-Runda {
  border-radius: 30px;
  padding: 2rem 1rem;
}

figure.wp-block-image {
  line-height: 0;
}

.rank-math-list {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  border-radius: 24px;
  padding: 0.5rem clamp(1.25rem, 3vw, 2.5rem);
  box-shadow: 0 1.5rem 3rem rgba(11, 61, 148, 0.06);
}

#rank-math-faq .rank-math-list-item {
  margin: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
  color: #444444;
}
#rank-math-faq .rank-math-list-item:last-child {
  border-bottom: 0;
}

.rank-math-question {
  cursor: pointer;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.25rem;
  padding: 1.5rem 3rem 1.5rem 0;
  margin: 0;
  font-weight: 700;
  font-size: 1.15rem;
  font-family: var(--wp--preset--font-family--muli);
  color: #18181b;
}
.rank-math-question::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 56px;
  height: 56px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20width=%2780%27%20height=%2780%27%20viewBox=%270%200%2080%2080%27%3E%3Ccircle%20cx=%2740%27%20cy=%2740%27%20r=%2740%27%20fill=%27%23ebf0fa%27/%3E%3Cpath%20d=%27M92.8,99.649a6.479,6.479,0,0,0-5.245,2.676l-2.615,3.619a1.821,1.821,0,0,1-2.95,0l-2.615-3.619a6.473,6.473,0,0,0-11.715,3.793c0,3.793,2.433,7.48,5.177,10.818a60.776,60.776,0,0,0,9.571,9.145,1.933,1.933,0,0,0,2.129,0,61.13,61.13,0,0,0,9.571-9.145c2.752-3.337,5.177-7.024,5.177-10.818a6.469,6.469,0,0,0-6.469-6.469Zm-8.2.54a10.121,10.121,0,0,1,18.321,5.93c0,5.215-3.261,9.8-6.013,13.136a64.412,64.412,0,0,1-10.172,9.723,5.544,5.544,0,0,1-6.553,0,64.671,64.671,0,0,1-10.172-9.715C67.261,115.925,64,111.333,64,106.118a10.121,10.121,0,0,1,18.321-5.93l1.14,1.574Z%27%20transform=%27translate%28-44.65%20-69.414%29%27%20fill=%27%230b3d94%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.rank-math-question::after {
  content: "";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  width: 22px;
  height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20width=%2727.903%27%20height=%2720.922%27%20viewBox=%270%200%2027.903%2020.922%27%3E%3Cg%20transform=%27translate%2827.904%200.004%29%20rotate%2890%29%27%3E%3Cpath%20d=%27M1.147,22.885l12.275-8.928L1.147,5.021A2.773,2.773,0,1,1,4.407.535L19.779,11.714a2.778,2.778,0,0,1,0,4.486L4.407,27.371a2.779,2.779,0,0,1-3.269-4.494Z%27%20fill=%27%23767474%27/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}
.rank-math-question.faq-q-open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media only screen and (max-width: 600px) {
  .rank-math-question {
    font-size: 1rem;
    gap: 0.85rem;
    padding-right: 2rem;
  }
  .rank-math-question::before {
    width: 44px;
    height: 44px;
  }
}

.rank-math-answer {
  padding: 0 3rem 0 calc(56px + 1.25rem);
  max-height: 0;
  display: none;
}
.rank-math-answer p {
  margin-bottom: 1rem;
  color: #18181b;
}
.rank-math-answer.faq-a-open {
  display: block;
  max-height: none;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 600px) {
  .rank-math-answer {
    padding-left: calc(44px + 0.85rem);
  }
  .rank-math-answer p {
    padding: 0 !important;
    margin-top: 0;
  }
}
@media (min-width: 1024px){
  .lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  @media (min-width: 100%){
    .lg\:container{
      max-width: 100%;
    }
  }
  @media (min-width: 640px){
    .lg\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .lg\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .lg\:container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1080px){
    .lg\:container{
      max-width: 1080px;
    }
  }
  @media (min-width: 1140px){
    .lg\:container{
      max-width: 1140px;
    }
  }
  @media (min-width: 1300px){
    .lg\:container{
      max-width: 1300px;
    }
  }
}
.placeholder\:text-slate-600::-webkit-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.placeholder\:text-slate-600::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.placeholder\:text-slate-600:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.placeholder\:text-slate-600::-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.placeholder\:text-slate-600::placeholder{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.hover\:bg-tertiary-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
}
.hover\:no-underline:hover{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
@media (min-width: 475px){
  .xs\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 640px){
  .sm\:w-20{
    width: 5rem;
  }
  .sm\:w-32{
    width: 8rem;
  }
  .sm\:gap-\[30px\]{
    gap: 30px;
  }
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 768px){
  .md\:w-auto{
    width: auto;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .lg\:h-\[300px\]{
    height: 300px;
  }
  .lg\:w-\[100\%\]{
    width: 100%;
  }
  .lg\:w-\[calc\(100\%-1rem\)\]{
    width: calc(100% - 1rem);
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:pl-\[8vw\]{
    padding-left: 8vw;
  }
  .lg\:pr-\[8vw\]{
    padding-right: 8vw;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1280px){
  .xl\:w-20{
    width: 5rem;
  }
  .xl\:w-48{
    width: 12rem;
  }
}

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