@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

/*
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

/* Global */

html {
        scroll-behavior: smooth !important;
        max-width: 100%;
        overflow-x: hidden;
    }

body {
        font-size: clamp(1rem, 0.9230769230769231rem + 0.38461538461538464vw, 1.25rem);
        top: 0 !important;
        font-family: 'Inter', sans-serif;
        line-height: 1.5;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        max-width: 100%;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(30 30 30 / var(--tw-text-opacity));
    }

.menu-open {
        overflow: hidden;
    }

a{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

h1, h2, h3, h4, h5, h6, p{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child{
  margin-top: 0px;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child{
  margin-bottom: 0px;
}

p + h1, p + h2, p + h3, p + h4, details + h1, details + h2, details + h3, details + h4{
  margin-top: 3rem;
}

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

h1 {
        font-size: 2.5rem;
        font-size: clamp(2.5rem, 2.3584070796460175rem + 0.7079646017699115vw, 3rem);
        overflow-wrap: break-word;
        font-weight: 700;
        line-height: 1.2;
    }

h2 {
        font-size: clamp(2.375rem, 2.1826923076923075rem + 0.9615384615384616vw, 3rem);
        overflow-wrap: break-word;
        line-height: 1.2;
    }

h3 {
        font-size: clamp(1.875rem, 1.6826923076923077rem + 0.9615384615384616vw, 2.5rem);
        line-height: 1.3;
    }

h4 {
        font-size: clamp(1.375rem, 1.6826923076923077rem + 0.9615384615384616vw, 1.5rem);
        line-height: 1.5;
    }

.has-x-large-font-size {
        font-size: clamp(1.5rem, 0.9230769230769231rem + 0.38461538461538464vw, 1.75rem);
        line-height: 1.45;
    }

.has-large-font-size {
        font-size: clamp(1.375rem, 0.9230769230769231rem + 0.38461538461538464vw, 1.5rem);
        line-height: 1.5;
    }

.has-medium-font-size {
        font-size: clamp(1rem, 0.9230769230769231rem + 0.38461538461538464vw, 1.25rem);
        line-height: 1.5;
    }

.has-small-font-size {
        font-size: clamp(0.875rem, 0.9230769230769231rem + 0.38461538461538464vw, 1rem);
        line-height: 1.55;
    }

p.date{
  margin-bottom: -0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container{
  width: 100%;
}

@media (min-width: 640px){

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

@media (min-width: 768px){

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

@media (min-width: 1024px){

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

@media (min-width: 1280px){

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

@media (min-width: 1440px){

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

/* Container */

.container {
        max-width: calc( 1365px + 5rem );
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        text-align: left;
    }

@media (min-width: 768px){

  .container{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

/* header */

#site-header{
  position: absolute;
  top: 0px;
  z-index: 30;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
        transition: top 0.5s ease;
}

.header-scrolled #site-header, .menu-open #site-header{
  position: fixed;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

#site-header .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.header-scrolled #site-header .container{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#site-header a{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

#site-header .header-logo{
  position: relative;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  font-size: 24px;
}

@media (min-width: 768px){

  #site-header .header-logo{
    font-size: 32px;
  }
}

#site-header .header-logo .icon-to{
  margin-left: 0.375rem;
  margin-right: 0.25rem;
  font-size: 20px;
  --tw-text-opacity: 1 !important;
  color: rgb(227 6 19 / var(--tw-text-opacity)) !important;
}

@media (min-width: 768px){

  #site-header .header-logo .icon-to{
    font-size: 28px;
  }
}

#site-header .top-menu{
  margin-left: auto;
  display: none;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 1280px){

  #site-header .top-menu{
    display: flex;
    align-items: center;
  }
}

#site-header .top-menu > li{
  position: relative;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

@media (min-width: 1280px){

  #site-header .top-menu > li{
    border-style: none !important;
  }
}

#site-header .top-menu > li > a{
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
  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;
}

@media (min-width: 640px){

  #site-header .top-menu > li > a{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1280px){

  #site-header .top-menu > li > a{
    border-radius: 9999px;
    background-color: rgb(255 255 255 / 0.5);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  #site-header .top-menu > li > a:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .header-scrolled #site-header .top-menu > li > a{
    background-color: rgb(30 30 30 / .05);
  }

  .header-scrolled #site-header .top-menu > li > a:hover{
    background-color: rgb(30 30 30 / 0.1);
  }
}

