/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./assets/src/css/main.css ***!
  \*********************************************************************************************************************/
/*
! tailwindcss v3.0.22 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
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. 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-size: 1em; /* 2 */
}

/*
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-size: 100%; /* 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;
}

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --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-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: 16px;
  padding-left: 16px;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
    padding-right: 0;
    padding-left: 0;
  }
}
.container {
  max-width: 100%;
}
@media (min-width: 640px) {

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

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

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

  .container {
    max-width: 1170px;
  }
}
::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(209 10 17 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(209 10 17 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #E5E5E5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    text-transform: uppercase;
}
p {
  font-size: 16px;
  line-height: 164.1%;
  --tw-text-opacity: 1 !important;
  color: rgb(79 79 79 / var(--tw-text-opacity)) !important;
    margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}
select {
    border: 1px solid #ccc;
}
textarea {
    width: 100%;
}
input {
  accent-color: #004e9d;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  --tw-text-opacity: 1;
  color: rgb(0 1 43 / var(--tw-text-opacity));
}
a:visited {
  --tw-text-opacity: 1;
  color: rgb(0 1 43 / var(--tw-text-opacity));
}
a:focus, a:active {
  --tw-text-opacity: 1;
  color: rgb(0 1 43 / var(--tw-text-opacity));
}
a:focus {
        outline: thin dotted;
    }
a:hover {
        color: #d10a11;
    }
a:hover,
    a:active {
        outline: 0;
    }
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}
.widget select {
    max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5em;
}
.updated:not(.published) {
    display: none;
}
.page-content,
.entry-content,
.entry-summary {
    margin: .5em 0 0;
}
@media (min-width: 640px){
.page-content,
.entry-content,
.entry-summary {
        margin: 1em 0 0
}
    }
@media (min-width: 768px){
.page-content,
.entry-content,
.entry-summary {
        margin: 0.5em 0 0
}
    }
@media (min-width: 1024px){
.page-content,
.entry-content,
.entry-summary {
        margin: 1.5em 0 0
}
    }
@media (min-width: 1280px){
.page-content,
.entry-content,
.entry-summary {
        margin: 2.5em 0 0
}
    }
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
/*--------------------------------------------------------------
## site logo
--------------------------------------------------------------*/
.sitelogo img{
        margin: 0 auto;
    }
@media (min-width: 1280px){
.sitelogo.pagedefault img{
            margin: 0 auto!important
    }
        }
