/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./.yarn/__virtual__/css-loader-virtual-c243d3539f/9/.yarn/berry/cache/css-loader-npm-6.10.0-5561e0c62e-10c0.zip/node_modules/css-loader/dist/cjs.js!./.yarn/__virtual__/postcss-loader-virtual-cb80a3c319/9/.yarn/berry/cache/postcss-loader-npm-8.1.1-20cf547c92-10c0.zip/node_modules/postcss-loader/dist/cjs.js!../../../../../../../../.yarn/berry/cache/resolve-url-loader-npm-5.0.0-9b441067c9-10c0.zip/node_modules/resolve-url-loader/index.js??ruleSet[1].rules[0].use[3]!./.yarn/__virtual__/sass-loader-virtual-c55d475f21/9/.yarn/berry/cache/sass-loader-npm-14.1.1-4e73d67b06-10c0.zip/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[4]!./assets/sass/bt-main.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
html {
  margin: 0;
}

body {
  margin: 0;
}

/*
! tailwindcss v3.4.1 | 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 {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-font-feature-settings: normal;
          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 */
  -webkit-font-feature-settings: normal;
          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 */
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
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::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::-ms-input-placeholder, textarea::-ms-input-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;
}

[type='text'],input:where(:not([type])),[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, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

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

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

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

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

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  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;
      -ms-user-select: none;
          user-select: none;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

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

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

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

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

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z%27/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

@media (forced-colors: active)  {

  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {

  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

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

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-ms-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1024px) {

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

  .container {
    max-width: 1280px;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.-bottom-20 {
  bottom: -5rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.z-0 {
  z-index: 0;
}
.z-\[999\] {
  z-index: 999;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.block {
  display: block;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-20 {
  height: 5rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-7 {
  height: 1.75rem;
}
.h-full {
  height: 100%;
}
.w-10 {
  width: 2.5rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-7 {
  width: 1.75rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-3xl {
  max-width: 48rem;
}
.shrink-0 {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.basis-0 {
  -webkit-flex-basis: 0px;
      -ms-flex-preferred-size: 0px;
          flex-basis: 0px;
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-px {
  gap: 1px;
}
.gap-x-12 {
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
.gap-x-2 {
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.gap-x-6 {
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
.gap-x-8 {
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.gap-y-16 {
  row-gap: 4rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-t {
  border-top-width: 1px;
}
.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-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-3 {
  padding: 0.75rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-center {
  text-align: center;
}
.text-xs\/tight {
  font-size: 0.75rem;
  line-height: 1.25;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-normal {
  line-height: 1.5;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.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);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  -webkit-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: 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);
}
.duration-1000 {
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
}
.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
input[type=submit], button, .button {
  cursor: pointer;
}

.bt-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  border-radius: 4px;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  border: 0px solid var(--bt-primary-color);
  letter-spacing: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.125);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.125);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  white-space: normal;
  font-weight: 600;
  text-align: center;
  padding: 15px 12px;
  color: #fff;
  background-color: var(--bt-primary-color);
  height: auto;
  width: 100%;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 0;
}
@media (min-width: 640px) {
  .bt-btn {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .bt-btn {
    padding: 15px 18px;
    white-space: nowrap;
  }
  .bt-btn.lg, .bt-btn.btn-lg {
    font-size: 18px;
  }
  .bt-btn.sm, .bt-btn.btn-sm {
    font-size: 15px;
    line-height: 16px;
    padding: 12px 14px;
    min-width: 0 !important;
  }
  .bt-btn.xs, .bt-btn.btn-xs {
    font-size: 13px;
    padding: 7px 10px;
    min-width: 0 !important;
  }
}
@media (min-width: 1280px) {
  .bt-btn {
    padding: 16px 24px;
    width: auto;
    min-width: 160px;
  }
  .bt-btn.lg, .bt-btn.btn-lg {
    font-size: 20px;
  }
}
@media (min-width: 1536px) {
  .bt-btn {
    padding: 18px 24px;
  }
}
.bt-btn:before, .bt-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.bt-btn:before {
  opacity: 0.5;
  background-image: radial-gradient(50.69% 38.46% at 50.69% 0%, rgba(255, 255, 255, 0.33) 0%, rgba(255, 255, 255, 0) 100%);
}
.bt-btn:after {
  opacity: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.125)));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.125));
}

.bt-btn.btn-secondary {
  background-color: var(--bt-secondary-color);
  border: 0px solid var(--bt-secondary-color);
}

.bt-btn.btn-white {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(white));
  background-image: linear-gradient(#fff, white);
  color: var(--bt-primary-color);
  border: 0px solid #fff;
}

.bt-btn:hover {
  border: 0px solid var(--bt-primary-accent);
  color: #fff;
  -webkit-box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
          box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.bt-btn:hover:before, .bt-btn:hover:after {
  opacity: 1;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.bt-btn.btn-white:hover {
  background-color: initial;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e2e2e2));
  background-image: linear-gradient(#fff, #e2e2e2);
  color: var(--bt-primary-color);
  -webkit-box-shadow: 0 9px 24px rgba(var(--bt-primary-rgb), 0.9);
          box-shadow: 0 9px 24px rgba(var(--bt-primary-rgb), 0.9);
  border: 0px solid #fff;
}

.bt-btn.expand:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.bt-btn.btn-transparent {
  background-color: transparent;
  border: 0px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--bt-primary-color);
}
.bt-btn.btn-transparent:hover {
  background-color: var(--bt-primary-color);
  color: #fff;
}

.bt-btn.stroke, .bt-btn.stroked, .bt-btn.btn-underline {
  background-color: transparent;
  border: 0px solid transparent;
  -webkit-box-shadow: inset 0 0 0 2px var(--bt-primary-color);
          box-shadow: inset 0 0 0 2px var(--bt-primary-color);
  color: var(--bt-primary-color);
}

.bt-btn.stroke:hover, .bt-btn.stroked:hover, .bt-btn.btn-underline:hover {
  color: #fff;
  background-color: var(--bt-primary-color);
}

.bt-btn.stroke.btn-secondary, .bt-btn.stroked.btn-secondary, .bt-btn.btn-underline.btn-secondary {
  background-color: transparent;
  border: 0px solid transparent;
  color: var(--bt-secondary-color);
  -webkit-box-shadow: inset 0 0 0 2px var(--bt-secondary-color);
          box-shadow: inset 0 0 0 2px var(--bt-secondary-color);
}

.bt-btn.stroke.btn-secondary:hover, .bt-btn.stroked.btn-secondary:hover, .bt-btn.btn-underline.btn-secondary:hover {
  color: #fff;
  background-color: var(--bt-secondary-color);
}

.bt-btn.stroke.btn-white, .bt-btn.stroked.btn-white, .bt-btn.btn-underline.btn-white {
  background-color: initial;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(226, 226, 226, 0)));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(226, 226, 226, 0));
  border: 0px solid transparent;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
}

.bt-btn.stroke.btn-white:hover, .bt-btn.stroked.btn-white:hover, .bt-btn.btn-underline.btn-white:hover {
  color: var(--bt-primary-color);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#e2e2e2));
  background-image: linear-gradient(white, #e2e2e2);
  -webkit-box-shadow: 0 9px 36px rgba(0, 0, 0, 0.06);
          box-shadow: 0 9px 36px rgba(0, 0, 0, 0.06);
}

.bt-btn.btn-underline {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 2px solid var(--bt-primary-color);
  border-radius: 0;
}
.bt-btn.btn-underline:before {
  display: none;
}

.bt-btn.btn-underline.btn-white {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 2px solid #fff;
}

.bt-btn.btn-underline.btn-secondary {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 2px solid var(--bt-secondary-color);
}

.bt-btn.btn-underline:hover {
  border-radius: 4px;
}

.bt-btn.divider-button {
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  z-index: 1;
}
.bt-btn.divider-button:after {
  posiiton: absolute;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px);
  width: 100vw;
  left: 0;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(224, 224, 224, 0)), color-stop(rgba(224, 224, 224, 0.66)), to(rgba(224, 224, 224, 0)));
  background-image: linear-gradient(to right, rgba(224, 224, 224, 0), rgba(224, 224, 224, 0.66), rgba(224, 224, 224, 0));
  content: "";
}

.bt-btn.btn-primary svg, .bt-btn.btn-secondary svg {
  color: #fff !important;
}

.bt-btn.btn-white svg {
  color: var(--bt-primary-color) !important;
}

.checks-list {
  list-style-type: none;
  padding-left: 0;
}

.checks-list li {
  list-style-type: none;
  font-size: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  color: var(--text-color);
  margin-top: 9px;
  position: relative;
  font-weight: normal;
  margin-bottom: 9px;
}
.checks-list li:first-child {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .checks-list li {
    margin-bottom: 12px;
    font-size: 1.125rem;
    line-height: 1.13rem;
  }
}
@media (min-width: 1280px) {
  .checks-list li {
    margin-bottom: 18px;
    font-size: 1.15rem;
    line-height: 1.2rem;
  }
}

.checks-list.checks-before li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 36px;
}

.checks-list.checks-before li:before {
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  position: absolute;
  margin-right: 6px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  content: "";
  -webkit-mask: url(../wp-content/themes/guardian-hr/public/icons/check_circle_outline.svg);
          mask: url(../wp-content/themes/guardian-hr/public/icons/check_circle_outline.svg);
  background-color: #fff;
  -webkit-mask-size: 75% auto;
          mask-size: 75% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  background-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.checks-list.checks-white li {
  color: #fff;
}
.checks-list.checks-white li:after {
  background-color: #fff;
}
.checks-list.checks-white li:before {
  background-color: #fff;
}

.checks-list.checks-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.checks-list.checks-grid li {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}

.checks-list.checks-grid li:first-child {
  margin-top: 0;
}

.checks-list.lg li {
  margin-bottom: 12px;
}

.checks-list.lg li:before {
  width: 24px;
  height: 24px;
}

.checks-list.sm li {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 9px;
}

.checks-list.sm.checks-before li {
  padding-left: 30px;
}

.checks-list.sm li:before {
  width: 24px;
  height: 24px;
  margin: 0px 0 0 0px;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.basis-x-scroll {
  overflow: hidden;
  position: relative;
}
.basis-x-scroll > * {
  overflow-x: auto;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.basis-x-scroll > *::-webkit-scrollbar {
  height: 3px;
}
.basis-x-scroll > *::-webkit-scrollbar-thumb {
  background-color: rgba(var(--bt-secondary-rgb), 0.5);
}
.basis-x-scroll > *::-webkit-scrollbar-track {
  background: #e0e0e0;
}

a.email-link, .email-link a, a.call-link, .call-link a, a.chat-link, .chat-link a {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
a.email-link:before, .email-link a:before, a.call-link:before, .call-link a:before, a.chat-link:before, .chat-link a:before {
  content: "";
  display: block;
  background: var(--bt-secondary);
  width: 18px;
  height: 18px;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  margin-right: 3px;
}
a.email-link.small:before, .email-link a.small:before, a.call-link.small:before, .call-link a.small:before, a.chat-link.small:before, .chat-link a.small:before {
  width: 16px;
  height: 16px;
}

a.email-link.white:before, .email-link.white a:before, a.call-link.white:before, .call-link.white a:before, a.chat-link.white:before, .chat-link.white a:before {
  background-color: #fff;
}

a.email-link:before, .email-link a:before {
  -webkit-mask-image: url(../wp-content/themes/guardian-hr/public/icons/mail.svg);
          mask-image: url(../wp-content/themes/guardian-hr/public/icons/mail.svg);
}

a.call-link:before, .call-link a:before {
  -webkit-mask-image: url(../wp-content/themes/guardian-hr/public/icons/phone_iphone.svg);
          mask-image: url(../wp-content/themes/guardian-hr/public/icons/phone_iphone.svg);
}

a.chat-link:before, .chat-link a:before {
  -webkit-mask-image: url(../wp-content/themes/guardian-hr/public/icons/chat.svg);
          mask-image: url(../wp-content/themes/guardian-hr/public/icons/chat.svg);
}

.bg-wtg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f5f9));
  background-image: linear-gradient(to bottom, #fff, #f1f5f9);
}

.bg-gtw {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f1f5f9));
  background-image: linear-gradient(to top, #fff, #f1f5f9);
}

.bg-gtw-short {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(75%, #fff), to(#f1f5f9));
  background-image: linear-gradient(to top, #fff 75%, #f1f5f9);
}

.bg-gtg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f5f9), color-stop(#fff), to(#f1f5f9));
  background-image: linear-gradient(to bottom, #f1f5f9, #fff, #f1f5f9);
}

.bg-primary-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--bt-primary-rgb), 1)), to(var(--bt-primary-rgb-dark)));
  background-image: linear-gradient(to bottom, rgba(var(--bt-primary-rgb), 1), var(--bt-primary-rgb-dark));
}

.bg-glass {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  -o-border-image: linear-gradient(10deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) 30;
     border-image: linear-gradient(10deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) 30;
  border-width: 3px;
  border-style: solid;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -webkit-box-shadow: 0 0px 12px rgba(255, 255, 255, 0.125);
          box-shadow: 0 0px 12px rgba(255, 255, 255, 0.125);
}

.bg-glass:hover {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -o-border-image: linear-gradient(10deg, rgba(255, 255, 255, 0.125), rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.125)) 30;
     border-image: linear-gradient(10deg, rgba(255, 255, 255, 0.125), rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.125)) 30;
}

