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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

[hidden] {
  display: none;
}

*, ::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:  ;
}@font-face{font-family:"Ubuntu";src:url("./../fonts/Ubuntu-Regular.woff2") format("woff2"),url("./../fonts/Ubuntu-Regular.woff") format("woff");font-weight:400;font-style:normal}@font-face{font-family:"Ubuntu";src:url("./../fonts/Ubuntu-Medium.woff2") format("woff2"),url("./../fonts/Ubuntu-Medium.woff") format("woff");font-weight:500;font-style:normal}@font-face{font-family:"Ubuntu";src:url("./../fonts/Ubuntu-Bold.woff2") format("woff2"),url("./../fonts/Ubuntu-Bold.woff") format("woff");font-weight:700;font-style:normal}*[data-oat=fade-top]{opacity:0;transform:translateY(-3rem)}*[data-oat=fade-top].inview{-webkit-animation:fade-opacity 2000ms cubic-bezier(0.7, 0, 0.3, 1) forwards,fade-translate 1200ms cubic-bezier(0.7, 0, 0.3, 1) forwards;animation:fade-opacity 2000ms cubic-bezier(0.7, 0, 0.3, 1) forwards,fade-translate 1200ms cubic-bezier(0.7, 0, 0.3, 1) forwards}*[data-oat=fade-bot]{opacity:0;transform:translateY(3rem)}*[data-oat=fade-bot].inview{-webkit-animation:fade-opacity 2000ms cubic-bezier(0.7, 0, 0.3, 1) forwards,fade-translate 1200ms cubic-bezier(0.7, 0, 0.3, 1) forwards;animation:fade-opacity 2000ms cubic-bezier(0.7, 0, 0.3, 1) forwards,fade-translate 1200ms cubic-bezier(0.7, 0, 0.3, 1) forwards}*[data-oat=fade-text]{opacity:0}*[data-oat=fade-text].inview{opacity:1}*[data-oat=fade-text] span{display:inline-flex;opacity:0;transform:translateY(200%) skew(-0.06turn, 12deg);transition:opacity 1200ms cubic-bezier(0.7, 0, 0.3, 1)}*[data-oat=fade-text] span.inview{opacity:1;-webkit-animation:600ms cubic-bezier(0, 0.55, 0.45, 1) forwards fade-text;animation:600ms cubic-bezier(0, 0.55, 0.45, 1) forwards fade-text}*[data-oat=screen-l-to-r]{--bg: white;position:relative;overflow:hidden}*[data-oat=screen-l-to-r]:before{content:"";width:100%;height:100%;background-color:var(--bg);position:absolute;top:0;left:0;transition:all 1200ms ease-in-out;z-index:999}*[data-oat=screen-l-to-r].inview:before{content:"";transform:translateX(100%)}*[data-oat=screen-r-to-l]{--bg: white;position:relative;overflow:hidden}*[data-oat=screen-r-to-l]:before{content:"";width:100%;height:100%;background-color:var(--bg);position:absolute;top:0;left:0;transition:all 1200ms ease-in-out;z-index:999}*[data-oat=screen-r-to-l].inview:before{content:"";transform:translateX(-100%)}*[data-oat=screen-t-to-b]{--bg: white;position:relative;overflow:hidden}*[data-oat=screen-t-to-b]:before{content:"";width:100%;height:100%;background-color:var(--bg);position:absolute;top:0;left:0;transition:all 1200ms ease-in-out;z-index:999}*[data-oat=screen-t-to-b].inview:before{content:"";transform:translateY(100%)}@-webkit-keyframes fade-opacity{to{opacity:1}}@keyframes fade-opacity{to{opacity:1}}@-webkit-keyframes fade-translate{to{transform:translateY(0)}}@keyframes fade-translate{to{transform:translateY(0)}}@-webkit-keyframes fade-text{to{transform:translateY(0%) skew(0)}}@keyframes fade-text{to{transform:translateY(0%) skew(0)}}.col {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 3rem;
}.flex-grid{--gutter: 3rem;display:flex;flex-wrap:wrap;margin-left:calc(var(--gutter)*-0.5);margin-right:calc(var(--gutter)*-0.5)}.flex-grid-col{padding-left:calc(var(--gutter)*.5);padding-right:calc(var(--gutter)*.5)}.wrap-xl{--width: 162rem;width:100%;margin-left:auto;margin-right:auto;max-width:var(--width);position:relative}.wrap-xl._with-paddings{--gutter: 3rem;--width: 162rem;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}.wrap{--width: 132rem;width:100%;margin-left:auto;margin-right:auto;max-width:var(--width);position:relative}.wrap._with-paddings{--gutter: 3rem;--width: 132rem;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}.wrap-md{--width: 112rem;width:100%;margin-left:auto;margin-right:auto;max-width:var(--width);position:relative}.wrap-md._with-paddings{--gutter: 3rem;--width: 112rem;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}.wrap-sm{--width: 86rem;width:100%;margin-left:auto;margin-right:auto;max-width:var(--width);position:relative}.wrap-sm._with-paddings{--gutter: 3rem;--width: 86rem;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}.wrap-xs{--width: 0rem;width:100%;margin-left:auto;margin-right:auto;max-width:var(--width);position:relative}.wrap-xs._with-paddings{--gutter: 3rem;--width: 0rem;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}html.front-end body,.body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}html.front-end body, .body {
  margin: 0px;
  overflow-x: hidden;
  font-family: Ubuntu, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(66 94 114 / var(--tw-text-opacity));
}html.front-end body.has-no-scroll, .body.has-no-scroll {
  overflow: hidden;
}h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
}h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 500;
}html.front-end, .html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}@media (max-width: 1020px) {

  html.front-end, .html {
    font-size: 52.5%;
  }
}@media (max-width: 480px) {

  html.front-end, .html {
    font-size: 48%;
  }
}.container {
  width: 100%;
}.box {
  margin-bottom: 3rem;
  width: 100%;
  border-radius: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 249 250 / var(--tw-bg-opacity));
  padding-left: 8rem;
  padding-right: 8rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
}.box:last-of-type {
  margin-bottom: 0px;
}@media (max-width: 768px) {

  .box {
    padding: 4rem;
  }
}.burger {
  position: relative;
  display: none;
  height: 22px;
  width: 34px;
}@media (max-width: 1250px) {

  .burger {
    display: flex;
  }
}.burger__item {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -1px;
  height: 2px;
  width: 100%;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(3 122 173 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.burger__item::before {
  position: absolute;
  top: 10px;
  left: 0px;
  display: flex;
  height: 2px;
  width: 100%;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(3 122 173 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 300ms;
}.burger__item::after {
  position: absolute;
  bottom: 10px;
  left: 0px;
  display: flex;
  height: 2px;
  width: 100%;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(3 122 173 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 300ms;
}.burger.is-active .burger__item {
  background-color: transparent;
}.burger.is-active .burger__item::before {
  bottom: 0px;
  top: 0px;
  --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));
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(3 122 173 / var(--tw-bg-opacity));
}.burger.is-active .burger__item::after {
  top: 0px;
  --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));
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(3 122 173 / var(--tw-bg-opacity));
}.butt {
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(3 122 173 / var(--tw-bg-opacity));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}.text-content.butt ul li::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.text-content.butt ul li::after {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.3);
}.butt:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 86 123 / var(--tw-bg-opacity));
}.butt._white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(3 122 173 / var(--tw-text-opacity));
}.butt._white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(3 122 173 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.butt._outline {
  border-width: 1px;
  border-color: currentColor;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(3 122 173 / var(--tw-text-opacity));
}.butt._outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(3 122 173 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.butt._outline._white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-content.butt._outline._white ul li::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.text-content.butt._outline._white ul li::after {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.3);
}.butt._outline._white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(3 122 173 / var(--tw-text-opacity));
}.butt._external {
  display: flex;
  flex-direction: row-reverse;
}.butt._external img {
  margin-left: 1.25rem;
  height: 100%;
  width: 1.5rem;
}.faq {
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 3rem;
  padding-right: 3rem;
  --tw-shadow: 0 3px 40px rgba(0, 114, 185, 0.16);
  --tw-shadow-colored: 0 3px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.faq[open] {
  padding-bottom: 3rem;
}.faq[open] .faq__summary svg {
  display: none;
  flex-shrink: 0;
}.faq[open] .faq__summary svg:last-child {
  display: block;
}.faq__summary {
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}.faq__summary svg {
  margin-top: 3px;
  flex-shrink: 0;
}.form-checkbox {
  position: relative;
}.form-checkbox input {
  display: none;
}.form-checkbox input:checked+label::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(3 122 173 / var(--tw-bg-opacity));
}.form-checkbox input:checked+label::after {
  content: var(--tw-content);
  opacity: 1;
}.form-checkbox label {
  margin: 0px;
  margin-top: 2px;
  display: flex;
  cursor: pointer;
  padding-left: 3.5rem;
  font-size: 1.6rem;
  line-height: 1.25;
}.form-checkbox label::before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 3px 40px rgba(0, 114, 185, 0.16);
  --tw-shadow-colored: 0 3px 40px 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: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 300ms;
}.form-checkbox label::after {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 2.5rem;
  width: 2.5rem;
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 4px;
  background-image: url(./../svg/isolated/check.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  content: var(--tw-content);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}.form-field {
  display: flex;
  width: 100%;
  flex-direction: column;
}.form-field._half {
  width: calc(50% - calc(var(--gap) / 2));
}@media (max-width: 768px) {

  .form-field._half {
    width: 100%;
  }
}.form-file {
  position: relative;
}.form-file input {
  display: none;
}.form-file__label {
  display: inline-flex;
  cursor: pointer;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(3 122 173 / var(--tw-bg-opacity));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}.text-content.form-file__label ul li::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.text-content.form-file__label ul li::after {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.3);
}.form-file__label:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 86 123 / var(--tw-bg-opacity));
}.form-file__group {
  position: relative;
  margin-top: 1rem;
}.form-file__group img {
  height: 14rem;
  width: 22rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}.form-file__cross {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 2rem;
  width: 2rem;
  --tw-translate-x: -50%;
  --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));
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(3 122 173 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}.form-file__cross:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 66 45 / var(--tw-bg-opacity));
}.form-file__cross svg {
  fill: white;
}.form-group{--gap: 2rem;margin-bottom: 3rem;display: flex;width: 100%;gap: var(--gap)}@media (max-width: 768px) {

  .form-group {
    flex-direction: column;
  }
}.form-input {
  position: relative;
}.form-input input, .form-input textarea {
  width: 100%;
  border-radius: 1rem;
  border-width: 1px;
  border-color: transparent;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  line-height: 1.625;
  --tw-shadow: 0 3px 40px rgba(0, 114, 185, 0.16);
  --tw-shadow-colored: 0 3px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}.form-input input::-moz-placeholder, .form-input textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(166 179 188 / var(--tw-text-opacity));
}.form-input input:-ms-input-placeholder, .form-input textarea:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(166 179 188 / var(--tw-text-opacity));
}.form-input input::placeholder, .form-input textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(166 179 188 / var(--tw-text-opacity));
}.form-input input:focus, .form-input textarea:focus {
  border-color: rgb(150 151 153 / 0.2);
  --tw-shadow: 0 3px 40px rgba(0, 114, 185, 0.07);
  --tw-shadow-colored: 0 3px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.form-input input:disabled, .form-input textarea:disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0.5;
}.form-input svg {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  --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));
}.form-input textarea+svg {
  top: 1.75rem;
  --tw-translate-y: 0px;
  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));
}.form-input._icon input, .form-input._icon textarea {
  padding-left: 4rem;
}.form-label {
  margin-bottom: 1.5rem;
  display: inline-flex;
  cursor: pointer;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(66 94 114 / var(--tw-text-opacity));
}.form-label._required::after {
  --tw-text-opacity: 1;
  color: rgb(166 179 188 / var(--tw-text-opacity));
  --tw-content: "*";
  content: var(--tw-content);
}.form-select {
  position: relative;
}.form-select select{-webkit-appearance:none;-moz-appearance:none;width: 100%;cursor: pointer;border-radius: 1rem;padding-left: 2rem;padding-right: 2rem;padding-top: 1.5rem;padding-bottom: 1.5rem;--tw-shadow: 0 3px 40px rgba(0, 114, 185, 0.16);--tw-shadow-colored: 0 3px 40px var(--tw-shadow-color);box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);outline: 2px solid transparent;outline-offset: 2px}.form-select select::-ms-expand {
  display: none;
}.form-select svg {
  position: absolute;
  top: 50%;
  right: 2rem;
  --tw-translate-y: -50%;
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  fill: #037AAD;
}.header {
  position: fixed;
  top: 0px;
  z-index: 50;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}.header__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}@media (max-width: 1250px) {

  .header__head {
    display: flex;
  }

  .header__head {
    width: 100%;
  }

  .header__head {
    align-items: center;
  }

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

  .header__content {
    display: none;
  }
}.header__menu {
  display: flex;
  align-items: center;
}.header__buttons {
  margin-left: 4rem;
  display: flex;
  gap: 2rem;
}.header__footer {
  display: none;
}.header .menu--header-secondary .menu__item {
  font-size: 1.6rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(150 151 153 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}.header .menu--header-secondary .menu__item:hover {
  --tw-text-opacity: 1;
  color: rgb(0 86 123 / var(--tw-text-opacity));
}.header .menu--header-secondary .menu__item--current {
  --tw-text-opacity: 1;
  color: rgb(0 86 123 / var(--tw-text-opacity));
}.header .menu__list {
  display: flex;
  gap: 3rem;
}.header .menu__item {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(3 122 173 / var(--tw-text-opacity));
}.header .menu__item:hover {
  --tw-text-opacity: 1;
  color: rgb(0 86 123 / var(--tw-text-opacity));
}.header .menu__item--current {
  --tw-text-opacity: 1;
  color: rgb(0 86 123 / var(--tw-text-opacity));
}.header.is-active {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  height: 100vh;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.header.is-active .header__main {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
}.header.is-active .header__content {
  display: flex;
  height: 100%;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: center;
}.header.is-active .header__menu {
  flex-direction: column;
  align-items: flex-start;
}.header.is-active .header__buttons {
  margin-left: 0px;
  margin-bottom: 3rem;
}.header.is-active .header__footer {
  display: flex;
  flex-direction: column;
}.header.is-active .header__footer .menu__item {
  font-size: 1.4rem;
  --tw-text-opacity: 1;
  color: rgb(150 151 153 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}.header.is-active .menu {
  margin-bottom: 4rem;
}.header.is-active .menu--header-secondary .menu__item {
  border-style: none;
}.header.is-active .menu__list {
  flex-direction: column;
  gap: 0px;
}.header.is-active .menu__item {
  border-bottom-width: 1px;
  border-bottom-color: rgb(166 179 188 / 0.4);
  font-size: 16px;
}.header.is-active .menu__item:last-child {
  border-style: none;
}.header.is-active .menu__link {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
}.hero {
  position: relative;
  margin-top: 10rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
}@media (max-width: 640px) {

  .hero {
    margin-top: 5rem;
  }
}.hero__image {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -10;
  height: 100%;
  width: 100%;
}.hero__image::before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgb(3 122 173 / 0.8);
  --tw-content: "";
  content: var(--tw-content);
}.hero .hero__image:before{opacity:.8;background:linear-gradient(90deg, #003D8C 0%, #003D8C 33%, rgba(0, 32, 71, 0) 100%)}.list-of-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 2.2rem;
       column-gap: 2.2rem;
  row-gap: 2.2rem;
}.list-of-buttons._center {
  justify-content: center;
}.modal {
  pointer-events: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  height: 100vh;
  width: 100%;
  background-color: rgb(66 94 114 / 0.9);
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}.modal.is-open {
  pointer-events: auto;
  opacity: 1;
}.modal__main {
  height: 100%;
  width: 100%;
}.modal__cross {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.modal__cross svg {
  fill: #037AAD;
}.modal__content {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6rem;
}.spin{--size: 2rem;width:var(--size);height:var(--size);position: relative;display: inline-block;--tw-border-opacity: 1;border-color: rgb(3 122 173 / var(--tw-border-opacity))}.spin::before {
  position: absolute;
  display: block;
  height: 100%;
  content: var(--tw-content);
  width: 100%;
}@-webkit-keyframes spin {

  to {
    content: var(--tw-content);
    transform: rotate(360deg);
  }
}@keyframes spin {

  to {
    content: var(--tw-content);
    transform: rotate(360deg);
  }
}.spin::before {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  border-top-color: currentColor;
  border-right-color: currentColor;
  border-bottom-color: transparent;
  content: var(--tw-content);
  border-left-color: transparent;
}.spin:before{border-width:calc(var(--size)/10)}.text-content {
  font-family: Ubuntu, sans-serif;
}.text-content h1 {
  font-size: 6rem;
  line-height: 1;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.text-content h1:first-child {
  margin-top: 0px;
}.text-content h1:last-child {
  margin-bottom: 0px;
}.text-content h1 i, .text-content h1 em {
  --tw-text-opacity: 1;
  color: rgb(3 122 173 / var(--tw-text-opacity));
}.text-content h2 {
  font-size: 4.2rem;
  line-height: 1;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.text-content h2:first-child {
  margin-top: 0px;
}.text-content h2:last-child {
  margin-bottom: 0px;
}.text-content h2 i, .text-content h2 em {
  --tw-text-opacity: 1;
  color: rgb(3 122 173 / var(--tw-text-opacity));
}.text-content h3 {
  font-size: 3.6rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.text-content h3:first-child {
  margin-top: 0px;
}.text-content h3:last-child {
  margin-bottom: 0px;
}.text-content h3 i, .text-content h3 em {
  --tw-text-opacity: 1;
  color: rgb(3 122 173 / var(--tw-text-opacity));
}.text-content h4 {
  font-size: 3.2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.text-content h4:first-child {
  margin-top: 0px;
}.text-content h4:last-child {
  margin-bottom: 0px;
}.text-content h4 i, .text-content h4 em {
  --tw-text-opacity: 1;
  color: rgb(3 122 173 / var(--tw-text-opacity));
}.text-content h5 {
  font-size: 2.4rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(2 113 160 / var(--tw-text-opacity));
  margin-top: 2rem;
  margin-bottom: 1rem;
}.text-content h5:first-child {
  margin-top: 0px;
}.text-content h5:last-child {
  margin-bottom: 0px;
}.text-content h5 i, .text-content h5 em {
  --tw-text-opacity: 1;
  color: rgb(3 122 173 / var(--tw-text-opacity));
}.text-content h6 {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.text-content h6:first-child {
  margin-top: 0px;
}.text-content h6:last-child {
  margin-bottom: 0px;
}.text-content h6 i, .text-content h6 em {
  --tw-text-opacity: 1;
  color: rgb(3 122 173 / var(--tw-text-opacity));
}.text-content b, .text-content strong {
  font-weight: 500;
}.text-content i, .text-content em {
  --tw-text-opacity: 1;
  color: rgb(3 122 173 / var(--tw-text-opacity));
}.text-content ul li {
  position: relative;
  padding-left: 3rem;
}.text-content ul li::before {
  position: absolute;
  top: 12px;
  left: 6px;
  height: 6px;
  width: 6px;
  border-radius: 9999px;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(3 122 173 / var(--tw-bg-opacity));
}.text-content ul li::after {
  position: absolute;
  top: 6px;
  left: 0px;
  height: 18px;
  width: 18px;
  border-radius: 9999px;
  content: var(--tw-content);
  background-color: rgb(3 122 173 / 0.3);
}@media (max-width: 768px) {

  .text-content ul li::before {
    content: var(--tw-content);
    top: 10px;
  }

  .text-content ul li::after {
    content: var(--tw-content);
    top: 4px;
  }
}.text-content.text-white ul li::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.text-content.text-white ul li::after {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.3);
}.text-content a {
  font-weight: 500;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}.text-content a:hover {
  --tw-text-opacity: 1;
  color: rgb(3 122 173 / var(--tw-text-opacity));
}.heading-1, .text-content .heading-1 {
  font-size: 6rem;
  line-height: 1;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.heading-1:first-child, .text-content .heading-1:first-child {
  margin-top: 0px;
}.heading-1:last-child, .text-content .heading-1:last-child {
  margin-bottom: 0px;
}.heading-1 i, .heading-1 em, .text-content .heading-1 i, .text-content .heading-1 em {
  --tw-text-opacity: 1;
  color: rgb(3 122 173 / var(--tw-text-opacity));
}.heading-2, .text-content .heading-2 {
  font-size: 4.2rem;
  line-height: 1;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.heading-2:first-child, .text-content .heading-2:first-child {
  margin-top: 0px;
}.heading-2:last-child, .text-content .heading-2:last-child {
  margin-bottom: 0px;
}.heading-2 i, .heading-2 em, .text-content .heading-2 i, .text-content .heading-2 em {
  --tw-text-opacity: 1;
  color: rgb(3 122 173 / var(--tw-text-opacity));
}.heading-3, .text-content .heading-3 {
  font-size: 3.6rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.heading-3:first-child, .text-content .heading-3:first-child {
  margin-top: 0px;
}.heading-3:last-child, .text-content .heading-3:last-child {
  margin-bottom: 0px;
}.heading-3 i, .heading-3 em, .text-content .heading-3 i, .text-content .heading-3 em {
  --tw-text-opacity: 1;
  color: rgb(3 122 173 / var(--tw-text-opacity));
}.heading-4, .text-content .heading-4 {
  font-size: 3.2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.heading-4:first-child, .text-content .heading-4:first-child {
  margin-top: 0px;
}.heading-4:last-child, .text-content .heading-4:last-child {
  margin-bottom: 0px;
}.heading-4 i, .heading-4 em, .text-content .heading-4 i, .text-content .heading-4 em {
  --tw-text-opacity: 1;
  color: rgb(3 122 173 / var(--tw-text-opacity));
}.heading-5, .text-content .heading-5 {
  font-size: 2.4rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(2 113 160 / var(--tw-text-opacity));
  margin-top: 2rem;
  margin-bottom: 1rem;
}.heading-5:first-child, .text-content .heading-5:first-child {
  margin-top: 0px;
}.heading-5:last-child, .text-content .heading-5:last-child {
  margin-bottom: 0px;
}.heading-5 i, .heading-5 em, .text-content .heading-5 i, .text-content .heading-5 em {
  --tw-text-opacity: 1;
  color: rgb(3 122 173 / var(--tw-text-opacity));
}.heading-6, .text-content .heading-6 {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.heading-6:first-child, .text-content .heading-6:first-child {
  margin-top: 0px;
}.heading-6:last-child, .text-content .heading-6:last-child {
  margin-bottom: 0px;
}.heading-6 i, .heading-6 em, .text-content .heading-6 i, .text-content .heading-6 em {
  --tw-text-opacity: 1;
  color: rgb(3 122 173 / var(--tw-text-opacity));
}.error404 header, .error404 footer {
  display: none;
}.home .hero .heading-1{font-size:8.4rem !important}.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
  position: relative !important;
  display: inline-flex !important;
  min-width: 20rem !important;
  cursor: pointer !important;
  justify-content: center !important;
  overflow: hidden !important;
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 122 173 / var(--tw-bg-opacity)) !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: .85rem !important;
  padding-bottom: .85rem !important;
  text-align: center !important;
  font-weight: 600 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  transition-property: all !important;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 300ms !important;
}.text-content.nf-form-content button ul li::before, .text-content.nf-form-content input[type=button] ul li::before, .text-content.nf-form-content input[type=submit] ul li::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.text-content.nf-form-content button ul li::after, .text-content.nf-form-content input[type=button] ul li::after, .text-content.nf-form-content input[type=submit] ul li::after {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.3);
}.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
  background-color: rgb(3 122 173 / var(--tw-bg-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 238 0 / var(--tw-bg-opacity)) !important;
}.checkbox-container .checkbox-wrap {
  display: flex !important;
  flex-wrap: nowrap !important;
}.checkbox-container .checkbox-wrap .nf-field-element {
  visibility: hidden;
  position: absolute;
  left: 999px;
  height: 0px;
  width: 0px;
  font-size: 0;
}.checkbox-container .checkbox-wrap .nf-field-label {
  visibility: visible !important;
  display: flex !important;
  height: 100% !important;
  min-height: 2rem !important;
  width: auto !important;
  min-width: 2rem !important;
  flex-shrink: 0 !important;
  cursor: pointer !important;
  align-items: center !important;
}.checkbox-container .checkbox-wrap .nf-field-label label {
  margin: 0px;
  letter-spacing: 0em;
  margin-left: 0px !important;
  height: auto !important;
  width: auto !important;
  flex-shrink: 0 !important;
  cursor: pointer !important;
  padding-left: 3rem !important;
  padding-right: 2rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(3 122 173 / var(--tw-text-opacity)) !important;
}.checkbox-container .checkbox-wrap .nf-field-label label:before, .checkbox-container .checkbox-wrap .nf-field-label label:after {
  top: 0px !important;
  left: 0px !important;
  margin-left: 0px !important;
  height: 2rem !important;
  width: 2rem !important;
  flex-shrink: 0 !important;
  cursor: pointer !important;
}.checkbox-container .checkbox-wrap .nf-field-label label:before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-content.checkbox-container .checkbox-wrap .nf-field-label label:before ul li::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.text-content.checkbox-container .checkbox-wrap .nf-field-label label:before ul li::after {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.3);
}.checkbox-container .checkbox-wrap .nf-field-label label:after {
  flex-shrink: 0 !important;
  border-radius: 3px !important;
  border-style: none !important;
  background-color: rgb(245 245 245 / 0.5) !important;
}.checkbox-container.label-hidden .checkbox-wrap .nf-field-label {
  align-items: flex-start !important;
}.checkbox-container.label-hidden .checkbox-wrap .nf-field-label label {
  font-size: 0 !important;
  line-height: 0 !important;
}.checkbox-container .nf-field-description {
  margin: 0px;
  letter-spacing: 0em;
  margin-left: -1rem;
  width: auto;
  flex-basis: auto;
}.checkbox-container .nf-field-description>* {
  margin-bottom: 1rem !important;
}.checkbox-container.label-right .field-wrap>div {
  width: auto !important;
}.nf-form-fields-required{display:none !important}.nf-error-msg {
  margin: 0 !important;
  border-radius: 4px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 66 45 / var(--tw-bg-opacity)) !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
  text-align: center !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}.text-content.nf-error-msg ul li::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.text-content.nf-error-msg ul li::after {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.3);
}.nf-form-content {
  width: 100% !important;
  max-width: 100% !important;
}.nf-field-container {
  margin-bottom: 3rem !important;
}@media (max-width: 768px) {

  .nf-field-container {
    margin-bottom: 2rem !important;
  }
}.nf-field-element input {
  margin: 0px !important;
  border-radius: 4px !important;
  border-width: 1px !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  font-size: 1.6rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(66 94 114 / var(--tw-text-opacity)) !important;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  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 !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 300ms !important;
}.nf-field-element input:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(3 122 173 / var(--tw-border-opacity)) !important;
}.list-wrap select, .nf-field-element .hour, .nf-field-element .minute, .textarea-wrap textarea {
  margin: 0px !important;
  border-radius: 4px !important;
  border-width: 1px !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  font-size: 1.6rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(66 94 114 / var(--tw-text-opacity)) !important;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  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 !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 300ms !important;
}.list-wrap select:focus, .nf-field-element .hour:focus, .nf-field-element .minute:focus, .textarea-wrap textarea:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(3 122 173 / var(--tw-border-opacity)) !important;
}.nf-field-label {
  margin-bottom: 1rem !important;
  display: flex !important;
}.nf-field-label label {
  --tw-text-opacity: 1 !important;
  color: rgb(66 94 114 / var(--tw-text-opacity)) !important;
}:root{--form-gutter: 1.8rem}.nf-form-content {
  padding-left: 0px;
  padding-right: 0px;
}.nf-multi-cell .nf-cell {
  padding-top: 0px !important;
  padding-bottom: 0px !important;padding-left:calc(var(--form-gutter)*.5*1);padding-right:calc(var(--form-gutter)*.5*1);
}.nf-row{margin-left:calc(var(--form-gutter)*.5*-1);margin-right:calc(var(--form-gutter)*.5*-1)}.nf-progress {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 122 173 / var(--tw-bg-opacity)) !important;
}.nf-breadcrumbs li a {
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(3 122 173 / var(--tw-border-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(3 122 173 / var(--tw-text-opacity)) !important;background:transparent;font-weight:400;
}.nf-breadcrumbs li.active a{color:#fff}.nf-response-msg {
  border-radius: 2px !important;
  padding: 4rem !important;
  text-align: center !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}.text-content.nf-response-msg ul li::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.text-content.nf-response-msg ul li::after {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.3);
}.nf-form-content .list-select-wrap>div select+div{border:0 !important;background:none !important;z-index:9999;pointer-events:none}.nf-form-content .list-select-wrap>div select+div:after{font-size:1.2rem !important}.submit-container .nf-field {
  display: flex !important;
  justify-content: center !important;
}.nf-field-element .hour{border-right:0 !important}.nf-field-element .minute{border-left:0 !important}.slider-default {
  height: 55rem;
  width: 100%;
  overflow: hidden;
}@media (max-width: 480px) {

  .slider-default {
    height: auto;
  }
}.slider-default .splide__slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}.slider-default .splide__arrows {
  position: absolute;
  top: 50%;
  left: 0px;
  display: flex;
  width: 100%;
  --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));
  justify-content: space-between;
}.slider-default .splide__arrow {
  display: flex;
  height: 6rem;
  width: 6rem;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(3 122 173 / var(--tw-bg-opacity));
}.slider-default .splide__arrow--prev {
  --tw-rotate: 180deg;
  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));
}.slider-default .splide__arrow svg {
  fill: white;
}.splide__list {
  display: flex;
}.splide__slide {
  flex-shrink: 0;
  outline: 2px solid transparent;
  outline-offset: 2px;
}.slider-modal {
  height: 100%;
  width: 100%;
  overflow: hidden;
}.slider-modal .splide__slide img {
  aspect-ratio: 1.85 / 1;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}.slider-modal .splide__arrows {
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 50;
  display: flex;
  width: 100%;
  --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));
  justify-content: space-between;
}.slider-modal .splide__arrow {
  display: flex;
  height: 6rem;
  width: 6rem;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(3 122 173 / var(--tw-bg-opacity));
}.slider-modal .splide__arrow--prev {
  --tw-rotate: 180deg;
  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));
}.slider-modal .splide__arrow svg {
  fill: white;
}.slider-text {
  width: 100%;
  overflow: hidden;
}.slider-text .splide__arrows {
  position: absolute;
  top: 50%;
  left: 0px;
  display: flex;
  width: 110%;
  --tw-translate-y: -50%;
  --tw-translate-x: -5%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  justify-content: space-between;
}.slider-text .splide__arrow {
  display: flex;
  height: 6rem;
  width: 6rem;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(3 122 173 / var(--tw-bg-opacity));
}.slider-text .splide__arrow--prev {
  --tw-rotate: 180deg;
  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));
}.slider-text .splide__arrow svg {
  fill: white;
}html .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}html .pointer-events-none {
  pointer-events: none;
}html .visible {
  visibility: visible;
}html .invisible {
  visibility: hidden;
}html .static {
  position: static;
}html .fixed {
  position: fixed;
}html .absolute {
  position: absolute;
}html .relative {
  position: relative;
}html .top-0 {
  top: 0px;
}html .left-0 {
  left: 0px;
}html .top-full {
  top: 100%;
}html .right-0 {
  right: 0px;
}html .top-1\/2 {
  top: 50%;
}html .left-\[3rem\] {
  left: 3rem;
}html .bottom-\[3rem\] {
  bottom: 3rem;
}html .z-50 {
  z-index: 50;
}html .-z-10 {
  z-index: -10;
}html .z-\[1000\] {
  z-index: 1000;
}html .col-span-6 {
  grid-column: span 6 / span 6;
}html .col-span-12 {
  grid-column: span 12 / span 12;
}html .col-span-4 {
  grid-column: span 4 / span 4;
}html .col-span-3 {
  grid-column: span 3 / span 3;
}html .col-span-8 {
  grid-column: span 8 / span 8;
}html .col-start-3 {
  grid-column-start: 3;
}html .my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}html .my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}html .mb-16 {
  margin-bottom: 4rem;
}html .mt-24 {
  margin-top: 6rem;
}html .mb-20 {
  margin-bottom: 5rem;
}html .mt-16 {
  margin-top: 4rem;
}html .mt-12 {
  margin-top: 3rem;
}html .mt-8 {
  margin-top: 2rem;
}html .mb-24 {
  margin-bottom: 6rem;
}html .mt-20 {
  margin-top: 5rem;
}html .mb-12 {
  margin-bottom: 3rem;
}html .mb-4 {
  margin-bottom: 1rem;
}html .mb-8 {
  margin-bottom: 2rem;
}html .mb-2 {
  margin-bottom: 0.5rem;
}html .ml-4 {
  margin-left: 1rem;
}html .mr-4 {
  margin-right: 1rem;
}html .mb-10 {
  margin-bottom: 2.5rem;
}html .ml-3 {
  margin-left: 0.75rem;
}html .ml-2 {
  margin-left: 0.5rem;
}html .mb-32 {
  margin-bottom: 8rem;
}html .mr-20 {
  margin-right: 5rem;
}html .mt-4 {
  margin-top: 1rem;
}html .mr-3 {
  margin-right: 0.75rem;
}html .mt-\[8rem\] {
  margin-top: 8rem;
}html .mt-\[\.5rem\] {
  margin-top: .5rem;
}html .block {
  display: block;
}html .flex {
  display: flex;
}html .inline-flex {
  display: inline-flex;
}html .contents {
  display: contents;
}html .hidden {
  display: none;
}html .aspect-square {
  aspect-ratio: 1 / 1;
}html .aspect-\[1\.44\/1\] {
  aspect-ratio: 1.44 / 1;
}html .aspect-\[1\.35\/1\] {
  aspect-ratio: 1.35 / 1;
}html .aspect-\[2\/1\] {
  aspect-ratio: 2 / 1;
}html .aspect-\[1\/1\] {
  aspect-ratio: 1 / 1;
}html .aspect-\[1\.88\/1\] {
  aspect-ratio: 1.88 / 1;
}html .aspect-\[2\.10\/1\] {
  aspect-ratio: 2.10 / 1;
}html .aspect-\[1\.77\/1\] {
  aspect-ratio: 1.77 / 1;
}html .aspect-\[1\.85\/1\] {
  aspect-ratio: 1.85 / 1;
}html .h-full {
  height: 100%;
}html .h-24 {
  height: 6rem;
}html .h-16 {
  height: 4rem;
}html .h-\[19rem\] {
  height: 19rem;
}html .h-\[30rem\] {
  height: 30rem;
}html .h-screen {
  height: 100vh;
}html .h-\[17rem\] {
  height: 17rem;
}html .w-\[10rem\] {
  width: 10rem;
}html .w-full {
  width: 100%;
}html .w-24 {
  width: 6rem;
}html .w-16 {
  width: 4rem;
}html .w-\[17rem\] {
  width: 17rem;
}html .w-\[60rem\] {
  width: 60rem;
}html .max-w-\[52rem\] {
  max-width: 52rem;
}html .max-w-\[62rem\] {
  max-width: 62rem;
}html .max-w-\[54rem\] {
  max-width: 54rem;
}html .flex-shrink-0 {
  flex-shrink: 0;
}html .-translate-y-1\/2 {
  --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));
}html .translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}html .rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}html .cursor-pointer {
  cursor: pointer;
}html .scroll-mt-12 {
  scroll-margin-top: 3rem;
}html .flex-col {
  flex-direction: column;
}html .flex-wrap {
  flex-wrap: wrap;
}html .items-start {
  align-items: flex-start;
}html .items-end {
  align-items: flex-end;
}html .items-center {
  align-items: center;
}html .justify-end {
  justify-content: flex-end;
}html .justify-center {
  justify-content: center;
}html .justify-between {
  justify-content: space-between;
}html .gap-8 {
  gap: 2rem;
}html .gap-4 {
  gap: 1rem;
}html .gap-0 {
  gap: 0px;
}html .gap-20 {
  gap: 5rem;
}html .gap-12 {
  gap: 3rem;
}html .gap-2 {
  gap: 0.5rem;
}html .gap-x-\[1rem\] {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}html .overflow-hidden {
  overflow: hidden;
}html .rounded-xs {
  border-radius: 1rem;
}html .rounded {
  border-radius: 4px;
}html .rounded-sm {
  border-radius: 1.5rem;
}html .rounded-full {
  border-radius: 9999px;
}html .rounded-md {
  border-radius: 2rem;
}html .border {
  border-width: 1px;
}html .border-b {
  border-bottom-width: 1px;
}html .border-t-2 {
  border-top-width: 2px;
}html .border-dotted {
  border-style: dotted;
}html .border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}html .border-\[red\]\/50 {
  border-color: rgb(255 0 0 / 0.5);
}html .border-b-blue-600\/20 {
  border-bottom-color: rgb(150 151 153 / 0.2);
}html .border-b-blue-600\/30 {
  border-bottom-color: rgb(150 151 153 / 0.3);
}html .border-b-grey-600\/30 {
  border-bottom-color: rgb(166 179 188 / 0.3);
}html .bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 77 162 / var(--tw-bg-opacity));
}html .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}html .bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(3 122 173 / var(--tw-bg-opacity));
}html .bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 249 250 / var(--tw-bg-opacity));
}html .bg-error {
  --tw-bg-opacity: 1;
  background-color: rgb(232 66 45 / var(--tw-bg-opacity));
}html .fill-primary {
  fill: #037AAD;
}html .fill-current {
  fill: currentColor;
}html .fill-error {
  fill: #E8422D;
}html .fill-transparent {
  fill: transparent;
}html .fill-white {
  fill: white;
}html .fill-\[red\]\/50 {
  fill: rgb(255 0 0 / 0.5);
}html .stroke-white\/80 {
  stroke: rgb(255 255 255 / 0.8);
}html .stroke-white {
  stroke: white;
}html .object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}html .object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}html .object-center {
  -o-object-position: center;
     object-position: center;
}html .p-36 {
  padding: 9rem;
}html .p-20 {
  padding: 5rem;
}html .p-4 {
  padding: 1rem;
}html .p-16 {
  padding: 4rem;
}html .p-8 {
  padding: 2rem;
}html .p-12 {
  padding: 3rem;
}html .px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}html .py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}html .py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}html .px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}html .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}html .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}html .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}html .px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}html .py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}html .py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}html .py-\[2rem\] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}html .text-center {
  text-align: center;
}html .text-xs {
  font-size: 1.6rem;
}html .text-2xl {
  font-size: 3.2rem;
}html .text-2xs {
  font-size: 1.4rem;
}html .text-xl {
  font-size: 2.4rem;
}html .text-4xl {
  font-size: 4.2rem;
}html .text-md {
  font-size: 2rem;
}html .text-\[8rem\] {
  font-size: 8rem;
}html .text-\[3\.2rem\] {
  font-size: 3.2rem;
}html .text-\[65rem\] {
  font-size: 65rem;
}html .font-medium {
  font-weight: 500;
}html .font-bold {
  font-weight: 700;
}html .uppercase {
  text-transform: uppercase;
}html .leading-none {
  line-height: 1;
}html .leading-normal {
  line-height: 1.5;
}html .text-primary {
  --tw-text-opacity: 1;
  color: rgb(3 122 173 / var(--tw-text-opacity));
}html .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}html .text-grey-600 {
  --tw-text-opacity: 1;
  color: rgb(166 179 188 / var(--tw-text-opacity));
}html .text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}html .text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(150 151 153 / var(--tw-text-opacity));
}html .\!text-main {
  --tw-text-opacity: 1 !important;
  color: rgb(66 94 114 / var(--tw-text-opacity)) !important;
}html .text-error {
  --tw-text-opacity: 1;
  color: rgb(232 66 45 / var(--tw-text-opacity));
}html .text-\[red\]\/50 {
  color: rgb(255 0 0 / 0.5);
}html .underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}html .opacity-0 {
  opacity: 0;
}html .opacity-40 {
  opacity: 0.4;
}html .shadow-field {
  --tw-shadow: 0 3px 40px rgba(0, 114, 185, 0.16);
  --tw-shadow-colored: 0 3px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}html .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);
}html .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}html .before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}html .before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}html .before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}html .before\:h-\[30\%\]::before {
  content: var(--tw-content);
  height: 30%;
}html .before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}html .before\:bg-gradient-to-t::before {
  content: var(--tw-content);
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}html .before\:from-primary::before {
  content: var(--tw-content);
  --tw-gradient-from: #037AAD;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(3 122 173 / 0));
}html .first\:pt-0:first-child {
  padding-top: 0px;
}html .last\:border-none:last-child {
  border-style: none;
}html .last\:pb-0:last-child {
  padding-bottom: 0px;
}html .hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(3 122 173 / var(--tw-bg-opacity));
}html .hover\:\!bg-main:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(66 94 114 / var(--tw-bg-opacity)) !important;
}html .hover\:bg-error:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 66 45 / var(--tw-bg-opacity));
}html .hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}html .hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(3 122 173 / var(--tw-text-opacity));
}html .hover\:text-grey-600\/40:hover {
  color: rgb(166 179 188 / 0.4);
}html .hover\:\!text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}html .group:hover .group-hover\:pointer-events-auto {
  pointer-events: auto;
}html .group:hover .group-hover\:opacity-100 {
  opacity: 1;
}html .peer:focus ~ .peer-focus\:pointer-events-auto {
  pointer-events: auto;
}html .peer:focus ~ .peer-focus\:opacity-100 {
  opacity: 1;
}@media (max-width: 1020px) {

  html .desktop\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  html .desktop\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  html .desktop\:flex-col {
    flex-direction: column;
  }

  html .desktop\:items-start {
    align-items: flex-start;
  }
}@media (max-width: 768px) {

  html .tablet\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  html .tablet\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  html .tablet\:flex {
    display: flex;
  }

  html .tablet\:flex-row {
    flex-direction: row;
  }

  html .tablet\:flex-col {
    flex-direction: column;
  }

  html .tablet\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  html .tablet\:items-start {
    align-items: flex-start;
  }

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

  html .tablet\:text-\[15px\] {
    font-size: 15px;
  }

  html .tablet\:text-\[20rem\] {
    font-size: 20rem;
  }
}@media (max-width: 480px) {

  html .mobile\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  html .mobile\:block {
    display: block;
  }

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