@charset "UTF-8";
/*
! tailwindcss v3.2.6 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: Sora, 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 */
  font-feature-settings: normal; /* 5 */
}
/*
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]) {
  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 */
  font-weight: inherit; /* 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::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;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  print-color-adjust: exact;
}
[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  print-color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  appearance: none;
  padding: 0;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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: 375px){
  .container{
    max-width: 375px;
  }
}
@media (min-width: 480px){
  .container{
    max-width: 480px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 992px){
  .container{
    max-width: 992px;
  }
}
@media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
}
@media (min-width: 1500px){
  .container{
    max-width: 1500px;
  }
}
@media (min-width: 1900px){
  .container{
    max-width: 1900px;
  }
}
.form-input,.form-textarea,.form-select,.form-multiselect{
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
.form-input::placeholder,.form-textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
.form-input::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
.form-input::-webkit-date-and-time-value{
  min-height: 1.5em;
}
.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.bbtn {
  display: flex;
  height: auto;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  text-transform: uppercase;
  border-radius: 48px;
  padding: 12px;
  background-color: #262626;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .bbtn {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .bbtn {
    font-size: 14px;
    padding: 8px;
  }
}
.bbtn.bbtn--green {
  background: linear-gradient(180deg, #1EFC6E 0%, #35EAB9 100%), #34DB8E;
}
.bbtn.bbtn--green span {
  border: 1px solid #262626;
}
.bbtn.bbtn--green span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #1EFC6E 0%, #35EAB9 100%), #34DB8E;
}
.bbtn.bbtn--green span:after {
  color: #262626;
}
.bbtn.bbtn--green span:hover:before {
  background-color: #262626;
}
.bbtn.bbtn--green span:hover:after {
  color: #ffffff;
  background: -webkit-linear-gradient(180deg, #1EFC6E 0%, #35EAB9 100%), #34DB8E;
  background: linear-gradient(180deg, #1EFC6E 0%, #35EAB9 100%), #34DB8E;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bbtn.bbtn--down {
  position: relative;
}
.bbtn.bbtn--down:after {
  content: "";
  position: absolute;
  right: 127px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 21px;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='23' viewBox='0 0 21 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Arrow' d='M1 11.6778L10.5 21M10.5 21L20 11.6778M10.5 21V0' stroke='url(%23paint0_linear_225_13)' stroke-width='1.5'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_225_13' x1='10.5' y1='-3.42074' x2='10.5' y2='21' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-opacity='0'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  transition: all 0.2s;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .bbtn.bbtn--down:after {
    right: 33px;
    top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .bbtn.bbtn--down:after {
    right: 33px;
    top: 50%;
  }
}
.bbtn.bbtn--down:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='23' viewBox='0 0 22 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Arrow' d='M1.5 11.6778L11 21M11 21L20.5 11.6778M11 21V0' stroke='url(%23paint0_linear_62_32)' stroke-width='1.5'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_62_32' x1='11' y1='-3.42074' x2='11' y2='21' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2331EEAB' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%2331EEAB'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.bbtn.bbtn--down span {
  padding: 16px 146px 16px 120px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .bbtn.bbtn--down span {
    padding: 16px 50px 16px 30px;
  }
}
@media screen and (max-width: 767px) {
  .bbtn.bbtn--down span {
    padding: 16px 50px 16px 30px;
  }
}
@media screen and (max-width: 600px) {
  .bbtn.bbtn--down.bbtn--down-header {
    font-size: 12px;
  }
}
@media screen and (max-width: 350px) {
  .bbtn.bbtn--down.bbtn--down-header {
    font-size: 8px;
  }
}
.bbtn.bbtn--down.bbtn--down-header:after {
  right: 42px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .bbtn.bbtn--down.bbtn--down-header:after {
    top: 32px;
    right: 32px;
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 767px) {
  .bbtn.bbtn--down.bbtn--down-header:after {
    top: 32px;
    right: 50px;
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 600px) {
  .bbtn.bbtn--down.bbtn--down-header:after {
    display: none;
  }
}
.bbtn.bbtn--down.bbtn--down-header span {
  padding: 8px 67px 8px 34px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .bbtn.bbtn--down.bbtn--down-header span {
    padding: 8px 47px 8px 34px;
  }
}
@media screen and (max-width: 767px) {
  .bbtn.bbtn--down.bbtn--down-header span {
    padding: 16px 28px 16px 10px;
  }
}
@media screen and (max-width: 600px) {
  .bbtn.bbtn--down.bbtn--down-header span {
    padding: 8px;
  }
}
.bbtn.bbtn--small span {
  padding: 16px 42px;
}
.bbtn:hover span {
  background: linear-gradient(180deg, #1EFC6E 0%, #35EAB9 100%), #34DB8E;
  color: #262626;
}
.bbtn:hover span:before {
  background: transparent;
}
.bbtn:hover span:after {
  color: #262626;
}
.bbtn span {
  padding: 16px 120px;
  background: linear-gradient(180deg, #1EFC6E 0%, #35EAB9 100%), #34DB8E;
  border-radius: 48px;
  transition: all 0.5s;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .bbtn span {
    padding: 16px 30px;
  }
}
@media screen and (max-width: 767px) {
  .bbtn span {
    padding: 16px 30px;
  }
}
.bbtn span:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-color: #262626;
  border-radius: 48px;
  transition: all 0.5s;
}
.bbtn span:after {
  position: relative;
  content: attr(data);
  color: white;
  z-index: 2;
}

.btn-close-wrap {
  display: flex;
}

.btn-close {
  display: flex;
  height: auto;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  text-transform: uppercase;
  border-radius: 48px;
  padding: 1px;
  background: linear-gradient(180deg, #1EFC6E 0%, #35EAB9 100%), #34DB8E;
  position: relative;
  transition: all 0.2s;
}
.btn-close span {
  transition: all 0.2s;
  padding: 12px 100px;
  border-radius: 48px;
  background: #262626;
  color: white;
}
.btn-close:hover span {
  background: linear-gradient(180deg, #1EFC6E 0%, #35EAB9 100%), #34DB8E;
  color: #262626;
}

html {
  scroll-behavior: smooth;
  overflow-y: scroll;
}

* {
  scroll-margin-top: 20px;
}
@media (min-width: 1200px) {
  * {
    scroll-margin-top: 50px;
  }
}

.scroll-disabled {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

body {
  background-color: #262626;
  color: #262626;
  font-family: Sora, 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";
  font-size: 0.9375rem;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  body{
    font-size: 1rem;
  }
}
body.show-screen-size:after {
  position: fixed;
  left: 50%;
  bottom: 0px;
  width: 160px;
  background: #000;
  color: #fff;
  content: "[TINY] 0px-374px";
  text-align: center;
  padding: 5px;
  font-size: 12px;
  z-index: 9999;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin-left: -80px;
}
@media (min-width: 375px) {
  body.show-screen-size:after {
    content: "[MINI] 375px-479px";
  }
}
@media (min-width: 480px) {
  body.show-screen-size:after {
    content: "[XS] 480px-767px";
  }
}
@media (min-width: 768px) {
  body.show-screen-size:after {
    content: "[SM] 768px-991px";
  }
}
@media (min-width: 992px) {
  body.show-screen-size:after {
    content: "[MD] 992px-1199px";
  }
}
@media (min-width: 1200px) {
  body.show-screen-size:after {
    content: "[LG] 1200px-1499px";
  }
}
@media (min-width: 1500px) {
  body.show-screen-size:after {
    content: "[XL] 1500px-1899px";
  }
}
@media (min-width: 1900px) {
  body.show-screen-size:after {
    content: "[XXL] 1900px-∞";
  }
}

.theme-typography{
  max-width: none;
}

.js-footer {
  color: white;
  padding: 20px 30px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .js-footer {
    padding: 15px 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .js-footer {
    padding: 15px 15px !important;
  }
}
.js-footer .footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin-left: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .js-footer .footer-wrap {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .js-footer .footer-wrap {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }
}
.js-footer .footer-wrap .footer-menu ul, .js-footer .footer-wrap ul.footer-menu {
  display: flex;
  gap: 30px;
}
.js-footer .footer-wrap .footer-menu ul li, .js-footer .footer-wrap ul.footer-menu li {
  color: #ccc;
}
.js-footer .footer-wrap .footer-menu ul a, .js-footer .footer-wrap ul.footer-menu a {
  color: #ccc;
  text-decoration: underline;
}

.page-template-page-privacy {
  background-color: white !important;
}
.page-template-page-privacy .l-outline {
  min-height: calc(100vh - 32px);
  min-height: calc(calc(var(--vh, 1vh) * 100) - 32px);
  display: flex;
  flex-direction: column;
}
.page-template-page-privacy footer {
  margin-top: auto;
  background-color: #262626 !important;
}

.form-input {
  border: 1px solid rgba(17, 65, 255, 0.33);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  background-color: white;
  color: #262626;
  border-radius: 0;
  font-size: 16px;
  line-height: 2.45;
  z-index: 10;
  transition: all 0.3s ease-in-out;
  display: block;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .form-input {
    font-size: 13px;
    line-height: 3;
  }
}

.form-textarea {
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(17, 65, 255, 0.33);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  background-color: white;
  color: #262626;
  border-radius: 0;
  font-size: 13px;
  text-indent: 0 !important;
  padding-top: 1.1rem;
  display: block;
  width: 100%;
}

.form-wrap {
  position: relative;
}

.form-wrap--is-active .form-label {
  font-size: 10px;
  transform: translate(0, -150%);
}

.form-label {
  position: absolute;
  left: 1px;
  top: 28px;
  transform: translate(0, -50%);
  font-size: 13px;
  z-index: 20;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  margin-left: 0.75rem;
}

.form-checkbox {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(17, 65, 255, 0.33);
  background-color: white;
  border-radius: 0;
  width: 23px;
  height: 24px;
  cursor: pointer;
}

.forminator-row .forminator-field-email {
  margin-top: 48px;
  margin-bottom: 40px;
}
.forminator-row input[type=email] {
  height: 64px;
  color: #262626;
  outline: 0 !important;
  border-radius: 48px 0px 0px 48px;
  background: linear-gradient(90deg, #FFF 66.9%, rgba(255, 255, 255, 0.99) 69.11%, rgba(255, 255, 255, 0.96) 71.32%, rgba(255, 255, 255, 0.92) 73.52%, rgba(255, 255, 255, 0.85) 75.73%, rgba(255, 255, 255, 0.77) 77.94%, rgba(255, 255, 255, 0.67) 80.14%, rgba(255, 255, 255, 0.56) 82.35%, rgba(255, 255, 255, 0.44) 84.56%, rgba(255, 255, 255, 0.33) 86.76%, rgba(255, 255, 255, 0.23) 88.97%, rgba(255, 255, 255, 0.15) 91.17%, rgba(255, 255, 255, 0.08) 93.38%, rgba(255, 255, 255, 0.04) 95.59%, rgba(255, 255, 255, 0.01) 97.79%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  border: 0;
  position: relative;
  padding-left: 70px;
}
.forminator-row .forminator-field-email {
  position: relative;
}
.forminator-row .forminator-field-email:before {
  position: absolute;
  content: "";
  left: 25px;
  top: 18px;
  width: 28px;
  height: 28px;
  z-index: 4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M25.6666 22.5V5H2.33325V22.5H25.6666Z' stroke='black' stroke-linecap='round'/%3E%3Cpath d='M25.6668 9L14.0002 17.1667L2.3335 9' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.forminator-error-message {
  color: #e04562;
  font-size: 13px;
  position: relative;
  top: 2px;
  left: 30px;
}

.form-submit-btn {
  display: flex;
  height: auto;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  text-transform: uppercase;
  border-radius: 48px;
  padding: 24px 90px 24px 64px;
  color: transparent !important;
  background: linear-gradient(180deg, #1EFC6E 0%, #35EAB9 100%), #34DB8E;
  position: relative;
}
.form-submit-btn:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  background: transparent;
  border: 1px solid #262626;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border-radius: 48px;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-submit-btn:after {
  content: "Sign Up For Waitlist";
  position: absolute;
  top: 8px;
  left: 8px;
  background: transparent;
  color: #262626;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border-radius: 48px;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.form-submit-btn:hover:before {
  background: #262626;
}
.form-submit-btn:hover:after {
  color: #ffffff;
  background: -webkit-linear-gradient(180deg, #1EFC6E 0%, #35EAB9 100%), #34DB8E;
  background: linear-gradient(180deg, #1EFC6E 0%, #35EAB9 100%), #34DB8E;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .form-submit-btn {
    padding: 24px;
  }
}

.forminator-success + .forminator-row .subscribe-form-content {
  display: none;
}

.forminator-success ~ .forminator-row .forminator-field-email {
  display: none;
}

.forminator-success ~ .forminator-row .forminator-button-submit {
  display: none;
}

.lazyload {
  opacity: 0;
  transition: all 0.1s ease-in-out;
}

.lazyloaded {
  opacity: 1;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

object,
iframe,
embed,
canvas,
video,
audio,
svg {
  max-width: 100%;
}

.svg-in-full svg {
  width: 100%;
  height: auto;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

.p-reset p:first-child {
  margin-top: 0;
}
.p-reset p:last-child {
  margin-bottom: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1em;
}

/**
 * Print styles.
 * Taken from https://github.com/h5bp/html5-boilerplate
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.h2 {
  color: #FFF;
  font-size: 76px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .h2 {
    font-size: 50px;
  }
}

.p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p {
    font-size: 14px;
  }
}
.p.p-white {
  color: #fff;
}
.p.p-gray {
  color: #ccc;
}

.txt-xl {
  font-size: 142px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
}
@media screen and (min-width: 1025px) and (max-width: 2000px) {
  .txt-xl {
    font-size: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .txt-xl {
    font-size: 76px;
  }
}
@media screen and (max-width: 767px) {
  .txt-xl {
    font-size: 60px;
  }
}

.txt-lg {
  font-size: 76px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .txt-lg {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .txt-lg {
    font-size: 50px;
  }
}

.txt-md {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .txt-md {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .txt-md {
    font-size: 30px;
  }
}

.txt-sm {
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .txt-sm {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .txt-sm {
    font-size: 16px;
  }
}

.txt-xs {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .txt-xs {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .txt-xs {
    font-size: 14px;
  }
}

.l-wrap,
.l-blocks-wrap > *:not(.alignwide):not(.alignleft):not(.alignfull):not(.wp-block-group):not(.block-editor-inner-blocks),
.l-blocks-wrap > .alignwide:not(.wp-block-group),
.blocks-container > *:not(.alignwide):not(.alignfull):not(.wp-block-group):not(.block-editor-inner-blocks){
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  max-width: 73.125rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .l-wrap,
  .l-blocks-wrap > *:not(.alignwide):not(.alignleft):not(.alignfull):not(.wp-block-group):not(.block-editor-inner-blocks),
  .l-blocks-wrap > .alignwide:not(.wp-block-group),
  .blocks-container > *:not(.alignwide):not(.alignfull):not(.wp-block-group):not(.block-editor-inner-blocks){
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .l-wrap,
  .l-blocks-wrap > *:not(.alignwide):not(.alignleft):not(.alignfull):not(.wp-block-group):not(.block-editor-inner-blocks),
  .l-blocks-wrap > .alignwide:not(.wp-block-group),
  .blocks-container > *:not(.alignwide):not(.alignfull):not(.wp-block-group):not(.block-editor-inner-blocks){
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.l-blocks-wrap > .alignwide:not(.wp-block-group){
  max-width: 87.5rem;
}

.wp-block-group__inner-container > *:not(.alignwide):not(.alignfull):not(.l-block){
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .wp-block-group__inner-container > *:not(.alignwide):not(.alignfull):not(.l-block){
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .wp-block-group__inner-container > *:not(.alignwide):not(.alignfull):not(.l-block){
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.l-wrap--narrow{
  max-width: 50rem;
}

.l-blocks-wrap > .alignwide,
.wp-block-group .alignwide{
  max-width: 87.5rem;
}

.default-block-spacing{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .default-block-spacing{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

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

[data-aos=zoom-in] {
  transform: scale(0.95);
}

[data-aos=reveal] {
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=reveal].aos-animate {
  opacity: 1;
}
@media (min-width: 768px) {
  [data-aos=reveal] {
    transform: translateY(20px);
  }
  [data-aos=reveal].aos-animate {
    transform: translateY(0);
  }
}

body[data-aos-easing=reveal] [data-aos], [data-aos][data-aos][data-aos-easing=new-easing] {
  transition-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1);
}

#bp_container > .bp-x {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hf-message {
  border-radius: 5px;
  background: #EBF5FF;
  color: #215CDC;
  border: 1px solid #b8dcff;
  padding: 5px 10px;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}

.hf-message-success {
  background: #F3FAF7;
  border: 1px solid #cfebdf;
  color: #03543F;
}

.leaflet-container{
  font-family: Sora, 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";
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.leaflet-container .leaflet-popup-content{
  text-align: center;
}

.g-recaptcha {
  transform: scale(0.85);
  transform-origin: 0 0;
}
@media (min-width: 768px) {
  .g-recaptcha {
    transform: scale(1);
  }
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.comment-list ol {
  list-style: none;
}

li.comment {
  border-bottom: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(5, 1, 7, 0.11);
  margin-bottom: 1em;
  padding: 1em;
}
li.comment div.vcard {
  font-weight: 400;
}
li.comment div.vcard img.avatar {
  border: 5px solid #ccc;
  float: right;
  margin: 0 0 20px 20px;
}
li.comment div.comment-metadata {
  font-size: 11px;
  margin-bottom: 0.7em;
}
li.comment ul {
  font-size: 12px;
  list-style: none;
  margin: 0 0 0 20px;
}
li.comment div.reply {
  font-size: 11px;
}
li.comment div.reply a {
  font-weight: bold;
}
li.comment div.reply ul.children {
  list-style: none;
  margin: 12px;
  text-indent: 0;
}
li.comment div.reply ul.children li.depth-2 {
  border-left: 5px solid #ccc;
  margin: 0 0 10px 10px;
}
li.comment div.reply ul.children li.depth-3 {
  border-left: 5px solid #bbb;
  margin: 0 0 10px 10px;
}
li.comment div.reply ul.children li.depth-4 {
  border-left: 5px solid #aaa;
  margin: 0 0 10px 10px;
}

.comment-body {
  margin-bottom: 1em;
}

/* Contact Form 7 Styles */
div.wpcf7-response-output {
  margin: 20px 0;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  padding: 0.3em 0.6em;
}