/*Form Settings*/
.gform_ajax_spinner {
  display: none !important;
}

.gform_required_legend {
  display: none !important;
}

.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  font-size: 16px !important;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06) !important;
}
.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-webkit-input-placeholder, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-webkit-input-placeholder {
  color: #b0b0b0;
  font-size: 16px !important;
}
.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-moz-placeholder, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-moz-placeholder {
  color: #b0b0b0;
  font-size: 16px !important;
}
.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):-ms-input-placeholder, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):-ms-input-placeholder {
  color: #b0b0b0;
  font-size: 16px !important;
}
.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-ms-input-placeholder, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-ms-input-placeholder {
  color: #b0b0b0;
  font-size: 16px !important;
}
.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::placeholder,
.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::placeholder {
  color: #b0b0b0;
  font-size: 16px !important;
}

.leadgen-form .gform_button {
  background-color: var(--bt-primary-color) !important;
  color: #fff !important;
  width: 100% !important;
  display: block !important;
  padding: 15px 0 !important;
  font-size: 20px !important;
}

.bt-content .gform_footer {
  margin-top: 12px !important;
}

.bt-content .gform_footer.top_label, .bt-content .gform_footer.top_label .gform_button {
  width: 100% !important;
  min-width: 100% !important;
  display: block !important;
}

