/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: rgb(219, 172, 14);
  text-decoration: none;
}
a:hover, a:active, a:focus, a:focus-within {
  color: rgb(34, 34, 34);
  text-decoration: underline;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* Disables the blue highlight */
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("../fonts/BarlowCondensed-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Orbitron";
  src: url("../fonts/Orbitron-VariableFont_wght.ttf") format("truetype");
  font-weight: 300 400 500 700;
  font-style: normal;
}
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 20px; /* 3 */
  padding-right: 20px; /* 3 */
  width: 100%; /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/**
 * Basic typography style for copy text
 */
body {
  color: rgb(34, 34, 34);
  font: normal 125%/1.4 "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

h1 {
  font-size: clamp(29px, 4vw, 2.5em) !important;
}

h2 {
  font-size: clamp(35px, 4vw, 2.3em) !important;
}

h3 {
  font-size: clamp(25px, 3vw, 1.5em) !important;
}

h4 {
  font-size: clamp(22px, 3vw, 1em) !important;
}

p {
  font-size: clamp(19px, 3vw, 1.05em) !important;
}

.icons-column p, .particle-icons-column p {
  font-size: clamp(14px, 3vw, 0.9em) !important;
}

#contact-us .icons-column p {
  font-size: clamp(14px, 3vw, 0.45em) !important;
  font-family: "orbitron" !important;
}

footer {
  margin-top: 0px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer .particles-cover {
    padding: 30px !important;
  }
}
@media (max-width: 768px) {
  footer .main-footer-wrapper {
    padding-top: 0px !important;
    padding-bottom: 30px !important;
  }
}
@media (max-width: 768px) {
  footer .main-footer-wrapper .footer-logo-column {
    padding-right: 0px !important;
  }
}
@media (max-width: 768px) {
  footer .wp-block-cover {
    padding: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer .footer-logo {
    flex-basis: 30%;
  }
}
footer .footer-logo img {
  z-index: 99;
  position: relative;
}
footer .footer-menu {
  z-index: 11;
  font-family: "Orbitron";
}
footer .footer-menu ul {
  margin-top: 2px;
}
footer .footer-menu ul li a {
  text-decoration: none;
  background: linear-gradient(to right, rgb(255, 255, 255) 50%, rgb(219, 172, 14) 20%, rgb(219, 172, 14));
  -webkit-background-clip: text; /* Apply gradient to text */
  color: transparent; /* Make the text transparent to show the gradient */
  display: inline-block; /* Ensure background is applied properly */
  background-size: 200% 100%; /* Set background to be larger */
  background-position: 200.8% 0; /* Start with the gradient off to the left */
  transition: background-position 0.3s ease-in-out; /* Animate the background position */
  text-shadow: 0px 0px 5px rgba(219, 172, 14, 0);
  position: relative; /* Required for pseudo-elements */
  color: white;
  font-size: clamp(18px, 3vw, 19px) !important;
  font-weight: 500;
}
footer .footer-menu ul li a span {
  color: transparent;
  transition: 0.2s ease-in;
}
footer .footer-menu ul li a:hover {
  background-position: 100% 0; /* On hover, move the gradient to the right */
  transition: 0.2s ease-in;
  text-shadow: 0px 0px 5px rgba(219, 172, 14, 0.7);
  color: rgb(219, 172, 14);
}
footer .footer-menu ul li a:hover span {
  color: transparent;
  transition: 0.1s ease-in;
}
footer .footer-menu ul li a::after {
  content: "";
  position: absolute;
  width: 100%; /* Full width when it starts */
  height: 2px; /* Thickness of the underline */
  background: linear-gradient(to right, #DBAC0E, rgb(219, 172, 14)); /* Gradient moving right */
  box-shadow: rgba(255, 197, 71, 0.95) 0px 0px 25px, rgba(255, 197, 71, 0.7) 0px 0px 8px;
  bottom: 0px; /* Position below the text */
  left: 0; /* Start at the left edge */
  transform: scaleX(0); /* Start with no visible width */
  transform-origin: left; /* Anchor the animation to the left */
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out; /* Animate the transform property */
  opacity: 0.0001;
  visibility: hidden;
}
footer .footer-menu ul li a:hover::after {
  transform: scaleX(1); /* Expand from left to right */
  opacity: 1;
  visibility: visible;
}
footer h3 {
  font-size: 27px !important;
}
footer .more-info ul {
  padding-left: 0px !important;
}
@media (max-width: 440px) {
  footer .more-info ul {
    list-style: none !important;
  }
}
footer .more-info ul p {
  font-family: "orbitron";
  font-size: clamp(18px, 3vw, 19px) !important;
}
footer .wp-block-social-links {
  position: relative;
  z-index: 11;
  margin-top: 20px;
}
footer .wp-block-social-links li {
  background-color: transparent;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  transition: 0.2s ease-in;
  border: solid 2px rgba(219, 172, 14, 0.2);
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(3px);
}
footer .wp-block-social-links li:hover {
  box-shadow: rgba(255, 197, 71, 0.35) 0px 0px 25px, rgba(255, 197, 71, 0.1) 0px 0px 8px;
}
footer .wp-block-social-links li:hover {
  background-color: rgba(219, 171, 14, 0.1215686275);
  transition: 0.2s ease-in;
  border: solid 2px rgba(219, 171, 14, 0.4196078431);
  box-shadow: rgba(255, 197, 71, 0.35) 0px 0px 25px, rgba(255, 197, 71, 0.1) 0px 0px 8px;
}
footer .wp-block-social-links li:hover a svg {
  fill: rgb(219, 172, 14) !important;
  transition: 0.2s ease-in;
}
footer .wp-block-social-links li a {
  padding: 7px !important;
  font-size: 40px !important;
}
footer .wp-block-social-links li a svg {
  fill: rgb(255, 255, 255) !important;
  transition: 0.2s ease-in;
}
footer .quick-links-column {
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer .quick-links-column {
    flex-basis: 30% !important;
  }
}
footer .more-info {
  margin-top: 30px;
}

header {
  z-index: 1002;
  position: absolute;
  right: 0px;
  left: 0px;
}
header .main-header-wrapper {
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
  position: absolute;
  width: 100%;
  transition: height ease-in 0.3s, background-color ease-in 0.3s;
  font-family: "Orbitron";
  opacity: 0.0001;
  will-change: opacity;
  animation-delay: 0.3s !important;
  animation-duration: 1s !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  header .main-header-wrapper {
    padding: 0px 20px;
  }
}
@media (max-width: 768px) {
  header .main-header-wrapper {
    height: 80px;
  }
}
@media (max-width: 440px) {
  header .main-header-wrapper {
    height: 80px;
  }
}
@media (max-width: 380px) {
  header .main-header-wrapper {
    height: 70px;
  }
}
header .main-header-wrapper .main-header {
  height: 100%;
}
header .main-header-wrapper .main-header .mobile-button {
  display: none;
}
@media (max-width: 768px) {
  header .main-header-wrapper .main-header .mobile-button {
    display: flex;
  }
  header .main-header-wrapper .main-header .mobile-button button {
    margin-left: auto;
    margin-right: 10px;
  }
}
header .main-header-wrapper .main-header .header-logo-column {
  display: flex;
}
@media (max-width: 768px) {
  header .main-header-wrapper .main-header .header-logo-column .wp-block-site-logo {
    max-width: 220px !important;
    margin-top: auto;
    margin-bottom: auto;
  }
  header .main-header-wrapper .main-header .header-logo-column .wp-block-site-logo img {
    margin-left: 15px;
  }
}
@media (max-width: 380px) {
  header .main-header-wrapper .main-header .header-logo-column .wp-block-site-logo img {
    margin-top: 4px;
  }
}
@media (max-width: 768px) {
  header .main-header-wrapper .main-header .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    flex-basis: 20% !important;
  }
}
header .main-header-wrapper .main-header .are-vertically-aligned-center {
  height: 100%;
}
header .main-header-wrapper .main-header .desktop-menu {
  display: flex;
}
header .main-header-wrapper .main-header .desktop-menu nav {
  margin-left: auto;
}
header .main-header-wrapper .main-header .desktop-menu nav ul li a {
  text-decoration: none;
  background: linear-gradient(to right, rgb(255, 255, 255) 50%, rgb(219, 172, 14) 20%, rgb(219, 172, 14));
  -webkit-background-clip: text; /* Apply gradient to text */
  color: transparent; /* Make the text transparent to show the gradient */
  display: inline-block; /* Ensure background is applied properly */
  background-size: 200% 100%; /* Set background to be larger */
  background-position: 200% 0; /* Start with the gradient off to the left */
  transition: background-position 0.3s ease-in-out; /* Animate the background position */
  text-shadow: 0px 0px 5px rgba(219, 172, 14, 0);
  position: relative; /* Required for pseudo-elements */
}
header .main-header-wrapper .main-header .desktop-menu nav ul li a:hover {
  background-position: 100% 0; /* On hover, move the gradient to the right */
  transition: 0.2s ease-in;
  text-shadow: 0px 0px 5px rgba(219, 172, 14, 0.7);
}
header .main-header-wrapper .main-header .desktop-menu nav ul li a::after {
  content: "";
  position: absolute;
  width: 100%; /* Full width when it starts */
  height: 2px; /* Thickness of the underline */
  background: linear-gradient(to right, #DBAC0E, rgb(219, 172, 14)); /* Gradient moving right */
  box-shadow: rgba(255, 197, 71, 0.95) 0px 0px 25px, rgba(255, 197, 71, 0.7) 0px 0px 8px;
  bottom: -27px; /* Position below the menu */
  left: 0; /* Start at the left edge */
  transform: scaleX(0); /* Start with no visible width */
  transform-origin: left; /* Anchor the animation to the left */
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out; /* Animate the transform property */
  opacity: 0.0001;
  will-change: opacity;
}
header .main-header-wrapper .main-header .desktop-menu nav ul li a:hover::after {
  transform: scaleX(1); /* Expand from left to right */
  opacity: 1;
}
@media (max-width: 768px) {
  header .main-header-wrapper .main-header .desktop-menu {
    display: none !important;
  }
}
header .main-header-wrapper.scrolled {
  position: fixed !important;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  top: 0;
  transition: opacity 1s ease-in;
  will-change: opacity;
  width: 100%;
}
header .main-header-wrapper.scrolled.animate__fadeInDown {
  transition: opacity 1s ease-in;
  opacity: 1;
}
header .top-info-header {
  position: absolute;
  width: 100%;
  position: relative;
  padding: 15px 0px;
  box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 2px 0px, rgba(255, 255, 255, 0.1) 0px 0px 1px 0px;
  background-color: rgba(27, 31, 49, 0.8);
}
@media (max-width: 768px) {
  header .top-info-header {
    display: none !important;
  }
}
header .top-info-header .is-flexed {
  display: flex;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}
header .top-info-header p {
  font-size: 16px;
  margin-right: 20px;
  margin-top: 0px;
  font-weight: 300;
  color: rgb(255, 255, 255);
}
header .top-info-header p i {
  color: rgb(219, 172, 14);
  margin-right: 0.45rem;
  font-size: 14px;
}
header .top-info-header .wp-block-social-links .wp-social-link {
  background-color: transparent;
}

.wp-block-navigation__responsive-container-open {
  color: black !important;
}

header {
  margin-top: 0px;
}
header .main-header-wrapper .main-header .main-header-wrap {
  z-index: 999;
  position: relative;
}
@media (max-width: 768px) {
  header .main-header-wrapper .main-header .main-header-wrap {
    background-color: rgba(0, 0, 0, 0.1019607843);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
}
@media (max-width: 440px) {
  header .main-header-wrapper .main-header .main-header-wrap {
    height: 100%;
  }
}
header .main-header-wrapper .main-header .mobile-menu {
  display: block;
  overflow: hidden;
  max-height: 0;
  background: black;
  background-size: 600% 100%;
  animation: gradient 16s linear infinite;
  animation-direction: alternate;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: max-height 0.45s ease-in-out, height 0.65s ease-in-out, opacity 2s ease-in;
  transition-delay: 700ms;
  opacity: 0.0001;
  height: 100%;
  margin-top: 0;
  will-change: opacity;
}
header .main-header-wrapper .main-header .mobile-menu nav {
  display: flex !important;
  height: 100%;
  position: absolute;
  top: 0px;
  width: 100%;
  margin-top: 0;
}
header .main-header-wrapper .main-header .mobile-menu nav.is-layout-flex {
  align-items: baseline !important;
}
header .main-header-wrapper .main-header .mobile-menu nav ul {
  display: flex !important;
  flex-direction: column;
  margin: 100px 50px 0 50px !important;
  gap: 15px;
}
header .main-header-wrapper .main-header .mobile-menu nav ul li {
  font-size: 19px !important;
  font-family: "Orbitron";
  width: 100%;
  text-align: center;
  backdrop-filter: blur(3px);
  z-index: 100;
  margin-left: auto;
  transition: background 0.2s ease-in;
  box-shadow: rgba(235, 176, 32, 0.05) 0px 30px 60px -12px inset, rgba(214, 35, 41, 0.05) 0px 18px 36px -18px inset;
  overflow: hidden;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(218, 34, 38, 0.1));
}
header .main-header-wrapper .main-header .mobile-menu nav ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(218, 34, 38, 0.4));
  background-size: 200% 100%;
  background-position: left;
  transition: 0.3s ease-in-out;
  z-index: -1;
}
header .main-header-wrapper .main-header .mobile-menu nav ul li:hover::before, header .main-header-wrapper .main-header .mobile-menu nav ul li:active::before, header .main-header-wrapper .main-header .mobile-menu nav ul li:focus::before {
  transform: translateX(0);
}
header .main-header-wrapper .main-header .mobile-menu nav ul li:hover a, header .main-header-wrapper .main-header .mobile-menu nav ul li:active a, header .main-header-wrapper .main-header .mobile-menu nav ul li:focus a {
  letter-spacing: 1px;
  transition: 0.5s ease-in-out;
}
header .main-header-wrapper .main-header .mobile-menu nav ul li a {
  width: 100%;
  padding: 15px;
  border: solid 3px rgba(218, 34, 38, 0.2509803922);
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
@media (max-width: 380px) {
  header .main-header-wrapper .main-header .mobile-menu nav ul li a {
    padding: 12px;
  }
}
header .main-header-wrapper .main-header .mobile-menu nav ul li a .wp-block-navigation-item__label {
  color: rgb(219, 172, 14);
}
header .main-header-wrapper .main-header .mobile-menu .mobile-social-icons.wp-block-social-links {
  fill: rgb(219, 172, 14);
  font-size: 45px !important;
  position: absolute;
  bottom: -1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5294117647);
  backdrop-filter: blur(3px);
  height: 100px;
  z-index: 99;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 20%, rgba(70, 7, 7, 0.1));
  box-shadow: rgba(235, 176, 32, 0.1) 0px 0px 27px -43px inset, rgba(214, 35, 41, 0.2) 0px -17px 50px -20px inset;
}
header .main-header-wrapper .main-header .mobile-menu .mobile-social-icons.wp-block-social-links::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px; /* Adjust thickness as needed */
  background: #DA2226;
}
header .main-header-wrapper .main-header .mobile-menu .mobile-social-icons.wp-block-social-links li {
  background-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 6px 24px 0px, rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
}
header .main-header-wrapper .main-header .mobile-menu .mobile-social-icons.wp-block-social-links li a {
  padding: 5px !important;
}
header .main-header-wrapper .main-header .mobile-menu .mobile-social-icons.wp-block-social-links li a svg {
  fill: rgb(219, 172, 14) !important;
}
header .main-header-wrapper .main-header .mobile-menu .mobile-extra-info {
  position: absolute;
  bottom: 11%;
  padding: 30px;
  width: 100%;
  z-index: 15;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 20%, rgba(70, 7, 7, 0.2));
  backdrop-filter: blur(2px);
  font-weight: 500;
}
header .main-header-wrapper .main-header .mobile-menu .mobile-extra-info p {
  font-family: "Orbitron";
  font-size: 19px;
  color: rgb(219, 172, 14);
  text-align: center;
  padding: 5px 0px;
}
header .main-header-wrapper .main-header .mobile-menu .mobile-extra-info i {
  margin-right: 15px;
  color: rgb(219, 172, 14);
}
header .main-header-wrapper .main-header .mobile-menu .mobile-extra-info.animate__fadeInUp {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 20%, rgba(70, 7, 7, 0.2));
}
header .main-header-wrapper .main-header .mobile-menu.mobile-active {
  max-height: 100vh;
  height: 100vh;
  opacity: 1;
  transition: max-height 0.65s ease-in-out, height 0.65s ease-in-out, opacity 0.3s ease-in-out, 0.35s;
}
@keyframes gradient {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}

