/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    Author: Rakesh Mandal
    URI: www.rakeshmandal.com
    Last modified: 13-08-2024
    Version: 1.6
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/* ! tailwindcss v3.4.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.
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: "BIZ UDPGothic", 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] {
  display: none;
}

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.05em;
}

@media (min-width: 983px) {
  h1 {
    font-size: 48px;
    line-height: 140%;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.05em;
}

@media (min-width: 983px) {
  h2 {
    font-size: 32px;
    line-height: 140%;
  }
}

@media (min-width: 1024px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.05em;
}

@media (min-width: 983px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.05em;
}

@media (min-width: 983px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.05em;
}

@media (min-width: 983px) {
  h5 {
    font-size: 1.25rem;
  }
}

/* p {
    @apply text-xs leading-relaxed md:text-base;
  } */

*, ::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:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 1180px) {
  .container {
    max-width: 1180px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

ul.accent-mark li::marker {
  font-size: 1.25rem;
  line-height: 180%;
  --tw-text-opacity: 1;
  color: rgb(247 195 77 / var(--tw-text-opacity));
}

ul.blue-mark li::marker {
  font-size: 1.25rem;
  line-height: 180%;
  --tw-text-opacity: 1;
  color: rgb(0 128 158 / var(--tw-text-opacity));
}

/* Button variations */

.btn {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 140%;
  letter-spacing: 0.05em;
  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-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 983px) {
  .btn {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 1rem;
    line-height: 160%;
  }
}

.main-cta {
  width: 171px;
}

@media (min-width: 983px) {
  .main-cta {
    width: 360px;
  }
}

.btn-primary {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 158 / var(--tw-bg-opacity));
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(7 40 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(212 246 252 / var(--tw-text-opacity));
}

.btn-secondary {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(91 190 206 / var(--tw-bg-opacity));
}

.btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(7 40 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(212 246 252 / var(--tw-text-opacity));
}

/* Speech Bubbles */

/* .speech-bubble-arrow-bottom {
    @apply before:bottom-[-37.8px] before:border-t-current after:bottom-[-31px] after:border-t-white;
  } */

.speech-bubble-bottom-left {
  position: relative;
  border-width: 3px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.speech-bubble-bottom-left::before {
  position: absolute;
  height: 0px;
  width: 0px;
  border-width: 17.5px;
  border-style: solid;
  --tw-content: '';
  content: var(--tw-content);
}

.speech-bubble-bottom-left::after {
  position: absolute;
  height: 0px;
  width: 0px;
  border-width: 16.5px;
  border-style: solid;
  --tw-content: '';
  content: var(--tw-content);
}

.speech-bubble-bottom-left::before {
  bottom: -37.8px;
  left: 80px;
  border-bottom-color: transparent;
  border-left-color: rgb(234 135 18 / var(--tw-border-opacity));
  border-right-color: transparent;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-top-color: rgb(234 135 18 / var(--tw-border-opacity));
}

.speech-bubble-bottom-left::after {
  bottom: -31px;
  left: 83px;
  border-bottom-color: transparent;
  border-left-color: rgb(255 246 207 / var(--tw-border-opacity));
  border-right-color: transparent;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-top-color: rgb(255 246 207 / var(--tw-border-opacity));
}

.speech-bubble-bottom-right {
  position: relative;
  border-width: 3px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.speech-bubble-bottom-right::before {
  position: absolute;
  height: 0px;
  width: 0px;
  border-width: 17.5px;
  border-style: solid;
  --tw-content: '';
  content: var(--tw-content);
}

.speech-bubble-bottom-right::after {
  position: absolute;
  height: 0px;
  width: 0px;
  border-width: 16.5px;
  border-style: solid;
  --tw-content: '';
  content: var(--tw-content);
}

.speech-bubble-bottom-right::before {
  bottom: -37.8px;
  right: 80px;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: rgb(0 128 158 / var(--tw-border-opacity));
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-top-color: rgb(0 128 158 / var(--tw-border-opacity));
}

.speech-bubble-bottom-right::after {
  bottom: -31px;
  right: 83px;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: rgb(212 246 252 / var(--tw-border-opacity));
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-top-color: rgb(212 246 252 / var(--tw-border-opacity));
}

.speech-bubble-top-left {
  position: relative;
  border-width: 3px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.speech-bubble-top-left::before {
  position: absolute;
  height: 0px;
  width: 0px;
  border-width: 17.5px;
  border-style: solid;
  --tw-content: '';
  content: var(--tw-content);
}

.speech-bubble-top-left::after {
  position: absolute;
  height: 0px;
  width: 0px;
  border-width: 16.5px;
  border-style: solid;
  --tw-content: '';
  content: var(--tw-content);
}

.speech-bubble-top-left::before {
  left: 80px;
  top: -37.8px;
  border-bottom-color: rgb(0 128 158 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-left-color: rgb(0 128 158 / var(--tw-border-opacity));
  border-right-color: transparent;
  content: var(--tw-content);
  border-top-color: transparent;
}

.speech-bubble-top-left::after {
  left: 83px;
  top: -31px;
  border-bottom-color: rgb(212 246 252 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-left-color: rgb(212 246 252 / var(--tw-border-opacity));
  border-right-color: transparent;
  content: var(--tw-content);
  border-top-color: transparent;
}

.speech-bubble-top-right {
  position: relative;
  border-width: 3px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.speech-bubble-top-right::before {
  position: absolute;
  height: 0px;
  width: 0px;
  border-width: 17.5px;
  border-style: solid;
  --tw-content: '';
  content: var(--tw-content);
}

.speech-bubble-top-right::after {
  position: absolute;
  height: 0px;
  width: 0px;
  border-width: 16.5px;
  border-style: solid;
  --tw-content: '';
  content: var(--tw-content);
}

.speech-bubble-top-right::before {
  right: 80px;
  top: -37.8px;
  border-bottom-color: rgb(234 135 18 / var(--tw-border-opacity));
  border-left-color: transparent;
  --tw-border-opacity: 1;
  border-right-color: rgb(234 135 18 / var(--tw-border-opacity));
  content: var(--tw-content);
  border-top-color: transparent;
}

.speech-bubble-top-right::after {
  right: 83px;
  top: -31px;
  border-bottom-color: rgb(255 246 207 / var(--tw-border-opacity));
  border-left-color: transparent;
  --tw-border-opacity: 1;
  border-right-color: rgb(255 246 207 / var(--tw-border-opacity));
  content: var(--tw-content);
  border-top-color: transparent;
}

.full-width-mobile {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}

@media (min-width: 983px) {
  .full-width-mobile {
    position: static;
    left: 0px;
    right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
}

.step-box {
  position: relative;
  z-index: 40;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 6px;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  padding-bottom: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3.5rem;
}

/* .step-box::after {
    content: "";
    @apply absolute bottom-0 left-[46px] inline-block h-0 w-0 md:bottom-auto md:left-auto md:right-[-25px] md:top-[75px];

    @apply border-solid border-transparent md:border-l-green-3 ;

    @apply md:border-y-[19.5px] md:border-l-[25px] md:border-r-0;

    Bottom-facing triangle (default for mobile)
    @apply border-x-[19.5px] border-b-0 border-t-[25px] border-t-green-3;
  }

  .step-box:nth-child(2)::after {
    @apply border-l-[#4BB4C6];
  }

  .step-box:last-child::after {
    content: inherit;
  } */

.triangle::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 0px;
  width: 0px;
  border-style: solid;
  border-color: transparent;
}

.triangle-bottom::after {
  /* Bottom-facing triangle (default for mobile) */
  border-left-width: 25.5px;
  border-right-width: 25.5px;
  border-bottom-width: 0px;
  border-top-width: 31px;
  /* Positioning for bottom triangle */
  /* @apply bottom-[-31px] left-[56px]; */
  bottom: -30px;
  left: 56px;
}

@media (min-width: 983px) {
  .triangle-bottom::after {
    left: 50%;
    --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));
  }
}

.triangle:first-child::after {
  --tw-border-opacity: 1;
  border-top-color: rgb(91 190 206 / var(--tw-border-opacity));
}

@media (min-width: 983px) {
  .triangle:first-child::after {
    --tw-border-opacity: 1;
    border-left-color: rgb(124 205 220 / var(--tw-border-opacity));
    border-top-color: transparent;
  }
}

.triangle:nth-child(2)::after {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 128 158 / var(--tw-border-opacity));
  /* @apply border-t-[#4BB4C6]; */
}

.triangle:nth-child(4)::after {
  --tw-border-opacity: 1;
  border-top-color: rgb(8 94 119 / var(--tw-border-opacity));
}

@media (min-width: 983px) {
  .triangle:nth-child(4)::after {
    --tw-border-opacity: 1;
    border-right-color: rgb(34 128 153 / var(--tw-border-opacity));
    border-top-color: transparent;
  }
}

/*  */

.circle {
  position: absolute;
  width: 344px;
  height: 344px;
  border-radius: 5000px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(91 190 206 / var(--tw-border-opacity));
  opacity: 0.2;
}

@media (min-width: 983px) {
  .circle {
    width: 560px;
    height: 560px;
  }
}

.fancy-box {
  border-radius: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 128 158 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(212 246 252 / var(--tw-bg-opacity));
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 46px;
  padding-bottom: 46px;
  --tw-text-opacity: 1;
  color: rgb(13 67 89 / var(--tw-text-opacity));
  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-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 983px) {
  .fancy-box {
    padding-left: 30px;
    padding-right: 87px;
  }
}

.social-items-anchor {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: Inter, 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.75rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.05em;
  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-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.social-items-anchor:hover {
  opacity: 0.75;
}

/* Modal */

.modal {
  position: fixed;
  inset: 0px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* @apply bg-black fixed inset-0 z-50 flex items-center justify-center overflow-hidden bg-opacity-50; */
}

.modal .modal-content {
  display: flex;
  height: auto;
  max-height: 95vh;
  width: 90vw;
  flex-direction: column;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
}

@media (min-width: 983px) {
  .modal .modal-content {
    width: 740px;
  }
}

.modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 20px;
}

@media (min-width: 983px) {
  .modal .modal-header {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.modal .modal-body {
  flex-grow: 1;
  overflow-y: auto;
  padding: 1.25rem;
}

@media (min-width: 983px) {
  .modal .modal-body {
    padding: 2.5rem;
  }
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

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

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

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

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

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-\[0\] {
  order: 0;
}

.col-span-full {
  grid-column: 1 / -1;
}

.m-auto {
  margin: auto;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

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

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

.mb-40 {
  margin-bottom: 10rem;
}

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

.mb-\[50px\] {
  margin-bottom: 50px;
}

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

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

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

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

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

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

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

.mb-\[58px\] {
  margin-bottom: 58px;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.size-\[127px\] {
  width: 127px;
  height: 127px;
}

.size-\[4\.5rem\] {
  width: 4.5rem;
  height: 4.5rem;
}

.h-\[0\.5px\] {
  height: 0.5px;
}

.h-\[51\.3px\] {
  height: 51.3px;
}

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

.h-auto {
  height: auto;
}

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

.min-h-\[95vh\] {
  min-height: 95vh;
}

.w-48 {
  width: 12rem;
}

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

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

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

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

.w-full {
  width: 100%;
}

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

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.animate-fadeIn {
  animation: fadeIn 0.5s ease-in-out forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fadeInUp {
  animation: fadeInUp 0.5s ease-out forwards;
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-slideInUp {
  animation: slideInUp 0.3s ease-out forwards;
}

@keyframes slideOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(20%);
  }
}

.animate-slideOutDown {
  animation: slideOutDown 0.2s ease-out forwards;
}

.resize {
  resize: both;
}

.list-outside {
  list-style-position: outside;
}

.list-disc {
  list-style-type: disc;
}

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[1px\] {
  gap: 1px;
}

.gap-\[57px\] {
  gap: 57px;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[32px\] {
  border-radius: 32px;
}

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

.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-s {
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

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

.border-l-4 {
  border-left-width: 4px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-gray-3 {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

.border-green-4 {
  --tw-border-opacity: 1;
  border-color: rgb(91 190 206 / var(--tw-border-opacity));
}

.border-green-5 {
  --tw-border-opacity: 1;
  border-color: rgb(0 128 158 / var(--tw-border-opacity));
}

.border-green-6 {
  --tw-border-opacity: 1;
  border-color: rgb(13 67 89 / var(--tw-border-opacity));
}

.border-orange-5 {
  --tw-border-opacity: 1;
  border-color: rgb(234 135 18 / var(--tw-border-opacity));
}

.border-l-green-5 {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 128 158 / var(--tw-border-opacity));
}

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

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

.bg-gray-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}

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

.bg-green-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 246 252 / var(--tw-bg-opacity));
}

.bg-green-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(91 190 206 / var(--tw-bg-opacity));
}

.bg-green-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 158 / var(--tw-bg-opacity));
}

.bg-green-7 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 40 58 / var(--tw-bg-opacity));
}

.bg-orange-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 246 207 / var(--tw-bg-opacity));
}

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

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-mobile {
  background-image: url('../images/backgrounds/background-mobile.png');
}

.bg-radial {
  background-image: radial-gradient(var(--tw-gradient-stops));
}

.from-\[\#066580\] {
  --tw-gradient-from: #066580 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 101 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#085E77\] {
  --tw-gradient-from: #085E77 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 94 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-4 {
  --tw-gradient-from: #5BBECE var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 190 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-5 {
  --tw-gradient-from: #00809E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 128 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-6 {
  --tw-gradient-from: #0D4359 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 67 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#1E7D95\] {
  --tw-gradient-to: #1E7D95 var(--tw-gradient-to-position);
}

.to-\[\#36A1B9\] {
  --tw-gradient-to: #36A1B9 var(--tw-gradient-to-position);
}

.to-\[\#84D0E0\] {
  --tw-gradient-to: #84D0E0 var(--tw-gradient-to-position);
}

.to-green-3 {
  --tw-gradient-to: #9BDBEA var(--tw-gradient-to-position);
}

.to-green-5 {
  --tw-gradient-to: #00809E var(--tw-gradient-to-position);
}

.to-green-6 {
  --tw-gradient-to: #0D4359 var(--tw-gradient-to-position);
}

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

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

.stroke-current {
  stroke: currentColor;
}

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

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

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

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

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

.font-inter {
  font-family: Inter, 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-sans {
  font-family: "BIZ UDPGothic", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[2\.25rem\] {
  font-size: 2.25rem;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[26px\] {
  font-size: 26px;
}

.text-\[56px\] {
  font-size: 56px;
}

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

.text-sm {
  font-size: 1.125rem;
}

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

.text-xxs {
  font-size: 0.75rem;
}

.text-\[50px\] {
  font-size: 50px;
}

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

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

.leading-normal {
  line-height: 160%;
}

.leading-relaxed {
  line-height: 180%;
}

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

.text-green-3 {
  --tw-text-opacity: 1;
  color: rgb(155 219 234 / var(--tw-text-opacity));
}

.text-green-5 {
  --tw-text-opacity: 1;
  color: rgb(0 128 158 / var(--tw-text-opacity));
}

.text-green-6 {
  --tw-text-opacity: 1;
  color: rgb(13 67 89 / var(--tw-text-opacity));
}

.text-green-7 {
  --tw-text-opacity: 1;
  color: rgb(7 40 58 / var(--tw-text-opacity));
}

.text-orange-6 {
  --tw-text-opacity: 1;
  color: rgb(86 44 16 / 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;
}

.opacity-100 {
  opacity: 1;
}

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

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

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  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-\[250ms\] {
  transition-duration: 250ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.section-padding {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

@media (min-width: 983px) {
  .section-padding {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.section-circle-padding-normalize {
  /* 250px */
  padding-bottom: calc(6.25rem * 2 + 50px);
}

@media (min-width: 983px) {
  .section-circle-padding-normalize {
    /* 337px */
    padding-bottom: calc(10rem * 2 + 17px);
  }
}

/* Dialog handling */

@media (prefers-reduced-motion: no-preference) {
  dialog:not([open]) {
    opacity: 0;
    transform: scale(0.9);
  }
}

@media (min-width: 983px) {
  .md\:triangle-left::after {
    border-top-width: 25.5px;
    border-bottom-width: 25.5px;
    border-left-width: 0px;
    border-right-width: 31px;
    /* Positioning for left triangle */
    /* @apply left-[-31px] top-[75px]; */
    left: -30px;
    top: 50%;
    --tw-translate-x: 0px;
    --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));
  }

  .md\:triangle-right::after {
    /* Right-facing triangle */
    /* @apply border-y-[19.5px] border-l-[25px] border-r-0; */
    border-top-width: 25.5px;
    border-bottom-width: 25.5px;
    border-left-width: 31px;
    border-right-width: 0px;
    /* Positioning for right triangle */
    /* @apply right-[-31px] top-[75px] md:left-auto; */
    right: -30px;
    top: 50%;
    --tw-translate-x: 0px;
    --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));
  }

  @media (min-width: 983px) {
    .md\:triangle-right::after {
      left: auto;
    }
  }
}

.hover\:text-green-4:hover {
  --tw-text-opacity: 1;
  color: rgb(91 190 206 / var(--tw-text-opacity));
}

.hover\:text-green-7:hover {
  --tw-text-opacity: 1;
  color: rgb(7 40 58 / var(--tw-text-opacity));
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

@media (min-width: 983px) {
  .md\:absolute {
    position: absolute;
  }

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

  .md\:top-\[43\.3px\] {
    top: 43.3px;
  }

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

  .md\:order-3 {
    order: 3;
  }

  .md\:order-4 {
    order: 4;
  }

  .md\:order-\[0\] {
    order: 0;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:m-auto {
    margin: auto;
  }

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

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[90vh\] {
    height: 90vh;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

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

  .md\:w-\[40\%\] {
    width: 40%;
  }

  .md\:w-\[60\%\] {
    width: 60%;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:gap-1 {
    gap: 0.25rem;
  }

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

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-\[50px\] {
    gap: 50px;
  }

  .md\:gap-\[60px\] {
    gap: 60px;
  }

  .md\:gap-brand-20 {
    gap: 20px;
  }

  .md\:rounded-\[103\.5px\] {
    border-radius: 103.5px;
  }

  .md\:rounded-br-\[24px\] {
    border-bottom-right-radius: 24px;
  }

  .md\:rounded-tl-\[24px\] {
    border-top-left-radius: 24px;
  }

  .md\:rounded-tr-\[24px\] {
    border-top-right-radius: 24px;
  }

  .md\:bg-desktop {
    background-image: url('../images/backgrounds/background-desktop.png');
  }

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

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

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:text-base {
    font-size: 1.25rem;
  }

  .md\:text-lg {
    font-size: 1.5rem;
  }

  .md\:text-sm {
    font-size: 1.125rem;
  }

  .md\:text-xl {
    font-size: 1.75rem;
  }
}