.bt-content .gform_footer.top_label .gform_button {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  font-size: 20px !important;
}

.gform-theme--foundation .gform_fields {
  row-gap: 18px !important;
}

.gform-theme--foundation .gfield textarea.small {
  min-block-size: initial !important;
  max-block-size: 7.25rem !important;
}

.gform_button.button.gform-button--width-full {
  width: 100% !important;
}

.child-inherit-width > * {
  width: 100%;
}

.child-inherit-height > * {
  height: 100%;
}

.bt-radio-ui.inline .gfield_radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 640px) {
  .bt-radio-ui.inline .gfield_radio {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
.bt-radio-ui .gchoice {
  position: relative;
}
.bt-radio-ui .gchoice input[type=radio] {
  visibility: hidden;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.bt-radio-ui .gchoice input[type=radio] + label {
  position: relative;
  cursor: pointer;
  z-index: 1;
  margin: 0;
  padding: 9px 12px;
  font-size: 13px;
  line-height: 15px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #efefef !important;
}
.bt-radio-ui .gchoice input[type=radio]:checked + label {
  border: 2px solid var(--bt-secondary-color) !important;
}

.theme-form .gf_progressbar.gf_progressbar_blue .gf_progressbar, .theme-form .gf_progressbar .percentbar_blue {
  background-color: var(--bt-secondary-color) !important;
}
.theme-form .gform_next_button {
  background-color: var(--bt-secondary-color) !important;
}

.ginput_container_phone input::-webkit-input-placeholder {
  color: #b0b0b0 !important;
}

.ginput_container_phone input::-moz-placeholder {
  color: #b0b0b0 !important;
}

.ginput_container_phone input:-ms-input-placeholder {
  color: #b0b0b0 !important;
}

.ginput_container_phone input::-ms-input-placeholder {
  color: #b0b0b0 !important;
}

.ginput_container_phone input::placeholder {
  color: #b0b0b0 !important;
}

.login-register-form .gform_page_footer {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #efefef;
  padding-top: 18px;
  margin-top: 18px;
}
.login-register-form .gform_page_footer .gform_save_link {
  clear: both;
}

.ginput_container_date, .gform-datepicker {
  width: 100% !important;
  margin-right: 0 !important;
}

.gform_button, gform-button, .gform-button {
  background: var(--bt-primary-color) !important;
  background-color: var(--bt-primary-color) !important;
  font-size: 18px !important;
  line-height: 22px !important;
  border-radius: 5px !important;
  font-family: var(--bt-subheading-font) !important;
  height: auto !important;
  padding: 12px 0 14px !important;
}
@media (min-width: 1024px) {
  .gform_button, gform-button, .gform-button {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}

.gfield.hidden_label .ginput_container, .gfield.hidden_label .ginput_container input {
  height: 100%;
  min-height: 42px;
  font-size: 14px !important;
  color: #555;
}
.gfield.hidden_label .ginput_container::-webkit-input-placeholder, .gfield.hidden_label .ginput_container input::-webkit-input-placeholder {
  font-size: 14px !important;
}
.gfield.hidden_label .ginput_container::-moz-placeholder, .gfield.hidden_label .ginput_container input::-moz-placeholder {
  font-size: 14px !important;
}
.gfield.hidden_label .ginput_container:-ms-input-placeholder, .gfield.hidden_label .ginput_container input:-ms-input-placeholder {
  font-size: 14px !important;
}
.gfield.hidden_label .ginput_container::-ms-input-placeholder, .gfield.hidden_label .ginput_container input::-ms-input-placeholder {
  font-size: 14px !important;
}
.gfield.hidden_label .ginput_container::placeholder, .gfield.hidden_label .ginput_container input::placeholder {
  font-size: 14px !important;
}

.gfield.hidden_label .ginput_container .gfield_select {
  height: 100%;
}
.gfield.hidden_label .ginput_container .gfield_select.select-placeholder {
  color: #b0b0b0 !important;
}

.gform-theme--framework .bt-inline-form .gform_fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gform-theme--framework .bt-inline-form .gform_fields .gfield:not(.gfield--type-submit) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.gform-theme--framework .bt-inline-form .gform_fields .gfield--type-submit {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.gform-theme--framework .bt-inline-form .gform_fields .gfield--type-submit input, .gform-theme--framework .bt-inline-form .gform_fields .gfield--type-submit button {
  width: 100% !important;
  min-width: 100% !important;
}
@media (min-width: 1024px) {
  .gform-theme--framework .bt-inline-form .gform_fields {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .gform-theme--framework .bt-inline-form .gform_fields .gfield:not(.gfield--type-submit) {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    border-bottom: 0;
  }
}
.gform-theme--framework .bt-inline-form .gform-field-label:where(:not([class*=gform-field-label--type-])) {
  margin-bottom: 3px !important;
}

.inline-form .gform-theme--foundation .gform_fields {
  -webkit-column-gap: 0px !important;
     -moz-column-gap: 0px !important;
          column-gap: 0px !important;
  row-gap: 6px !important;
}
.inline-form .gform_footer {
  margin: 0 !important;
}
.inline-form .gform_footer.before {
  margin: 0 !important;
}
.inline-form .ginput_container input:not([type=submit]) {
  border: 0px solid #c4c4c4 !important;
  font-size: 1.1rem !important;
}
@media (min-width: 1024px) {
  .inline-form .ginput_container input:not([type=submit]) {
    font-size: 1rem !important;
    border-radius: 6px 0 0 6px !important;
  }
}
.inline-form .gform_button, .inline-form gform-button, .inline-form .gform-button {
  font-size: 1.1rem !important;
}
@media (min-width: 1024px) {
  .inline-form .gform_button, .inline-form gform-button, .inline-form .gform-button {
    font-size: 1rem !important;
    display: inline-block;
    padding: 12px 0px 15px !important;
    border-radius: 0 6px 6px 0 !important;
  }
}
@media (min-width: 1536px) {
  .inline-form .gform_button, .inline-form gform-button, .inline-form .gform-button {
    font-size: 18px !important;
  }
}
.inline-form.bordered .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  border: 1px solid #f3f3f3 !important;
  font-size: 20px;
}
.inline-form.small .gfield.hidden_label .ginput_container input {
  min-height: 32px;
  font-size: 14px !important;
}
.inline-form.small .gform_button, .inline-form.small gform-button, .inline-form.small .gform-button {
  font-size: 15px !important;
  height: 100% !important;
  padding: 7px 0 !important;
}
.inline-form.secondary-action .gform_button, .inline-form.secondary-action gform-button, .inline-form.secondary-action .gform-button {
  background-color: var(--bt-secondary-color) !important;
  color: #fff !important;
}

/*Font Settings*/
h1, h2, h3 {
  font-family: var(--bt-heading-font);
}

h3, h4 {
  font-family: var(--bt-sub-heading-font);
}

p, a, li, span {
  font-family: var(--bt-body-font);
  color: var(--bt-text-color);
}

.bt-content {
  max-width: 100%;
  overflow-x: hidden;
}

/*.bt-content h1, .bt-content h2 {*/
/*    font-family: var(--bt-heading-font);*/
/*}*/
/*.bt-content h3, .bt-content h4 {*/
/*    font-family: var(--bt-sub-heading-font);*/
/*}*/
.bt-link-icon {
  display: inline;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.bt-inline-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.pretitle {
  font-family: var(--bt-heading-font);
  font-size: 0.9rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--bt-primary-color);
}
.pretitle.text-white, .pretitle.white {
  color: #fff;
}
@media (min-width: 1024px) {
  .pretitle {
    letter-spacing: 0.1rem;
  }
}
@media (min-width: 1536px) {
  .pretitle {
    letter-spacing: 0.225rem;
  }
}

.text-white > p, .text-white > span {
  color: #fff;
}

.transparent-main-image .main-img {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-filter: drop-shadow(0px 12px 42px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 12px 42px rgba(0, 0, 0, 0.1));
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
}

.transparent-overlay-image .overlay-image {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-filter: drop-shadow(0px 12px 42px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 12px 42px rgba(0, 0, 0, 0.1));
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) {
  .inside-overlay-image .overlay-image {
    bottom: 12px;
    right: 12px;
    width: 25%;
  }
}
@media (min-width: 1536px) {
  .inside-overlay-image .overlay-image {
    bottom: 18px;
    right: 18px;
    width: 33%;
  }
}

.bt-covered-video {
  position: relative;
  z-index: 1;
}
.bt-covered-video:before, .bt-covered-video:after {
  position: absolute;
  content: "";
}
.bt-covered-video:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  border-radius: 100%;
  overflow: hidden;
  padding: 6px;
  -webkit-mask-size: 120px 120px;
          mask-size: 120px 120px;
  width: 120px;
  height: 120px;
  margin: auto;
  display: block;
  background: #fff;
}
.bt-covered-video:after {
  position: absolute;
  z-index: 2;
  background: var(--bt-primary-color);
  opacity: 0.66;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bt-covered-video video {
  position: relative;
  z-index: 2;
}
.bt-covered-video.playing:before, .bt-covered-video.playing:after {
  display: none !important;
}

.aspect-square .bt-modal-video {
  height: 100%;
}

[x-reveal], [x-reveal-parent] > * {
  position: relative;
  top: 24px;
  opacity: 0;
  visibility: hidden;
}

.top-header {
  background-color: var(--bt-primary-color);
}
.top-header a:not(.bt-btn) {
  color: #fff;
  display: block;
  font-size: 0.7rem;
  line-height: 0.8rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-weight: 500;
}
.top-header ul li {
  margin: 0 4px 0 0;
}
.top-header ul li a {
  padding: 0 6px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.top-header ul li:last-child a {
  border: 0;
}

.main-header, #pseudo-header {
  padding: 9px 0;
}
.main-header .logo-link:not(.centered), #pseudo-header .logo-link:not(.centered) {
  margin-right: auto;
}
.main-header .logo-link, #pseudo-header .logo-link {
  height: var(--bt-logo-height);
  width: auto;
}
.main-header .logo-link .logo, #pseudo-header .logo-link .logo {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-header.nav-color-light .level-1 > a, #pseudo-header.nav-color-light .level-1 > a {
  color: #fff;
}
.main-header.nav-color-dark .level-1 > a, #pseudo-header.nav-color-dark .level-1 > a {
  color: var(--bt-heading-color);
}
@media (min-width: 1024px) {
  .main-header, #pseudo-header {
    padding: 0;
  }
  .main-header .logo-link, #pseudo-header .logo-link {
    height: calc(var(--bt-logo-height) * 0.9);
  }
}
@media (min-width: 1280px) {
  .main-header .logo-link, #pseudo-header .logo-link {
    height: var(--bt-logo-height);
  }
}