.current-menu-item {
  color: rgb(219, 172, 14);
  text-shadow: 0px 0px 10px rgb(219, 172, 14);
}

.particle-class {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s linear;
  margin-top: 0px;
  background-color: black;
  mix-blend-mode: hard-light;
  z-index: 10;
}
.particle-class.fade-in {
  opacity: 1;
  visibility: visible;
}
.particle-class.fade-out {
  opacity: 0.0001;
  transition: opacity 0.5s linear;
  visibility: hidden;
}

.particle-blur {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  margin-top: 0;
  backdrop-filter: blur(1.5px);
  z-index: 10;
}

.parallax-wrap {
  position: relative;
  display: block;
  pointer-events: auto;
  height: 100%;
  min-height: 100%;
  width: 100%;
  position: absolute !important;
  left: 0px;
  top: 0px;
  z-index: 5;
  visibility: visible;
  perspective: 601px;
  opacity: 0.0001;
  visibility: hidden;
  transition: 0.7s ease-in;
}
.parallax-wrap .wp-block-image {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  backdrop-filter: none;
  filter: none;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
  left: 0;
  top: 0;
}
.parallax-wrap .wp-block-image img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.particles-container {
  opacity: 0.0001;
  visibility: hidden;
  transition: 0.5s ease-in;
}
.particles-container.parrallax-active {
  opacity: 1;
  visibility: visible;
  transition: 0.5s ease-in;
}
.particles-container.parrallax-active .parallax-wrap {
  opacity: 1;
  visibility: visible;
  transition: 0.7s ease-in;
}