#site-header ul.visible {
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        position: fixed;
        right: 0px;
        bottom: 0px;
        left: 0px;
        top: 113px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        padding-bottom: 2.5rem;
    }

@media (min-width: 768px){

  #site-header ul.visible{
    top: 125px;
  }
}

.header-scrolled #site-header ul.visible{
  top: 81px;
}

@media (min-width: 768px){

  .header-scrolled #site-header ul.visible{
    top: 93px;
  }
}

#site-header ul.visible li{
  width: 100%;
}

#site-header .top-menu > li ul{
  position: relative;
  display: none;
  background-color: rgb(30 30 30 / .04);
  font-size: 1.125rem;
  line-height: 1.75rem;
}

#site-header .top-menu > li ul li{
  position: relative;
  border-bottom-width: 1px;
  border-color: rgb(30 30 30 / 0.1);
}

#site-header .top-menu > li ul li:first-child{
  border-top-width: 1px;
}

#site-header .top-menu > li ul li:last-child{
  border-style: none !important;
}

#site-header .top-menu > li ul li a{
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 400;
}

@media (min-width: 640px){

  #site-header .top-menu > li ul li a{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

#site-header .top-menu > li ul li ul{
  font-size: 16px;
}

#site-header .menu-toggle{
  position: relative;
  margin-left: 0.5rem;
  display: flex;
  height: 48px;
  width: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / 0.3);
  font-size: 22px;
  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;
}

@media (min-width: 640px){

  #site-header .menu-toggle{
    margin-left: 1rem;
  }
}

@media (min-width: 768px){

  #site-header .menu-toggle{
    height: 60px;
    width: 60px;
  }
}

@media (min-width: 1280px){

  #site-header .menu-toggle{
    display: none;
  }

  #site-header .menu-toggle:hover{
    background-color: rgb(255 255 255 / 0.5);
  }
}

.header-scrolled #site-header .menu-toggle, #site-header .icon-close{
  background-color: rgb(30 30 30 / .05);
  --tw-text-opacity: 1 !important;
  color: rgb(30 30 30 / var(--tw-text-opacity)) !important;
}

@media (min-width: 1280px){

  .header-scrolled #site-header .menu-toggle:hover, #site-header .icon-close:hover{
    background-color: rgb(30 30 30 / 0.1);
  }
}

#site-footer .footer-logo{
  position: relative;
  display: flex;
  align-items: flex-end;
  font-size: 24px;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

@media (min-width: 768px){

  #site-footer .footer-logo{
    top: -0.5rem;
    font-size: 32px;
  }
}

#site-footer .footer-logo .icon-to{
  margin-left: 0.375rem;
  margin-right: 0.25rem;
  font-size: 20px;
  --tw-text-opacity: 1 !important;
  color: rgb(227 6 19 / var(--tw-text-opacity)) !important;
}

@media (min-width: 768px){

  #site-footer .footer-logo .icon-to{
    font-size: 28px;
  }
}

#site-footer .sub-footer a{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

#site-footer .sub-footer a i{
  font-size: 18px;
}

#site-footer .sub-footer a:hover span{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.right-4{
  right: 1rem;
}

.top-4{
  top: 1rem;
}

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

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

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

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

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

