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

.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{-webkit-user-select:none;user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.glide--rtl{direction:rtl}/*# sourceMappingURL=glide.core.min.css.map */

.glide__arrow{position:absolute;display:block;top:50%;z-index:2;color:#fff;text-transform:uppercase;padding:9px 12px;background-color:transparent;border:2px solid rgba(255,255,255,.5);border-radius:4px;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);text-shadow:0 .25em .5em rgba(0,0,0,.1);opacity:1;cursor:pointer;transition:opacity 150ms ease,border 300ms ease-in-out;transform:translateY(-50%);line-height:1}.glide__arrow:focus{outline:none}.glide__arrow:hover{border-color:#fff}.glide__arrow--left{left:2em}.glide__arrow--right{right:2em}.glide__arrow--disabled{opacity:.33}.glide__bullets{position:absolute;z-index:2;bottom:2em;left:50%;display:inline-flex;list-style:none;transform:translateX(-50%)}.glide__bullet{background-color:rgba(255,255,255,.5);width:9px;height:9px;padding:0;border-radius:50%;border:2px solid transparent;transition:all 300ms ease-in-out;cursor:pointer;line-height:0;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);margin:0 .25em}.glide__bullet:focus{outline:none}.glide__bullet:hover,.glide__bullet:focus{border:2px solid #fff;background-color:rgba(255,255,255,.5)}.glide__bullet--active{background-color:#fff}.glide--swipeable{cursor:grab;cursor:-webkit-grab}.glide--dragging{cursor:grabbing;cursor:-webkit-grabbing}/*# sourceMappingURL=glide.theme.min.css.map */

/*******************************************************************************
* Client - Project
* 00/00/20XX
* Author
*******************************************************************************/
/************************************************************************************
* StarterCSS v2.0
*************************************************************************************/
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

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

*,
*:before,
*:after {
  box-sizing: inherit;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}

select,
input,
button {
  appearance: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

:selection {
  background: #add1ff;
  color: #404040;
  text-shadow: none;
}

b,
strong {
  font-weight: bold;
}

a {
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

table {
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: middle;
}

td {
  vertical-align: middle;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

address {
  display: block;
  line-height: 18px;
  margin-bottom: 18px;
}

details summary:-webkit-details-marker {
  display: none;
}

address,
cite,
dfn,
em,
i,
q,
var {
  font-style: italic;
}

ins {
  background: #15e1ff;
  color: #404040;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
}

pre {
  white-space: pre-wrap;
}

blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border: 0;
  vertical-align: middle;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

figure img {
  display: block;
  margin-bottom: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

:-webkit-input-placeholder,
input:-moz-placeholder {
  color: #bfbfbf;
}

fieldset {
  padding: 0;
  border: 0;
  margin: 0;
}
fieldset:last-child {
  margin-bottom: 0;
}

label {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.sr-only {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
  border: 0;
  margin: -1px;
  position: absolute;
}

.disable-pointer {
  pointer-events: none;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.clear,
.clearer {
  clear: both;
  display: block;
}

img.left {
  margin-right: 1em;
}

img.right {
  margin-left: 1em;
}

:root {
  --r6-color-primary: #cd0d21;
  --r6-color-secondary: #1a1a1a;
  --r6-color-tertiary: #8f9093;
  --r6-color-quaternary: #000;
  --r6-color-quinary: #000;
  --r6-color-neutral-weak: #f9f9f9;
  --r6-color-neutral-fainter: #f5f5f5;
  --r6-color-neutral-faint: #e9e9e9;
  --r6-color-neutral-lighter: #c4c4c4;
  --r6-color-neutral-light: #9d9d9d;
  --r6-color-neutral-medium: #7b7b7b;
  --r6-color-neutral-semibold: #333;
  --r6-color-neutral-bold: #555;
  --r6-color-neutral-bolder: #424242;
  --r6-color-neutral-dark: #1e1e1e;
  --r6-color-white: white;
  --r6-color-black: black;
  --r6-color-error: #b11623;
  --r6-color-success: #27a11c;
  --r6-color-warning: #f7d700;
  --r6-text-color: black;
  --r6-text-color-light: #e1e1e1;
  --r6-title-color: black;
  --r6-placeholder-color: #cecece;
  --r6-border-color-light: #ccc;
  --r6-border-color-dark: #484848;
  --r6-icon-button-color: #cd0d21;
  --r6-icon-button-color-hover: #1a1a1a;
  --r6-button-color: white;
  --r6-button-color-disabled: #e9e9e9;
}

:root {
  font-size: 16px;
}

html {
  height: 100%;
  font-family: "Raleway", sans-serif;
  font-size: 100%;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: var(--r6-text-color);
}
html.fslightbox-open {
  overflow: initial;
}

body {
  height: 100%;
  overflow-x: hidden;
  font-size: 1rem;
  line-height: 1.625rem;
}
body.mobile-nav-opened {
  overflow-y: hidden;
}
.fslightbox-open body {
  overflow: hidden;
}

a {
  display: inline-block;
  color: var(--r6-color-primary);
  text-decoration: none;
  border-bottom: 1px dotted var(--r6-color-primary);
}
a:hover {
  color: var(--r6-text-color);
  border-color: var(--r6-text-color);
}

.main figure,
.main img {
  max-width: 100%;
  height: auto;
}

.main ul,
.main ol {
  margin-left: 1.15em;
  margin-bottom: 40px;
}
.main ul:last-child,
.main ol:last-child {
  margin-bottom: 0;
}
.main ul ul,
.main ul ol,
.main ol ul,
.main ol ol {
  margin-bottom: 0;
}

.main p {
  margin-bottom: 40px;
}
.main p:last-child {
  margin-bottom: 0;
}

.logo-main {
  width: 178px;
  height: 38px;
  overflow: hidden;
  border: 0;
  position: relative;
}
.logo-main__image {
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-in;
  position: absolute;
  top: 0;
  left: 0;
}

.button, .cta-icon, .cta-primary {
  width: auto;
  min-width: 200px;
  min-height: 50px;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  padding: 16px 20px;
  border-width: 2px;
  border-style: solid;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  position: relative;
}

.cta-primary {
  color: var(--r6-button-white);
  background-color: var(--r6-color-secondary);
  font-family: "Open Sans", sans-serif;
  border-color: var(--r6-color-white);
}
.cta-primary, .cta-primary:link, .cta-primary:active, .cta-primary:hover, .cta-primary:visited {
  color: var(--r6-color-white);
  text-decoration: none;
}
.cta-primary:hover {
  background-color: var(--r6-color-white);
  color: var(--r6-color-primary);
  border-color: var(--r6-color-secondary);
}

.cta-secondary {
  display: inline-block;
  color: var(--r6-text-colorprimary);
  font-size: 14px;
  line-height: 14px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding-right: 20px;
  border: 0;
  position: relative;
  transition: color 0.15s ease-in-out;
}
.cta-secondary:after {
  width: 130px;
  height: 1px;
  content: " ";
  background-color: var(--r6-border-color-light);
  position: absolute;
  left: 100%;
  top: 50%;
  transition: all 0.15s ease-in-out;
}
.cta-secondary:hover {
  color: var(--r6-color-primary);
}
.cta-secondary:hover:after {
  background-color: var(--r6-color-primary);
  transform: translate3d(20px, 0, 0);
}

.cta-icon:after {
  display: inline-block;
  content: "\f061";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 10px;
  font-weight: 900;
  margin-left: 8px;
  vertical-align: middle;
}
.cta-icon, .cta-icon:link, .cta-icon:active, .cta-icon:hover, .cta-icon:visited {
  color: var(--r6-color-white);
  text-decoration: none;
}
.cta-icon:hover {
  background-color: var(--r6-color-tertiary);
  color: var(--r6-color-white);
}

h1 {
  color: var(--r6-title-color);
  font-size: 2.25rem;
  line-height: 2.25rem;
  font-weight: bold;
  margin-bottom: 32px;
}

h2 {
  color: var(--r6-title-color);
  font-size: 1.4375rem;
  line-height: 1.4375rem;
  font-weight: bold;
  margin-bottom: 32px;
}

h3 {
  color: var(--r6-title-color);
  font-size: 1.1875rem;
  line-height: 1.1875rem;
  font-weight: bold;
  margin-bottom: 32px;
}

h4 {
  color: var(--r6-title-color);
  font-size: 1rem;
  line-height: 1rem;
  font-weight: bold;
  margin-bottom: 32px;
}

h5 {
  color: var(--r6-title-color);
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  font-weight: bold;
  margin-bottom: 32px;
}

h6 {
  color: var(--r6-title-color);
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: bold;
  margin-bottom: 32px;
}

.page__title {
  font-size: 2.5rem;
  line-height: 2.875rem;
  font-weight: bold;
  letter-spacing: 2px;
}

.site__title {
  font-family: "Open Sans", sans-serif;
  font-size: 3rem;
  line-height: 3.625rem;
  font-weight: 500;
  letter-spacing: 2px;
}

.section-projects .project-post__title, h2,
.beta, .section__title {
  color: var(--r6-title-color);
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section-projects .project-post__title, h2,
  .beta, .section__title {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.section-projects .small.project-post__title, h2.small,
.small.beta, .small.section__title {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.section-projects .project-post__date, .section__subtitle {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

blockquote {
  max-width: 960px;
  background-color: var(--r6-color-white);
  color: var(--r6-text-color);
  font-style: italic;
  padding: 26px 40px;
  border-left: solid 4px var(--r6-color-secondary);
  margin-bottom: 40px;
  position: relative;
}
.main blockquote p {
  margin-bottom: 20px;
  position: relative;
}

.fa-brands {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-style: normal;
}

.nf-form-cont input[type=text],
.nf-form-cont input[type=email],
.nf-form-cont input[type=tel],
.nf-form-cont select,
.nf-form-cont textarea {
  width: 100%;
  min-width: 100px;
  height: 60px !important;
  background-color: #f4f4f4;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  padding: 0 30px;
  border-radius: 0;
  position: relative;
}
.nf-form-cont input[type=text]:not([aria-invalid=true]),
.nf-form-cont input[type=email]:not([aria-invalid=true]),
.nf-form-cont input[type=tel]:not([aria-invalid=true]),
.nf-form-cont select:not([aria-invalid=true]),
.nf-form-cont textarea:not([aria-invalid=true]) {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: solid 1px var(--r6-border-color-light);
}
.nf-form-cont input[aria-invalid=true][type=text],
.nf-form-cont input[aria-invalid=true][type=email],
.nf-form-cont input[aria-invalid=true][type=tel],
.nf-form-cont select[aria-invalid=true],
.nf-form-cont textarea[aria-invalid=true] {
  border-bottom: solid 1px var(--r6-border-color-light);
}
.nf-form-cont input[type=text]:focus-visible,
.nf-form-cont input[type=email]:focus-visible,
.nf-form-cont input[type=tel]:focus-visible,
.nf-form-cont select:focus-visible,
.nf-form-cont textarea:focus-visible {
  border-left: solid 6px var(--r6-color-secondary);
  outline: none;
}

.listselect-wrap {
  position: relative;
}
.listselect-wrap select {
  padding-right: 50px;
  z-index: 2;
}
.listselect-wrap:after {
  content: "\f078";
  color: var(--r6-placeholder-color);
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  font-size: 16px;
  position: absolute;
  bottom: 16px;
  right: 20px;
  z-index: 3;
}

::placeholder {
  color: var(--r6-placeholder-color);
}

.nf-form-cont textarea {
  height: 200px !important;
  padding: 30px;
}
.nf-form-cont .nf-field-container {
  margin-bottom: 18px;
}
.nf-form-cont .nf-form-fields-required {
  display: none;
}
.nf-form-cont .nf-error .ninja-forms-field {
  border-bottom-color: inherit;
  border-top: 0;
  border-right: 0;
  border-left-width: 6px;
}

.alert-bar {
  width: 100%;
  min-height: 90px;
  background-color: var(--r6-color-secondary);
  display: flex;
  align-items: center;
  color: var(--r6-color-white);
  line-height: 16px;
  text-align: left;
  z-index: 8;
}
@media screen and (max-width: 1199px) {
  .alert-bar {
    font-size: 15px;
    line-height: 15px;
  }
}
@media screen and (max-width: 767px) {
  .alert-bar {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.alert-bar .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.alert-bar__wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .alert-bar__wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.alert-bar__header {
  flex: 1 0 auto;
}
.alert-bar__title {
  color: var(--r6-color-white);
  font-size: 1.5rem;
  line-height: 1.875rem;
  padding-right: 18px;
  margin-bottom: 0;
  margin-right: 92px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .alert-bar__title {
    padding-right: 0;
    margin-right: 0;
  }
}
.alert-bar__title:after {
  width: 52px;
  height: 1px;
  content: " ";
  background-color: var(--r6-color-white);
  opacity: 50%;
  position: absolute;
  left: 100%;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .alert-bar__title:after {
    display: none;
  }
}
.alert-bar a {
  color: var(--r6-color-white);
  border-color: var(--r6-color-white);
}

.glide ul.glide__slides,
.glide ol.glide__slides {
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .glide ul.glide__slides,
  .glide ol.glide__slides {
    width: 100% !important;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    transform: none !important;
  }
}
@media screen and (max-width: 767px) {
  .glide ul.glide__slides,
  .glide ol.glide__slides {
    grid-template-columns: 1fr 1fr;
  }
}
.glide [data-glide-el=controls] {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .glide [data-glide-el=controls] {
    display: none;
  }
}
.glide [data-glide-el=controls] button {
  width: 60px;
  height: 60px;
  background-color: var(--r6-color-tertiary);
  color: transparent;
  font-size: 0;
  border-radius: 50%;
  border: 0;
  margin: 0;
  position: absolute;
  transition: background 0.15s ease-in-out;
}
.glide [data-glide-el=controls] button:first-child {
  left: 0;
}
@media screen and (min-width: 1200px) {
  .glide [data-glide-el=controls] button:first-child {
    left: -80px;
  }
}
.glide [data-glide-el=controls] button:last-child {
  right: 0;
}
@media screen and (min-width: 1200px) {
  .glide [data-glide-el=controls] button:last-child {
    right: -80px;
  }
}
.glide [data-glide-el=controls] button:hover {
  background-color: #000;
}
.glide [data-glide-el=controls] .glide__arrow--left:before,
.glide [data-glide-el=controls] .glide__arrow--right:before {
  color: var(--r6-color-white);
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 26px;
  font-weight: 600;
}
.glide [data-glide-el=controls] .glide__arrow--right:before {
  content: "\f054";
}
.glide [data-glide-el=controls] .glide__arrow--left:before {
  content: "\f053";
}

.otgs-development-site-front-end {
  display: none;
}

.site-wrapper {
  width: 100%;
  height: 100%;
}

.main {
  flex: 1;
}
.main .page-wrapper {
  width: 100%;
  height: 100%;
  max-width: none;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .main .page-content {
    padding: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main .page-content {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main .page-content {
    padding: 20px;
  }
}
.main .page-content.lean {
  padding: 0;
}

.container_split, .container_small, .container_full, .container {
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 660px) {
  .container_split, .container_small, .container_full, .container {
    width: 540px;
    max-width: 100%;
    position: relative;
  }
}
@media (min-width: 768px) {
  .container_split, .container_small, .container_full, .container {
    width: 720px;
    max-width: 100%;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .container_split, .container_small, .container_full, .container {
    width: 960px;
    max-width: 100%;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .container_split, .container_small, .container_full, .container {
    width: 1170px;
    max-width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .container_split, .container_small, .container_full, .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.container_full {
  width: 100%;
  max-width: 100%;
}
.container_small {
  max-width: 960px;
}
.container_split {
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .container_split {
    flex-wrap: wrap;
  }
}
.container_split > * {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .container_split > * {
    width: 100%;
  }
}

.site-header {
  width: 100%;
  height: 120px;
  flex: 1 0 auto;
  background-color: transparent;
  position: relative;
  z-index: 11;
  transition: height 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 1199px) {
  .site-header {
    height: 80px;
  }
}
.site-header:before {
  width: 100%;
  height: 120px;
  background-color: var(--r6-color-secondary);
  content: " ";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.15s cubic-bezier(0.64, 0, 0.78, 0);
}
.home .site-header {
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1199px) {
  .home .site-header {
    height: 80px;
    position: absolute;
  }
}
.home .site-header:before {
  display: block;
}
.site-header [class^=container] {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-footer {
  width: 100%;
  background-color: var(--r6-color-secondary);
  color: #707070;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .site-footer {
    padding-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .site-footer {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer {
    padding-top: 20px;
  }
}
.site-footer .section__title {
  color: var(--r6-color-white);
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
}
.site-footer .section__title:after {
  width: 1000%;
  height: 1px;
  content: " ";
  background-color: var(--r6-color-white);
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  left: -1000px;
  right: -1000px;
}
.site-footer p:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (min-width: 1200px) {
  .site-footer__clients {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .site-footer__clients {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer__clients {
    padding-bottom: 30px;
  }
}
.site-footer__clients .glide__slide {
  max-width: 180px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--r6-color-white);
  border: solid 2px var(--r6-color-white);
}
@media screen and (max-width: 1199px) {
  .site-footer__clients .glide__slide {
    width: 100% !important;
    margin: 0 !important;
    height: 120px;
  }
}
.site-footer__clients .glide__slide img {
  width: 90%;
  height: 90%;
  object-fit: contain;
}
@media screen and (min-width: 1200px) {
  .site-footer__overview {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .site-footer__overview {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer__overview {
    padding-bottom: 20px;
  }
}
.site-footer__overview .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .site-footer__overview .container {
    flex-wrap: wrap;
    gap: 60px;
  }
}
.site-footer__summary {
  width: 50%;
}
@media screen and (min-width: 1200px) {
  .site-footer__summary {
    padding-right: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .site-footer__summary {
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer__summary {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .site-footer__summary {
    width: 100%;
  }
}
.site-footer__sitemap {
  width: 50%;
}
@media screen and (min-width: 1200px) {
  .site-footer__sitemap {
    padding-right: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .site-footer__sitemap {
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer__sitemap {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .site-footer__sitemap {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .site-footer__sitemap .section__title {
    margin-bottom: 0;
  }
}
.site-footer__copyrights {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  background-color: var(--r6-color-quaternary);
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  border-top: solid 1px var(--r6-border-color-dark);
}

.nav-main .nav > .nav-item {
  background-color: var(--r6-color-secondary);
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
.nav-main .nav > .nav-item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .nav-main .nav > .nav-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.nav-main .nav > .nav-item.active:before {
  width: 1000%;
  height: 1px;
  content: " ";
  background-color: var(--r6-border-color-dark);
  position: absolute;
  top: 18px;
  left: -500%;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .nav-main .nav > .nav-item:first-child {
    display: none;
  }
}
.nav-main .dropdown-menu {
  border-left: 1px solid var(--r6-border-color-dark);
  margin-top: 20px;
}
.nav-main .dropdown-menu .nav-item:not(:last-child) {
  margin-bottom: 10px;
}
.nav-main .dropdown-menu .nav-link {
  font-size: 1.5rem;
  line-height: 1.875rem;
  padding-left: 40px;
}
.nav-main .nav-link {
  color: #707070;
  font-size: 2.5rem;
  line-height: 2.5rem;
  border: none;
  transition: color 0.15s ease-in-out;
}
.nav-main .nav-link:hover {
  color: var(--r6-color-white);
}
.nav-main .active > .nav-link {
  color: var(--r6-color-primary);
}

.menu-modal {
  width: 100vw;
  height: 100vh;
  background-color: var(--r6-color-secondary);
  display: flex;
  overflow: hidden;
  opacity: 0;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.15s 0.5s linear;
}
.nav-opened .menu-modal {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.15s linear;
}

.burger {
  width: 35px;
  height: 23px;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border: 0;
  outline: 0;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.burger span {
  width: 100%;
  height: 3px;
  display: block;
  background-color: var(--r6-color-secondary);
  margin: 0;
  transition: background 0.6s ease-in-out, width 0.15s ease-in-out;
}
.home .burger span {
  background-color: var(--r6-color-white);
}
.nav-opened .burger span {
  background-color: var(--r6-color-white);
}
.burger:hover span:nth-child(1) {
  width: 14px;
}
.burger span:nth-child(2) {
  margin: 5px 0;
  transition-delay: 0.15s;
}
.burger:hover span:nth-child(2) {
  width: 24px;
}
.burger span:nth-child(3) {
  width: 14px;
}
.burger:hover span:nth-child(3) {
  width: 100%;
}
.nav-opened .burger span:nth-child(1) {
  width: 100%;
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}
.nav-opened .burger span:nth-child(2) {
  opacity: 0;
  transform: scale(0);
  transition-delay: 0s;
}
.nav-opened .burger span:nth-child(3) {
  width: 100%;
  transform: translate3d(0, -8px, 0) rotate(45deg);
}

.nav-sitemap .nav > .nav-item {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .nav-sitemap .nav > .nav-item {
    flex-wrap: wrap;
  }
}
.nav-sitemap .nav > .nav-item.dropdown {
  margin-bottom: 20px;
}
.nav-sitemap .nav > .nav-item > .nav-link {
  width: 120px;
  padding-left: 26px;
  position: relative;
}
.nav-sitemap .nav > .nav-item > .nav-link:before {
  width: 16px;
  height: 1px;
  content: " ";
  background-color: #707070;
  position: absolute;
  top: 11px;
  left: 0;
  transition: background 0.15s ease-in-out;
}
.nav-sitemap .dropdown-menu .nav-item {
  position: relative;
}
.nav-sitemap .dropdown-menu .nav-item:before {
  width: 1px;
  height: 100%;
  content: " ";
  background-color: #707070;
  position: absolute;
  top: 12px;
  left: 0;
}
.nav-sitemap .dropdown-menu .nav-item:last-child:before {
  top: auto;
  bottom: 12px;
}
.nav-sitemap .dropdown-menu .nav-item:not(:last-child) {
  padding-bottom: 10px;
}
.nav-sitemap .dropdown-menu .nav-link {
  padding-left: 110px;
  position: relative;
}
.nav-sitemap .dropdown-menu .nav-link:before {
  width: 90px;
  height: 1px;
  content: " ";
  background-color: #707070;
  position: absolute;
  top: 50%;
  left: 0;
  transition: background 0.15s ease-in-out;
}
.nav-sitemap .nav-link {
  color: #707070;
  border: 0;
  transition: color 0.15s ease-in-out;
}
.nav-sitemap .nav-link:hover {
  color: var(--r6-color-white);
}
.nav-sitemap .nav-link:hover:before {
  background-color: var(--r6-color-white);
}

@media screen and (min-width: 1200px) {
  .section:not(.no-padding) {
    padding-top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section:not(.no-padding) {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .section:not(.no-padding) {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .section:not(.no-padding) {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section:not(.no-padding) {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .section:not(.no-padding) {
    padding-bottom: 50px;
  }
}

.page-wrapper > .section-splitRight:first-child, .page-wrapper > .section-splitLeft:first-child {
  padding-top: 40px;
}

.page-header {
  width: 100%;
  height: 210px;
  background-color: var(--r6-color-secondary);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: var(--r6-color-white);
  text-align: center;
}
.page-header .page__title,
.page-header .page__subtitle {
  color: var(--r6-color-white);
}
.page-header .page__title {
  margin-bottom: 12px;
}
.page-header .page__title:last-child {
  margin-bottom: 0;
}

.section-2columns {
  background-color: var(--r6-color-neutral-fainter);
}
@media screen and (min-width: 1200px) {
  .section-2columns {
    padding-left: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-2columns {
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .section-2columns {
    padding-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .section-2columns {
    padding-right: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-2columns {
    padding-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .section-2columns {
    padding-right: 0;
  }
}
.section-2columns .section__title {
  text-align: center;
}
.section-2columns .layout-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
}

.section-cta {
  width: 100%;
  min-height: 90px;
  background-color: var(--r6-color-tertiary);
  color: var(--r6-color-white);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .section-cta {
    min-height: 90px;
    height: auto;
  }
}
.section-cta .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .section-cta .container {
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.section-cta__wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .section-cta__wrapper {
    flex-wrap: wrap;
  }
}
.section-cta .section__title {
  display: block;
  color: var(--r6-color-white);
  font-size: 1.5rem;
  line-height: 1.875rem;
  padding-right: 18px;
  margin-bottom: 0;
  margin-right: 92px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .section-cta .section__title {
    padding-right: 0;
    margin-right: 0;
  }
}
.section-cta .section__title:after {
  width: 52px;
  height: 1px;
  content: " ";
  background-color: var(--r6-color-white);
  opacity: 50%;
  position: absolute;
  left: 100%;
  top: 50%;
}
@media screen and (max-width: 1199px) {
  .section-cta .section__title:after {
    display: none;
  }
}
.section-cta .cta-primary {
  background-color: transparent;
}
.section-cta .cta-primary:hover {
  background-color: var(--r6-color-white);
  color: var(--r6-color-primary);
  border-color: var(--r6-color-white);
}

.section-contact {
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.section-contact__background {
  width: 100vw;
  height: 100%;
  background-color: var(--r6-color-brand1);
  background-size: cover;
  background-position: center;
  filter: grayscale(1);
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-contact__background:after {
  width: 100%;
  height: 100%;
  background-color: var(--r6-color-brand1);
  opacity: 0.7;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.section-contact__content-wrapper {
  position: relative;
  z-index: 2;
}
.section-contact .section__subtitle {
  padding-left: 0;
}
.section-contact .section__subtitle:after {
  display: none;
}
.section-contact .layout-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .section-contact .layout-split {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 40px;
  }
}
.section-contact .layout-split__column {
  grid-column: 2;
  position: relative;
}
.section-contact .layout-split__column:before {
  width: 100%;
  height: 100%;
  content: " ";
  background-color: var(--r6-color-brand1);
  position: absolute;
  top: -5%;
  right: 0;
  transform: skewX(-10deg);
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .section-contact .layout-split__column:before {
    display: none;
  }
}
.section-contact__inner {
  background-color: var(--r6-color-white);
  padding: 40px 24px;
  position: relative;
  z-index: 2;
}
.section-contact__form {
  margin-top: 20px;
}

.section-splitLeft,
.section-splitRight {
  overflow: hidden;
}
.section-splitLeft .container,
.section-splitRight .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section-splitLeft .container,
  .section-splitRight .container {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.section-splitLeft .container:before,
.section-splitRight .container:before {
  width: 1px;
  height: 1000%;
  content: " ";
  background-color: var(--r6-border-color-light);
  position: absolute;
  top: -50%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section-splitLeft .container:before,
  .section-splitRight .container:before {
    display: none;
  }
}
.section-splitLeft__image,
.section-splitRight__image {
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .section-splitLeft__image,
  .section-splitRight__image {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
}
.section-splitLeft__content,
.section-splitRight__content {
  padding-top: 40px;
  border-top: 1px solid var(--r6-border-color-light);
  margin-top: 60px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .section-splitLeft__content,
  .section-splitRight__content {
    width: 58%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-splitLeft__content,
  .section-splitRight__content {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .section-splitLeft__content,
  .section-splitRight__content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-splitLeft__content,
  .section-splitRight__content {
    margin-top: 0;
  }
}
.section-splitLeft__content .btn-more,
.section-splitRight__content .btn-more {
  margin-top: 40px;
}
@media screen and (min-width: 1200px) {
  .section-splitLeft__image,
  .section-splitRight__image {
    width: 42%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-splitLeft__image,
  .section-splitRight__image {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .section-splitLeft__image,
  .section-splitRight__image {
    width: 100%;
  }
}

.section-splitLeft .container:before {
  left: 100px;
}
.section-splitLeft__content {
  padding-left: 70px;
}
@media screen and (max-width: 767px) {
  .section-splitLeft__content {
    padding-left: 0;
  }
}

.section-splitRight .container:before {
  right: 100px;
}
.section-splitRight__content {
  padding-right: 70px;
}
@media screen and (max-width: 767px) {
  .section-splitRight__content {
    padding-right: 0;
  }
}

.section-base:not(.no-padding) {
  padding-top: 0;
  padding-bottom: 0;
}
.section-base .container {
  border-left: 1px solid var(--r6-border-color-light);
}
@media screen and (min-width: 1200px) {
  .section-base .container {
    padding-left: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-base .container {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .section-base .container {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .section-base .container {
    padding-right: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-base .container {
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .section-base .container {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .section-base .container {
    padding-top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-base .container {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .section-base .container {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .section-base .container {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-base .container {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .section-base .container {
    padding-bottom: 50px;
  }
}

.section-fullwidth {
  background-color: var(--r6-color-white);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-fullwidth {
    text-align: left;
  }
}

.section-accent {
  background-color: var(--r6-color-secondary);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: var(--r6-color-white);
  text-align: center;
}
.section-accent .section__title,
.section-accent .section__subtitle {
  color: var(--r6-color-white);
}

.section-blocks {
  background-color: var(--r6-color-secondary);
  color: var(--r6-color-white);
  overflow: hidden;
}
.section-blocks .section__title {
  color: var(--r6-color-white);
  margin-bottom: 18px;
}
.section-blocks a {
  color: var(--r6-color-white);
  border-color: var(--r6-color-white);
}
.section-blocks a:hover {
  color: var(--r6-color-primary);
  border-color: var(--r6-color-primary);
}
.section-blocks__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 60px;
  padding-top: 58px;
  margin-top: 28px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .section-blocks__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .section-blocks__grid {
    grid-template-columns: 1fr;
  }
}
.section-blocks__grid:before {
  width: 1000%;
  height: 1px;
  content: " ";
  background-color: var(--r6-border-color-dark);
  position: absolute;
  top: 0;
  left: -1000px;
  right: -1000px;
}
.section-blocks .block {
  overflow: hidden;
}
.section-blocks .block__image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  margin-bottom: 40px;
}
.section-blocks .block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-blocks .block__title {
  color: var(--r6-color-white);
  font-size: 1.5rem;
  line-height: 2.875rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 24px;
}

.section-projects {
  background-color: var(--r6-color-secondary);
  color: var(--r6-color-white);
  overflow: hidden;
}
.section-projects .section__title {
  color: var(--r6-color-white);
  margin-bottom: 18px;
}
.section-projects__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-top: 50px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .section-projects__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .section-projects__list {
    grid-template-columns: 1fr;
  }
}
.section-projects__list:before {
  width: 1000%;
  height: 1px;
  content: " ";
  background-color: var(--r6-border-color-dark);
  position: absolute;
  top: 0;
  left: -1000px;
  right: -1000px;
}
.section-projects__list:after {
  width: 0;
  height: 0;
  content: " ";
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: scale(0) translate3d(-50%, -50%, 0);
  transform-origin: center center;
  transition: transform 0.15s ease-in-out, opacity 0.35s ease-in-out;
}
.section-projects .project-post {
  height: 450px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--r6-color-white);
  text-align: center;
  position: relative;
  transform: translate3d(0, 0, 0);
  transition: all 0.35s ease-in-out;
}
.section-projects .project-post__background {
  width: 100%;
  height: 100%;
  cursor: zoom-in;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}
.section-projects .project-post:before {
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: grayscale(100%);
          backdrop-filter: grayscale(100%);
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: opacity 0.35s ease-in-out;
}
.section-projects .project-post:hover:before {
  opacity: 0;
}
.section-projects .project-post:after {
  width: 100%;
  height: 100%;
  background-color: var(--r6-color-primary);
  content: " ";
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transition: all 0.35s ease-in-out;
}
.section-projects .project-post.construction:after {
  background-color: var(--r6-color-secondary);
}
.section-projects .project-post:hover:after {
  background-color: var(--r6-color-secondary);
  opacity: 0.4;
}
.section-projects .project-post__info {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 4;
}
.section-projects .project-post__info:before {
  display: inline-block;
  content: " ";
  filter: grayscale(100%) invert(100%);
  background-size: cover;
  background-position: center;
  margin: 0 auto 8px;
}
.section-projects .project-post.combustion .project-post__info:before {
  width: 23px;
  height: 33px;
  background-image: url("../images/ui/icons/icon-flame.svg");
}
.section-projects .project-post.construction .project-post__info:before {
  width: 33px;
  height: 37px;
  background-image: url("../images/ui/icons/icon-valve.svg");
}
.section-projects .project-post__date {
  margin-bottom: 8px;
}
.section-projects .project-post__title {
  color: var(--r6-color-white);
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-bottom: 20px;
}
.section-projects .project-post__location {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 600;
}
.section-projects .project-post .icon-expand {
  opacity: 0;
  font-size: 20px;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 4;
  transition: opacity 0.15s ease-in-out;
}
.section-projects .project-post:hover .icon-expand {
  opacity: 1;
}
.section-projects .project-post [data-fslightbox],
.section-projects .project-post [data-fslightbox]:hover {
  color: #fff;
}
.section-projects .project-post__gallery {
  width: 100%;
  height: 100%;
  display: flex;
  background-color: #000;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.35s ease-in-out, opacity 0.15s ease-in-out;
}
.section-projects .project-post__gallery__image {
  width: 50%;
  height: 50%;
  flex: 1 0 auto;
  overflow: hidden;
  object-fit: cover;
}
.section-projects .project-post__gallery img {
  width: 100%;
  height: 100%;
}

.project-detail-opened .section-projects__list:after {
  width: 100vw;
  height: 100vh;
  opacity: 1;
  content: " ";
  background-color: rgba(0, 0, 0, 0.8);
  transform: scale(1) translate3d(-50%, -50%, 0);
}
.project-detail-opened .section-projects__list .active {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 11;
}
.project-detail-opened .section-projects__list .active .project-post__gallery {
  opacity: 1;
  transform: translate3d(100%, 0, 0);
}

.section-gallery .section__title {
  margin-bottom: 18px;
}
.section-gallery .section__content {
  margin-bottom: 50px;
}
.section-gallery__category {
  display: flex;
  position: relative;
}
.section-gallery__category:before {
  width: 1000%;
  height: 1px;
  content: " ";
  background-color: var(--r6-border-color-light);
  position: absolute;
  top: 0;
  left: -1000px;
  right: -1000px;
}
.section-gallery__category__overview {
  width: 320px;
  flex: 1 0 auto;
  text-align: right;
  padding-top: 60px;
  padding-right: 60px;
}
.section-gallery__category__name {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.section-gallery__category__images {
  padding: 60px;
  border-left: solid 1px var(--r6-border-color-light);
}
.section-gallery__category__grid {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(3, 230px);
  grid-auto-rows: 230px;
  column-gap: 40px;
  row-gap: 40px;
  margin: 0;
}
.section-gallery__category__grid img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
.section-gallery__category.no-name .section-gallery__category__images {
  padding-left: 0;
  padding-right: 0;
  border: 0;
}
.section-gallery__category.no-name .section-gallery__category__grid {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
}

.home .section-hero {
  height: 900px;
  max-height: 90vh;
  position: relative;
}
.home .section-hero__slider {
  width: 100%;
  height: 100%;
  padding-top: 120px;
}
.home .section-hero__slider .glide [data-glide-el=controls] button:first-child {
  left: 20px;
}
.home .section-hero__slider .glide [data-glide-el=controls] button:last-child {
  right: 20px;
}
.home .section-hero__slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: black;
  position: relative;
}
.home .section-hero__slide[data-overlay-color=rouge]:after, .home .section-hero__slide[data-overlay-color=noir]:after {
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.home .section-hero__slide[data-overlay-color=rouge]:after {
  background-color: var(--r6-color-primary);
  opacity: 0.8;
}
.home .section-hero__slide[data-overlay-color=noir]:after {
  background-color: black;
  opacity: 0.8;
}
.home .section-hero__slide__background {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: grayscale(100%) contrast(150%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.home .section-hero__slide__content {
  background-color: var(--r6-color-white);
  overflow: hidden;
  padding: 50px;
  position: relative;
  z-index: 3;
}
.home .section-hero__slide[data-overlay-color=rouge] .section-hero__slide__content:before {
  width: 250px;
  height: 300px;
  content: " ";
  opacity: 0.1;
  background-image: url("../images/ui/icons/icon-flame.svg");
  background-size: cover;
  position: absolute;
  top: 36px;
  left: -18px;
  z-index: -1;
}
.home .section-hero__slide[data-overlay-color=noir] .section-hero__slide__content:before {
  width: 290px;
  height: 272px;
  content: " ";
  opacity: 0.1;
  background-image: url("../images/ui/icons/icon-valve.svg");
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: -18px;
  z-index: -1;
}
.home .section-hero__slide__title {
  margin-bottom: 12px;
}
.home .section-hero__slide__description {
  margin-bottom: 30px;
}
.home .section-hero__slide .cta-secondary {
  padding-left: 0;
}
.home .section-hero .glide,
.home .section-hero .glide__track,
.home .section-hero .glide__slides {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .home .section-hero [data-glide-el=controls] {
    display: none;
  }
}
.home .section-overview {
  background-size: cover;
  background-position: center top;
}

.page-template-contact .section-contact__content-wrapper .container,
.home .section-contact__content-wrapper .container {
  display: flex;
}
.page-template-contact .section-contact .container,
.home .section-contact .container {
  border-left: 1px solid var(--r6-border-color-light);
}
@media screen and (min-width: 1200px) {
  .page-template-contact .section-contact .container,
  .home .section-contact .container {
    padding-top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-template-contact .section-contact .container,
  .home .section-contact .container {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-contact .section-contact .container,
  .home .section-contact .container {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-contact .section-contact .container,
  .home .section-contact .container {
    padding-bottom: 450px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-template-contact .section-contact .container,
  .home .section-contact .container {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-contact .section-contact .container,
  .home .section-contact .container {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .page-template-contact .section-contact .container,
  .home .section-contact .container {
    border-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .page-template-contact .section-contact .container,
  .home .section-contact .container {
    flex-wrap: wrap;
    gap: 60px;
  }
}
.page-template-contact .section-contact .container:before,
.home .section-contact .container:before {
  width: 52px;
  height: 345px;
  content: " ";
  background-color: var(--r6-color-primary);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1199px) {
  .page-template-contact .section-contact .container:before,
  .home .section-contact .container:before {
    display: none;
  }
}
.page-template-contact .section-contact .container:after,
.home .section-contact .container:after {
  width: 52px;
  height: 278px;
  content: " ";
  background-color: var(--r6-color-tertiary);
  position: absolute;
  bottom: 0;
  left: 52px;
}
@media screen and (max-width: 1199px) {
  .page-template-contact .section-contact .container:after,
  .home .section-contact .container:after {
    display: none;
  }
}
.page-template-contact .section-contact__column,
.home .section-contact__column {
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .page-template-contact .section-contact__column,
  .home .section-contact__column {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-contact .section-contact .column_left,
  .home .section-contact .column_left {
    padding-right: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-template-contact .section-contact .column_left,
  .home .section-contact .column_left {
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-contact .section-contact .column_left,
  .home .section-contact .column_left {
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-contact .section-contact .column_left,
  .home .section-contact .column_left {
    padding-left: 46px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-template-contact .section-contact .column_left,
  .home .section-contact .column_left {
    padding-left: 46px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-contact .section-contact .column_left,
  .home .section-contact .column_left {
    padding-left: 0;
  }
}
.page-template-contact .section-contact .column_right,
.home .section-contact .column_right {
  border-left: 1px solid var(--r6-border-color-light);
}
@media screen and (min-width: 1200px) {
  .page-template-contact .section-contact .column_right,
  .home .section-contact .column_right {
    padding-left: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-template-contact .section-contact .column_right,
  .home .section-contact .column_right {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-contact .section-contact .column_right,
  .home .section-contact .column_right {
    padding-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .page-template-contact .section-contact .column_right,
  .home .section-contact .column_right {
    border-left: 0;
  }
}
.page-template-contact .section-contact .section__title,
.home .section-contact .section__title {
  margin-bottom: 20px;
}
.page-template-contact .section-contact__address,
.home .section-contact__address {
  font-style: normal;
}
.page-template-contact .section-contact__contact-entries, .page-template-contact .section-contact__social-links,
.home .section-contact__contact-entries,
.home .section-contact__social-links {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 20px;
}
.page-template-contact .section-contact__map,
.home .section-contact__map {
  width: 100%;
  height: 100%;
  max-width: 330px;
  max-height: 330px;
  display: block;
  background-size: cover;
  background-position: center;
  border: solid 1px var(--r6-color-tertiary);
  position: relative;
}
@media screen and (max-width: 1199px) {
  .page-template-contact .section-contact__map,
  .home .section-contact__map {
    height: 330px;
    max-width: none;
  }
}
.page-template-contact .section-contact__map:after,
.home .section-contact__map:after {
  width: 100%;
  height: 100%;
  background-color: var(--r6-color-secondary);
  opacity: 0;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.15s ease-in-out;
}
.page-template-contact .section-contact__map__label,
.home .section-contact__map__label {
  display: inline-block;
  opacity: 0;
  color: var(--r6-color-white);
  font-size: 0.9375rem;
  text-align: center;
  border-bottom: 1px dotted var(--r6-color-white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -60%, 0);
  transition: all 0.15s 0.2s ease-in-out;
  z-index: 3;
}
.page-template-contact .section-contact__map__label:before,
.home .section-contact__map__label:before {
  display: block;
  content: "\f5a0";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  font-size: 24px;
  margin: 0 auto 10px;
}
.page-template-contact .section-contact__map:hover:after,
.home .section-contact__map:hover:after {
  opacity: 0.6;
}
.page-template-contact .section-contact__map:hover .section-contact__map__label,
.home .section-contact__map:hover .section-contact__map__label {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0);
}

.page-template-projects .section-projects {
  background: none;
}
.page-template-projects .section-projects__list:before {
  background-color: var(--r6-border-color-light);
}