.mobile-menu.mobile-active .parallax-wrap {
  opacity: 1;
  transition: 0.7s opacity ease-in;
}
.mobile-menu.mobile-active .particles-container {
  opacity: 1;
  transition: 0.7s opacity ease-in;
}
.mobile-menu.mobile-active .particles-cover {
  opacity: 1;
  transition: 1.5s ease-in;
  transition-delay: 0.5s;
}
.mobile-menu.mobile-active .particles-cover .parallax-wrap {
  opacity: 1;
  transition: 0.7s ease-in;
}
.mobile-menu .particles-container {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.mobile-menu .particles-cover {
  height: 100% !important;
  opacity: 0.0001;
  transition: 0.7s ease-in;
  transition-delay: 0.2s;
}
.mobile-menu .particles-cover.particles-active {
  opacity: 1;
  transition: 1.5s ease-in;
  transition-delay: 0.5s;
}
.mobile-menu .particles-cover .parallax-wrap {
  opacity: 0.0001;
  transition: 0.7s ease-in;
}
.mobile-menu .particle-class {
  height: 100vh;
}

.particles-cover p,
.particles-cover h2,
.particles-cover h3,
.particles-cover h1,
.particles-cover ul,
.particles-cover li {
  position: relative;
  z-index: 10;
  pointer-events: none;
}
.particles-cover p a,
.particles-cover h2 a,
.particles-cover h3 a,
.particles-cover h1 a,
.particles-cover ul a,
.particles-cover li a {
  pointer-events: all;
}
.particles-cover p {
  color: rgb(245, 244, 244);
  font-family: "Barlow Condensed";
}
.particles-cover h2 {
  font-family: "Orbitron";
  background: linear-gradient(to right, rgb(219, 172, 14) 20%, #DA2226);
  /* Gradient colors */
  -webkit-background-clip: text;
  /* Apply gradient to text */
  color: transparent;
  /* Make the text transparent to show the gradient */
}
.particles-cover h3 {
  font-family: "Orbitron";
}

.particles-column h3 {
  font-size: clamp(22px, 3vw, 1em) !important;
}
.particles-column .wp-block-column {
  z-index: 10;
  backdrop-filter: blur(2px);
  transition: 0.2s ease-in !important;
}
.particles-column .wp-block-column:hover {
  box-shadow: rgba(255, 197, 71, 0.1) 0px 0px 25px, rgba(255, 197, 71, 0.1) 0px 0px 8px;
  transition: 0.2s ease-in;
  border: solid 2px rgba(219, 172, 14, 0.2) !important;
}

.particle-icons-column {
  z-index: 12;
}
.particle-icons-column .wp-block-column {
  overflow: hidden;
  backdrop-filter: blur(2px);
  transition: 0.2s ease-in !important;
}
.particle-icons-column .wp-block-column:hover {
  box-shadow: rgba(255, 197, 71, 0.1) 0px 0px 25px, rgba(255, 197, 71, 0.1) 0px 0px 8px;
  transition: 0.2s ease-in;
  border: solid 2px rgba(219, 172, 14, 0.2) !important;
}

.page-template-wp-custom-template-privacy-policy .particles-cover p,
.page-template-wp-custom-template-privacy-policy .particles-cover h2,
.page-template-wp-custom-template-privacy-policy .particles-cover h3,
.page-template-wp-custom-template-privacy-policy .particles-cover h1,
.page-template-wp-custom-template-privacy-policy .particles-cover div.animate-child {
  z-index: 10;
}
.page-template-wp-custom-template-privacy-policy .particles-cover p a,
.page-template-wp-custom-template-privacy-policy .particles-cover h2 a,
.page-template-wp-custom-template-privacy-policy .particles-cover h3 a,
.page-template-wp-custom-template-privacy-policy .particles-cover h1 a,
.page-template-wp-custom-template-privacy-policy .particles-cover div.animate-child a {
  pointer-events: initial !important;
}

@media (max-width: 768px) {
  .page-template-wp-custom-template-privacy-policy .privacy-policy-main #particles-main canvas {
    position: fixed;
    top: 0;
  }
}

.hamburger {
  padding: 10px 15px 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  z-index: 999;
}

.hamburger:hover {
  opacity: 0.9;
}

.hamburger.is-active:hover {
  opacity: 0.9;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: rgb(218, 34, 38);
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: rgb(219, 172, 14);
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

.language-switcher {
  display: flex;
  color: #fff;
}
@media (max-width: 768px) {
  .language-switcher {
    display: none;
  }
}
.language-switcher li.wp-block-navigation-submenu {
  border: solid 1.5px rgba(219, 172, 14, 0.3);
  border-radius: 5px;
  padding: 5px 10px;
  backdrop-filter: blur(9px);
  background-color: rgba(95, 95, 95, 0.19) !important;
  transition: 0.2s ease-in;
}
.language-switcher li.wp-block-navigation-submenu:hover {
  box-shadow: rgba(255, 197, 71, 0.35) 0px 0px 25px, rgba(255, 197, 71, 0.1) 0px 0px 8px;
  border: solid 1.5px rgba(219, 172, 14, 0.5);
  transition: 0.2s ease-in;
}
.language-switcher ul.wp-block-navigation__submenu-container {
  width: 100% !important;
  backdrop-filter: blur(9px);
  border-radius: 5px;
  background-color: rgba(54, 53, 53, 0.304) !important;
}
.language-switcher ul.wp-block-navigation__submenu-container li {
  padding: 0px 10px !important;
}
.language-switcher ul.wp-block-navigation__submenu-container li:first-of-type {
  padding-top: 5px !important;
  margin-top: 0px !important;
}
.language-switcher span {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.2s ease-in;
}
.language-switcher span:hover {
  transition: 0.2s ease-in;
  color: rgb(219, 172, 14);
  text-shadow: 2px 2px 10px rgb(219, 172, 14);
}
.language-switcher span:hover img {
  transform: scale(1.2);
  transition: 0.2s ease-in;
}
.language-switcher span img {
  width: 25px !important;
  height: 25px !important;
  margin-right: 9px !important;
  transition: 0.2s ease-in;
}
.language-switcher li div a {
  text-decoration: none;
}
.language-switcher li div a:hover img {
  transform: scale(1.2);
  transition: 0.2s ease-in;
}
.language-switcher li div a img {
  width: 25px !important;
  height: 25px !important;
  margin-right: 9px !important;
  transition: 0.2s ease-in;
}

.mobile-lang-switcher {
  display: none !important;
  position: fixed;
  bottom: 0px;
  z-index: 99998;
  margin: 15px;
  margin-bottom: 15px !important;
  max-width: 65px;
  transition: 0.2s ease-in;
}
@media (max-width: 768px) {
  .mobile-lang-switcher {
    display: block !important;
  }
}
.mobile-lang-switcher li.wp-block-navigation-submenu {
  border: solid 2px rgba(219, 172, 14, 0.3);
  border-radius: 5px;
  padding: 5px 10px;
  backdrop-filter: blur(9px);
  background-color: rgba(95, 95, 95, 0.19) !important;
  transition: 0.2s ease-in;
  max-width: 65px;
  width: 100%;
}
.mobile-lang-switcher li.wp-block-navigation-submenu:hover {
  box-shadow: rgba(255, 197, 71, 0.35) 0px 0px 25px, rgba(255, 197, 71, 0.1) 0px 0px 8px;
  border: solid 2px rgba(219, 172, 14, 0.5);
  transition: 0.2s ease-in;
}
.mobile-lang-switcher .wp-block-navigation-submenu__toggle {
  transition: 0.2s ease-in !important;
}
.mobile-lang-switcher.lang-menu-active {
  max-width: 168px !important;
  transition: 0.2s ease-in;
}
.mobile-lang-switcher.lang-menu-active .wp-block-navigation-submenu__toggle {
  background-color: rgba(235, 175, 8, 0.2941176471);
  border-radius: 50px;
  transition: 0.5s ease-in !important;
}
.mobile-lang-switcher.lang-menu-active li.wp-block-navigation-submenu {
  max-width: 168px !important;
  transition: 0.2s ease-in;
}
.mobile-lang-switcher.lang-menu-active ul.wp-block-navigation__submenu-container {
  opacity: 1 !important;
  transition: 0.2s ease-in !important;
  transition-delay: 0.3s !important;
  visibility: visible !important;
}
.mobile-lang-switcher.lang-menu-active ul.wp-block-navigation__submenu-container li a {
  pointer-events: all !important;
}
.mobile-lang-switcher.lang-menu-active .current-language-item div div img {
  transform: scale(1.1);
  transition: 0.5s ease-in;
}
.mobile-lang-switcher .current-language-item div div img {
  transition: 0.2s ease-in;
}
.mobile-lang-switcher ul.wp-block-navigation__submenu-container {
  flex-wrap: nowrap !important;
  top: 0 !important;
  flex-direction: row !important;
  left: 32% !important;
  border: none !important;
  transition: 0.2s ease-in;
  opacity: 0 !important;
  z-index: 99998;
}
.mobile-lang-switcher ul.wp-block-navigation__submenu-container li {
  margin-top: 5px !important;
  margin-left: 10px !important;
}
.mobile-lang-switcher ul.wp-block-navigation__submenu-container li a {
  pointer-events: none !important;
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-content: center;
  background: rgba(0, 0, 0, 0.9176470588);
  backdrop-filter: blur(15px);
  background-size: 600% 100%;
  animation: gradient 16s linear infinite;
  animation-direction: alternate;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease-in;
}

.Loader {
  display: flex;
  opacity: 0.0001;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 350px;
  margin-top: 165px;
  margin-bottom: 165px;
}
.Loader:before, .Loader:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  animation-duration: 1.8s;
  animation-delay: 0.3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  filter: drop-shadow(0 0 0.7555555556rem rgba(218, 34, 38, 0.75));
}
.Loader:before {
  width: 100%;
  padding-bottom: 100%;
  box-shadow: inset 0 0 0 1.7rem rgb(218, 34, 38);
  animation-name: pulsA;
}
.Loader:after {
  width: calc(100% - 1.7rem * 2);
  padding-bottom: calc(100% - 1.7rem * 2);
  box-shadow: 0 0 0 0 rgb(218, 34, 38);
  animation-name: pulsB;
}
.Loader.active {
  opacity: 1;
  transition: 0.4s ease-in;
  transition-delay: 0.1s;
  visibility: visible;
}

@keyframes pulsA {
  0% {
    box-shadow: inset 0 0 0 1.7rem rgb(218, 34, 38);
    opacity: 1;
    visibility: visible;
  }
  50%, 100% {
    box-shadow: inset 0 0 0 0 rgb(218, 34, 38);
    opacity: 0.0001;
    visibility: hidden;
  }
}
@keyframes pulsB {
  0%, 50% {
    box-shadow: 0 0 0 0 rgb(218, 34, 38);
    opacity: 0.0001;
    visibility: hidden;
  }
  100% {
    box-shadow: 0 0 0 1.7rem rgb(218, 34, 38);
    opacity: 1;
    visibility: visible;
  }
}
.preloader-text-container {
  width: 100%;
  font-size: 75px;
  color: rgb(218, 34, 38);
  text-shadow: 0px 0px 5px rgba(218, 34, 38, 0.7);
  font-family: "orbitron";
  min-width: 1000px;
  display: flex;
  overflow: visible;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .preloader-text-container {
    font-size: 55px;
  }
}
@media (max-width: 440px) {
  .preloader-text-container {
    font-size: 40px;
  }
}
.preloader-text-container span {
  position: relative;
  display: inline-block; /* Ensure spacing and animations work independently */
  overflow: visible;
  padding: 5px;
  font-weight: 800;
}
.preloader-text-container span:nth-child(1) {
  animation-delay: 0.3s;
}
.preloader-text-container span:nth-child(2) {
  animation-delay: 0.45s;
}
.preloader-text-container span:nth-child(3) {
  animation-delay: 0.6s;
}
.preloader-text-container span:nth-child(4) {
  animation-delay: 0.75s;
}
.preloader-text-container span:nth-child(5) {
  animation-delay: 0.9s;
}
.preloader-text-container span:nth-child(6) {
  animation-delay: 1.05s;
}
.preloader-text-container span:nth-child(7) {
  animation-delay: 1.2s;
}
.preloader-text-container span:nth-child(8) {
  animation-delay: 1.5s;
}
.preloader-text-container span:nth-child(9) {
  animation-delay: 1.8s;
}
.preloader-text-container span:nth-child(10) {
  animation-delay: 2.1s;
}

@keyframes lightSpeedInRight {
  from {
    transform: translateX(300%) skewX(-30deg);
    opacity: 0.0001;
    visibility: hidden;
  }
  60% {
    transform: translateX(0) skewX(20deg);
    opacity: 1;
    visibility: visible;
  }
  80% {
    transform: translateX(0) skewX(-5deg);
  }
  to {
    transform: translateX(0);
  }
}
.my-slider-progress {
  background: #ccc;
}

.my-slider-progress-bar {
  background: rgb(219, 172, 14);
  height: 4px;
  transition: width 400ms ease;
  width: 0;
  position: relative;
  margin-top: -15px;
}

.my-slider-progress {
  background: #ccc;
}

.splide {
  height: 93vh;
  overflow: hidden;
  margin-top: 0;
}
@media (max-width: 440px) {
  .splide {
    height: 89vh;
  }
}
.splide .slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black with 0.5 opacity */
}
.splide .splide__arrow {
  top: auto;
  transform: none;
  height: 2.8em;
  width: 2.8em;
  padding: 12px;
  transition: 0.2s ease-in;
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  border: solid 2px rgba(219, 172, 14, 0.4);
  box-shadow: rgba(255, 197, 71, 0.35) 0px 0px 25px, rgba(255, 197, 71, 0.1) 0px 0px 8px;
}
.splide .splide__arrow:focus, .splide .splide__arrow:active, .splide .splide__arrow:hover {
  border: solid 2px rgba(219, 172, 14, 0.9);
  box-shadow: rgba(255, 197, 71, 0.35) 0px 0px 25px, rgba(255, 197, 71, 0.1) 0px 0px 8px;
  transition: 0.3s ease-in;
}
.splide .splide__arrow svg {
  height: 30px;
  width: 30px;
  fill: rgb(219, 172, 14) !important;
}
@media (max-width: 440px) {
  .splide .splide__arrow svg {
    height: 25px;
    width: 25px;
  }
}
@media (max-width: 768px) {
  .splide .splide__arrow {
    display: block;
  }
}
.splide .splide__arrow.splide__arrow--prev {
  right: auto !important;
  left: 1em !important;
  bottom: 4em;
}
@media (max-width: 768px) {
  .splide .splide__arrow.splide__arrow--prev {
    right: auto !important;
    left: 1em !important;
    bottom: 1.5em;
  }
}
@media (max-width: 440px) {
  .splide .splide__arrow.splide__arrow--prev {
    border-radius: 0 !important;
    width: 50px;
    left: 0 !important;
    height: 4.4em !important;
    bottom: 0 !important;
  }
  .splide .splide__arrow.splide__arrow--prev svg {
    position: absolute !important;
    left: 10px !important;
    top: 30px !important;
  }
}
@media (max-width: 768px) {
  .splide .splide__arrow.splide__arrow--next {
    right: 1em !important;
    bottom: 1.5em;
  }
}
@media (max-width: 440px) {
  .splide .splide__arrow.splide__arrow--next {
    width: 50px;
    right: 0 !important;
    bottom: 0 !important;
    height: 4.4em !important;
    border-radius: 5px !important;
  }
  .splide .splide__arrow.splide__arrow--next svg {
    right: 10px !important;
    position: absolute !important;
    left: 10px !important;
    top: 30px !important;
    border-radius: 5px !important;
  }
}
.splide .splide__arrow:hover {
  transition: 0.1s ease-in;
}
.splide .splide__slide .slide-container {
  max-width: var(--wp--style--global--content-size) !important;
  align-items: baseline !important;
  transition: 0.5s opacity ease-in;
  opacity: 0.0001;
  visibility: hidden;
}
.splide .splide__slide .slide-container.animate-child {
  opacity: 0.0001;
  visibility: hidden;
  transition: 0.5s opacity ease-in;
}
.splide .splide__slide .slide-container.animate-child.animate__animated {
  opacity: 1 !important;
  visibility: visible;
  transition: 0.5s opacity ease-in;
  animation-delay: 1s !important;
}
.splide .splide__slide.is-active .slide-container {
  opacity: 1 !important;
  visibility: visible;
}
.splide .animate__animated {
  animation-duration: 0.8s;
  animation-delay: 0s;
}
.splide .slide-wrapper {
  height: 93vh;
  background-size: cover;
}
.splide .slide-wrapper .slide-container {
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
.splide .slide-wrapper .slide-container .slide-inner-container {
  width: 100%;
  max-width: min-content;
  min-width: 550px;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  padding: 25px;
  transition: opacity 0.2s ease-in;
  margin-top: 20%;
  overflow: hidden;
}
.splide .slide-wrapper .slide-container .slide-inner-container.animate__animated {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease-in;
}
@media (max-width: 768px) {
  .splide .slide-wrapper .slide-container .slide-inner-container {
    margin-top: 50%;
    min-width: 100%;
  }
}
@media (max-width: 440px) {
  .splide .slide-wrapper .slide-container .slide-inner-container {
    margin-top: 31%;
  }
}
.splide .slide-wrapper .slide-container .slide-inner-container.right {
  margin-left: auto;
}
.splide .slide-wrapper .slide-container .slide-inner-container h3 {
  max-width: 100%;
  font-size: clamp(20px, 5vw, 2em);
  line-height: 1;
  color: rgb(219, 172, 14);
  font-family: "Orbitron";
  margin-top: 0px;
  margin-bottom: 0px;
  animation-delay: 0.6s;
}
@media (max-width: 768px) {
  .splide .slide-wrapper .slide-container .slide-inner-container h3 {
    max-width: 100%;
  }
}
.splide .slide-wrapper .slide-container .slide-inner-container p {
  color: rgb(231, 231, 231);
  font-family: "Barlow Condensed";
  font-size: 22px;
  width: 100%;
  margin-bottom: 40px;
  animation-delay: 0.6s;
}
@media (max-width: 768px) {
  .splide .slide-wrapper .slide-container .slide-inner-container p {
    width: 100%;
  }
}
.splide .slide-wrapper .slide-container .slide-inner-container a {
  animation-delay: 0.9s;
}

.splide__pagination {
  bottom: 0 !important;
  left: 0;
  flex-direction: column;
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap !important;
}
.splide__pagination li {
  display: flex;
  margin: auto 2px 20px 2px !important;
}
.splide__pagination li button {
  min-width: 200px;
  padding: 10px 15px;
  text-transform: uppercase;
  height: 80px !important;
}
.splide__pagination li button:hover {
  box-shadow: rgba(255, 197, 71, 0.35) 0px 0px 25px, rgba(255, 197, 71, 0.1) 0px 0px 8px;
  border: solid 2px rgba(219, 172, 14, 0.5);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .splide__pagination li button {
    min-width: 160px;
    padding: 10px 10px;
    height: 65px !important;
    font-size: 14px !important;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .splide__pagination li button {
    height: 35px !important;
    min-width: 35px;
  }
}
@media (max-width: 440px) {
  .splide__pagination li button {
    height: 25px !important;
    min-width: 20px;
    width: 25px;
    padding: 5px;
  }
}
@media (max-width: 768px) {
  .splide__pagination {
    right: 0% !important;
  }
}
.splide__pagination .splide__pagination__page {
  border-radius: 0%;
  margin-bottom: 7px;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  font-family: "Orbitron";
  transition: ease-in 0.2s;
  font-weight: 500;
  color: rgb(231, 231, 231);
  border: solid 2px rgba(219, 172, 14, 0.2);
  opacity: 0.95;
  border-radius: 5px;
  font-size: 15.5px;
}
.splide__pagination .splide__pagination__page.is-active {
  transition: ease-in 0.25s;
  box-shadow: rgba(255, 197, 71, 0.35) 0px 0px 25px, rgba(255, 197, 71, 0.1) 0px 0px 8px;
  color: rgb(219, 172, 14);
  background-color: rgba(0, 0, 0, 0.7);
  transform: scale(1);
  border: solid 2px rgba(219, 172, 14, 0.9);
}
@media (max-width: 768px) {
  .splide__pagination .splide__pagination__page.is-active {
    color: white;
    font-size: 0px;
  }
}
@media (max-width: 768px) {
  .splide__pagination .splide__pagination__page {
    color: white;
    font-size: 0px;
  }
}
@media (max-width: 440px) {
  .splide__pagination .splide__pagination__page {
    padding: 15px;
  }
}

.slider-section-title {
  position: absolute;
  z-index: 99;
  text-align: center;
  width: 100%;
  font-family: "Orbitron";
  font-size: clamp(35px, 5vw, 2.3em);
  color: rgb(219, 172, 14);
  margin: 20px 0px;
  text-transform: uppercase;
}

.slider-section-container {
  position: absolute;
  top: 0;
  height: 110px;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  z-index: 99;
  width: 100%;
}
@media (max-width: 440px) {
  .slider-section-container {
    height: 85px;
  }
}

@media (max-width: 768px) {
  #our-services-slide06 .slide-wrapper {
    background-position: right;
  }
}

.main-contact div.animate-child {
  display: flex;
}
.main-contact div p {
  width: 100%;
  display: flex;
}
.main-contact div p label {
  width: 100%;
}
.main-contact div p .wpcf7-submit {
  margin-left: auto;
}
.main-contact input {
  background-color: rgba(73, 71, 66, 0.2588235294);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  width: 100%;
  height: 55px;
  border-radius: 5px;
  transition: ease-in 0.2s;
  background-color: rgba(255, 255, 255, 0.1294117647);
  padding-left: 5px;
  border: solid 2px rgba(219, 172, 14, 0.2);
  opacity: 0.95;
  visibility: visible;
  outline: 0;
  color: #fff;
  font-family: "Barlow Condensed";
  letter-spacing: 0.5px;
}
.main-contact input.wpcf7-not-valid {
  border: solid 2px rgba(219, 14, 14, 0.2);
  box-shadow: rgba(255, 71, 71, 0.35) 0px 0px 25px, rgba(255, 71, 71, 0.1) 0px 0px 8px;
}
.main-contact input.wpcf7-submit {
  width: auto;
  padding: 5px 25px;
  font-family: "Orbitron";
  background: rgba(219, 172, 14, 0.5411764706);
  transition: color 0.1s ease-in;
}
.main-contact input:hover {
  box-shadow: rgba(255, 197, 71, 0.35) 0px 0px 25px, rgba(255, 197, 71, 0.1) 0px 0px 8px;
  border: solid 2px rgba(219, 172, 14, 0.5);
}
.main-contact input:focus {
  transition: ease-in 0.25s;
  box-shadow: rgba(255, 197, 71, 0.35) 0px 0px 25px, rgba(255, 197, 71, 0.1) 0px 0px 8px;
  background-color: rgba(219, 172, 14, 0.08) !important;
  transform: scale(1);
  border: solid 2px rgba(219, 172, 14, 0.9);
}
.main-contact textarea {
  width: 100%;
  border-radius: 5px;
  transition: ease-in 0.2s;
  background-color: rgba(255, 255, 255, 0.1294117647);
  border: solid 2px rgba(219, 172, 14, 0.2);
  opacity: 0.95;
  visibility: visible;
  outline: 0;
  color: #fff;
  padding: 15px;
  font-family: "Barlow Condensed";
  letter-spacing: 0.5px;
}
.main-contact textarea:hover {
  box-shadow: rgba(255, 197, 71, 0.35) 0px 0px 25px, rgba(255, 197, 71, 0.1) 0px 0px 8px;
  border: solid 2px rgba(219, 172, 14, 0.5);
}
.main-contact textarea:focus {
  transition: ease-in 0.25s;
  box-shadow: rgba(255, 197, 71, 0.35) 0px 0px 25px, rgba(255, 197, 71, 0.1) 0px 0px 8px;
  background-color: rgba(219, 172, 14, 0.08);
  transform: scale(1);
  border: solid 2px rgba(219, 172, 14, 0.9);
}
.main-contact label {
  font-family: "orbitron";
}
.main-contact .wpcf7-response-output {
  border-color: rgb(218, 34, 38) !important;
  padding: 1em 1em !important;
  margin: 2em 0 1em !important;
  border-radius: 5px;
  font-family: "Orbitron";
  text-align: center;
  box-shadow: rgba(218, 34, 38, 0.35) 0px 0px 25px, rgba(255, 197, 71, 0.1) 0px 0px 8px;
}
.main-contact .wpcf7-spinner {
  margin: 2px 0px !important;
  background-color: rgba(201, 201, 201, 0.1215686275);
  position: absolute;
  right: 40px;
  width: 48px;
  height: 50px;
}
.main-contact .wpcf7-spinner::before {
  background-color: rgb(219, 172, 14);
  top: 9px;
  left: 8px;
  width: 12px;
  height: 12px;
  transform-origin: 16px 16px;
}

form.submitting input.wpcf7-submit {
  color: rgba(255, 255, 255, 0);
  transition: color 0.1s ease-in;
}

input#file-upload-button {
  background-color: transparent !important;
}