/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.content-404 {
  display: flex;
  min-height: 60vh;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.content-404__header {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.content-404__header img {
  margin-bottom: 1.5rem;
            max-width: 310px;
            width: 310px;
}
.content-404__body {
  margin-bottom: 1.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.content-404__body h2 {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {

  .content-404__body h2 {
    font-size: 48px;
    line-height: 108.5%;
  }
}
@media (min-width: 1280px) {

  .content-404__body h2 {
    font-size: 64px;
    line-height: 103%;
  }
}
.content-404__link {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.content-confirmation {
  display: flex;
  min-height: 60vh;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.content-confirmation__body {
  margin-bottom: 1.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.content-confirmation__body img {
  margin-bottom: 0.5rem;
            max-width: 100px;
            width: 100px;
}
.content-confirmation__body h2 {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {

  .content-confirmation__body h2 {
    font-size: 48px;
    line-height: 108.5%;
  }
}
@media (min-width: 1280px) {

  .content-confirmation__body h2 {
    font-size: 64px;
    line-height: 103%;
  }
}
.content-confirmation__body a {
  margin-top: 1.5rem;
}
.site__nav ul {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.site__nav ul li {
  margin-bottom: 0px;
  list-style-type: none;
}
.site__nav ul li:not(:first-child) {
  margin-left: 2rem;
}
.site__nav ul li a {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 1 43 / var(--tw-text-opacity));
}
.site__nav ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #d10a11;
          text-decoration-color: #d10a11;
}
.site-footer {
  padding-top: 24px;
  padding-bottom: 20px;
}
.site-footer .copyright {
  grid-column: span 12 / span 12;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {

  .site-footer .copyright {
    grid-column: span 6 / span 6;
  }

  .site-footer .copyright {
    justify-content: flex-start;
  }
}
.site-footer .copyright p {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: Rajdhani, sans-serif;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
@media (min-width: 768px) {

  .site-footer .copyright p {
    margin-bottom: 0px;
  }
}
.site-footer .copyright p{
            font-style: normal;
            font-weight: 700!important;
            font-size: 14px!important;
            line-height: 160%;
            align-items: center;
            letter-spacing: 0.05em;
            text-transform: uppercase;
        }
.site-footer .copyright p strong {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {

  .site-footer .copyright p strong {
    display: inline-block;
  }

  .site-footer .copyright p strong {
    width: auto;
  }
}
.site-footer .legal {
  grid-column: span 12 / span 12;
  justify-content: flex-end;
  text-align: center;
}
@media (min-width: 1024px) {

  .site-footer .legal {
    grid-column: span 6 / span 6;
  }

  .site-footer .legal {
    text-align: right;
  }
}
.site-footer .legal a {
  position: relative;
  display: block;
  background-color: transparent;
  padding: 0px;
  padding-right: 8px;
  font-family: Rajdhani, sans-serif;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
@media (min-width: 768px) {

  .site-footer .legal a {
    display: inline-block;
  }
}
.site-footer .legal a{
            font-style: normal;
            font-weight: 700!important;
            font-size: 14px;
            line-height: 160%;
            align-items: center;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            margin-bottom: 0;
            transition: all 0.2s ease-in-out;
        }
.site-footer .legal a:hover {
                color: #d10a11!important;
            }
.site-footer .legal a:after {
  position: absolute;
  top: 6px;
  bottom: 4px;
  display: none;
}
@media (min-width: 768px) {

  .site-footer .legal a:after {
    display: inline-block;
  }
}
.site-footer .legal a:after{
                content:'';
                margin-left: 6px;
                border-right: 1px solid #FFFFFF;
                height: 10px;
            }
.site-footer .legal a:last-of-type{
                padding-right: 0!important;
            }
.site-footer .legal a:last-of-type:after{
                    display: none;
                }
@font-face {
  font-family: 'icomoon';
  src:  url(../css/fonts/icomoon.eot);
  src:  url(../css/fonts/icomoon.eot#iefix) format('embedded-opentype'),
    url(../css/fonts/icomoon.ttf) format('truetype'),
    url(../css/fonts/icomoon.woff) format('woff'),
    url(../img/icomoon.svg#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-youtube--d:before {
  content: "\e906";
}
.icon-yelp--d:before {
  content: "\e90e";
}
.icon-twitter--d:before {
  content: "\e915";
}
.icon-linkedin--d:before {
  content: "\e91f";
}
.icon-instagram--d:before {
  content: "\e936";
}
.icon-google-plus--d:before {
  content: "\e939";
}
.icon-facebook--d:before {
  content: "\e94a";
}
.fs1 {
  grid-column: span 3 / span 3;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.fs1 [class^="icon-"], .fs1 [class*=" icon-"]{
            font-size: 64px;
        }
/*--------------------------------------------------------------
    Social Icons - Style
--------------------------------------------------------------*/
.social-icons {
        justify-content: flex-start;
    }
.social-icons ul {
            display: flex;
            justify-content: space-between;
            padding-right: 0px;
            margin-left: 0 !important;
            width: 100%;
        }
@media (min-width: 1024px) {
.social-icons ul {
                justify-content: center
        }
            }
.social-icons ul li {
                display: flex;
                margin-bottom: 0;
                width: 30px;
                padding-left: 0 !important;
            }
.social-icons ul li:before {
                    display: none;
                }
@media (min-width: 1024px) {
.social-icons ul li {
                    width: 25px
            }
                }
.social-icons a {
            transition: all 300ms ease-out;
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: center;
        }
.social-icons a i{
                color: black;
            }
.social-icons a:hover i{
                    color: red;
                }
/*--------------------------------------------------------------
    List Social Icons
--------------------------------------------------------------*/
.icon-instagram_icon-12:before {
  content: "\e918";
}
.icon-pinterest_icon-2:before {
  content: "\e91a";
}
.icon-pinterest_icon-3:before {
  content: "\e91c";
}
.icon-pinterest_icon-1:before {
  content: "\e91d";
}
.icon-pinterest_icon-4:before {
  content: "\e91e";
}
.icon-pinterest_icon:before {
  content: "\e920";
}
.icon-rss_icon:before {
  content: "\e902";
}
.icon-rss_icon-2:before {
  content: "\e903";
}
.icon-rss_icon-1:before {
  content: "\e911";
}
.icon-rss_icon-3:before {
  content: "\e912";
}
.icon-youtube_icon-1:before {
  content: "\e900";
}
.icon-youtube_icon-2:before {
  content: "\e901";
}
.icon-youtube_icon-4:before {
  content: "\e904";
}
.icon-youtube_icon-5:before {
  content: "\e905";
}
.icon-youtube_icon:before {
  content: "\e906";
}
.icon-youtube_icon-6:before {
  content: "\e907";
}
.icon-youtube_icon-7:before {
  content: "\e908";
}
.icon-youtube_icon-8:before {
  content: "\e909";
}
.icon-youtube_icon-9:before {
  content: "\e90a";
}
.icon-youtube_icon-10:before {
  content: "\e90b";
}
.icon-yelp_icon-1:before {
  content: "\e90c";
}
.icon-yelp_icon-2:before {
  content: "\e90d";
}
.icon-yelp_icon:before {
  content: "\e90e";
}
.icon-twitter_icon-2:before {
  content: "\e90f";
}
.icon-twitter_icon-3:before {
  content: "\e910";
}
.icon-twitter_icon:before {
  content: "\e913";
}
.icon-twitter_icon-1:before {
  content: "\e914";
}
.icon-twitter_icon-4:before {
  content: "\e915";
}
.icon-twitter_icon-5:before {
  content: "\e916";
}
.icon-twitter_icon-6:before {
  content: "\e917";
}
.icon-linkedin_icon-4:before {
  content: "\e919";
}
.icon-linkedin_icon-12:before {
  content: "\e91b";
}
.icon-linkedin_icon-2:before {
  content: "\e91f";
}
.icon-linkedin_icon-7:before {
  content: "\e923";
}
.icon-linkedin_icon-8:before {
  content: "\e924";
}
.icon-linkedin_icon-9:before {
  content: "\e925";
}
.icon-linkedin_icon-10:before {
  content: "\e926";
}
.icon-linkedin_icon-11:before {
  content: "\e927";
}
.icon-linkedin_icon-13:before {
  content: "\e928";
}
.icon-instagram_icon-2:before {
  content: "\e929";
}
.icon-instagram_icon-3:before {
  content: "\e92a";
}
.icon-instagram_icon-4:before {
  content: "\e92b";
}
.icon-instagram_icon-6:before {
  content: "\e930";
}
.icon-instagram_icon-7:before {
  content: "\e931";
}
.icon-instagram_icon-8:before {
  content: "\e932";
}
.icon-instagram_icon-9:before {
  content: "\e933";
}
.icon-instagram_icon:before {
  content: "\e934";
}
.icon-instagram_icon-1:before {
  content: "\e935";
}
.icon-instagram_icon-10:before {
  content: "\e936";
}
.icon-instagram_icon-11:before {
  content: "\e937";
}
.icon-google-plus_icon-1:before {
  content: "\e938";
}
.icon-google-plus_icon-4:before {
  content: "\e939";
}
.icon-google-plus_icon-5:before {
  content: "\e93a";
}
.icon-google-plus_icon-6:before {
  content: "\e93b";
}
.icon-google-plus_icon:before {
  content: "\e93d";
}
.icon-google-plus_icon-2:before {
  content: "\e93e";
}
.icon-google-plus_icon-3:before {
  content: "\e93f";
}
.icon-google-plus_icon-8:before {
  content: "\e940";
}
.icon-facebook_icon-2:before {
  content: "\e941";
}
.icon-facebook_icon-3:before {
  content: "\e942";
}
.icon-facebook_icon-4:before {
  content: "\e943";
}
.icon-facebook_icon-5:before {
  content: "\e944";
}
.icon-facebook_icon-7:before {
  content: "\e947";
}
.icon-facebook_icon-8:before {
  content: "\e948";
}
.icon-facebook_icon-9:before {
  content: "\e949";
}
.icon-facebook_icon-10:before {
  content: "\e94a";
}
.icon-facebook_icon-11:before {
  content: "\e94b";
}
/*--------------------------------------------------------------
    Custom
--------------------------------------------------------------*/
*,
*:before,
*:after {
    box-sizing: inherit;
}
*,
.*{
    -webkit-hyphens: inherit;
        -ms-hyphens: inherit;
            hyphens: inherit;
}
.post,
.page,cus
.site{
	margin: 0;
	padding: 0;
    overflow-x: hidden;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {

  .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 1536px){
.container{
        max-width: 1140px
}
    }
html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-size: 18px;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Rajdhani, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 1 43 / var(--tw-text-opacity));
    clear: both;
    text-transform: uppercase;
}
h1 {
  font-size: 32px;
  line-height: 108.5%;
}
@media (min-width: 640px) {

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

  h1 {
    font-size: 64px;
    line-height: 103%;
  }
}
h2 {
  font-size: 32px;
  line-height: 108.5%;
}
@media (min-width: 640px) {

  h2 {
    font-size: 48px;
    line-height: 108.5%;
  }
}
h3 {
  font-size: 24px;
  line-height: 140%;
}
@media (min-width: 768px) {

  h3 {
    font-size: 32px;
    line-height: 108.5%;
  }
}
h4 {
  font-size: 18px;
  line-height: 140%;
}
@media (min-width: 768px) {

  h4 {
    font-size: 24px;
    line-height: 140%;
  }
}
h5 {
  font-size: 18px;
  line-height: 140%;
}
h6 {
  font-size: 14px;
  line-height: 140%;
}
p {
  font-family: Open Sans, sans-serif;
  --tw-text-opacity: 1 !important;
  color: rgb(79 79 79 / var(--tw-text-opacity)) !important;
    margin-bottom: 1.5em;
    mix-blend-mode: normal;
}
#breadcrumbs span {
  font-family: Rajdhani, sans-serif;
  --tw-text-opacity: 1 !important;
  color: rgb(0 1 43 / var(--tw-text-opacity)) !important;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0.05em;
        text-transform: uppercase;
}
#breadcrumbs a {
  --tw-text-opacity: 1 !important;
  color: rgb(0 1 43 / var(--tw-text-opacity)) !important;
}
#breadcrumbs a:visited {
  --tw-text-opacity: 1 !important;
  color: rgb(0 1 43 / var(--tw-text-opacity)) !important;
}
#breadcrumbs a:focus, #breadcrumbs a:active {
  --tw-text-opacity: 1 !important;
  color: rgb(0 1 43 / var(--tw-text-opacity)) !important;
}
#breadcrumbs a:focus {
        outline: thin dotted;
    }
#breadcrumbs a:hover {
        color: #d10a11!important;
    }
#breadcrumbs a:hover,
    #breadcrumbs a:active {
        outline: 0;
    }
/*Buttons*/
.btn, .button {
  font-family: Rajdhani, sans-serif;
  font-weight: 700;
    background-color: #004e9d;
    display: inline-block;
    box-sizing: border-box;
    text-transform: uppercase;
    max-width: 100%;
    text-align: center;
    letter-spacing: 0.05em;
    padding: 14px 32px;
    font-size: 0.875rem;
    border-radius: 0px;
    min-width: 10rem;
    transition: all 0.2s ease-in-out;
}
@media (min-width: 1024px) {
.btn,
.button {
        padding: 16px 32px
}
    }
.btn,
.button {

    @mixin fade 0.4s;
}
.btn i, .button i {
        font-size: 0.7rem;
    }
/*Color*/
.btn.primary, .button.primary {
        background-color: #FFFFFF;
        color: #00012B !important;
        border-left: 8px solid #d10a11;
    }
.btn.primary:hover, .button.primary:hover {
            background-color: #004e9d;
            color: #FFFFFF !important;
        }
.btn.secondary, .button.secondary {
        background-color: #004e9d;
        border-left: 5px solid #d10a11;
        color: white !important;
        padding: 14px 20px;
    }
.btn.secondary:hover, .button.secondary:hover {
            background-color: #d10a11;
            color: #FFFFFF !important;
        }
.btn.light, .button.light {
        background-color: #FFFFFF;
        border-left: 8px solid #d10a11;
        color: #00012B !important;
    }
.btn.light:hover, .button.light:hover {
            opacity: 0.8;
        }
.btn.service, .button.service {
        color: $white !important;
        border-left: 5px solid #d10a11;
    }
.btn.secondary__header, .button.secondary__header {
        background-color: #004e9d;
        display: block;
        color: #FFFFFF !important;
        border-left: 5px solid #d10a11;
        font-size: 14px;
        min-width: 5rem;
        padding: 14px 20px;
        transition: all linear 0.5s;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        font-weight: bold;
    }
@media (min-width: 1024px) {
.btn.secondary__header, .button.secondary__header {
            border-left: 8px solid #d10a11;
            font-size: 14px;
            padding: 10px 60px
    }
        }
.btn.border, .button.border {
        background-color: transparent;
        border: 1px solid #00012B !important;
        color: #00012B;
    }
.btn.border:hover, .button.border:hover {
            opacity: 0.8;
        }
.btn.outline, .button.outline {
        background-color: transparent;
        border-style: solid;
        border-width: 1px;
        padding: 18px 35px;
    }
.btn.outline:hover, .button.outline:hover {
            background-color: #fff;
            color: #00012B;
        }
.fps-sticky-menu__toggler path {
        fill: #fff !important;
    }
input, textarea {
  font-family: Open Sans, sans-serif !important;
    border: 1px solid #D0D0D0;
    border-radius: 3px;
    color: #4F4F4F!important;
    background-color: transparent;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 164.06%!important;
}
input:focus, textarea:focus {
        border-color: #00012B;
		outline: none;
	}
input {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 17px !important;
    padding-right: 17px !important;
}
label {
  font-family: Rajdhani, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px!important;
    line-height: 160%!important;
    letter-spacing: 0.05em;
    color: #00012B;
    opacity: 0.8;
    margin-bottom: 4px;
}
.gform_wrapper ul.gform_fields li.gfield {
            margin-top: 32px;
            padding-left: 0;
        }
.gform_wrapper ul.gform_fields li.gfield:before {
                background-color: transparent;
                width: auto;
                height: auto;
                position: relative;
            }
.gform_wrapper ul.gform_fields li.gfield .ginput_complex label {
  font-family: Rajdhani, sans-serif;
                    font-weight: normal;
                    font-size: 14px!important;
                    line-height: 160%!important;
                    text-transform: initial;
                    margin-top: 10px;
}
.gform_wrapper ul.gform_fields li.gfield .gfield_required {
                color: #00012B;
            }
.gform_wrapper ul.gform_fields .gfield_checkGforce{
            margin-top: 12px !important;
        }
.gform_wrapper ul.gform_fields .ginput_container_checkbox{
            margin-top: 0 !important;
        }
.gform_wrapper ul.gform_fields .gfield_checkbox {
            margin-top: 0 !important;
        }
.gform_wrapper ul.gform_fields .gfield_checkbox li {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 1280px) {

  .gform_wrapper ul.gform_fields .gfield_checkbox li {
    flex-wrap: wrap;
  }
}
.gform_wrapper ul.gform_fields .gfield_checkbox li {
                margin-top: 0 !important;
            }
.gform_wrapper ul.gform_fields .gfield_checkbox li input {
                    margin-top: 18px !important;
                    margin-right: 10px;
                }
.gform_wrapper ul.gform_fields .gfield_checkbox li label {
  width: 100%;
  font-family: Open Sans, sans-serif;
                    font-weight: normal!important;
                    font-size: 16px!important;
                    line-height: 160%!important;
                    text-transform: initial;
                    margin-top: 10px;
                    color: #4F4F4F!important;
                    opacity: 1;
                    max-width: 95%;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
  font-family: Rajdhani, sans-serif;
  font-weight: 700;
        font-size: 14px!important;
        line-height: 160%!important;
        text-align: center;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #ffffff!important;
        background-color: #004e9d;
        border-radius: 0;
        border: none;
        border-left: 8px solid #d10a11;
        padding: 0 24px!important;
        height: 48px;
        max-height: 48px;
        transition: all 0.2s ease-in-out;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type="submit"]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type="submit"]:hover {
            background-color: #d10a11;
            color: #FFFFFF !important;
            cursor: pointer;
        }
.gform_validation_error .gform_validation_errors.validation_error{
        display: none!important;
    }
.gform_validation_error .gfield.gfield_error{
        border: none!important;
        background: none!important;
        margin-bottom: 0!important;
        padding-bottom: 0!important;
        padding-top: 0!important;
    }
.gform_legacy_markup_wrapper .gfield_error .gfield_label{
    color: #00012B!important;
}
.gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_legacy_markup_wrapper li.gfield_error textarea{
    border: 1px solid #DA633E!important;
}
.gform_legacy_markup_wrapper .validation_message {
    color: #DA633E!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 164.06%!important;
    color: #4F4F4F!important;
}
.gform_legacy_markup_wrapper .field_description_below .gfield_description{
    padding-top: 4px!important;
}
/* ===================================
    Entry content
====================================== */
.entry-content {
  width: 100%;
}
.entry-content h1,
    .entry-content h2,
    .entry-content h3,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6 {
        margin-top: 32px;
        margin-bottom: 10px;
    }
.entry-content p {
  width: 100%;
  font-family: Open Sans, sans-serif;
  --tw-text-opacity: 1 !important;
  color: rgb(79 79 79 / var(--tw-text-opacity)) !important;
        display:block;
        -webkit-hyphens: none;
            -ms-hyphens: none;
                hyphens: none;
        word-break: keep-all;
        word-wrap: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 164.06%;
        margin-bottom: 24px;
}
.entry-content a {
  --tw-text-opacity: 1 !important;
  color: rgb(79 79 79 / var(--tw-text-opacity)) !important;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        text-decoration: underline;
}
.entry-content a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(209 10 17 / var(--tw-text-opacity)) !important;
            border: none!important;
}
.entry-content a:focus{
            padding: 2px 4px;
        }
.entry-content a:active,
        .entry-content a:visited{
            border: none!important;
        }
.entry-content a:active:hover, .entry-content a:visited:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(209 10 17 / var(--tw-text-opacity)) !important;
}
.entry-content ul{
        list-style-type: disc;
        padding: 0;
        margin-left: 24px;
        margin-bottom: 24px;
    }
.entry-content ul li {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
            font-size: 16px;
            line-height: 160%;
            position:relative;
            margin-bottom: 16px;
            padding-left: 6px;
}
.entry-content ul li::marker {
  --tw-text-opacity: 1 !important;
  color: rgb(79 79 79 / var(--tw-text-opacity)) !important;
                font-size: 14px;
}
.entry-content ul li ul{
                list-style-type: circle;
                margin-top: 12px;
            }
.entry-content ul li ul li {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
                    font-size: 16px;
                    line-height: 160%;
                    position:relative;
                    margin-bottom: 16px;
                    padding-left: 8px;
}
.entry-content ul li ul li::marker {
  --tw-text-opacity: 1 !important;
  color: rgb(209 10 17 / var(--tw-text-opacity)) !important;
                        font-size: 16px;
                        line-height: 160%;
                        margin-top: 6px;
}
.entry-content ol {
        counter-reset: li;
        list-style: decimal;
        margin-bottom: 10px;
        margin-left: 0;
    }
.entry-content ol li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
            padding-left: 46px;
            min-height: 58px;
            padding-top: 14px;
            margin-bottom: 8px;
            height: -webkit-max-content;
            height: -moz-max-content;
            height: max-content;
}
@media(min-width: 601px) {
.entry-content ol li {
                padding-left: 54px
        }
            }
.entry-content ol li:before {
                content: counter(li);
                counter-increment: li;
                color:  #d10a11;
                border-radius: 50%;
                width: 48px;     
                height: 48px;
                text-align: center;
                display: flex;
                align-items: center;
                justify-content: center;
                position: absolute;
                margin:6px 0;
                top: 6px;
                left: 0;
            }
.entry-content ol li > ol{
                margin-top: 16px;
                margin-bottom: 16px;
            }
.entry-content ol li > ol li{
                    padding-left: 34px;
                    padding-top:4px;
                    min-height: 24px;
                    margin-bottom: 16px;
                }
.entry-content ol li > ol li:before {
  --tw-text-opacity: 1;
  color: rgb(209 10 17 / var(--tw-text-opacity));
                        content: counter(li,upper-alpha);
                        counter-increment: li;
                        font-size: 12px;
                        width: 24px;
                        height: 24px;
                        top:0;
}
.entry-content ol li > ol li:last-of-type{
                        margin-bottom: 0;
                    }
/* Base Image WordPress */
.entry-content img{
        margin-bottom: 24px;
    }
.entry-content img.alignright {
        float: right;
        margin: 0 0 1em 1em;
    }
.entry-content img.alignleft {
        float: left;
        margin: 0 1em 1em 0;
    }
.entry-content img.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
.entry-content a img.alignright {
        float: right;
        margin: 0 0 1em 1em;
    }
.entry-content a img.alignleft {
        float: left;
        margin: 0 1em 1em 0;
    }
.entry-content a img.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
/*--------------------------------------------------------------
    # text
    --------------------------------------------------------------*/
.entry-content .text-overline {
  font-family: Rajdhani, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 1 43 / var(--tw-text-opacity));
        font-weight: 700;
        font-size: 14px;
        line-height: 160%;
        mix-blend-mode: normal;
        letter-spacing: 0.1em;
        text-transform: uppercase;
}
.entry-content .text-caption {
  font-family: Open Sans, sans-serif;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(0 1 43 / var(--tw-text-opacity));
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.4px;
}
/*

    Style: Stand Alone

*/
.hero-lp {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}
.hero-lp .hero-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
        padding: 24px 0 24px 0;
}
@media (min-width: 768px){
.hero-lp .hero-content{
            padding: 40px 86px 32px 86px
    }
        }
