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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Manrope, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

* {
  scrollbar-color: initial;
  scrollbar-width: initial;
}

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

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

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

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

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

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

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

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

.animate {
  opacity: 0;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

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

.z-\[500\] {
  z-index: 500;
}

.z-\[99999\] {
  z-index: 99999;
}

.m-0 {
  margin: 0px;
}

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

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

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

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

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

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

.ml-5 {
  margin-left: 1.25rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.max-h-0 {
  max-height: 0px;
}

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

.w-6 {
  width: 1.5rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-4xl {
  max-width: 56rem;
}

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

.\!flex-auto {
  flex: 1 1 auto !important;
}

.\!flex-none {
  flex: none !important;
}

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.overflow-hidden {
  overflow: hidden;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(41 54 73 / var(--tw-border-opacity));
}

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(20 143 208 / var(--tw-border-opacity));
}

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(41 54 73 / var(--tw-bg-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(20 143 208 / var(--tw-bg-opacity));
}

.bg-smoke {
  --tw-bg-opacity: 1;
  background-color: rgb(216 216 215 / var(--tw-bg-opacity));
}

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

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

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

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

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

.fill-black {
  fill: #000000;
}

.fill-primary {
  fill: #293649;
}

.fill-white {
  fill: #F2F2F2;
}

.p-0 {
  padding: 0px;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pb-6 {
  padding-bottom: 1.5rem;
}

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

.pl-2 {
  padding-left: 0.5rem;
}

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

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

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

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

.pr-2 {
  padding-right: 0.5rem;
}

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

.pr-6 {
  padding-right: 1.5rem;
}

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

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

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

.pt-6 {
  padding-top: 1.5rem;
}

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

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

.font-display {
  font-family: Manrope, sans-serif;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(41 54 73 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(20 143 208 / var(--tw-text-opacity));
}

.text-smoke {
  --tw-text-opacity: 1;
  color: rgb(216 216 215 / var(--tw-text-opacity));
}

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

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

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

.alignfull {
  margin: 0.5rem calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.alignwide {
  margin-left: -4rem;
  margin-right: -4rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  max-width: 1140px;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 640px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}

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

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: .;
  color: #4b5563;
}

/**
 * Basic global styling.
 */

/**
 * Typography
 */

html, body {
  font-family: Manrope, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5 {
  margin-bottom: 1rem !important;
  font-family: Manrope, sans-serif !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
}

h1 {
  font-size: 1.8rem;
  font-weight: 700;
}

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

h2 {
  font-size: 1.8rem;
  font-weight: 700;
}

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

h3 {
  font-size: 1.4rem;
}

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

h4 {
  font-size: 1.4rem;
}

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

h5 {
  font-size: 1.4rem;
}

p {
  margin-bottom: 1rem;
  line-height: 1.5rem;
}

p.lead {
  font-size: 1.4rem;
  line-height: 2rem;
}

a {
  --tw-text-opacity: 1;
  color: rgb(41 54 73 / var(--tw-text-opacity));
  text-decoration-line: underline;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

a:hover {
  --tw-text-opacity: 1;
  color: rgb(20 143 208 / var(--tw-text-opacity));
}

strong {
  font-weight: 600;
}

hr {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}

mark {
  background-color: rgb(20 143 208 / 0.15);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/**
 * Lists
 */

ul {
  margin-bottom: 1rem;
  margin-left: 1rem;
  list-style-type: disc;
  padding-left: 0.5rem;
}

ul li {
  margin-bottom: 0.5rem;
  color: inherit;
}

ul li ul {
  margin-top: 0.5rem;
  margin-bottom: 0px;
  list-style-type: circle;
}

ul li ul li ul {
  margin-top: 0.5rem;
  margin-bottom: 0px;
  list-style-type: square;
}

ol {
  margin-bottom: 1rem;
  list-style-type: decimal;
  padding-left: 1.25rem;
}

ol li {
  margin-bottom: 0.5rem;
}

ol li ol {
  margin-top: 0.5rem;
  margin-bottom: 0px;
}

.list-checks {
  margin-left: 0px;
  list-style-type: none;
  padding-left: 1.5rem;
}

.list-checks li {
  position: relative;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .list-checks li {
    font-size: 1.1rem;
  }
}

.list-checks li:before {
  position: absolute;
  left: 0px;
  margin-left: -1.5rem;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-content: '';
  content: var(--tw-content);
  background-size: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z' fill='%23E27C49'/%3E%3C/svg%3E");
}

/** 
 * WYSIWYG 
 */

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5 {
  margin-top: 2.5rem;
}

.wysiwyg h1:first-child,
.wysiwyg h2:first-child,
.wysiwyg h3:first-child,
.wysiwyg h4:first-child,
.wysiwyg h5:first-child {
  margin-top: 0px;
}

.wysiwyg p:last-of-type {
  margin-bottom: 0px;
}

/**
 * List elements
 */

.wysiwyg ul:not(.social-icons) {
  margin-bottom: 1rem;
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 1rem;
}

.wysiwyg ul li {
  margin-bottom: 0.5rem;
  list-style-position: outside;
}

.wysiwyg ol {
  margin-bottom: 1rem;
  list-style-type: decimal;
  padding-left: 1.25rem;
}

.wysiwyg ol li {
  margin-bottom: 0.5rem;
}

.wysiwyg ol li ol {
  margin-top: 0.5rem;
  margin-bottom: 0px;
}

/** 
 * Adminbar Fixed
 */

#wpadminbar {
  position: fixed;
}

/**
 * Animations
 */

/** Video Controls */

[data-block="banner"] video::-webkit-media-controls,
[data-block="banner"] video::-webkit-media-controls-panel,
[data-block="banner"] video::-webkit-media-controls-start-playback-button {
  opacity: 0 !important;
  display: none !important;
}

/**
 * ----- ----- -----
 * TOOL TIPS
 * ----- ----- ----- 
 */

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .label {
  visibility: hidden;
  position: absolute;
  top: 115%;
  z-index: 10;
  margin-left: -50px;
  width: 120px;
  border-radius: 0.5rem;
  background-color: rgb(41 54 73 / 0.2);
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  font-size: .8rem;
  --tw-text-opacity: 1;
  color: rgb(41 54 73 / var(--tw-text-opacity));
}

.tooltip:hover .label {
  visibility: visible;
}

/**
 * 
 */

input[type="checkbox"]:checked {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z' fill='white'/%3E%3C/svg%3E");
}

/**
 * Corrections
 */

[data-block="panels"][data-block-layout="labels"] + [data-block="accordion"][data-block-layout="standard"] > div {
  padding-top: 0px;
}

[data-block="classTimetable"][data-block-layout="standard"] + [data-block="accordion"][data-block-layout="standard"] > div {
  padding-top: 0px;
}

[data-block-background="bg-transparent"] + [data-block-background="bg-transparent"] > div,
[data-block-background="bg-transparent"] + [data-block="global-block"] [data-block-background="bg-transparent"] > div,
[data-block-background="bg-white"] + [data-block-background="bg-white"] > div,
[data-block-background="bg-white"] + [data-block="global-block"] [data-block-background="bg-white"] > div {
  padding-top: 0px;
}

[data-block="spacer"] + [data-block] > div,
[data-block="spacer"] + [data-block="global-block"] > [data-block] > div {
  padding-top: 1.5rem;
}

@media (min-width: 768px) {
  [data-block="spacer"] + [data-block] > div,
[data-block="spacer"] + [data-block="global-block"] > [data-block] > div {
    padding-top: 3.5rem;
  }
}

section[id] {
  scroll-margin-top: 100px;
}

.dynamic-submenu li.active a {
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(20 143 208 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(20 143 208 / var(--tw-text-opacity));
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.dynamic-submenu {
  scroll-behavior: smooth;
  overflow-x: auto
}

.dynamic-submenu a {
  text-decoration-line: none;
}

.admin-bar  .sticky-submenu {
  position: sticky;
  top: 150px;
}

.sticky-submenu {
  position: sticky;
  top: 118px;
}

@media (min-width: 768px) {
  .dynamic-submenu {
    display: flex;
  }

  .sticky-submenu {
    position: sticky;
    top: 106px;
  }

  .admin-bar .sticky-submenu {
    top: 136px;
  }
}

.header-widget {
  margin-top: 0.5rem;
}

.header-widget .sign-in {
  margin-top: -0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-weight: 400;
  text-decoration-line: none;
}

.header-widget ul li a {
  font-weight: 400;
  text-decoration-line: none;
}

.header-widget .user-name {
  white-space: nowrap;
  font-weight: 400;
}

.header-widget .user-name span,
.header-widget .user-name div {
  font-size: .9rem !important;
  text-decoration-line: none;
}

[data-element="global-notice"] {
  background-image: url("ata:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1986' height='45' viewBox='0 0 1986 45'%3E%3Cpath d='M0-20.026s500.816-21.39,997.316-21.39S1986-20.026,1986-20.026V3.583H0Z' transform='translate(0 41.416)' fill='%23148FD0'/%3E%3C/svg%3E");
}

/**
 * Views and element styling.
 @import "views/global/pagination.scss";
 @import "views/global/forms.scss";
 @import "views/global/table.scss";
 @import "views/global/basket.scss";
 */

/**
 * ----
 * Header styling
 * ----
 */

.header-clear {
  height: 118px;
}

@media (min-width: 768px) {
  .header-clear {
    height: 125px;
  }
}

.admin-bar .header-clear {
  height: 118px;
}

.top-header ul li {
  margin-bottom: 0px;
}

.top-header ul li a {
  font-size: 0.7rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.top-header ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(20 143 208 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .top-header ul li a {
    font-size: 0.9rem;
  }
}

/**
 * ----
 * Mobile Menu
 * ----
 */

/** Hamburger Menu */

header label.hamburger {
    top: 0 !important;
    left: 0 !important;
    width: 38px
  }

header label.hamburger {
    display: flex;
  }

@media (min-width: 1085px) {
    header label.hamburger {
      display: none;
    }
  }

header label.hamburger {
    cursor: pointer;
    flex-direction: column;
  }

header label.hamburger span {
      height: 1px;
      margin: 4px 0 4px auto
    }

header label.hamburger span {
      --tw-bg-opacity: 1;
      background-color: rgb(41 54 73 / var(--tw-bg-opacity));
    }

header label.hamburger span {
      transition: all .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    }

header label.hamburger span:nth-of-type(1),
            header label.hamburger span:nth-of-type(2),
            header label.hamburger span:nth-of-type(3) {
        width: 100%;
      }

header label.hamburger:hover span {
        --tw-bg-opacity: 1;
        background-color: rgb(20 143 208 / var(--tw-bg-opacity));
      }

header input[type="checkbox"] {
    display: none;
  }

header input[type="checkbox"]:checked ~ span:nth-of-type(1) {
      width: calc(100% + 1.5px);
      transform-origin: bottom;
      transform: translate(0px, 7px) rotatez(45deg);
    }

header input[type="checkbox"]:checked ~ span:nth-of-type(2) {
      transform-origin: top;
      transform: translate(1px, -2px) rotatez(-45deg);
    }

header input[type="checkbox"]:checked ~ span:nth-of-type(3) {
      display: none;
    }

/** Mobile Menu */

body[data-menu-state="1"] {
  overflow: hidden;
}

@media (min-width: 1085px) {
  body[data-menu-state="1"] {
    overflow-y: auto;
    overflow-x: hidden;
  }
}

[data-menu="mobile-menu"] {
  position: fixed;
  top: 165px;
  right: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(41 54 73 / var(--tw-bg-opacity));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1085px) {
  [data-menu="mobile-menu"] {
    display: none;
  }
}

.wpmm-fullwidth-wrap {
  display: none;
}

div:not(.admin-bar) [data-menu="mobile-menu"] {
  top: 118px;
}

[data-menu="mobile-menu"] > nav > div:not(.call-to-action) {
  position: relative;
  overflow: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
  max-height: calc(100vh - 200px);
}

[data-menu="mobile-menu"] > nav > div > ul > li.menu-item-has-children > ul {
  position: relative;
  top: 118px;
  overflow: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
  max-height: calc(100vh - 200px);
}

[data-menu="mobile-menu"] > nav > div ul {
  margin: 0px;
  list-style-type: none;
  overflow: auto;
  padding: 0px;
}

[data-menu="mobile-menu"] > nav > div > ul > li {
  position: relative;
  margin-bottom: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgb(242 242 242 / 0.2);
}

[data-menu="mobile-menu"] > nav > div > ul > li:first-of-type {
  border-top-width: 1px;
}

[data-menu="mobile-menu"] > nav > div > ul > li a {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Manrope, sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

[data-menu="mobile-menu"] > nav > div > ul > li > a:hover {
  --tw-text-opacity: 1;
  color: rgb(20 143 208 / var(--tw-text-opacity));
}

[data-menu="mobile-menu"] > nav > div > ul > li.menu-item-has-children > span {
  position: absolute;
  top: 0px;
  right: 10px;
  display: flex;
  height: 100%;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

[data-menu="mobile-menu"] > nav > div > ul > li.menu-item-has-children > span:before {
  height: 100%;
  width: 100%;
  background-position: right;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
  background-size: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l370.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128z' fill='white'/%3E%3C/svg%3E");
}

[data-menu="mobile-menu"] > nav > div > ul > li.menu-item-has-children > ul {
  margin: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(41 54 73 / var(--tw-bg-opacity));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 1rem;
  padding-bottom: 1rem;
  //background-size: 90%;
  //background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='314.609' height='517.462' viewBox='0 0 314.609 517.462'%3E%3Cg transform='translate(-20 57.032)' opacity='0.2'%3E%3Cpath d='M168.7,36.866,62.279,195.046l-8.808,14.325L.638,295.118l98.135-18.4,214.643-40.259L117.787,216.084,132.2,170.162,178.693,22Z' transform='translate(21.194 -79.032)' fill='%23e27c49'/%3E%3Cpath d='M214.327,125.678,0,167.581l195.778,18.873-14.064,46.031L136.362,381l9.875-14.949,105.207-158.99,8.7-14.388,52.178-86.152Z' transform='translate(20 79.428)' fill='%23e27c49'/%3E%3C/g%3E%3C/svg%3E");
}

[data-menu="mobile-menu"] > nav > div > ul > li.menu-item-has-children > ul > li {
  position: relative;
  margin-bottom: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgb(242 242 242 / 0.2);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

[data-menu="mobile-menu"] > nav > div > ul > li.menu-item-has-children > ul > li.section-title {
  margin-bottom: 0px;
  cursor: pointer;
}

[data-menu="mobile-menu"] > nav > div > ul > li.menu-item-has-children > ul > li.section-title:before {
  display: block;
  height: 1.5rem;
  width: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-content: '';
  content: var(--tw-content);
  background-size: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 288 480 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-370.7 0 73.4-73.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-128 128z' fill='white'/%3E%3C/svg%3E");
}

[data-menu="mobile-menu"] > nav > div > ul > li.menu-item-has-children > ul > li a {
  margin-bottom: 0px !important;
  display: block;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-family: Manrope, sans-serif;
  font-size: 1.1rem !important;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

[data-menu="mobile-menu"] > nav > div > ul > li.menu-item-has-children > ul > li > a > .description {
  margin-top: 0.75rem;
  display: block;
  font-size: .9rem;
  line-height: 1.375;
  opacity: 0.5;
}

[data-menu="mobile-menu"] > nav > div > ul > li.menu-item-has-children > ul {
  position: fixed;
  left: 100%;
  z-index: 10;
  margin: 0px;
  height: 100%;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

[data-menu="mobile-menu"] > nav > div > ul > li.menu-item-has-children > ul > li.menu-item-has-children > a {
  margin-bottom: 0px;
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Manrope, sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

[data-menu="mobile-menu"] > nav > div > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul {
  margin-left: 0px;
  display: none;
}

[data-menu="mobile-menu"] > nav > div > ul > li.menu-item-has-children > ul > li.menu-item-has-children[data-state="1"] > ul {
  display: block;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

[data-menu="mobile-menu"] > nav > div > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li > a {
  font-family: Manrope, sans-serif;
  font-size: 1.1rem;
  text-transform: none;
}

[data-menu="mobile-menu"] > nav > div > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li > a:hover {
  --tw-text-opacity: 1;
  color: rgb(20 143 208 / var(--tw-text-opacity));
}

[data-menu="mobile-menu"] > nav > div > ul > li.menu-item-has-children > ul > li.menu-item-has-children > span {
  position: absolute;
  top: 16px;
  right: 10px;
  display: flex;
  height: 26px;
  width: 80px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

[data-menu="mobile-menu"] > nav > div > ul > li.menu-item-has-children > ul > li.menu-item-has-children > span:before {
  height: 100%;
  width: 100%;
  background-position: right;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
  background-size: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l370.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128z' fill='white'/%3E%3C/svg%3E");
}

[data-menu="mobile-menu"] > nav > div > ul > li.menu-item-has-children > ul > li.menu-item-has-children[data-state="1"] > span {
  top: -16px;
  height: 80px;
  width: 26px;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

[data-menu="mobile-menu"] > nav > div > ul > li.menu-item-has-children > ul > li.menu-item-has-children[data-state="1"] > span:before {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

[data-menu="mobile-menu"] > nav > div > ul > li.menu-item-has-children[data-state="1"] > ul {
  left: 0px;
  top: 118px;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.admin-bar [data-menu="mobile-menu"] > nav > div > ul > li.menu-item-has-children[data-state="1"] > ul {
  left: 0px;
  top: 167px;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

[data-menu="mobile-menu"] > nav > div > ul > li.menu-item-has-children > ul > li > ul {
  margin-left: 1rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.5rem;
}

[data-menu="mobile-menu"] > nav > div > ul > li.menu-item-has-children > ul > li > ul > li {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}

[data-menu-state="0"] [data-menu="mobile-menu"] {
  right: -100%;
}

.admin-bar [data-menu="mobile-menu"] > nav > div:not(.call-to-action),
.admin-bar [data-menu="mobile-menu"] > nav > div > ul > li.menu-item-has-children > ul {
  top: 165px;
  max-height: calc(100vh - 220px);
}

.admin-bar [data-menu="mobile-menu"] > nav > div:not(.call-to-action),
.admin-bar [data-menu="mobile-menu"] > nav > div > ul > li.menu-item-has-children > ul > li > ul {
  top: 0px;
  max-height: calc(100vh - 220px);
}

/* default arrow */

li.arrow-link a:after {
  margin-left: 0.5rem;
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.555' height='18.79' viewBox='0 0 18.555 18.79'%3E%3Cg transform='translate(16.585 11.399) rotate(135)'%3E%3Cline x1='14' transform='translate(0.167 6.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline x1='7.333' y2='7.33' transform='translate(0.166 -0.831)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline x1='7.333' y1='7.333' transform='translate(0 6.667)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* hover arrow with stroke color #148FD0 */

li.arrow-link a:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.555' height='18.79' viewBox='0 0 18.555 18.79'%3E%3Cg transform='translate(16.585 11.399) rotate(135)'%3E%3Cline x1='14' transform='translate(0.167 6.5)' fill='none' stroke='%23148FD0' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline x1='7.333' y2='7.33' transform='translate(0.166 -0.831)' fill='none' stroke='%23148FD0' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline x1='7.333' y1='7.333' transform='translate(0 6.667)' fill='none' stroke='%23148FD0' stroke-linecap='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");
}

/**
 * Footer styling
 */

footer ul.menu {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

footer ul.menu li {
  margin-bottom: 0px;
}

footer ul.menu li a {
  font-size: .8rem;
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity));
  text-decoration-line: none;
}

footer ul.menu li a:hover {
  --tw-text-opacity: 1;
  color: rgb(20 143 208 / var(--tw-text-opacity));
}

footer [data-menu="legal-menu"] ul {
  display: flex;
  list-style-type: none;
  flex-direction: row;
  gap: 1rem;
}

footer [data-menu="legal-menu"] ul li a {
  font-size: .8rem;
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity));
}

footer [data-element="legal"] a {
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity));
  text-decoration-line: none;
}

footer [data-element="legal"] a:hover {
  --tw-text-opacity: 1;
  color: rgb(20 143 208 / var(--tw-text-opacity));
}

/**
 * Mega menu styling.
 */

/*header nav,
header nav > div,
header nav > div > ul {
    @apply h-full;
}
.wpmm-fullwidth-wrap {
    @apply hidden;
}*/

/** Mobile menu toggle */

/*.wpmm_mobile_menu_btn {
    @apply hidden;
}*/

/** Top level  */

/*.wpmm-nav-wrap > ul {
    @apply flex h-full items-center list-none pl-0 mb-0;
}
.wpmm-nav-wrap > ul > li {
    @apply h-full mb-0 pr-8 flex items-center;
}
.wpmm-nav-wrap > ul > li:last-child {
    @apply pr-0;
}
.wpmm-nav-wrap > ul > li > a {
    @apply font-bold text-white hover:text-primary hover:no-underline;
}*/

/** Show/Hide on Hover */

/*.wpmm-nav-wrap > ul > li > div {
    @apply hidden;
}
.wpmm-nav-wrap > ul > li > a {
    @apply h-full flex items-center border-b-2 border-transparent border-solid;
}
.wpmm-nav-wrap > ul > li:hover > a {
    @apply border-primary;
}
.wpmm-nav-wrap > ul > li:hover > div {
    @apply block fixed;
}*/

/**
 * General menu item elements
 */

/*.wpmm-nav-wrap .wpmm_item_description {
    @apply block text-grey text-[0.8rem];
}*/

/** Expanded menu */

/*.wpmm-nav-wrap > ul > li > ul,
.wpmm-nav-wrap > ul > li > div {
    top: 66px;
    @apply bg-black w-full fixed left-0 right-0 border-b-[1px] border-grey border-solid;
}
.wpmm-nav-wrap > ul > li > ul {
    !** Hidden invalid menu stretch *!
    @apply hidden;
}
.wpmm-nav-wrap > ul > li > div > ul {
    @apply relative container mx-auto max-w-7xl;
}
.wpmm-nav-wrap > ul > li > div > ul > li.wpmm-row {
    @apply py-6;
}
.wpmm-nav-wrap > ul > li > div > ul > li.wpmm-row > ul {
    @apply flex items-start relative;
}
.wpmm-nav-wrap > ul > li > div > ul > li.wpmm-row > ul > .wpmm-col-3 {
    @apply w-3/12;
}
.wpmm-nav-wrap > ul > li > div > ul > li.wpmm-row > ul > .wpmm-col-4 {
    @apply w-4/12 px-6;
}
.wpmm-nav-wrap > ul > li > div > ul > li.wpmm-row > ul > .wpmm-col > ul {
    @apply pr-6;
}
.wpmm-nav-wrap > ul > li > div > ul > li.wpmm-row > ul > .wpmm-col:last-child > ul {
    @apply pr-0;
}
.wpmm-nav-wrap > ul > li > div > ul > li.wpmm-row > ul > .wpmm-col ul li.wpmm-type-item {
    @apply border-b-[1px] border-solid border-grey;
}
.wpmm-nav-wrap > ul > li > div > ul > li.wpmm-row > ul > .wpmm-col ul li.wpmm-type-item:first-child {
    @apply border-t-[1px] border-solid border-grey;
}
.wpmm-nav-wrap > ul > li > div > ul > li.wpmm-row > ul > .wpmm-col ul li a {
    @apply text-white px-2 py-3 block hover:text-primary hover:opacity-100 hover:pl-3;
}*/

/** Sub Sub Menu */

/*.wpmm-nav-wrap > ul > li > div > ul > li.wpmm-row > ul > .wpmm-col > ul > li > .wp-megamenu-sub-menu {
    @apply absolute top-0 left-auto right-0 hidden;
}
.wpmm-nav-wrap > ul > li > div > ul > li.wpmm-row > ul > .wpmm-col-4 > ul > li > .wp-megamenu-sub-menu {
    @apply w-4/12 px-6;
}
.wpmm-nav-wrap > ul > li > div > ul > li.wpmm-row > ul > .wpmm-col > ul > li.menu-item--active > .wp-megamenu-sub-menu {
    @apply block;
}*/

/**
 * Admin styling.
 */

/*.admin-bar .wpmm-nav-wrap > ul > li > ul,
.admin-bar .wpmm-nav-wrap > ul > li > div {
    top: 98px;
}*/

/**
 * Widget Styling
 */

/*.wpmm-type-widget {

    img {
        @apply w-full h-auto mb-4;
    }

    a.button {
        @apply mt-2 inline-block uppercase hover:no-underline bg-primary text-black border-solid border-primary border-[1px] text-center py-2 px-6 hover:text-white hover:bg-transparent;
        @apply text-black hover:text-white hover:px-6 !important;
    }
}*/

/**
 * Custom styling.
 */

/*.wpmm-nav-wrap > ul > li > div > ul > li.wpmm-row > ul > .wpmm-col ul li.wpmm-type-item {
    !* @apply relative; *!
}
.wpmm-nav-wrap > ul > li > div > ul > li.wpmm-row > ul > .wpmm-col ul li.menu-item-has-children a {
    @apply relative;
}
.wpmm-nav-wrap > ul > li > div > ul > li.wpmm-row > ul > .wpmm-col ul li.menu-item-has-children a > span:after {
    @apply content-[''] block absolute w-[30px] top-1/2 -translate-y-2/4 bg-no-repeat bg-contain text-white right-0 h-[15px] opacity-50 ease-in-out duration-300 pointer-events-none select-none;
    background-image: url(../img/slider-right-arrow.png);
}
.wpmm-nav-wrap > ul > li > div > ul > li.wpmm-row > ul > .wpmm-col ul li.menu-item-has-children a:hover > span:after {
    @apply opacity-100;
}*/

/**
 * ----
 * Desktop Menu
 * ----
 * This is s WP Mega Menu Styling
 */

[data-menu="desktop"] {
  display: none;
  font-family: Manrope, sans-serif;
}

@media (min-width: 1085px) {
  [data-menu="desktop"] {
    display: block;
  }
}

[data-menu="desktop"] {
  /* Find: Desktop Breakpoint */
}

[data-menu="desktop"] .wpmm-fullwidth-wrap {
  display: none;
}

[data-menu="desktop"] .wpmm-nav-wrap > ul {
  margin: 0px;
  display: flex;
  list-style-type: none;
  align-items: center;
  padding: 0px;
}

[data-menu="desktop"] .wpmm-nav-wrap > ul > li {
  margin-bottom: 0px;
}

[data-menu="desktop"] .wpmm-nav-wrap > ul > li > a {
  cursor: pointer;
  border-radius: 9999px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(41 54 73 / var(--tw-text-opacity));
  text-decoration-line: none;
}

[data-menu="desktop"] .wpmm-nav-wrap > ul > li > a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(41 54 73 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity));
}

[data-menu="desktop"] .wpmm-nav-wrap > ul > li:hover > a {
  --tw-bg-opacity: 1;
  background-color: rgb(41 54 73 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity));
}

[data-menu="desktop"] .wpmm-nav-wrap > ul > li.menu-item-has-children {
  margin-top: 1px;
}

[data-menu="desktop"] .wpmm-nav-wrap > ul > li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
}

[data-menu="desktop"] .wpmm-nav-wrap > ul > li.menu-item-has-children > a:after {
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 429.3l22.6-22.6 192-192L493.3 192 448 146.7l-22.6 22.6L256 338.7 86.6 169.4 64 146.7 18.7 192l22.6 22.6 192 192L256 429.3z' fill='%23293649'/%3E%3C/svg%3E");
}

[data-menu="desktop"] .wpmm-nav-wrap > ul > li.menu-item-has-children:hover > a:after {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 429.3l22.6-22.6 192-192L493.3 192 448 146.7l-22.6 22.6L256 338.7 86.6 169.4 64 146.7 18.7 192l22.6 22.6 192 192L256 429.3z' fill='%23fff'/%3E%3C/svg%3E");
}

/** Mega Menu */

[data-menu="desktop"] .wpmm-nav-wrap > ul > li.menu-item-has-children ul {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

[data-menu="desktop"] .wpmm-nav-wrap > ul > li.menu-item-has-children > ul {
  top: calc(100% - 1rem);
  position: absolute;
  left: 0px;
  display: none;
  width: 100%;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(216 216 215 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

[data-menu="desktop"] .wpmm-nav-wrap > ul > li.menu-item-has-children:hover > ul {
  display: block;
}

[data-menu="desktop"] .wpmm-nav-wrap > ul > li.menu-item-has-children > ul > li.wpmm-row {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 640px) {
  [data-menu="desktop"] .wpmm-nav-wrap > ul > li.menu-item-has-children > ul > li.wpmm-row {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  [data-menu="desktop"] .wpmm-nav-wrap > ul > li.menu-item-has-children > ul > li.wpmm-row {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  [data-menu="desktop"] .wpmm-nav-wrap > ul > li.menu-item-has-children > ul > li.wpmm-row {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  [data-menu="desktop"] .wpmm-nav-wrap > ul > li.menu-item-has-children > ul > li.wpmm-row {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  [data-menu="desktop"] .wpmm-nav-wrap > ul > li.menu-item-has-children > ul > li.wpmm-row {
    max-width: 1536px;
  }
}

[data-menu="desktop"] .wpmm-nav-wrap > ul > li.menu-item-has-children > ul > li.wpmm-row {
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

[data-menu="desktop"] .wpmm-nav-wrap > ul > li.menu-item-has-children > ul > li.wpmm-row > ul {
  display: flex;
}

[data-menu="desktop"] .wpmm-nav-wrap > ul > li.menu-item-has-children > ul > li.wpmm-row > ul > li.wpmm-col {
  width: 100%;
}

[data-menu="desktop"] .wpmm-nav-wrap > ul > li.menu-item-has-children > ul > li.wpmm-row > ul > li.wpmm-col.wpmm-col-3 {
  width: 25%;
}

[data-menu="desktop"] .wpmm-nav-wrap > ul > li.menu-item-has-children > ul > li.wpmm-row > ul > li.wpmm-col > ul {
  padding: 1rem;
}

[data-menu="desktop"] .wpmm-nav-wrap > ul > li.menu-item-has-children > ul > li.wpmm-row > ul > li.wpmm-col:first-of-type > ul {
  padding-left: 0px;
}

[data-menu="desktop"] .wpmm-nav-wrap > ul > li.menu-item-has-children > ul > li.wpmm-row > ul > li.wpmm-col:last-of-type > ul,
[data-menu="desktop"] .wpmm-nav-wrap > ul > li.menu-item-has-children > ul > li.wpmm-row > ul > li.wpmm-col:last-of-type > ul > li {
  height: 100%;
  min-height: 26rem;
  padding: 0px;
}

[data-menu="desktop"] .wpmm-nav-wrap > ul > li.menu-item-has-children > ul > li.wpmm-row > ul > li.wpmm-col > ul > li.wpmm-type-widget:not(.wpmm-type-item) {
  margin-top: 2rem;
  /* Text Widget */
}

[data-menu="desktop"] .wpmm-nav-wrap > ul > li.menu-item-has-children > ul > li.wpmm-row > ul > li.wpmm-col > ul > li.wpmm-type-widget:not(.wpmm-type-item):first-of-type {
  margin-top: 0px;
  /* Text Widget First */
}

[data-menu="desktop"] .wpmm-nav-wrap > ul > li.menu-item-has-children > ul > li.wpmm-row > ul > li.wpmm-col > ul > li.wpmm-type-item {
  margin-bottom: 0px;
}

[data-menu="desktop"] .wpmm-nav-wrap > ul > li.menu-item-has-children > ul > li.wpmm-row > ul > li.wpmm-col > ul > li.wpmm-type-widget > h4 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(41 54 73 / var(--tw-text-opacity));
}

[data-menu="desktop"] .wpmm-nav-wrap > ul > li.menu-item-has-children > ul > li.wpmm-row > ul > li.wpmm-col > ul > li.wpmm-type-item:first-child > a {
  font-size: .9rem;
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity));
}

[data-menu="desktop"] .wpmm-nav-wrap > ul > li.menu-item-has-children > ul > li.wpmm-row > ul > li.wpmm-col > ul > li.wpmm-type-item:first-child > a:hover {
  --tw-text-opacity: 1;
  color: rgb(41 54 73 / var(--tw-text-opacity));
  text-decoration-line: none;
}

[data-menu="desktop"] .wpmm-nav-wrap > ul > li.menu-item-has-children > ul > li.wpmm-row > ul > li.wpmm-col > ul > li.wpmm-type-item:not(:first-child) > a {
  margin: 0px;
  font-size: 0.9rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(41 54 73 / var(--tw-text-opacity));
  text-decoration-line: none;
}

[data-menu="desktop"] .wpmm-nav-wrap > ul > li.menu-item-has-children > ul > li.wpmm-row > ul > li.wpmm-col > ul > li.wpmm-type-item:not(:first-child) > a:hover {
  --tw-text-opacity: 1;
  color: rgb(20 143 208 / var(--tw-text-opacity));
  text-decoration-line: none;
}

[data-menu="desktop"] .wpmm-nav-wrap > ul > li.menu-item-has-children > ul > li.wpmm-row > ul > li.wpmm-col > ul > li.wpmm-type-item > ul > li > ul > li > ul > li > a {
  font-size: 1.1rem;
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity));
}

[data-menu="desktop"] .wpmm-nav-wrap > ul > li.menu-item-has-children > ul > li.wpmm-row > ul > li.wpmm-col > ul > li.wpmm-type-item > a > span {
  margin-top: 1rem;
  margin-bottom: 0px;
  display: block;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  color: rgb(242 242 242 / 0.7);
}

/* Woocommerce image classes override */

.woocommerce .wpmm-nav-wrap img, .woocommerce-page .wpmm-nav-wrap img {
  height: 100%;
}

#singleListingMap {
  z-index: 30;
}

/**
 * Blocks and component styling.
 @import "views/blocks/banner.scss";
 @import "views/global/breadcrumbs.scss";
 @import "views/blocks/blog.scss";
 @import "views/blocks/featurelist.scss";
 @import "views/blocks/carousel.scss";
 @import "views/blocks/testimonials.scss";
 @import "views/blocks/accordion.scss";
 @import "views/blocks/productaccordion.scss";
 @import "views/blocks/product-filters.scss";
 @import "views/blocks/panels.scss";
 @import "views/blocks/relatedPosts.scss";
 */

/*
@import "views/blocks/tabs.scss";
@import "views/blocks/tutors.scss";
@import "views/blocks/testimonials.scss";
@import "views/blocks/images.scss";
@import "views/blocks/product.scss";
@import "views/blocks/notice.scss";
@import "views/blocks/features.scss";
@import "views/blocks/layered.scss";
@import "views/blocks/navigation.scss";

*/

/**
 * Woocommerce
 @import "views/woocommerce/cart.scss";
 @import "views/woocommerce/account.scss";
 @import "views/woocommerce/checkout.scss";
 @import "views/woocommerce/notices.scss";
 @import "views/woocommerce/single-product.scss";  
 @import "views/blocks/product-categories.scss";  
 */

/**
 * Plugins
 @import "views/global/fancybox.scss";
 @import "views/global/agile-store-locator.scss";
 */

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-carousel,.owl-carousel .owl-item{
  -webkit-tap-highlight-color:transparent;
  position:relative
}

.owl-carousel{
  display:none;
  width:100%;
  z-index:1
}

.owl-carousel .owl-stage{
  position:relative;
  touch-action:manipulation;
  -moz-backface-visibility:hidden
}

.owl-carousel .owl-stage:after{
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0
}

.owl-carousel .owl-stage-outer{
  position:relative;
  -webkit-transform:translate3d(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper{
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -webkit-transform:translate3d(0,0,0);
  -moz-transform:translate3d(0,0,0);
  -ms-transform:translate3d(0,0,0)
}

.owl-carousel .owl-item{
  min-height:1px;
  float:left;
  -webkit-backface-visibility:hidden;
  -webkit-touch-callout:none
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{
  display:none
}

.no-js .owl-carousel,.owl-carousel.owl-loaded{
  display:block
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{
  cursor:pointer;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{
  background:0 0;
  color:inherit;
  border:none;
  padding:0!important;
  font:inherit
}

.owl-carousel.owl-loading{
  opacity:0;
  display:block
}

.owl-carousel.owl-hidden{
  opacity:0
}

.owl-carousel.owl-refresh .owl-item{
  visibility:hidden
}

.owl-carousel.owl-drag .owl-item{
  touch-action:pan-y;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none
}

.owl-carousel.owl-grab{
  cursor:move;
  cursor:grab
}

.owl-carousel.owl-rtl{
  direction:rtl
}

.owl-carousel.owl-rtl .owl-item{
  float:right
}

.owl-carousel .animated{
  animation-duration:1s;
  animation-fill-mode:both
}

.owl-carousel .owl-animated-in{
  z-index:0
}

.owl-carousel .owl-animated-out{
  z-index:1
}

.owl-carousel .fadeOut{
  animation-name:fadeOut
}

@keyframes fadeOut{
  0%{
    opacity:1
  }

  100%{
    opacity:0
  }
}

.owl-height{
  transition:height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy{
  opacity:0;
  transition:opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{
  max-height:0
}

.owl-carousel .owl-item img.owl-lazy{
  transform-style:preserve-3d
}

.owl-carousel .owl-video-wrapper{
  position:relative;
  height:100%;
  background:#000
}

.owl-carousel .owl-video-play-icon{
  position:absolute;
  height:80px;
  width:80px;
  left:50%;
  top:50%;
  margin-left:-40px;
  margin-top:-40px;
  background:url(owl.video.play.png) no-repeat;
  cursor:pointer;
  z-index:1;
  -webkit-backface-visibility:hidden;
  transition:transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover{
  transform:scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{
  display:none
}

.owl-carousel .owl-video-tn{
  opacity:0;
  height:100%;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:contain;
  transition:opacity .4s ease
}

.owl-carousel .owl-video-frame{
  position:relative;
  z-index:1;
  height:100%;
  width:100%
}

.owl-carousel .owl-stage {
  display: flex;
}

.owl-dots {
  margin-top: 16px;
}

.owl-dots .owl-dot span {
  margin: 0 6px;
  border-radius: 20px;
  display: block;
  width: 16px;
  height: 16px;
  background: rgba(0,0,0,0.4);
}

.owl-dots .owl-dot.active span {
  background: rgba(0,0,0,0.6);
}

@font-face {
  font-family: 'Modern Tropical Script';

  src: url('../fonts/ModernTropicalScript-Regular.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

@media (min-width: 1085px) {
  .header-breakpoint\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 640px) {
    .header-breakpoint\:container {
      max-width: 640px;
    }
  }

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

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

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

  @media (min-width: 1536px) {
    .header-breakpoint\:container {
      max-width: 1536px;
    }
  }
}

.hover\:h-10:hover {
  height: 2.5rem;
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(41 54 73 / var(--tw-bg-opacity));
}

.hover\:bg-primary\/70:hover {
  background-color: rgb(41 54 73 / 0.7);
}

.hover\:fill-secondary:hover {
  fill: #148FD0;
}

@media (min-width: 768px) {
  .md\:max-h-\[60px\] {
    max-height: 60px;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

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

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

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

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

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

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

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

  .md\:text-right {
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .lg\:w-full {
    width: 100%;
  }

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

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

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

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

  .lg\:pr-0 {
    padding-right: 0px;
  }
}

@media (min-width: 1085px) {
  .header-breakpoint\:\!block {
    display: block !important;
  }

  .header-breakpoint\:\!flex {
    display: flex !important;
  }

  .header-breakpoint\:\!hidden {
    display: none !important;
  }

  .header-breakpoint\:\!w-1\/3 {
    width: 33.333333% !important;
  }

  .header-breakpoint\:w-1\/3 {
    width: 33.333333%;
  }

  .header-breakpoint\:flex-row {
    flex-direction: row;
  }

  .header-breakpoint\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1140px) {
  .xl\:max-w-7xl {
    max-width: 80rem;
  }

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