/*!
Theme Name: Oconee State Bank
Author: R\nd
Author URI: https://r-nd.com
Description: A custom WordPress theme.
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: prime-brand
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

prime-brand is based on _tw https://underscoretw.com/, (C) 2021-2023 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.4.10 | 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] {
  display: none;
}

.tooltip-arrow,.tooltip-arrow:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

.tooltip-arrow {
  visibility: hidden;
}

.tooltip-arrow:before {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-tooltip-style^='light'] + .tooltip > .tooltip-arrow:before {
  border-style: solid;
  border-color: #e5e7eb;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='top'] > .tooltip-arrow:before {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='right'] > .tooltip-arrow:before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='bottom'] > .tooltip-arrow:before {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='left'] > .tooltip-arrow:before {
  border-top-width: 1px;
  border-right-width: 1px;
}

.tooltip[data-popper-placement^='top'] > .tooltip-arrow {
  bottom: -4px;
}

.tooltip[data-popper-placement^='bottom'] > .tooltip-arrow {
  top: -4px;
}

.tooltip[data-popper-placement^='left'] > .tooltip-arrow {
  right: -4px;
}

.tooltip[data-popper-placement^='right'] > .tooltip-arrow {
  left: -4px;
}

.tooltip.invisible > .tooltip-arrow:before {
  visibility: hidden;
}

[data-popper-arrow],[data-popper-arrow]:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

[data-popper-arrow] {
  visibility: hidden;
}

[data-popper-arrow]:before {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-popper-arrow]:after {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
  position: absolute;
  width: 9px;
  height: 9px;
  background: inherit;
}

[role="tooltip"] > [data-popper-arrow]:before {
  border-style: solid;
  border-color: #e5e7eb;
}

.dark [role="tooltip"] > [data-popper-arrow]:before {
  border-style: solid;
  border-color: #4b5563;
}

[role="tooltip"] > [data-popper-arrow]:after {
  border-style: solid;
  border-color: #e5e7eb;
}

.dark [role="tooltip"] > [data-popper-arrow]:after {
  border-style: solid;
  border-color: #4b5563;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow] {
  bottom: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow] {
  top: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow] {
  right: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow] {
  left: -5px;
}

[role="tooltip"].invisible > [data-popper-arrow]:before {
  visibility: hidden;
}

[role="tooltip"].invisible > [data-popper-arrow]:after {
  visibility: hidden;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6B7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1C64F2;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #1C64F2;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6B7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6B7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  background: none;
}

select:not([size]) {
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3e %3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3e %3c/svg%3e");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 0.75em 0.75em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

:is([dir=rtl]) select:not([size]) {
  background-position: left 0.75rem center;
  padding-right: 0.75rem;
  padding-left: 0;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #1C64F2;
  background-color: #fff;
  border-color: #6B7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1C64F2;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked,.dark [type='checkbox']:checked,.dark [type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 0.55em 0.55em;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 0.55em 0.55em;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  background-size: 1em 1em;
}

.dark [type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  background-size: 1em 1em;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M0.5 6h14'/%3e %3c/svg%3e");
  background-color: currentColor;
  border-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.55em 0.55em;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px auto inherit;
}

input[type=file]::file-selector-button {
  color: white;
  background: #1F2937;
  border: 0;
  font-weight: 500;
  font-size: .875rem;
  cursor: pointer;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2rem;
  padding-right: 1rem;
  margin-inline-start: -1rem;
  margin-inline-end: 1rem;
}

input[type=file]::file-selector-button:hover {
  background: #374151;
}

:is([dir=rtl]) input[type=file]::file-selector-button {
  padding-right: 2rem;
  padding-left: 1rem;
}

.dark input[type=file]::file-selector-button {
  color: white;
  background: #4B5563;
}

.dark input[type=file]::file-selector-button:hover {
  background: #6B7280;
}

input[type="range"]::-webkit-slider-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #1C64F2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-webkit-slider-thumb {
  background: #9CA3AF;
}

.dark input[type="range"]:disabled::-webkit-slider-thumb {
  background: #6B7280;
}

input[type="range"]:focus::-webkit-slider-thumb {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1px;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}

input[type="range"]::-moz-range-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #1C64F2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-moz-range-thumb {
  background: #9CA3AF;
}

.dark input[type="range"]:disabled::-moz-range-thumb {
  background: #6B7280;
}

input[type="range"]::-moz-range-progress {
  background: #3F83F8;
}

input[type="range"]::-ms-fill-lower {
  background: #3F83F8;
}

.toggle-bg:after {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  background: white;
  border-color: #D1D5DB;
  border-width: 1px;
  border-radius: 9999px;
  height: 1.25rem;
  width: 1.25rem;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-duration: .15s;
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

input:checked + .toggle-bg:after {
  transform: translateX(100%);;
  border-color: white;
}

input:checked + .toggle-bg {
  background: #1C64F2;
  border-color: #1C64F2;
}

*, ::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(63 131 248 / 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(63 131 248 / 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:  ;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

body {
  font-family: Nunito Sans, sans-serif;
}

main {
  flex: 1 1 0%;
}

@media (max-width: 1024px) {
  .lg\:position-static-important {
    position: static !important;
  }

  .lg\:transform-none-important {
    transform: none !important;
  }
}

.top-dropdown-button.active > svg {
  transform: rotate(180deg);
}

/* FORM STYLE */

.frm-show-form .frm_fields_container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}

.frm-show-form .frm_fields_container .frm_combo_inputs_container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}

.frm-show-form .frm_fields_container .frm_form_field {
  grid-column: span 2 / span 2;
}

@media (min-width: 768px) {
  .frm-show-form .frm_fields_container .frm_form_field {
    grid-column: span 2/span 2;
  }
}

.frm-show-form .frm_fields_container .frm_form_field.frm_half,
.frm-show-form .frm_fields_container .frm_form_field.frm6 {
  grid-column: span 1 / span 1;
}

@media (max-width: 768px) {
  .frm-show-form .frm_fields_container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .frm-show-form .frm_fields_container .frm_combo_inputs_container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .frm-show-form .frm_fields_container .frm_form_field.frm_half,
	.frm-show-form .frm_fields_container .frm_form_field.frm6 {
    grid-column: 1 / -1;
  }
}

.frm-show-form .frm_form_field > .frm_primary_label {
  margin-bottom: 0.5rem;
  display: block;
  font-size: .875rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  font-size: 12px;
}

@media (min-width: 1024px) {
  .frm-show-form .frm_form_field > .frm_primary_label {
    font-size: 13px;
  }
}

.frm-show-form .frm_form_field > .frm_primary_label:is(.dark *) {
  color: rgba(255,255,255,.99);
}

.frm-show-form input[type="text"],
.frm-show-form input[type="email"],
.frm-show-form input[type="tel"],
.frm-show-form input[type="url"],
.frm-show-form input[type="number"],
.frm-show-form select,
.frm-show-form textarea {
  display: block;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding: 0.625rem;
  font-size: .875rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  font-size: 12px;
}

@media (min-width: 1024px) {
  .frm-show-form input[type="text"],
.frm-show-form input[type="email"],
.frm-show-form input[type="tel"],
.frm-show-form input[type="url"],
.frm-show-form input[type="number"],
.frm-show-form select,
.frm-show-form textarea {
    font-size: 13px;
  }
}

.frm-show-form input[type="text"]:focus,
.frm-show-form input[type="email"]:focus,
.frm-show-form input[type="tel"]:focus,
.frm-show-form input[type="url"]:focus,
.frm-show-form input[type="number"]:focus,
.frm-show-form select:focus,
.frm-show-form textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(63 131 248 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 131 248 / var(--tw-ring-opacity));
}

.frm-show-form textarea {
  height: 150px;
}

.frm-show-form .frm_checkbox label,
.frm-show-form .frm_radio label {
  display: block;
  font-size: .875rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-size: 12px;
}

@media (min-width: 1024px) {
  .frm-show-form .frm_checkbox label,
.frm-show-form .frm_radio label {
    font-size: 13px;
  }
}

.frm-show-form .frm_checkbox label input,
.frm-show-form .frm_radio label input {
  margin-right: 0.25rem;
}

.frm-show-form .frm_form_field > .frm_description {
  margin-top: 0.5rem;
  font-size: .875rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  font-size: 12px;
}

@media (min-width: 1024px) {
  .frm-show-form .frm_form_field > .frm_description {
    font-size: 13px;
  }
}

.frm-show-form .frm_form_field > .frm_description:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.frm-show-form .frm_submit.frm_flex {
  grid-column: span 2 / span 2;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .frm-show-form .frm_submit.frm_flex {
    grid-column: span 2/span 2;
  }
}

.frm-show-form .frm_submit .frm_button_submit {
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(13 74 129 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255,255,255,.99);
  text-align: center;
}

@media (min-width: 1024px) {
  .frm-show-form .frm_submit .frm_button_submit {
    font-size: 16px;
  }
}

.frm-show-form .frm_submit .frm_button_submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(13 74 129 / var(--tw-bg-opacity));
}

.frm-show-form .frm_submit .frm_button_submit:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(13 74 129 / var(--tw-ring-opacity));
}

.frm-show-form .frm_submit .frm_prev_page::before {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
}

.frm-show-form .frm_submit .frm_prev_page {
  position: relative;
  order: -1;
  display: block;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 0.25rem;
  border-radius: 0px;
  border-width: 0px;
  background-color: transparent;
  background-image: none;
  padding-left: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  text-decoration-line: none;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
}

@media (min-width: 1024px) {
  .frm-show-form .frm_submit .frm_prev_page {
    font-size: 16px;
  }
}

.frm-show-form .frm_submit .frm_prev_page:hover {
  opacity: 0.9;
}

/* ERRORS */

.frm-show-form .frm_error_style,
.frm_forms .frm_error_style {
  margin-bottom: 1.5rem;
  display: block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(240 82 82 / var(--tw-bg-opacity));
  padding: 0.75rem;
  font-size: .875rem;
  color: rgba(255,255,255,.99);
  text-align: center;
  font-size: 12px;
}

@media (min-width: 1024px) {
  .frm-show-form .frm_error_style,
.frm_forms .frm_error_style {
    font-size: 13px;
  }
}

.frm_forms .frm_error_style p {
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(255,255,255,.99);
}

.frm-show-form .frm_blank_field select,
.frm-show-form .frm_blank_field input[type="text"],
.frm-show-form .frm_blank_field input[type="password"],
.frm-show-form .frm_blank_field input[type="url"],
.frm-show-form .frm_blank_field input[type="tel"],
.frm-show-form .frm_blank_field input[type="number"],
.frm-show-form .frm_blank_field input[type="email"],
.frm-show-form .frm_blank_field textarea,
.frm-show-form .frm_blank_field .mce-edit-area iframe,
.frm-show-form .frm_blank_field .frm-g-recaptcha iframe,
.frm-show-form .frm_blank_field .g-recaptcha iframe,
.frm-show-form .frm_blank_field .frm-card-element.StripeElement,
.frm-show-form .frm_blank_field .chosen-container-multi .chosen-choices,
.frm-show-form .frm_blank_field .chosen-container-single .chosen-single,
.frm-show-form .frm_form_field :invalid {
  display: block;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(240 82 82 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 242 / var(--tw-bg-opacity));
  padding: 0.625rem;
  font-size: .875rem;
  --tw-text-opacity: 1;
  color: rgb(119 29 29 / var(--tw-text-opacity));
}

.frm-show-form .frm_blank_field select::-moz-placeholder, .frm-show-form .frm_blank_field input[type="text"]::-moz-placeholder, .frm-show-form .frm_blank_field input[type="password"]::-moz-placeholder, .frm-show-form .frm_blank_field input[type="url"]::-moz-placeholder, .frm-show-form .frm_blank_field input[type="tel"]::-moz-placeholder, .frm-show-form .frm_blank_field input[type="number"]::-moz-placeholder, .frm-show-form .frm_blank_field input[type="email"]::-moz-placeholder, .frm-show-form .frm_blank_field textarea::-moz-placeholder, .frm-show-form .frm_blank_field .mce-edit-area iframe::-moz-placeholder, .frm-show-form .frm_blank_field .frm-g-recaptcha iframe::-moz-placeholder, .frm-show-form .frm_blank_field .g-recaptcha iframe::-moz-placeholder, .frm-show-form .frm_blank_field .frm-card-element.StripeElement::-moz-placeholder, .frm-show-form .frm_blank_field .chosen-container-multi .chosen-choices::-moz-placeholder, .frm-show-form .frm_blank_field .chosen-container-single .chosen-single::-moz-placeholder, .frm-show-form .frm_form_field :invalid::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(200 30 30 / var(--tw-placeholder-opacity));
}

.frm-show-form .frm_blank_field select::placeholder,
.frm-show-form .frm_blank_field input[type="text"]::placeholder,
.frm-show-form .frm_blank_field input[type="password"]::placeholder,
.frm-show-form .frm_blank_field input[type="url"]::placeholder,
.frm-show-form .frm_blank_field input[type="tel"]::placeholder,
.frm-show-form .frm_blank_field input[type="number"]::placeholder,
.frm-show-form .frm_blank_field input[type="email"]::placeholder,
.frm-show-form .frm_blank_field textarea::placeholder,
.frm-show-form .frm_blank_field .mce-edit-area iframe::placeholder,
.frm-show-form .frm_blank_field .frm-g-recaptcha iframe::placeholder,
.frm-show-form .frm_blank_field .g-recaptcha iframe::placeholder,
.frm-show-form .frm_blank_field .frm-card-element.StripeElement::placeholder,
.frm-show-form .frm_blank_field .chosen-container-multi .chosen-choices::placeholder,
.frm-show-form .frm_blank_field .chosen-container-single .chosen-single::placeholder,
.frm-show-form .frm_form_field :invalid::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(200 30 30 / var(--tw-placeholder-opacity));
}

.frm-show-form .frm_blank_field select,
.frm-show-form .frm_blank_field input[type="text"],
.frm-show-form .frm_blank_field input[type="password"],
.frm-show-form .frm_blank_field input[type="url"],
.frm-show-form .frm_blank_field input[type="tel"],
.frm-show-form .frm_blank_field input[type="number"],
.frm-show-form .frm_blank_field input[type="email"],
.frm-show-form .frm_blank_field textarea,
.frm-show-form .frm_blank_field .mce-edit-area iframe,
.frm-show-form .frm_blank_field .frm-g-recaptcha iframe,
.frm-show-form .frm_blank_field .g-recaptcha iframe,
.frm-show-form .frm_blank_field .frm-card-element.StripeElement,
.frm-show-form .frm_blank_field .chosen-container-multi .chosen-choices,
.frm-show-form .frm_blank_field .chosen-container-single .chosen-single,
.frm-show-form .frm_form_field :invalid {
  font-size: 12px;
}

@media (min-width: 1024px) {
  .frm-show-form .frm_blank_field select,
.frm-show-form .frm_blank_field input[type="text"],
.frm-show-form .frm_blank_field input[type="password"],
.frm-show-form .frm_blank_field input[type="url"],
.frm-show-form .frm_blank_field input[type="tel"],
.frm-show-form .frm_blank_field input[type="number"],
.frm-show-form .frm_blank_field input[type="email"],
.frm-show-form .frm_blank_field textarea,
.frm-show-form .frm_blank_field .mce-edit-area iframe,
.frm-show-form .frm_blank_field .frm-g-recaptcha iframe,
.frm-show-form .frm_blank_field .g-recaptcha iframe,
.frm-show-form .frm_blank_field .frm-card-element.StripeElement,
.frm-show-form .frm_blank_field .chosen-container-multi .chosen-choices,
.frm-show-form .frm_blank_field .chosen-container-single .chosen-single,
.frm-show-form .frm_form_field :invalid {
    font-size: 13px;
  }
}

.frm-show-form .frm_blank_field select:focus,
.frm-show-form .frm_blank_field input[type="text"]:focus,
.frm-show-form .frm_blank_field input[type="password"]:focus,
.frm-show-form .frm_blank_field input[type="url"]:focus,
.frm-show-form .frm_blank_field input[type="tel"]:focus,
.frm-show-form .frm_blank_field input[type="number"]:focus,
.frm-show-form .frm_blank_field input[type="email"]:focus,
.frm-show-form .frm_blank_field textarea:focus,
.frm-show-form .frm_blank_field .mce-edit-area iframe:focus,
.frm-show-form .frm_blank_field .frm-g-recaptcha iframe:focus,
.frm-show-form .frm_blank_field .g-recaptcha iframe:focus,
.frm-show-form .frm_blank_field .frm-card-element.StripeElement:focus,
.frm-show-form .frm_blank_field .chosen-container-multi .chosen-choices:focus,
.frm-show-form .frm_blank_field .chosen-container-single .chosen-single:focus,
.frm-show-form .frm_form_field :invalid:focus {
  --tw-border-opacity: 1;
  border-color: rgb(240 82 82 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 82 82 / var(--tw-ring-opacity));
}

.frm-show-form .frm_blank_field select {
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3e %3cpath stroke='%23F05252' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3e %3c/svg%3e");
}

