@charset "UTF-8";
*, ::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.18 | 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: 420px){
  .container{
    max-width: 420px;
  }
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1384px){
  .container{
    max-width: 1384px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
@media (min-width: 1920px){
  .container{
    max-width: 1920px;
  }
}
.section-title{
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(0 174 239 / var(--tw-text-opacity, 1));
}
.wysiwyg > h2,
  .wysiwyg > h3,
  .wysiwyg > h4,
  .wysiwyg > h5{
  margin-bottom: 1.25rem; /* 20px */;
}
@media (min-width: 1024px){
  .wysiwyg > h2,
  .wysiwyg > h3,
  .wysiwyg > h4,
  .wysiwyg > h5{
    margin-bottom: 2.5rem; /* 40px */;
  }
}
.wysiwyg > * + .btn{
  margin-top: 0.625rem; /* 10px */;
}
.wysiwyg > *:not(h2):not(h3):not(h4):not(h5):not(h6):not(.btn){
  margin-bottom: 1.25rem; /* 20px */;
}
@media (min-width: 1024px){
  .wysiwyg > *:not(h2):not(h3):not(h4):not(h5):not(h6):not(.btn){
    margin-bottom: 1.875rem; /* 30px */;
  }
}
.wysiwyg blockquote{
  margin-top: 1.875rem; /* 30px */;
    margin-bottom: 30px !important;
}
.wysiwyg > *:last-child {
    margin-bottom: 0 !important;
  }
.wysiwyg img{
  border-radius: 10px;
}
.wysiwyg ul,
  .wysiwyg ol{
  display: flex;
  flex-direction: column;
  gap: 0.5rem; /* 8px */;
  padding-left: 1.5rem; /* 24px */;
}
.wysiwyg ul{
  list-style-type: disc;
}
.wysiwyg ul li::marker{
  font-size: 14px;
}
.wysiwyg ol{
  list-style-type: decimal;
}
.wysiwyg a:not(.btn){
  text-decoration-line: underline;
}
.wysiwyg blockquote{
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 174 239 / var(--tw-border-opacity, 1));
  padding-top: 0.625rem; /* 10px */;
  padding-bottom: 0.625rem; /* 10px */;
  padding-left: 1.25rem; /* 20px */;
}
.wysiwyg blockquote p{
  margin-top: 1rem; /* 16px */;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.wysiwyg blockquote + * {
    margin-top: 30px !important;
  }
.layout-grid{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem; /* 16px */;
}
@media (min-width: 420px){
  .layout-grid{
    gap: 1.25rem; /* 20px */;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.invisible{
  visibility: hidden;
}
.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;
}
.left-1\/2{
  left: 50%;
}
.left-20{
  left: 1.25rem; /* 20px */;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-40{
  top: 2.5rem; /* 40px */;
}
.top-60{
  top: 3.75rem; /* 60px */;
}
.z-10{
  z-index: 10;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[999\]{
  z-index: 999;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.col-span-6{
  grid-column: span 6 / span 6;
}
.col-start-1{
  grid-column-start: 1;
}
.row-start-1{
  grid-row-start: 1;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-10{
  margin-bottom: 0.625rem; /* 10px */;
}
.mb-20{
  margin-bottom: 1.25rem; /* 20px */;
}
.mb-30{
  margin-bottom: 1.875rem; /* 30px */;
}
.mb-4{
  margin-bottom: 0.25rem; /* 4px */;
}
.mb-40{
  margin-bottom: 2.5rem; /* 40px */;
}
.mb-50{
  margin-bottom: 3.125rem; /* 50px */;
}
.ml-20{
  margin-left: 1.25rem; /* 20px */;
}
.ml-4{
  margin-left: 0.25rem; /* 4px */;
}
.ml-auto{
  margin-left: auto;
}
.mr-10{
  margin-right: 0.625rem; /* 10px */;
}
.mt-20{
  margin-top: 1.25rem; /* 20px */;
}
.mt-30{
  margin-top: 1.875rem; /* 30px */;
}
.mt-40{
  margin-top: 2.5rem; /* 40px */;
}
.mt-50{
  margin-top: 3.125rem; /* 50px */;
}
.mt-\[-1px\]{
  margin-top: -1px;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-\[3\/2\]{
  aspect-ratio: 3/2;
}
.aspect-\[3\/4\]{
  aspect-ratio: 3/4;
}
.aspect-\[358\/239\]{
  aspect-ratio: 358/239;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.h-0{
  height: 0px;
}
.h-1{
  height: 1px;
}
.h-14{
  height: 0.875rem; /* 14px */;
}
.h-20{
  height: 1.25rem; /* 20px */;
}
.h-28{
  height: 1.75rem; /* 28px */;
}
.h-30{
  height: 1.875rem; /* 30px */;
}
.h-36{
  height: 2.25rem; /* 36px */;
}
.h-40{
  height: 2.5rem; /* 40px */;
}
.h-42{
  height: 2.625rem; /* 42px */;
}
.h-50{
  height: 3.125rem; /* 50px */;
}
.h-60{
  height: 3.75rem; /* 60px */;
}
.h-8{
  height: 0.5rem; /* 8px */;
}
.h-\[100dvh\]{
  height: 100dvh;
}
.h-\[170px\]{
  height: 170px;
}
.h-\[218px\]{
  height: 218px;
}
.h-\[318px\]{
  height: 318px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[47px\]{
  height: 47px;
}
.h-\[50\%\]{
  height: 50%;
}
.h-\[calc\(100\%\+16px\)\]{
  height: calc(100% + 16px);
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.max-h-20{
  max-height: 1.25rem; /* 20px */;
}
.max-h-\[27px\]{
  max-height: 27px;
}
.min-h-\[100dvh\]{
  min-height: 100dvh;
}
.min-h-\[210px\]{
  min-height: 210px;
}
.min-h-\[218px\]{
  min-height: 218px;
}
.min-h-\[232px\]{
  min-height: 232px;
}
.min-h-\[318px\]{
  min-height: 318px;
}
.min-h-\[332px\]{
  min-height: 332px;
}
.w-10{
  width: 0.625rem; /* 10px */;
}
.w-14{
  width: 0.875rem; /* 14px */;
}
.w-20{
  width: 1.25rem; /* 20px */;
}
.w-28{
  width: 1.75rem; /* 28px */;
}
.w-30{
  width: 1.875rem; /* 30px */;
}
.w-40{
  width: 2.5rem; /* 40px */;
}
.w-42{
  width: 2.625rem; /* 42px */;
}
.w-50{
  width: 3.125rem; /* 50px */;
}
.w-60{
  width: 3.75rem; /* 60px */;
}
.w-8{
  width: 0.5rem; /* 8px */;
}
.w-\[170px\]{
  width: 170px;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[240px\]{
  width: 240px;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[calc\(100\%\+16px\)\]{
  width: calc(100% + 16px);
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.w-screen{
  width: 100vw;
}
.min-w-\[200px\]{
  min-width: 200px;
}
.max-w-\[1112px\]{
  max-width: 1112px;
}
.max-w-\[20px\]{
  max-width: 20px;
}
.max-w-\[50\%\]{
  max-width: 50%;
}
.max-w-\[520px\]{
  max-width: 520px;
}
.max-w-\[620px\]{
  max-width: 620px;
}
.max-w-\[696px\]{
  max-width: 696px;
}
.max-w-\[736px\]{
  max-width: 736px;
}
.max-w-\[770px\]{
  max-width: 770px;
}
.max-w-\[816px\]{
  max-width: 816px;
}
.max-w-\[894px\]{
  max-width: 894px;
}
.max-w-\[912px\]{
  max-width: 912px;
}
.max-w-\[914px\]{
  max-width: 914px;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-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));
}
.translate-x-80{
  --tw-translate-x: 5rem; /* 80px */;
  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));
}
.translate-x-\[-10px\]{
  --tw-translate-x: -10px;
  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));
}
.translate-x-\[-7px\]{
  --tw-translate-x: -7px;
  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));
}
.translate-x-\[10px\]{
  --tw-translate-x: 10px;
  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));
}
.translate-x-\[calc\(-50\%\+7px\)\]{
  --tw-translate-x: calc(-50% + 7px);
  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));
}
.translate-y-\[-10px\]{
  --tw-translate-y: -10px;
  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));
}
.translate-y-\[-14px\]{
  --tw-translate-y: -14px;
  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));
}
.translate-y-\[-8px\]{
  --tw-translate-y: -8px;
  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));
}
.translate-y-\[10px\]{
  --tw-translate-y: 10px;
  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));
}
.translate-y-\[56\.5px\]{
  --tw-translate-y: 56.5px;
  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));
}
.translate-y-\[calc\(-100\%-14px\)\]{
  --tw-translate-y: calc(-100% - 14px);
  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));
}
.translate-y-\[calc\(-50\%-10px\)\]{
  --tw-translate-y: calc(-50% - 10px);
  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));
}
.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));
}
.scale-50{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-\[-1\]{
  --tw-scale-x: -1;
  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));
}
.scale-y-\[-1\]{
  --tw-scale-y: -1;
  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));
}
.resize{
  resize: both;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-\[1fr\2c 341px\]{
  grid-template-columns: 1fr 341px;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.\!justify-between{
  justify-content: space-between !important;
}
.justify-between{
  justify-content: space-between;
}
.gap-10{
  gap: 0.625rem; /* 10px */;
}
.gap-14{
  gap: 0.875rem; /* 14px */;
}
.gap-2{
  gap: 0.125rem; /* 2px */;
}
.gap-20{
  gap: 1.25rem; /* 20px */;
}
.gap-30{
  gap: 1.875rem; /* 30px */;
}
.gap-4{
  gap: 0.25rem; /* 4px */;
}
.gap-40{
  gap: 2.5rem; /* 40px */;
}
.gap-50{
  gap: 3.125rem; /* 50px */;
}
.gap-6{
  gap: 0.375rem; /* 6px */;
}
.gap-8{
  gap: 0.5rem; /* 8px */;
}
.gap-x-20{
  -moz-column-gap: 1.25rem; /* 20px */;
       column-gap: 1.25rem; /* 20px */;
}
.gap-x-60{
  -moz-column-gap: 3.75rem; /* 60px */;
       column-gap: 3.75rem; /* 60px */;
}
.gap-y-0{
  row-gap: 0px;
}
.gap-y-10{
  row-gap: 0.625rem; /* 10px */;
}
.gap-y-20{
  row-gap: 1.25rem; /* 20px */;
}
.gap-y-30{
  row-gap: 1.875rem; /* 30px */;
}
.gap-y-40{
  row-gap: 2.5rem; /* 40px */;
}
.gap-y-50{
  row-gap: 3.125rem; /* 50px */;
}
.self-start{
  align-self: flex-start;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-10{
  border-radius: 10px;
}
.rounded-18{
  border-radius: 18px;
}
.rounded-20{
  border-radius: 20px;
}
.rounded-6{
  border-radius: 6px;
}
.rounded-8{
  border-radius: 8px;
}
.rounded-\[18px\]{
  border-radius: 18px;
}
.rounded-full{
  border-radius: 9999px;
}
.border-1{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-y-1{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b-1{
  border-bottom-width: 1px;
}
.border-l-1{
  border-left-width: 1px;
}
.border-r-1{
  border-right-width: 1px;
}
.border-cyan{
  --tw-border-opacity: 1;
  border-color: rgb(0 174 239 / var(--tw-border-opacity, 1));
}
.border-prussian-blue{
  --tw-border-opacity: 1;
  border-color: rgb(0 76 108 / var(--tw-border-opacity, 1));
}
.border-prussian-blue-medium{
  --tw-border-opacity: 1;
  border-color: rgb(0 102 143 / var(--tw-border-opacity, 1));
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-b-prussian-blue-medium{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 102 143 / var(--tw-border-opacity, 1));
}
.\!bg-transparent{
  background-color: transparent !important;
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-cyan{
  --tw-bg-opacity: 1;
  background-color: rgb(0 174 239 / var(--tw-bg-opacity, 1));
}
.bg-indigo{
  --tw-bg-opacity: 1;
  background-color: rgb(72 93 170 / var(--tw-bg-opacity, 1));
}
.bg-jade{
  --tw-bg-opacity: 1;
  background-color: rgb(22 182 133 / var(--tw-bg-opacity, 1));
}
.bg-prussian-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 76 108 / var(--tw-bg-opacity, 1));
}
.bg-prussian-blue-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(2 33 46 / var(--tw-bg-opacity, 1));
}
.bg-prussian-blue-medium{
  --tw-bg-opacity: 1;
  background-color: rgb(0 102 143 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-gradient-primary{
  background-image: linear-gradient(90deg, #02212E 0%, #00425E 100%);;
}
.bg-gradient-secondary{
  background-image: linear-gradient(90deg, #00425E 0%, #005D85 100%);;
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-black{
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-0\%{
  --tw-gradient-from-position: 0%;
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-40\%{
  --tw-gradient-to-position: 40%;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-10{
  padding: 0.625rem; /* 10px */;
}
.p-16{
  padding: 1rem; /* 16px */;
}
.p-20{
  padding: 1.25rem; /* 20px */;
}
.p-24{
  padding: 1.5rem; /* 24px */;
}
.p-30{
  padding: 1.875rem; /* 30px */;
}
.\!py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-20{
  padding-left: 1.25rem; /* 20px */;
  padding-right: 1.25rem; /* 20px */;
}
.py-10{
  padding-top: 0.625rem; /* 10px */;
  padding-bottom: 0.625rem; /* 10px */;
}
.py-30{
  padding-top: 1.875rem; /* 30px */;
  padding-bottom: 1.875rem; /* 30px */;
}
.py-40{
  padding-top: 2.5rem; /* 40px */;
  padding-bottom: 2.5rem; /* 40px */;
}
.py-50{
  padding-top: 3.125rem; /* 50px */;
  padding-bottom: 3.125rem; /* 50px */;
}
.py-70{
  padding-top: 4.375rem; /* 70px */;
  padding-bottom: 4.375rem; /* 70px */;
}
.py-80{
  padding-top: 5rem; /* 80px */;
  padding-bottom: 5rem; /* 80px */;
}
.\!pt-40{
  padding-top: 2.5rem; /* 40px */ !important;
}
.pb-10{
  padding-bottom: 0.625rem; /* 10px */;
}
.pb-20{
  padding-bottom: 1.25rem; /* 20px */;
}
.pb-30{
  padding-bottom: 1.875rem; /* 30px */;
}
.pb-40{
  padding-bottom: 2.5rem; /* 40px */;
}
.pb-70{
  padding-bottom: 4.375rem; /* 70px */;
}
.pl-10{
  padding-left: 0.625rem; /* 10px */;
}
.pl-34{
  padding-left: 2.125rem; /* 34px */;
}
.pl-50{
  padding-left: 3.125rem; /* 50px */;
}
.pr-10{
  padding-right: 0.625rem; /* 10px */;
}
.pr-60{
  padding-right: 3.75rem; /* 60px */;
}
.pt-10{
  padding-top: 0.625rem; /* 10px */;
}
.pt-140{
  padding-top: 8.75rem; /* 140px */;
}
.pt-20{
  padding-top: 1.25rem; /* 20px */;
}
.pt-40{
  padding-top: 2.5rem; /* 40px */;
}
.pt-60{
  padding-top: 3.75rem; /* 60px */;
}
.pt-header{
  padding-top: var(--header-height);
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.\!font-body{
  font-family: Montserrat, sans-serif !important;
}
.font-display{
  font-family: Delight, sans-serif;
}
.\!text-\[25px\]{
  font-size: 25px !important;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[40px\]{
  font-size: 40px;
}
.text-\[50px\]{
  font-size: 50px;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.\!font-semibold{
  font-weight: 600 !important;
}
.font-bold{
  font-weight: 700;
}
.font-extralight{
  font-weight: 200;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.normal-case{
  text-transform: none;
}
.italic{
  font-style: italic;
}
.leading-\[1\.3\]{
  line-height: 1.3;
}
.leading-none{
  line-height: 1;
}
.tracking-tighter{
  letter-spacing: -0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.text-cyan{
  --tw-text-opacity: 1;
  color: rgb(0 174 239 / var(--tw-text-opacity, 1));
}
.text-prussian-blue{
  --tw-text-opacity: 1;
  color: rgb(0 76 108 / var(--tw-text-opacity, 1));
}
.text-prussian-blue-dark{
  --tw-text-opacity: 1;
  color: rgb(2 33 46 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.\!no-underline{
  text-decoration-line: none !important;
}
.decoration-1{
  text-decoration-thickness: 1px;
}
.underline-offset-4{
  text-underline-offset: 4px;
}
.opacity-0{
  opacity: 0;
}
.opacity-10{
  opacity: 0.1;
}
.opacity-40{
  opacity: 0.4;
}
.transition{
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}
/* Container */
.flex-grid{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
    /* default gaps (override with gap-* if desired) */
    margin: -10px; /* negative half of gap to simulate grid gap */
}
/* Children (columns) */
.flex-grid > * {
    padding: 10px; /* half the gap */
  }
/* Column span utilities 1–12 */
.flex-col-12 {
    width: 100%;
  }
.scrollbar-gutter-stable {
    scrollbar-gutter: stable;
  }
@font-face {
  font-family: "Delight";
  src: url("/wp-content/themes/mfms-group/public/fonts/delight/Delight-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Delight";
  src: url("/wp-content/themes/mfms-group/public/fonts/delight/Delight-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Delight";
  src: url("/wp-content/themes/mfms-group/public/fonts/delight/Delight-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Delight";
  src: url("/wp-content/themes/mfms-group/public/fonts/delight/Delight-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/mfms-group/public/fonts/montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/mfms-group/public/fonts/montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/mfms-group/public/fonts/montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/mfms-group/public/fonts/montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
.h1, .wysiwyg .h1, .h2, .wysiwyg .h2, .wysiwyg h2, .h3, .wysiwyg .h3, .wysiwyg h3, .h4, .wysiwyg .h4, .wysiwyg h4, .h5, .wysiwyg .h5, .wysiwyg h5, .h6,
h1, h2, h3, h4, h5, h6{
  line-height: 1.2;
}

.heading{
  font-family: Delight, sans-serif;
  font-weight: 300;
}

.h1, .wysiwyg .h1{
  font-family: Delight, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

@media (min-width: 768px){
  .h1, .wysiwyg .h1{
    font-size: 45px;
  }
}

@media (min-width: 1536px){
  .h1, .wysiwyg .h1{
    font-size: 50px;
  }
}

@media (min-width: 1920px){
  .h1, .wysiwyg .h1{
    font-size: 60px;
  }
}

.h2, .wysiwyg .h2, .wysiwyg h2{
  font-family: Delight, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

@media (min-width: 768px){
  .h2, .wysiwyg .h2, .wysiwyg h2{
    font-size: 50px;
  }
}

.h3, .wysiwyg .h3, .wysiwyg h3{
  font-family: Delight, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

@media (min-width: 768px){
  .h3, .wysiwyg .h3, .wysiwyg h3{
    font-size: 40px;
  }
}

.h4, .wysiwyg .h4, .wysiwyg h4{
  font-family: Delight, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

@media (min-width: 768px){
  .h4, .wysiwyg .h4, .wysiwyg h4{
    font-size: 30px;
  }
}

.h5, .wysiwyg .h5, .wysiwyg h5{
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

@media (min-width: 768px){
  .h5, .wysiwyg .h5, .wysiwyg h5{
    font-size: 24px;
    font-weight: 400;
  }
}

.section-header{
  margin-bottom: 5rem; /* 80px */;
}
body{
  display: flex;
  min-height: 100dvh;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 76 108 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  body{
    font-size: 18px;
  }
}
body {
  padding-top: var(--header-height);
}

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

a,
button{
  cursor: pointer;
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}

input,
select,
textarea{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn{
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  --tw-bg-opacity: 1;
  background-color: rgb(0 174 239 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(2 33 46 / var(--tw-text-opacity, 1));
}

.btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(2 33 46 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .btn{
  --tw-bg-opacity: 1;
  background-color: rgb(2 33 46 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn{
  display: inline-flex;
  height: 2.5rem; /* 40px */;
  align-items: center;
  justify-content: center;
  gap: 0.625rem; /* 10px */;
  border-radius: 10px;
  padding-left: 1rem; /* 16px */;
  padding-right: 1rem; /* 16px */;
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}
.btn-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 76 108 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(2 33 46 / var(--tw-text-opacity, 1));
}
.group:hover .btn-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(2 33 46 / var(--tw-text-opacity, 1));
}
.btn-tertiary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 76 108 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-tertiary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 174 239 / var(--tw-bg-opacity, 1));
}
.group:hover .btn-tertiary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 174 239 / var(--tw-bg-opacity, 1));
}
.btn-arrow span{
  display: block;
  width: 20px;
  flex-shrink: 0;
}
.btn-arrow span svg{
  height: auto;
  width: 100%;
}
.btn-light{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 76 108 / var(--tw-text-opacity, 1));
}
.btn-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(2 33 46 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group:hover .btn-light{
  --tw-bg-opacity: 1;
  background-color: rgb(2 33 46 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(2 33 46 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 174 239 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group:hover .btn-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(0 174 239 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-file{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(2 33 46 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(2 33 46 / var(--tw-text-opacity, 1));
}
.btn-file:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(2 33 46 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group:hover .btn-file{
  --tw-bg-opacity: 1;
  background-color: rgb(2 33 46 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-file{
  font-size: 16px;
}

.hero-container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  padding-left: 1rem; /* 16px */;
  padding-right: 1rem; /* 16px */;
}

@media (min-width: 420px){
  .hero-container{
    padding-left: 1.25rem; /* 20px */;
    padding-right: 1.25rem; /* 20px */;
  }
}

@media (min-width: 768px){
  .hero-container{
    padding-left: 2.5rem; /* 40px */;
    padding-right: 2.5rem; /* 40px */;
  }
}

@media (min-width: 1024px){
  .hero-container{
    padding-left: 5rem; /* 80px */;
    padding-right: 5rem; /* 80px */;
  }
}

@media (min-width: 1536px){
  .hero-container{
    max-width: 1920px;
  }
}

.container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  padding-left: 1rem; /* 16px */;
  padding-right: 1rem; /* 16px */;
}

@media (min-width: 420px){
  .container{
    padding-left: 1.25rem; /* 20px */;
    padding-right: 1.25rem; /* 20px */;
  }
}

@media (min-width: 768px){
  .container{
    padding-left: 2.5rem; /* 40px */;
    padding-right: 2.5rem; /* 40px */;
  }
}

@media (min-width: 1024px){
  .container{
    padding-left: 5rem; /* 80px */;
    padding-right: 5rem; /* 80px */;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1560px;
  }
}
.flex-grid{
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
}
.flex-grid > *{
  width: 100%;
  padding: 0.625rem; /* 10px */;
}
@media (min-width: 1024px){
  .flex-grid > *{
    width: 50%;
  }
}
.flex-grid.--cols-2 > *{
  width: 100%;
  padding: 0.625rem; /* 10px */;
}
@media (min-width: 768px){
  .flex-grid.--cols-2 > *{
    width: 50%;
  }
}
.flex-grid.--cols-3 > *{
  width: 100%;
  padding: 0.625rem; /* 10px */;
}
@media (min-width: 768px){
  .flex-grid.--cols-3 > *{
    width: 50%;
  }
}
@media (min-width: 1024px){
  .flex-grid.--cols-3 > *{
    width: 33.3333%;
  }
}
.flex-grid.--cols-4 > *{
  width: 100%;
  padding: 0.625rem; /* 10px */;
}
@media (min-width: 768px){
  .flex-grid.--cols-4 > *{
    width: 50%;
  }
}
@media (min-width: 1280px){
  .flex-grid.--cols-4 > *{
    width: 25%;
  }
}
.flex-grid.--cols-5 > *{
  width: 100%;
  padding: 0.625rem; /* 10px */;
}
@media (min-width: 768px){
  .flex-grid.--cols-5 > *{
    width: 50%;
  }
}
@media (min-width: 1024px){
  .flex-grid.--cols-5 > *{
    width: 33.3333%;
  }
}
@media (min-width: 1280px){
  .flex-grid.--cols-5 > *{
    width: 20%;
  }
}

main.sections{
  flex: 1 1 0%;
}
main.sections section{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 1024px){
  main.sections section{
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
main.sections section.section-light:not(.section-no-merge-next) + section.section-light:not(.section-no-merge), main.sections section.section-dark-reverse:not(.section-no-merge-next) + section.section-dark-reverse:not(.section-no-merge), main.sections section.section-dark:not(.section-no-merge-next) + section.section-dark:not(.section-no-merge), main.sections section.section-medium:not(.section-no-merge-next) + section.section-medium:not(.section-no-merge), main.sections section.section-darkish:not(.section-no-merge-next) + section.section-darkish:not(.section-no-merge){
  padding-top: 0px;
}
main.sections section.section-light:not(.section-no-merge-next) + section.section-light, main.sections section.section-dark-reverse:not(.section-no-merge-next) + section.section-dark-reverse, main.sections section.section-dark:not(.section-no-merge-next) + section.section-dark, main.sections section.section-medium:not(.section-no-merge-next) + section.section-medium, main.sections section.section-darkish:not(.section-no-merge-next) + section.section-darkish{
  padding-top: 0px;
}
main.sections section.section-dark-reverse{
  background-image: linear-gradient(90deg, #00425E 0%, #02212E 100%);;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
main.sections section.section-dark{
  background-image: linear-gradient(90deg, #02212E 0%, #00425E 100%);;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
main.sections section.section-medium{
  --tw-bg-opacity: 1;
  background-color: rgb(234 249 255 / var(--tw-bg-opacity, 1));
}
main.sections section.section-darkish{
  --tw-bg-opacity: 1;
  background-color: rgb(0 174 239 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
main.sections section.section-disabled {
  display: none !important;
}
main.sections[data-total="1"]{
  display: flex;
  flex-direction: column;
}
main.sections[data-total="1"] section{
  flex: 1 1 0%;
  padding-top: 2.5rem; /* 40px */;
  padding-bottom: 4.375rem; /* 70px */;
}
@media (min-width: 1024px){
  main.sections[data-total="1"] section{
    padding-bottom: 5.625rem; /* 90px */;
  }
}
main.sections[data-total="1"] section.content{
  flex: 1 1 0%;
  padding-top: 2.5rem; /* 40px */;
  padding-bottom: 2.5rem; /* 40px */;
}
@media (min-width: 1024px){
  main.sections[data-total="1"] section.content{
    padding-top: 4.375rem; /* 70px */;
    padding-bottom: 5.625rem; /* 90px */;
  }
}

.--merge {
  position: relative;
  z-index: 10;
}
.bg-img{
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.plyr {
  --plyr-control-spacing: 20px;
  --plyr-color-main: #00AEEF;
}
.plyr .plyr__control.plyr__control--overlaid {
  --plyr-control-icon-size: 32px;
  --plyr-color-main: #fff;
}
.plyr .plyr__control.plyr__control--overlaid svg {
  fill: #004C6C;
}

.swiper {
  width: calc(100% + 32px) !important;
  margin-left: -16px !important;
  padding: 16px !important;
}

.slider-nav button{
  height: 2.5rem; /* 40px */;
  width: 2.5rem; /* 40px */;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 174 239 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 174 239 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(2 33 46 / var(--tw-text-opacity, 1));
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-nav button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(2 33 46 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.slider-nav button[aria-disabled=true]{
  cursor: not-allowed;
  opacity: 0.5;
}
.slider-nav button svg {
  width: 10px;
  height: auto;
}

.linkedin{
  height: 454px;
}
.linkedin iframe{
  height: 100%;
  width: 100%;
}

.form-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 1.875rem; /* 30px */;
       column-gap: 1.875rem; /* 30px */;
  row-gap: 1.25rem; /* 20px */;
}
@media (max-width: 1023px){
  .form-grid .form-grid-col{
    grid-column: span 2 / span 2;
  }
}

.form-fields{
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 1.25rem; /* 20px */;
}

.form-field label{
  margin-bottom: 0.25rem; /* 4px */;
  display: block;
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 76 108 / var(--tw-text-opacity, 1));
}
.form-field input:not([type=checkbox]):not([type=radio]):not([type=file]),
.form-field select,
.form-field textarea{
  height: 3.125rem; /* 50px */;
  width: 100%;
  border-radius: 10px;
  padding-left: 1rem; /* 16px */;
  padding-right: 1rem; /* 16px */;
  font-size: 16px;
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(246 246 246 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}
.form-field input:not([type=checkbox]):not([type=radio]):not([type=file]):focus,
.form-field select:focus,
.form-field textarea:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 174 239 / var(--tw-border-opacity, 1));
}
.form-field textarea{
  height: 8.75rem; /* 140px */;
  resize: none;
  padding-top: 1rem; /* 16px */;
  padding-bottom: 1rem; /* 16px */;
}
.form-field textarea.textarea-lg{
  height: 238px;
}

.form-field.form-field--fill{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}
.form-field.form-field--fill span{
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px){
  .form-field.form-field--fill span{
    flex: 1 1 0%;
  }
  .form-field.form-field--fill span textarea{
    height: 0px;
  }
}

.form-field--terms{
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1024px){
  .form-field--terms{
    align-items: center;
  }
}

@media (max-width: 1023px){
  .form-field--terms{
    flex-direction: column;
  }
}

.form-field--terms{
  -moz-column-gap: 1.25rem; /* 20px */;
       column-gap: 1.25rem; /* 20px */;
  row-gap: 1.25rem; /* 20px */;
}
@media (max-width: 1023px){
  .form-field--terms .btn{
    width: 100%;
  }
}

.form-field--file{
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 1.25rem; /* 20px */;
       column-gap: 1.25rem; /* 20px */;
  row-gap: 0.25rem; /* 4px */;
}

@media (min-width: 1024px){
  .form-field--file{
    align-items: center;
  }
}

@media (max-width: 1023px){
  .form-field--file{
    flex-direction: column;
  }
}
.form-field--file label{
  margin: 0px;
}
.form-field--file .wpcf7-form-control-wrap{
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  gap: 0.625rem; /* 10px */;
  font-size: 16px;
}
@media (min-width: 1024px){
  .form-field--file .wpcf7-form-control-wrap{
    justify-content: flex-end;
  }
}

.wpcf7-acceptance .wpcf7-list-item{
  position: relative;
  margin: 0 !important;
}
.wpcf7-acceptance .wpcf7-list-item label{
  cursor: pointer;
  margin: 0 !important;
}
.wpcf7-acceptance .wpcf7-list-item input{
  display: none;
}
.wpcf7-acceptance .wpcf7-list-item span{
  padding-left: 2rem; /* 32px */;
}
.wpcf7-acceptance .wpcf7-list-item span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 1.375rem; /* 22px */;
  width: 1.375rem; /* 22px */;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(2 33 46 / var(--tw-border-opacity, 1));
}
.wpcf7-acceptance .wpcf7-list-item span::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 1.375rem; /* 22px */;
  width: 1.375rem; /* 22px */;
  --tw-bg-opacity: 1;
  background-color: rgb(2 33 46 / var(--tw-bg-opacity, 1));
  opacity: 0;
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='%23ffffff' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m4.5 12.75 6 6 9-13.5' /%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px auto;
}
.wpcf7-acceptance .wpcf7-list-item span a{
  text-decoration-line: underline;
}
.wpcf7-acceptance .wpcf7-list-item input:checked + span::after{
  opacity: 1;
}

.filter-select{
  height: 3.75rem; /* 60px */;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.section-light .filter-select{
  --tw-border-opacity: 1;
  border-color: rgb(0 76 108 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 76 108 / var(--tw-text-opacity, 1));
}

.filter-select {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.031 9.53062L12.531 17.0306C12.4614 17.1004 12.3787 17.1557 12.2876 17.1934C12.1966 17.2312 12.099 17.2506 12.0004 17.2506C11.9019 17.2506 11.8043 17.2312 11.7132 17.1934C11.6222 17.1557 11.5394 17.1004 11.4698 17.0306L3.96979 9.53062C3.82906 9.38989 3.75 9.19902 3.75 9C3.75 8.80097 3.82906 8.6101 3.96979 8.46937C4.11052 8.32864 4.30139 8.24958 4.50042 8.24958C4.69944 8.24958 4.89031 8.32864 5.03104 8.46937L12.0004 15.4397L18.9698 8.46937C19.0395 8.39969 19.1222 8.34441 19.2132 8.3067C19.3043 8.26899 19.4019 8.24958 19.5004 8.24958C19.599 8.24958 19.6965 8.26899 19.7876 8.3067C19.8786 8.34441 19.9614 8.39969 20.031 8.46937C20.1007 8.53905 20.156 8.62178 20.1937 8.71283C20.2314 8.80387 20.2508 8.90145 20.2508 9C20.2508 9.09854 20.2314 9.19612 20.1937 9.28717C20.156 9.37821 20.1007 9.46094 20.031 9.53062Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 24px auto;
}

.filter-submit{
  display: flex;
  height: 3.75rem; /* 60px */;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.section-light .filter-submit{
  --tw-border-opacity: 1;
  border-color: rgb(0 76 108 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 76 108 / var(--tw-text-opacity, 1));
}

.filter-submit:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 174 239 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 174 239 / var(--tw-text-opacity, 1));
}

.subscribe{
  display: flex;
}
.subscribe .form-field input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: none !important;
  color: #004C6C !important;
}
.subscribe .form-field input::-moz-placeholder {
  color: #004C6C !important;
}
.subscribe .form-field input::placeholder {
  color: #004C6C !important;
}
.subscribe .btn{
  height: 3.125rem; /* 50px */;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.card-ring{
  position: relative;
}
.card-ring::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: calc(100% + 16px);
  width: calc(100% + 16px);
  --tw-translate-y: -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));
  border-radius: 18px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 174 239 / var(--tw-border-opacity, 1));
}
@media (min-width: 1024px){
  .card-ring::before{
    border-radius: 28px;
  }
}
.card-ring::before{
  opacity: 0;
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}
.card-ring:hover::before{
  opacity: 1;
}
.card-ring > *:first-child{
  position: relative;
  z-index: 10;
}

.footer__cta--merge{
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 10;
  width: 100%;
  --tw-translate-y: -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));
}

.glink img {
  min-width: 24px;
  height: auto;
}
.glink span {
  display: none !important;
}

html[lang=es] [data-gt-lang=es] {
  display: none;
}

html[lang=en] [data-gt-lang=en],
html[lang=auto] [data-gt-lang=en] {
  display: none;
}

.map__guide__list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
}
.map__guide__list::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 10px;
}
.section-light .map__guide__list::-webkit-scrollbar, .section-medium .map__guide__list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
}
.section-light .map__guide__list::-webkit-scrollbar-thumb, .section-medium .map__guide__list::-webkit-scrollbar-thumb {
  background-color: #00AEEF;
  border-radius: 10px;
}

.stats__items .stats__item:nth-child(1) svg{
  --tw-text-opacity: 1;
  color: rgb(72 93 170 / var(--tw-text-opacity, 1));
}
.stats__items .stats__item:nth-child(2) svg{
  --tw-text-opacity: 1;
  color: rgb(0 174 239 / var(--tw-text-opacity, 1));
}
.stats__items .stats__item:nth-child(3) svg{
  --tw-text-opacity: 1;
  color: rgb(22 182 133 / var(--tw-text-opacity, 1));
}
@media (max-width: 1023px) {
  .stats__items .stats__item:nth-child(3) svg{
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.content-stats--3 .content-stats__logo svg{
  height: 100%;
  max-height: 94px;
  width: auto;
}

.team-card {
  background: url("/wp-content/themes/mfms-group/public/images/team-card.png") no-repeat center;
  background-size: cover;
}

main.sections > section:first-child.team-member{
  padding-top: 1rem; /* 16px */;
  padding-bottom: 2.5rem; /* 40px */;
}

@media (min-width: 768px){
  main.sections > section:first-child.team-member{
    padding-top: 2.5rem; /* 40px */;
  }
}

@media (min-width: 1024px){
  main.sections > section:first-child.team-member{
    padding-top: 4.375rem; /* 70px */;
    padding-bottom: 4.375rem; /* 70px */;
  }
}

.content-image-anim__item{
  width: 5rem; /* 80px */;
}

@media (min-width: 1024px){
  .content-image-anim__item{
    width: 7.5rem; /* 120px */;
  }
}
.content-image-anim__item[data-size=medium]{
  width: 5.625rem; /* 90px */;
}
@media (min-width: 1024px){
  .content-image-anim__item[data-size=medium]{
    width: 154px;
  }
}
.content-image-anim__item[data-size=large]{
  width: 6.25rem; /* 100px */;
}
@media (min-width: 1024px){
  .content-image-anim__item[data-size=large]{
    width: 200px;
  }
}

.content-image-ticker__gradient {
  background: linear-gradient(180deg, #FFFFFF 5%, rgba(255, 255, 255, 0) 100%);
}
.content-image-ticker.section-medium .content-image-ticker__gradient {
  background: linear-gradient(180deg, #EAF9FF 5%, rgba(230, 240, 247, 0) 100%);
}

.contact-form iframe{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main.sections > section:first-child.service{
  padding-top: 1rem; /* 16px */;
  padding-bottom: 4.375rem; /* 70px */;
}

@media (min-width: 768px){
  main.sections > section:first-child.service{
    padding-top: 2.5rem; /* 40px */;
  }
}

@media (min-width: 1024px){
  main.sections > section:first-child.service{
    padding-bottom: 5.625rem; /* 90px */;
  }
}

main.sections section.vacancy{
  padding-top: 2.5rem; /* 40px */;
  padding-bottom: 3.75rem; /* 60px */;
}

@media (min-width: 1024px){
  main.sections section.vacancy{
    padding-top: 64px;
    padding-bottom: 6.25rem; /* 100px */;
  }
}

div.card-vacancy .card-vacancy__btn .btn{
  --tw-bg-opacity: 1;
  background-color: rgb(2 33 46 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

div.card-vacancy .card-vacancy__btn .btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 174 239 / var(--tw-bg-opacity, 1));
}
section.section-light div.card-vacancy .card-vacancy__btn .btn:first-child, section.section-medium div.card-vacancy .card-vacancy__btn .btn:first-child{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(2 33 46 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(2 33 46 / var(--tw-text-opacity, 1));
}
section.section-light div.card-vacancy .card-vacancy__btn .btn:last-child, section.section-medium div.card-vacancy .card-vacancy__btn .btn:last-child{
  --tw-bg-opacity: 1;
  background-color: rgb(0 174 239 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.section-light div.card-vacancy .card-vacancy__btn .btn:hover, section.section-medium div.card-vacancy .card-vacancy__btn .btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(2 33 46 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.single-post .hero + main.sections section:first-child.content{
  padding-top: 0px;
}

div.card-location:hover .btn{
  --tw-bg-opacity: 1;
  background-color: rgb(0 76 108 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
div.card-location:hover .btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 174 239 / var(--tw-bg-opacity, 1));
}
.placeholder\:text-white::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.placeholder\:text-white::placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:bg-cyan:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 174 239 / var(--tw-bg-opacity, 1));
}
.hover\:bg-prussian-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 76 108 / var(--tw-bg-opacity, 1));
}
.hover\:text-cyan:hover{
  --tw-text-opacity: 1;
  color: rgb(0 174 239 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:-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));
}
.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.group:hover .group-hover\:bg-prussian-blue-medium{
  --tw-bg-opacity: 1;
  background-color: rgb(0 102 143 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:text-cyan{
  --tw-text-opacity: 1;
  color: rgb(0 174 239 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.section-dark .section-dark\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.section-dark .section-dark\:text-cyan{
  --tw-text-opacity: 1;
  color: rgb(0 174 239 / var(--tw-text-opacity, 1));
}
.section-dark .section-dark\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.section-dark .group:hover .section-dark\:group-hover\:bg-prussian-blue-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(2 33 46 / var(--tw-bg-opacity, 1));
}
.section-medium .section-medium\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.section-medium .group:hover .section-medium\:group-hover\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.header-open .header-open\:border-prussian-blue-medium{
  --tw-border-opacity: 1;
  border-color: rgb(0 102 143 / var(--tw-border-opacity, 1));
}
.header-open .header-open\:bg-transparent{
  background-color: transparent;
}
.header-open .header-open\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.header-open .header-open\:opacity-0{
  opacity: 0;
}
.header-open .header-open\:opacity-100{
  opacity: 1;
}
.tray-open .tray-open\:opacity-0{
  opacity: 0;
}
.tray-open .tray-open\:opacity-100{
  opacity: 1;
}
.search-open .search-open\:opacity-0{
  opacity: 0;
}
.search-open .search-open\:opacity-100{
  opacity: 1;
}
.this-active\:text-cyan.active{
  --tw-text-opacity: 1;
  color: rgb(0 174 239 / var(--tw-text-opacity, 1));
}
.active .active\:block{
  display: block;
}
.active .active\:hidden{
  display: none;
}
.active .active\:rotate-45{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.theme-dark .theme-dark\:border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.theme-dark .theme-dark\:bg-gradient-primary{
  background-image: linear-gradient(90deg, #02212E 0%, #00425E 100%);;
}
.theme-dark .theme-dark\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.theme-dark .theme-dark\:hover\:border-cyan:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 174 239 / var(--tw-border-opacity, 1));
}
.theme-dark .theme-dark\:hover\:bg-cyan:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 174 239 / var(--tw-bg-opacity, 1));
}
.theme-light .theme-light\:bg-blue-light{
  --tw-bg-opacity: 1;
  background-color: rgb(234 249 255 / var(--tw-bg-opacity, 1));
}
@media (min-width: 420px){
  .xs\:text-\[18px\]{
    font-size: 18px;
  }
}
@media (min-width: 640px){
  .sm\:h-14{
    height: 0.875rem; /* 14px */;
  }
  .sm\:h-\[40\%\]{
    height: 40%;
  }
  .sm\:w-14{
    width: 0.875rem; /* 14px */;
  }
  .sm\:w-\[638px\]{
    width: 638px;
  }
  .sm\:translate-y-\[119\.5px\]{
    --tw-translate-y: 119.5px;
    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));
  }
  .sm\:justify-center{
    justify-content: center;
  }
  .sm\:gap-90{
    gap: 5.625rem; /* 90px */;
  }
  .sm\:p-40{
    padding: 2.5rem; /* 40px */;
  }
  .sm\:pb-60{
    padding-bottom: 3.75rem; /* 60px */;
  }
  .sm\:pr-40{
    padding-right: 2.5rem; /* 40px */;
  }
  .sm\:text-\[20px\]{
    font-size: 20px;
  }
  .sm\:text-\[50px\]{
    font-size: 50px;
  }
  .sm\:flex-col-6 {
    width: 50%;
  }
}
@media (min-width: 768px){
  .md\:order-1{
    order: 1;
  }
  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .md\:mt-40{
    margin-top: 2.5rem; /* 40px */;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:aspect-video{
    aspect-ratio: 16 / 9;
  }
  .md\:min-h-\[300px\]{
    min-height: 300px;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:border-r-1{
    border-right-width: 1px;
  }
  .md\:p-30{
    padding: 1.875rem; /* 30px */;
  }
  .md\:px-40{
    padding-left: 2.5rem; /* 40px */;
    padding-right: 2.5rem; /* 40px */;
  }
  .md\:py-50{
    padding-top: 3.125rem; /* 50px */;
    padding-bottom: 3.125rem; /* 50px */;
  }
  .md\:\!text-\[36px\]{
    font-size: 36px !important;
  }
  .md\:text-\[22px\]{
    font-size: 22px;
  }
  .md\:flex-col-3 {
    width: 25%;
  }
  .md\:flex-col-6 {
    width: 50%;
  }
}
@media (min-width: 1024px){
  .lg\:sticky{
    position: sticky;
  }
  .lg\:top-\[240px\]{
    top: 240px;
  }
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .lg\:mb-40{
    margin-bottom: 2.5rem; /* 40px */;
  }
  .lg\:mb-50{
    margin-bottom: 3.125rem; /* 50px */;
  }
  .lg\:mb-60{
    margin-bottom: 3.75rem; /* 60px */;
  }
  .lg\:mb-80{
    margin-bottom: 5rem; /* 80px */;
  }
  .lg\:mt-20{
    margin-top: 1.25rem; /* 20px */;
  }
  .lg\:mt-40{
    margin-top: 2.5rem; /* 40px */;
  }
  .lg\:mt-60{
    margin-top: 3.75rem; /* 60px */;
  }
  .lg\:mt-70{
    margin-top: 4.375rem; /* 70px */;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:aspect-\[1112\/597\]{
    aspect-ratio: 1112/597;
  }
  .lg\:aspect-\[297\/233\]{
    aspect-ratio: 297/233;
  }
  .lg\:aspect-\[414\/277\]{
    aspect-ratio: 414/277;
  }
  .lg\:aspect-\[912\/400\]{
    aspect-ratio: 912/400;
  }
  .lg\:h-50{
    height: 3.125rem; /* 50px */;
  }
  .lg\:h-80{
    height: 5rem; /* 80px */;
  }
  .lg\:h-\[340px\]{
    height: 340px;
  }
  .lg\:h-\[50\%\]{
    height: 50%;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:min-h-\[356px\]{
    min-height: 356px;
  }
  .lg\:min-h-\[480px\]{
    min-height: 480px;
  }
  .lg\:w-80{
    width: 5rem; /* 80px */;
  }
  .lg\:w-\[864px\]{
    width: 864px;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:max-w-none{
    max-width: none;
  }
  .lg\:flex-1{
    flex: 1 1 0%;
  }
  .lg\:translate-y-140{
    --tw-translate-y: 8.75rem; /* 140px */;
    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));
  }
  .lg\:translate-y-\[-1px\]{
    --tw-translate-y: -1px;
    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));
  }
  .lg\:translate-y-\[-6px\]{
    --tw-translate-y: -6px;
    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));
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:flex-wrap{
    flex-wrap: wrap;
  }
  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .lg\:items-end{
    align-items: flex-end;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-30{
    gap: 1.875rem; /* 30px */;
  }
  .lg\:gap-40{
    gap: 2.5rem; /* 40px */;
  }
  .lg\:gap-50{
    gap: 3.125rem; /* 50px */;
  }
  .lg\:gap-60{
    gap: 3.75rem; /* 60px */;
  }
  .lg\:gap-90{
    gap: 5.625rem; /* 90px */;
  }
  .lg\:gap-x-30{
    -moz-column-gap: 1.875rem; /* 30px */;
         column-gap: 1.875rem; /* 30px */;
  }
  .lg\:gap-x-40{
    -moz-column-gap: 2.5rem; /* 40px */;
         column-gap: 2.5rem; /* 40px */;
  }
  .lg\:gap-x-70{
    -moz-column-gap: 4.375rem; /* 70px */;
         column-gap: 4.375rem; /* 70px */;
  }
  .lg\:gap-x-80{
    -moz-column-gap: 5rem; /* 80px */;
         column-gap: 5rem; /* 80px */;
  }
  .lg\:gap-y-10{
    row-gap: 0.625rem; /* 10px */;
  }
  .lg\:gap-y-16{
    row-gap: 1rem; /* 16px */;
  }
  .lg\:gap-y-40{
    row-gap: 2.5rem; /* 40px */;
  }
  .lg\:gap-y-50{
    row-gap: 3.125rem; /* 50px */;
  }
  .lg\:gap-y-80{
    row-gap: 5rem; /* 80px */;
  }
  .lg\:self-center{
    align-self: center;
  }
  .lg\:rounded-20{
    border-radius: 20px;
  }
  .lg\:border-b-1{
    border-bottom-width: 1px;
  }
  .lg\:bg-prussian-blue{
    --tw-bg-opacity: 1;
    background-color: rgb(0 76 108 / var(--tw-bg-opacity, 1));
  }
  .lg\:p-10{
    padding: 0.625rem; /* 10px */;
  }
  .lg\:p-20{
    padding: 1.25rem; /* 20px */;
  }
  .lg\:p-30{
    padding: 1.875rem; /* 30px */;
  }
  .lg\:p-50{
    padding: 3.125rem; /* 50px */;
  }
  .lg\:py-40{
    padding-top: 2.5rem; /* 40px */;
    padding-bottom: 2.5rem; /* 40px */;
  }
  .lg\:py-80{
    padding-top: 5rem; /* 80px */;
    padding-bottom: 5rem; /* 80px */;
  }
  .lg\:\!pt-100{
    padding-top: 6.25rem; /* 100px */ !important;
  }
  .lg\:pb-140{
    padding-bottom: 8.75rem; /* 140px */;
  }
  .lg\:pb-30{
    padding-bottom: 1.875rem; /* 30px */;
  }
  .lg\:pl-30{
    padding-left: 1.875rem; /* 30px */;
  }
  .lg\:pr-40{
    padding-right: 2.5rem; /* 40px */;
  }
  .lg\:pt-140{
    padding-top: 8.75rem; /* 140px */;
  }
  .lg\:pt-54{
    padding-top: 3.375rem; /* 54px */;
  }
  .lg\:pt-60{
    padding-top: 3.75rem; /* 60px */;
  }
  .lg\:pt-70{
    padding-top: 4.375rem; /* 70px */;
  }
  .lg\:pt-80{
    padding-top: 5rem; /* 80px */;
  }
  .lg\:text-\[100px\]{
    font-size: 100px;
  }
  .lg\:text-\[16px\]{
    font-size: 16px;
  }
  .lg\:text-\[22px\]{
    font-size: 22px;
  }
  .lg\:text-\[28px\]{
    font-size: 28px;
  }
  .lg\:text-\[64px\]{
    font-size: 64px;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:flex-col-4 {
    width: 33.3333333333%;
  }
  .lg\:flex-col-6 {
    width: 50%;
  }
  .last\:lg\:border-0:last-child{
    border-width: 0px;
  }
  .last\:lg\:border-r-0:last-child{
    border-right-width: 0px;
  }
  .last\:lg\:pb-0:last-child{
    padding-bottom: 0px;
  }
}
@media (min-width: 1280px){
  .xl\:absolute{
    position: absolute;
  }
  .xl\:right-0{
    right: 0px;
  }
  .xl\:top-\[-50px\]{
    top: -50px;
  }
  .xl\:order-1{
    order: 1;
  }
  .xl\:order-2{
    order: 2;
  }
  .xl\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .xl\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .xl\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .xl\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .xl\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .xl\:col-span-9{
    grid-column: span 9 / span 9;
  }
  .xl\:mb-20{
    margin-bottom: 1.25rem; /* 20px */;
  }
  .xl\:block{
    display: block;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:aspect-\[297\/233\]{
    aspect-ratio: 297/233;
  }
  .xl\:aspect-auto{
    aspect-ratio: auto;
  }
  .xl\:h-\[580px\]{
    height: 580px;
  }
  .xl\:max-h-32{
    max-height: 2rem; /* 32px */;
  }
  .xl\:max-h-40{
    max-height: 2.5rem; /* 40px */;
  }
  .xl\:min-h-\[320px\]{
    min-height: 320px;
  }
  .xl\:min-h-\[calc\(100dvh-80px\)\]{
    min-height: calc(100dvh - 80px);
  }
  .xl\:w-\[388px\]{
    width: 388px;
  }
  .xl\:w-full{
    width: 100%;
  }
  .xl\:flex-1{
    flex: 1 1 0%;
  }
  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-\[1fr\2c 491px\]{
    grid-template-columns: 1fr 491px;
  }
  .xl\:flex-col{
    flex-direction: column;
  }
  .xl\:gap-30{
    gap: 1.875rem; /* 30px */;
  }
  .xl\:gap-x-50{
    -moz-column-gap: 3.125rem; /* 50px */;
         column-gap: 3.125rem; /* 50px */;
  }
  .xl\:gap-x-80{
    -moz-column-gap: 5rem; /* 80px */;
         column-gap: 5rem; /* 80px */;
  }
  .xl\:gap-x-90{
    -moz-column-gap: 5.625rem; /* 90px */;
         column-gap: 5.625rem; /* 90px */;
  }
  .xl\:gap-y-60{
    row-gap: 3.75rem; /* 60px */;
  }
  .xl\:self-center{
    align-self: center;
  }
  .xl\:overflow-hidden{
    overflow: hidden;
  }
  .xl\:p-80{
    padding: 5rem; /* 80px */;
  }
  .xl\:py-50{
    padding-top: 3.125rem; /* 50px */;
    padding-bottom: 3.125rem; /* 50px */;
  }
  .xl\:py-\[400px\]{
    padding-top: 400px;
    padding-bottom: 400px;
  }
  .xl\:pb-30{
    padding-bottom: 1.875rem; /* 30px */;
  }
  .xl\:pl-50{
    padding-left: 3.125rem; /* 50px */;
  }
  .xl\:pl-80{
    padding-left: 5rem; /* 80px */;
  }
  .xl\:pr-80{
    padding-right: 5rem; /* 80px */;
  }
  .xl\:text-\[100px\]{
    font-size: 100px;
  }
  .xl\:text-\[120px\]{
    font-size: 120px;
  }
  .xl\:text-\[28px\]{
    font-size: 28px;
  }
  .xl\:text-\[40px\]{
    font-size: 40px;
  }
  .xl\:flex-col-4 {
    width: 33.3333333333%;
  }
  .xl\:flex-col-12 {
    width: 100%;
  }
}
@media (min-width: 1536px){
  .\32xl\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .\32xl\:min-h-\[600px\]{
    min-height: 600px;
  }
  .\32xl\:w-50{
    width: 3.125rem; /* 50px */;
  }
  .\32xl\:translate-x-\[calc\(100\%\+50px\)\]{
    --tw-translate-x: calc(100% + 50px);
    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 (max-width: 455px){
  .xs-max\:flex-col{
    flex-direction: column;
  }
}
@media (max-width: 767px){
  .md-max\:ml-auto{
    margin-left: auto;
  }
  .md-max\:w-full{
    width: 100%;
  }
  .md-max\:border-l-1{
    border-left-width: 1px;
  }
}
@media (max-width: 1023px){
  .lg-max\:order-1{
    order: 1;
  }
  .lg-max\:order-2{
    order: 2;
  }
  .lg-max\:order-3{
    order: 3;
  }
  .lg-max\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg-max\:block{
    display: block;
  }
  .lg-max\:hidden{
    display: none;
  }
  .lg-max\:aspect-\[3\/2\]{
    aspect-ratio: 3/2;
  }
  .lg-max\:aspect-\[736\/556\]{
    aspect-ratio: 736/556;
  }
  .lg-max\:h-0{
    height: 0px;
  }
  .lg-max\:w-\[116px\]{
    width: 116px;
  }
  .lg-max\:w-full{
    width: 100%;
  }
  .lg-max\:min-w-\[232px\]{
    min-width: 232px;
  }
  .lg-max\:max-w-\[50\%\]{
    max-width: 50%;
  }
  .lg-max\:translate-y-\[calc\(-100\%-20px\)\]{
    --tw-translate-y: calc(-100% - 20px);
    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));
  }
  .lg-max\:cursor-default{
    cursor: default;
  }
  .lg-max\:flex-col{
    flex-direction: column;
  }
  .lg-max\:flex-wrap{
    flex-wrap: wrap;
  }
  .lg-max\:justify-center{
    justify-content: center;
  }
  .lg-max\:overflow-hidden{
    overflow: hidden;
  }
  .lg-max\:whitespace-nowrap{
    white-space: nowrap;
  }
  .lg-max\:border-l-1{
    border-left-width: 1px;
  }
  .lg-max\:bg-gradient-primary{
    background-image: linear-gradient(90deg, #02212E 0%, #00425E 100%);;
  }
  .lg-max\:\!pb-60{
    padding-bottom: 3.75rem; /* 60px */ !important;
  }
  .lg-max\:text-center{
    text-align: center;
  }
  .lg-max\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .header-open .header-open\:lg-max\:bg-gradient-primary{
    background-image: linear-gradient(90deg, #02212E 0%, #00425E 100%);;
  }
}
@media (max-width: 1279px){
  .xl-max\:order-\[-1\]{
    order: -1;
  }
  .xl-max\:col-start-1{
    grid-column-start: 1;
  }
  .xl-max\:row-start-1{
    grid-row-start: 1;
  }
  .xl-max\:mr-10{
    margin-right: 0.625rem; /* 10px */;
  }
  .xl-max\:flex{
    display: flex;
  }
  .xl-max\:hidden{
    display: none;
  }
  .xl-max\:h-full{
    height: 100%;
  }
  .xl-max\:min-w-\[232px\]{
    min-width: 232px;
  }
  .xl-max\:max-w-\[550px\]{
    max-width: 550px;
  }
  .xl-max\:flex-col{
    flex-direction: column;
  }
  .xl-max\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .xl-max\:overflow-y-auto{
    overflow-y: auto;
  }
  .xl-max\:whitespace-nowrap{
    white-space: nowrap;
  }
  .xl-max\:pt-20{
    padding-top: 1.25rem; /* 20px */;
  }
  .xl-max\:text-center{
    text-align: center;
  }
}
@media (max-width: 1535px){
  .\32xl-max\:translate-y-\[calc\(-100\%-20px\)\]{
    --tw-translate-y: calc(-100% - 20px);
    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));
  }
}