.job-application {
  padding-top: 20px;
}
.job-application .submit p {
  margin-top: auto;
  margin-bottom: 10px;
}
@media (max-width: 440px) {
  .job-application .submit p {
    margin-top: 15px !important;
  }
}
.job-application label {
  color: #fff;
}
.job-application .quiz {
  width: 100%;
}
.job-application p {
  margin: 10px 5px;
}
.job-application .row-name {
  display: flex;
  gap: 20px;
}
@media (max-width: 440px) {
  .job-application .row-name {
    flex-wrap: wrap;
    gap: 0px;
  }
  .job-application .row-name .animate-child {
    width: 100%;
  }
}
.job-application .upload-cv input {
  padding: 10px !important;
}
.job-application .upload-cv .upload-image {
  position: absolute;
  right: 15px;
  height: 50px;
  top: 43px;
  opacity: 0.6;
  transition: 0.2s ease-in;
}
.job-application .upload-cv:hover .upload-image {
  opacity: 1;
  transition: 0.2s ease-in;
}

main {
  margin-top: 0px;
}

@media (max-width: 768px) {
  #about-us div.wp-block-group.has-global-padding.is-layout-constrained, #we-are-hiring div.wp-block-group.has-global-padding.is-layout-constrained, #our-standards div.wp-block-group.has-global-padding.is-layout-constrained, #our-services div.wp-block-group.has-global-padding.is-layout-constrained {
    padding: 30px !important;
  }
}

