*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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::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]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-\[-40\%\] {
  bottom: -40%;
}

.bottom-\[-55\%\] {
  bottom: -55%;
}

.left-\[-220px\] {
  left: -220px;
}

.left-\[-30\%\] {
  left: -30%;
}

.right-\[-220px\] {
  right: -220px;
}

.right-\[-50\%\] {
  right: -50%;
}

.right-\[-50px\] {
  right: -50px;
}

.right-\[20px\] {
  right: 20px;
}

.top-0 {
  top: 0px;
}

.top-\[-40\%\] {
  top: -40%;
}

.top-\[-62px\] {
  top: -62px;
}

.top-\[20px\] {
  top: 20px;
}

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

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

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

.mr-\[67px\] {
  margin-right: 67px;
}

.mt-0 {
  margin-top: 0px;
}

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

.mt-7\.5 {
  margin-top: 30px;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

.h-full {
  height: 100%;
}

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rotate-\[15deg\] {
  --tw-rotate: 15deg;
  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));
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-15\.25 {
  gap: 62px;
}

.gap-19\.25 {
  gap: 76px;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 10px;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.25 {
  gap: 13px;
}

.gap-32\.5 {
  gap: 130px;
}

.gap-4 {
  gap: 1rem;
}

.gap-4\.5 {
  gap: 18px;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6\.5 {
  gap: 26px;
}

.gap-7\.5 {
  gap: 30px;
}

.gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.gap-y-7\.5 {
  row-gap: 30px;
}

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

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

.self-start {
  align-self: flex-start;
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.text-wrap {
  text-wrap: wrap;
}

.break-all {
  word-break: break-all;
}

.rounded-3xl {
  border-radius: 25px;
}

.rounded-xl {
  border-radius: 15px;
}

.rounded-bl-3xl {
  border-bottom-left-radius: 25px;
}

.rounded-br-3xl {
  border-bottom-right-radius: 25px;
}

.rounded-tl-3xl {
  border-top-left-radius: 25px;
}

.rounded-tr-3xl {
  border-top-right-radius: 25px;
}

.border {
  border-width: 1px;
}

.bg-\[\#005229\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 82 41 / var(--tw-bg-opacity, 1));
}

.bg-brand-1 {
  background-color: var(--color__brand-1);
}

.bg-brand-2-lighten {
  background-color: var(--color__brand-2--lighten);
}

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

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-5 {
  padding: 1.25rem;
}

.p-7\.5 {
  padding: 30px;
}

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

.px-7\.5 {
  padding-left: 30px;
  padding-right: 30px;
}

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

.py-13\.25 {
  padding-top: 52px;
  padding-bottom: 52px;
}

.py-8\.75 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.pb-5\.75 {
  padding-bottom: 23px;
}

.pb-7\.5 {
  padding-bottom: 30px;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pr-7\.5 {
  padding-right: 30px;
}

.pt-11\.75 {
  padding-top: 46px;
}

.pt-15 {
  padding-top: 60px;
}

.pt-3\.5 {
  padding-top: 14px;
}

.pt-4\.5 {
  padding-top: 18px;
}

.pt-7\.5 {
  padding-top: 30px;
}

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

.pt-\[62px\] {
  padding-top: 62px;
}

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

.font-freude {
  font-family: "freude", sans-serif;
}

.text-2\.25xl {
  font-size: 1.625rem;
  line-height: 1.25;
}

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

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

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.leading-normal {
  line-height: 1.5;
}

.leading-snug {
  line-height: 1.375;
}

.text-brand-1 {
  color: var(--color__brand-1);
}

.text-brand-7 {
  color: var(--color__brand-7);
}

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

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

.opacity-50 {
  opacity: 0.5;
}

.invert {
  --tw-invert: invert(100%);
  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);
}

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

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

.dots-horzontal {
  background-image: url("images/svg/vacancy-block-dots.svg");
  background-repeat: repeat;
  background-size: auto 6px;
  height: 6px;
  border-radius: 10px;
}

.with-location-pin-icon-before:before {
  position: relative;
  height: 24px;
  top: 1px;
  content: url("images/svg/location-pin.svg");
}

.with-download-icon-after:after {
  position: relative;
  height: 59px;
  top: 1px;
  content: url("images/svg/download-icon.svg");
}

.with-chevron-flex-9px-after:after {
  content: url("images/svg/chevron-right--color-2.svg");
  flex: 0 0 9px;
}

.with-chevron-down-flex-9px-after:after {
  display: inline-block;
  content: url("images/svg/chevron-right--color-2.svg");
  flex: 0 0 9px;
  rotate: 90deg;
  transition: all 0.2s ease;
}

.with-chevron-down-flex-9px-after.open:after {
  rotate: 270deg;
}

.with-bg-blob-paw-before:before {
  content: "";
  background-size: 51px 53px;
  background-repeat: no-repeat;
  width: 51px;
  height: 53px;
}

@media (max-width: 767px) {
  .with-bg-blob-paw-before:before {
    background-size: 44px 45px;
    width: 44px;
    height: 45px;
  }
}

.with-bg-blob-paw-before--color-2:before {
  background-image: url("images/svg/bg-blob-paw--color-2.svg");
}

.with-bg-blob-paw-before--color-4:before {
  background-image: url("images/svg/bg-blob-paw--color-4.svg");
}

.with-line-before:before {
  position: relative;
  top: 1px;
  content: "|";
  color: var(--color__brand-3);
}

.bg-brand-1-after-w-full-h-minus-111px-rounded-3xl {
  position: relative;
  overflow: hidden;
}

.bg-brand-1-after-w-full-h-minus-111px-rounded-3xl:after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 111px);
  border-radius: 25px;
  background-color: var(--color__brand-1);
}

.bg-brand-1-after-w-minus-40px-h-full-rounded-3xl {
  position: relative;
}

.bg-brand-1-after-w-minus-40px-h-full-rounded-3xl:after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  width: calc(100% - 40px);
  height: 100%;
  border-radius: 25px;
  background-color: var(--color__brand-1);
}

