/* Variables */ /* Mixins */ /* Helpers */
.skew--top {
  -webkit-clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 100%);
}

.skew--clip {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
}

.img-responsive {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.img-rounded {
  border-radius: 0;
}

.img-circle {
  border-radius: 50%;
}

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

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

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

.text-light {
  color: var(--lx-white) !important;
}

.text-dark {
  color: var(--lx-dark) !important;
}

.text-grey {
  color: var(--lx-grey-200) !important;
}

.text-accent {
  color: var(--lx-accent) !important;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.small {
  font-size: 80%;
}

.screen-reader-text,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hide {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .d-none-md {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .d-block-sm {
    display: block !important;
  }
}

.bg-contain {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.bg-repeat {
  background-repeat: repeat;
  background-size: auto;
  -webkit-background-size: auto;
  background-position: 0 0;
}

.card {
  padding: 60px;
  background-color: var(--lx-white);
}
@media only screen and (max-width: 1700px) {
  .card {
    padding: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .card {
    padding: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .card {
    padding: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .card {
    margin-bottom: 12px;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* Marquee */
.js-marquee {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
      -ms-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  width: 200%;
  overflow: hidden;
  white-space: nowrap;
}

.js-marquee-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: -100%;
  width: 100%;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .js-marquee-inner {
    left: -150%;
  }
}
@media only screen and (max-width: 767px) {
  .js-marquee-inner {
    left: -200%;
  }
}

.js-marquee-item {
  position: absolute;
}

.ui-draggable-handle {
  -ms-touch-action: none;
      touch-action: none;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px rgb(94, 158, 214);
          box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  background-image: none;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
          box-shadow: 0 0 5px #666;
}

/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

/* Global style declarations */
:root {
  --lx-primary: #305572;
  --lx-secondary: #f1eeec;
  --lx-accent: #305572;
  --lx-state-error: #d90d12;
  --lx-state-success: #00df9c;
  --lx-state-warning: #ff5e19;
  --lx-state-info: #092cff;
  --lx-text: #585858;
  --lx-dark: #1e1e1e;
  --lx-black: #000;
  --lx-white: #fff;
  --lx-body-bg: #f1eeec;
  --lx-grey-200: #e5e5e5;
  --lx-grey-500: #585858;
  --lx-primary-font-family: "Atica Test", sans-serif;
  --scroll-bar-width: 0;
  --header-height: 10rem;
}
@media (max-height: 440px) {
  :root {
    --header-height: 4.5rem;
  }
}

html,
:root {
  font-size: 16px;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after,
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  color: var(--lx-text);
  background-color: var(--lx-body-bg);
  overflow-x: hidden;
  min-height: 105vh;
}

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

a {
  color: var(--lx-accent);
  text-decoration: none;
  outline: 0;
  -webkit-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
  text-underline-offset: 0.375rem;
  text-decoration-thickness: 0.5px;
}
a:hover, a:focus {
  color: var(--lx-primary);
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

hr {
  margin: 1rem 0;
  border: 0;
  border-top: 1px solid var(--lx-grey-400);
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

::-moz-selection {
  background-color: var(--lx-primary);
  color: var(--lx-white);
}

::selection {
  background-color: var(--lx-primary);
  color: var(--lx-white);
}

::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}

::-webkit-scrollbar-thumb {
  border: 0.125rem solid transparent;
  background-clip: padding-box;
  background-color: var(--lx-grey-200);
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
  border-radius: 0.75rem;
}

@font-face {
  font-family: "Atica Test";
  src: url(fonts/AticaTest-Italic.eot);
  src: local("Atica Test Italic"), local("AticaTest-Italic"), url(fonts/AticaTest-Italic.eot?#iefix) format("embedded-opentype"), url(fonts/AticaTest-Italic.woff2) format("woff2"), url(fonts/AticaTest-Italic.woff) format("woff"), url(fonts/AticaTest-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Atica Test";
  src: url(fonts/AticaTest-LightItalic.eot);
  src: local("Atica Test Light Italic"), local("AticaTest-LightItalic"), url(fonts/AticaTest-LightItalic.eot?#iefix) format("embedded-opentype"), url(fonts/AticaTest-LightItalic.woff2) format("woff2"), url(fonts/AticaTest-LightItalic.woff) format("woff"), url(fonts/AticaTest-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Atica Test";
  src: url(fonts/AticaTest-Bold.eot);
  src: local("Atica Test Bold"), local("AticaTest-Bold"), url(fonts/AticaTest-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/AticaTest-Bold.woff2) format("woff2"), url(fonts/AticaTest-Bold.woff) format("woff"), url(fonts/AticaTest-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Atica Test";
  src: url(fonts/AticaTest-Light.eot);
  src: local("Atica Test Light"), local("AticaTest-Light"), url(fonts/AticaTest-Light.eot?#iefix) format("embedded-opentype"), url(fonts/AticaTest-Light.woff2) format("woff2"), url(fonts/AticaTest-Light.woff) format("woff"), url(fonts/AticaTest-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Atica Test";
  src: url(fonts/AticaTest-BoldItalic.eot);
  src: local("Atica Test Bold Italic"), local("AticaTest-BoldItalic"), url(fonts/AticaTest-BoldItalic.eot?#iefix) format("embedded-opentype"), url(fonts/AticaTest-BoldItalic.woff2) format("woff2"), url(fonts/AticaTest-BoldItalic.woff) format("woff"), url(fonts/AticaTest-BoldItalic.ttf) format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Atica Test";
  src: url(fonts/AticaTest-ExtraLight.eot);
  src: local("Atica Test ExtraLight"), local("AticaTest-ExtraLight"), url(fonts/AticaTest-ExtraLight.eot?#iefix) format("embedded-opentype"), url(fonts/AticaTest-ExtraLight.woff2) format("woff2"), url(fonts/AticaTest-ExtraLight.woff) format("woff"), url(fonts/AticaTest-ExtraLight.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Atica Test";
  src: url(fonts/AticaTest-Regular.eot);
  src: local("Atica Test Regular"), local("AticaTest-Regular"), url(fonts/AticaTest-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/AticaTest-Regular.woff2) format("woff2"), url(fonts/AticaTest-Regular.woff) format("woff"), url(fonts/AticaTest-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Atica Test";
  src: url(fonts/AticaTest-Medium.eot);
  src: local("Atica Test Medium"), local("AticaTest-Medium"), url(fonts/AticaTest-Medium.eot?#iefix) format("embedded-opentype"), url(fonts/AticaTest-Medium.woff2) format("woff2"), url(fonts/AticaTest-Medium.woff) format("woff"), url(fonts/AticaTest-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Atica Test";
  src: url(fonts/AticaTest-MediumItalic.eot);
  src: local("Atica Test Medium Italic"), local("AticaTest-MediumItalic"), url(fonts/AticaTest-MediumItalic.eot?#iefix) format("embedded-opentype"), url(fonts/AticaTest-MediumItalic.woff2) format("woff2"), url(fonts/AticaTest-MediumItalic.woff) format("woff"), url(fonts/AticaTest-MediumItalic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Atica Test";
  src: url(fonts/AticaTest-ExtraLightItalic.eot);
  src: local("Atica Test ExtraLight Italic"), local("AticaTest-ExtraLightItalic"), url(fonts/AticaTest-ExtraLightItalic.eot?#iefix) format("embedded-opentype"), url(fonts/AticaTest-ExtraLightItalic.woff2) format("woff2"), url(fonts/AticaTest-ExtraLightItalic.woff) format("woff"), url(fonts/AticaTest-ExtraLightItalic.ttf) format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
/* Typography */
body {
  font-family: var(--lx-primary-font-family);
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 200;
  letter-spacing: 0.14em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin: 1.5em 0 0.75em;
  font-weight: 200;
  font-family: var(--lx-primary-font-family);
  line-height: 1.2;
  text-transform: uppercase;
  color: inherit;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

h1 {
  font-size: 1.25rem;
}

h2 {
  font-size: 1.375rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9375rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.9;
}

.text-xs {
  font-size: 0.75rem;
}

b,
strong {
  font-weight: 500;
}

p {
  margin: 0 0 1.5em;
}
p:last-child {
  margin-bottom: 0;
}

ul:last-child {
  margin-bottom: 0;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid var(--lx-primary);
  border-radius: 0;
  padding: 1.125rem 1.5rem;
  background: var(--lx-accent);
  color: var(--lx-white);
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 0.9375rem;
  line-height: 1.1;
  font-weight: 200;
  font-family: var(--lx-primary-font-family);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  -webkit-transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  cursor: pointer;
  max-width: 100%;
  overflow: hidden;
}
.btn:hover, .btn:focus {
  text-decoration: none;
  outline: none;
  color: var(--lx-primary);
  background-color: var(--lx-secondary);
}
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.btn--secondary {
  color: var(--lx-primary);
  background-color: var(--lx-body-bg);
}
.btn--secondary:hover, .btn--secondary:focus {
  color: var(--lx-white);
  background-color: var(--lx-primary);
}
.btn--link {
  color: currentColor;
  padding: 0;
  border: 0;
  min-width: 10px;
  background-color: transparent;
}
.btn--link:hover, .btn--link:focus {
  background-color: transparent;
  color: currentColor;
}
.btn--full {
  width: 100%;
}

.scroll-up-button {
  position: fixed;
  display: none;
  bottom: 0.125rem;
  right: 0.125rem;
  padding: 0.75rem 0.375rem;
  opacity: 0.8;
  z-index: 99;
  min-width: 1.25rem;
}
.scroll-up-button.show {
  display: block;
}
.scroll-up-button:hover, .scroll-up-button:focus {
  opacity: 1;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2rem;
}
.socials__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--lx-primary);
  -webkit-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.socials__link svg {
  width: 100%;
  height: auto;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1320px;
  padding: 0 5rem;
}
@media only screen and (max-width: 1024px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.container--md {
  max-width: 65.75rem;
}
.container--sm {
  max-width: 26.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.container--xs {
  max-width: 21.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.container--wide {
  max-width: 1920px;
}
.container--full {
  max-width: 100%;
}

.site-content {
  position: relative;
  padding-top: var(--header-height);
  padding-bottom: 5.375rem;
  min-height: 100vh;
  min-height: 100dvh;
}
@media only screen and (max-width: 767px) {
  .site-content {
    padding-bottom: 3.125rem;
  }
}
@media (max-height: 440px) {
  .site-content {
    padding-bottom: 1.25rem;
  }
}

.site-main {
  padding-bottom: 2.75rem;
}
@media only screen and (max-width: 767px) {
  .site-main {
    padding-bottom: 1.5rem;
  }
}
@media (max-height: 440px) {
  .site-main {
    padding-bottom: 1.25rem;
  }
}

#page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
#page .site-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page .site-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section {
  width: 100%;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
@media only screen and (max-width: 767px) {
  .section {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}
.section:first-child:not(:last-child) {
  padding-top: 0;
}
.section:last-child:not(:first-child) {
  padding-bottom: 0;
}

.footer {
  padding: 1.75rem 0;
  background-color: var(--lx-grey-200);
}
.footer__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5rem;
}
@media only screen and (max-width: 1500px) {
  .footer__row {
    grid-template-columns: 1fr 1.5fr;
  }
}
@media only screen and (max-width: 1024px) {
  .footer__row {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}
.footer__inner-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .footer__inner-row {
    grid-template-columns: 1fr;
  }
}
.footer__info {
  line-height: 2.5;
}
@media only screen and (max-width: 1024px) {
  .footer__info {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer__info {
    font-size: 0.75rem;
    line-height: 2;
  }
}
.footer__phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: inherit;
}
.footer__navigation {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 2.5rem;
}
@media only screen and (max-width: 1024px) {
  .footer__navigation {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer__navigation {
    grid-template-columns: 1fr;
  }
}
.footer .menu-item {
  line-height: 1;
}
.footer .menu-item a {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.6875rem;
  line-height: 3.3;
  font-weight: 200;
  color: var(--lx-text);
  text-transform: uppercase;
}
.footer .menu-item.current-menu-item a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.footer .menu-item .sub-menu {
  display: none;
}
.footer__socials {
  -ms-flex-item-align: start;
      align-self: start;
}
.footer__socials .socials {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  .footer__socials .socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

form p {
  margin: 0;
}
form .error {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px;
  color: var(--lx-state-error);
  margin-top: -10px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=date],
input[type=time],
input[type=month],
input[type=password],
input[type=search],
input[type=url],
input[type=week],
input[type=datetime],
select,
textarea {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 0.5rem 1rem;
  height: 2.5rem;
  border: 1px solid var(--lx-primary);
  border-radius: 0;
  font-size: 0.9375rem;
  line-height: 1.1;
  font-weight: 200;
  font-family: var(--lx-primary-font-family);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: var(--lx-text);
  background-color: var(--lx-body-bg);
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=url],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 10rem;
}

::-webkit-input-placeholder {
  color: rgba(var(--lx-text), 0.8);
}

::-moz-placeholder {
  color: rgba(var(--lx-text), 0.8);
}

:-ms-input-placeholder {
  color: rgba(var(--lx-text), 0.8);
}

:-moz-placeholder {
  color: rgba(var(--lx-text), 0.8);
}

.forminator-ui .forminator-response-message {
  margin-bottom: 10px;
  font-size: 0.75rem;
  background-color: transparent;
}
.forminator-ui .forminator-response-message.forminator-loading {
  display: none !important;
}
.forminator-ui .forminator-response-message:focus {
  outline: none;
}
.forminator-ui .forminator-response-message {
  border: 0;
  margin: 0;
  padding: 0.25rem !important;
  line-height: 1.2;
  text-align: center;
}
.forminator-ui .forminator-error-message {
  font-size: 0.625rem;
  line-height: 1.2;
  color: var(--lx-state-error);
}

.newsletter-form {
  position: absolute;
  top: calc(100% - 2rem);
  left: 50%;
  display: none;
  width: 100%;
  max-width: 24.375rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.newsletter-form.active {
  display: block;
}
.newsletter-form .forminator-ui {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.newsletter-form .forminator-ui .forminator-response-message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
  background-color: var(--lx-secondary);
  margin-bottom: 0 !important;
}
.newsletter-form .forminator-ui .forminator-error-message {
  position: absolute;
  top: 100%;
  top: calc(100% + 0.25rem);
  left: 0;
}
.newsletter-form .forminator-ui .forminator-label {
  display: none;
}
.newsletter-form .forminator-ui .forminator-row {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 !important;
  width: calc(100% - 8.25rem);
}
.newsletter-form .forminator-ui .forminator-col {
  padding: 0 !important;
}
.newsletter-form .forminator-ui .forminator-row-last {
  width: 8.25rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media only screen and (max-width: 767px) {
  .newsletter-form .forminator-ui .forminator-input {
    padding-right: 0.25rem;
  }
}
.newsletter-form .forminator-ui .forminator-button {
  position: relative;
  left: -1px;
  z-index: 2;
  padding: 0.5rem;
  width: 8.25rem;
  min-width: 8.25rem;
  height: 2.5rem;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: 999;
}
.header__row {
  display: grid;
  grid-template-columns: 2.375rem 1fr 2.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  grid-gap: 1rem;
  padding: 4rem 0;
}
@media only screen and (max-width: 767px) {
  .header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
    padding-top: 3rem;
    padding-bottom: 1.25rem;
  }
}
@media (max-height: 440px) {
  .header__row {
    display: grid;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.header__row:before {
  content: "";
  clear: both;
  display: table;
}
@media only screen and (max-width: 767px) {
  .header__row:before {
    display: none;
  }
}
@media (max-height: 440px) {
  .header__row:before {
    display: block;
  }
}
.header__logo-wrapper {
  position: relative;
  z-index: 99999;
}
.header__logo {
  width: auto;
  height: 2rem;
  z-index: 10;
}
.header__logo a {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
.header__logo img {
  width: auto;
  height: 100%;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.header__menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  max-width: 100%;
  padding: var(--header-height) 1rem 5.375rem;
  background-color: var(--lx-secondary);
  z-index: 5;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  overflow: hidden;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .header__menu-wrapper {
    padding-bottom: 3.125rem;
  }
}
@media (max-height: 440px) {
  .header__menu-wrapper {
    padding-bottom: 1.25rem;
  }
}
.header__menu-wrapper > div {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
.header__menu-wrapper.active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.header__menu-wrapper.active > div {
  opacity: 1;
}
.header__menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.header__menu-inner ::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
.header__menu-inner ::-webkit-scrollbar-thumb {
  border: 0.125rem solid transparent;
  background-clip: padding-box;
  background-color: var(--lx-primary);
  border-radius: 0.75rem;
}
.header__menu-content {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  width: 100%;
}
@media (max-height: 440px) {
  .header__menu-content {
    padding-top: 0;
  }
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 1.25rem;
}
.header .menu-item {
  line-height: 1;
}
.header .menu-item.current-menu-item a, .header .menu-item.current-menu-ancestor a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.header .menu-item a {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 200;
  color: var(--lx-text);
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.header .menu-item a:hover, .header .menu-item a:focus {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: var(--lx-accent);
}
.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  width: 100%;
  max-width: 24.375rem;
}
@media (max-height: 440px) {
  .header__actions {
    gap: 1rem;
  }
}
.header__info {
  font-size: 0.75rem;
  text-align: center;
}
@media (max-height: 440px) {
  .header__info {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header__info {
    display: none;
  }
}
.header__phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: inherit;
}
.header__button {
  position: relative;
  right: calc(var(--scroll-bar-width) / 4);
}
.header__burger {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 2.375rem;
  height: 1.25rem;
  z-index: 20;
  overflow: visible;
}
.header__burger span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  position: absolute;
  left: 50%;
  margin-left: -1.1875rem;
  top: -1px;
  height: 1px;
  width: 100%;
  background-color: var(--lx-text);
  cursor: pointer;
}
.header__burger span:nth-child(2) {
  top: 50%;
}
.header__burger span:nth-child(3) {
  top: auto;
  bottom: -1px;
}
.header__burger.active span {
  top: 50%;
}
.header__burger.active span:nth-child(1) {
  -webkit-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
          transform: rotate(25deg);
}
.header__burger.active span:nth-child(2) {
  opacity: 0;
}
.header__burger.active span:nth-child(3) {
  bottom: auto;
  -webkit-transform: rotate(-25deg);
      -ms-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.header__title {
  font-size: 0.5rem;
  text-align: center;
}

.languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  text-transform: uppercase;
  font-size: inherit;
}
.languages a {
  color: inherit;
  line-height: 1.5;
}
.languages .current-lang a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

body.cover .header__logo a:nth-child(1) {
  position: absolute;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
body.cover .header__logo a:nth-child(2) {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
body.cover .header__burger span {
  background-color: var(--lx-white);
}
body.cover.menu-open .header__logo a:nth-child(1) {
  opacity: 1;
}
body.cover.menu-open .header__burger span {
  background-color: var(--lx-text);
}
body.menu-open {
  overflow: hidden;
  padding-right: var(--scroll-bar-width);
}
body.menu-open .header {
  padding-right: var(--scroll-bar-width);
}
body.menu-open .header__menu-wrapper {
  padding-right: calc(1rem + var(--scroll-bar-width) / 2);
}

.image-context .container--md .image-context__image {
  width: 42%;
  max-width: 23.375rem;
}
@media only screen and (max-width: 1024px) {
  .image-context .container--md .image-context__image {
    width: 100%;
  }
}
.image-context .container--md .image-context__content {
  max-width: 24.5rem;
  text-align: center;
}
.image-context__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  .image-context__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.image-context__row--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 1024px) {
  .image-context__row--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.image-context__image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 45%;
  max-width: 32.625rem;
}
@media only screen and (max-width: 1024px) {
  .image-context__image {
    margin-bottom: 1.5rem;
    width: 100%;
  }
}
.image-context__image img {
  width: 100%;
}
.image-context__content {
  width: 50%;
  max-width: 23.375rem;
}
@media only screen and (max-width: 1024px) {
  .image-context__content {
    width: 100%;
  }
}
.image-context__title {
  font-size: 0.875rem;
}
@media only screen and (max-width: 1024px) {
  .image-context__title {
    text-align: center;
  }
}

@media (max-height: 440px) {
  body.shapes .full-screen {
    position: relative;
    padding: 0;
  }
}
body.cover .site-content {
  position: relative;
}
body.cover .full-screen {
  background-color: var(--lx-primary);
}
body.cover .full-screen__content {
  color: var(--lx-white);
}

.full-screen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: var(--header-height);
  width: 100%;
  height: 100%;
  min-height: calc(100vh - var(--header-height));
  min-height: calc(100dvh - var(--header-height));
  overflow: hidden;
}
.full-screen__shapes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  gap: 5%;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .full-screen__shapes {
    gap: 0.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .full-screen__shapes {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 0;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 250px;
  }
}
@media (max-height: 440px) {
  .full-screen__shapes {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 0;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 250px;
  }
}
.full-screen__shapes img {
  position: relative;
  cursor: -webkit-grab;
  cursor: grab;
}
.full-screen__shapes img.ui-draggable-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.full-screen__shapes img:nth-child(2) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media only screen and (max-width: 575px) {
  .full-screen__shapes img:nth-child(2) {
    margin-top: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media only screen and (max-width: 575px) {
  .full-screen__shapes img:nth-child(3) {
    -webkit-transform: translate(40%, 50%);
        -ms-transform: translate(40%, 50%);
            transform: translate(40%, 50%);
  }
}
@media only screen and (max-width: 575px) {
  .full-screen__shapes img {
    max-height: 40vw;
  }
}
@media (max-height: 440px) {
  .full-screen__shapes img {
    max-height: 40vh;
  }
}
.full-screen__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.75rem;
  padding-bottom: 5.375rem;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .full-screen__content {
    padding-top: 1.5rem;
    padding-bottom: 3.125rem;
  }
}
@media (max-height: 440px) {
  .full-screen__content {
    gap: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.full-screen__info {
  position: relative;
  z-index: 10;
}
.full-screen__phone {
  color: inherit;
}
.full-screen__phone:hover, .full-screen__phone:focus {
  color: inherit;
}
.full-screen__button {
  position: relative;
  z-index: 10;
}
.full-screen > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.full-screen video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

body.page-template-default .text-context {
  text-align: left;
}
@media only screen and (max-width: 575px) {
  body.page-template-career-page .text-context__title {
    text-align: left;
  }
}
@media only screen and (max-width: 575px) {
  body.page-template-career-page .text-context__content {
    text-align: left;
  }
}

.text-context {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.25rem;
  text-align: center;
}
.text-context .container--xs .text-context__content {
  text-align: left;
}
.text-context__content a {
  text-decoration: none;
  color: inherit;
}
.text-context__title {
  font-size: inherit;
  text-align: center;
}
.text-context__map-wrapper {
  position: relative;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}
.text-context__map {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 1.25rem;
  padding-bottom: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .text-context__map {
    padding-bottom: 80%;
  }
}
.text-context__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text-context__phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: inherit;
}
@media only screen and (max-width: 767px) {
  .text-context__phone {
    margin-top: 1.25rem;
  }
}
.text-context__phone:hover, .text-context__phone:focus {
  color: inherit;
}
.text-context__socials {
  margin-top: 2rem;
}

.phone-icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 1.25rem;
}

.phone-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 12 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.71 10.65c-.36 0-.73-.05-1.07-.16-.54-.17-1.07-.36-1.58-.59-2.26-.98-3.91-3-4.69-4.12a.249.249 0 0 0-.05-.07A5.21 5.21 0 0 1 .17 2.83c-.02-.85.31-1.66.92-2.26l.06-.06c.19-.22.46-.34.74-.35h.53l.09.01c.17 0 .35.04.54.48.07.16.16.4.27.65.25.62.54 1.32.59 1.41.09.15.1.33.02.49l-.04.08c-.06.14-.14.27-.24.38l-.15.18c-.09.11-.19.23-.27.31-.13.13-.29.29-.12.57.42.72.94 1.36 1.55 1.93.61.55 1.3.98 2.05 1.3.08.03.14.06.18.08.09.05.2.08.3.09.12 0 .23-.06.3-.16.14-.16.69-.8.88-1.09a.38.38 0 0 1 .33-.21c.1 0 .2.03.3.07.25.09 1.56.74 1.9.9.06.03.11.05.16.08.15.05.28.13.38.25.08.45.02.91-.16 1.32-.24.67-1.37 1.24-1.87 1.32-.22.03-.45.05-.68.05h-.02Z" stroke="%23585858" stroke-width=".7" stroke-miterlimit="10"/></svg>');
}

.cta {
  position: -webkit-sticky;
  position: sticky;
  bottom: 5.375rem;
  left: calc(50vw - 12.1875rem - var(--scroll-bar-width) / 2);
  width: 24.375rem;
  max-width: 100%;
  min-height: 3.375rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .cta {
    bottom: 3.125rem;
  }
}
@media only screen and (max-width: 440px) {
  .cta {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-height: 440px) {
  .cta {
    bottom: 1.25rem;
  }
}
.script-loaded .cta {
  opacity: 1;
}
.error404 h1 {
  font-size: 200px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.1;
}
@media only screen and (max-width: 1024px) {
  .error404 h1 {
    font-size: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .error404 h1 {
    font-size: 120px;
  }
}

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