@media (min-width: 1280px){
.hero-lp .hero-content{
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            align-items: start;
            justify-content: start;
            padding: 48px 0 48px 86px;
            margin-bottom: 0; 
            margin-top: 0
    }
        }
.hero-lp .hero-content .logo_standalone{
            max-width: 286px;
            width: 286px;
            margin-left: 0;
            margin-bottom: 40px;
        }
@media (min-width: 1024px){
.hero-lp .hero-content .logo_standalone{
                max-width: 310px;
                width: 310px
        }
            }
@media (min-width: 1280px){
.hero-lp .hero-content .logo_standalone{
                max-width: 330px;
                width: 330px;
                margin-left: -20px
        }
            }
.hero-lp .hero-content h1{
            line-height: 103%;
            letter-spacing: -0.0385em;
            margin-bottom: 32px!important;
            max-width: 548px;
            font-size: 32px;
            text-align: center;
        }
@media (min-width: 768px){
.hero-lp .hero-content h1{
                font-size: 48px
        }
            }
@media (min-width: 1280px){
.hero-lp .hero-content h1{
                text-align: left;
                font-size: 64px;
                max-width: 548px
        }
            }
.hero-lp .hero-image {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
        max-height: 270px;
        height: 270px;
         width: 100%;
}
.hero-lp .hero-image img{
            max-width: none!important;
            height: 100%;
             width: 100%;
            -o-object-fit: cover;
               object-fit: cover;
        }