#pseudo-header .mobile-stacked .logo {
  height: auto;
  width: 100%;
}

.main-header {
  width: 100%;
  display: block;
}
.main-header .nav-container {
  display: none;
}
@media (min-width: 1024px) {
  .main-header .nav-container {
    display: block;
  }
}
.main-header .nav-container.centered {
  margin: 0 auto;
}
.main-header .nav-container.left {
  margin: 0 auto 0 0;
}
.main-header .nav-container.right {
  margin: 0 0 0 auto;
}

.mobile-menu-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1120px) {
  .mobile-menu-toggle {
    display: none;
  }
}

@media (max-width: 1280px) {
  .main-header .container {
    max-width: 96% !important;
    padding: 0 !important;
  }
}
.main-header .nav-menu {
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  display: none;
  height: 100%;
}
@media (min-width: 1120px) {
  .main-header .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1280px) {
  .main-header .nav-menu {
    gap: 12px;
  }
}
.main-header .nav-menu a {
  font-family: var(--bt-nav-font);
}
.main-header .nav-menu a:hover {
  color: var(--bt-primary-color);
}
.main-header .nav-menu .level-1 {
  padding: 0 6px;
}
@media (min-width: 1280px) {
  .main-header .nav-menu .level-1 {
    padding: 0 12px;
  }
}
.main-header .nav-menu .level-1.menu-item {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.main-header .nav-menu .level-1 > a {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
@media (min-width: 1024px) {
  .main-header .nav-menu .level-1 > a {
    font-size: 0.88rem;
  }
}
@media (min-width: 1280px) {
  .main-header .nav-menu .level-1 > a {
    font-size: 0.9rem;
  }
}
.main-header .nav-menu .level-1:hover > a {
  color: var(--bt-secondary-color) !important;
}
.main-header .nav-menu .level-1 > .sub-menu {
  position: absolute;
  visibility: hidden;
  top: calc(100% - 12px);
  opacity: 0;
  z-index: -2;
  gap: 18px;
  padding: 12px 18px;
  background: #fff;
  left: 0;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, 0.06);
          box-shadow: 0 9px 18px rgba(0, 0, 0, 0.06);
}
@media (min-width: 1280px) {
  .main-header .nav-menu .level-1 > .sub-menu {
    gap: 30px;
    padding: 18px 24px;
  }
}
.main-header .nav-menu .level-1 > .sub-menu.g-children {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.main-header .nav-menu .level-1.menu-item-has-children:hover > .sub-menu {
  top: calc(100% - 0px);
  visibility: visible;
  opacity: 1;
  z-index: 9;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.main-header .nav-menu .level-2, .main-header .nav-menu .level-3 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main-header .nav-menu .level-2 > a, .main-header .nav-menu .level-3 > a {
  white-space: nowrap;
  display: block;
  font-size: 0.9rem;
  color: #333;
}
.main-header .nav-menu .level-2 > a:hover, .main-header .nav-menu .level-3 > a:hover {
  color: var(--bt-secondary-color);
}
.main-header .nav-menu .level-2 > .sub-menu, .main-header .nav-menu .level-3 > .sub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
}
.main-header .nav-menu .level-2 > .sub-menu .menu-item, .main-header .nav-menu .level-3 > .sub-menu .menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-header .nav-menu .g-children .level-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-header .nav-menu .g-children .level-2 > a {
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 1px solid #efefef;
  padding-bottom: 9px;
  margin-bottom: 9px;
  width: 100%;
  display: block;
}

.fixed-header-active .hero {
  padding-top: 0;
}

.main-header.fixed-header {
  z-index: 9999;
  position: relative;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .main-header.fixed-header {
    position: fixed;
  }
}

.header-nav-block {
  padding: 12px 0;
}

.main-header.header-scrolled {
  position: fixed;
}
.main-header.header-scrolled .nav-menu a {
  color: #444;
}
.main-header.header-scrolled .nav-menu .level-1 > a {
  color: var(--bt-heading-color);
  text-shadow: initial;
}
.main-header.header-scrolled.scrolled-nav-color-light .level-1 > a {
  color: #fff;
}
.main-header.header-scrolled.scrolled-nav-color-dark .level-1 > a {
  color: var(--bt-heading-color);
}

.main-header.header-scrolled.centered-header .logo-link {
  margin: 0;
}

.fixed-header-dark.header-scrolled .nav-menu a {
  color: #444 !important;
  text-shadow: none !important;
}

.section {
  position: relative;
  padding: var(--bt-section-padding-mobile) 0;
}
.section .container {
  z-index: 4;
  position: relative;
}
@media (min-width: 640px) {
  .section {
    padding: 3rem 0;
  }
}
@media (min-width: 1024px) {
  .section {
    padding: calc(var(--bt-section-padding) * 0.9) 0;
  }
}
@media (min-width: 1280px) {
  .section {
    padding: var(--bt-section-padding) 0;
  }
}

.fixed-header-offset {
  padding-top: 72px !important;
}
@media (min-width: 1024px) {
  .fixed-header-offset {
    padding-top: var(--bt-header-offset) !important;
  }
}

.section.no-pad {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.section.no-pad-top {
  padding-top: 0 !important;
}

.section.no-pad-bottom {
  padding-bottom: 0 !important;
}

.section.small-pad {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

.section.small-pad-top {
  padding-top: 2.4rem !important;
}

.section.small-pad-bottom {
  padding-bottom: 2.4rem !important;
}

@media (min-width: 1024px) {
  .section.med-pad-top {
    padding-top: 102px !important;
  }
  .section.med-pad-bottom {
    padding-bottom: 102px !important;
  }
  .section.big-pad {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .section.big-pad-top {
    padding-top: 120px !important;
  }
  .section.big-pad-bottom {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 1280px) {
  .section.med-pad-top {
    padding-top: 132px !important;
  }
  .section.med-pad-bottom {
    padding-bottom: 132px !important;
  }
  .section.big-pad {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .section.big-pad-top {
    padding-top: 150px !important;
  }
  .section.big-pad-bottom {
    padding-bottom: 150px !important;
  }
}
.section-fade {
  position: relative;
  z-index: 1;
}
.section-fade:after {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
}
.section-fade .container {
  position: relative;
  z-index: 4;
}
.section-fade.fade-reverse:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section-fade.fade-to-right, .section-fade.fade-to-left {
  overflow: hidden;
}
.section-fade.fade-to-right:after, .section-fade.fade-to-left:after {
  top: -6px;
  margin: 0;
  height: 100vw;
}
.section-fade.fade-light-white:after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f6f8fb), color-stop(rgba(255, 255, 255, 0)), color-stop(90%, white));
  background-image: linear-gradient(#f6f8fb 20%, rgba(255, 255, 255, 0), white 90%);
}
.section-fade.fade-light-white.fade-to-right:after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #f6f8fb), color-stop(rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #f6f8fb 20%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 90%);
}
.section-fade.fade-light-white.fade-to-left:after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(246, 248, 251, 0)), color-stop(rgba(255, 255, 255, 0)), color-stop(90%, white));
  background-image: linear-gradient(to right, rgba(246, 248, 251, 0) 20%, rgba(255, 255, 255, 0), white 90%);
}
.section-fade.fade-white:after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, white), color-stop(rgba(255, 255, 255, 0)), color-stop(90%, white));
  background-image: linear-gradient(white 20%, rgba(255, 255, 255, 0), white 90%);
}
.section-fade.fade-white.fade-to-right:after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, white), color-stop(rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, white 25%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 90%);
}
.section-fade.fade-white.fade-to-left:after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0)), color-stop(90%, white));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0), white 90%);
}
.section-fade.fade-light-t:after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #f6f8fb), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(#f6f8fb 33%, rgba(255, 255, 255, 0));
}
.section-fade.fade-white-t:after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, white), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(white 33%, rgba(255, 255, 255, 0));
}
.section-fade.fade-primary:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--bt-primary-rgb), 1)), color-stop(rgba(var(--bt-primary-rgb), 0.5)), color-stop(50%, rgba(var(--bt-primary-rgb), 0)), color-stop(rgba(var(--bt-primary-rgb), 0.5)), to(rgba(var(--bt-primary-rgb), 1)));
  background-image: linear-gradient(to bottom, rgba(var(--bt-primary-rgb), 1), rgba(var(--bt-primary-rgb), 0.5), rgba(var(--bt-primary-rgb), 0) 50%, rgba(var(--bt-primary-rgb), 0.5), rgba(var(--bt-primary-rgb), 1));
}
.section-fade.fade-primary.fade-to-right:after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(var(--bt-primary-rgb), 1)), color-stop(rgba(var(--bt-primary-rgb), 0.5)), color-stop(50%, rgba(var(--bt-primary-rgb), 0)), color-stop(rgba(var(--bt-primary-rgb), 0.5)), to(rgba(var(--bt-primary-rgb), 0)));
  background-image: linear-gradient(to right, rgba(var(--bt-primary-rgb), 1), rgba(var(--bt-primary-rgb), 0.5), rgba(var(--bt-primary-rgb), 0) 50%, rgba(var(--bt-primary-rgb), 0.5), rgba(var(--bt-primary-rgb), 0));
}
.section-fade.fade-primary.fade-to-left:after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(var(--bt-primary-rgb), 0)), color-stop(rgba(var(--bt-primary-rgb), 0.5)), color-stop(50%, rgba(var(--bt-primary-rgb), 0)), color-stop(rgba(var(--bt-primary-rgb), 0.5)), to(rgba(var(--bt-primary-rgb), 1)));
  background-image: linear-gradient(to right, rgba(var(--bt-primary-rgb), 0), rgba(var(--bt-primary-rgb), 0.5), rgba(var(--bt-primary-rgb), 0) 50%, rgba(var(--bt-primary-rgb), 0.5), rgba(var(--bt-primary-rgb), 1));
}
.section-fade.fade-secondary:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--bt-secondary-rgb), 1)), color-stop(rgba(var(--bt-secondary-rgb), 0.5)), color-stop(50%, rgba(var(--bt-secondary-rgb), 0)), color-stop(rgba(var(--bt-secondary-rgb), 0.5)), to(rgba(var(--bt-secondary-rgb), 1)));
  background-image: linear-gradient(to bottom, rgba(var(--bt-secondary-rgb), 1), rgba(var(--bt-secondary-rgb), 0.5), rgba(var(--bt-secondary-rgb), 0) 50%, rgba(var(--bt-secondary-rgb), 0.5), rgba(var(--bt-secondary-rgb), 1));
}
.section-fade.fade-secondary.fade-to-right:after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(var(--bt-secondary-rgb), 1)), color-stop(rgba(var(--bt-secondary-rgb), 0.5)), color-stop(50%, rgba(var(--bt-secondary-rgb), 0)), color-stop(rgba(var(--bt-secondary-rgb), 0.5)), to(rgba(var(--bt-secondary-rgb), 0)));
  background-image: linear-gradient(to right, rgba(var(--bt-secondary-rgb), 1), rgba(var(--bt-secondary-rgb), 0.5), rgba(var(--bt-secondary-rgb), 0) 50%, rgba(var(--bt-secondary-rgb), 0.5), rgba(var(--bt-secondary-rgb), 0));
}
.section-fade.fade-secondary.fade-to-left:after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(var(--bt-secondary-rgb), 0)), color-stop(rgba(var(--bt-secondary-rgb), 0.5)), color-stop(50%, rgba(var(--bt-secondary-rgb), 0)), color-stop(rgba(var(--bt-secondary-rgb), 0.5)), to(rgba(var(--bt-secondary-rgb), 1)));
  background-image: linear-gradient(to right, rgba(var(--bt-secondary-rgb), 0), rgba(var(--bt-secondary-rgb), 0.5), rgba(var(--bt-secondary-rgb), 0) 50%, rgba(var(--bt-secondary-rgb), 0.5), rgba(var(--bt-secondary-rgb), 1));
}
.section-fade.fade-primary.fade-top:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--bt-primary-rgb), 1)), color-stop(33%, rgba(var(--bt-primary-rgb), 0)), to(rgba(var(--bt-primary-rgb), 0)));
  background-image: linear-gradient(to bottom, rgba(var(--bt-primary-rgb), 1), rgba(var(--bt-primary-rgb), 0) 33%, rgba(var(--bt-primary-rgb), 0));
}
.section-fade.fade-primary.fade-bottom:after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--bt-primary-rgb), 1)), color-stop(rgba(var(--bt-primary-rgb), 0)), to(rgba(var(--bt-primary-rgb), 0)));
  background-image: linear-gradient(to top, rgba(var(--bt-primary-rgb), 1), rgba(var(--bt-primary-rgb), 0), rgba(var(--bt-primary-rgb), 0));
}
.section-fade.fade-secondary-t:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--bt-secondary-rgb), 1)), to(rgba(var(--bt-secondary-rgb), 0)));
  background-image: linear-gradient(to bottom, rgba(var(--bt-secondary-rgb), 1), rgba(var(--bt-secondary-rgb), 0));
}