.frm-show-form .frm_blank_field .frm_checkbox label,
.frm-show-form .frm_blank_field .frm_radio label {
  --tw-text-opacity: 1;
  color: rgb(119 29 29 / var(--tw-text-opacity));
}

.frm-show-form .frm_blank_field .frm_checkbox label input,
.frm-show-form .frm_blank_field .frm_radio label input {
  --tw-border-opacity: 1;
  border-color: rgb(240 82 82 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 242 / var(--tw-bg-opacity));
}

.frm-show-form .frm_blank_field .frm_checkbox label input:checked,
.frm-show-form .frm_blank_field .frm_radio label input:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(240 82 82 / var(--tw-bg-opacity));
}

.frm-show-form .frm_blank_field .frm_checkbox label input:focus:focus,
.frm-show-form .frm_blank_field .frm_radio label input:focus:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 82 82 / var(--tw-ring-opacity));
}

.frm-show-form .frm_form_field.frm_blank_field > .frm_primary_label {
  --tw-text-opacity: 1;
  color: rgb(224 36 36 / var(--tw-text-opacity));
}

.frm-show-form .frm_form_field.frm_blank_field > .frm_error {
  margin-top: 0.5rem;
  font-size: .875rem;
  --tw-text-opacity: 1;
  color: rgb(224 36 36 / var(--tw-text-opacity));
  font-size: 12px;
}

@media (min-width: 1024px) {
  .frm-show-form .frm_form_field.frm_blank_field > .frm_error {
    font-size: 13px;
  }
}

.frm-show-form .frm_form_field.frm_blank_field > .frm_description {
  --tw-text-opacity: 1;
  color: rgb(200 30 30 / var(--tw-text-opacity));
}

/* CONFIRMATION */

.frm_forms .frm_message {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(132 225 188 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 250 247 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(4 108 78 / var(--tw-text-opacity));
}

.frm_forms .frm_message:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(3 84 63 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(49 196 141 / var(--tw-text-opacity));
}

.frm_forms .frm_message p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: .875rem;
  font-size: 12px;
}

@media (min-width: 1024px) {
  .frm_forms .frm_message p {
    font-size: 13px;
  }
}

/* FOOTER FORM */

footer .frm-show-form .frm_fields_container {
  display: flex;
  justify-content: space-between;
}

footer .frm-show-form .frm_fields_container .frm_form_field.frm_required_field {
  flex: 1 1 0%;
}