@media (min-width: 768px){
.hero-lp .hero-image{
            max-height: 400px;
            height: 400px;
            width: 100%
    }
            .hero-lp .hero-image img{
                height: 100%;
                width: 100%;
            }
        }
@media (min-width: 1280px){
.hero-lp .hero-image{
            max-height: 663px;
            height: 663px
    }
            .hero-lp .hero-image img{
                height: 100%;
            }
        }
.hero-lp .hero-image .title-image {
  position: absolute;
  text-align: center;
            width: 100%;
            top: 68%;
            bottom: -64px;
}
@media (min-width: 768px){
.hero-lp .hero-image .title-image{
                top: 70%
        }
            }
@media (min-width: 1280px){
.hero-lp .hero-image .title-image{
                top: 74%
        }
            }
.hero-lp .hero-image .title-image h2 {
  margin-left: auto;
  margin-right: auto;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
                font-style: normal;
                font-weight: 700;
                font-size: 24px;
                line-height: 28px!important;
                max-width: 248px;
}
@media (min-width: 768px){
.hero-lp .hero-image .title-image h2{
                    max-width: 300px;
                    font-size: 32px;
                    line-height: 38px!important
            }
                }
@media (min-width: 1280px){
.hero-lp .hero-image .title-image h2{
                    max-width: 450px;
                    width: 450px;
                    font-size: 48px;
                    line-height: 54px!important
            }
                }