span.wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  border: 1px solid transparent;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  margin-top: 4px;
  padding: 0.3em 0.6em;
  font-size: 0.8em;
}

div.wpcf7-validation-errors,
div.wpcf7-spam-blocked {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  padding: 0.8em 1em;
}

.wpcf7-validation-errors {
  clear: both;
  margin-top: 1em;
}

.contact--recaptcha {
  padding-top: 1em;
}

div.wpcf7-mail-sent-ok,
.wpcf7 form.sent .wpcf7-response-output {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 0.8em 1em;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
}

span.wpcf7-list-item {
  margin-left: 0;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  background: url(../img/icons/spinner.svg);
  width: 200px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
}

.wp-pagenavi {
  padding-top: 10px;
  padding-bottom: 2px;
}
@media (min-width: 768px) {
  .wp-pagenavi {
    padding-top: 24px;
  }
}
.wp-pagenavi .pages,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  display: none;
}
.wp-pagenavi .extend {
  display: inline-block;
  margin-right: 14px;
  color: #A3B3C0;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .extend {
  color: #a6b2bf;
  display: inline-block;
  height: 40px;
  padding: 0 10px;
  margin-right: 14px;
  line-height: 38px;
  min-width: 35px;
  text-align: center;
  transition: all 0.3s;
  background: #FFFFFF;
  text-shadow: none;
  border: 1px solid #A3B3C0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .first,
  .wp-pagenavi .last,
  .wp-pagenavi .extend {
    height: 56px;
    line-height: 54px;
    min-width: 41px;
    font-size: 18px;
  }
}
.wp-pagenavi .page:hover, .wp-pagenavi .page:focus,
.wp-pagenavi .current:hover,
.wp-pagenavi .current:focus,
.wp-pagenavi .first:hover,
.wp-pagenavi .first:focus,
.wp-pagenavi .last:hover,
.wp-pagenavi .last:focus,
.wp-pagenavi .extend:hover,
.wp-pagenavi .extend:focus {
  text-decoration: none;
  color: #6b7f94;
  border-color: #678196;
}
.wp-pagenavi .current {
  color: #6d6d6d;
  background: #FFFFFF;
  border-color: #6d6d6d;
}
.wp-pagenavi .current:hover {
  color: #6d6d6d;
  background: #fff;
  border-color: #6d6d6d;
}