.with-dots-brand-2-after:after {
  content: "";
  background-image: url(images/svg/horizontal-dots--color-2.svg);
  background-size: 68px 6px;
  background-repeat: no-repeat;
  width: 68px;
  height: 6px;
}

.hover\:bg-brand-1-darken:hover {
  background-color: var(--color__brand-1--darken);
}

.hover\:text-brand-3:hover {
  color: var(--color__brand-3);
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:bg-brand-1-darken-after:hover:after {
  background-color: var(--color__brand-1--darken);
}

@media (min-width: 470px) {
  .sm\:bottom-\[-50\%\] {
    bottom: -50%;
  }

  .sm\:top-\[-50\%\] {
    top: -50%;
  }
}

@media (min-width: 768px) {
  .md\:bottom-\[-250px\] {
    bottom: -250px;
  }

  .md\:bottom-\[-40px\] {
    bottom: -40px;
  }

  .md\:left-\[-120px\] {
    left: -120px;
  }

  .md\:left-\[90px\] {
    left: 90px;
  }

  .md\:right-\[-120px\] {
    right: -120px;
  }

  .md\:right-\[-90px\] {
    right: -90px;
  }

  .md\:right-\[20px\] {
    right: 20px;
  }

  .md\:right-\[220px\] {
    right: 220px;
  }

  .md\:right-\[90px\] {
    right: 90px;
  }

  .md\:top-\[-200px\] {
    top: -200px;
  }

  .md\:top-\[-300px\] {
    top: -300px;
  }

  .md\:top-\[40px\] {
    top: 40px;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mt-\[62px\] {
    margin-top: 62px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

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

  .md\:hidden {
    display: none;
  }

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

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

  .md\:w-\[calc\(50\%-10px\)\] {
    width: calc(50% - 10px);
  }

  .md\:w-\[calc\(50\%-14px\)\] {
    width: calc(50% - 14px);
  }

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

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

  .md\:items-stretch {
    align-items: stretch;
  }

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

  .md\:gap-15 {
    gap: 60px;
  }

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

  .md\:gap-7 {
    gap: 1.75rem;
  }

  .md\:gap-7\.5 {
    gap: 30px;
  }

  .md\:gap-8\.75 {
    gap: 35px;
  }

  .md\:gap-9\.5 {
    gap: 38px;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:px-13\.25 {
    padding-left: 52px;
    padding-right: 52px;
  }

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

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:pb-13 {
    padding-bottom: 50px;
  }

  .md\:pb-7\.5 {
    padding-bottom: 30px;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-10\.5 {
    padding-top: 42px;
  }

  .md\:pt-13\.25 {
    padding-top: 52px;
  }

  .md\:pt-19\.125 {
    padding-top: 75px;
  }

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

  .md\:text-4\.5xl {
    font-size: 2.813rem;
    line-height: 1.25;
  }

  .md\:flex-57px {
    flex: 0 0 57px;
  }
}

@media (min-width: 900px) {
  .mdtwo\:order-1 {
    order: 1;
  }

  .mdtwo\:order-2 {
    order: 2;
  }

  .mdtwo\:ml-\[-110px\] {
    margin-left: -110px;
  }

  .mdtwo\:mr-20 {
    margin-right: 5rem;
  }

  .mdtwo\:mt-\[-32px\] {
    margin-top: -32px;
  }

  .mdtwo\:\!block {
    display: block !important;
  }

  .mdtwo\:hidden {
    display: none;
  }

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

  .mdtwo\:w-\[calc\(50\%-28px\)\] {
    width: calc(50% - 28px);
  }

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

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

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

  .mdtwo\:items-start {
    align-items: flex-start;
  }

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

  .mdtwo\:gap-14 {
    gap: 3.5rem;
  }

  .mdtwo\:self-start {
    align-self: flex-start;
  }

  .mdtwo\:self-end {
    align-self: flex-end;
  }

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

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

  .mdtwo\:px-13\.25 {
    padding-left: 52px;
    padding-right: 52px;
  }

  .mdtwo\:py-15 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mdtwo\:pb-15 {
    padding-bottom: 60px;
  }

  .mdtwo\:pb-\[30px\] {
    padding-bottom: 30px;
  }

  .mdtwo\:pl-13 {
    padding-left: 50px;
  }

  .mdtwo\:pl-20 {
    padding-left: 5rem;
  }

  .mdtwo\:pr-38\.15 {
    padding-right: 154px;
  }

  .mdtwo\:pt-19 {
    padding-top: 72px;
  }
}

@media (min-width: 992px) {
  .mdthree\:pr-\[430px\] {
    padding-right: 430px;
  }
}

@media (min-width: 1024px) {
  .lg\:bottom-\[-170px\] {
    bottom: -170px;
  }

  .lg\:left-\[-100px\] {
    left: -100px;
  }

  .lg\:right-\[-150px\] {
    right: -150px;
  }

  .lg\:right-\[10px\] {
    right: 10px;
  }

  .lg\:top-\[-110px\] {
    top: -110px;
  }

  .lg\:top-\[30px\] {
    top: 30px;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:w-\[calc\(33\.3\%-19px\)\] {
    width: calc(33.3% - 19px);
  }

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

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

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

  .lg\:gap-13 {
    gap: 52px;
  }

  .lg\:gap-22\.5 {
    gap: 90px;
  }

  .lg\:px-13\.25 {
    padding-left: 52px;
    padding-right: 52px;
  }

  .lg\:px-27\.5 {
    padding-left: 108px;
    padding-right: 108px;
  }

  .lg\:px-7\.5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:py-7\.5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lg\:pt-27\.35 {
    padding-top: 105px;
  }
}

@media (min-width: 1190px) {
  .lgtwo\:flex-1 {
    flex: 1 1 0%;
  }
}

@media (min-width: 1280px) {
  .xl\:left-\[-50px\] {
    left: -50px;
  }

  .xl\:right-0 {
    right: 0px;
  }

  .xl\:mr-40 {
    margin-right: 10rem;
  }

  .xl\:w-\[calc\(25\%-32px\)\] {
    width: calc(25% - 32px);
  }

  .xl\:w-\[calc\(33\.3\%-38px\)\] {
    width: calc(33.3% - 38px);
  }

  .xl\:gap-10\.5 {
    gap: 42px;
  }

  .xl\:gap-14 {
    gap: 3.5rem;
  }

  .xl\:gap-32\.5 {
    gap: 130px;
  }

  .xl\:px-9\.5 {
    padding-left: 38px;
    padding-right: 38px;
  }

  .xl\:pl-27\.5 {
    padding-left: 108px;
  }
}

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