.bt-light-bg-section, .bt-dark-bg-section, .overlay-bg-section {
  position: relative;
  z-index: 1;
}
.bt-light-bg-section:before, .bt-light-bg-section:after, .bt-dark-bg-section:before, .bt-dark-bg-section:after, .overlay-bg-section:before, .overlay-bg-section:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.bt-light-bg-section:before, .bt-dark-bg-section:before, .overlay-bg-section:before {
  z-index: 2;
}
.bt-light-bg-section:after, .bt-dark-bg-section:after, .overlay-bg-section:after {
  z-index: 3;
}
.bt-light-bg-section .container, .bt-dark-bg-section .container, .overlay-bg-section .container {
  position: relative;
  z-index: 5;
}

.bt-dark-bg-section {
  background-color: var(--bt-primary-color);
}

.section-offset-top {
  z-index: 2 !important;
  margin-bottom: 0px;
}
@media (min-width: 1024px) {
  .section-offset-top {
    margin-bottom: -150px;
  }
}
@media (min-width: 1280px) {
  .section-offset-top {
    margin-bottom: -180px;
  }
}
@media (min-width: 1536px) {
  .section-offset-top {
    margin-bottom: -240px;
  }
}

.section-offset-bottom {
  z-index: 1 !important;
}
@media (min-width: 1024px) {
  .section-offset-bottom {
    padding-top: 120px;
  }
}
@media (min-width: 1280px) {
  .section-offset-bottom {
    padding-top: 150px;
  }
}
@media (min-width: 1536px) {
  .section-offset-bottom {
    padding-top: 210px;
  }
}
.section-offset-bottom .section-bg-img img {
  -o-object-fit: initial !important;
     object-fit: initial !important;
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 920px) {
  .modal-mobile-contain {
    width: calc(100% - 90px) !important;
  }
}
@media (max-width: 640px) {
  .modal-mobile-contain {
    width: calc(100% - 24px) !important;
    height: calc(100% - 24px) !important;
  }
  .bt-btn {
    padding: 15px 24px;
  }
}
.hero .text-contain.text-white p, .hero .text-contain.text-white span {
  color: #fff;
}

