/*!*************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./assets/src/css/main.css ***!
  \*************************************************************************************************************************************************/
/*
! 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: #DCDCE2; /* 2 */
}

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

*, ::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;
    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: 1140px;
    }
}
@media (min-width: 1536px){

    .container{
        min-width: 1280px;
    }
}
::-moz-selection{
    --tw-bg-opacity: 1;
    background-color: rgb(34 37 42 / 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(34 37 42 / 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;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
p {
    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;
    list-style: circle;
}
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: 0px;
    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%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: royalblue;
}
a:visited {
    color: #464652;
}
a:hover,
a:focus,
a:active {
    color: midnightblue;
}
a:focus {
    outline: thin dotted;
}
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: 1.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;
}
html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
body{
    font-family: Roboto, sans-serif;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(70 70 82 / var(--tw-text-opacity));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: rem(16px);
    line-height: 26px;
    -webkit-hyphens: none;
            hyphens: none;
    word-break: keep-all;
    word-wrap: normal;
}
body h1,
    body h2,
    body h3,
    body h4,
    body h5,
    body h6,
    body .h1,
    body .h2,
    body .h3,
    body .h4,
    body .h5,
    body .h6{
    margin-bottom: 1rem;
    font-family: Lexend, sans-serif;
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgb(70 70 82 / var(--tw-text-opacity));
        -webkit-hyphens: none;
                hyphens: none;
        letter-spacing: -0.02em;
        word-break: keep-all;
        word-wrap: normal;
        font-weight: normal;
}
body h1 a, body h2 a, body h3 a, body h4 a, body h5 a, body h6 a, body .h1 a, body .h2 a, body .h3 a, body .h4 a, body .h5 a, body .h6 a{
    --tw-text-opacity: 1;
    color: rgb(146 168 209 / var(--tw-text-opacity));
}
body h1 a:hover, body h2 a:hover, body h3 a:hover, body h4 a:hover, body h5 a:hover, body h6 a:hover, body .h1 a:hover, body .h2 a:hover, body .h3 a:hover, body .h4 a:hover, body .h5 a:hover, body .h6 a:hover{
    --tw-text-opacity: 1;
    color: rgb(216 58 86 / var(--tw-text-opacity));
}
body h1,
    body .h1 {
        font-size: 4rem;
        line-height: 2.4rem;
    }
@media (min-width: 640px) {
body h1,
    body .h1 {
            font-size: 3rem;
            line-height: 3.6rem
    }
        }
body h2,
    body .h2 {
        font-size: 2.25rem;
        line-height: 2.9375rem;
    }
body h3,
    body .h3 {
        font-size: 1.5rem;
        line-height: 1.8125rem;
    }
body h4,
    body .h4 {
        font-size: 1.125rem;
        line-height: 1.625rem;
    }
body h5,
    body .h5 {
        font-size: 1rem;
        line-height: 1.4375rem;
    }
body h6,
    body .h6 {
        font-size: 0.875rem;
        line-height: 1.3125rem;
    }
body ul li{
    margin-bottom: 1rem;
}
body .info ul li{
    position: relative;
    margin-bottom: 1rem;
                padding-left: 12px;
}
body .info ul li:before{
    position: absolute;
    left: 0px;
                    background-image: url(.././img/list.png);
                    background-repeat: no-repeat;
                    background-size: 50% 50%;
                    content: "";
                    height: 8px;
                    top: 11px;
                    width: 8px;
}
body .info ul li li:first-child {
                        margin-top: 20px;
                    }
body .info a{
    text-decoration-line: underline;
}
p{
    margin-bottom: 1rem;
    --tw-text-opacity: 1;
    color: rgb(95 95 106 / var(--tw-text-opacity));
    -webkit-hyphens: none;
            hyphens: none;
    word-break: keep-all;
    word-wrap: normal;
}
p strong{
    font-family: Lexend, sans-serif;
    font-size: 1.125rem;
    line-height: 1.563rem;
    letter-spacing: -0.02em;
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgb(8 22 38 / var(--tw-text-opacity));
}
.hero-legal-template__content p strong{
    width: 100%;
    font-size: 2.25rem;
    line-height: 3rem;
    letter-spacing: -0.02em;
    --tw-text-opacity: 1;
    color: rgb(245 246 250 / var(--tw-text-opacity));
}
@media (min-width: 768px){

    .hero-legal-template__content p strong{
        font-size: 3rem;
        line-height: 3.7rem;
        letter-spacing: -0.02em;
    }
}
.hero-legal-template__content p strong {
            margin-bottom: 0;
        }
.hero-home p strong{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
        font-weight: normal;
}
.header__bottom__right .infor p strong {
            margin-bottom: 5px;
        }
@media (min-width: 768px) {
.header__bottom__right .infor p strong {
                font-size: 24px;
                font-weight: 300;
                margin-bottom: 12px;
                line-height: 120%; /* 28.8px */
                letter-spacing: -0.48px
        }
            }
.title__container p strong{
    --tw-text-opacity: 1;
    color: rgb(245 246 250 / var(--tw-text-opacity));
        margin-bottom: 0;
}
@media (min-width: 768px) {
.title__container p strong {
            margin-left: -15px
    }
        }
@media (min-width: 1190px) {
    .home .site-header h1p strong {
        font-size: 4.5rem;
    }
}
.projects__header p strong{
    margin-bottom: 0px;
    font-size: 1.5rem !important;
    line-height: 2rem !important;
    letter-spacing: -0.02em !important;
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgb(8 22 38 / var(--tw-text-opacity));
}
@media (min-width: 640px){

    .projects__header p strong{
        margin-bottom: 0.5rem;
        font-size: 2.25rem !important;
        line-height: 3rem !important;
        letter-spacing: -0.02em !important;
    }
}
.team__header p strong{
    margin-bottom: 0px;
    font-size: 1.5rem !important;
    line-height: 2rem !important;
    letter-spacing: -0.02em !important;
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgb(245 246 250 / var(--tw-text-opacity));
}
@media (min-width: 640px){

    .team__header p strong{
        margin-bottom: 0.5rem;
        font-size: 2.25rem !important;
        line-height: 3rem !important;
        letter-spacing: -0.02em !important;
    }
}
a{
    --tw-text-opacity: 1;
    color: rgb(95 95 106 / var(--tw-text-opacity));
    @mixin fade;
}
a:hover{
    --tw-text-opacity: 1;
    color: rgb(216 58 86 / var(--tw-text-opacity));
}
input[type="text"],
select,
textarea{
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(246 249 253 / var(--tw-text-opacity));
    border-radius: 9px;
    border: 1px solid #D83A56;
    box-sizing: border-box;
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
select{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    /* Some browsers will not display the caret when using calc, so we put the fallback first */
    background: url(.././img/arrow-select.svg) #fff no-repeat 98.5% !important; /* !important used for overriding all other customisations */
    background: url(.././img/arrow-select.svg) #fff no-repeat calc(100% - 10px) !important; /* Better placement regardless of input width */
}
/*For IE*/
select::-ms-expand{
    display: none;
}
iframe{
    width: 100%;
}
/* Content Editor */
.info a{
    font-weight: 700;
    text-decoration-line: underline;
}
.info a.btn{
    text-decoration-line: none;
            font-weight: inherit;
}
/* Base Image WordPress */
img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
a img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
a img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
input[type="text"],
select{
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
    --tw-text-opacity: 1;
    color: rgb(79 101 143 / var(--tw-text-opacity));
    border-radius: 0px;
    border: 3px solid #ebf2ff;
    box-sizing: border-box;
    opacity: 0.76;
}
input[type="text"]:focus, select:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
blockquote{
    --tw-bg-opacity: 1;
    background-color: rgb(216 58 86 / var(--tw-bg-opacity));
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(216 58 86 / var(--tw-text-opacity));
    border-radius: 10px;
    margin-bottom: 24px;
    margin-top: 24px;
    padding: 20px 40px;
}
blockquote p{
    margin-bottom: 0px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
/*content page*/
.content__page iframe {
        border-radius: 10px;
        height: 450px;
        margin-bottom: 2rem;
        width: 100%;
    }
.content__page h1,
    .content__page h2,
    .content__page h3,
    .content__page h4,
    .content__page h5{
    margin-top: 2rem;
    --tw-text-opacity: 1;
    color: rgb(3 27 76 / var(--tw-text-opacity));
}
#gform_confirmation_wrapper_1 {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.76);
    display: flex;
    min-height: 64px;
    padding-left: 1rem;
    margin: 1rem 0;
    position: relative;
}
#gform_confirmation_wrapper_1:before {
        content: "\e876";
        display: block;
        position: absolute;
    }
.gform_validation_errors.validation_error {
    display: none;
}
.gfield_validation_message {
    color: #fff !important;
}
.btn{
    font-family: Lexend, sans-serif;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    padding: 1rem 3.5rem;
}
.btn__primary{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(34 37 42 / var(--tw-text-opacity));
        color: #22252a !important;
}
.button__container {
    margin-top: 1rem;
}
@media (min-width: 768px) {
.button__container {
        margin-top: 1.5rem
}
    }
/*
  	Flaticon icon font: Flaticon
  	Creation date: 24/11/2020 20:32
  	*/
@font-face {
    font-family: "Flaticon";
    src: url(../css/fonts/fps-icon.woff2) format("woff2"),
        url(../css/fonts/fps-icon.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}
[class^="fpsIcon-"]:before,
[class*=" fpsIcon-"]:before,
[class^="fpsIcon-"]:after,
[class*=" fpsIcon-"]:after {
    font-family: Flaticon;
    font-size: inherit;
    font-style: normal;
}
.fpsIcon-facebook:before {
    content: "\f101";
}
.fpsIcon-twitter:before {
    content: "\f102";
}
.fpsIcon-linkedin:before {
    content: "\f104";
}
.fpsIcon-youtube:before {
    content: "\f105";
}
.fpsIcon-instagram:before {
    content: "\f103";
}
.fpsIcon-tripadvisor:before {
    content: "\f100";
}
/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------
transform svg to data url -> https://yoksel.github.io/url-encoder/
*/
:root {
    --svg-phone: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%2714%27 viewBox=%270 0 14 14%27 fill=%27none%27%3E%3Cg clip-path=%27url%28%23clip0_2813_508%29%27%3E%3Cpath d=%27M2.81556 6.05889C3.93556 8.26 5.74 10.0567 7.94111 11.1844L9.65222 9.47333C9.86222 9.26333 10.1733 9.19333 10.4456 9.28667C11.3167 9.57444 12.2578 9.73 13.2222 9.73C13.65 9.73 14 10.08 14 10.5078V13.2222C14 13.65 13.65 14 13.2222 14C5.91889 14 0 8.08111 0 0.777778C0 0.35 0.35 0 0.777778 0H3.5C3.92778 0 4.27778 0.35 4.27778 0.777778C4.27778 1.75 4.43333 2.68333 4.72111 3.55444C4.80667 3.82667 4.74444 4.13 4.52667 4.34778L2.81556 6.05889Z%27 fill=%27%23464652%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_2813_508%27%3E%3Crect width=%2714%27 height=%2714%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");

    --svg-arrow: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%278%27 viewBox=%270 0 12 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath id=%27Vector%27 d=%27M12 7.43866e-05L6.95256e-07 7.33375e-05L6 7.95288L12 7.43866e-05Z%27 fill=%27%23E6F4F2%27/%3E%3C/svg%3E");

    --svg-linkedin: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27%3E%3Cg clip-path=%27url%28%23clip0_2823_268%29%27%3E%3Cpath d=%27M14.2222 0C14.6937 0 15.1459 0.187301 15.4793 0.520699C15.8127 0.854097 16 1.30628 16 1.77778V14.2222C16 14.6937 15.8127 15.1459 15.4793 15.4793C15.1459 15.8127 14.6937 16 14.2222 16H1.77778C1.30628 16 0.854097 15.8127 0.520699 15.4793C0.187301 15.1459 0 14.6937 0 14.2222V1.77778C0 1.30628 0.187301 0.854097 0.520699 0.520699C0.854097 0.187301 1.30628 0 1.77778 0H14.2222ZM13.7778 13.7778V9.06667C13.7778 8.29813 13.4725 7.56107 12.929 7.01763C12.3856 6.47419 11.6485 6.16889 10.88 6.16889C10.1244 6.16889 9.24444 6.63111 8.81778 7.32444V6.33778H6.33778V13.7778H8.81778V9.39556C8.81778 8.71111 9.36889 8.15111 10.0533 8.15111C10.3834 8.15111 10.6999 8.28222 10.9333 8.5156C11.1667 8.74898 11.2978 9.06551 11.2978 9.39556V13.7778H13.7778ZM3.44889 4.94222C3.84495 4.94222 4.22478 4.78489 4.50484 4.50484C4.78489 4.22478 4.94222 3.84495 4.94222 3.44889C4.94222 2.62222 4.27556 1.94667 3.44889 1.94667C3.05047 1.94667 2.66838 2.10494 2.38666 2.38666C2.10494 2.66838 1.94667 3.05047 1.94667 3.44889C1.94667 4.27556 2.62222 4.94222 3.44889 4.94222ZM4.68444 13.7778V6.33778H2.22222V13.7778H4.68444Z%27 fill=%27%23464652%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_2823_268%27%3E%3Crect width=%2716%27 height=%2716%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");

    --svg-email: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27%3E%3Cpath d=%27M14.4 1.33325H1.6C0.72 1.33325 0.00799999 2.05325 0.00799999 2.93325L0 12.5333C0 13.4133 0.72 14.1333 1.6 14.1333H14.4C15.28 14.1333 16 13.4133 16 12.5333V2.93325C16 2.05325 15.28 1.33325 14.4 1.33325ZM14.4 4.53325L8 8.53325L1.6 4.53325V2.93325L8 6.93325L14.4 2.93325V4.53325Z%27 fill=%27%23464652%27/%3E%3C/svg%3E");

    --svg-home: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 12 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_2834_487%29%27%3E%3Cpath d=%27M0.5 12V4L5.83333 0L11.1667 4V12H7.16667V7.33333H4.5V12H0.5Z%27 fill=%27%23E6F4F2%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_2834_487%27%3E%3Crect width=%2716%27 height=%2716%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");

}
.fps-icons{
    position: relative !important;
    display: inline-block;
    height: 16px !important;
    width: 16px !important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat !important;
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --tw-content: 'icon' !important;
    content: var(--tw-content) !important;
}
.fps-icons__phone{
    height: 14px !important;
    width: 14px !important;
        background: #081626;
        -webkit-mask: var(--svg-phone);
        mask: var(--svg-phone);
}
.fps-icons__arrow{
    height: 8px !important;
    width: 12px !important;
        background: #E6F4F2;
        -webkit-mask: var(--svg-arrow);
        mask: var(--svg-arrow);
}
.fps-icons__email{
    height: 16px !important;
    width: 16px !important;
        background: #464652;
        -webkit-mask: var(--svg-email);
        mask: var(--svg-email);
}
.fps-icons__linkedin{
    height: 16px !important;
    width: 16px !important;
        background: #464652;
        -webkit-mask: var(--svg-linkedin);
        mask: var(--svg-linkedin);
}
.site-header{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    display: flex;
    justify-content: center;
}
@media (max-width: 767px) {
.site-header {
        background: rgba(0, 0, 0, 0.61);
        -webkit-backdrop-filter: blur(2px);
                backdrop-filter: blur(2px)
}
    }
.site-header .navbar{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
}
@media (min-width: 640px){

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

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

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

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

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

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

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

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

    .site-header .navbar{
        max-width: 1140px;
    }
}
@media (min-width: 1536px){

    .site-header .navbar{
        min-width: 1280px;
    }
}
.site-header .navbar{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.hero-legal-template .site-header .navbar{
    --tw-bg-opacity: 1;
    background-color: rgb(34 37 42 / var(--tw-bg-opacity));
    padding-left: 0px;
    padding-right: 0px;
}
.hero-inner__content .breadcrumbs .site-header .navbar{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.portfolio-logos .site-header .navbar {
        display: flex;
        flex-wrap: wrap;
        items-align: center;
        justify-content: center;
        padding: 36px 0;
    }
@media (max-width: 1190px) {
    .portfolio-logos .site-header .navbar {
        flex-wrap: wrap;
        justify-content: center;
        padding: 50px 0;
    }
        .portfolio-logos .site-header .navbar .portfolio-list-logo {
            width: 25%;
            margin: 10px 0;
        }
}
@media (max-width: 768px) {
    .portfolio-logos .site-header .navbar .portfolio-list-logo {
        width: 33%;
    }
}
@media (max-width: 520px) {
        .portfolio-logos .site-header .navbar {
            padding: 25px 0;
        }
            .portfolio-logos .site-header .navbar .portfolio-list-logo {
                width: 50%;
            }

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

    .site-header .navbar{
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
}
@media (min-width: 1024px){

    .site-header .navbar{
        padding-left: 0px;
        padding-right: 0px;
    }
}
.site-header .navbar__logo{
    margin-left: auto;
    margin-right: auto;
    max-width: 162px !important;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
}
@media (min-width: 640px){

    .site-header .navbar__logo{
        margin-left: 0px;
        margin-right: 0px;
    }
}
.site-header .navbar__logo .logo-light{
    display: block;
}
.site-header .navbar__logo .logo-dark{
    display: none;
}
.site-header .navbar__nav{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}
@media (min-width: 640px){

    .site-header .navbar__nav{
        width: auto;
        justify-content: flex-end;
    }
}
.site-header .navbar__menu .menu{
    margin: 0px;
    display: flex;
    list-style-type: none;
    padding: 0px;
}
.site-header .navbar__menu .menu li{
    margin-bottom: 0px;
    padding-left: 1rem;
    padding-right: 1rem;
}
.site-header .navbar__menu .menu li a{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                        font-weight: 700;
}
@media (min-width: 768px) {
.site-header .navbar__menu .menu li a {
                            font-weight: 400
                    }
                        }
.site-header .navbar__menu .menu li a:hover{
    --tw-text-opacity: 1;
    color: rgb(120 120 130 / var(--tw-text-opacity));
}
.site-header .navbar__call{
    display: none;
}
@media (min-width: 768px){

    .site-header .navbar__call{
        display: block;
    }
}
.site-header .navbar__call a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-family: Lexend, sans-serif;
    font-size: 1.125rem;
    line-height: 1.563rem;
    letter-spacing: -0.02em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.site-header .navbar__call a .fps-icons{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.site-header .navbar__call a:hover{
    --tw-text-opacity: 1;
    color: rgb(120 120 130 / var(--tw-text-opacity));
}
.site-header .navbar__call a:hover .fps-icons{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(120 120 130 / var(--tw-bg-opacity)) !important;
}
.site-header .navbar__nav__mobile{
    display: block;
    width: 100% !important;
    gap: 1rem;
}
@media (min-width: 768px){

    .site-header .navbar__nav__mobile{
        display: none;
    }
}
.site-header .navbar__nav__mobile .navbar__call{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}
.site-header .navbar__nav__mobile .navbar__call a{
    display: flex;
    width: 100% !important;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    text-align: center !important;
    font-family: Lexend, sans-serif !important;
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 160%;
                    letter-spacing: -0.32px;
}
.site-header .navbar__nav__mobile .navbar__call a .fps-icons{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.site-header .navbar__nav__mobile .navbar__call a:hover{
    --tw-text-opacity: 1 !important;
    color: rgb(120 120 130 / var(--tw-text-opacity)) !important;
}
.site-header .navbar__nav__mobile .navbar__call a:hover .fps-icons{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(120 120 130 / var(--tw-bg-opacity)) !important;
}
.site-header__inner{
    position: relative;
        background: #081626;
}
.site-header__inner .menu li a{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
                    font-weight: 400;
}
.site-header__inner .menu li a:hover{
    --tw-text-opacity: 1;
    color: rgb(120 120 130 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
.site-header__inner .menu li a {
                        font-weight: 700 !important
                }
                    }
.site-header__inner .navbar__call a{
    display: flex;
    width: 100% !important;
    align-items: center;
    justify-content: center;
    gap: 4px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center !important;
    font-family: Lexend, sans-serif !important;
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
                font-size: 16px;
                font-style: normal;
                font-weight: 700;
                line-height: 160%;
                letter-spacing: -0.32px;
}
.site-header__inner .navbar__call a .fps-icons{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.site-header__inner .navbar__call a:hover{
    --tw-text-opacity: 1 !important;
    color: rgb(120 120 130 / var(--tw-text-opacity)) !important;
}
.site-header__inner .navbar__call a:hover .fps-icons{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(120 120 130 / var(--tw-bg-opacity)) !important;
}
.page-template-template-legal .site-header{
    position: relative;
}
@media (max-width: 767px) {
.page-template-template-legal .site-header {
            background: transparent;
            -webkit-backdrop-filter: none;
                    backdrop-filter: none
    }
        }
.page-template-template-legal .site-header .navbar{
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 0px;
    padding-right: 0px;
}
@media (max-width: 640px) {
.page-template-template-legal .site-header .navbar{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
            }
.page-template-template-legal .site-header .navbar__logo .logo-light {
                display: none !important;
            }
.page-template-template-legal .site-header .navbar__logo .logo-dark {
                display: block !important;
            }
.page-template-template-legal .site-header .navbar__menu .menu li a{
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.page-template-template-legal .site-header .navbar__menu .menu li a:hover{
    --tw-text-opacity: 1 !important;
    color: rgb(120 120 130 / var(--tw-text-opacity)) !important;
}
.page-template-template-legal .site-header .navbar__call a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 2rem;
    padding-right: 2rem;
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
                border: 1px solid #ededed;
}
.page-template-template-legal .site-header .navbar__call a:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.page-template-template-legal .site-header .navbar__call a:hover .fps-icons{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
@media (max-width: 767px) {
.page-template-template-legal .site-header .navbar__call a{
        width: 100% !important;
    }
                }
.hero-legal-template{
    position: relative;
    display: flex;
}
.hero-legal-template .container{
    --tw-bg-opacity: 1;
    background-color: rgb(34 37 42 / var(--tw-bg-opacity));
    padding-left: 0px;
    padding-right: 0px;
}
.hero-legal-template__content{
    margin-left: auto;
    margin-right: auto;
    width: 83.333333%;
    --tw-text-opacity: 1;
    color: rgb(245 246 250 / var(--tw-text-opacity));
        align-items: center;
        display: flex;
        margin-top: 0;
        min-height: 120px;
}
.hero-legal-template__content .title{
    width: 100%;
    font-size: 2.25rem;
    line-height: 3rem;
    letter-spacing: -0.02em;
    --tw-text-opacity: 1;
    color: rgb(245 246 250 / var(--tw-text-opacity));
}
@media (min-width: 768px){

    .hero-legal-template__content .title{
        font-size: 3rem;
        line-height: 3.7rem;
        letter-spacing: -0.02em;
    }
}
.hero-legal-template__content .title {
            margin-bottom: 0;
        }
.hero-inner{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-inner__content{
    display: flex;
    min-height: 340px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
@media (min-width: 640px){

    .hero-inner__content{
        align-items: flex-start;
    }
}
.hero-inner__content h1{
    font-size: 3rem;
    line-height: 3.7rem;
    letter-spacing: -0.02em;
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){

    .hero-inner__content h1{
        font-size: 4rem;
        line-height: 4.7rem;
        letter-spacing: -0.02em;
    }
}
.hero-inner__content h1 {
            margin-bottom: 0;
        }
.hero-inner__content .breadcrumbs .container{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.hero-inner__content .breadcrumbs p span {
                    font-family: Lexend;
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 300;
                    line-height: 16px;
                    letter-spacing: 1.2px;
                    text-transform: uppercase;
                    color: #e6f4f2;
                }
.hero-inner__content .breadcrumbs p span a{
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                        color: #e6f4f2;
}
.hero-inner__content .breadcrumbs p span a:hover{
                            opacity: 0.8;
                        }
.hero-inner__content .breadcrumbs p span:first-of-type a:before{
    position: relative !important;
    margin-right: 0.25rem;
    display: inline-block;
    height: 16px !important;
    width: 16px !important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat !important;
    color: transparent;
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --tw-content: 'icon' !important;
    content: var(--tw-content) !important;
                    background: #e6f4f2;
                    -webkit-mask: var(--svg-home);
                    mask: var(--svg-home);
}
/*--------------------------------------------------------*/
.hero-home__container{
    display: flex;
    flex-wrap: wrap;
    padding-top: 8rem;
}
@media (min-width: 1536px){

    .hero-home__container{
        display: block;
    }
}
.hero-home__container {
    height: 75vh;
}
.hero-home__container ::-moz-selection{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(34 37 42 / var(--tw-text-opacity));
}
.hero-home__container ::selection{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(34 37 42 / var(--tw-text-opacity));
}
.hero-home {
    min-height: 120vh;
    padding-top: 4rem;
    position: relative;

    background-size: cover;
    background-position: center;
}
@media (min-width: 1024px) {
.hero-home {
        padding-top: 2rem;
        min-height: 850px
}
    }
.hero-home .form__container .gform_legacy_markup_wrapper {
            margin-top: 0;
            position: relative;
        }
.hero-home .form__container input[type="text"] {
            height: 64px;
            margin-top: 0 !important;
            width: 74%;
        }
@media (min-width: 768px) {
.hero-home .form__container input[type="text"] {
                width: 67.5% !important
        }
            }
@media (min-width: 1024px) {
.hero-home .form__container input[type="text"] {
                width: 68% !important
        }
            }
.hero-home ::-moz-placeholder {
        color: #000;
        font-size: 12px;
    }
.hero-home ::placeholder {
        color: #000;
        font-size: 12px;
    }
@media (min-width: 768px) {
.hero-home ::-moz-placeholder {
            font-size: 1rem
    }
.hero-home ::placeholder {
            font-size: 1rem
    }
        }
.hero-home .title{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
        font-weight: normal;
}
@media (min-width: 768px) {
.hero-home .phonemailtitle {
            margin-bottom: 10px
    }
        }
.hero-home span{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hero-home .text-lead {
        margin-bottom: 0;
    }
.hero-home .overlay {
        background-color: rgba(26, 24, 24, 0.7);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
.hero-home a{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
        font-weight: bold;
        font-size: 14px;
}
@media (min-width: 768px) {
.hero-home a {
            font-size: 1rem
    }
        }
.header__top {
    position: relative;
}
.header__top .info__header {
        display: flex;
        justify-content: flex-end;
    }
.header__bottom{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    margin-top: 3rem;
    height: 66vh;
}
@media (min-width: 768px) {
.header__bottom {
        margin-top: 0
}
    }
.header__bottom__left{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}
@media (min-width: 1024px){

    .header__bottom__left{
        width: 58.333333%;
    }
}
.header__bottom__left h1 {
            line-height: 130% !important;
        }
@media (min-width: 1190px) {
.header__bottom__left h1 {
                line-height: 86.4px !important
        }
            }
.header__bottom__left span {
            display: inline-block;
            font-size: 18px;
            font-weight: 500;
        }
.header__bottom__left .text-lead {
            margin-bottom: 1rem;
        }
.header__bottom__left .form__title {
            margin-bottom: 1rem;
        }
@media (min-width: 768px) {
.header__bottom__left .form__title {
                margin-top: 2rem;
                margin-bottom: 0
        }
            }
@media (min-width: 1024px) {
.header__bottom__left .form__title {
                margin-top: 4rem
        }
            }
.header__bottom__right{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}
@media (min-width: 1024px){

    .header__bottom__right{
        width: 41.666667%;
            padding-left: 2rem;
    }
}
.header__bottom__right .infor .title {
            margin-bottom: 5px;
        }
@media (min-width: 768px) {
.header__bottom__right .infor .title {
                font-size: 24px;
                font-weight: 300;
                margin-bottom: 12px;
                line-height: 120%; /* 28.8px */
                letter-spacing: -0.48px
        }
            }
.header__bottom__right .info__option{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}
@media (min-width: 768px){

    .header__bottom__right .info__option{
        width: 58.333333%;
    }
}
@media (min-width: 1024px){

    .header__bottom__right .info__option{
        width: 100%;
    }
}
.header__bottom__right .phone__email{
    width: 100%;
}
@media (min-width: 768px){

    .header__bottom__right .phone__email{
        width: 41.666667%;
    }
}
@media (min-width: 1024px){

    .header__bottom__right .phone__email{
        width: 100%;
    }
}
.header__bottom__right .phone__email {

            margin-top: 2rem;
        }
@media (min-width: 768px) {
.header__bottom__right .phone__email {
                margin-top: 4rem
        }
            }
.header__bottom__right .phone__email span{
    font-family: Lexend, sans-serif;
    font-weight: 300;
                font-size: 18px;
                font-weight: light;
                letter-spacing: -0.02em;
}
.header__bottom__right .phone__email a{
    font-family: Lexend, sans-serif;
                font-size: 24px;
                line-height: 2rem;
                font-weight: 300;
                display: block;
                letter-spacing: -0.02em;
}
@media (min-width: 1024px) {
.header__bottom__right .phone__email a {
                    margin-bottom: 10px
            }
                }
.gform_button__custom {
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 73px;
    position: absolute;
    right: 0;
    top: 0;
}
.gform_button__custom:hover{
    --tw-border-opacity: 1;
    border-color: rgb(34 37 42 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(34 37 42 / var(--tw-bg-opacity));

        transition: all ease-out 0.3s;
}
.gform_button__custom:hover .btn-text span{
    --tw-text-opacity: 1;
    color: rgb(246 249 253 / var(--tw-text-opacity));
}
.gform_button__custom:hover .btn-text svg path {
                    fill: white;
                }
@media (min-width: 768px) {
.gform_button__custom {
        width: 200px
}
    }
.gform_button__custom .btn-text {
        display: flex;
    }
.gform_button__custom .btn-text span{
    --tw-text-opacity: 1;
    color: rgb(34 37 42 / var(--tw-text-opacity));
            display: none;
            margin-right: 10px;
}
@media (min-width: 768px) {
.gform_button__custom .btn-text span {
                display: inline-block
        }
            }
.title__container{
    --tw-bg-opacity: 1;
    background-color: rgb(34 37 42 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(245 246 250 / var(--tw-text-opacity));
    align-items: center;
    display: flex;
    margin-top: 3rem;
    min-height: 120px;
}
.title__container .title{
    --tw-text-opacity: 1;
    color: rgb(245 246 250 / var(--tw-text-opacity));
        margin-bottom: 0;
}
@media (min-width: 768px) {
.title__container .title {
            margin-left: -15px
    }
        }
.footer-info {
    padding: 0 1rem;
}
footer p {
        margin-bottom: 0 !important;
    }
.copyright {
    margin-bottom: 1rem;
}
@media (min-width: 768px) {
.copyright {
        margin-bottom: 0
}
    }
.error404 .site-header{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
}
.error404 .error404__content{
    display: flex;
    height: auto;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.error404 .error404__container{
    display: flex;
    height: auto;
    min-height: 800px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.error404 .error404__container h1{
    width: 100%;
    text-align: center;
    font-family: Lexend, sans-serif;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

    .error404 .error404__container h1{
        margin-bottom: 0.25rem;
    }
}
.error404 .error404__container h1 {
                font-size: 72px !important;
            }
@media (min-width: 768px) {
.error404 .error404__container h1 {
                    font-size: 96px !important
            }
                }
.error404 .error404__container h3{
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: -0.02em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){

    .error404 .error404__container h3{
        font-size: 2.25rem;
        line-height: 3rem;
        letter-spacing: -0.02em;
    }
}
.error404 .error404__container h4{
    width: 100%;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.563rem;
    letter-spacing: -0.02em;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
@media (min-width: 768px){

    .error404 .error404__container h4{
        margin-bottom: 1.5rem;
        margin-top: 0.5rem;
        font-size: 1.5rem;
        line-height: 2rem;
        letter-spacing: -0.02em;
    }
}
.portfolio-logos {
    background: #191919;
}
.portfolio-logos .container {
        display: flex;
        flex-wrap: wrap;
        items-align: center;
        justify-content: center;
        padding: 36px 0;
    }
.portfolio-logos .portfolio-list-logo {
        text-align: center;
        margin-bottom: 25px;
        height: auto;
        max-height: 48px;
    }
.portfolio-logos .portfolio-list-logo img {
        display: inline-block;
        width: auto;
        height: auto;
        max-height: 48px;
    }
@media (min-width: 1024px) {
        .portfolio-logos .portfolio-list-logo {
            flex-basis: 20%;
        }
        .portfolio-logos .portfolio-list-logo:nth-child(-n + 4) {
            flex-basis: 22%;
        }
    }
@media (min-width: 1190px) {
    .home .site-header h1.title {
        font-size: 4.5rem;
    }
}
@media (max-width: 1190px) {
    .portfolio-logos .container {
        flex-wrap: wrap;
        justify-content: center;
        padding: 50px 0;
    }
        .portfolio-logos .container .portfolio-list-logo {
            width: 25%;
            margin: 10px 0;
        }
}
@media (max-width: 768px) {
    .portfolio-logos .container .portfolio-list-logo {
        width: 33%;
    }
}
@media (max-width: 520px) {
        .portfolio-logos .container {
            padding: 25px 0;
        }
            .portfolio-logos .container .portfolio-list-logo {
                width: 50%;
            }

}
.intro{
    position: relative;
    --tw-text-opacity: 1;
    color: rgb(230 244 242 / var(--tw-text-opacity));
    background: #081626;
}
.intro p{
    --tw-text-opacity: 1;
    color: rgb(230 244 242 / var(--tw-text-opacity));
}
.intro__container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
}
@media (min-width: 640px){

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

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

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

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

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

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

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

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

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

    .intro__container{
        min-width: 1280px;
    }
}
.intro__container{
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.hero-legal-template .intro__container{
    --tw-bg-opacity: 1;
    background-color: rgb(34 37 42 / var(--tw-bg-opacity));
    padding-left: 0px;
    padding-right: 0px;
}
.hero-inner__content .breadcrumbs .intro__container{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.portfolio-logos .intro__container {
        display: flex;
        flex-wrap: wrap;
        items-align: center;
        justify-content: center;
        padding: 36px 0;
    }
@media (max-width: 1190px) {
    .portfolio-logos .intro__container {
        flex-wrap: wrap;
        justify-content: center;
        padding: 50px 0;
    }
        .portfolio-logos .intro__container .portfolio-list-logo {
            width: 25%;
            margin: 10px 0;
        }
}
@media (max-width: 768px) {
    .portfolio-logos .intro__container .portfolio-list-logo {
        width: 33%;
    }
}
@media (max-width: 520px) {
        .portfolio-logos .intro__container {
            padding: 25px 0;
        }
            .portfolio-logos .intro__container .portfolio-list-logo {
                width: 50%;
            }

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

    .intro__container{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}
.intro__left{
    grid-column: span 12 / span 12;
}
@media (min-width: 1024px){

    .intro__left{
        grid-column: span 6 / span 6;
    }
}
.intro__left p:first-of-type{
    font-family: Lexend, sans-serif !important;
    font-size: 1.5rem !important;
    line-height: 2rem !important;
    letter-spacing: -0.02em !important;
    font-weight: 300;
}
@media (min-width: 768px){

    .intro__left p:first-of-type{
        font-size: 32px !important;
    }
}
@media (min-width: 1024px){

    .intro__left p:first-of-type{
        font-size: 2.25rem !important;
        line-height: 3rem !important;
        letter-spacing: -0.02em !important;
    }
}
.intro__left p:first-of-type {
            letter-spacing: -0.72px;
            line-height: 120%!important;
        }
.intro__right{
    position: relative;
    grid-column: span 12 / span 12;
    height: 60px;
    overflow: hidden;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 640px){

    .intro__right{
        height: 100%;
    }
}
@media (min-width: 1024px){

    .intro__right{
        grid-column: span 6 / span 6;
    }
}
.intro__right .button-more{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
    display: flex;
    height: 60px;
    width: 100%;
    align-items: center;
    justify-content: center;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.intro__right .button-more:hover{
    cursor: pointer;
}
@media (min-width: 640px){

    .intro__right .button-more{
        display: none;
    }
}
.intro__right .button-more {

            background: linear-gradient(
                180deg,
                rgba(8, 22, 38, 0.6) -10.71%,
                rgba(8, 22, 38, 0.95) 75.29%
            );
        }
.intro__right .button-more > .read-more{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    font-family: Lexend, sans-serif;
    font-weight: 700;
}
.intro__right .button-more > .read-more:hover{
    opacity: 0.7;
}
.intro__right .button-more > .read-more {
                line-height: 160%;
                letter-spacing: -0.32px;
            }
.intro__right .button-more > .read-more:focus {
                    outline: none;
                }
.intro__right .button-more > .read-more .read{
    display: block;
    text-align: center;
    --tw-text-opacity: 1 !important;
    color: rgb(230 244 242 / var(--tw-text-opacity)) !important;
}
.intro__right .button-more > .read-more .hide{
    display: none;
    --tw-text-opacity: 1 !important;
    color: rgb(230 244 242 / var(--tw-text-opacity)) !important;
}
.intro__right.show {
            height: 100% !important;
        }
.intro__right.show .button-more {
                position: relative;
            }
.intro__right.show .button-more > .read-more .read{
    display: none !important;
}
.intro__right.show .button-more > .read-more .hide{
    display: block !important;
}
.intro__right.show .button-more > .read-more .fps-icons {
                        transform: rotate(180deg);
                    }
.intro__team{
    margin-top: 2rem;
}
.intro__team .team-list{
    margin: 0px;
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    gap: 0px;
    padding: 0px;
}
.intro__team .team-list li{
    margin-left: -1rem;
    height: 48px;
    width: 48px;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.intro__team .team-list li:hover{
    cursor: pointer;
}
.intro__team .team-list li {
                border-radius: 100px;
                border: 4px solid #fafafa;
            }
.intro__team .team-list li:first-of-type{
    margin-left: -0px;
}
.intro__team .team-list li:hover{
                    border-color: #C7D4D2;
                }
.projects{
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(245 246 250 / var(--tw-bg-opacity));
}
.projects__container{
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 1.5rem;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 1280px){

    .projects__container{
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 16px;
        padding-left: 16px;
    }

    @media (min-width: 640px){

        .projects__container{
            max-width: 640px;
            padding-right: 16px;
            padding-left: 16px;
        }
    }

    @media (min-width: 768px){

        .projects__container{
            max-width: 768px;
        }
    }

    @media (min-width: 1024px){

        .projects__container{
            max-width: 1024px;
            padding-right: 0;
            padding-left: 0;
        }
    }

    @media (min-width: 1280px){

        .projects__container{
            max-width: 1280px;
            padding-right: 0;
            padding-left: 0;
        }
    }

    @media (min-width: 1536px){

        .projects__container{
            max-width: 1536px;
            padding-right: 0;
            padding-left: 0;
        }
    }

    .projects__container{
        max-width: 100%;
    }

    @media (min-width: 640px){

        .projects__container{
            max-width: 540px;
        }
    }

    @media (min-width: 768px){

        .projects__container{
            max-width: 720px;
        }
    }

    @media (min-width: 1024px){

        .projects__container{
            max-width: 960px;
        }
    }

    @media (min-width: 1280px){

        .projects__container{
            max-width: 1140px;
        }
    }

    @media (min-width: 1536px){

        .projects__container{
            min-width: 1280px;
        }
    }
}
@media (min-width: 640px){

    .projects__container{
        padding-top: 3rem;
        padding-bottom: 3rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media (min-width: 1024px){

    .projects__container{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}
.projects__header{
    display: block;
    width: 100%;
}
.projects__header .title{
    margin-bottom: 0px;
    font-size: 1.5rem !important;
    line-height: 2rem !important;
    letter-spacing: -0.02em !important;
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgb(8 22 38 / var(--tw-text-opacity));
}
@media (min-width: 640px){

    .projects__header .title{
        margin-bottom: 0.5rem;
        font-size: 2.25rem !important;
        line-height: 3rem !important;
        letter-spacing: -0.02em !important;
    }
}
.projects__content{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.projects__tabs{
    position: relative;
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
}
.projects__tabs-tab{
    display: flex;
    min-width: -moz-fit-content;
    min-width: fit-content;
    cursor: pointer;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-family: Lexend, sans-serif !important;
            max-height: 48px;
            border: 1px solid #787882;
            background: #eaedf0;
            color: #787882;
            font-size: 18px;
            font-style: normal;
            font-weight: 300;
            line-height: 140%;
            letter-spacing: -0.36px;
            border-radius: 240px;
            transition: all 0.2s ease-in-out;
            white-space: nowrap;
            text-overflow: ellipsis;
}
.projects__tabs-tab:hover {
                background: #081626;
                color: #e6f4f2;
            }
.projects__tabs-tab.active {
                color: #e6f4f2;
                background: #081626;
            }
.projects__tabs-panel{
    position: relative;
    display: none;
    flex-direction: column;
    gap: 1.5rem;
    padding-top: 0.75rem;
}
.projects__tabs-panel h3{
    margin-bottom: 0px !important;
                font-family: Lexend;
                font-size: 24px;
                font-style: normal;
                font-weight: 300;
                line-height: 120%;
                letter-spacing: -0.48px;
}
.projects__tabs-panel__list{
    display: grid;
    width: 100%;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1rem;
}
@media (min-width: 768px){

    .projects__tabs-panel__list{
        gap: 1.5rem;
    }
}
.projects__tabs-panel.active{
                display: flex;
                animation: fadeIn 0.5s ease-in-out;
            }
@keyframes fadeIn {
    0% {
        opacity: 0;
        height: 426px;
    }
    100% {
        opacity: 1;
        height: -moz-fit-content;
        height: fit-content;
    }
}
.card-project{
    position: relative;
    grid-column: span 6 / span 6;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.75rem;
}
@media (min-width: 768px){

    .card-project{
        grid-column: span 4 / span 4;
        gap: 1rem;
    }
}
@media (min-width: 1280px){

    .card-project{
        grid-column: span 3 / span 3;
    }
}
.card-project__image{
    position: relative;
    height: 182px;
    max-height: 182px;
    width: 100%;
    overflow: hidden;
}
@media (min-width: 768px){

    .card-project__image{
        height: 252px;
        max-height: 252px;
    }
}
@media (min-width: 1024px){

    .card-project__image{
        height: 300px;
        max-height: 300px;
    }
}
.card-project__image img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.card-project__info{
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 0.25rem;
}
@media (min-width: 640px){

    .card-project__info{
        gap: 0.5rem;
    }
}
@media (min-width: 1280px){

    .card-project__info{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
.card-project__info h4{
    margin-bottom: 0px;
    text-align: center !important;
    font-size: 16px;
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgb(8 22 38 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

    .card-project__info h4{
        font-size: 18px;
    }
}
.card-project__info h4 {
            line-height: 140%;
            letter-spacing: -0.36px;
        }
.card-project__info p {
            text-align: center;
            font-family: Lexend;
            font-size: 12px!important;
            font-style: normal;
            font-weight: 300;
            line-height: 16px;
            letter-spacing: 1.2px;
            text-transform: uppercase;
            margin-bottom: 0;

        }
.team{
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(8 22 38 / var(--tw-bg-opacity));
    display: block;
    width: 100%;
}
.team__container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
}
@media (min-width: 640px){

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

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

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

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

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

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

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

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

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

    .team__container{
        min-width: 1280px;
    }
}
.team__container{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.hero-legal-template .team__container{
    --tw-bg-opacity: 1;
    background-color: rgb(34 37 42 / var(--tw-bg-opacity));
    padding-left: 0px;
    padding-right: 0px;
}
.hero-inner__content .breadcrumbs .team__container{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.portfolio-logos .team__container {
        display: flex;
        flex-wrap: wrap;
        items-align: center;
        justify-content: center;
        padding: 36px 0;
    }
@media (max-width: 1190px) {
    .portfolio-logos .team__container {
        flex-wrap: wrap;
        justify-content: center;
        padding: 50px 0;
    }
        .portfolio-logos .team__container .portfolio-list-logo {
            width: 25%;
            margin: 10px 0;
        }
}
@media (max-width: 768px) {
    .portfolio-logos .team__container .portfolio-list-logo {
        width: 33%;
    }
}
@media (max-width: 520px) {
        .portfolio-logos .team__container {
            padding: 25px 0;
        }
            .portfolio-logos .team__container .portfolio-list-logo {
                width: 50%;
            }

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

    .team__container{
        padding-top: 3rem;
        padding-bottom: 3rem;
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (min-width: 1024px){

    .team__container{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}
@media (min-width: 1280px){

    .team__container{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
.team__header{
    display: block;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
.team__header .title{
    margin-bottom: 0px;
    font-size: 1.5rem !important;
    line-height: 2rem !important;
    letter-spacing: -0.02em !important;
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgb(245 246 250 / var(--tw-text-opacity));
}
@media (min-width: 640px){

    .team__header .title{
        margin-bottom: 0.5rem;
        font-size: 2.25rem !important;
        line-height: 3rem !important;
        letter-spacing: -0.02em !important;
    }
}
.team__list{
    display: grid;
    width: 100%;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.5rem;
}
.team__list .card-team{
    grid-column: span 12 / span 12;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.team__list .card-team:hover{
    cursor: pointer;
}
@media (min-width: 640px){

    .team__list .card-team{
        grid-column: span 6 / span 6;
    }
}
@media (min-width: 768px){

    .team__list .card-team{
        grid-column: span 4 / span 4;
    }
}
.team__list .card-team {
            padding: 36px 18px 24px 18px;
        }
@media (min-width: 1024px) {
.team__list .card-team {
                padding: 48px 24px 24px 24px
        }
            }
.team__list .card-team .card-team__image{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.team__list .card-team .card-team__image img{
    height: 120px;
    width: 120px;
    border-radius: 9999px;
}
.team__list .card-team .card-team__header{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1.25rem;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 0px;
}
.team__list .card-team .card-team__header .card-team__title{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
    text-align: center;
}
.team__list .card-team .card-team__header .card-team__name {
                    font-family: Lexend;
                    font-size: 24px;
                    font-style: normal;
                    font-weight: 300 !important;
                    line-height: 120%;
                    letter-spacing: -0.48px;
                    margin-bottom: 8px;
                }
.team__list .card-team .card-team__header .card-team__position {
                    font-family: Lexend;
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 300;
                    line-height: 16px;
                    letter-spacing: 1.2px;
                    text-transform: uppercase;
                    margin-bottom: 0;
                }
.team__list .card-team .card-team__header .card-team__contact{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}
.team__list .card-team .card-team__header .card-team__contact a{
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.team__list .card-team .card-team__header .card-team__contact a:hover {
                            opacity: 0.8;
                        }
.team__list .card-team .card-team__header .card-team__open {
                    font-family: Lexend;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 160%;
                    letter-spacing: -0.32px;
                    margin-bottom: 8px;
                    color: #081626 !important;
                }
.team__list .card-team .card-team__header .card-team__open:hover {
                        opacity: 0.8;
                    }
/*--------------------------------------------------------------
# Modal Team
--------------------------------------------------------------*/
.modal-active {
    overflow-y: hidden!important;
}
.teammodal{
    position: relative;
    z-index: 999 !important;
}
.teammodal .overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 800;
    height: 100%;
        background: rgba(8, 22, 38, 0.3);
}
.teammodal .close{
    position: absolute !important;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 900;
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    border-radius: 0.5rem;
    border-style: none;
    background-color: transparent;
    padding: 0.375rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(8 22 38 / var(--tw-text-opacity));
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.teammodal .close:hover{
    --tw-text-opacity: 1;
    color: rgb(8 22 38 / var(--tw-text-opacity));
            opacity: 0.5;
}
.modal__wrapper{
    position: relative;
    top: 24px;
    bottom: 24px;
    z-index: 999;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 1rem;
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px){

    .modal__wrapper{
        height: auto;
        padding-left: 2.25rem;
        padding-right: 2.25rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}
@media (min-width: 1024px){

    .modal__wrapper{
        width: 83.333333%;
    }
}
@media (min-width: 1280px){

    .modal__wrapper{
        max-width: 752px;
    }
}
.modal__content{
    position: relative;
    max-height: 85vh;
    overflow-y: hidden;
    padding-top: 24px;
    padding-bottom: 10px;
}
@media (min-width: 640px){

    .modal__content{
        padding-top: 24px;
        padding-bottom: 24px;
    }
}
@media (min-width: 768px){

    .modal__content{
        max-height: 80vh;
        padding-top: 36px;
        padding-bottom: 36px;
    }
}
.modal__content {
        border-radius: 0;
    }
.modal__header{
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 0.75rem;
    padding-bottom: 0px;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
        border-radius: 0;
}
.modal__body{
    position: relative;
    display: flex;
    max-height: 80vh;
}
@media (min-width: 768px){

    .modal__body{
        max-height: 70vh;
    }
}
.modal__body .modal-team{
    position: relative;
    display: block;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
@media (min-width: 1024px){

    .modal__body .modal-team{
        padding-left: 58px;
        padding-right: 58px;
    }
}
.modal__body .modal-team__header{
    margin-bottom: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
@media (min-width: 640px){

    .modal__body .modal-team__header{
        justify-content: flex-start;
    }
}
@media (min-width: 768px){

    .modal__body .modal-team__header{
        margin-bottom: 2.25rem;
    }
}
.modal__body .modal-team__image{
    display: flex;
    width: 160px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-bottom: 2rem;
}
@media (min-width: 640px){

    .modal__body .modal-team__image{
        justify-content: flex-start;
        padding-bottom: 1.5rem;
        padding-bottom: 0px;
    }
}
.modal__body .modal-team__image img{
    height: 130px;
    width: 130px;
    border-radius: 9999px;
}
.modal__body .modal-team__info{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.75rem;
}
@media (min-width: 640px){

    .modal__body .modal-team__info{
        width: 66.666667%;
    }
}
.modal__body .modal-team__info-name{
    margin-bottom: 0.5rem;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    text-align: left;
}
@media (min-width: 640px){

    .modal__body .modal-team__info-name{
        align-items: flex-start;
    }
}
.modal__body .modal-team__info .name {
                    font-family: Lexend;
                    font-size: 24px;
                    font-style: normal;
                    font-weight: 300 !important;
                    line-height: 120%;
                    letter-spacing: -0.48px;
                    margin-bottom: 8px;
                }
.modal__body .modal-team__info .position {
                    font-family: Lexend;
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 300;
                    line-height: 16px;
                    letter-spacing: 1.2px;
                    text-transform: uppercase;
                    margin-bottom: 0;
                }
.modal__body .modal-team__info a{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(70 70 82 / var(--tw-text-opacity));
                    font-family: Lexend;
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 300;
                    line-height: 16px; /* 133.333% */
                    letter-spacing: 1.2px;
                    text-transform: uppercase;
}
.modal__body .modal-team__info a:hover {
                        opacity: 0.8;
                    }
.modal__body .modal-team__info a .fps-icons {
                        background: #464652 !important;
                    }
.modal__body .modal-team__content{
    max-height: 30vh;
    width: 100%;
    overflow-y: auto;
}
@media (min-width: 640px){

    .modal__body .modal-team__content{
        max-height: 40vh;
    }
}
.modal__body .modal-team__content .entry-content{
    margin-top: 0px;
}
@media (min-width: 640px){

    .modal__body .modal-team__content .entry-content{
        margin-top: 1rem;
    }
}
.modal__body .modal-team__footer{
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 16px;
}
@media (min-width: 640px){

    .modal__body .modal-team__footer{
        padding-bottom: 42px;
    }
}
.preload{
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 800;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.preload.visible{
        display: flex;
    }
.preload{
    background: rgba(8, 22, 38, 0.3);
}
.preload .loader {
        width: 48px;
        height: 48px;
        border: 5px solid #fff;
        border-bottom-color: #ff3d00;
        border-radius: 50%;
        display: inline-block;
        box-sizing: border-box;
        animation: rotation 1s linear infinite;
    }
@keyframes rotation {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
.contact-intro{
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(245 246 250 / var(--tw-bg-opacity));
}
.contact-intro__container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
}
@media (min-width: 640px){

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

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

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

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

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

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

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

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

    .contact-intro__container{
        max-width: 1140px;
    }
}
@media (min-width: 1536px){

    .contact-intro__container{
        min-width: 1280px;
    }
}
.contact-intro__container{
    margin-left: auto;
    margin-right: auto;
}
.hero-legal-template .contact-intro__container{
    --tw-bg-opacity: 1;
    background-color: rgb(34 37 42 / var(--tw-bg-opacity));
    padding-left: 0px;
    padding-right: 0px;
}
.hero-inner__content .breadcrumbs .contact-intro__container{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.portfolio-logos .contact-intro__container {
        display: flex;
        flex-wrap: wrap;
        items-align: center;
        justify-content: center;
        padding: 36px 0;
    }
@media (max-width: 1190px) {
    .portfolio-logos .contact-intro__container {
        flex-wrap: wrap;
        justify-content: center;
        padding: 50px 0;
    }
        .portfolio-logos .contact-intro__container .portfolio-list-logo {
            width: 25%;
            margin: 10px 0;
        }
}
@media (max-width: 768px) {
    .portfolio-logos .contact-intro__container .portfolio-list-logo {
        width: 33%;
    }
}
@media (max-width: 520px) {
        .portfolio-logos .contact-intro__container {
            padding: 25px 0;
        }
            .portfolio-logos .contact-intro__container .portfolio-list-logo {
                width: 50%;
            }

}
.contact-intro__wrapper{
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1rem;
    padding-top: 3rem;
    padding-bottom: 1rem;
}
@media (min-width: 768px){

    .contact-intro__wrapper{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}
.contact-intro__left{
    grid-column: span 12 / span 12;
}
@media (min-width: 1280px){

    .contact-intro__left{
        grid-column: span 5 / span 5;
    }
}
.contact-intro__left h2{
    margin-bottom: 1.5rem;
    font-family: Lexend, sans-serif !important;
    font-size: 2.25rem !important;
    line-height: 3rem !important;
    letter-spacing: -0.02em !important;
    font-weight: 300 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(70 70 82 / var(--tw-text-opacity)) !important;
}
@media (min-width: 768px){

    .contact-intro__left h2{
        margin-bottom: 2.25rem;
    }
}
.contact-intro__left h2 {
            letter-spacing: -0.72px;
            line-height: 120% !important;
        }
.contact-intro__left h4{
    margin-bottom: 1.5rem;
    font-family: Lexend, sans-serif !important;
    font-size: 1.125rem !important;
    line-height: 1.563rem !important;
    letter-spacing: -0.02em !important;
    font-weight: 300 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(70 70 82 / var(--tw-text-opacity)) !important;
}
@media (min-width: 768px){

    .contact-intro__left h4{
        margin-bottom: 2.25rem;
        font-size: 1.5rem !important;
        line-height: 2rem !important;
        letter-spacing: -0.02em !important;
    }
}
.contact-intro__left h4 {
            letter-spacing: -0.48px;
            line-height: 120%;
        }
.contact-intro__left p{
    margin-bottom: 0.25rem;
    font-family: Lexend, sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.3rem !important;
    letter-spacing: -0.02em !important;
    font-weight: 300 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(70 70 82 / var(--tw-text-opacity)) !important;
}
@media (min-width: 768px){

    .contact-intro__left p{
        font-size: 1.125rem !important;
        line-height: 1.563rem !important;
        letter-spacing: -0.02em !important;
    }
}
.contact-intro__left p {
            letter-spacing: -0.36px;
            line-height: 140%;
        }
.contact-intro__right{
    grid-column: span 12 / span 12;
}
@media (min-width: 1280px){

    .contact-intro__right{
        grid-column: span 7 / span 7;
    }
}
.contact-intro__contact{
    margin-bottom: 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
@media (min-width: 768px){

    .contact-intro__contact{
        margin-bottom: 2.25rem;
    }
}
@media (min-width: 1280px){

    .contact-intro__contact{
        margin-bottom: 0px;
    }
}
.contact-intro__contact span{
    margin-bottom: 0.5rem;
    font-family: Lexend, sans-serif;
    font-size: 1rem !important;
    line-height: 1.3rem !important;
    letter-spacing: -0.02em !important;
    font-weight: 300 !important;
    --tw-text-opacity: 1;
    color: rgb(70 70 82 / var(--tw-text-opacity));
}
@media (min-width: 768px){

    .contact-intro__contact span{
        font-size: 1.125rem;
        line-height: 1.563rem;
        letter-spacing: -0.02em;
    }
}
.contact-intro__contact span {
            letter-spacing: -0.36px;
            line-height: 140%;
        }
.contact-intro__contact a{
    font-family: Lexend, sans-serif;
    font-size: 1.125rem !important;
    line-height: 1.563rem !important;
    letter-spacing: -0.02em !important;
    font-weight: 300 !important;
    --tw-text-opacity: 1;
    color: rgb(70 70 82 / var(--tw-text-opacity));
}
@media (min-width: 768px){

    .contact-intro__contact a{
        font-size: 1.5rem;
        line-height: 2rem;
        letter-spacing: -0.02em;
    }
}
.contact-intro__contact a {
            letter-spacing: -0.48px;
            line-height: 120%;
        }
.contact-intro .gform_body .ginput_complex{
    gap: 0.75rem !important;
}
.contact-intro .gform_body .gform_fields{
    gap: 1.5rem !important;
}
.contact-intro .gform_wrapper .gfield_label{
    display: none !important;
}
.contact-intro .gform_wrapper .ginput_complex label{
    display: none !important;
}
.contact-intro input[type="text"],
        .contact-intro input[type="email"],
        .contact-intro input[type="url"],
        .contact-intro input[type="password"],
        .contact-intro input[type="search"],
        .contact-intro input[type="number"],
        .contact-intro input[type="tel"],
        .contact-intro input[type="range"],
        .contact-intro input[type="date"],
        .contact-intro input[type="month"],
        .contact-intro input[type="week"],
        .contact-intro input[type="time"],
        .contact-intro input[type="datetime"],
        .contact-intro input[type="datetime-local"],
        .contact-intro input[type="color"]{
    height: 64px !important;
    border-radius: 0px !important;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1 !important;
    border-color: rgb(34 37 42 / var(--tw-border-opacity)) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-family: Roboto, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(145 145 154 / var(--tw-text-opacity)) !important;
    opacity: 1 !important;
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            outline: none!important;
}
.contact-intro textarea{
    border-radius: 0px !important;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1 !important;
    border-color: rgb(34 37 42 / var(--tw-border-opacity)) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-family: Roboto, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    --tw-text-opacity: 1;
    color: rgb(145 145 154 / var(--tw-text-opacity));
    opacity: 1 !important;
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            outline: none!important;
}
.contact-intro .gform_footer{
    position: relative !important;
    justify-content: flex-end;
}
.contact-intro .gform_footer .gform_button__custom{
    position: relative !important;
    width: 100% !important;
    --tw-bg-opacity: 1;
    background-color: rgb(8 22 38 / var(--tw-bg-opacity));
}
.contact-intro .gform_footer .gform_button__custom:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(34 37 42 / var(--tw-bg-opacity));
}
@media (min-width: 768px){

    .contact-intro .gform_footer .gform_button__custom{
        max-width: 185px !important;
    }
}
.contact-intro .gform_footer .gform_button__custom span{
    margin: 0px;
    display: flex !important;
    font-family: Lexend, sans-serif;
    font-size: 1.125rem;
    line-height: 1.688rem;
    letter-spacing: -0.03em;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
                line-height: 160%;
                letter-spacing: -0.32px;
}
.contact-intro .gform_footer .gform_button__custom svg{
    display: none !important;
}
.contact-intro .gform_wrapper .gform_validation_errors{
    display: none !important;
}
.contact-intro .gform_wrapper .gfield_validation_message,
.contact-intro .gform_wrapper .validation_message{
    margin-top: 0px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    border-radius: 0px;
    border-style: none !important;
    background-color: transparent !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 6px !important;
    font-family: Roboto, sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    --tw-text-opacity: 1 !important;
    color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}
.contact-intro .gform_wrapper .gfield_validation_message:before, .contact-intro .gform_wrapper .validation_message:before {
        content: ".";
        display: flex;
        width: 16px !important;
        height: 16px !important;
        font-size: 86px;
        color: transparent !important;
        margin-right: 6px;
        margin-top: 0;
        background-image: url(.././img/error.png) !important;
        background-size: contain;
        background-repeat: no-repeat;
    }
.contact-intro .gform_wrapper .gfield_validation_message:after, .contact-intro .gform_wrapper .validation_message:after{
    display: none !important;
}
.confirmation{
    --tw-bg-opacity: 1;
    background-color: rgb(245 246 250 / var(--tw-bg-opacity));
}
.confirmation__container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
}
@media (min-width: 640px){

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

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

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

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

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

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

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

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

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

    .confirmation__container{
        min-width: 1280px;
    }
}
.confirmation__container{
    margin-left: auto;
    margin-right: auto;
    padding-top: 16%;
    padding-bottom: 16%;
}
.hero-legal-template .confirmation__container{
    --tw-bg-opacity: 1;
    background-color: rgb(34 37 42 / var(--tw-bg-opacity));
    padding-left: 0px;
    padding-right: 0px;
}
.hero-inner__content .breadcrumbs .confirmation__container{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.portfolio-logos .confirmation__container {
        display: flex;
        flex-wrap: wrap;
        items-align: center;
        justify-content: center;
        padding: 36px 0;
    }
@media (max-width: 1190px) {
    .portfolio-logos .confirmation__container {
        flex-wrap: wrap;
        justify-content: center;
        padding: 50px 0;
    }
        .portfolio-logos .confirmation__container .portfolio-list-logo {
            width: 25%;
            margin: 10px 0;
        }
}
@media (max-width: 768px) {
    .portfolio-logos .confirmation__container .portfolio-list-logo {
        width: 33%;
    }
}
@media (max-width: 520px) {
        .portfolio-logos .confirmation__container {
            padding: 25px 0;
        }
            .portfolio-logos .confirmation__container .portfolio-list-logo {
                width: 50%;
            }

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

    .confirmation__container{
        padding-top: 14%;
        padding-bottom: 14%;
    }
}
@media (min-width: 1280px) {
.confirmation__container {
            padding-top: 10%;
            padding-bottom: 16%
    }
        }
@media (min-width: 1536px) {
.confirmation__container {
            padding-top: 12%;
            padding-bottom: 16%
    }
        }
.confirmation__info{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}
.confirmation__image{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.confirmation__image img{
    width: 100px;
}
@media (min-width: 768px){

    .confirmation__image img{
        width: 120px;
    }
}
.confirmation__text{
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 768px){

    .confirmation__text{
        padding-left: 0px;
        padding-right: 0px;
    }
}
.confirmation__text h1{
    margin-bottom: 1rem;
    text-align: center;
    font-family: Lexend, sans-serif !important;
    font-size: 2.25rem !important;
    line-height: 3rem !important;
    letter-spacing: -0.02em !important;
    font-weight: 300 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(70 70 82 / var(--tw-text-opacity)) !important;
            letter-spacing: -0.72px;
            line-height: 120% !important;
}
.confirmation__text p{
    text-align: center;
    font-family: Lexend, sans-serif !important;
    font-size: 1.125rem !important;
    line-height: 1.563rem !important;
    letter-spacing: -0.02em !important;
    font-weight: 300 !important;
    --tw-text-opacity: 1;
    color: rgb(70 70 82 / var(--tw-text-opacity));
            line-height: 140%; /* 25.2px */
            letter-spacing: -0.36px;
}
.confirmation__text div{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}
.confirmation__text .btn{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(8 22 38 / var(--tw-bg-opacity)) !important;
    text-align: center;
    text-transform: capitalize !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.confirmation__text .btn:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(70 70 82 / var(--tw-bg-opacity)) !important;
}
.visible{
    visibility: visible;
}
.collapse{
    visibility: collapse;
}
.static{
    position: static;
}
.fixed{
    position: fixed;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.left-0{
    left: 0px;
}
.right-0{
    right: 0px;
}
.top-0{
    top: 0px;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.inline{
    display: inline;
}
.flex{
    display: flex;
}
.table{
    display: table;
}
.table-caption{
    display: table-caption;
}
.table-cell{
    display: table-cell;
}
.grid{
    display: grid;
}
.contents{
    display: contents;
}
.\!hidden{
    display: none !important;
}
.hidden{
    display: none;
}
.h-6{
    height: 1.5rem;
}
.h-full{
    height: 100%;
}
.w-10\/12{
    width: 83.333333%;
}
.w-6{
    width: 1.5rem;
}
.w-full{
    width: 100%;
}
.transform{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize{
    resize: both;
}
.grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-wrap{
    flex-wrap: wrap;
}
.items-center{
    align-items: center;
}
.justify-center{
    justify-content: center;
}
.gap-3{
    gap: 0.75rem;
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-x-hidden{
    overflow-x: hidden;
}
.overflow-y-hidden{
    overflow-y: hidden;
}
.truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rounded{
    border-radius: 0.25rem;
}
.border{
    border-width: 1px;
}
.px-0{
    padding-left: 0px;
    padding-right: 0px;
}
.px-4{
    padding-left: 1rem;
    padding-right: 1rem;
}
.py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.pb-0{
    padding-bottom: 0px;
}
.text-center{
    text-align: center;
}
.font-lexend{
    font-family: Lexend, sans-serif;
}
.font-roboto{
    font-family: Roboto, sans-serif;
}
.text-lead{
    font-size: 1.125rem;
    line-height: 1.875rem;
    letter-spacing: -0.03em;
}
.text-title2{
    font-size: 3rem;
    line-height: 3.7rem;
    letter-spacing: -0.02em;
}
.text-title3{
    font-size: 2.25rem;
    line-height: 3rem;
    letter-spacing: -0.02em;
}
.font-light{
    font-weight: 300;
}
.font-normal{
    font-weight: 400;
}
.uppercase{
    text-transform: uppercase;
}
.lowercase{
    text-transform: lowercase;
}
.leading-loose{
    line-height: 2;
}
.shadow{
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur{
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!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;
}
.invert{
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!filter{
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !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);
}
.transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
@media (min-width: 768px){

    .md\:inset-0{
        inset: 0px;
    }

    .md\:w-11\/12{
        width: 91.666667%;
    }

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

    .md\:text-title1{
        font-size: 4rem;
        line-height: 4.7rem;
        letter-spacing: -0.02em;
    }

    .md\:text-title3{
        font-size: 2.25rem;
        line-height: 3rem;
        letter-spacing: -0.02em;
    }
}
@media (min-width: 1024px){

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

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

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

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

    .lg\:text-6xl{
        font-size: 3.75rem;
        line-height: 1;
    }

    .lg\:text-title2{
        font-size: 3rem;
        line-height: 3.7rem;
        letter-spacing: -0.02em;
    }
}
@media (min-width: 1280px){

    .xl\:text-7xl{
        font-size: 4.5rem;
        line-height: 1;
    }
}

/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./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;
            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??ruleSet[1].rules[2].use[1]!./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;
}