.alignleft {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .alignleft {
    margin-bottom: 25px;
    float: left;
    margin-right: 42px;
    display: inline;
  }
}
@media (min-width: 992px) {
  .alignleft {
    margin-bottom: 45px;
  }
}

.alignright {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .alignright {
    display: inline;
    float: right;
    margin-left: 42px;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .alignright {
    margin-bottom: 45px;
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption p:first-child {
  margin-bottom: 0.5em;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}

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

.wp-caption .wp-caption-text {
  margin: 0 0 1em;
  font-size: 0.8rem;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.entry-meta {
  margin-bottom: 15px;
  font-style: italic;
  font-size: 0.85em;
}

.entry-footer {
  padding: 1em 0;
}

.entry-back {
  text-align: center;
  padding-top: 3em;
}

.cat-links,
.tags-links {
  display: block;
  margin-bottom: 0.4em;
}

.wp-block-image {
  margin-bottom: 1em;
}
.wp-block-image img {
  max-width: 100%;
}
.wp-block-image .aligncenter {
  text-align: center;
}
.wp-block-image .alignfull img,
.wp-block-image .alignwide img {
  width: 100%;
}
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image .aligncenter,
.wp-block-image .is-resized {
  display: table;
}
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image .aligncenter > figcaption,
.wp-block-image .is-resized > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.wp-block-image .alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-left: 0;
  margin-right: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.wp-block-image .alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-right: 0;
  margin-left: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image figcaption {
  background-color: #3b3b3b;
  font-size: 0.8rem;
  line-height: 1rem;
  padding: 10px 5px;
  margin-bottom: 1rem;
  font-style: italic;
}

.wp-block-embed figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.wp-block-embed iframe {
  max-width: 100%;
}

.wp-block-embed__wrapper {
  position: relative;
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 50%;
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.85%;
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  padding-top: 50%;
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
  padding-top: 177.77%;
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-top: 200%;
}

.c-btn {
  font-size: 16px;
  font-family: Sora, 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";
  font-weight: normal;
  display: inline-block;
  background: #6d6d6d;
  padding: 0.4em 1em;
  color: #fff;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
}
@media only screen and (min-width: 375px) {
  .c-btn {
    font-size: calc(
      16px + 2 * (100vw - 375px) / (1200 - 375)
    );
  }
}
@media only screen and (min-width: 1200px) {
  .c-btn {
    font-size: 18px;
  }
}
.c-btn:hover, .c-btn.btn--hover {
  background: rgb(87, 87, 87);
  text-decoration: none;
  color: #fff;
}
.c-btn:focus, .c-btn:active, .c-btn:active:focus {
  outline: none;
}
.c-btn[disabled] {
  background: #ccc;
  color: #000;
}

.c-btn--cookie {
  padding: 0.3em 0.8em 0.3em 0.8em;
  font-size: 16px;
  margin: 0 5px 5px 0;
}
@media only screen and (min-width: 375px) {
  .c-btn--cookie {
    font-size: calc(
      16px + 2 * (100vw - 375px) / (1200 - 375)
    );
  }
}
@media only screen and (min-width: 1200px) {
  .c-btn--cookie {
    font-size: 18px;
  }
}

.c-btn--small {
  padding: 0.6em 1em;
  font-size: 12px;
}
@media only screen and (min-width: 375px) {
  .c-btn--small {
    font-size: calc(
      12px + 3 * (100vw - 375px) / (1200 - 375)
    );
  }
}
@media only screen and (min-width: 1200px) {
  .c-btn--small {
    font-size: 15px;
  }
}

.c-btn--mini {
  padding: 0.1em 0.4em;
  font-size: 12px;
}
@media only screen and (min-width: 375px) {
  .c-btn--mini {
    font-size: calc(
      12px + 1 * (100vw - 375px) / (1200 - 375)
    );
  }
}
@media only screen and (min-width: 1200px) {
  .c-btn--mini {
    font-size: 13px;
  }
}

.c-btn--large {
  font-size: 18px;
  padding: 0.5em 1.5em;
}
@media only screen and (min-width: 375px) {
  .c-btn--large {
    font-size: calc(
      18px + 4 * (100vw - 375px) / (1200 - 375)
    );
  }
}
@media only screen and (min-width: 1200px) {
  .c-btn--large {
    font-size: 22px;
  }
}

.c-cookie-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #DBDDE0;
  font-size: 14px;
  line-height: 1.3;
  padding: 0.8em 0;
  transform: translateY(100%);
  transition: all 0.2s ease-out 0s;
  z-index: 9999;
}
@media only screen and (min-width: 375px) {
  .c-cookie-bar {
    font-size: calc(
      14px + 2 * (100vw - 375px) / (1200 - 375)
    );
  }
}
@media only screen and (min-width: 1200px) {
  .c-cookie-bar {
    font-size: 16px;
  }
}
.c-cookie-bar--not-decided .c-cookie-bar {
  transform: translateY(0);
  transition: all 0.2s ease-out 1s;
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.3);
}

.c-cookie-bar__btns {
  text-align: center;
}

.c-cookie-bar__txt {
  margin-bottom: 10px;
}
.c-cookie-bar__txt p:last-child {
  margin: 0;
}

.c-site-footer {
  border-top: 2px solid #262626;
  padding: 80px 0 100px;
  background: #262626;
  color: #fff;
}

.browserupgrade {
  text-align: center;
  margin: 0 auto;
  background: #FC0;
  color: #000;
  padding: 0.8em 0;
  font-size: 14px;
}
.browserupgrade a {
  color: white;
  text-decoration: underline;
}
.browserupgrade a:hover {
  text-decoration: none;
}

.header-visual-styles {
  background-color: #262626;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px){
  .header-visual-styles{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.header-visual-styles.js-header--scrolled {
  background-color: #262626;
  --tw-bg-opacity: 0.8;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px){
  .header-visual-styles.js-header--scrolled{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

header.header-visual-styles {
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s;
  color: white;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 3px !important;
}
header.header-visual-styles:after {
  pointer-events: none;
  position: absolute;
  content: "";
  width: 100%;
  height: 80px;
  left: 0;
  top: calc(100% - 3px);
  background: linear-gradient(180deg, #262626 0%, rgba(38, 38, 38, 0.991353) 6.45%, rgba(38, 38, 38, 0.96449) 12.9%, rgba(38, 38, 38, 0.91834) 19.35%, rgba(38, 38, 38, 0.852589) 25.8%, rgba(38, 38, 38, 0.768225) 32.25%, rgba(38, 38, 38, 0.668116) 38.7%, rgba(38, 38, 38, 0.557309) 45.15%, rgba(38, 38, 38, 0.442691) 51.6%, rgba(38, 38, 38, 0.331884) 58.05%, rgba(38, 38, 38, 0.231775) 64.5%, rgba(38, 38, 38, 0.147411) 70.95%, rgba(38, 38, 38, 0.0816599) 77.4%, rgba(38, 38, 38, 0.03551) 83.85%, rgba(38, 38, 38, 0.0086472) 90.3%, rgba(38, 38, 38, 0) 96.75%);
}
@media screen and (max-width: 767px) {
  header.header-visual-styles {
    padding-top: 10px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
}
header.header-visual-styles .header-logo {
  display: flex;
  align-items: flex-end;
}
header.header-visual-styles .header-logo__text {
  padding-bottom: 6px;
}

header:not(.js-header--scrolled) {
  opacity: 0;
}

header.js-header--scrolled {
  opacity: 1;
}

ul.c-hor-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.c-hor-menu > li {
  display: inline-block;
  position: relative;
}
ul.c-hor-menu > li.opened .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  left: 0;
  transition: opacity 0.2s cubic-bezier(0.55, 0, 0.1, 1) 0.1s, transform 0.2s cubic-bezier(0.55, 0, 0.1, 1) 0.1s, left 0s 0s ease;
}
ul.c-hor-menu > li.opened > a:before {
  width: 100%;
}
ul.c-hor-menu > li > a {
  display: inline-block;
  padding: 0.2em 0.8em;
  text-decoration: none;
  border-radius: 5px;
  color: #262626;
}
ul.c-hor-menu > li > a:hover, ul.c-hor-menu > li > a:focus {
  text-decoration: none;
  color: #6d6d6d;
}
ul.c-hor-menu > li.menu-item-has-children > a {
  padding-right: 1.5em;
}
ul.c-hor-menu > li.menu-item-has-children > a:after {
  content: " ";
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #222 transparent transparent transparent;
}
ul.c-hor-menu > li.current-menu-item a, ul.c-hor-menu > li.current_page_parent a {
  background: rgb(138, 138, 138);
  color: #fff;
}
ul.c-hor-menu .sub-menu {
  position: absolute;
  top: auto;
  left: -10000px;
  background: #fff;
  margin: 0;
  padding: 6px 0 10px 0;
  list-style: none;
  line-height: 1.2;
  box-shadow: 1.4px 1.4px 6px rgba(2, 2, 3, 0.16);
  border-radius: 0;
  z-index: 999;
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  text-align: left;
  font-size: 0.8rem;
  font-weight: normal;
  transition: left 0.5s 0.5s ease-in-out, opacity 0.2s 0.1s cubic-bezier(0.55, 0, 0.1, 1), transform 0.2s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  width: auto;
}
@media (min-width: 992px) {
  ul.c-hor-menu .sub-menu {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  ul.c-hor-menu .sub-menu {
    font-size: 1.08rem;
  }
}
ul.c-hor-menu .sub-menu li {
  display: block;
}
ul.c-hor-menu .sub-menu a {
  display: block;
  text-decoration: none;
  font-weight: normal;
  padding: 0.5em 1em;
  white-space: nowrap;
  color: #262626;
}
ul.c-hor-menu .sub-menu li.current-menu-item a,
ul.c-hor-menu .sub-menu a:hover {
  color: #6d6d6d;
}

.c-map {
  height: 400px;
}

ul.c-mobile-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
}
ul.c-mobile-menu > li {
  display: block;
  position: relative;
  border-bottom: 1px solid #ECECEC;
  padding: 0.5em 0;
}
ul.c-mobile-menu > li:last-child {
  border: 0;
}
ul.c-mobile-menu > li.opened .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  left: 0;
  transition: opacity 0.2s cubic-bezier(0.55, 0, 0.1, 1) 0.1s, transform 0.2s cubic-bezier(0.55, 0, 0.1, 1) 0.1s, left 0s 0s ease;
}
ul.c-mobile-menu > li.opened > a:before {
  width: 100%;
}
ul.c-mobile-menu > li > a {
  display: block;
  text-decoration: none;
  border-radius: 5px;
  color: #262626;
  position: relative;
}
ul.c-mobile-menu > li > a:hover, ul.c-mobile-menu > li > a:focus {
  text-decoration: none;
}
ul.c-mobile-menu > li > a.expanded::after {
  transform: rotate(-180deg);
}
ul.c-mobile-menu > li.menu-item-has-children > a {
  padding-right: 1.5em;
}
ul.c-mobile-menu > li.menu-item-has-children > a:after {
  content: " ";
  position: absolute;
  right: 0px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  transition: all 0.4s ease-in-out;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiPgogIDxwYXRoIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMTkgOWwtNyA3LTctNyIgLz4KPC9zdmc+);
  background-size: 24px 24px;
}
ul.c-mobile-menu li.current-menu-item a, ul.c-mobile-menu li.current_page_parent a, ul.c-mobile-menu li.current-menu-parent > a, ul.c-mobile-menu li.current_page_item > a {
  color: #6d6d6d;
}
ul.c-mobile-menu ul {
  padding-top: 0.75rem;
  margin: 0;
  font-size: 16px;
}
ul.c-mobile-menu ul li {
  margin-bottom: 0.25rem;
  padding-left: 1.5rem;
  position: relative;
}
ul.c-mobile-menu ul li::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 13px;
  height: 2px;
  background: #6d6d6d;
}
ul.c-mobile-menu ul li:last-child {
  margin-bottom: 0;
}
ul.c-mobile-menu ul a {
  color: #262626;
  text-decoration: none;
}
ul.c-mobile-menu ul a:hover {
  text-decoration: none;
  color: #000;
}

.c-pagination {
  margin-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .c-pagination {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
.c-pagination .page-numbers {
  display: inline-block;
  border: 2px solid #6d6d6d;
  min-width: 40px;
  text-align: center;
  border-radius: 15px;
  line-height: 44px;
  margin-right: 6px;
  padding: 2px 14px 0;
  text-decoration: none;
  color: #262626;
  font-weight: bold;
  font-size: 20px;
  background: #fff;
  transition: all 0.2s ease-in-out;
}
.c-pagination .page-numbers:hover {
  border-color: rgb(98, 98, 98);
}
.c-pagination .page-numbers.current {
  color: #fff;
  background: #6d6d6d;
}

.c-scroll-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s ease;
  background: #6d6d6d;
  color: #fff;
  text-decoration: none;
  text-align: center;
  z-index: 10;
  width: 50px;
  height: 50px;
  transform: translateY(100px);
  transition: all 0.5s cubic-bezier(0.23, 0.3, 0.24, 1.18);
  font-size: 30px;
  border: 2px solid #fff;
}
.c-scroll-to-top svg {
  width: 23px;
  height: 23px;
  fill: #fff;
}
.c-scroll-to-top:hover {
  background: rgb(98, 98, 98);
  color: #fff;
  text-decoration: none;
}

.c-scroll-to-top.show {
  visibility: visible;
  transform: translateY(0);
  cursor: pointer;
  opacity: 1;
}

.c-share-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: white;
}

.c-share-icons a {
  display: flex;
  align-items: center;
  text-decoration: none !important;
  padding: 7px 11px;
  margin-right: 1px;
  transition: all 0.2s ease;
  margin-bottom: 1px;
  color: #fff;
}

.c-share-icons p {
  margin-left: 8px;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
}

.c-share-icons__icon-facebook {
  background-color: #3b5998;
}

.c-share-icons__icon-facebook:hover {
  background-color: #4273c8;
}

.c-share-icons__icon-twitter {
  background-color: #55acee;
}

.c-share-icons__icon-twitter:hover {
  background-color: #32bbf5;
}

.c-share-icons__icon-mail {
  background-color: #999;
}

.c-share-icons__icon-mail:hover {
  background-color: #a8a8a8;
}

.c-share-icons__icon-xing {
  background-color: #126567;
}

.c-share-icons__icon-xing:hover {
  background-color: #29888a;
}

.c-share-icons__icon-whatsapp {
  background-color: #5cbe4a;
}

.c-share-icons__icon-whatsapp:hover {
  background-color: #34af23;
}

.c-title {
  color: #000000;
  margin-bottom: 1em;
  margin-top: 1.5em;
  font-weight: bold;
  font-size: 24px;
}
@media only screen and (min-width: 375px) {
  .c-title {
    font-size: calc(
      24px + 11 * (100vw - 375px) / (1200 - 375)
    );
  }
}
@media only screen and (min-width: 1200px) {
  .c-title {
    font-size: 35px;
  }
}
.c-title:first-child {
  margin-top: 0;
}

.c-title--xxsmall {
  font-size: 14px;
}
@media only screen and (min-width: 375px) {
  .c-title--xxsmall {
    font-size: calc(
      14px + 4 * (100vw - 375px) / (1200 - 375)
    );
  }
}
@media only screen and (min-width: 1200px) {
  .c-title--xxsmall {
    font-size: 18px;
  }
}

.c-title--xsmall {
  font-size: 17px;
}
@media only screen and (min-width: 375px) {
  .c-title--xsmall {
    font-size: calc(
      17px + 4 * (100vw - 375px) / (1200 - 375)
    );
  }
}
@media only screen and (min-width: 1200px) {
  .c-title--xsmall {
    font-size: 21px;
  }
}

.c-title--small {
  font-size: 18px;
}
@media only screen and (min-width: 375px) {
  .c-title--small {
    font-size: calc(
      18px + 6 * (100vw - 375px) / (1200 - 375)
    );
  }
}
@media only screen and (min-width: 1200px) {
  .c-title--small {
    font-size: 24px;
  }
}

.c-title--large {
  font-size: 28px;
}
@media only screen and (min-width: 375px) {
  .c-title--large {
    font-size: calc(
      28px + 12 * (100vw - 375px) / (1200 - 375)
    );
  }
}
@media only screen and (min-width: 1200px) {
  .c-title--large {
    font-size: 40px;
  }
}

.c-title--xlarge {
  font-size: 28px;
}
@media only screen and (min-width: 375px) {
  .c-title--xlarge {
    font-size: calc(
      28px + 25 * (100vw - 375px) / (1200 - 375)
    );
  }
}
@media only screen and (min-width: 1200px) {
  .c-title--xlarge {
    font-size: 53px;
  }
}

.c-title--xxlarge {
  font-size: 40px;
}
@media only screen and (min-width: 375px) {
  .c-title--xxlarge {
    font-size: calc(
      40px + 30 * (100vw - 375px) / (1200 - 375)
    );
  }
}
@media only screen and (min-width: 1200px) {
  .c-title--xxlarge {
    font-size: 70px;
  }
}

.b-example{
  --tw-bg-opacity: 1;
  background-color: rgb(109 109 109 / var(--tw-bg-opacity));
}

.text-size-large{
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .text-size-large{
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .text-size-large{
    font-size: 1.5rem;
  }
}

.mt-0-first-child > *:first-child {
  margin-top: 0;
}

.mb-0-last-child > *:last-child {
  margin-bottom: 0;
}

.center-x-y{
  position: absolute;
  left: 50%;
  top: 50%;
  --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));
}

.center-x{
  position: absolute;
  left: 50%;
  top: 0px;
  --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));
}

.center-y{
  position: absolute;
  left: 0px;
  top: 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));
}

