/*!************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************/
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 {
  margin: 0;
  margin-bottom: 0.75rem;
  font-size: 0.85rem;
  line-height: 1.5;
}
.rank-math-breadcrumb p a:link,
.rank-math-breadcrumb p a:visited {
  text-decoration: none;
  font-size: 0.85rem;
  line-height: 1.5;
}
@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 .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;
}

*,
: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: 1440px) {

  .container {
    max-width: 1440px;
  }
}

: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;
}
.bottom-\[-40px\] {
  bottom: -40px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-\[135px\] {
  top: 135px;
}
.-z-10 {
  z-index: -10;
}
.order-1 {
  -ms-flex-order: 1;
      order: 1;
}
.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;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-0 {
  margin-left: 0px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-\[0\.5rem\] {
  margin-top: 0.5rem;
}
.block {
  display: block;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.inline-flex {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-3 {
  height: 0.75rem;
}
.h-36 {
  height: 9rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-\[250px\] {
  height: 250px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.w-20 {
  width: 5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.w-6 {
  width: 1.5rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[80\%\] {
  width: 80%;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-\[550px\] {
  max-width: 550px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.flex-1 {
  -ms-flex: 1 1 0%;
      flex: 1 1 0%;
}
.flex-\[100\%\] {
  -ms-flex: 100%;
      flex: 100%;
}
.flex-\[1_1_100\%\] {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}
.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));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
  -ms-flex-direction: row;
      flex-direction: row;
}
.flex-col {
  -ms-flex-direction: column;
      flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.items-start {
  -ms-flex-align: start;
      align-items: flex-start;
}
.items-center {
  -ms-flex-align: center;
      align-items: center;
}
.justify-start {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.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 {
  border-radius: 0.25rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.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);
}
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.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-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / 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-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-0 {
  padding: 0px;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-24 {
  padding: 6rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.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-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-\[1\.5rem\] {
  padding-bottom: 1.5rem;
}
.pb-\[2rem\] {
  padding-bottom: 2rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pl-\[5vw\] {
  padding-left: 5vw;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-\[0\.3rem\] {
  padding-right: 0.3rem;
}
.pr-\[5vw\] {
  padding-right: 5vw;
}
.pt-0 {
  padding-top: 0px;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-\[0\.5rem\] {
  padding-top: 0.5rem;
}
.pt-\[0rem\] {
  padding-top: 0rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.\!text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.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;
}
.\!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));
}
.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);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-black\/5 {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.blur {
  --tw-blur: blur(8px);
  -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);
}
.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);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.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: rgba(255, 255, 255, 0.85);
  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:not(#gform_wrapper_2) {
  background: #D6E7EE;
  padding: 1rem;
  padding: 1.5rem 3rem;
}
.gform_wrapper:not(#gform_wrapper_2) h2 {
  padding-bottom: 3rem;
}
@media only screen and (max-width: 600px) {
  .gform_wrapper:not(#gform_wrapper_2) {
    padding: 1.5rem 1rem;
  }
}

#gform_wrapper_2 .ginput_container_consent {
  gap: 0.5rem;
}
#gform_wrapper_2 .gfield_consent_label {
  font-size: 14px;
}
#gform_wrapper_2 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: #084D9B;
  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);
  color: var(--wp--preset--color--white);
  font-style: normal;
  font-weight: 900;
  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: #084D9B;
}
@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: #084D9B;
  background: #FEB600;
  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 #084D9B;
}
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 #084D9B;
  -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_1, #gform_confirmation_wrapper_2 {
  border: 1px solid black;
  background-color: #988d6d;
  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: #084D9B !important;
}

body #gform_wrapper_1, body #gform_wrapper_2 {
  color: #084D9B;
  border-radius: 20px;
  padding: 2rem;
  /* 2-kolumnslayout */
  /* Kortdesign */
  /* Aktivt val */
}
body #gform_wrapper_1 .gform_title, body #gform_wrapper_2 .gform_title {
  margin: 0;
  padding: 0;
  text-align: left;
  color: #084D9B;
}
body #gform_wrapper_1 .ginput_complex, body #gform_wrapper_2 .ginput_complex {
  color: #084D9B;
}
body #gform_wrapper_1 .ginput_comple span, body #gform_wrapper_2 .ginput_comple span {
  color: #084D9B;
}
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: #084D9B;
}
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 .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 .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;
}

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

b,
strong {
  font-weight: 700;
}