.main-intro-video {
  height: 100vh;
  background-color: #010101;
  overflow: hidden;
}
@media (max-width: 440px) {
  .main-intro-video {
    display: none !important;
    height: 0 !important;
  }
}
@media (max-width: 768px) {
  .main-intro-video {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-intro-video {
    display: block;
  }
}
.main-intro-video video {
  transform: scale(1.15);
  height: 99vh;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-intro-video video {
    height: 100vh;
  }
}

@media (max-width: 768px) {
  .particle-icons-column {
    padding-left: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .particle-icons-column {
    padding-left: 20px !important;
  }
}
@media (max-width: 768px) {
  .particle-icons-column .wp-block-columns {
    gap: 15px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .particle-icons-column .wp-block-columns {
    gap: 15px !important;
  }
}
@media (max-width: 768px) {
  .particle-icons-column .wp-block-columns .wp-block-column {
    padding: 15px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .particle-icons-column .wp-block-columns .wp-block-column {
    padding: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .about-us-wrapper {
    padding: 0px 30px 60px 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .our-standards-wrapper {
    padding: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-standards-wrapper .particles-column .wp-block-column {
    padding: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #contact-us .wp-block-cover {
    padding: 60px 30px 60px 30px !important;
  }
}
@media (max-width: 440px) {
  #contact-us .wp-block-cover {
    padding: 40px 30px 40px 30px !important;
  }
}
@media (max-width: 440px) {
  #contact-us .wp-block-cover .wp-block-column {
    padding: 0 !important;
  }
}
@media (max-width: 440px) {
  #contact-us .wp-block-cover .wp-block-column .wp-block-columns .wp-block-column {
    padding: 40px 20px !important;
  }
}

.we-are-hiring {
  backdrop-filter: blur(10px);
  z-index: 20 !important;
  border: solid 2px rgba(219, 172, 14, 0.2) !important;
  pointer-events: auto !important;
  transition: 0.2s ease-in !important;
}
.we-are-hiring:hover {
  box-shadow: rgba(255, 197, 71, 0.35) 0px 0px 25px, rgba(255, 197, 71, 0.1) 0px 0px 8px;
  border: solid 2px rgba(219, 172, 14, 0.5) !important;
  transition: 0.2s ease-in !important;
  color: rgb(219, 172, 14);
  letter-spacing: 0.5px;
}

.mobile-landing {
  min-height: 98vh;
  margin-top: 0;
}
.mobile-landing .wp-block-cover__inner-container {
  padding: 15px;
}

#cmplz-manage-consent button.cmplz-btn.cmplz-manage-consent {
  background-color: rgba(0, 0, 0, 0.4784313725) !important;
  backdrop-filter: blur(20px) !important;
  border: solid 2px rgba(219, 172, 14, 0.2) !important;
  border-bottom: 0 !important;
  font-family: "Orbitron" !important;
  font-size: 13px !important;
  border-bottom: none !important;
}
#cmplz-manage-consent button.cmplz-btn.cmplz-manage-consent:hover {
  box-shadow: rgba(255, 197, 71, 0.25) 0px 0px 10px, rgba(255, 197, 71, 0.1) 0px 0px 8px;
  border-color: rgba(219, 172, 14, 0.5) !important;
}

.cmplz-cookiebanner .cmplz-title {
  font-size: 25px !important;
  font-family: "orbitron" !important;
}
@media (max-width: 768px) {
  .cmplz-cookiebanner .cmplz-title {
    font-size: 20px !important;
  }
}

.cmplz-cookiebanner .cmplz-close {
  color: rgb(218, 34, 38) !important;
}

.cmplz-cookiebanner .cmplz-message {
  color: rgb(245, 244, 244) !important;
  font-family: "Barlow Condensed" !important;
  font-size: clamp(19px, 3vw, 1.05em) !important;
  line-height: 1.05 !important;
  padding: 10px 0px 30px 0px !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
  height: 65px !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
  background-color: rgba(0, 0, 0, 0.3) !important;
  backdrop-filter: blur(4px);
  font-family: "Orbitron";
  transition: ease-in 0.2s;
  font-weight: 500;
  color: rgb(219, 172, 14) !important;
  border: solid 2px rgba(219, 172, 14, 0.2) !important;
  opacity: 0.95;
  border-radius: 5px;
  font-size: 18px;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:hover {
  box-shadow: rgba(255, 197, 71, 0.25) 0px 0px 10px, rgba(255, 197, 71, 0.1) 0px 0px 8px;
  border: solid 2px rgba(219, 172, 14, 0.5) !important;
  color: #2d9622 !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny {
  background-color: rgba(0, 0, 0, 0.3) !important;
  backdrop-filter: blur(4px);
  font-family: "Orbitron";
  transition: ease-in 0.2s;
  font-weight: 500;
  color: rgb(231, 231, 231) !important;
  border: solid 2px rgba(219, 172, 14, 0.2) !important;
  opacity: 0.95;
  border-radius: 5px;
  font-size: 18px;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny:hover {
  box-shadow: rgba(255, 197, 71, 0.25) 0px 0px 10px, rgba(255, 197, 71, 0.1) 0px 0px 8px;
  border: solid 2px rgba(219, 172, 14, 0.5) !important;
  color: rgb(218, 34, 38) !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences {
  background-color: rgba(0, 0, 0, 0.3) !important;
  backdrop-filter: blur(4px);
  font-family: "Orbitron";
  transition: ease-in 0.2s;
  font-weight: 500;
  color: rgb(231, 231, 231) !important;
  border: solid 2px rgba(219, 172, 14, 0.2) !important;
  opacity: 0.95;
  border-radius: 5px;
  font-size: 18px;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences:hover {
  box-shadow: rgba(255, 197, 71, 0.25) 0px 0px 10px, rgba(255, 197, 71, 0.1) 0px 0px 8px;
  border: solid 2px rgba(219, 172, 14, 0.5) !important;
  color: rgb(219, 172, 14) !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences {
  background-color: rgba(0, 0, 0, 0.3) !important;
  backdrop-filter: blur(4px);
  font-family: "Orbitron";
  transition: ease-in 0.2s;
  font-weight: 500;
  color: rgb(231, 231, 231) !important;
  border: solid 2px rgba(219, 172, 14, 0.2) !important;
  opacity: 0.95;
  border-radius: 5px;
  font-size: 18px;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences:hover {
  box-shadow: rgba(255, 197, 71, 0.25) 0px 0px 10px, rgba(255, 197, 71, 0.1) 0px 0px 8px;
  border: solid 2px rgba(219, 172, 14, 0.5) !important;
  color: #2d9622 !important;
}

.cmplz-cookiebanner .cmplz-links.cmplz-documents a {
  font-size: clamp(15px, 3vw, 0.85em) !important;
  font-family: "Barlow Condensed" !important;
  transition: 0.2s ease-in;
}
.cmplz-cookiebanner .cmplz-links.cmplz-documents a:hover {
  text-shadow: 0px 0px 5px rgba(219, 172, 14, 0.7);
  color: rgb(219, 172, 14);
  transition: 0.2s ease-in;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category {
  background-color: rgba(108, 108, 108, 0.15) !important;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
  font-family: "orbitron" !important;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title {
  font-family: "orbitron" !important;
  font-size: clamp(19px, 3vw, 1em) !important;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
  font-family: "Barlow Condensed";
  font-size: clamp(17px, 3vw, 1em) !important;
}

.cmplz-cookiebanner.cmplz-show {
  background-color: rgba(0, 0, 0, 0.4784313725) !important;
  backdrop-filter: blur(20px) !important;
  border: solid 2px rgba(102, 102, 102, 0.2901960784) !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open {
  fill: rgb(219, 172, 14);
}

.privacy-policy-more-info {
  background-color: rgba(26, 26, 26, 0.1803921569);
  z-index: 10;
  backdrop-filter: blur(2px);
  padding: 30px !important;
  border: solid 2px rgba(88, 88, 88, 0.2588235294);
}
.privacy-policy-more-info p {
  margin-top: 10px !important;
}

.mobile-subtitle {
  font-size: 20px !important;
}

.mobile-main-title {
  letter-spacing: 1.5px;
}

body.no-scroll {
  overflow: hidden !important;
}

.jobsearchform {
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.jobsearchform .jobform-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 15px;
  transition: 0.2s ease-in;
}
.jobsearchform .jobform-close:hover {
  transition: 0.5s ease-in;
  transform: scale(1.15);
}
@media (max-width: 768px) {
  .jobsearchform .jobform-close {
    width: 30px !important;
    height: 30px !important;
  }
  .jobsearchform .jobform-close img {
    width: 30px !important;
    height: 30px !important;
  }
}
.jobsearchform .job-application, .jobsearchform .jobsearch-main {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 768px) {
  .jobsearchform {
    overflow: scroll;
  }
}
.jobsearchform.active {
  display: flex;
  z-index: 99999;
  background-color: rgba(9, 10, 43, 0.6196078431);
  backdrop-filter: blur(10px);
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s, visibility 0.15s ease-in;
}
.jobsearchform .wp-block-columns {
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 768px) {
  .jobsearchform .wp-block-columns {
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .jobsearchform .wp-block-columns {
    padding: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .jobsearchform .wp-block-columns {
    padding: 30px;
  }
}

.animate-child {
  opacity: 0;
  transition: 1s ease-in;
  scale: default;
  will-change: transform, opacity;
}
.animate-child.animate__animated {
  opacity: 1;
  transition: opacity 1s ease-in;
  animation-duration: 1.2s;
  animation-delay: 0.5s;
  will-change: opacity;
}

footer .animate-child {
  z-index: 10;
}

.desktop-hidden {
  display: none;
}
@media (max-width: 440px) {
  .desktop-hidden {
    display: flex;
  }
}

.mobile-hidden {
  display: block;
}
@media (max-width: 768px) {
  .mobile-hidden {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