.bottom-inset-shadow::after {
  position: absolute;
  top: 6px;
  left: 50%;
  content: "";
  display: block;
  width: 90%;
  border-radius: 50%;
  height: 30px;
  transform: translate(-50%);
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
  z-index: -1;
}

.pointer-events-none{
  pointer-events: none;
}

.collapse{
  visibility: collapse;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

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

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

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

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

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

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

.m-0{
  margin: 0px;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

.-mb-2{
  margin-bottom: -0.5rem;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-14{
  margin-bottom: 3.5rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

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

.mb-8{
  margin-bottom: 2rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-3{
  margin-left: 0.75rem;
}

.ml-4{
  margin-left: 1rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-4{
  margin-right: 1rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-20{
  margin-top: 5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-10{
  height: 2.5rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-full{
  height: 100%;
}

.min-h-0{
  min-height: 0px;
}

.min-h-full{
  min-height: 100%;
}

.w-10{
  width: 2.5rem;
}

.w-40{
  width: 10rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.max-w-max{
  max-width: max-content;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.border-collapse{
  border-collapse: collapse;
}

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

.transform{
  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));
}

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

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

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

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

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

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

.gap-6{
  gap: 1.5rem;
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.overflow-auto{
  overflow: auto;
}

.overflow-y-scroll{
  overflow-y: scroll;
}

.rounded-full{
  border-radius: 9999px;
}

.border{
  border-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-dev-gap{
  border-bottom-width: 100px;
}

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

.border-t-dev-gap{
  border-top-width: 100px;
}

.bg-red-300{
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}

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

.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

.bg-auto{
  background-size: auto;
}

.bg-contain{
  background-size: contain;
}

.bg-cover{
  background-size: cover;
}

.bg-fixed{
  background-attachment: fixed;
}

.bg-local{
  background-attachment: local;
}

.bg-scroll{
  background-attachment: scroll;
}

.bg-bottom{
  background-position: bottom;
}

.bg-center{
  background-position: center;
}

.bg-left{
  background-position: left;
}

.bg-left-bottom{
  background-position: left bottom;
}

.bg-left-top{
  background-position: left top;
}

.bg-right{
  background-position: right;
}

.bg-right-bottom{
  background-position: right bottom;
}

.bg-right-top{
  background-position: right top;
}

.bg-top{
  background-position: top;
}

.bg-repeat{
  background-repeat: repeat;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.bg-repeat-x{
  background-repeat: repeat-x;
}

.bg-repeat-y{
  background-repeat: repeat-y;
}

.bg-repeat-round{
  background-repeat: round;
}

.bg-repeat-space{
  background-repeat: space;
}

.p-0{
  padding: 0px;
}

.p-20{
  padding: 5rem;
}

.p-5{
  padding: 1.25rem;
}

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

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

.\!pb-14{
  padding-bottom: 3.5rem !important;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pl-11{
  padding-left: 2.75rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-5{
  padding-top: 1.25rem;
}

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

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

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

.text-14{
  font-size: 0.875rem;
}

.text-16{
  font-size: 1rem;
}

.text-20{
  font-size: 1.25rem;
}

.text-28{
  font-size: 1.75rem;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.font-black{
  font-weight: 900;
}

.font-bold{
  font-weight: 700;
}

.font-medium{
  font-weight: 500;
}

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

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

.lowercase{
  text-transform: lowercase;
}

.leading-tight{
  line-height: 1.25;
}

.tracking-tight{
  letter-spacing: -0.025em;
}

.text-base-txt{
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.text-brand{
  --tw-text-opacity: 1;
  color: rgb(109 109 109 / var(--tw-text-opacity));
}

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

.underline{
  text-decoration-line: underline;
}

.opacity-0{
  opacity: 0;
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-500{
  transition-duration: 500ms;
}

.hover\:bg-brand:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(109 109 109 / var(--tw-bg-opacity));
}

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

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

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 375px){
  .mini\:flex{
    display: flex;
  }
  .mini\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (min-width: 480px){
  .xs\:block{
    display: block;
  }
  .xs\:hidden{
    display: none;
  }
  .xs\:max-w-mobile-menu-xs{
    max-width: 23.75rem;
  }
  .xs\:translate-x-full{
    --tw-translate-x: 100%;
    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));
  }
  .xs\:translate-y-0{
    --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));
  }
}

@media (min-width: 768px){
  .sm\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .sm\:mb-0{
    margin-bottom: 0px;
  }
  .sm\:ml-6{
    margin-left: 1.5rem;
  }
  .sm\:mt-8{
    margin-top: 2rem;
  }
  .sm\:block{
    display: block;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:w-1\/2{
    width: 50%;
  }
  .sm\:border-l{
    border-left-width: 1px;
  }
  .sm\:border-transparent{
    border-color: transparent;
  }
  .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .sm\:pb-2{
    padding-bottom: 0.5rem;
  }
  .sm\:pl-6{
    padding-left: 1.5rem;
  }
  .sm\:text-16{
    font-size: 1rem;
  }
  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 992px){
  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:\!hidden{
    display: none !important;
  }
  .md\:hidden{
    display: none;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:flex-wrap{
    flex-wrap: wrap;
  }
  .md\:place-items-center{
    place-items: center;
  }
  .md\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1200px){
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .lg\:block{
    display: block;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-35{
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }
  .lg\:pb-11{
    padding-bottom: 2.75rem;
  }
  .lg\:pt-5{
    padding-top: 1.25rem;
  }
}

@media (min-width: 1500px){
  .xl\:block{
    display: block;
  }
  .xl\:hidden{
    display: none;
  }
}