.my-1\.5{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

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

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

.mt-10{
  margin-top: 2.5rem;
}

.block{
  display: block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.hidden{
  display: none;
}

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

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

.max-h-\[50px\]{
  max-height: 50px;
}

.max-h-\[100\%\]{
  max-height: 100%;
}

.max-h-\[70px\]{
  max-height: 70px;
}

.w-\[150px\]{
  width: 150px;
}

.w-full{
  width: 100%;
}

.max-w-\[80px\]{
  max-width: 80px;
}

.max-w-\[600px\]{
  max-width: 600px;
}

.max-w-\[100px\]{
  max-width: 100px;
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-grab{
  cursor: -webkit-grab;
  cursor: grab;
}

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

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

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

.items-end{
  align-items: flex-end;
}

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

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-6{
  gap: 1.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.overflow-hidden{
  overflow: hidden;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.border{
  border-width: 1px;
}

.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.bg-black\/50{
  background-color: rgb(30 30 30 / 0.5);
}

.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(198 210 221 / var(--tw-bg-opacity));
}

.p-8{
  padding: 2rem;
}

.\!py-12{
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

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

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

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

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

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

.text-darkblue{
  --tw-text-opacity: 1;
  color: rgb(70 87 102 / var(--tw-text-opacity));
}

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

.outline{
  outline-style: solid;
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* Global */

.wp-block-group .has-background + .has-background{
  margin-top: 1.25rem !important;
}

@media (min-width: 768px){

  .wp-block-group .has-background + .has-background{
    margin-top: 2.5rem !important;
  }
}

.wp-block-group .has-background, .wp-block-group .wp-block-cover .wp-block-cover__background, .wp-block-group .wp-block-cover img, .wp-block-group .wp-block-image img{
  overflow: hidden;
  border-radius: 0.5rem;
}

/* Gutenberg Group */

.wp-block-group{
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
}

@media (min-width: 768px){

  .wp-block-group{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1280px){

  .wp-block-group{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.wp-block-group__inner-container {
    max-width: calc( 1110px + 5rem );
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-align: left;
}

@media (min-width: 768px){

  .wp-block-group__inner-container{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.alignwide .wp-block-group__inner-container {
    max-width: calc( 1365px + 5rem );
}

.alignfull .wp-block-group__inner-container{
  max-width: none;
}

.hero{
  display: flex;
  height: 100vh;
  max-height: 570px;
  overflow: hidden;
}

.hero:first-child{
  flex-direction: column;
  justify-content: flex-end;
}

.hero .wp-block-group__inner-container{
  z-index: 1;
}

@media (min-width: 768px){

  .hero h1, .hero h2, .hero h3, .hero p{
    max-width: 50%;
  }
}

.hero .wp-block-buttons{
  margin-bottom: 0px;
}

.pt{
  padding-top: 2.5rem;
}

@media (min-width: 768px){

  .pt{
    padding-top: 10rem;
  }
}

.npt{
  padding-top: 1.25rem;
}

.pb{
  padding-bottom: 2.5rem;
}

@media (min-width: 768px){

  .pb{
    padding-bottom: 10rem;
  }
}

.npb{
  padding-bottom: 1.25rem;
}

.mt, main .wp-block-columns + .wp-block-columns.mt{
  margin-top: 2.5rem !important;
}

@media (min-width: 768px){

  .mt, main .wp-block-columns + .wp-block-columns.mt{
    margin-top: 5rem !important;
  }
}

main .mb, main .wp-block-columns + .wp-block-columns.mb{
  margin-bottom: 2.5rem !important;
}

@media (min-width: 768px){

  main .mb, main .wp-block-columns + .wp-block-columns.mb{
    margin-bottom: 5rem !important;
  }
}

.half:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 50%;
    display: block;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

/* Gutenberg Columns */

main .wp-block-columns{
  margin: 0px !important;
  flex-wrap: wrap !important;
  gap: 1.25rem !important;
}

@media (min-width: 768px){

  main .wp-block-columns{
    gap: 2.5rem !important;
  }
}

main .wp-block-columns.has-background{
  padding: 1.25rem !important;
}

@media (min-width: 768px){

  main .wp-block-columns.has-background{
    padding: 2.5rem !important;
  }
}

@media (min-width: 1024px){

  main .wp-block-columns.has-background{
    padding: 5rem !important;
  }
}

main .wp-block-columns + .wp-block-columns{
  margin-top: 1.25rem !important;
}

@media (min-width: 768px){

  main .wp-block-columns + .wp-block-columns{
    margin-top: 2.5rem !important;
  }
}

main .wp-block-column{
  position: relative;
  min-width: 0px !important;
  overflow: hidden;
}

main .wp-block-column.has-background{
  padding: 1.25rem;
}

@media (min-width: 768px){

  main .wp-block-column.has-background{
    padding: 2.5rem;
  }
}

main .wp-block-column.has-background + .has-background{
  margin-top: 0px !important;
}

main .wp-block-column[style="flex-basis:33.33%"]{
  flex-basis: calc(33.33% - 2.5rem) !important;
}

main .wp-block-column[style="flex-basis:66.66%"]{
  flex: 1 1 0% !important;
}

@media screen and (max-width: 1199px) {
    main .wp-block-column:nth-child(3){
    flex-basis: 100% !important;
  }
    main .wp-block-column[style="flex-basis:33.33%"]{
    flex-basis: calc(50% - 2.5rem) !important;
  }
    main .wp-block-column[style="flex-basis:66.66%"]{
    flex-basis: calc(50% - 2.5rem) !important;
  }
}

@media screen and (max-width: 767px) {
    main .wp-block-column[style="flex-basis:33.33%"]{
    flex-basis: 100% !important;
  }
    main .wp-block-column[style="flex-basis:66.66%"]{
    flex-basis: 100% !important;
  }
}

main p + .wp-block-columns, main h1 + .wp-block-columns, main h2 + .wp-block-columns, main h3 + .wp-block-columns, main h4 + .wp-block-columns, main h5 + .wp-block-columns, main h6 + .wp-block-columns{
  margin-top: 1.25rem !important;
}

@media (min-width: 1024px){

  main p + .wp-block-columns, main h1 + .wp-block-columns, main h2 + .wp-block-columns, main h3 + .wp-block-columns, main h4 + .wp-block-columns, main h5 + .wp-block-columns, main h6 + .wp-block-columns{
    margin-top: 2.5rem !important;
  }
}

main .sidebar-section{
  position: relative;
  gap: 0px !important;
}

@media (min-width: 1024px){

  main .sidebar-section{
    gap: 3.5rem !important;
  }

  main .sidebar-section > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    --tw-divide-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-divide-opacity));
  }
}

main .wp-block-column.sidebar{
  top: 130px;
  display: none !important;
  flex-basis: calc(30% - 2.5rem) !important;
  align-self: flex-start !important;
}

@media (min-width: 1024px){

  main .wp-block-column.sidebar{
    position: -webkit-sticky !important;
    position: sticky !important;
    display: block !important;
  }

  main .sidebar + .wp-block-column{
    padding-left: 3.5rem;
  }
}

main .sidebar-section .wp-block-group.has-background{
  margin-top: 2rem !important;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.sidebar-menu  li.current-menu-item > a{
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(30 30 30 / var(--tw-border-opacity));
  padding-left: 1rem;
}

ul.wp-block-list, .mce-content-body ul{
  list-style-type: disc;
  padding-left: 1.5rem;
}

ol.wp-block-list, .mce-content-body ol{
  list-style-type: decimal;
  padding-left: 1.5rem;
}

ul.wp-block-list li, ol.wp-block-list li{
  padding-bottom: 1rem;
}

ul.wp-block-list li:last-child, ol.wp-block-list li:last-child{
  padding-bottom: 0px;
}

/* Gutenberg Text Image */

.wp-block-media-text {
    max-width: calc( 1110px );
    margin-left: auto;
    margin-right: auto;
    display: flex !important;
    flex-direction: column;
}

@media (min-width: 1024px){

  .wp-block-media-text{
    display: grid !important;
    gap: 2.5rem;
  }
}

@media (min-width: 1280px){

  .wp-block-media-text{
    gap: 2.5rem;
  }
}

@media (min-width: 1024px){

  .wp-block-media-text.ngap{
    gap: 0px;
  }
}

@media (min-width: 1280px){

  .wp-block-media-text.ngap{
    gap: 0px;
  }
}

.wp-block-media-text.alignwide {
    max-width: calc( 1365px );
}

.wp-block-media-text.alignfull{
  max-width: none;
}

.wp-block-media-text .wp-block-media-text__media{
  order: 1;
  width: 100%;
}

@media (min-width: 1024px){

  .wp-block-media-text .wp-block-media-text__media{
    width: auto;
  }
}

.wp-block-media-text .wp-block-media-text__content{
  order: 2;
  padding: 1.25rem !important;
}

@media (min-width: 768px){

  .wp-block-media-text .wp-block-media-text__content{
    padding: 2.5rem !important;
  }
}

@media (min-width: 1024px){

  .wp-block-media-text .wp-block-media-text__content{
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

.sidebar-section .wp-block-media-text .wp-block-media-text__content{
  order: 2;
  padding: 1.25rem !important;
}

@media (min-width: 768px){

  .sidebar-section .wp-block-media-text .wp-block-media-text__content{
    padding: 2.5rem !important;
  }
}

@media (min-width: 1024px){

  .sidebar-section .wp-block-media-text .wp-block-media-text__content{
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}

.wp-block-media-text.alignfull .wp-block-media-text__media + .wp-block-media-text__content{
  padding-right: 1.25rem !important;
}

@media (min-width: 768px){

  .wp-block-media-text.alignfull .wp-block-media-text__media + .wp-block-media-text__content{
    padding-right: 2.5rem !important;
  }
}

@media (min-width: 1280px){

  .wp-block-media-text.alignfull .wp-block-media-text__media + .wp-block-media-text__content{
    padding-right: 5rem !important;
  }
}

.wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content{
  padding-left: 1.25rem !important;
}

@media (min-width: 768px){

  .wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content{
    padding-left: 2.5rem !important;
  }
}

@media (min-width: 1280px){

  .wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content{
    padding-left: 5rem !important;
  }
}

.wp-block-group .wp-block-media-text .wp-block-media-text__content{
  max-width: none;
}

.wp-block-group .wp-block-media-text .wp-block-media-text__content, .wp-block-group .wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.wp-block-group .wp-block-media-text.has-background .wp-block-media-text__content{
  padding: 1.25rem !important;
}

@media (min-width: 768px){

  .wp-block-group .wp-block-media-text.has-background .wp-block-media-text__content{
    padding: 2.5rem !important;
  }
}

@media (min-width: 1280px){

  .wp-block-group .wp-block-media-text.has-background .wp-block-media-text__content{
    padding: 5rem !important;
  }
}

main p + .wp-block-media-text, main h1 + .wp-block-media-text, main h2 + .wp-block-media-text, main h3 + .wp-block-media-text, main h4 + .wp-block-media-text, main h5 + .wp-block-media-text, main h6 + .wp-block-media-text, .wp-block-columns + .wp-block-media-text, .wp-block-media-text + .wp-block-media-text{
  margin-top: 1.25rem !important;
}

@media (min-width: 768px){

  main p + .wp-block-media-text, main h1 + .wp-block-media-text, main h2 + .wp-block-media-text, main h3 + .wp-block-media-text, main h4 + .wp-block-media-text, main h5 + .wp-block-media-text, main h6 + .wp-block-media-text, .wp-block-columns + .wp-block-media-text, .wp-block-media-text + .wp-block-media-text{
    margin-top: 2.5rem !important;
  }
}

/* Gutenberg Cover */

.wp-block-cover{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px){

  .wp-block-cover{
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.wp-block-group .wp-block-cover{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px){

  .wp-block-group .wp-block-cover{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.wp-block-group .wp-block-cover .has-text-align-center{
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px){

  .wp-block-group .wp-block-cover p{
    max-width: 500px;
  }
}

/* Gutenberg block image */

.wp-block-image{
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.wp-block-image:first-child{
  margin-top: 0px !important;
}

.wp-block-image:last-child{
  margin-bottom: 0px !important;
}

@media (min-width: 768px){

  .wp-block-image{
    margin-top: 1.5rem !important;
    margin-bottom: 2rem !important;
  }
}

.wp-block-image .aligncenter{
  text-align: center;
}

.wp-block-image .alignright{
  text-align: right;
}

.wp-block-image.box{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  overflow: hidden;
}

.wp-block-image.box a{
  display: none;
}

.wp-block-image.box img{
  margin-left: auto;
  margin-right: auto;
  display: none;
  height: 210px !important;
  width: auto !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -o-object-position: center;
     object-position: center;
}

.wp-block-image.box figcaption{
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px){

  .wp-block-image.box figcaption{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.has-red-background-color .wp-block-image.box figcaption{
  --tw-bg-opacity: 1;
  background-color: rgb(255 214 201 / var(--tw-bg-opacity));
}

.has-green-background-color .wp-block-image.box figcaption{
  --tw-bg-opacity: 1;
  background-color: rgb(213 223 216 / var(--tw-bg-opacity));
}

.has-blue-background-color .wp-block-image.box figcaption{
  --tw-bg-opacity: 1;
  background-color: rgb(227 236 243 / var(--tw-bg-opacity));
}

.has-yellow-background-color .wp-block-image.box figcaption{
  --tw-bg-opacity: 1;
  background-color: rgb(254 247 221 / var(--tw-bg-opacity));
}

.wp-block-image.box figcaption strong{
  margin-bottom: 0.5rem;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
}

@media (min-width: 768px){

  .wp-block-image.box figcaption strong{
    font-size: 30px;
  }
}

.wp-block-image.box figcaption a{
  display: block;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.wp-block-image.box figcaption a:before {
    font-family: 'icomoon';
    content: "\e907";
    pointer-events: none;
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    display: block;
    font-size: 24px;
}

@media (min-width: 768px){

  .wp-block-image.box figcaption a:before{
    top: 1.5rem;
    right: 2.5rem;
  }
}

main p + .wp-block-image, main h1 + .wp-block-image, main h2 + .wp-block-image, main h3 + .wp-block-image, main h4 + .wp-block-image, main h5 + .wp-block-image, main h6 + .wp-block-image{
  margin-top: 1rem;
}

@media (min-width: 1024px){

  main p + .wp-block-image, main h1 + .wp-block-image, main h2 + .wp-block-image, main h3 + .wp-block-image, main h4 + .wp-block-image, main h5 + .wp-block-image, main h6 + .wp-block-image{
    margin-top: 1rem;
  }
}

main p + .wp-block-image + p, main h1 + .wp-block-image + h1, main h2 + .wp-block-image + h2, main h3 + .wp-block-image + h3, main h4 + .wp-block-image + h4, main h5 + .wp-block-image + h5, main h6 + .wp-block-image + h6{
  margin-top: 1rem;
}

@media (min-width: 1024px){

  main p + .wp-block-image + p, main h1 + .wp-block-image + h1, main h2 + .wp-block-image + h2, main h3 + .wp-block-image + h3, main h4 + .wp-block-image + h4, main h5 + .wp-block-image + h5, main h6 + .wp-block-image + h6{
    margin-top: 1.5rem;
  }
}

.wp-block-image.size-full img{
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Gutenberg Embed */

.wp-block-embed{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px){

  .wp-block-embed{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.wp-block-embed .wp-block-embed__wrapper{
  position: relative;
  height: 0px;
  max-width: none !important;
  padding-bottom: 56.25%;
}

.wp-block-embed .wp-block-embed__wrapper iframe{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100% !important;
  width: 100% !important;
}

/* Gutenberg Blockquote */

.wp-block-quote{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 1.25rem;
}

@media (min-width: 768px){

  .wp-block-quote{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding-left: 2.5rem;
  }
}

/* Gutenberg Buttons */

.wp-block-buttons{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 1024px){

  .wp-block-buttons{
    flex-direction: row;
    gap: 1.25rem;
  }
}

.wp-block-buttons .wp-block-button {
}

.wp-block-buttons .wp-block-button__link {
    font-size: 1rem;
    font-size: clamp(1rem, 0.9230769230769231rem + 0.38461538461538464vw, 1.125rem);
    font-weight: 600;
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

/* Gutenberg Downloads */

.wp-block-file{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  width: 100%;
  align-items: center;
  color: inherit !important;
}

.wp-block-file:first-child{
  margin-top: 0px;
}

.wp-block-file:last-child{
  margin-bottom: 0px;
}

.wp-block-file.aligncenter{
  justify-content: center;
}

.wp-block-file.alignright{
  justify-content: flex-end;
}

.wp-block-file a:first-child{
  display: none;
}

.wp-block-file a:last-child{
  position: relative;
  margin-left: 0px;
  display: block;
  width: 100% !important;
  border-radius: 0.25rem;
  background-color: rgb(30 30 30 / 0.1);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 600;
  color: inherit !important;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.wp-block-file a:last-child:hover{
  background-color: rgb(30 30 30 / 0.2);
  opacity: 1;
}

.wp-block-file a:last-child:after {
    font-family: 'icomoon';
    content: "\e904";
    pointer-events: none;
    position: absolute;
    top: 1.25rem;
    right: 1.5rem;
    display: block;
}

/* Gravity forms */

.gform_confirmation_wrapper{
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
}

.gform_validation_errors{
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 167 139 / var(--tw-bg-opacity));
  padding: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

.gform_validation_errors h2{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.gform_validation_errors a{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.gform_wrapper{
  width: 100%;
}

.gform_wrapper .gform_title {
    font-size: clamp(1.5rem, 0.9230769230769231rem + 0.38461538461538464vw, 1.75rem);
    line-height: 1.45;
}

.gform_wrapper .gform_fields{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.gform_wrapper .gfield{
  width: 100%;
}

.gform_wrapper .gfield--type-honeypot{
  display: none;
}

.gform_wrapper .gfield_label{
  margin-bottom: 0.5rem;
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.gform_wrapper .hidden_label .gfield_label{
  display: none;
}

.gform_wrapper .gfield_description{
  margin-top: 0.375rem;
  font-size: 16px;
}

.gform_wrapper .gform_fileupload_rules{
  display: none;
}

.gform_wrapper input{
  width: 100%;
  border-radius: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=search], .gform_wrapper input[type=url], .gform_wrapper input[type=date], .gform_wrapper input[type=time], .gform_wrapper input[type=search], .gform_wrapper input[type=file], .gform_wrapper textarea, .gform_wrapper select{
  width: 100%;
  border-radius: 0.5rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  outline-width: 0px;
}

@media (min-width: 768px){

  .gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=search], .gform_wrapper input[type=url], .gform_wrapper input[type=date], .gform_wrapper input[type=time], .gform_wrapper input[type=search], .gform_wrapper input[type=file], .gform_wrapper textarea, .gform_wrapper select{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:focus-visible,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

.gform_wrapper input[type=file]{
  cursor: pointer;
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(30 30 30 / var(--tw-border-opacity));
}

.gform_wrapper input[type=submit]{
  margin-top: 1rem;
  width: 100%;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.gform_wrapper .gform_footer{
  margin-top: 1rem;
}

.gform_wrapper .gfield.child{
  padding-left: 30px;
}

.ginput_container_checkbox input, .ginput_container_radio input, .ginput_container_consent input{
  display: none;
}

.ginput_container_checkbox input + label, .ginput_container_radio input + label, .ginput_container_consent input + label{
  position: relative;
  margin-bottom: 0px !important;
  display: block;
  max-width: none !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  font-size: 16px;
}

.ginput_container_checkbox input + label:before,
.ginput_container_radio input + label:before,
.ginput_container_consent input + label:before {
    content: '';
    position: absolute;
    left: 0px;
    margin-right: 0.5rem;
    display: block;
    height: 24px;
    width: 24px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(30 30 30 / var(--tw-border-opacity));
}

.ginput_container_checkbox input:checked + label:before, .ginput_container_radio input:checked + label:before, .ginput_container_consent input:checked + label:before{
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity));
}

.ginput_container_checkbox input:checked + label:after,
.ginput_container_consent input:checked + label:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0.75rem;
    display: block;
    height: 12px;
    width: 9px;
    --tw-translate-x: 8px;
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border: solid white;
    border-width: 0 3px 3px 0;
}

.ginput_container_radio input + label:before{
  border-radius: 9999px;
}

.ginput_container_radio input:checked + label:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    display: block;
    height: 12px;
    width: 12px;
    --tw-translate-x: 6px;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.gform_wrapper .gfield_error input{
  outline-style: solid;
  outline-width: 2px;
  outline-color: #ffa78b;
}

.gform_wrapper .gfield--type-checkbox.gfield_error{
  outline-style: solid;
  outline-width: 2px;
  outline-color: #ffa78b;
}

.gform_wrapper .validation_message{
  --tw-text-opacity: 1;
  color: rgb(115 56 37 / var(--tw-text-opacity));
}

.dark .gform_wrapper .validation_message{
  --tw-text-opacity: 1;
  color: rgb(255 167 139 / var(--tw-text-opacity));
}

/* Custom avsikts design */

.avsikts-formular{
  padding-top: 0px;
}

.avsikts-formular .gform_wrapper{
  padding-top: 1rem;
}

.avsikts-formular .gform_wrapper .gfield--type-section .gsection_title {
    font-size: 1.5rem;
    font-size: clamp(1.5rem, 1.6826923076923077rem + 0.9615384615384616vw, 1.5rem);
    margin-top: 1rem;
    line-height: 1.2;
}

/* Gutenberg Colors */

.has-red-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(255 167 139 / var(--tw-bg-opacity));
}

.has-red-color{
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

.has-salmon-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(252 172 144 / var(--tw-bg-opacity));
}

.has-salmon-color{
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

.has-darkred-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(115 56 37 / var(--tw-bg-opacity));
}

.has-darkred-color{
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

.has-lightred-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(255 214 201 / var(--tw-bg-opacity));
}

.has-lightred-color{
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

.has-green-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(181 194 185 / var(--tw-bg-opacity));
}

.has-green-color{
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

.has-darkgreen-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(57 71 61 / var(--tw-bg-opacity));
}

.has-darkgreen-color{
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

.has-lightgreen-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(213 223 216 / var(--tw-bg-opacity));
}

.has-lightgreen-color{
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

.has-blue-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(198 210 221 / var(--tw-bg-opacity));
}

.has-blue-color{
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

.has-darkblue-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(70 87 102 / var(--tw-bg-opacity));
}

.has-darkblue-color{
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

.has-lightblue-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(227 236 243 / var(--tw-bg-opacity));
}

.has-lightblue-color{
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

.has-yellow-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(246 223 136 / var(--tw-bg-opacity));
}

.has-yellow-color{
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

.has-darkyellow-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(122 79 0 / var(--tw-bg-opacity));
}

.has-darkyellow-color{
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

.has-lightyellow-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(254 247 221 / var(--tw-bg-opacity));
}

.has-lightyellow-color{
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

.has-black-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity));
}

.has-black-color{
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

.has-grey-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}

.has-grey-color{
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

.has-lightgrey-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

.has-lightgrey-color{
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

.has-white-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.has-white-color{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Icomoon */

h2.document:before,
h3.document:before,
h2.news:before,
h3.news:before,
h2.question:before,
h3.question:before {
    font-family: 'icomoon' !important;
    margin-bottom: 0.25rem;
    display: block;
    font-weight: 400;
}

@media (min-width: 768px){

  h2.document:before, h3.document:before, h2.news:before, h3.news:before, h2.question:before, h3.question:before{
    margin-bottom: 0.5rem;
  }
}

h2.document:before,
h3.document:before {
    content: "\e90b";
}

h2.news:before,
h3.news:before {
    content: "\e90c";
}

h2.question:before,
h3.question:before {
    content: "\e90a";
}

.arrow-link a{
  position: relative;
  display: block;
  padding-right: 2rem;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.arrow-link a:before {
    font-family: 'icomoon' !important;
    content: "\e907";
    position: absolute;
    right: 0px;
    top: 0.125rem;
    font-weight: 400;
}

@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?4hrloo');
    src:  url('fonts/icomoon.eot?4hrloo#iefix') format('embedded-opentype'),
    url('fonts/icomoon.woff2?4hrloo') format('woff2'),
    url('fonts/icomoon.ttf?4hrloo') format('truetype'),
    url('fonts/icomoon.woff?4hrloo') format('woff'),
    url('fonts/icomoon.svg?4hrloo#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-cookie:before {
    content: "\e90d";
}

.icon-youtube:before {
    content: "\e90e";
}

.icon-linkedin:before {
    content: "\e90f";
}

.icon-chat:before {
    content: "\e90a";
}

.icon-document:before {
    content: "\e90b";
}

.icon-news:before {
    content: "\e90c";
}

.icon-angle:before {
    content: "\e903";
}

.icon-arrow:before {
    content: "\e907";
}

.icon-moon:before {
    content: "\e908";
}

.icon-sun:before {
    content: "\e909";
}

.icon-close:before {
    content: "\e906";
}

.icon-download:before {
    content: "\e904";
}

.icon-menu:before {
    content: "\e905";
}

.icon-act:before {
    content: "\e900";
}

.icon-comm:before {
    content: "\e901";
}

.icon-to:before {
    content: "\e902";
}

.ch2-dialog-actions button:nth-child(1){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 167 139 / var(--tw-bg-opacity)) !important;
  font-size: 13px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(51 51 51 / var(--tw-text-opacity)) !important;
}

.ch2-dialog-actions button:nth-child(2){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;
  font-size: 11px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(51 51 51 / var(--tw-text-opacity)) !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.ch2-dialog-actions button:nth-child(2):hover{
  --tw-text-opacity: 1 !important;
  color: rgb(30 30 30 / var(--tw-text-opacity)) !important;
}

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

.active\:cursor-grabbing:active{
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

@media (min-width: 640px){

  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 768px){

  .md\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:max-h-\[100px\]{
    max-height: 100px;
  }

  .md\:max-w-\[150px\]{
    max-width: 150px;
  }

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

  .md\:gap-10{
    gap: 2.5rem;
  }

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

  .md\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .md\:\!py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px){

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

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

@media (min-width: 1280px){

  .xl\:hidden{
    display: none;
  }
}

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