.services-lp {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 243 / var(--tw-bg-opacity));
    padding: 48px 0 0 0;
}
@media (min-width: 640px){
.services-lp{
        padding: 48px 0

}
    }
.services-lp .container{
        padding: 0!important;
    }
@media (min-width: 640px){
.services-lp .container{
            padding: 0 16px!important
    }
        }
@media (min-width: 768px){
.services-lp .container{
            padding: 0!important
    }
        }
.services-lp .services-lp__image {
  position: relative;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.services-lp .services-lp__image img{
            max-width: none!important;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
        }
@media (min-width: 768px){
.services-lp .services-lp__image{
            max-height: 308px;
            height: 308px
    }
        }
@media (min-width: 1024px){
.services-lp .services-lp__image{
            max-height: 416px;
            height: 416px
    }
        }
@media (min-width: 1280px){
.services-lp .services-lp__image{
            max-height: 532px;
            height: 532px
    }
        }
.services-lp .services-lp__info {
  position: relative;
  z-index: 20;
  display: flex;
  height: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
        padding: 0 16px 32px 16px;
}
@media (min-width: 768px){
.services-lp .services-lp__info{
            padding: 0 0 32px 0
    }
        }
@media (min-width: 1280px){
.services-lp .services-lp__info{
            padding: 0 0 0 64px
    }
        }
.services-lp .services-lp__info h2{
            font-weight: 700;
            font-size: 32px;
            line-height: 108.5%;
            margin-bottom: 24px;
            letter-spacing: -0.0385em;
            text-transform: uppercase;
        }
@media (min-width: 768px){
.services-lp .services-lp__info h2{
                font-size: 48px
        }
            }
.services-lp .services-lp__info a{
            margin-top: 10px;
            margin-bottom: 0;
        }
.services-lp:after,
    .services-lp:before{
        content: '';
        width: 100%;
        height: 56px;
        background-color: #ECECEC;
        position: absolute;
    }
.services-lp:before{
        bottom: 11%;
    }
.services-lp:after{
        bottom: 20%;
    }
@media (min-width: 1280px){
.services-lp{
        padding: 100px 0

}
        .services-lp:after,
        .services-lp:before{
            content: '';
            width: 56px;
            height: 100%;
            background-color: #ECECEC;
            position: absolute;
        }
        .services-lp:before{
            left: 11%;
            bottom: 0;
        }
        .services-lp:after{
            left: 16.5%;
            bottom: 0;
        }
    }
.markings-lp {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 40px 0;
}
@media (min-width: 768px){
.markings-lp{
        padding: 56px 0

}
    }
@media (min-width: 1024px){
.markings-lp{
        padding: 72px 0 100px 0

}
    }
.markings-lp h2{
        font-weight: 700;
        font-size: 32px;
        line-height: 108.5%;
        margin-bottom: 40px;
        letter-spacing: -0.0385em;
        text-transform: uppercase;
    }
@media (min-width: 768px){
.markings-lp h2{
            font-size: 48px;
            margin-bottom: 80px
    }
        }
.markings-lp .item-markings {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
        border: 1px solid #EAEAEA;
        min-height: 220px;
        padding: 32px 20px;
}
@media (min-width: 640px){
.markings-lp .item-markings{
            padding: 32px 24px
    }
        }
@media (min-width: 768px){
.markings-lp .item-markings{
            border-right: none;
            border-left: none
    }
        }
.markings-lp .item-markings img{
            width: 64px;
            height: 64px;
            margin-bottom: 40px;
        }
.markings-lp .item-markings span{
            font-family: 'Rajdhani';
            font-style: normal;
            font-weight: 700;
            font-size: 18px;
            line-height: 140%;
            text-align: center;
            letter-spacing: -0.0385em;
            text-transform: uppercase;
            color: #00012B;
        }
.markings-lp .item-markings:after {
  position: absolute;
  display: none;
            content: '';
            width: calc(100% + 32px);
            height: calc(100% + 32px);
            border-top: 2px solid #EAEAEA;
            border-left: 2px solid #EAEAEA;
            top: -2px;
            left: -2px;
}
@media (min-width: 768px){
.markings-lp .item-markings:after{
                display:block
        }
            }
.markings-lp .item-markings:before {
  position: absolute;
  display: none;
            content: '';
            width: calc(100% + 32px);
            height: calc(100% + 32px);
            border-bottom: 2px solid #EAEAEA;
            border-right: 2px solid #EAEAEA;
            top: -30px;
            right: 0px;
}
@media (min-width: 768px){
.markings-lp .item-markings:before{
                display:block
        }
            }
@media (min-width: 768px) and (max-width: 1023px){
            .markings-lp .item-markings:nth-child(3){
                border-top: 2px solid #EAEAEA; 
                border-right: 2px solid #EAEAEA;
                border-bottom: 0; 
                top:-1px;
            }
                .markings-lp .item-markings:nth-child(3):after,
                .markings-lp .item-markings:nth-child(3):before{
                    border: none;
                }
            .markings-lp .item-markings:nth-child(13){
                border-bottom: 2px solid #EAEAEA; 
                border-left: 2px solid #EAEAEA;
                border-top: 0; 
                bottom:-1px;
                left:-2px;
            }
                .markings-lp .item-markings:nth-child(13):after,
                .markings-lp .item-markings:nth-child(13):before{
                    border: none;
                }
            .markings-lp .item-markings:nth-child(16){
                border-bottom: 2px solid #EAEAEA; 
                border-left: 2px solid #EAEAEA;
                border-right: 2px solid #EAEAEA;
                border-top: 0; 
                bottom:-1px;
                left:-1px;
            }
                .markings-lp .item-markings:nth-child(16):after,
                .markings-lp .item-markings:nth-child(16):before{
                    border: none;
                }
        }
@media (min-width: 1024px) and (max-width: 1200px){
            .markings-lp .item-markings:nth-child(4){
                border-top: 2px solid #EAEAEA; 
                border-right: 2px solid #EAEAEA;
                border-bottom: 0; 
                top:-1px;
            }
                .markings-lp .item-markings:nth-child(4):after,
                .markings-lp .item-markings:nth-child(4):before{
                    border: none;
                }
            .markings-lp .item-markings:nth-child(13){
                border-bottom: 2px solid #EAEAEA; 
                border-left: 2px solid #EAEAEA;
                border-top: 0; 
                bottom:-1px;
                left:-2px;
            }
                .markings-lp .item-markings:nth-child(13):after,
                .markings-lp .item-markings:nth-child(13):before{
                    border: none;
                }
        }
@media (min-width: 1280px){
            .markings-lp .item-markings:nth-child(6){
                border-top: 2px solid #EAEAEA; 
                border-right: 2px solid #EAEAEA;
                border-bottom: 0; 
                top:-1px;
            }
                .markings-lp .item-markings:nth-child(6):after,
                .markings-lp .item-markings:nth-child(6):before{
                    border: none;
                }
            .markings-lp .item-markings:nth-child(7){
                border-bottom: 2px solid #EAEAEA; 
                border-left: 2px solid #EAEAEA;
                border-top: 0; 
                bottom:-1px;
                left:-2px;
            }
                .markings-lp .item-markings:nth-child(7):after,
                .markings-lp .item-markings:nth-child(7):before{
                    border: none;
                }
            .markings-lp .item-markings:nth-child(13){
                border-bottom: 2px solid #EAEAEA; 
                border-left: 2px solid #EAEAEA;
                border-top: 0; 
                bottom:-1px;
                left:-2px;
            }
                .markings-lp .item-markings:nth-child(13):after,
                .markings-lp .item-markings:nth-child(13):before{
                    border: none;
                }
        }
.aquote-lp {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
    padding: 56px 0;
}
@media (min-width: 1280px){
.aquote-lp{
        padding: 72px 0
}
    }
.aquote-lp .title-aquote {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.aquote-lp .title-aquote h2{
            max-width: 536px;
            text-align: center;
            font-weight: 700;
            font-size: 32px;
            line-height: 108.5%;
            margin-bottom: 18px;
            letter-spacing: -0.0385em;
            text-transform: uppercase;
        }
@media (min-width: 768px){
.aquote-lp .title-aquote h2{
                font-size: 48px
        }
            }
.aquote-lp .title-aquote p {
  text-align: center;
  --tw-text-opacity: 1 !important;
  color: rgb(79 79 79 / var(--tw-text-opacity)) !important;
}
.experience-lp{
    background: #F9F9F9;
    padding-top: 2rem;

}
@media (min-width: 640px) {

  .experience-lp {
    padding-top: 3.5rem;
  }
}
@media (min-width: 768px) {

  .experience-lp {
    padding-top: 3rem;
  }
}
@media (min-width: 1024px) {

  .experience-lp {
    padding-top: 6rem;
  }
}
@media (min-width: 1280px) {

  .experience-lp {
    padding-top: 6rem;
  }
}
.experience-lp {
  padding-bottom: 1.5rem;
}
@media (min-width: 640px) {

  .experience-lp {
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {

  .experience-lp {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1024px) {

  .experience-lp {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1280px) {

  .experience-lp {
    padding-bottom: 5rem;
  }
}
.experience-lp .subtitle-experience {
  margin-bottom: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: Rajdhani, sans-serif;
  font-size: 18px;
  line-height: 140%;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(209 10 17 / var(--tw-text-opacity));
}
.experience-lp .subtitle-experience img{
            width: 45px;
            margin-left: 8px;
            margin-right: 8px;
        }
.experience-lp .content-experience {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.experience-lp .content-experience h2 {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {

  .experience-lp .content-experience h2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {

  .experience-lp .content-experience h2 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1280px) {

  .experience-lp .content-experience p {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.map-lp {
  padding-top: 2.5rem;
}
@media (min-width: 640px) {

  .map-lp {
    padding-top: 3.5rem;
  }
}
@media (min-width: 768px) {

  .map-lp {
    padding-top: 3rem;
  }
}
@media (min-width: 1024px) {

  .map-lp {
    padding-top: 6rem;
  }
}
@media (min-width: 1280px) {

  .map-lp {
    padding-top: 6rem;
  }
}
.map-lp {
  padding-bottom: 1.5rem;
}
@media (min-width: 640px) {

  .map-lp {
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {

  .map-lp {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1024px) {

  .map-lp {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1280px) {

  .map-lp {
    padding-bottom: 5rem;
  }
}
.map-lp{

    background-image: url(../img/locations-bg.webp);
    background-size: cover;

}
.map-lp .map-content {
  text-align: center;
}
@media (min-width: 768px) {

  .map-lp .map-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {

  .map-lp .map-content {
    padding-left: 0px;
  }

  .map-lp .map-content {
    text-align: left;
  }
}
@media (min-width: 1280px) {

  .map-lp .map-content {
    padding-right: 2rem;
  }
}
.map-lp .map-content h2 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {

  .map-lp .map-content h2 {
    width: 83.333333%;
  }

  .map-lp .map-content h2 {
    font-size: 32px;
    line-height: 108.5%;
  }
}
@media (min-width: 1024px) {

  .map-lp .map-content h2 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .map-lp .map-content h2 {
    width: 100%;
  }
}
@media (min-width: 1280px) {

  .map-lp .map-content h2 {
    font-size: 48px;
    line-height: 108.5%;
  }
}
.map-lp .map-image {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.map-lp .map-image img {
  position: relative;
}
@media (min-width: 1280px) {

  .map-lp .map-image img {
    right: -2rem;
  }
}
.location-lp{
    background: #F9F9F9;
    padding-top: 2.5rem;
}
@media (min-width: 640px) {

  .location-lp {
    padding-top: 3.5rem;
  }
}
@media (min-width: 768px) {

  .location-lp {
    padding-top: 3rem;
  }
}
@media (min-width: 1024px) {

  .location-lp {
    padding-top: 4rem;
  }
}
.location-lp {
  padding-bottom: 1.5rem;
}
@media (min-width: 640px) {

  .location-lp {
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {

  .location-lp {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1024px) {

  .location-lp {
    padding-bottom: 4rem;
  }
}
.location-lp .location-title {
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 1024px) {

  .location-lp .location-title {
    text-align: left;
  }
}
@media (min-width: 1024px) and (max-width: 1340px){
            .location-lp .location-title h2{
                font-size: 44px!important;
            }
        }
.location-lp .location-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.location-lp .location-list__item {
  display: flex;
  width: 50%;
  flex-direction: column;
  flex-wrap: wrap;
}
.location-lp .location-list__item h4 {
  margin-bottom: 0.25rem;
  font-size: 18px;
  line-height: 140%;
}
@media (min-width: 1280px) {

  .location-lp .location-list__item h4 {
    font-size: 24px;
    line-height: 140%;
  }
}
.location-lp .location-list__item a {
  margin-bottom: 0.25rem;
  font-family: Open Sans, sans-serif;
  --tw-text-opacity: 1 !important;
  color: rgb(79 79 79 / var(--tw-text-opacity)) !important;
            font-size: 16px;
}
.location-lp .location-list__item a.website{
                -webkit-text-decoration-line: underline;
                        text-decoration-line: underline;
                -webkit-text-decoration-style: solid!important;
                        text-decoration-style: solid!important;
            }
.location-lp .location-list__item a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(209 10 17 / var(--tw-text-opacity)) !important;
}
.location-lp .location-list__item a:visited, .location-lp .location-list__item a:focus {
  --tw-text-opacity: 1 !important;
  color: rgb(79 79 79 / var(--tw-text-opacity)) !important;
}
.location-lp .location-list__item a:visited:hover, .location-lp .location-list__item a:focus:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(209 10 17 / var(--tw-text-opacity)) !important;
}
.list-badge {
  margin-bottom: 2rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 1280px) {

  .list-badge {
    justify-content: flex-start;
  }
}
.list-badge .item-badge {
  position: relative;
        padding-right: 16px;
        margin-right: 16px;
}
@media (min-width: 768px){
.list-badge .item-badge{
            padding-right: 24px;
            margin-right: 24px
    }
        }
.list-badge .item-badge img{
            width: auto;
            height: 90px;
        }
@media (min-width: 640px){
.list-badge .item-badge img{
                width: auto;
                height: 100px
        }
            }
@media (min-width: 768px){
.list-badge .item-badge img{
                width: auto;
                height: 123px
        }
            }
.list-badge .item-badge:before{
            position: absolute;
            top: calc(50% - 30px);
            right: 0;
            display: block;
            content: '.';
            font-size: 1px;
            width:1px;
            height: 71px;
            background-color: #EAEAEA;
        }
.list-badge .item-badge:last-of-type{
            padding-right: 0;
            margin-right: 0;
        }
.list-badge .item-badge:last-of-type:before{
                display:none;
            }
.visible {
  visibility: visible !important;
}
.static {
  position: static !important;
}
.fixed {
  position: fixed !important;
}
.absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}
.order-2 {
  order: 2 !important;
}
.order-1 {
  order: 1 !important;
}
.col-span-10 {
  grid-column: span 10 / span 10 !important;
}
.col-span-12 {
  grid-column: span 12 / span 12 !important;
}
.col-start-2 {
  grid-column-start: 2 !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.inline {
  display: inline !important;
}
.flex {
  display: flex !important;
}
.table {
  display: table !important;
}
.table-caption {
  display: table-caption !important;
}
.table-cell {
  display: table-cell !important;
}
.grid {
  display: grid !important;
}
.contents {
  display: contents !important;
}
.hidden {
  display: none !important;
}
.\!hidden {
  display: none !important;
}
.h-\[auto\] {
  height: auto !important;
}
.w-\[340px\] {
  width: 340px !important;
}
.w-full {
  width: 100% !important;
}
.w-9\/12 {
  width: 75% !important;
}
.w-6\/12 {
  width: 50% !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)) !important;
}
.resize {
  resize: both !important;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.items-center {
  align-items: center !important;
}
.justify-start {
  justify-content: flex-start !important;
}
.justify-end {
  justify-content: flex-end !important;
}
.justify-center {
  justify-content: center !important;
}
.gap-4 {
  gap: 1rem !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-6 {
  gap: 1.5rem !important;
}
.gap-0 {
  gap: 0px !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.border {
  border-width: 1px !important;
}
.bg-dark-1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 1 43 / var(--tw-bg-opacity)) !important;
}
.bg-slate-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity)) !important;
}
.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-light-2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 244 243 / var(--tw-bg-opacity)) !important;
}
.bg-light-1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.p-0 {
  padding: 0px !important;
}
.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.pt-4 {
  padding-top: 1rem !important;
}
.pt-8 {
  padding-top: 2rem !important;
}
.text-center {
  text-align: center !important;
}
.text-title3 {
  font-size: 32px !important;
  line-height: 108.5% !important;
}
.text-title4 {
  font-size: 24px !important;
  line-height: 140% !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.lowercase {
  text-transform: lowercase !important;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.blur {
  --tw-blur: blur(8px) !important;
  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) !important;
}
.invert {
  --tw-invert: invert(100%) !important;
  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) !important;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
@media (min-width: 768px) {

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

  .md\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .md\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .md\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .md\:mt-8 {
    margin-top: 2rem !important;
  }

  .md\:h-\[auto\] {
    height: auto !important;
  }

  .md\:w-\[488px\] {
    width: 488px !important;
  }

  .md\:w-7\/12 {
    width: 58.333333% !important;
  }

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

  .md\:w-4\/12 {
    width: 33.333333% !important;
  }

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

  .md\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:text-title2 {
    font-size: 48px !important;
    line-height: 108.5% !important;
  }
}
@media (min-width: 1024px) {

  .lg\:order-1 {
    order: 1 !important;
  }

  .lg\:order-2 {
    order: 2 !important;
  }

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

  .lg\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .lg\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .lg\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .lg\:col-start-2 {
    grid-column-start: 2 !important;
  }

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

  .lg\:w-4\/12 {
    width: 33.333333% !important;
  }

  .lg\:w-3\/12 {
    width: 25% !important;
  }

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

  .lg\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 1280px) {

  .xl\:order-1 {
    order: 1 !important;
  }

  .xl\:order-2 {
    order: 2 !important;
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .xl\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .xl\:w-\[630px\] {
    width: 630px !important;
  }

  .xl\:w-full {
    width: 100% !important;
  }

  .xl\:w-2\/12 {
    width: 16.666667% !important;
  }

  .xl\:w-8\/12 {
    width: 66.666667% !important;
  }

  .xl\:justify-start {
    justify-content: flex-start !important;
  }

  .xl\:text-left {
    text-align: left !important;
  }
}

/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/slick-carousel/slick/slick.css ***!
  \*****************************************************************************************************************************************/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/slick-carousel/slick/slick-theme.css ***!
  \***********************************************************************************************************************************************/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(../img/ajax-loader.gif) center center no-repeat;
}
/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(../css/fonts/slick.eot);
    src: url(../css/fonts/slick.eot?#iefix) format('embedded-opentype'), url(../css/fonts/slick.woff) format('woff'), url(../css/fonts/slick.ttf) format('truetype'), url(../img/slick.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}
.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}
/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}
.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