@media only screen and (max-width: 1500px) {
  main > .entry-content > *:not(.alignfull) {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 1024px) {
  main > .entry-content > *:not(.alignfull) {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  main > .entry-content > *:not(.alignfull) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (max-width: 1500px) {
  main > .is-layout-constrained > *:not(.alignfull) {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media only screen and (max-width: 1024px) {
  main > .is-layout-constrained > *:not(.alignfull) {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media only screen and (max-width: 768px) {
  main > .is-layout-constrained > *:not(.alignfull) {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

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

.wp-block-media-text {
  gap: 2em var(--wp--preset--spacing--50);
  /*&.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.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 .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-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;
  }
}
.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: 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;
  }
}
@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: 2rem;
    padding-bottom: 3rem;
  }
}
.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;
  max-width: calc(740px + 4rem);
  padding-left: 4rem;
  padding-top: 4rem;
  padding-bottom: 3rem;
}
@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;
  }
}
@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: 2rem;
    padding-bottom: 3rem;
  }
}
@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%);
  }
}

section.wp-block-group.has-background {
  padding: 5.25em 1.375em;
}

.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;
  /* 	@include bp-xs {
  	height: 650px;
  } */
}
@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-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: #084D9B;
  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;
}

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

.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: center;
      align-items: center;
}
.wp-block-list.is-style-svg-bullet li::before {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOC40MzgiIGhlaWdodD0iMjguNDM4IiB2aWV3Qm94PSIwIDAgMjguNDM4IDI4LjQzOCI+CiAgPHBhdGggaWQ9IlBhdGhfNyIgZGF0YS1uYW1lPSJQYXRoIDciIGQ9Ik03OC4yMTksNjRhNS4zMzIsNS4zMzIsMCwwLDEsNC43MTYsMi44MzhBNS4zMzYsNS4zMzYsMCwwLDEsODkuNiw3My41MDlhNS4zMzIsNS4zMzIsMCwwLDEsMCw5LjQyNkE1LjMzNiw1LjMzNiwwLDAsMSw4Mi45MjksODkuNmE1LjMzMiw1LjMzMiwwLDAsMS05LjQyNiwwLDUuMzM2LDUuMzM2LDAsMCwxLTYuNjY1LTYuNjcxLDUuMzMyLDUuMzMyLDAsMCwxLDAtOS40MjYsNS4zMzYsNS4zMzYsMCwwLDEsNi42NzEtNi42NjVBNS4zMTcsNS4zMTcsMCwwLDEsNzguMjE5LDY0Wm01LjA0OSw5LjE0MmExLjMzMiwxLjMzMiwwLDAsMC0xLjg2MS4yOTRsLTQuNzU0LDYuNTM3LTEuNDcyLTEuNTIyYTEuMzMyLDEuMzMyLDAsMSwwLTEuOTE2LDEuODVsMi41NzcsMi42NjZhMS4zMjYsMS4zMjYsMCwwLDAsMS4wNS40MDUsMS4zNDYsMS4zNDYsMCwwLDAsLjk4OS0uNTQ0TDgzLjU2Miw3NUExLjMzMiwxLjMzMiwwLDAsMCw4My4yNjgsNzMuMTQyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY0IC02NCkiIGZpbGw9IiNmZWI2MDAiLz4KPC9zdmc+Cg==) no-repeat;
  display: inline-block;
  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;
}

#rank-math-faq .rank-math-list-item {
  margin-bottom: 1em;
  margin-top: 1em;
  border-bottom: 1px solid #fff;
  background: #ffffff;
  border: 1px solid #FEF7F8;
  border-radius: 15px;
  color: #084D9B;
}

.rank-math-answer {
  padding: 0 1rem;
  max-height: 0;
  display: none;
}
.rank-math-answer p {
  margin-bottom: 1rem;
  color: #18181b;
}
.rank-math-answer.faq-a-open {
  display: block;
  max-height: auto;
  padding: 1rem;
}
@media only screen and (max-width: 600px) {
  .rank-math-answer p {
    padding: 0 !important;
    margin-top: 0;
  }
}

.rank-math-question {
  cursor: pointer;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 1em;
  margin-right: 1em;
  margin-left: 1rem;
  margin-bottom: 1rem !important;
  margin-top: 20px;
  font-size: 1.35rem;
  font-family: var(--wp--preset--font-family--muli);
  color: #18181b;
  font-weight: 900;
}
.rank-math-question::before {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOC40MzgiIGhlaWdodD0iMjguNDM4IiB2aWV3Qm94PSIwIDAgMjguNDM4IDI4LjQzOCI+CiAgPHBhdGggaWQ9IlBhdGhfNyIgZGF0YS1uYW1lPSJQYXRoIDciIGQ9Ik03OC4yMTksNjRhNS4zMzIsNS4zMzIsMCwwLDEsNC43MTYsMi44MzhBNS4zMzYsNS4zMzYsMCwwLDEsODkuNiw3My41MDlhNS4zMzIsNS4zMzIsMCwwLDEsMCw5LjQyNkE1LjMzNiw1LjMzNiwwLDAsMSw4Mi45MjksODkuNmE1LjMzMiw1LjMzMiwwLDAsMS05LjQyNiwwLDUuMzM2LDUuMzM2LDAsMCwxLTYuNjY1LTYuNjcxLDUuMzMyLDUuMzMyLDAsMCwxLDAtOS40MjYsNS4zMzYsNS4zMzYsMCwwLDEsNi42NzEtNi42NjVBNS4zMTcsNS4zMTcsMCwwLDEsNzguMjE5LDY0Wm01LjA0OSw5LjE0MmExLjMzMiwxLjMzMiwwLDAsMC0xLjg2MS4yOTRsLTQuNzU0LDYuNTM3LTEuNDcyLTEuNTIyYTEuMzMyLDEuMzMyLDAsMSwwLTEuOTE2LDEuODVsMi41NzcsMi42NjZhMS4zMjYsMS4zMjYsMCwwLDAsMS4wNS40MDUsMS4zNDYsMS4zNDYsMCwwLDAsLjk4OS0uNTQ0TDgzLjU2Miw3NUExLjMzMiwxLjMzMiwwLDAsMCw4My4yNjgsNzMuMTQyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY0IC02NCkiIGZpbGw9IiNmZWI2MDAiLz4KPC9zdmc+Cg==) no-repeat;
  display: inline-block;
  height: 26px;
  width: 26px;
  margin-right: 0.5rem;
  background-size: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 600px) {
  .rank-math-question {
    font-size: 1rem;
    margin: 1rem 0, 5rem;
  }
}
.rank-math-question.faq-q-open {
  border-bottom: 1px solid #18181b;
  padding-bottom: 1rem;
  margin-bottom: 0rem !important;
}

.rank-math-question:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  height: 17px;
  width: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMC42MjkiIGhlaWdodD0iMTcuNSIgdmlld0JveD0iMCAwIDMwLjYyOSAxNy41Ij4KICA8cGF0aCBpZD0iUGF0aF81NSIgZGF0YS1uYW1lPSJQYXRoIDU1IiBkPSJNMTA5LjY5NSwyNDAuNzg0YTIuMTksMi4xOSwwLDAsMCwzLjEsMGwxMy4xMjItMTMuMTIyYTIuMTg5LDIuMTg5LDAsMSwwLTMuMS0zLjFMMTExLjI0LDIzNi4xNDQsOTkuNjYyLDIyNC41NzNhMi4xODksMi4xODksMCwwLDAtMy4xLDMuMWwxMy4xMjIsMTMuMTIyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTk1LjkyNSAtMjIzLjkyNSkiLz4KPC9zdmc+Cg==) no-repeat;
  background-size: contain;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: all 150ms ease-in-out;
}
@media only screen and (max-width: 600px) {
  .rank-math-question:after {
    width: 12px;
    height: 10px;
    right: 0;
    top: 10px;
  }
}

.rank-math-question.faq-q-open:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@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: 1440px) {

    .lg\:container {
      max-width: 1440px;
    }
  }
}

.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\:order-none {
    -ms-flex-order: 0;
        order: 0;
  }

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

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

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .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\:max-w-\[250px\] {
    max-width: 250px;
  }

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

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}

@media (min-width: 1024px) {

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

  .lg\:h-\[300px\] {
    height: 300px;
  }

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

  .lg\:w-\[100\%\] {
    width: 100%;
  }

  .lg\:w-\[calc\(100\%-1rem\)\] {
    width: calc(100% - 1rem);
  }

  .lg\:max-w-\[25\%\] {
    max-width: 25%;
  }

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

  .lg\:basis-\[25\%\] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }

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

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

  .lg\:flex-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }

  .lg\:flex-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

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

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

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

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

  .lg\:pb-\[0rem\] {
    padding-bottom: 0rem;
  }

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

  .lg\:pl-\[8vw\] {
    padding-left: 8vw;
  }

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

  .lg\:pr-\[8vw\] {
    padding-right: 8vw;
  }

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

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

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

@media (min-width: 1280px) {

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

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:gap-6 {
    gap: 1.5rem;
  }

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

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