footer .frm-show-form .frm_submit .frm_button_submit {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

/**/

.grecaptcha-badge {
  visibility: hidden !important;
}

/**/

.footer-icons svg {
  fill: #FFF;
}

/**/

.footer-menu {
}

.footer-menu > li {
}

.footer-menu > li > a {
  /*	@apply block mb-6 text-xs lg:text-sm font-semibold text-footerHeading uppercase;*/
}

.footer-menu > li > .sub-menu {
  visibility: visible;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-menu > li > .sub-menu > li {
  margin-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .footer-menu > li > .sub-menu > li {
    margin-bottom: 1rem;
  }
}

.footer-menu > li > .sub-menu > li > a {
  display: block;
  font-size: .875rem;
  font-size: 12px;
}

@media (min-width: 1024px) {
  .footer-menu > li > .sub-menu > li > a {
    font-size: 13px;
  }
}

.footer-menu > li > .sub-menu > li > a:hover {
  text-decoration-line: underline;
}

@media (min-width: 1024px) {
  .footer-menu > li > .sub-menu > li > a {
    font-size: 1rem;
  }
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

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

.format {
  color: var(--tw-format-body);
}

.format :where([class~="lead"]):not(:where([class~="not-format"] *)) {
  color: var(--tw-format-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.format :where(a):not(:where([class~="not-format"] *)) {
  color: var(--tw-format-links);
  text-decoration: underline;
  font-weight: 500;
}

.format :where(a):not(:where([class~="not-format"] *)):hover {
  text-decoration: none;
}

.format :where(strong):not(:where([class~="not-format"] *)) {
  color: var(--tw-format-bold);
  font-weight: 700;
}

.format :where(a strong):not(:where([class~="not-format"] *)) {
  color: inherit;
}

.format :where(blockquote strong):not(:where([class~="not-format"] *)) {
  color: inherit;
}

.format :where(thead th strong):not(:where([class~="not-format"] *)) {
  color: inherit;
}

.format :where(ol):not(:where([class~="not-format"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.format :where(ol[type="A"]):not(:where([class~="not-format"] *)) {
  list-style-type: upper-alpha;
}

.format :where(ol[type="a"]):not(:where([class~="not-format"] *)) {
  list-style-type: lower-alpha;
}

.format :where(ol[type="A" s]):not(:where([class~="not-format"] *)) {
  list-style-type: upper-alpha;
}

.format :where(ol[type="a" s]):not(:where([class~="not-format"] *)) {
  list-style-type: lower-alpha;
}

.format :where(ol[type="I"]):not(:where([class~="not-format"] *)) {
  list-style-type: upper-roman;
}

.format :where(ol[type="i"]):not(:where([class~="not-format"] *)) {
  list-style-type: lower-roman;
}

.format :where(ol[type="I" s]):not(:where([class~="not-format"] *)) {
  list-style-type: upper-roman;
}

.format :where(ol[type="i" s]):not(:where([class~="not-format"] *)) {
  list-style-type: lower-roman;
}

.format :where(ol[type="1"]):not(:where([class~="not-format"] *)) {
  list-style-type: decimal;
}

.format :where(ul):not(:where([class~="not-format"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.format :where(ol > li):not(:where([class~="not-format"] *))::marker {
  font-weight: 400;
  color: var(--tw-format-counters);
}

.format :where(ul > li):not(:where([class~="not-format"] *))::marker {
  color: var(--tw-format-bullets);
}

.format :where(hr):not(:where([class~="not-format"] *)) {
  border-color: var(--tw-format-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.format :where(blockquote):not(:where([class~="not-format"] *)) {
  font-size: 1.1111111em;
  font-weight: 700;
  font-style: italic;
  color: var(--tw-format-quotes);
  quotes: "\201C""\201D""\2018""\2019";
  margin-bottom: 1.6em;
}

.format :where(blockquote):not(:where([class~="not-format"] *))::before {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='24' viewBox='0 0 32 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.6893 24V14.1453C18.6893 6.54 23.664 1.38533 30.6667 -7.15256e-07L31.9933 2.868C28.7507 4.09066 26.6667 7.71867 26.6667 10.6667H32V24H18.6893ZM-9.53674e-07 24V14.1453C-9.53674e-07 6.54 4.99733 1.384 12 -7.15256e-07L13.328 2.868C10.084 4.09066 8 7.71867 8 10.6667L13.3107 10.6667V24H-9.53674e-07Z' fill='%239CA3AF'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  color: var(--tw-format-quotes);
  width: 1.7777778em;
  height: 1.3333333em;
  display: block;
  margin-top: 1.6em;
}

.format :where(blockquote p:first-of-type):not(:where([class~="not-format"] *))::before {
  content: open-quote;
}

.format :where(blockquote p:last-of-type):not(:where([class~="not-format"] *))::after {
  content: close-quote;
}

.format :where(h1):not(:where([class~="not-format"] *)) {
  color: var(--tw-format-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.format :where(h1 strong):not(:where([class~="not-format"] *)) {
  font-weight: 900;
  color: inherit;
}

.format :where(h2):not(:where([class~="not-format"] *)) {
  color: var(--tw-format-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 0.75rem;
  line-height: 1.3333333;
}

.format :where(h2 strong):not(:where([class~="not-format"] *)) {
  font-weight: 800;
  color: inherit;
}

.format :where(h3):not(:where([class~="not-format"] *)) {
  color: var(--tw-format-headings);
  font-weight: 700;
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.format :where(h3 strong):not(:where([class~="not-format"] *)) {
  font-weight: 800;
  color: inherit;
}

.format :where(h4):not(:where([class~="not-format"] *)) {
  color: var(--tw-format-headings);
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.format :where(h4 strong):not(:where([class~="not-format"] *)) {
  font-weight: 700;
  color: inherit;
}

.format :where(img):not(:where([class~="not-format"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.format :where(figure > *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.format :where(figcaption):not(:where([class~="not-format"] *)) {
  color: var(--tw-format-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.format :where(code):not(:where([class~="not-format"] *)) {
  color: var(--tw-format-code);
  font-weight: 600;
  background-color: var(--tw-format-code-bg);
  padding-top: 0.3333333em;
  padding-bottom: 0.3333333em;
  padding-left: 0.5555556em;
  padding-right: 0.5555556em;
  border-radius: 0.2222222em;
  font-size: 0.875em;
}

.format :where(a code):not(:where([class~="not-format"] *)) {
  color: inherit;
}

.format :where(h1 code):not(:where([class~="not-format"] *)) {
  color: inherit;
}

.format :where(h2 code):not(:where([class~="not-format"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.format :where(h3 code):not(:where([class~="not-format"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.format :where(h4 code):not(:where([class~="not-format"] *)) {
  color: inherit;
}

.format :where(blockquote code):not(:where([class~="not-format"] *)) {
  color: inherit;
}

.format :where(thead th code):not(:where([class~="not-format"] *)) {
  color: inherit;
}

.format :where(pre):not(:where([class~="not-format"] *)) {
  color: var(--tw-format-pre-code);
  background-color: var(--tw-format-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.format :where(pre code):not(:where([class~="not-format"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.format :where(pre code):not(:where([class~="not-format"] *))::before {
  content: none;
}

.format :where(pre code):not(:where([class~="not-format"] *))::after {
  content: none;
}

.format :where(table):not(:where([class~="not-format"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.format :where(thead):not(:where([class~="not-format"] *)) {
  background-color: var(--tw-format-th-bg);
  border-radius: 0.2777778em;
}

.format :where(thead th):not(:where([class~="not-format"] *)) {
  background-color: var(--tw-format-th-bg);
  color: var(--tw-format-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding: 0.5555556em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.format :where(tbody th):not(:where([class~="not-format"] *)) {
  background-color: var(--tw-format-th-bg);
  color: var(--tw-format-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding: 0.5555556em;
}

.format :where(tbody tr th p, tbody tr td p):not(:where([class~="not-format"] *)) {
  margin: 0 !important;
}

.format :where(tbody tr th, tbody tr td):not(:where([class~="not-format"] *)) {
  padding: 0.6666667em !important;
}

.format :where(tbody tr):not(:where([class~="not-format"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-format-td-borders);
}

.format :where(tbody tr:last-child):not(:where([class~="not-format"] *)) {
  border-bottom-width: 0;
}

.format :where(tbody td):not(:where([class~="not-format"] *)) {
  vertical-align: baseline;
}

.format :where(tfoot):not(:where([class~="not-format"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-format-th-borders);
}

.format :where(tfoot td):not(:where([class~="not-format"] *)) {
  vertical-align: top;
}

.format {
  --tw-format-body: #6b7280;
  --tw-format-headings: #111827;
  --tw-format-lead: #6b7280;
  --tw-format-links: #4b5563;
  --tw-format-bold: #111827;
  --tw-format-counters: #6b7280;
  --tw-format-bullets: #6b7280;
  --tw-format-hr: #e5e7eb;
  --tw-format-quotes: #111827;
  --tw-format-quote-borders: #e5e7eb;
  --tw-format-captions: #6b7280;
  --tw-format-code: #111827;
  --tw-format-code-bg: #f3f4f6;
  --tw-format-pre-code: #4b5563;
  --tw-format-pre-bg: #f3f4f6;
  --tw-format-th-borders: #e5e7eb;
  --tw-format-th-bg: #f9fafb;
  --tw-format-td-borders: #e5e7eb;
  --tw-format-invert-body: #9ca3af;
  --tw-format-invert-headings: #fff;
  --tw-format-invert-lead: #9ca3af;
  --tw-format-invert-links: #fff;
  --tw-format-invert-bold: #fff;
  --tw-format-invert-counters: #9ca3af;
  --tw-format-invert-bullets: #4b5563;
  --tw-format-invert-hr: #374151;
  --tw-format-invert-quotes: #f3f4f6;
  --tw-format-invert-quote-borders: #374151;
  --tw-format-invert-captions: #9ca3af;
  --tw-format-invert-code: #fff;
  --tw-format-invert-code-bg: #1f2937;
  --tw-format-invert-pre-code: #d1d5db;
  --tw-format-invert-pre-bg: #374151;
  --tw-format-invert-th-borders: #4b5563;
  --tw-format-invert-td-borders: #374151;
  --tw-format-invert-th-bg: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.format :where(p):not(:where([class~="not-format"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.format :where(blockquote > p:first-child):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}

.format :where(video):not(:where([class~="not-format"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.format :where(figure):not(:where([class~="not-format"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.format :where(li):not(:where([class~="not-format"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.format :where(ol > li):not(:where([class~="not-format"] *)) {
  padding-left: 0.375em;
}

.format :where(ul > li):not(:where([class~="not-format"] *)) {
  padding-left: 0.375em;
}

.format :where(.format > ul > li p):not(:where([class~="not-format"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.format :where(.format > ul > li > *:first-child):not(:where([class~="not-format"] *)) {
  margin-top: 1.25em;
}

.format :where(.format > ul > li > *:last-child):not(:where([class~="not-format"] *)) {
  margin-bottom: 1.25em;
}

.format :where(.format > ol > li > *:first-child):not(:where([class~="not-format"] *)) {
  margin-top: 1.25em;
}

.format :where(.format > ol > li > *:last-child):not(:where([class~="not-format"] *)) {
  margin-bottom: 1.25em;
}

.format :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-format"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.format :where(hr + *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}

.format :where(h2 + *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}

.format :where(h3 + *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}

.format :where(h4 + *):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}

.format :where(thead th:last-child):not(:where([class~="not-format"] *)) {
  padding-right: 0;
}

.format :where(tbody td, tfoot td):not(:where([class~="not-format"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.format :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-format"] *)) {
  padding-right: 0;
}

.format :where(.format > :first-child):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}

.format :where(.format > :last-child):not(:where([class~="not-format"] *)) {
  margin-bottom: 0;
}

.format-sm :where(.format > ul > li p):not(:where([class~="not-format"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.format-sm :where(.format > ul > li > *:first-child):not(:where([class~="not-format"] *)) {
  margin-top: 1em;
}

.format-sm :where(.format > ul > li > *:last-child):not(:where([class~="not-format"] *)) {
  margin-bottom: 1em;
}

.format-sm :where(.format > ol > li > *:first-child):not(:where([class~="not-format"] *)) {
  margin-top: 1em;
}

.format-sm :where(.format > ol > li > *:last-child):not(:where([class~="not-format"] *)) {
  margin-bottom: 1em;
}

.format-sm :where(.format > :first-child):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}

.format-sm :where(.format > :last-child):not(:where([class~="not-format"] *)) {
  margin-bottom: 0;
}

.format-base :where(.format > ul > li p):not(:where([class~="not-format"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.format-base :where(.format > ul > li > *:first-child):not(:where([class~="not-format"] *)) {
  margin-top: 1.25em;
}

.format-base :where(.format > ul > li > *:last-child):not(:where([class~="not-format"] *)) {
  margin-bottom: 1.25em;
}

.format-base :where(.format > ol > li > *:first-child):not(:where([class~="not-format"] *)) {
  margin-top: 1.25em;
}

.format-base :where(.format > ol > li > *:last-child):not(:where([class~="not-format"] *)) {
  margin-bottom: 1.25em;
}

.format-base :where(.format > :first-child):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}

.format-base :where(.format > :last-child):not(:where([class~="not-format"] *)) {
  margin-bottom: 0;
}

.format-lg :where(.format > ul > li p):not(:where([class~="not-format"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.format-lg :where(.format > ul > li > *:first-child):not(:where([class~="not-format"] *)) {
  margin-top: 1.3333333em;
}

.format-lg :where(.format > ul > li > *:last-child):not(:where([class~="not-format"] *)) {
  margin-bottom: 1.3333333em;
}

.format-lg :where(.format > ol > li > *:first-child):not(:where([class~="not-format"] *)) {
  margin-top: 1.3333333em;
}

.format-lg :where(.format > ol > li > *:last-child):not(:where([class~="not-format"] *)) {
  margin-bottom: 1.3333333em;
}

.format-lg :where(.format > :first-child):not(:where([class~="not-format"] *)) {
  margin-top: 0;
}

.format-lg :where(.format > :last-child):not(:where([class~="not-format"] *)) {
  margin-bottom: 0;
}

.aspect-h-9 {
  --tw-aspect-h: 9;
}

.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}

.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/**
* Custom styles to immediately follow Tailwind’s `components` layer
*
* “Add more opinionated, complex classes like buttons, form controls, alerts,
* etc; the sort of pre-built components you often see in other frameworks that
* you might need to override with utility classes.”
*
* — from https://tailwindcss.com/docs/plugins#adding-components
*/

/**
* Post title styles
*
* These will be applied to all headings with a `page-title` or `entry-title`
* class on the frontend and to the post title in the block editor.
*
* The supplied styles are meant to match the default `h1` classes from
* Tailwind Typography.
*/

.page-title,
.entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 1320px;
  font-size: 1.875rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

/**
* Layout styles for centered content areas
*
* If you are controlling the width of your content area with styles applied
* to its container, you can delete the following styles whose selectors begin
* with `.page-content >` and `.entry-content >`. For more details, please see
* the following:
*
* https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
*/

.page-content > *,
.entry-content > * {
  /* Content width from the `theme.json` file */
  max-width: 1320px;
}

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
}

.entry-content > .alignfull {
  max-width: none;
}

.entry-content > .alignleft {
  float: left;
  margin-right: 2rem;
}

.entry-content > .alignright {
  float: right;
  margin-left: 2rem;
}

.top-bar a {
  color: rgba(255,255,255,.99);
  text-decoration-line: underline;
}

.primaryBtn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 151 35 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
  text-align: center;
}

@media (min-width: 1024px) {
  .primaryBtn {
    font-size: 16px;
  }
}

.primaryBtn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(194 120 3 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {
  .primaryBtn {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.secondaryBtn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(5 44 104 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255,255,255,.99);
  text-decoration-line: none;
  text-align: center;
}

@media (min-width: 1024px) {
  .secondaryBtn {
    font-size: 16px;
  }
}

.secondaryBtn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 15 35 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {
  .secondaryBtn {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.outlinedBtn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-width: 1px;
  border-color: rgba(255,255,255,.99);
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255,255,255,.99);
  text-decoration-line: none;
  text-align: center;
}

@media (min-width: 1024px) {
  .outlinedBtn {
    font-size: 16px;
  }
}

.outlinedBtn:hover {
  background-color: rgba(255,255,255,.99);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .outlinedBtn {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.frm_screen_reader {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.with_frm_style .frm_hidden_container .frm_primary_label,
.with_frm_style .frm_pos_hidden,
.frm_hidden_container .frm_primary_label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.is-style-light *:not([data-cta-type]) {
  color: white !important;
}

/**/

[data-collapse-toggle][aria-expanded="false"] .menu-toggle-open {
  display: block;
}

[data-collapse-toggle][aria-expanded="false"] .menu-toggle-close {
  display: none;
}

@media (max-width: 1023px) {
  .menu__item[data-collapse-toggle][aria-expanded="false"] .menu-toggle-close {
    display: none;
  }
}

[data-collapse-toggle][aria-expanded="true"] .menu-toggle-open {
  display: none;
}

@media (max-width: 1023px) {
  .menu__item[data-collapse-toggle][aria-expanded="true"] .menu-toggle-open {
    display: none;
  }
}

[data-collapse-toggle][aria-expanded="true"] .menu-toggle-close {
  display: block;
}

.has-primary-color {
  --tw-text-opacity: 1;
  color: rgb(13 74 129 / var(--tw-text-opacity));
}

.has-secondary-color {
  --tw-text-opacity: 1;
  color: rgb(241 151 35 / var(--tw-text-opacity));
}

/**/

.custom-heading-h1 {
  margin-bottom: 1rem;
  margin-top: 0px;
  font-family: Nunito Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  margin-top: 0;
}

@media (min-width: 640px) {
  .custom-heading-h1 {
    font-size: 3rem;
  }
}

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

.custom-heading-h2 {
  margin-bottom: 1rem;
  margin-top: 0px;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  margin-top: 0;
}

@media (min-width: 640px) {
  .custom-heading-h2 {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .custom-heading-h2 {
    font-size: 3rem;
  }
}

.custom-heading-h3 {
  margin-bottom: 1rem;
  margin-top: 0px;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  margin-top: 0;
}

@media (min-width: 640px) {
  .custom-heading-h3 {
    font-size: 1.875rem;
  }
}

@media (min-width: 1024px) {
  .custom-heading-h3 {
    font-size: 2.25rem;
  }
}

.custom-heading-h4 {
  margin-bottom: 1rem;
  margin-top: 0px;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  margin-top: 0;
}

@media (min-width: 640px) {
  .custom-heading-h4 {
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .custom-heading-h4 {
    font-size: 1.875rem;
  }
}

.custom-heading-h5 {
  margin-bottom: 1rem;
  margin-top: 0px;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-size: 16px;
  margin-top: 0;
}

@media (min-width: 1201px) {
  .custom-heading-h5 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.02em;
  }
}

@media (min-width: 640px) {
  .custom-heading-h5 {
    font-size: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .custom-heading-h5 {
    font-size: 1.5rem;
  }
}

.custom-heading-h6 {
  margin-bottom: 1rem;
  margin-top: 0px;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-size: 16px;
  margin-top: 0;
}

@media (min-width: 1201px) {
  .custom-heading-h6 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.02em;
  }
}

@media (min-width: 640px) {
  .custom-heading-h6 {
    font-size: 1.125rem;
  }
}

@media (min-width: 1024px) {
  .custom-heading-h6 {
    font-size: 1.25rem;
  }
}

/**/

h1.custom-heading {
  font-size: 2.25rem;
}

@media (min-width: 640px) {
  h1.custom-heading {
    font-size: 3rem;
  }
}

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

h2.custom-heading {
  font-size: 1.875rem;
}

@media (min-width: 640px) {
  h2.custom-heading {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  h2.custom-heading {
    font-size: 3rem;
  }
}

h3.custom-heading {
  font-size: 1.5rem;
}

@media (min-width: 640px) {
  h3.custom-heading {
    font-size: 1.875rem;
  }
}

@media (min-width: 1024px) {
  h3.custom-heading {
    font-size: 2.25rem;
  }
}

h4.custom-heading {
  font-size: 1.25rem;
}

@media (min-width: 640px) {
  h4.custom-heading {
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px) {
  h4.custom-heading {
    font-size: 1.875rem;
  }
}

.custom-paragraph {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .custom-paragraph {
    font-size: 16px;
    margin-bottom: 2rem;
    font-size: 1.25rem;
  }
}

.wp-block-buttons {
  gap: 0.5rem;
}

.grid-list.wp-block-buttons {
  gap: 16px;
}

@media (min-width: 1024px) {
  .wp-block-buttons {
    gap: 1rem;
  }
}

.wp-block-button__link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-width: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration-line: none;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
}

@media (min-width: 1024px) {
  .wp-block-button__link {
    font-size: 16px;
  }
}

@media (min-width: 640px) {
  .wp-block-button__link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.wp-block-button__link:hover {
  opacity: 0.9;
}

.wp-block-button__link:not(.has-background) {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.25rem !important;
  background-color: transparent !important;
  background-image: none !important;
}

.wp-block-button__link:not(.has-background)::after {
  content: '' !important;
  position: absolute !important;
  display: block !important;
  border-top: 2px solid currentColor !important;
  border-right: 2px solid currentColor !important;
  transform: rotate(45deg) translateY(-50%) !important;
  top: 50% !important;
  right: 0.3rem !important;
  width: 0.4rem !important;
  height: 0.4rem !important;
}

/**/

.wp-block-button.is-style-outline .wp-block-button__link {
  border-width: 1px !important;
  border-color: currentColor !important;
}

.wp-block-button.is-style-outline .wp-block-button__link::after {
  display: none !important;
}

@media (max-width: 1023px) {
  .menu__item.wp-block-button.is-style-outline .wp-block-button__link::after {
    display: none !important;
  }
}

/**/

.wp-block-image img {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}

.wp-block-separator {
  margin-top: 2rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-top: 2rem;
}

.block-accordion .wp-block-details summary {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 1.75rem;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 500;
  font-size: 16px;
}

@media (min-width: 1201px) {
  .block-accordion .wp-block-details summary {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.02em;
  }
}

.block-accordion .wp-block-details p {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .block-accordion .wp-block-details p {
    font-size: 16px;
  }
}

/**/

.container section:not(.alignfull) .container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/**/

.block-editor-block-list__block [data-carousel="slide"] > div {
  height: auto !important;
}

.block-editor-block-list__block [data-carousel="slide"] [data-carousel-item] {
  position: static !important;
  display: block !important;
}

.block-editor-block-list__block .image-carousel [data-carousel-item] {
  display: none !important;
}

@media (max-width: 1023px) {
  .menu__item.block-editor-block-list__block .image-carousel [data-carousel-item] {
    display: none !important;
  }
}

.block-editor-block-list__block .image-carousel [data-carousel-item]:first-child {
  display: block !important;
}

/**/

.frm-datepicker.ui-datepicker .ui-datepicker-header {
  padding: 5px 25px;
  position: relative;
}

.frm-datepicker.ui-datepicker .ui-datepicker-prev,
.frm-datepicker.ui-datepicker .ui-datepicker-next {
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important;
  width: 20px;
}

.frm-datepicker.ui-datepicker .ui-datepicker-prev {
  left: 5px;
}

.frm-datepicker.ui-datepicker .ui-datepicker-next {
  right: 5px;
}

.frm-datepicker.ui-datepicker .ui-datepicker-prev::before,
.frm-datepicker.ui-datepicker .ui-datepicker-next::before {
  display: none;
}

.frm-datepicker.ui-datepicker .ui-datepicker-prev::after,
.frm-datepicker.ui-datepicker .ui-datepicker-next::after {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  display: block;
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 10px;
}

.frm-datepicker.ui-datepicker .ui-datepicker-prev::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.frm-datepicker.ui-datepicker .ui-datepicker-next::after {
  transform: translate(-50%, -50%) rotate(135deg);
}

.frm-datepicker.ui-datepicker .ui-datepicker-title {
  display: grid;
  grid-gap: 4px;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
}

.frm-datepicker.ui-datepicker .ui-datepicker-title .ui-datepicker-month,
.frm-datepicker.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  color: #000;
  line-height: 1;
  padding: 5px 30px 5px 5px;
  width: 100%;
}

/**/

header.fixed.active {
  --tw-bg-opacity: 1;
  background-color: rgb(13 74 129 / var(--tw-bg-opacity));
}

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

header nav > div > a {
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

header.mobile__sticky.active nav {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

header.mobile__sticky.active nav > div > a {
  max-width: 100px;
}

@media (min-width: 1024px) {
  header.desktop__sticky.active nav {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  header.desktop__sticky.active nav > div > a {
    max-width: 100px;
  }
}

/**/

.column-group {
  position: relative;
}

.column-group::before {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.25;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.column-group__bg {
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.column-group .container {
  position: relative;
  z-index: 3;
}

/**/

.hero-group {
  position: relative;
}

.hero-group::before {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.25;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.hero-group__bg {
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.hero-group__container {
  position: relative;
  z-index: 3;
}

/**/

.block-editor-block-list__block.fivecolumn-image {
  padding-top: 0;
}

.block-editor-block-list__block.fivecolumn-image > .components-resizable-box__container {
  padding-top: 100%;
  position: relative;
}

.fivecolumn-image img {
  left: 0;
  position: absolute;
  top: 0;
}

/**/

.image-carousel__dots button[aria-current="true"] {
  background-color: #000;
}

/**/

.mobile-buttons a {
  display: block !important;
}

/**/

.columns-3 {
  display: grid !important;
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  gap: 2rem !important;
}

@media (min-width: 768px) {
  .columns-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1024px) {
  .columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* PAGINATION - BLOG GRID BLOCK */

nav.wp-block-query-pagination {
  margin-top: 4rem !important;
  display: flex !important;
  justify-content: center !important;
  gap: 0.25rem !important;
}

nav.wp-block-query-pagination .wp-block-query-pagination-numbers {
  margin: 0px;
  display: flex;
  gap: 0.25rem;
  font-size: 1.125rem;
  font-size: 16px;
}

@media (min-width: 1201px) {
  nav.wp-block-query-pagination .wp-block-query-pagination-numbers {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.02em;
  }
}

nav.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  display: flex !important;
  height: 2.5rem !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0.25rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
  background-color: rgba(255,255,255,.99) !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  line-height: 1.25 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}

nav.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers .bg-stretch img {
  -o-object-position: 50% 0% !important;
  object-position: 50% 0% !important;
}

nav.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  border-radius: 16px !important;
}

nav.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers .bg-stretch {
  overflow: hidden !important;
  border-radius: 16px !important;
}

@media (max-width: 1023px) {
  .main-wrapper .section:not(nav.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers) {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }
}

@media (min-width: 1024px) {
  nav.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
    margin: 8px 0 !important;
  }
}

nav.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
}

nav.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:is(.dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(55 65 81 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}

nav.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:hover:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity)) !important;
  color: rgba(255,255,255,.99) !important;
}

nav.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  border-bottom-style: solid !important;
}

nav.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  display: flex !important;
  height: 2.5rem !important;
  align-items: center !important;
  justify-content: center !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 245 255 / var(--tw-bg-opacity)) !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(28 100 242 / var(--tw-text-opacity)) !important;
}

nav.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(225 239 254 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(26 86 219 / var(--tw-text-opacity)) !important;
}

nav.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current:is(.dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(55 65 81 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity)) !important;
  color: rgba(255,255,255,.99) !important;
}

nav.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  border-bottom-style: solid !important;
}

nav.wp-block-query-pagination .wp-block-query-pagination-previous, nav.wp-block-query-pagination .wp-block-query-pagination-previous:focus {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  margin-inline-start: 0px !important;
  display: flex !important;
  height: 2.5rem !important;
  width: 40px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0.25rem !important;
  border-start-start-radius: 0.5rem !important;
  border-end-start-radius: 0.5rem !important;
  border-width: 1px !important;
  border-inline-end-width: 0px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
  background-color: rgba(255,255,255,.99) !important;
  font-size: 0px !important;
  line-height: 1.25 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}

nav.wp-block-query-pagination .wp-block-query-pagination-previous .bg-stretch img, nav.wp-block-query-pagination .wp-block-query-pagination-previous:focus .bg-stretch img {
  -o-object-position: 50% 0% !important;
  object-position: 50% 0% !important;
}

nav.wp-block-query-pagination .wp-block-query-pagination-previous, nav.wp-block-query-pagination .wp-block-query-pagination-previous:focus {
  border-radius: 16px !important;
}

nav.wp-block-query-pagination .wp-block-query-pagination-previous .bg-stretch, nav.wp-block-query-pagination .wp-block-query-pagination-previous:focus .bg-stretch {
  overflow: hidden !important;
  border-radius: 16px !important;
}

@media (max-width: 1023px) {
  .main-wrapper .section:not(nav.wp-block-query-pagination .wp-block-query-pagination-previous),.main-wrapper .section:not( nav.wp-block-query-pagination .wp-block-query-pagination-previous:focus) {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }
}

@media (min-width: 1024px) {
  nav.wp-block-query-pagination .wp-block-query-pagination-previous, nav.wp-block-query-pagination .wp-block-query-pagination-previous:focus {
    margin: 8px 0 !important;
  }
}

nav.wp-block-query-pagination .wp-block-query-pagination-previous:hover, nav.wp-block-query-pagination .wp-block-query-pagination-previous:focus:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
}

nav.wp-block-query-pagination .wp-block-query-pagination-previous:is(.dark *), nav.wp-block-query-pagination .wp-block-query-pagination-previous:focus:is(.dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(55 65 81 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}

nav.wp-block-query-pagination .wp-block-query-pagination-previous:hover:is(.dark *), nav.wp-block-query-pagination .wp-block-query-pagination-previous:focus:hover:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity)) !important;
  color: rgba(255,255,255,.99) !important;
}

nav.wp-block-query-pagination .wp-block-query-pagination-previous, nav.wp-block-query-pagination .wp-block-query-pagination-previous:focus {
  border-bottom-style: solid !important;
  border-radius: 0.25rem !important;
}

nav.wp-block-query-pagination .wp-block-query-pagination-previous .bg-stretch img, nav.wp-block-query-pagination .wp-block-query-pagination-previous:focus .bg-stretch img {
  -o-object-position: 50% 0% !important;
  object-position: 50% 0% !important;
}

nav.wp-block-query-pagination .wp-block-query-pagination-previous, nav.wp-block-query-pagination .wp-block-query-pagination-previous:focus {
  border-radius: 16px !important;
}

nav.wp-block-query-pagination .wp-block-query-pagination-previous .bg-stretch, nav.wp-block-query-pagination .wp-block-query-pagination-previous:focus .bg-stretch {
  overflow: hidden !important;
  border-radius: 16px !important;
}

@media (max-width: 1023px) {
  .main-wrapper .section:not(nav.wp-block-query-pagination .wp-block-query-pagination-previous),.main-wrapper .section:not( nav.wp-block-query-pagination .wp-block-query-pagination-previous:focus) {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }
}

@media (min-width: 1024px) {
  nav.wp-block-query-pagination .wp-block-query-pagination-previous, nav.wp-block-query-pagination .wp-block-query-pagination-previous:focus {
    margin: 8px 0 !important;
  }
}

nav.wp-block-query-pagination .wp-block-query-pagination-previous, nav.wp-block-query-pagination .wp-block-query-pagination-previous:focus {
  background-image: url("data:image/svg+xml,%3Csvg%20aria-hidden%3D%22true%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%206%2010%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M5%201%201%205l4%204%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
}

nav.wp-block-query-pagination .wp-block-query-pagination-previous:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
}

nav.wp-block-query-pagination .wp-block-query-pagination-next, nav.wp-block-query-pagination .wp-block-query-pagination-next:focus {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  display: flex !important;
  height: 2.5rem !important;
  width: 40px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0.25rem !important;
  border-start-end-radius: 0.5rem !important;
  border-end-end-radius: 0.5rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
  background-color: rgba(255,255,255,.99) !important;
  font-size: 0px !important;
  line-height: 1.25 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}

nav.wp-block-query-pagination .wp-block-query-pagination-next .bg-stretch img, nav.wp-block-query-pagination .wp-block-query-pagination-next:focus .bg-stretch img {
  -o-object-position: 50% 0% !important;
  object-position: 50% 0% !important;
}

nav.wp-block-query-pagination .wp-block-query-pagination-next, nav.wp-block-query-pagination .wp-block-query-pagination-next:focus {
  border-radius: 16px !important;
}

nav.wp-block-query-pagination .wp-block-query-pagination-next .bg-stretch, nav.wp-block-query-pagination .wp-block-query-pagination-next:focus .bg-stretch {
  overflow: hidden !important;
  border-radius: 16px !important;
}

@media (max-width: 1023px) {
  .main-wrapper .section:not(nav.wp-block-query-pagination .wp-block-query-pagination-next),.main-wrapper .section:not( nav.wp-block-query-pagination .wp-block-query-pagination-next:focus) {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }
}

@media (min-width: 1024px) {
  nav.wp-block-query-pagination .wp-block-query-pagination-next, nav.wp-block-query-pagination .wp-block-query-pagination-next:focus {
    margin: 8px 0 !important;
  }
}

nav.wp-block-query-pagination .wp-block-query-pagination-next:hover, nav.wp-block-query-pagination .wp-block-query-pagination-next:focus:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
}

nav.wp-block-query-pagination .wp-block-query-pagination-next:is(.dark *), nav.wp-block-query-pagination .wp-block-query-pagination-next:focus:is(.dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(55 65 81 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}

nav.wp-block-query-pagination .wp-block-query-pagination-next:hover:is(.dark *), nav.wp-block-query-pagination .wp-block-query-pagination-next:focus:hover:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity)) !important;
  color: rgba(255,255,255,.99) !important;
}

nav.wp-block-query-pagination .wp-block-query-pagination-next, nav.wp-block-query-pagination .wp-block-query-pagination-next:focus {
  border-bottom-style: solid !important;
  border-radius: 0.25rem !important;
}

nav.wp-block-query-pagination .wp-block-query-pagination-next .bg-stretch img, nav.wp-block-query-pagination .wp-block-query-pagination-next:focus .bg-stretch img {
  -o-object-position: 50% 0% !important;
  object-position: 50% 0% !important;
}

nav.wp-block-query-pagination .wp-block-query-pagination-next, nav.wp-block-query-pagination .wp-block-query-pagination-next:focus {
  border-radius: 16px !important;
}

nav.wp-block-query-pagination .wp-block-query-pagination-next .bg-stretch, nav.wp-block-query-pagination .wp-block-query-pagination-next:focus .bg-stretch {
  overflow: hidden !important;
  border-radius: 16px !important;
}

@media (max-width: 1023px) {
  .main-wrapper .section:not(nav.wp-block-query-pagination .wp-block-query-pagination-next),.main-wrapper .section:not( nav.wp-block-query-pagination .wp-block-query-pagination-next:focus) {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }
}

@media (min-width: 1024px) {
  nav.wp-block-query-pagination .wp-block-query-pagination-next, nav.wp-block-query-pagination .wp-block-query-pagination-next:focus {
    margin: 8px 0 !important;
  }
}

nav.wp-block-query-pagination .wp-block-query-pagination-next, nav.wp-block-query-pagination .wp-block-query-pagination-next:focus {
  background-image: url("data:image/svg+xml,%3Csvg%20aria-hidden%3D'true'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20fill%3D'none'%20viewBox%3D'0%200%206%2010'%3E%3Cpath%20stroke%3D'currentColor'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20stroke-width%3D'2'%20d%3D'm1%209%204-4-4-4'%3E%3C/path%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
}

nav.wp-block-query-pagination .wp-block-query-pagination-next:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
}

/**/

.acf-innerblocks-container p {
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .acf-innerblocks-container p {
    font-size: 16px;
    font-size: 1.125rem;
  }
}

/**/

.block-fancy-button .wp-block-button {
  display: block;
  width: 100%;
}

.block-fancy-button .wp-block-button.is-style-outline .wp-block-button__link {
  display: flex !important;
  width: 100% !important;
  align-items: center !important;
  justify-content: space-between !important;
  border-radius: 0.5rem !important;
  border-left-width: 8px !important;
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
  border-right-width: 0px !important;
  background-color: rgba(255,255,255,.99) !important;
  padding: 1rem !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.block-fancy-button .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  display: flex !important;
  width: 100% !important;
  align-items: center !important;
  justify-content: space-between !important;
  border-radius: 0.5rem !important;
  padding: 1rem !important;
  padding-left: 1.5rem !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/**/

.wp-block-column .testimonials-block {
  padding: 0 !important;
}

.wp-block-column .testimonials-block .container {
  padding: 0 !important;
}

.wp-block-column .location-map {
  padding: 0 !important;
}

article.format .wp-block-column >  * + .wp-block-heading {
  margin-top: 3rem;
}

/**/

.editor-styles-wrapper .splide__slide {
  display: none;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}

.editor-styles-wrapper .splide__slide:first-child {
  display: block;
}

/**/

#coupons-block .splide {
  margin-bottom: 50px;
}

#coupons-block .splide__arrow--prev {
  left: 0;
}

#coupons-block .splide__arrow--next {
  right: 0;
}

@media (max-width: 768px) {
  #coupons-block .splide {
    margin-bottom: 20px;
  }
}

/**/

.editor-styles-wrapper .hero-slider-block .splide__slide {
  display: block !important;
  max-width: 100% !important;
}

/**/

@media (max-width: 1023px) {
  .menu-active {
    overflow: hidden;
  }
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-x-1\/2 {
  left: 50%;
  right: 50%;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-2\.5 {
  bottom: 0.625rem;
}

.bottom-\[60px\] {
  bottom: 60px;
}

.end-0 {
  inset-inline-end: 0px;
}

.end-2\.5 {
  inset-inline-end: 0.625rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.start-0 {
  inset-inline-start: 0px;
}

.top-0 {
  top: 0px;
}

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

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

.m-0 {
  margin: 0px;
}

.mx-\[-50vw\] {
  margin-left: -50vw;
  margin-right: -50vw;
}

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

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

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

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

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

.ms-0 {
  margin-inline-start: 0px;
}

.ms-1 {
  margin-inline-start: 0.25rem;
}

.ms-auto {
  margin-inline-start: auto;
}

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

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

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

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

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

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

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.size-14 {
  width: 3.5rem;
  height: 3.5rem;
}

.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}

.size-3\.5 {
  width: 0.875rem;
  height: 0.875rem;
}

.size-36 {
  width: 9rem;
  height: 9rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-52 {
  height: 13rem;
}

.h-56 {
  height: 14rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-9 {
  height: 2.25rem;
}

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

.h-\[calc\(100\%-1rem\)\] {
  height: calc(100% - 1rem);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

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

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-\[100\%\] {
  max-width: 100%;
}

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

.max-w-\[50\%\] {
  max-width: 50%;
}

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

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

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

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-sm {
  max-width: 640px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

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

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

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

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

.-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-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

.transform-none {
  transform: none;
}

.cursor-default {
  cursor: default;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.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-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.-space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

.divide-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}

.overflow-hidden {
  overflow: hidden;
}

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

.overflow-x-hidden {
  overflow-x: hidden;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-e-lg {
  border-start-end-radius: 0.5rem;
  border-end-end-radius: 0.5rem;
}

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

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

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

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

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

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

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

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

.border-e-0 {
  border-inline-end-width: 0px;
}

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

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

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

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(28 100 242 / var(--tw-border-opacity));
}

.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(26 86 219 / var(--tw-border-opacity));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-primaryBtn {
  --tw-border-opacity: 1;
  border-color: rgb(241 151 35 / var(--tw-border-opacity));
}

.border-secondaryBtn {
  --tw-border-opacity: 1;
  border-color: rgb(5 44 104 / var(--tw-border-opacity));
}

.border-white\/15 {
  border-color: rgba(255, 255, 255, 0.15);
}

.\!bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
}

.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 86 219 / var(--tw-bg-opacity));
}

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

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-gray-900\/50 {
  background-color: rgb(17 24 39 / 0.5);
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(13 74 129 / var(--tw-bg-opacity));
}

.bg-primaryBtn {
  --tw-bg-opacity: 1;
  background-color: rgb(241 151 35 / var(--tw-bg-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(241 151 35 / var(--tw-bg-opacity));
}

.bg-secondaryBtn {
  --tw-bg-opacity: 1;
  background-color: rgb(5 44 104 / var(--tw-bg-opacity));
}

.bg-tertiaryBtn {
  --tw-bg-opacity: 1;
  background-color: rgb(2 15 35 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  background-color: rgba(255,255,255,.99);
}

.bg-white\/30 {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-white\/50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-selectarrow {
  background-image: url('data:image/svg+xml,%3csvg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 10 6"%3e %3cpath stroke="%23FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m1 1 4 4 4-4"/%3e %3c/svg%3e') !important;
}

.bg-\[length\:300px_auto\] {
  background-size: 300px auto;
}

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

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

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

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

.fill-white {
  fill: rgba(255,255,255,.99);
}

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

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

.p-1 {
  padding: 0.25rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

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

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

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

.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

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

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.ps-10 {
  padding-inline-start: 2.5rem;
}

.ps-3 {
  padding-inline-start: 0.75rem;
}

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

.pt-4 {
  padding-top: 1rem;
}

.pt-72 {
  padding-top: 18rem;
}

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

.pt-\[100\%\] {
  padding-top: 100%;
}

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

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

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

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-7xl {
  font-size: 5rem;
}

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

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

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

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

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

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

.font-extrabold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-none {
  line-height: 1;
}

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

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

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

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(13 74 129 / var(--tw-text-opacity));
}

.text-primaryBtn {
  --tw-text-opacity: 1;
  color: rgb(241 151 35 / var(--tw-text-opacity));
}

.text-secondaryBtn {
  --tw-text-opacity: 1;
  color: rgb(5 44 104 / var(--tw-text-opacity));
}

.text-tertiary {
  --tw-text-opacity: 1;
  color: rgb(5 44 104 / var(--tw-text-opacity));
}

.text-white {
  color: rgba(255,255,255,.99);
}

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

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

.underline-offset-4 {
  text-underline-offset: 4px;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline {
  outline-style: solid;
}

.outline-primary {
  outline-color: #0D4A81;
}

.outline-secondary {
  outline-color: #F19723;
}

.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-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

/*theme styles*/

:root {
  --rem-base: 10px;
  --base-font-size: 18px;
  --base-line-height: 1.5;
  --vertical-rhythm: calc(var(--base-line-height) * 1em);
  --brand-color: #002e5f;
  --brand-color-dark: #000913;
  --brand-color-light: #0053ac;
  --accent-color: #1e3eaf;
  --accent-color-dark: #13276e;
  --accent-color-light: #13276e;
  --base-text-color: #5f5f68;
  --base-link-color: #0056b8;
  --animation-duration: 0.3s;
  --animation-timing-function: ease;
  --input-x: 40px;
  --gutter: 20px;
  --input-color: #27277c;
  --input-placeholder-color: #6b7280;
  --input-bg-color: white;
  --input-radius: 0;
  --input-border-color: #e3e3e3;
  --input-focus-border-color: #c2c2c2;
  --form-theme-color: #1ea5fd;
  --checkbox-size: 20px;
  --radio-size: 20px;
  --label-fz: 18px;
  --label-color: #0e0e34;
  --error-color: #e04562;
  --error-bg-color: #fadee3;
  --form-col-gutter: 15px;
  --form-row-margin: 22.5px;
  --h1: 80px;
  --h2: 56px;
  --h3: 40px;
  --h4: 32px;
  --h5: 24px;
  --h6: 20px;
  --btn-y: 12px;
  --btn-x: 40px;
  --btn-b: 1px;
  --btn-r: 0;
  --btn-fz: 16px;
}

@media (max-width: 1281px) {
  :root {
    --h1: 72px;
    --h2: 40px;
    --h3: 32px;
    --h4: 32px;
    --h5: 20px;
    --h6: 20px;
  }
}

@media (max-width: 1280px) {
  :root {
    --base-font-size: 16px;
  }
}

@media (max-width: 1023px) {
  :root {
    --base-font-size: 14px;
    --h1: 45px;
    --h2: 36px;
    --h3: 24px;
    --h4: 22px;
    --h5: 20px;
    --h6: 20px;
  }
}

@media (max-width: 667px) {
  :root {
    --btn-y: 12px;
    --btn-x: 40px;
    --btn-b: 1px;
    --btn-r: 0;
    --btn-fz: 16px;
  }
}

@media (min-width: 812px) and (max-height: 414px) and (orientation: landscape) {
  :root {
    --gutter: 50px;
  }
}

/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.si-float-wrapper {
  position: absolute;
  width: 100%;
}

.si-float-wrapper,
.si-float-wrapper * {
  box-sizing: border-box;
}

[class*=si-wrapper] {
  display: flex;
  position: absolute;
  align-items: center;
  font-size: 14px;
  cursor: default;
}

.si-wrapper-top {
  flex-direction: column;
  margin-top: -40px;
  margin-left: 0px;
  transform: translate(-50%, -100%);
}

.si-wrapper-bottom {
  flex-direction: column-reverse;
  margin-top: 0px;
  margin-left: 0px;
  transform: translate(-50%, 0);
}

.si-wrapper-left {
  margin-top: -20px;
  margin-left: -11px;
  transform: translate(-100%, -50%);
}

.si-wrapper-right {
  flex-direction: row-reverse;
  margin-top: -20px;
  margin-left: 11px;
  transform: translate(0, -50%);
}

[class*=si-shadow-wrapper] {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.29804;
  z-index: 1;
}

.si-shadow-wrapper-top,
.si-shadow-wrapper-bottom {
  flex-direction: column;
}

.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
  order: -1;
}

.si-shadow-frame {
  box-shadow: 0 1px 3px 0 #000;
}

[class*=si-shadow-pointer] {
  position: relative;
  width: 15px;
  height: 15px;
  margin: auto;
}

[class*=si-shadow-inner-pointer] {
  position: absolute;
  width: 141%;
  height: 141%;
  box-shadow: -0.70711px 0.70711px 3px 0 #000;
}

.si-shadow-inner-pointer-top {
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.si-shadow-inner-pointer-bottom {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}

.si-shadow-inner-pointer-left {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.si-shadow-inner-pointer-right {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%) rotate(-45deg);
}

.si-frame {
  position: relative;
  flex: 1 1 auto;
  border-radius: 3px;
  overflow: hidden;
  z-index: 2;
}

.si-content-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 30px;
  background-color: #fff;
}

.si-content {
  overflow: auto;
}

.si-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: none;
  background-color: transparent;
  color: inherit;
  font-family: Arial, Baskerville, monospace;
  font-size: 24px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.si-close-button:hover,
.si-close-button:focus {
  opacity: 0.7;
}

[class*=si-pointer-border] {
  position: absolute;
  border: 15px solid transparent;
  z-index: 3;
}

[class*=si-pointer-bg] {
  position: relative;
  border: 15px solid transparent;
  z-index: 4;
}

.si-has-border [class*=si-pointer-bg] {
  border-width: 15px;
}

.si-pointer-border-top,
.si-pointer-border-bottom {
  left: 50%;
  transform: translate(-50%, 0);
}

.si-pointer-border-left,
.si-pointer-border-right {
  top: 50%;
  transform: translate(0, -50%);
}

.si-pointer-top {
  border-bottom: 0;
}

.si-pointer-border-top {
  bottom: 0;
  border-top-color: #bbb;
}

.si-has-border .si-pointer-bg-top,
.si-pointer-border-top {
  display: none;
}

.si-pointer-bg-top {
  border-top-color: #fff;
}

.si-has-border .si-pointer-bg-top {
  top: -1px;
  margin-bottom: 0px;
}

.si-pointer-bottom {
  border-top: 0;
}

.si-pointer-border-bottom {
  top: 0;
  border-bottom-color: #bbb;
}

.si-pointer-bg-bottom {
  border-bottom-color: #fff;
}

.si-has-border .si-pointer-bg-bottom {
  bottom: -1px;
  margin-top: 0px;
}

.si-pointer-left {
  border-right: 0;
}

.si-pointer-border-left {
  right: 0;
  border-left-color: #bbb;
}

.si-pointer-bg-left {
  border-left-color: #fff;
}

.si-has-border .si-pointer-bg-left {
  left: -1px;
  margin-right: 0px;
}

.si-pointer-right {
  border-left: 0;
}

.si-pointer-border-right {
  left: 0;
  border-right-color: #bbb;
}

.si-pointer-bg-right {
  border-right-color: #fff;
}

.si-has-border .si-pointer-bg-right {
  right: -1px;
  margin-left: 0px;
}

.btn,
input[type=button],
input[type=reset],
input[type=submit],
button[type=submit] {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 1.375;
  padding: 9px 24px;
  font-weight: 500;
  letter-spacing: -0.01em;
  vertical-align: middle;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.35s ease;
}

.btn:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
button[type=submit]:hover {
  opacity: 0.8;
}

.btn:not(.btn--arrow) .icon,
input[type=button]:not(.btn--arrow) .icon,
input[type=reset]:not(.btn--arrow) .icon,
input[type=submit]:not(.btn--arrow) .icon,
button[type=submit]:not(.btn--arrow) .icon {
  margin-left: 8px;
}

.btn--outline {
  border-color: #002e5f;
  line-height: 1.25;
  color: #002e5f;
}

.btn--outline:hover {
  color: #002e5f;
}

.btn--outline:hover .icon {
  right: -5px;
}

.btn--primary {
  position: relative;
  overflow: hidden;
  color: #fff;
  border: none;
  z-index: 0;
  transition: all 0.4s ease-in-out;
}

.btn--primary::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(95.25deg, #0056b8 0.63%, #1ea5fd 99.38%);
  transition: right 0.4s ease-in-out;
}

.btn--primary:hover {
  opacity: 1;
  color: #fff;
}

.btn--primary:hover::before {
  right: -50%;
}

.btn--white {
  color: #002e5f;
  background-color: #fff;
  border-color: #fff;
}

.btn--arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  padding: 0;
  height: 40px;
}

.btn--arrow:hover {
  opacity: 1;
}

.btn--arrow .icon {
  margin-left: 0;
}

.btn--md {
  padding-top: 14px;
  padding-bottom: 14px;
}

.btn .icon,
input[type=button] .icon,
input[type=reset] .icon,
input[type=submit] .icon,
button[type=submit] .icon {
  right: 0;
  fill: currentColor;
  position: relative;
  transition: all 0.35s ease;
}

.btn-link {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--base-link-color);
  gap: 8px;
  text-decoration: underline;
  transition: all 0.35s ease;
}

.btn-link:hover .icon {
  right: -5px;
}

.btn-link .icon {
  right: 0;
  position: relative;
  fill: currentColor;
  transition: all 0.35s ease;
}

form,
fieldset {
  border: none;
  display: block;
  padding: 0;
  margin: 0 0 var(--vertical-rhythm) 0;
}

label,
.label {
  display: block;
  font-size: var(--label-fz);
  color: var(--label-color);
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=url],
input[type=number],
input[type=date],
input[type=file],
.form-control,
textarea,
select {
  display: block;
  -webkit-appearance: none;
  outline: none;
  font-size: 18px;
  max-width: 100%;
  letter-spacing: -0.01em;
  height: 60px;
  padding: 0;
  color: #5f5f68;
  width: 100%;
  border: none;
  border-bottom: 1px solid #e3e3e3;
  background: #fff;
  border-radius: 0;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=file]:focus,
.form-control:focus,
textarea:focus,
select:focus {
  border-color: #002e5f;
}

input[type=text]:focus::-moz-placeholder, input[type=tel]:focus::-moz-placeholder, input[type=email]:focus::-moz-placeholder, input[type=search]:focus::-moz-placeholder, input[type=password]:focus::-moz-placeholder, input[type=url]:focus::-moz-placeholder, input[type=number]:focus::-moz-placeholder, input[type=date]:focus::-moz-placeholder, input[type=file]:focus::-moz-placeholder, .form-control:focus::-moz-placeholder, textarea:focus::-moz-placeholder, select:focus::-moz-placeholder {
  opacity: 0;
}

input[type=text]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=search]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=date]:focus::placeholder,
input[type=file]:focus::placeholder,
.form-control:focus::placeholder,
textarea:focus::placeholder,
select:focus::placeholder {
  opacity: 0;
}

input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=file]::-moz-placeholder, .form-control::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  opacity: 1;
}

input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
input[type=file]::placeholder,
.form-control::placeholder,
textarea::placeholder,
select::placeholder {
  opacity: 1;
}

textarea {
  resize: none;
  vertical-align: top;
  overflow: hidden;
  padding-top: 16px;
}

select {
  padding-right: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 0.5L5 5L0.5 0.499999' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 50%;
}

/* button, */

input[type=button],
input[type=reset],
input[type=submit],
button[type=submit] {
  border: none;
}

input[type=reset] {
  margin-bottom: 13px;
}

input[type=file] {
  max-width: 100%;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.form-row__field {
  width: 100%;
}

.form-row .btn,
.form-row input[type=button],
.form-row input[type=reset],
.form-row input[type=submit],
.form-row button[type=submit] {
  width: 100%;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.form-btns {
  display: flex;
  gap: 32px;
  padding: 18px 0;
  border-bottom: 1px solid #e3e3e3;
}

.radio-field {
  display: flex;
  align-items: center;
  font-size: 20px;
  position: relative;
  gap: 8px;
}

.radio-field input[type=radio] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.radio-field input[type=radio] + span {
  flex-shrink: 0;
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #5f5f68;
  border-radius: 50%;
}

.radio-field input[type=radio] + span::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  opacity: 0;
  border: 3px solid #fff;
  background: linear-gradient(95.25deg, #0056b8 0.63%, #1ea5fd 99.38%);
  border-radius: 50%;
  transition: all 0.35s ease;
}

.radio-field input[type=radio] + span + span {
  color: #5f5f68;
}

.radio-field input[type=radio]:checked + span {
  border: none;
  background: linear-gradient(95.25deg, #0056b8 0.63%, #1ea5fd 99.38%);
}

.radio-field input[type=radio]:checked + span + span {
  color: #002e5f;
}

.radio-field input[type=radio]:checked + span::before {
  opacity: 1;
}

body {
  font: var(--base-font-size)/var(--base-line-height) "DM Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: var(--base-text-color);
  min-width: 320px;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  line-height: 1.1;
  color: #002e5f;
  font-weight: normal;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  letter-spacing: 0;
}

h1,
.h1 {
  font-size: var(--h1);
  line-height: 0.9;
  margin: 0 0 16px;
}

h2,
.h2 {
  font-size: var(--h2);
  font-weight: normal;
  margin: 0 0 24px;
}

.h3,
h3 {
  font-size: var(--h3);
  line-height: 1.1;
  margin: 0 0 24px;
}

.h4,
h4 {
  font-size: var(--h4);
  letter-spacing: 0;
  margin: 0 0 0.5em;
}

h5,
.h5 {
  font-size: var(--h5);
  letter-spacing: 0;
  margin: 0 0 0.66665em;
}

h6,
.h6 {
  font-size: var(--h6);
  margin: 0 0 16px;
  line-height: 1.2;
}

.section-title {
  margin-bottom: 32px;
}

.section-title:last-child {
  margin-bottom: 0;
}

.section-title h2:last-child,
.section-title h3:last-child,
.section-title h4:last-child,
.section-title h5:last-child,
.section-title h6:last-child {
  margin-bottom: 0;
}

.title-sm {
  letter-spacing: -0.02em;
}

.divider {
  height: 1px;
  background: #e3e3e3;
  border: none;
  margin: 24px 0;
}

.divider--full {
  margin-left: -105px;
  margin-right: -105px;
}

p {
  margin-bottom: 24px;
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

p a {
  text-decoration: none;
}

p a:hover {
  text-decoration: underline;
}

.list {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.list:last-child {
  margin-bottom: 0;
}

.list--gap {
  gap: 24px;
}

.list li {
  position: relative;
  padding-left: 28px;
}

.list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  margin-left: 10px;
  margin-top: 0.6em;
  background-color: currentColor;
  border-radius: 50%;
}

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

a:hover {
  color: #1ea5fd;
}

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

ul,
ol {
  list-style: none;
  margin-top: 0;
  padding-left: 0px;
}

ul li,
ol li {
  list-style: none;
}

ol {
  padding-left: 18px;
}

ol li {
  list-style: decimal;
}

table {
  border-collapse: collapse;
  font-size: 16px;
  border-spacing: 0;
  width: 100%;
  color: #002e5f;
  background-color: #fff;
  overflow: hidden;
  border-radius: 12px;
}

table th,
table td {
  padding: 16px;
}

table th {
  font-weight: 600;
  text-align: left;
  color: #fff;
  padding-top: 26px;
  padding-bottom: 26px;
}

table th + th {
  text-align: center;
}

table tr:nth-child(odd) {
  background-color: #f4f4f4;
}

table tr:first-child {
  background: linear-gradient(95.25deg, #0056b8 0.63%, #1ea5fd 99.38%);
}

table td {
  padding: 16px;
}

table td:first-child {
  font-weight: 600;
}

table td + td {
  text-align: center;
}

pre {
  max-width: 100%;
  background: rgba(0, 0, 0, 0.1);
  padding: 0.5em;
}

blockquote {
  padding: 0;
  margin: 0;
}

blockquote cite {
  display: block;
  font-style: normal;
}

dl {
  margin: 0 0 1.2em 0;
}

dl dt {
  float: left;
  clear: left;
  font-weight: bold;
  padding: 10px 5px;
}

dl dd {
  margin-left: 0;
  padding: 10px 0;
}

address {
  font-style: normal;
}

/**
 * Swiper 11.1.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2024
 */

@font-face {
  font-family: swiper-icons;

  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");

  font-weight: 400;

  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

*:after,
*:before {
  box-sizing: inherit;
}

.resize-active {
  transition: none !important;
}

.resize-active *,
.resize-active *:before,
.resize-active *:after {
  transition: inherit !important;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  max-width: calc(1280px + var(--gutter) * 2);
}

.container--sm {
  max-width: 928px;
}

html,
body {
  height: 100%;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.main-wrapper {
  padding: 0 8px;
}

.container--lg {
  max-width: 1510px;
}

.main,
.header,
.footer {
  min-width: 0;
}

.main {
  flex: 1 1 auto;
}

.bg-blue {
  --section-bg-color: #27277c;
  background-color: var(--section-bg-color);
  color: #fff;
}

.bg-gradient {
  background: linear-gradient(95.25deg, #0056b8 0.63%, #1ea5fd 99.38%) !important;
}

.bg-light {
  background-color: #f4f4f4;
}

.bg-gray {
  background: #e3e3e3 !important;
}

.bg-violet {
  background-color: #6237bf;
}

.bg-blue {
  background-color: #239bff;
}

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

.order-1 {
  order: -1 !important;
}

.text-lg {
  font-size: 16px;
}

.text-md {
  font-size: 16px;
}

.text-s {
  font-size: 14px;
}

.text-sm {
  font-size: 12px;
}

.text-lead {
  font-size: 18px;
}

.text-body {
  color: #5f5f68;
}

.text-dark {
  color: #002e5f;
}

.text-mark {
  color: #1ea5fd;
}

.flex-auto {
  flex: auto;
}

.section-content h3,
.section-content p {
  margin-bottom: 24px;
}

.section-content > .img-fluid,
.section-content .grid-list {
  margin-top: 32px;
  margin-bottom: 32px;
}

.section-content > .img-fluid:last-child,
.section-content .grid-list:last-child {
  margin-bottom: 0;
}

.img-fluid {
  position: relative;
  width: auto;
  overflow: hidden;
  background-color: #d9d9d9;
  border-radius: 8px;
}

.img-fluid::before {
  content: "";
  display: block;
  padding-top: 74.6%;
}

.img-fluid img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-title a.text-mark,
.section-title a.text-mark,
.section-title a.text-mark {
  position: relative;
  display: inline-block;
}

.section-title a.text-mark::after,
.section-title a.text-mark::after,
.section-title a.text-mark::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 2px;
  background: var(--gradient);
}

.rounded-full {
  border-radius: 50%;
}

.bg-stretch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}

.bg-stretch img,
.bg-stretch video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rounded .bg-stretch img {
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.bg-stretch video {
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.bg-stretch--gradient::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 70%);
}

.section-hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 593px;
  padding: 24px 0;
  position: relative;
  overflow: hidden;
}

.section-hero--single {
  min-height: 300px;
}

.section-hero .bg-stretch {
  overflow: hidden;
  border-radius: 16px;
}

.section-hero .bg-stretch.show .bg-stretch__poster {
  opacity: 1;
}

.section-hero .bg-stretch__poster {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.hero-holder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  max-width: 737px;
}

.section-hero--single .hero-holder {
  max-width: none;
}

.hero-holder .divider {
  max-width: 193px;
  margin: 32px 0;
  width: 100%;
  opacity: 0.2;
}

.hero-holder__title {
  color: inherit;
}

.hero-holder__title:last-child {
  margin-bottom: 0;
}

.hero-holder__text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}

.hero-holder__text p {
  margin-bottom: 0;
}

.hero-holder__text .btn,
.hero-holder__text input[type=button],
.hero-holder__text input[type=reset],
.hero-holder__text input[type=submit],
.hero-holder__text button[type=submit] {
  flex-shrink: 0;
}

.overflow-hidden {
  overflow: hidden;
}

section {
  z-index: 0;
  position: relative;
}

.rounded {
  border-radius: 16px;
}

.rounded .bg-stretch {
  overflow: hidden;
  border-radius: 16px;
}

.section {
  padding: 60px 0;
}

.section--md {
  padding: 24px 0;
}

.section.pt-0 {
  padding-top: 0;
}

.section--my {
  margin: 16px 0;
}

.banking-tile {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #002e5f;
  gap: 50px;
}

.banking-tile__content {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}

.banking-tile__text {
  max-width: 460px;
  color: #002e5f;
  margin: 0 auto 24px;
}

.banking-tile__visual {
  position: relative;
  max-width: 302px;
  margin: 0 auto -60px;
}

.banking-tile__visual--icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 170px;
  margin-right: -24px;
  margin-bottom: -60px;
}

.banking-tile__visual--icon img {
  width: 100%;
}

.banking-tile__visual--img {
  overflow: hidden;
}

.banking-tile__visual--img img {
  display: block;
  margin: 0 auto;
}

.store-btns {
  display: flex;
  align-items: center;
  gap: 12px;
}

.store-btns__link img {
  display: block;
}

.message-list {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  margin: 0 -20px 10px;
}

.message-list__item {
  width: 100%;
}

.message-list__item:first-child {
  padding: 0 10px;
  margin-bottom: -12px;
}

.mt-0 {
  margin-top: 0 !important;
}

.banking-message {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px 13px;
  min-height: 56px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.2;
  color: #29435e;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 26.7px 0 rgba(0, 0, 0, 0.2);
}

.banking-message__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  flex-shrink: 0;
  margin-right: 8px;
}

.banking-message__icon img {
  display: block;
}

.banking-message__inner {
  display: flex;
  flex-direction: column;
  margin-right: 16px;
  width: 100%;
}

.banking-message__price {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #047c4e;
}

.banking-message__title {
  color: #002e5f;
  font-weight: 500;
}

.credit-card {
  display: flex;
  flex-direction: column;
  color: #002e5f;
}

.credit-card__visual {
  overflow: hidden;
  border-radius: 8px;
}

.credit-card__visual img {
  display: block;
  width: 100%;
}

.credit-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.credit-card__text {
  max-width: 415px;
  margin-bottom: 57px;
}

.credit-card__icon {
  padding-top: 25px;
  margin-bottom: 24px;
}

.credit-card__icon img {
  display: block;
}

.services {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  gap: 10px;
}

.services__item {
  width: calc(50% - 5px);
}

.services .card {
  height: auto;
}

.services .service-card {
  justify-content: center;
  padding: 10px 12px;
  min-height: 115px;
}

.services .cta-card {
  min-height: 133px;
}

.card {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: linear-gradient(66.88deg, #fff 48.52%, #f6f6f6 142.56%);
  border: 1px solid #e3e3e3;
  border-radius: 12px;
}

.icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  padding: 6px;
  border-radius: 50%;
  background: linear-gradient(95.25deg, #0056b8 0.63%, #1ea5fd 99.38%);
}

.icon-wrap img {
  display: block;
}

.asset-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  padding: 20px;
}

.asset-card__visual {
  overflow: hidden;
  height: 117px;
  width: 100%;
  flex-shrink: 0;
  background-color: #d9d9d9;
  border-radius: 8px;
  margin-bottom: 16px;
}

.asset-card__visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.asset-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.asset-card--sm .asset-card__content {
  min-height: 0;
}

.asset-card h6 {
  font-size: 20px;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
}

.link-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 16px;
  margin: 0;
}

.link-list a {
  display: block;
  text-decoration: underline;
  color: #1ea5fd;
}

.service-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  padding: 20px;
}

.service-card h6 {
  letter-spacing: -0.02em;
}

.service-card h6:last-child {
  margin-bottom: 0;
}

.service-card p:last-child {
  margin-bottom: 24px;
}

.service-card .icon-wrap {
  margin-bottom: 24px;
}

.service-card .bg-stretch img {
  -o-object-position: 50% 20%;
  object-position: 50% 20%;
}

.cta-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  color: #fff;
  padding: 20px;
}

.cta-card__title,
.cta-card .btn,
.cta-card input[type=button],
.cta-card input[type=reset],
.cta-card input[type=submit],
.cta-card button[type=submit] {
  position: relative;
  z-index: 1;
}

.cta-card__title {
  letter-spacing: -0.02em;
  color: inherit;
}

.cta-card__wrap {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
}

.cta-card__wrap p {
  margin-bottom: 0;
}

.cta-card__wrap p a:hover {
  color: inherit;
}

.cta-card .bg-stretch {
  z-index: 0;
}

.cta-card .bg-stretch::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  z-index: 0;
}

.cta-card .btn,
.cta-card input[type=button],
.cta-card input[type=reset],
.cta-card input[type=submit],
.cta-card button[type=submit] {
  flex-shrink: 0;
}

.bento-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 32px 20px 0;
}

.bento-card__content {
  margin-bottom: 15px;
}

.bento-card h4 {
  letter-spacing: 0;
}

.bento-card__icon {
  display: flex;
  justify-content: flex-end;
  min-height: 162px;
}

.bento-card__icon img {
  display: block;
}

.border-line {
  min-height: 80px;
  position: relative;
  border: 1px solid #e3e3e3;
  border-top: none;
  border-radius: 16px;
  margin-top: 24px;
}

.border-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  height: 65px;
  z-index: 1;
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
}

.border-line--reverse {
  border-top: 1px solid #e3e3e3;
  border-bottom: none;
}

.border-line--reverse::before {
  top: auto;
  bottom: 0;
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
}

.align-start {
  align-items: start !important;
}

.tile-row {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.tile-row__item {
  width: 100%;
}

.tile-row h2 {
  margin-bottom: 32px;
}

.tile-row h2:last-child,
.tile-row h3:last-child {
  margin-bottom: 0;
}

.tile-row h5 {
  letter-spacing: -0.02em;
}

.item-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
}

.item-list__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #e3e3e3;
}

.item-list__text {
  padding-left: 56px;
}

.icon-arrow {
  fill: currentColor;
  flex-shrink: 0;
}

.info-card {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 24px;
  margin-bottom: 4px;
}

.info-card:last-child {
  margin-bottom: 0;
}

.info-card__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #002e5f;
  gap: 24px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  width: 100%;
  margin: 0;
}

.info-card__title:last-child {
  margin-bottom: 0;
}

.info-card h4 {
  margin-bottom: 0;
}

.info-card .btn-link {
  flex-shrink: 0;
  color: #002e5f;
}

.info-txt {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.info-txt__wrap {
  width: 100%;
}

.info-txt .icon-wrap {
  width: 32px;
  height: 32px;
}

.features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 16px;
  margin: 0;
}

.feature-slider {
  position: relative;
}

.feature-slider .swiper-slide {
  width: calc(50% - 8px);
}

.slider-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 9;
  color: #002e5f;
  margin-bottom: 32px;
}

.slider-nav__prev,
.slider-nav__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  fill: #fff;
  background: #fff;
  border: 1px solid currentColor;
  border-radius: 50%;
  transition: all 0.35s ease;
}

.slider-nav__prev:hover:not(.swiper-button-disabled),
.slider-nav__next:hover:not(.swiper-button-disabled) {
  background-color: #f4f4f4;
}

.slider-nav__prev.swiper-button-disabled,
.slider-nav__next.swiper-button-disabled {
  border-color: #e3e3e3;
  cursor: auto;
}

.slider-nav__prev.swiper-button-disabled .icon,
.slider-nav__next.swiper-button-disabled .icon {
  fill: #e3e3e3;
}

.slider-nav__prev .icon,
.slider-nav__next .icon {
  width: 16px;
  height: 10px;
  fill: currentColor;
}

.feature-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  width: 100%;
}

.feature-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 98px;
  margin-bottom: 24px;
  background-color: #f4f4f4;
}

.feature-card__icon img {
  display: block;
  width: 100%;
}

.feature-card__visual,
.feature-card__icon {
  overflow: hidden;
  width: 100%;
  border-radius: 12px;
}

.feature-card__visual {
  height: 180px;
  position: relative;
  background-color: #d9d9d9;
  margin-bottom: 16px;
}

.feature-card__visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.feature-card__title {
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.feature-card__title:last-child {
  margin-bottom: 0;
}

.feature-card__title + .btn,
.feature-card__title + input[type=button],
.feature-card__title + input[type=reset],
.feature-card__title + input[type=submit],
.feature-card__title + button[type=submit] {
  margin-top: 16px;
}

.grid-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  margin: 0;
}

.card-item .grid-list {
  align-items: flex-start;
}

.grid-list.gap-y-1 {
  row-gap: 32px;
}

.grid-list.gap-2 {
  gap: 16px;
}

.article-card {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: left;
  gap: 16px;
  position: relative;
  width: 100%;
  color: #fff;
  padding: 24px;
  min-height: 200px;
  overflow: hidden;
  z-index: 0;
  border-radius: 12px;
}

.article-card__visual {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}

.article-card__visual::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 70%);
}

.article-card__visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-card__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.article-card__title {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: inherit;
  margin-bottom: 0;
}

.article-card__subtitle {
  font-size: 14px;
  margin-bottom: 8px;
}

.article-card .btn,
.article-card input[type=button],
.article-card input[type=reset],
.article-card input[type=submit],
.article-card button[type=submit] {
  flex-shrink: 0;
}

.support-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.support-wrapper__title {
  margin-bottom: 0;
  flex-shrink: 0;
}

.support-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 20px;
  position: relative;
  min-height: 94px;
  overflow: hidden;
  z-index: 0;
}

.support-card__icon {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 281px;
  z-index: -1;
  margin: -70px -130px 0 0;
}

.support-card__icon img {
  display: block;
  width: 100%;
}

.support-card__title {
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.disclaimer-holder {
  font-size: 10px;
  line-height: 1.5;
  padding: 16px 0;
}

.disclaimer-holder p span {
  display: block;
}

.disclaimer-holder p .link {
  color: #1ea5fd;
  text-decoration: underline;
}

.disclaimer-holder ol {
  margin-bottom: 0;
}

.section-visual {
  overflow: hidden;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
}

.section-visual img {
  display: block;
  width: 100%;
}

.section-breadcrumb {
  margin: 0 0 24px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px 0;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  padding: 12px 0;
  margin-bottom: 0;
}

.breadcrumb__item {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 6px;
}

.breadcrumb__item:last-child::after {
  display: none;
}

.breadcrumb__item::after {
  float: right;
  content: ">";
  color: #002e5f;
  padding-left: 6px;
}

.breadcrumb__item.active {
  color: #1ea5fd;
}

.breadcrumb__item a {
  display: inline-block;
}

.card-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.card-item__content,
.card-item__visual {
  width: 100%;
}

.card-item__visual {
  order: 2;
  background-color: #d9d9d9;
  overflow: hidden;
  height: 342px;
  border-radius: 12px;
}

.card-item__visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.faq-holder .section-tile {
  padding: 32px 0 0;
}

.tab {
  position: absolute;
  top: -9999px;
  right: 9999px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0s ease 0.35s, opacity 0.35s ease;
}

.tab.active {
  position: relative;
  top: auto;
  right: auto;
  opacity: 1;
  z-index: 10;
  transition: opacity 0.35s ease 0.35s;
}

.tabset {
  position: relative;
  display: flex;
  flex-direction: column;
}

.tabset .scroll-container {
  margin-bottom: 32px;
}

.scroll-container {
  position: relative;
}

.scroll-container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 32px;
  right: -32px;
  height: 1px;
  background-color: #e3e3e3;
}

.tab-control {
  position: relative;
  margin: 0 -16px;
}

.tab-control li {
  padding: 0 16px;
  display: inline-block;
}

.tab-control__link {
  display: block;
  font-weight: 500;
  padding: 13px 0;
  color: #5f5f68;
  letter-spacing: -0.01em;
  position: relative;
}

.tab-control__link:hover,
.active .tab-control__link {
  color: #002e5f;
}

.tab-control__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #0056b8;
  opacity: 0;
}

.active .tab-control__link::before {
  opacity: 1;
}

.section-tile {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

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

.section-tile__head h2:last-child,
.section-tile__head h3:last-child,
.section-tile__head h4:last-child {
  margin-bottom: 0;
}

.section-tile__content {
  width: 100%;
}

.product-card {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  border: none;
  padding: 20px;
}

.product-card__title {
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.product-card__text {
  margin-bottom: 24px;
}

.info-list {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.info-list__item {
  display: flex;
  font-size: 14px;
  line-height: 1.35;
  gap: 4px;
  padding: 20px 0;
  border-bottom: 1px solid #e3e3e3;
}

.info-list__item:first-child {
  padding-top: 0;
}

.info-list__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.info-list dl {
  display: flex;
  flex-direction: column;
  margin: 0;
  width: 100%;
}

.info-list dl dt,
.info-list dl dd {
  padding: 0;
}

.info-list dl dt {
  font-size: 16px;
  font-weight: 500;
  color: #002e5f;
  margin-bottom: 4px;
}

.section-container {
  position: relative;
  z-index: 1;
  padding: 60px 24px;
  border-radius: 16px;
}

.section-container .bg-stretch {
  border-radius: 16px;
  overflow: hidden;
}

.cta-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 18px;
  color: #002e5f;
  position: relative;
  z-index: 1;
  padding: 60px 24px;
  border-radius: 16px;
}

.cta-container h2 {
  margin-bottom: 16px;
}

.cta-container__text {
  max-width: 628px;
  margin-bottom: 40px;
}

.cta-container .bg-stretch {
  border-radius: 16px;
  overflow: hidden;
}

.cta-container .social {
  gap: 24px;
}

.cta-container .tag {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.product-row {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 40px;
}

.product-row__aside p {
  margin-bottom: 24px;
}

.product-row__aside h4 {
  margin-bottom: 24px;
}

.product-row__content {
  width: auto;
}

.product-row .grid-list {
  gap: 12px;
  width: 620px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.section-alert {
  padding-top: 24px;
}

.alert {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}

.alert .icon-wrap {
  width: 33px;
  height: 33px;
}

.alert__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}

.alert__inner {
  width: 100%;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.btn-row .btn,
.btn-row input[type=button],
.btn-row input[type=reset],
.btn-row input[type=submit],
.btn-row button[type=submit] {
  display: flex;
  align-items: center;
  text-align: left;
}

.btn-row .btn .icon,
.btn-row input[type=button] .icon,
.btn-row input[type=reset] .icon,
.btn-row input[type=submit] .icon,
.btn-row button[type=submit] .icon {
  flex-shrink: 0;
}

.container-card {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 24px;
}

.container-card__title {
  letter-spacing: -0.02em;
}

.pricing-table tr th,
.pricing-table tr td {
  width: 25%;
}

.pricing-table tr td:first-child {
  border-right: 1px solid #e3e3e3;
}

.pricing-table .icon-wrap {
  width: 23px;
  height: 23px;
  margin: 0 auto;
}

.pricing-table .text-s {
  display: block;
  padding-top: 24px;
}

.accordion {
  display: flex;
  flex-direction: column;
  background: linear-gradient(66.88deg, #fff 48.52%, #f6f6f6 142.56%);
  border-radius: 16px;
}

.accordion--pricing {
  gap: 12px;
  background: transparent;
}

.accordion__item {
  border-bottom: 1px solid #e3e3e3;
}

.accordion__item:last-child {
  border-bottom: none;
}

.accordion--pricing .accordion__item {
  border: none;
  background-color: #fff;
  border-radius: 12px;
}

.accordion__title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.01em;
  padding: 20px 56px 20px 20px;
  cursor: pointer;
  position: relative;
  margin: 0;
}

.accordion__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
  transform: rotate(-45deg);
}

.open .accordion__title::after {
  margin-top: 0;
  transform: rotate(135deg);
}

.accordion--pricing .accordion__title::after {
  right: 20px;
}

.accordion__expanded {
  padding: 0 20px 20px;
}

.accordion--pricing .accordion__expanded {
  padding-left: 20px;
  padding-right: 20px;
}

.accordion--faq .accordion__expanded {
  padding-left: 0;
  padding-right: 0;
}

.pricing-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}

.pricing-list__item {
  display: flex;
  gap: 11px;
}

.pricing-list__text {
  font-size: 13px;
  font-weight: 500;
  color: #002e5f;
  padding-top: 1px;
}

.pricing-list .icon-wrap {
  width: 20px;
  height: 20px;
}

.map-holder {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.search-location {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  padding: 16px 16px 0;
}

.search-location__wrap {
  position: relative;
}

.search-location .form-control {
  font-size: 16px;
  height: 40px;
  border-radius: 100px;
  padding: 0 40px 0 20px;
  letter-spacing: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.search-location__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 16px;
  background: none;
  border: none;
  padding: 0;
  transform: translateY(-50%);
}

#map {
  height: 633px;
  width: 100%;
}

.map-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.5;
  max-width: 370px;
  width: 100%;
  padding: 16px;
  border-radius: 8px;
}

.map-info address {
  color: #002e5f;
}

.map-info h6 {
  margin-bottom: 8px;
}

.map-info__img {
  width: 100%;
  height: 187px;
  overflow: hidden;
  border-radius: 2px;
  margin-bottom: 16px;
}

.map-info__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.markers {
  display: none;
}

.schedule-list {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.schedule-list__item {
  display: flex;
  flex-direction: column;
  padding: 16px 0;
  border-top: 1px solid #e3e3e3;
}

.schedule-list__item:first-child {
  border-top: none;
}

.schedule-list__item strong {
  font-weight: 500;
  color: #002e5f;
}

.si-close-button {
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  opacity: 1;
  color: #002e5f;
  background-color: #fff;
  border-radius: 8px;
}

.check-card {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #5f5f68;
  gap: 20px;
  padding: 16px;
}

.check-card p {
  margin-bottom: 0;
}

.check-card .icon-wrap {
  width: 24px;
  height: 24px;
}

.header {
  position: relative;
  z-index: 99;
  color: #002e5f;
  background-color: #fff;
}

.header--border {
  border-bottom: 1px solid #e3e3e3;
}

.header-notification {
  font-size: 11px;
  line-height: 1.5;
  padding: 12px 0;
  color: #fff;
}

.header-notification .container {
  position: relative;
}

.header-notification__text {
  display: block;
  padding-right: 40px;
}

.header-notification__text a:hover {
  color: inherit;
  text-decoration: underline;
}

.header-notification .btn-close {
  top: 5px;
  right: 20px;
  width: 14px;
  height: 14px;
}

.header-notification .btn-close:after,
.header-notification .btn-close::before {
  background-color: #fff;
}

.btn-close {
  position: absolute;
}

.btn-close:after,
.btn-close::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: currentColor;
}

.btn-close:after {
  margin-top: -0.5px;
  top: 50%;
  transform: rotate(45deg);
}

.btn-close:before {
  margin-bottom: -0.5px;
  bottom: 50%;
  transform: rotate(-45deg);
}

.nav-opener {
  display: block;
  position: absolute;
  left: 0;
  top: 28px;
  width: 24px;
  height: 24px;
  z-index: 99;
  padding: 0;
  background: transparent;
  border: none;
  transition: all 0.35s ease;
}

.nav-opener--close {
  z-index: 1004;
}

.nav-opener span {
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  margin-top: -0.5px;
  background-color: #002e5f;
}

.nav-opener:after,
.nav-opener:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 1px;
  background-color: #002e5f;
}

.nav-opener:after {
  top: 0;
}

.nav-opener:before {
  bottom: 0;
}

body.nav-active .nav-opener {
  top: 40px;
  left: auto;
  right: 24px;
}

body.nav-active .nav-opener span {
  background-color: transparent;
  margin: 0;
}

body.nav-active .nav-opener:after,
body.nav-active .nav-opener::before {
  background-color: #002e5f;
}

body.nav-active .nav-opener:after {
  margin-top: -0.5px;
  top: 50%;
  transform: rotate(45deg);
}

body.nav-active .nav-opener:before {
  margin-bottom: -0.5px;
  bottom: 50%;
  transform: rotate(-45deg);
}

.header-wrapper {
  display: flex;
  position: relative;
  padding: 12px 0;
}

.header-logo {
  display: block;
  width: 120px;
  margin: 0 auto;
}

.header-logo img {
  display: block;
  width: 100%;
}

.nav-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}

.nav-holder__wrap {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-logo {
  display: block;
  width: 120px;
  margin: 0 auto;
  padding: 24px 0;
}

.nav-logo img {
  display: block;
  width: 100%;
}

.nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 0;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-list__link {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  padding: 16px;
  position: relative;
}

.nav-list__link:hover,
.active .nav-list__link {
  color: #002e5f;
}

.nav-list__link:hover::before,
.active .nav-list__link::before {
  opacity: 1;
}

.nav-list__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.108em;
  width: 100%;
  background-color: #0056b8;
  opacity: 0;
}

.header-btns {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  padding: 0 24px;
}

.header-btns .btn,
.header-btns input[type=button],
.header-btns input[type=reset],
.header-btns input[type=submit],
.header-btns button[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.btn-location {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-location svg {
  fill: currentColor;
}

.btn-search {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  transform: translateY(-50%);
}

.btn-search svg {
  fill: currentColor;
}

.nav {
  display: flex;
  flex-direction: column;
}

.menu {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  margin: 0 0 40px;
  padding: 0 24px;
}

.menu__item.has-submenu {
  position: relative;
}

.menu__link {
  display: block;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 500;
  padding: 16px 0;
  position: relative;
  text-decoration: none;
}

.has-submenu .menu__link {
  padding-right: 20px;
}

.has-submenu .menu__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 7px;
  height: 7px;
  margin-top: -8px;
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
  transform: rotate(-135deg) translateY(-50%);
  transition: all 0.35s ease;
}

.submenu-open .menu__link::before {
  margin-right: 6px;
  margin-top: -6px;
  transform: rotate(136deg) translateY(-50%);
}

.sub-menu {
  display: none;
  margin: 0;
  list-style: none;
}

.sub-menu__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sub-menu__item:first-child {
  border-bottom: none;
}

.sub-menu__link {
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 16px 0;
  color: #002e5f;
}

.sub-menu__subtitle {
  display: block;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
  padding-bottom: 12px;
}

.sub-menu__subtitle .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  fill: currentColor;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin-bottom: 16px;
}

.header-search {
  width: 100%;
  position: relative;
  margin: 0;
}

.header-search.open .header-search__wrap {
  width: 100%;
}

.header-search .form-control {
  font-size: 14px;
  font-weight: normal;
  padding: 0 50px 0 24px;
  height: 60px;
  border: none;
  background-color: #fff;
  color: #002e5f;
  border-radius: 100px;
}

.header-search .form-control::-moz-placeholder {
  color: #002e5f;
}

.header-search .form-control::placeholder {
  color: #002e5f;
}

.header-search .form-control:focus {
  border-color: #1ea5fd;
}

.header-search__btn {
  position: absolute;
  top: 50%;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  padding: 0;
  border: none;
  transform: translateY(-50%);
}

.header-search__btn svg {
  fill: currentColor;
}

.search-modal {
  position: fixed;
  top: -9999px;
  right: -9999px;
  left: -9999px;
  width: 100%;
  opacity: 0;
  height: 100%;
  padding: 65px 8px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  z-index: 1004;
  transform: translateY(-100%);
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  transition: all 0s ease 0.35s, opacity 0.35s ease, transform 0.35s;
}

body.search-open .search-modal {
  opacity: 1;
  top: 0;
  right: 0;
  left: 0;
  transform: translateY(0);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.search-modal .btn-close {
  position: fixed;
  top: 10px;
  right: 25px;
  width: 24px;
  height: 24px;
  z-index: 999;
}

.search-modal .btn-close:after,
.search-modal .btn-close:before {
  background: #000;
}

.footer {
  padding: 40px 0 50px;
  overflow: hidden;
  background: #f4f4f4;
  color: #002e5f;
  font-size: 16px;
  border-radius: 16px;
  margin-bottom: 11px;
  margin-top: 16px;
}

.footer-upper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 37px;
  margin-bottom: 48px;
  border-bottom: 1px solid #e3e3e3;
}

.footer-holder {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 18px;
  margin-bottom: 40px;
}

.footer-holder__item {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.footer-holder__title {
  font-size: 16px;
  color: #5f5f68;
  letter-spacing: 0;
  margin-bottom: 0;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}

.footer-menu strong {
  font-weight: 500;
  letter-spacing: 0;
}

.copyright {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  color: #5f5f68;
  text-align: center;
}

.footer-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin: 0;
}

.footer-list__link {
  display: block;
  font-size: 20px;
}

.social {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #002e5f;
  margin: 0;
}

.social__link {
  fill: currentColor;
}

@media (max-width: 1365px) {
  .support-wrapper__title br {
    display: none;
  }
}

@media (max-width: 1280px) and (min-width: 1024px) {
  .section-hero--single .hero-holder__title {
    font-size: 56px;
  }

  .asset-card--sm .asset-card__content {
    min-height: 126px;
  }

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

@media (max-width: 1280px) {
  .divider {
    margin-left: -20px;
    margin-right: -20px;
  }

  .container {
    max-width: 1160px;
  }

  .service-card h6 {
    font-size: 18px;
  }

  .cta-card__title {
    font-size: 24px;
  }

  .cta-container h2 {
    font-size: 56px;
  }

  .alert {
    font-size: 14px;
  }
}

@media (max-width: 1023px) {
  .btn--md {
    font-size: 14px;
    line-height: 1.15;
    letter-spacing: 0;
  }

  h1 br,
	.h1 br,
	h2 br,
	.h2 br,
	h3 br,
	.h3 br,
	h4 br,
	.h4 br,
	h5 br,
	.h5 br,
	h6 br,
	.h6 br,
	.h br {
    display: none;
  }

  .h3,
	h3 {
    line-height: 1.3;
    letter-spacing: -0.02em;
  }

  h5,
	.h5 {
    line-height: 1.35;
  }

  .title-sm {
    font-size: 18px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-wrapper .section:not(.rounded) {
    margin-left: -6px;
    margin-right: -6px;
  }

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

  .visible-md {
    display: none !important;
  }

  .section--mb {
    margin-bottom: 60px;
  }

  .credit-card h3 {
    font-size: 32px;
  }

  .services__item:nth-child(1) {
    order: 5;
  }

  .services__item:nth-child(2) {
    order: 2;
  }

  .services__item:nth-child(3) {
    order: 4;
  }

  .services__item:nth-child(5) {
    order: 1;
  }

  .services__item:nth-child(6) {
    order: 3;
  }

  .services__item:nth-child(7) {
    order: 8;
  }

  .services__item:nth-child(8) {
    order: 7;
  }

  .services__item:nth-child(5),
	.services__item:nth-child(6),
	.services__item:nth-child(8) {
    margin-top: -20px;
  }

  .services .cta-card {
    text-align: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .services .service-card h6 {
    font-size: 14px;
  }

  .service-card .icon-wrap {
    padding: 7px;
  }

  .services .service-card .icon-wrap {
    padding: 8px;
  }

  .cta-card__title {
    font-size: 18px;
  }

  .services .cta-card__title {
    font-size: 16px;
  }

  .bento-card__content {
    font-size: 14px;
  }

  .bento-card h4 {
    font-size: 24px;
    letter-spacing: -0.02em;
  }

  .info-card h4 {
    font-size: 28px;
  }

  .feature-slider .feature-card {
    letter-spacing: 0;
  }

  .feature-slider .feature-card__title {
    letter-spacing: -0.06em;
  }

  .article-card .btn .icon,
	.article-card input[type=button] .icon,
	.article-card input[type=reset] .icon,
	.article-card input[type=submit] .icon,
	.article-card button[type=submit] .icon {
    margin-left: 0;
  }

  .support-wrapper__title {
    font-size: 28px;
  }

  .support-card__title {
    font-weight: 500;
  }

  .disclaimer-holder {
    letter-spacing: 0;
  }

  .faq-holder .section-tile h3 {
    margin-bottom: 32px;
  }

  .scroll-container {
    overflow-x: auto;
    white-space: nowrap;
    margin-left: -32px;
    margin-right: -32px;
    padding: 0 32px 0;
    -webkit-overflow-scrolling: touch;
  }

  .scroll-container::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
  }

  .tab-control__link {
    font-size: 16px;
  }

  .section-tile__head h4 {
    font-size: 24px;
    letter-spacing: -0.02em;
  }

  .section-container {
    margin-left: -20px;
    margin-right: -20px;
  }

  .cta-container h2 {
    font-size: 32px;
  }

  .scroll-cover {
    display: block;
    margin: 0 -60px;
    padding: 0 60px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .btn-row .btn,
	.btn-row input[type=button],
	.btn-row input[type=reset],
	.btn-row input[type=submit],
	.btn-row button[type=submit] {
    padding-left: 12px;
    padding-right: 12px;
  }

  .accordion--faq {
    background: transparent;
  }

  .accordion--faq .accordion__title {
    padding-left: 0;
  }

  .nav-active,
	.search-open {
    overflow: hidden;
  }

  .nav-drop {
    opacity: 0;
    top: -9999px;
    left: -9999px;
    right: 9999px;
    bottom: 9999px;
    position: fixed;
    height: 100vh;
    z-index: 1000;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 0 24px;
    background: #fff;
    transform: translateY(-100%);
    box-sizing: border-box;
    transition: all 0s ease 0.35s, opacity 0.35s ease, transform 0.35s ease;
  }

  body.nav-active .nav-drop {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.35s ease, transform 0.35s ease;
  }

  .drop-open .nav-list {
    display: none;
  }

  .btn-location {
    position: absolute;
    top: 40px;
    left: 24px;
  }

  .btn-location svg {
    width: 25px;
    height: 25px;
  }

  .menu {
    flex: auto;
  }

  .menu__item {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .menu__item.drop-open {
    border-bottom: none;
  }

  .menu__item.drop-open > a {
    display: none;
  }

  .menu__item.drop-open .sub-menu {
    display: block;
  }

  .menu__item.hidden {
    display: none;
  }

  .menu__link:hover {
    color: #002e5f;
  }

  .sub-menu__link:hover {
    color: #002e5f;
  }

  .header-search__btn {
    right: 20px;
  }

  .header-search__btn svg {
    width: 25px;
    height: 25px;
  }

  .footer-list__link {
    letter-spacing: -0.02em;
  }
}

@media (max-width: 767px) {
  .feature-slider .swiper-slide {
    transform: none !important;
  }

  .feature-slider .swiper-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px 16px;
    transform: none !important;
  }

  .slider-nav {
    display: none !important;
  }
}

@media (max-width: 667px) {
  table th {
    padding: 10px 5px;
  }
}

@media (max-width: 666px) and (min-width: 375px) {
  .grid-list.cols-2m {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 666px) {
  .hero-holder {
    font-size: 14px;
  }

  .service-card .btn,
	.service-card input[type=button],
	.service-card input[type=reset],
	.service-card input[type=submit],
	.service-card button[type=submit] {
    width: 100%;
  }

  .feature-slider .feature-card {
    font-size: 12px;
  }
}

@media (min-width: 812px) and (max-height: 414px) and (orientation: landscape) {
  body.nav-active .nav-opener {
    right: 50px;
  }

  .nav-drop {
    padding-left: 50px;
    padding-right: 50px;
  }

  .btn-location {
    left: 50px;
  }
}

@media (min-width: 667px) {
  .info-txt {
    gap: 24px;
    flex-direction: row;
  }

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

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

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

  .footer-upper {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }

  .footer-holder {
    gap: 40px;
  }

  .footer-holder__item {
    width: calc(50% - 20px);
    gap: 26px;
  }

  .copyright {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .cta-card__wrap {
    flex-direction: row;
  }

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

  .feature-slider .swiper-slide {
    width: 302px;
  }

  .feature-wrap__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
  }

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

  .search-location {
    max-width: 430px;
    padding: 20px 20px 0;
    margin-left: auto;
  }
}

@media (min-width: 1024px) {
  .btn:not(.btn--arrow) .icon,
	input[type=button]:not(.btn--arrow) .icon,
	input[type=reset]:not(.btn--arrow) .icon,
	input[type=submit]:not(.btn--arrow) .icon,
	button[type=submit]:not(.btn--arrow) .icon {
    margin-left: 14px;
  }

  .btn--md {
    line-height: 1.44;
  }

  .btn .btn-text,
	input[type=button] .btn-text,
	input[type=reset] .btn-text,
	input[type=submit] .btn-text,
	button[type=submit] .btn-text {
    padding: 0 16px 0 24px;
  }

  .btn .btn-text + .icon,
	input[type=button] .btn-text + .icon,
	input[type=reset] .btn-text + .icon,
	input[type=submit] .btn-text + .icon,
	button[type=submit] .btn-text + .icon {
    margin-right: 24px;
  }

  .btn-link {
    font-size: 16px;
    font-weight: 400;
  }

  h1,
	.h1 {
    margin-bottom: 32px;
  }

  .h3,
	h3 {
    line-height: 1.2;
    margin-bottom: 32px;
  }

  h6,
	.h6 {
    line-height: 26px;
  }

  .section-title {
    max-width: 800px;
    margin-bottom: 40px;
  }

  .divider--lg {
    margin: 44px 0;
  }

  p {
    margin-bottom: 32px;
  }

  .list {
    margin-bottom: 32px;
  }

  .main-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-md {
    font-size: 18px;
    line-height: 1.5;
  }

  .text-base {
    font-size: 16px;
  }

  .text-sm {
    font-size: 13px;
  }

  .section-content > .img-fluid,
	.section-content .grid-list {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .img-fluid::before {
    padding-top: 98%;
  }

  .img-fluid--lg::before {
    padding-top: 38%;
  }

  .hidden-md {
    display: none !important;
  }

  .section-hero {
    padding: 70px 0;
    min-height: 600px;
  }

  .section-hero--single {
    min-height: 330px;
  }

  .hero-holder .divider {
    margin: 55px 0;
  }

  .hero-holder__text {
    flex-direction: row;
    align-items: center;
    gap: 56px;
    margin-bottom: 0;
  }

  .rounded {
    margin: 8px 0;
  }

  .section {
    padding: 80px 0;
  }

  .section--sm {
    padding: 16px 0;
  }

  .section--md {
    padding: 40px 0;
  }

  .section--my {
    margin: 32px 0;
  }

  .banking-tile {
    flex-direction: row;
    gap: 20px;
  }

  .banking-tile__content {
    align-items: flex-start;
    text-align: left;
    margin: 0;
    max-width: 628px;
  }

  .banking-tile__text {
    margin: 0 0 48px;
  }

  .banking-tile__visual {
    margin: 0 0 -80px;
    max-width: none;
  }

  .banking-tile__visual--icon {
    right: 100%;
    margin-right: -90px;
    width: 165px;
  }

  .banking-tile__visual--img img {
    margin: 0 0 0 auto;
    width: 325px;
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 0;
    object-position: 0 0;
  }

  .banking-tile__visual--img img.height-md {
    height: 450px;
  }

  .store-btns {
    gap: 16px;
  }

  .message-list {
    top: 50%;
    left: auto;
    bottom: auto;
    right: 100%;
    max-width: 290px;
    width: 100%;
    gap: 20px;
    margin: 34px -15px 0 0;
    align-items: flex-end;
    transform: translateY(-50%);
  }

  .message-list__item:first-child {
    margin-right: -72px;
    margin-bottom: 0;
    padding: 0;
  }

  .banking-message {
    box-shadow: none;
  }

  .credit-card {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .credit-card__visual {
    width: 55.8%;
  }

  .credit-card__content {
    align-items: flex-start;
    text-align: left;
    max-width: 520px;
    margin-left: auto;
    width: 48%;
  }

  .credit-card__text {
    margin-bottom: 32px;
  }

  .credit-card__icon {
    margin-bottom: 40px;
    padding-top: 0;
  }

  .services {
    gap: 24px;
    padding-top: 0;
  }

  .services__item {
    width: calc(25% - 18px);
  }

  .services__item:nth-child(1),
	.services__item:nth-child(4) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .services__item:nth-child(2) .card,
	.services__item:nth-child(6) .card {
    bottom: -40px;
  }

  .services__item:nth-child(4) .card,
	.services__item:nth-child(4) .border-line,
	.services__item:nth-child(8) .card,
	.services__item:nth-child(8) .border-line {
    top: -70px;
  }

  .services .service-card {
    padding: 25px 32px;
    min-height: 195px;
  }

  .services .cta-card {
    min-height: 297px;
    padding-bottom: 32px;
    padding-top: 32px;
  }

  .card {
    border-radius: 16px;
  }

  .icon-wrap {
    width: 48px;
    height: 48px;
    padding: 4px;
  }

  .service-card .icon-wrap {
    margin-bottom: 32px;
  }

  .cta-card {
    font-size: 16px;
    justify-content: flex-end;
    padding: 24px;
  }

  .cta-card__wrap {
    gap: 16px;
  }

  .bento-card {
    padding: 36px 36px 0;
  }

  .bento-card p {
    margin-bottom: 40px;
  }

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

  .tile-row__item {
    width: 45.2%;
  }

  .tile-row__item:first-child {
    width: 54.8%;
  }

  .tile-row h2 {
    margin-bottom: 40px;
  }

  .item-list {
    font-size: 16px;
  }

  .item-list__text {
    padding-left: 64px;
  }

  .info-card__title {
    font-size: 18px;
  }

  .info-card .icon-wrap {
    width: 40px;
    height: 40px;
  }

  .features {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
  }

  .slider-nav {
    margin-bottom: 40px;
  }

  .slider-nav__prev,
	.slider-nav__next {
    width: 64px;
    height: 64px;
  }

  .slider-nav__prev .icon,
	.slider-nav__next .icon {
    width: 20px;
    height: 14px;
  }

  .feature-card__icon {
    min-height: 180px;
    margin-bottom: 32px;
  }

  .feature-card__visual,
	.feature-card__icon {
    min-height: 180px;
    border-radius: 16px;
  }

  .feature-card__visual {
    margin-bottom: 24px;
  }

  .feature-card__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .grid-list {
    gap: 24px;
  }

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

  .grid-list.gap-y-1 {
    row-gap: 40px;
  }

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

  .article-card {
    gap: 20px;
    padding: 32px;
    min-height: 256px;
    border-radius: 16px;
  }

  .article-card__title {
    font-size: 24px;
  }

  .article-card__subtitle {
    font-size: 16px;
  }

  .support-card {
    padding: 24px;
    min-height: 197px;
  }

  .support-card__title {
    max-width: 200px;
    margin-bottom: 21px;
  }

  .disclaimer-holder {
    font-size: 13px;
  }

  .section-breadcrumb {
    margin: 16px 0 8px;
  }

  .breadcrumb {
    font-size: 14px;
    padding: 16px 0 24px;
  }

  .breadcrumb__item {
    padding-right: 9px;
  }

  .breadcrumb__item::after {
    padding-left: 9px;
  }

  .card-item {
    flex-direction: row;
    gap: 100px;
  }

  .card-item__content,
	.card-item__visual {
    width: 50%;
  }

  .card-item__visual {
    height: 384px;
    order: 0;
  }

  .faq-holder .section-tile {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tabset .scroll-container {
    margin-bottom: 52px;
  }

  .scroll-container::before {
    left: -105px;
    right: -105px;
  }

  .tab-control__link {
    padding: 20px 0;
  }

  .cta-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta-container .social {
    gap: 37px;
  }

  .product-row {
    flex-direction: row;
    justify-content: space-between;
    gap: 88px;
  }

  .product-row__aside {
    width: 42%;
  }

  .product-row__aside .btn,
	.product-row__aside input[type=button],
	.product-row__aside input[type=reset],
	.product-row__aside input[type=submit],
	.product-row__aside button[type=submit] {
    margin-top: 16px;
  }

  .product-row__content {
    max-width: 620px;
  }

  .product-row .grid-list {
    gap: 16px;
    width: auto;
  }

  .section-alert {
    padding-top: 40px;
  }

  .alert {
    flex-direction: row;
    padding: 24px;
    gap: 24px;
  }

  .alert__title {
    font-size: 18px;
    font-weight: normal;
  }

  .container-card__title {
    margin-bottom: 24px;
  }

  .accordion {
    padding: 8px 24px;
  }

  .accordion__title {
    font-size: 18px;
    padding: 28px 32px 28px 0;
  }

  .accordion__title::after {
    right: 0;
    width: 10px;
    height: 10px;
    margin-top: -6px;
  }

  .open .accordion__title::after {
    margin-top: -4px;
  }

  .accordion__expanded {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 24px;
  }

  #map {
    height: 750px;
  }

  .check-card .icon-wrap {
    width: 33px;
    height: 33px;
  }

  .header--border {
    border-bottom: none;
  }

  .header-notification {
    font-size: 13px;
  }

  .header-notification .btn-close {
    top: 12px;
    right: 24px;
  }

  .nav-opener {
    display: none;
  }

  .nav-drop {
    display: flex;
    flex-direction: column;
  }

  .header-wrapper {
    padding: 0;
    flex-direction: column;
  }

  .header-logo {
    position: absolute;
    top: 12px;
    left: 0;
    margin: 0;
    width: 96px;
  }

  .nav-holder {
    flex-direction: row;
    width: auto;
    padding: 14px 0 14px 145px;
  }

  .nav-holder__wrap {
    position: relative;
  }

  .nav-logo {
    display: none;
  }

  .nav-list {
    justify-content: flex-start;
    width: auto;
    border: none;
    gap: 25px;
  }

  .nav-list__link {
    padding: 5px 0;
  }

  .header-btns {
    padding: 0;
    flex-direction: row;
    gap: 16px;
  }

  .header-btns .btn,
	.header-btns input[type=button],
	.header-btns input[type=reset],
	.header-btns input[type=submit],
	.header-btns button[type=submit] {
    width: auto;
  }

  .nav {
    width: 100%;
    align-items: flex-end;
  }

  .menu {
    flex-direction: row;
    align-items: center;
    gap: 25px;
    width: auto;
    padding: 0 9999px;
    margin: 0 -9999px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
  }

  .menu__item:first-child .sub-menu {
    margin-left: 0;
  }

  .menu__item.has-submenu:hover .sub-menu {
    top: 100%;
    opacity: 1;
    left: 0;
    transition: opacity 0.35s ease;
  }

  .menu__link {
    padding: 20px 0;
  }

  .has-submenu .menu__link::before {
    right: 0;
    margin-top: -4px;
    transform: rotate(-45deg) translateY(-50%);
  }

  .sub-menu {
    position: absolute;
    top: -9999px;
    left: -9999px;
    opacity: 0;
    z-index: 150;
    margin: 0 0 0 -20px;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    padding: 12px 20px;
    min-width: calc(100% + 100px);
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 16px;
    transition: all 0s ease 0.35s, opacity 0.5s ease;
  }

  .sub-menu__item {
    border: none;
  }

  .sub-menu__link {
    padding: 8px 0;
  }

  .sub-menu__subtitle {
    display: none !important;
  }

  .header-search {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 100%;
    margin: 0 22px 0 0;
    width: auto;
    transform: translateY(-50%);
  }

  .header-search__wrap {
    position: relative;
    height: 39px;
    overflow: hidden;
    width: 0;
    border: 1px solid transparent;
    transition: all 0.2s linear;
  }

  .header-search:not(.open) .header-search__wrap {
    opacity: 0;
    pointer-events: none;
  }

  .header-search.open .header-search__wrap {
    width: 280px;
    border: 1px solid #1ea5fd;
    background-color: #fff;
    border-radius: 8px;
  }

  .header-search .form-control {
    font-weight: 500;
    padding-left: 16px;
    background-color: transparent;
    height: 100%;
    border-radius: 0;
    transition: opacity 0.35s ease;
  }

  .search-modal {
    display: none;
  }

  .footer {
    margin-bottom: 16px;
  }

  .footer-holder__item {
    width: calc(25% - 30px);
  }

  .footer-list {
    gap: 20px 80px;
  }

  .footer-list__link {
    font-size: 14px;
    font-weight: 500;
  }
}

@media (min-width: 1200px) {
  .message-list {
    margin-right: 15px;
  }

  .tile-row {
    flex-direction: row;
    gap: 115px;
  }

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

  .nav-list {
    gap: 40px;
  }

  .menu {
    gap: 40px;
  }
}

@media (min-width: 1201px) {
  .text-lg {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.02em;
  }
}

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

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

  .section-tile__head {
    width: 302px;
  }

  .container-card {
    padding: 32px 24px;
  }
}

@media (min-width: 1281px) {
  .section-title {
    max-width: 850px;
  }

  .divider--lg {
    margin: 56px 0;
  }

  .main-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-content > .img-fluid,
	.section-content .grid-list {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .banking-tile__visual--icon {
    width: 260px;
    margin-right: -50px;
  }

  .banking-tile__visual--img img {
    height: 593px;
  }

  .message-list {
    margin-top: -55px;
  }

  .credit-card__visual {
    width: 52%;
  }

  .asset-card {
    padding: 24px;
  }

  .asset-card__visual {
    margin-bottom: 32px;
  }

  .asset-card__content {
    min-height: 170px;
  }

  .service-card {
    font-size: 16px;
    padding: 24px;
  }

  .bento-card {
    padding: 56px 56px 0;
  }

  .tile-row {
    gap: 132px;
  }

  .feature-card {
    font-size: 16px;
  }

  .card-item {
    gap: 128px;
  }

  .card-item__visual {
    height: 400px;
  }

  .faq-holder .section-tile {
    padding-top: 56px;
  }

  .tabset .scroll-container {
    margin-bottom: 64px;
  }

  .product-card {
    font-size: 16px;
    padding: 24px;
  }

  .info-list__item {
    font-size: 16px;
  }

  .info-list dl dt {
    font-weight: normal;
    font-size: 18px;
  }

  .section-container {
    padding: 80px 60px;
  }

  .check-card {
    font-size: 16px;
    padding: 24px;
    gap: 24px;
  }

  .header-notification {
    padding: 16px 0;
  }

  .header-notification .container {
    max-width: 1320px;
  }

  .header-logo {
    top: 16px;
    width: 140px;
  }

  .nav-holder {
    padding: 28px 0 28px 168px;
  }

  .header-search.open .header-search__wrap {
    width: 312px;
  }
}

@media (min-width: 1366px) {
  .section-hero {
    min-height: 726px;
  }

  .section-hero--single {
    min-height: 360px;
  }

  .credit-card__content {
    max-width: 610px;
  }

  .support-wrapper {
    align-items: center;
    flex-direction: row;
  }

  .support-wrapper__title {
    max-width: 290px;
    width: 100%;
  }
}

/*
#nav-menus-frame #side-sortables{
  position: fixed;
  top: 67px;
}*/

.btn svg{
  display: inline-block;
}

.divider {
  margin:0;
}

.divider._m24{
  margin: 24px 0;
}

table tr:first-child {
  background: #f4f4f4;
}

table thead tr:first-child {
  background: linear-gradient(95.25deg, #0056b8 0.63%, #1ea5fd 99.38%);
}

@media (min-width: 1024px) {
  .lg\:format-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .lg\:format-lg :where(p):not(:where([class~="not-format"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:format-lg :where([class~="lead"]):not(:where([class~="not-format"] *)) {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .lg\:format-lg :where(blockquote):not(:where([class~="not-format"] *))::before {
    margin-top: 1.6666667em;
  }

  .lg\:format-lg :where(blockquote > p:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 0.5em;
  }

  .lg\:format-lg :where(h1):not(:where([class~="not-format"] *)) {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .lg\:format-lg :where(h2):not(:where([class~="not-format"] *)) {
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 0.75rem;
    line-height: 1.3333333;
  }

  .lg\:format-lg :where(h3):not(:where([class~="not-format"] *)) {
    font-size: 1.3333333em;
    margin-top: 0;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .lg\:format-lg :where(h4):not(:where([class~="not-format"] *)) {
    margin-top: 0;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .lg\:format-lg :where(img):not(:where([class~="not-format"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:format-lg :where(video):not(:where([class~="not-format"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:format-lg :where(figure):not(:where([class~="not-format"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:format-lg :where(figure > *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:format-lg :where(figcaption):not(:where([class~="not-format"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .lg\:format-lg :where(code):not(:where([class~="not-format"] *)) {
    font-size: 0.8888889em;
  }

  .lg\:format-lg :where(h2 code):not(:where([class~="not-format"] *)) {
    font-size: 0.8666667em;
  }

  .lg\:format-lg :where(h3 code):not(:where([class~="not-format"] *)) {
    font-size: 0.875em;
  }

  .lg\:format-lg :where(pre):not(:where([class~="not-format"] *)) {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .lg\:format-lg :where(ol):not(:where([class~="not-format"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }

  .lg\:format-lg :where(ul):not(:where([class~="not-format"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }

  .lg\:format-lg :where(li):not(:where([class~="not-format"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .lg\:format-lg :where(ol > li):not(:where([class~="not-format"] *)) {
    padding-left: 0.4444444em;
  }

  .lg\:format-lg :where(ul > li):not(:where([class~="not-format"] *)) {
    padding-left: 0.4444444em;
  }

  .lg\:format-lg :where(.format > ul > li p):not(:where([class~="not-format"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:format-lg :where(.format > ul > li > *:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 1.3333333em;
  }

  .lg\:format-lg :where(.format > ul > li > *:last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 1.3333333em;
  }

  .lg\:format-lg :where(.format > ol > li > *:first-child):not(:where([class~="not-format"] *)) {
    margin-top: 1.3333333em;
  }

  .lg\:format-lg :where(.format > ol > li > *:last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 1.3333333em;
  }

  .lg\:format-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-format"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:format-lg :where(hr):not(:where([class~="not-format"] *)) {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .lg\:format-lg :where(hr + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }

  .lg\:format-lg :where(h2 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }

  .lg\:format-lg :where(h3 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }

  .lg\:format-lg :where(h4 + *):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }

  .lg\:format-lg :where(table):not(:where([class~="not-format"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .lg\:format-lg :where(thead th):not(:where([class~="not-format"] *)) {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .lg\:format-lg :where(thead th:last-child):not(:where([class~="not-format"] *)) {
    padding-right: 0;
  }

  .lg\:format-lg :where(tbody td, tfoot td):not(:where([class~="not-format"] *)) {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .lg\:format-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-format"] *)) {
    padding-right: 0;
  }

  .lg\:format-lg :where(.format > :first-child):not(:where([class~="not-format"] *)) {
    margin-top: 0;
  }

  .lg\:format-lg :where(.format > :last-child):not(:where([class~="not-format"] *)) {
    margin-bottom: 0;
  }
}

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

.first\:border-t-0:first-child {
  border-top-width: 0px;
}

.first\:pt-0:first-child {
  padding-top: 0px;
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

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

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 66 159 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.hover\:bg-primaryBtn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 151 35 / var(--tw-bg-opacity));
}

.hover\:bg-primaryBtnHover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(194 120 3 / var(--tw-bg-opacity));
}

.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 151 35 / var(--tw-bg-opacity));
}

.hover\:bg-secondaryBtn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 44 104 / var(--tw-bg-opacity));
}

.hover\:bg-secondaryBtnHover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 15 35 / var(--tw-bg-opacity));
}

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

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:bg-white:hover {
  background-color: rgba(255,255,255,.99);
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / var(--tw-text-opacity));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.hover\:text-tertiary:hover {
  --tw-text-opacity: 1;
  color: rgb(5 44 104 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  color: rgba(255,255,255,.99);
}

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

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

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

.focus\:border-gray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.focus\:border-white:focus {
  border-color: rgba(255,255,255,.99);
}

.focus\:bg-gray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

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

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}

.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}

.focus\:ring-gray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

.focus\:ring-gray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity));
}

.focus\:ring-gray-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity));
}

.group:hover .group-hover\:bg-white\/50 {
  background-color: rgba(255, 255, 255, 0.5);
}

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

.group:focus .group-focus\:ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.group:focus .group-focus\:ring-white {
  --tw-ring-color: rgba(255,255,255,.99);
}

.dark\:border-blue-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 131 248 / var(--tw-border-opacity));
}

.dark\:border-gray-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.dark\:border-gray-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.dark\:border-transparent:is(.dark *) {
  border-color: transparent;
}

.dark\:\!bg-gray-700:is(.dark *) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity)) !important;
}

.dark\:bg-blue-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(28 100 242 / var(--tw-bg-opacity));
}

.dark\:bg-gray-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.dark\:bg-gray-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.dark\:bg-gray-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.dark\:bg-gray-800\/30:is(.dark *) {
  background-color: rgb(31 41 55 / 0.3);
}

.dark\:bg-gray-800\/50:is(.dark *) {
  background-color: rgb(31 41 55 / 0.5);
}

.dark\:bg-gray-900\/80:is(.dark *) {
  background-color: rgb(17 24 39 / 0.8);
}

.dark\:text-blue-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity));
}

.dark\:text-gray-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.dark\:text-gray-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.dark\:text-gray-800:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.dark\:text-white:is(.dark *) {
  color: rgba(255,255,255,.99);
}

.dark\:hover\:bg-blue-700:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(26 86 219 / var(--tw-bg-opacity));
}

.dark\:hover\:bg-gray-600:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.dark\:hover\:bg-gray-800:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.dark\:hover\:text-blue-500:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity));
}

.dark\:hover\:text-gray-200:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.dark\:hover\:text-gray-300:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.dark\:hover\:text-white:hover:is(.dark *) {
  color: rgba(255,255,255,.99);
}

.group:hover .dark\:group-hover\:bg-gray-800\/60:is(.dark *) {
  background-color: rgb(31 41 55 / 0.6);
}

.group:focus .dark\:group-focus\:ring-gray-800\/70:is(.dark *) {
  --tw-ring-color: rgb(31 41 55 / 0.7);
}

@media (min-width: 640px) {
  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-48 {
    height: 12rem;
  }

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

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

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

  .sm\:gap-12 {
    gap: 3rem;
  }

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

  .sm\:text-2xl {
    font-size: 1.5rem;
  }

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

@media (min-width: 768px) {
  .md\:inset-0 {
    inset: 0px;
  }

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

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

  .md\:ms-2 {
    margin-inline-start: 0.5rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:h-96 {
    height: 24rem;
  }

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

  .md\:max-w-xs {
    max-width: 20rem;
  }

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

  .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\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

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

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .md\:p-5 {
    padding: 1.25rem;
  }

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

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

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

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

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

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:max-w-\[50\%\] {
    max-width: 50%;
  }

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

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

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

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

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

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

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

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .lg\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pt-96 {
    padding-top: 24rem;
  }

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

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

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

@media (min-width: 1280px) {
  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

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

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

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

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

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

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

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

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

.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *) {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

.grid-list.cols-4 > li {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.grid-list.cols-4 > li .service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.grid-list.cols-4 > li .service-card .text-body {
  flex-grow: 1;
}

.grid-list.cols-4 > li .service-card .btn--primary {
  margin-top: auto;
}

/* Ensure consistent padding around content */
.grid-list.cols-4 > li .service-card {
  padding: 20px;
}

/* Make sure cards have equal height */
.grid-list.cols-4 > li .card {
  height: 100%;
}