.hero-form-bg {
  background-color: rgba(255, 255, 255, 0.75);
}
.hero-form-bg .gform_button {
  width: 100% !important;
  min-width: 100% !important;
}

.bg-hero.bg-left .section-bg-img img, .bg-hero.bg-left .section-bg-img video, .bg-hero.bg-left .section-bg-img picture {
  position: relative;
  z-index: 2;
}
.bg-hero.bg-left .section-bg-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  z-index: 3;
  content: "";
}
.bg-hero .content-list-items {
  display: inline-block;
}

.hero-cta-form {
  background: #fff;
  padding: 12px;
  border-radius: 5px;
  -webkit-box-shadow: 0 12px 48px rgba(0, 0, 0, 0.09);
          box-shadow: 0 12px 48px rgba(0, 0, 0, 0.09);
  width: 100%;
}
.hero-cta-form .gfield.hidden_label .ginput_container, .hero-cta-form .gfield.hidden_label .ginput_container input {
  min-height: 0;
}
@media (min-width: 1024px) {
  .hero-cta-form:not(.mobile-layout) {
    padding: 6px;
    width: 112%;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
@media (min-width: 1280px) {
  .hero-cta-form {
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
  }
}
@media (min-width: 1536px) {
  .hero-cta-form {
    width: 110%;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.hero-cta-form .gform-theme--foundation .gform_fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px !important;
}
@media (min-width: 768px) {
  .hero-cta-form .gform-theme--foundation .gform_fields {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1280px) {
  .hero-cta-form .gform-theme--foundation .gform_fields {
    -webkit-column-gap: 9px;
       -moz-column-gap: 9px;
            column-gap: 9px;
  }
}
@media (min-width: 1536px) {
  .hero-cta-form .gform-theme--foundation .gform_fields {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}

.hero-cta-form .ts-wrapper:not(.form-control):not(.form-select) {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: auto;
}

.hero-cta-form .gfield.gfield--type-select {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  border: 1px solid #efefef;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
}
@media (min-width: 768px) {
  .hero-cta-form .gfield.gfield--type-select {
    border: 0px solid #efefef;
    max-width: 50%;
  }
}

.hero-cta-form .ts-dropdown {
  white-space: nowrap;
  min-width: -webkit-min-content !important;
  min-width: -moz-min-content !important;
  min-width: min-content !important;
}

.hero-cta-form .ts-dropdown [data-selectable].option {
  white-space: nowrap;
  width: 100%;
}
@media (min-width: 1024px) {
  .hero-cta-form .ts-dropdown [data-selectable].option {
    font-size: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .hero-cta-form .ts-dropdown [data-selectable].option {
    font-size: 0.8rem;
  }
}

.hero-cta-form .ts-wrapper:not(.form-control):not(.form-select) input {
  font-size: 18px;
  line-height: 1;
  color: #aaa;
  position: absolute;
}
@media (min-width: 1024px) {
  .hero-cta-form .ts-wrapper:not(.form-control):not(.form-select) input {
    font-size: 0.8rem;
  }
}
@media (min-width: 1280px) {
  .hero-cta-form .ts-wrapper:not(.form-control):not(.form-select) input {
    font-size: 0.9rem;
  }
}
@media (min-width: 1536px) {
  .hero-cta-form .ts-wrapper:not(.form-control):not(.form-select) input {
    font-size: 1.025rem;
  }
}

.hero-cta-form .ts-control > input {
  position: absolute !important;
  width: 100% !important;
}

.hero-cta-form .ts-wrapper:not(.form-control):not(.form-select).single .ts-control {
  border: 0px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 0.5rem;
}
@media (min-width: 1536px) {
  .hero-cta-form .ts-wrapper:not(.form-control):not(.form-select).single .ts-control {
    padding: 0.325rem 0.625rem;
  }
}
@media (min-width: 1024px) {
  .hero-cta-form .ts-wrapper:not(.form-control):not(.form-select).single .ts-control .item {
    font-size: 0.8rem;
  }
}
@media (min-width: 1280px) {
  .hero-cta-form .ts-wrapper:not(.form-control):not(.form-select).single .ts-control .item {
    font-size: 0.9rem;
  }
}
@media (min-width: 1536px) {
  .hero-cta-form .ts-wrapper:not(.form-control):not(.form-select).single .ts-control .item {
    font-size: 1.025rem;
  }
}

.hero-cta-form .gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full {
  background: var(--bt-secondary-color) !important;
  font-size: 20px !important;
  line-height: 22px !important;
  border: 0 !important;
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important;
  padding: 12px !important;
  width: 100%;
}
@media (min-width: 768px) {
  .hero-cta-form .gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full {
    max-width: 200px;
    padding: 15px 24px !important;
  }
}
@media (min-width: 1024px) {
  .hero-cta-form .gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full {
    font-size: 0.9rem !important;
    padding: 6px 12px !important;
  }
}
@media (min-width: 1280px) {
  .hero-cta-form .gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full {
    font-size: 0.95rem !important;
    padding: 9px 15px !important;
  }
}
@media (min-width: 1536px) {
  .hero-cta-form .gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full {
    padding: 15px 18px !important;
    font-size: 1.025rem !important;
  }
}

.hero-cta-form .gform_footer.before {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .hero {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.hero-featured-image.aspect-square img, .hero-featured-image.aspect-video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 660px) {
  .block-content {
    text-align: center;
  }
}

.bt-lazy-bg, .overlay-bg, .theme-overlay-image {
  z-index: 1;
  position: relative;
}
.bt-lazy-bg:before, .overlay-bg:before, .theme-overlay-image:before {
  content: "";
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
.bt-lazy-bg > .section, .overlay-bg > .section, .theme-overlay-image > .section {
  z-index: 4;
}
.bt-lazy-bg.bg-contain:before, .overlay-bg.bg-contain:before, .theme-overlay-image.bg-contain:before {
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.bt-lazy-bg .container, .overlay-bg .container, .theme-overlay-image .container {
  position: relative;
  z-index: 9;
}
.bt-lazy-bg.contain-bg:before, .overlay-bg.contain-bg:before, .theme-overlay-image.contain-bg:before {
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.bt-lazy-bg.bg-fixed:before, .overlay-bg.bg-fixed:before, .theme-overlay-image.bg-fixed:before {
  background-attachment: fixed;
}

@media (min-width: 1280px) {
  .pinch-image .block-img img.main-img {
    max-width: 96%;
    margin: 0 auto;
  }
  .pinch-image .block-img.lg\:order-1 img.main-img, .pinch-image .block-img.order-1 img.main-img {
    margin-left: 0;
  }
  .pinch-image .block-img.lg\:order-2 img.main-img {
    margin-right: 0;
  }
  .pinch-content .block-content {
    margin: 0 42px;
  }
}
@media (min-width: 1536px) {
  .pinch-content .block-content {
    margin: 0 54px;
  }
}

.image-align-top .block-img {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.image-align-bottom .block-img {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.contain-image .under-image-contain img {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -o-object-position: bottom;
     object-position: bottom;
}

.stretch-image {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .stretch-image .hero-featured-image {
    height: 100%;
    position: initial !important;
  }
  .stretch-image .hero-featured-image:after {
    width: 50%;
    right: -25%;
    left: auto;
  }
  .stretch-image .block-img .under-image-contain img, .stretch-image .hero-featured-image img {
    max-height: 78vh;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top right;
       object-position: top right;
    width: 50vw;
    top: 0;
    max-width: 50vw;
    position: absolute;
  }
  .stretch-image .block-img.order-1:not(.lg\:order-2) .under-image-contain img {
    left: calc(100% - 50vw);
  }
  .stretch-image .block-img.lg\:order-2 .under-image-contain img {
    left: 0;
  }
  .stretch-image.stretch-image-contain .hero-featured-image img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center right;
       object-position: center right;
  }
}

.icon-grid .grid-block-items {
  gap: 0 !important;
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0 9px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 0 9px 24px rgba(0, 0, 0, 0.06);
}
.icon-grid .grid-item {
  text-align: center;
  border-left: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 0;
}
.icon-grid .grid-item .group {
  padding: 12px 18px;
}
.icon-grid .grid-item img {
  height: 72px;
  width: 72px;
  margin: 30px auto 0;
}
.icon-grid .shadow-md {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.inline-grid .grid-item, .theme-inline-grid .grid-item {
  border-right: 1px solid rgba(255, 255, 255, 0.1125);
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
.inline-grid .grid-item:last-child, .theme-inline-grid .grid-item:last-child {
  border-right: 0;
}
.inline-grid .grid-item:hover, .theme-inline-grid .grid-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
.inline-grid .grid-block-items .grid-item, .theme-inline-grid .grid-block-items .grid-item {
  min-width: 100% !important;
}
@media (min-width: 768px) {
  .inline-grid .grid-block-items .grid-item, .theme-inline-grid .grid-block-items .grid-item {
    min-width: 50% !important;
  }
}
@media (min-width: 1024px) {
  .inline-grid .grid-block-items, .theme-inline-grid .grid-block-items {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .inline-grid .grid-block-items .grid-item, .theme-inline-grid .grid-block-items .grid-item {
    min-width: 0 !important;
  }
}

.card-grid .grid-item {
  text-align: center;
}
.card-grid .grid-item > div {
  background: rgba(255, 255, 255, 0.125);
  border: 1px solid rgba(255, 255, 255, 0.125);
}
.card-grid .grid-item:hover .bt-btn.stroke.btn-white {
  background: #fff;
  color: #000;
}

.content-list-items {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1024px) {
  .list-item-grid .content-list-items {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .list-item-grid .content-list-items li {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 50%;
    width: auto;
    min-width: 33%;
    font-size: 16px;
    line-height: 22px;
  }
  .list-item-grid .content-list-items li svg {
    width: 20px;
    height: 20px;
  }
}

.list-item-divide .content-list-items {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.list-item-divide.divide-white .content-list-items {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.list-item-top-border .content-list-items {
  border-top: 1px solid #e5e7eb;
  margin-top: 24px;
  padding-top: 36px;
}

.focus\:drop-shadow-md:focus {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  -webkit-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: 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);
}

@media (min-width: 640px) {

  .sm\:hidden {
    display: none;
  }

  .sm\:flex-nowrap {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

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

  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

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

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

@media (min-width: 768px) {

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {

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

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

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

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

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

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

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

  .lg\:mr-auto {
    margin-right: auto;
  }

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:w-80 {
    width: 20rem;
  }

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

  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .lg\:items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .lg\:justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .lg\:justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-y-12 {
    row-gap: 3rem;
  }

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

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

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

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

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

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1280px) {

  .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

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

  .xl\:gap-x-16 {
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}

@media (min-width: 1536px) {

  .\32xl\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

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

  .\32xl\:gap-x-20 {
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }
}
