/* normalize.css v8.0.0 | 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;
}

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

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

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

/* 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-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/**
 * 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 {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

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 {
  margin: 0;
  /* 2 */
  font-size: 100%;
  /* 1 */
  font-family: inherit;
  /* 1 */
  line-height: 1.15;
  /* 1 */
}

/**
 * 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 {
  padding: 0;
  border-style: none;
}

/**
 * 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 {
  display: table;
  /* 1 */
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 3 */
  max-width: 100%;
  /* 1 */
  color: inherit;
  /* 2 */
  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] {
  outline-offset: -2px;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * 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 {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

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

:root {
  /* HSL colors */
  --hi-c-grey-h: 219;
  --hi-c-grey-s: 12%;
  --hi-c-grey-l: 44%;
  --hi-c-grey-hsl: 219, 12%, 44%;
  --hi-c-grey_h: 0;
  --hi-c-grey_s: 100%;
  --hi-c-grey_l: 0%;
  --hi-c-grey_hsl: 0, 100%, 0%;
  --hi-c-white-h: 0;
  --hi-c-white-s: 0%;
  --hi-c-white-l: 100%;
  --hi-c-white-hsl: 0, 0%, 100%;
  --hi-c-white_h: 0;
  --hi-c-white_s: 100%;
  --hi-c-white_l: 0%;
  --hi-c-white_hsl: 0, 100%, 0%;
  --hi-c-black-h: 0;
  --hi-c-black-s: 100%;
  --hi-c-black-l: 0%;
  --hi-c-black-hsl: 0, 100%, 0%;
  --hi-c-black_h: 0;
  --hi-c-black_s: 0%;
  --hi-c-black_l: 100%;
  --hi-c-black_hsl: 0, 0%, 100%;
  --hi-c-alert-h: var(--hi-c-red-h);
  --hi-c-alert-s: var(--hi-c-red-s);
  --hi-c-alert-l: var(--hi-c-red-l);
  --hi-c-alert-hsl: var(--hi-c-red-hsl);
  --hi-c-alert_h: var(--hi-c-red_h);
  --hi-c-alert_s: var(--hi-c-red_s);
  --hi-c-alert_l: var(--hi-c-red_l);
  --hi-c-alert_hsl: var(--hi-c-red_hsl);
  --hi-c-positive-h: var(--hi-c-green-h);
  --hi-c-positive-s: var(--hi-c-green-s);
  --hi-c-positive-l: var(--hi-c-green-l);
  --hi-c-positive-hsl: var(--hi-c-green-hsl);
  --hi-c-positive_h: var(--hi-c-green_h);
  --hi-c-positive_s: var(--hi-c-green_s);
  --hi-c-positive_l: var(--hi-c-green_l);
  --hi-c-positive_hsl: var(--hi-c-green_hsl);
  --hi-c-foreground-h: var(--hi-c-0, 100%, 0%-h);
  --hi-c-foreground-s: var(--hi-c-0, 100%, 0%-s);
  --hi-c-foreground-l: var(--hi-c-0, 100%, 0%-l);
  --hi-c-foreground-hsl: var(--hi-c-0, 100%, 0%-hsl);
  --hi-c-foreground_h: var(--hi-c-0, 100%, 0%_h);
  --hi-c-foreground_s: var(--hi-c-0, 100%, 0%_s);
  --hi-c-foreground_l: var(--hi-c-0, 100%, 0%_l);
  --hi-c-foreground_hsl: var(--hi-c-0, 100%, 0%_hsl);
  --hi-c-background-h: var(--hi-c-0, 0%, 100%-h);
  --hi-c-background-s: var(--hi-c-0, 0%, 100%-s);
  --hi-c-background-l: var(--hi-c-0, 0%, 100%-l);
  --hi-c-background-hsl: var(--hi-c-0, 0%, 100%-hsl);
  --hi-c-background_h: var(--hi-c-0, 0%, 100%_h);
  --hi-c-background_s: var(--hi-c-0, 0%, 100%_s);
  --hi-c-background_l: var(--hi-c-0, 0%, 100%_l);
  --hi-c-background_hsl: var(--hi-c-0, 0%, 100%_hsl);
  --hi-c-primary-h: var(--hi-c-0, 100%, 0%-h);
  --hi-c-primary-s: var(--hi-c-0, 100%, 0%-s);
  --hi-c-primary-l: var(--hi-c-0, 100%, 0%-l);
  --hi-c-primary-hsl: var(--hi-c-0, 100%, 0%-hsl);
  --hi-c-primary_h: var(--hi-c-0, 100%, 0%_h);
  --hi-c-primary_s: var(--hi-c-0, 100%, 0%_s);
  --hi-c-primary_l: var(--hi-c-0, 100%, 0%_l);
  --hi-c-primary_hsl: var(--hi-c-0, 100%, 0%_hsl);
  --hi-c-secondary-h: var(--hi-c-0, 100%, 0%-h);
  --hi-c-secondary-s: var(--hi-c-0, 100%, 0%-s);
  --hi-c-secondary-l: var(--hi-c-0, 100%, 0%-l);
  --hi-c-secondary-hsl: var(--hi-c-0, 100%, 0%-hsl);
  --hi-c-secondary_h: var(--hi-c-0, 100%, 0%_h);
  --hi-c-secondary_s: var(--hi-c-0, 100%, 0%_s);
  --hi-c-secondary_l: var(--hi-c-0, 100%, 0%_l);
  --hi-c-secondary_hsl: var(--hi-c-0, 100%, 0%_hsl);
  --hi-c-accent-h: var(--hi-c-0, 100%, 0%-h);
  --hi-c-accent-s: var(--hi-c-0, 100%, 0%-s);
  --hi-c-accent-l: var(--hi-c-0, 100%, 0%-l);
  --hi-c-accent-hsl: var(--hi-c-0, 100%, 0%-hsl);
  --hi-c-accent_h: var(--hi-c-0, 100%, 0%_h);
  --hi-c-accent_s: var(--hi-c-0, 100%, 0%_s);
  --hi-c-accent_l: var(--hi-c-0, 100%, 0%_l);
  --hi-c-accent_hsl: var(--hi-c-0, 100%, 0%_hsl);
}

:root {
  /* fonts */
  --hi-f-sans: "canada-type-gibson", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", sans-serif;
  --hi-f-ui: var(--hi-f-sans);
  --hi-f-heading: var(--hi-f-sans);
}

:root {
  /* units and sizes */
  --size-unit: 4.8rem;
  --size-xs: 0.8rem;
  --size-sm: 1.2rem;
  --size-md: 1.3714285714rem;
  --size-ml: 1.6rem;
  --size-lg: 2.4rem;
  --size-xl: 4.8rem;
}
@media (min-width: 640px) {
  :root {
    --size-md: 1.3714285714rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --size-md: 2.1917808219rem;
  }
}
@media (min-width: 640px) {
  :root {
    --size-ml: 2.56rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --size-lg: 4.8rem;
  }
}
@media (min-width: 640px) {
  :root {
    --size-xl: 6.4rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --size-xl: 7.7669902913rem;
  }
}

* {
  box-sizing: border-box;
}

.page-section, .view-main-inner > *, .view-main-inner, .view-main, body {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

:root {
  font-family: "canada-type-gibson", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", sans-serif;
  font-family: var(--hi-f-ui);
  display: block;
  font-size: 10px;
  background-color: hsla( 0%, 100%-hsl, 1 );
  background-color: hsla( var(--hi-c-background-hsl), 1 );
  color: hsla( 100%, 0%-hsl, 1 );
  color: hsla( var(--hi-c-foreground-hsl), 1 );
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --vh: 100vh;
  --nav-height: 75px;
  --wp-admin-bar-height: 0;
}
:root .view-main {
  transition: transform 0.62s;
  transform-origin: undefined;
  transform-origin: 50vw var(--transform-origin-y);
}
@media (min-width: 640px) {
  :root.chrome.programmatic-scrolling .view-main, :root.apple.programmatic-scrolling .view-main {
    transition: transform 0.19s;
    transform: scale(0.95);
  }
}
:root.menu-open {
  overflow: hidden;
}
:root.scrolled.no-scrollbar, :root.menu-open.no-scrollbar, :root.wishlist-open.no-scrollbar, :root.has-overlay.no-scrollbar {
  overflow: hidden;
}
:root.scrolled.chrome.high-performance .view-main, :root.scrolled.apple.high-performance .view-main, :root.menu-open.chrome.high-performance .view-main, :root.menu-open.apple.high-performance .view-main, :root.wishlist-open.chrome.high-performance .view-main, :root.wishlist-open.apple.high-performance .view-main, :root.has-overlay.chrome.high-performance .view-main, :root.has-overlay.apple.high-performance .view-main {
  transition: transform 0.38s;
  transform: scale(0.97);
}
@media (min-width: 640px) {
  :root.scrolled.chrome.high-performance .view-main, :root.scrolled.apple.high-performance .view-main, :root.menu-open.chrome.high-performance .view-main, :root.menu-open.apple.high-performance .view-main, :root.wishlist-open.chrome.high-performance .view-main, :root.wishlist-open.apple.high-performance .view-main, :root.has-overlay.chrome.high-performance .view-main, :root.has-overlay.apple.high-performance .view-main {
    transform: scale(0.98);
  }
}
:root.scrolled.chrome.high-performance .view-main__inner-shadow, :root.scrolled.apple.high-performance .view-main__inner-shadow, :root.menu-open.chrome.high-performance .view-main__inner-shadow, :root.menu-open.apple.high-performance .view-main__inner-shadow, :root.wishlist-open.chrome.high-performance .view-main__inner-shadow, :root.wishlist-open.apple.high-performance .view-main__inner-shadow, :root.has-overlay.chrome.high-performance .view-main__inner-shadow, :root.has-overlay.apple.high-performance .view-main__inner-shadow {
  transition: 0.38s;
  opacity: 1;
}

[data-page=front-page] {
  color: hsla( 100%, 0%-hsl, 1 );
  color: hsla( var(--hi-c-foreground-hsl), 1 );
}

body {
  padding-top: 75px;
  padding-top: var(--nav-height);
  min-height: 100vh;
  font-family: "canada-type-gibson", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", sans-serif;
  font-family: var(--hi-f-ui);
  --wp-admin-bar-height: 0px;
}
body.admin-bar {
  --wp-admin-bar-height: 46px;
}
@media (min-width: 783px) {
  body.admin-bar {
    --wp-admin-bar-height: 32px;
  }
}
.ie body {
  display: block;
}

.view-main {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.ie .view-main {
  display: block;
  padding-top: 100px;
}
.home .view-main {
  padding-top: 0;
}

.view-main-inner {
  flex: 1 1 auto;
}
.view-main__inner-shadow {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: 1s;
  background-color: hsla( 0, 100%, 0%, 0.62 );
  background-color: hsla( var(--hi-c-black-hsl), 0.62 );
  box-shadow: inset 0 0 6em 3em hsla( 0, 100%, 0%, 1 ), inset 0 0 20em hsla( 0, 100%, 0%, 1 );
  box-shadow: inset 0 0 6em 3em hsla( var(--hi-c-black-hsl), 1 ), inset 0 0 20em hsla( var(--hi-c-black-hsl), 1 );
  transform: translateZ(0);
}
.high-performance .view-main__inner-shadow {
  content: "";
  display: block;
}
@media (min-width: 640px) {
  .view-main__inner-shadow {
    background-color: transparent;
    box-shadow: inset 0 0 4em 2em hsla( 0, 100%, 0%, 1 ), inset 0 0 10em hsla( 0, 100%, 0%, 1 );
    box-shadow: inset 0 0 4em 2em hsla( var(--hi-c-black-hsl), 1 ), inset 0 0 10em hsla( var(--hi-c-black-hsl), 1 );
  }
}

@-webkit-keyframes translateX50Pc {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(50%, 0, 0);
  }
}

@keyframes translateX50Pc {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(50%, 0, 0);
  }
}
::-moz-selection {
  background-color: hsla( 100%, 0%-hsl, 0.5 );
  background-color: hsla( var(--hi-c-foreground-hsl), 0.5 );
}
::selection {
  background-color: hsla( 100%, 0%-hsl, 0.5 );
  background-color: hsla( var(--hi-c-foreground-hsl), 0.5 );
}

:focus {
  outline-color: hsla( 100%, 0%-hsl, 0.5 );
  outline-color: hsla( var(--hi-c-foreground-hsl), 0.5 );
}

img {
  max-width: 100%;
}

figure {
  margin: 0;
}

#wpadminbar {
  position: fixed;
  background-color: #010203;
}

[data-for-attachment-id] {
  transition: opacity 1s;
}
[data-for-attachment-id]:not(.loaded) {
  opacity: 0;
}

._lazy {
  transition: opacity 1s;
}
._lazy:not(._lazy-loaded) {
  opacity: 0;
}

@-webkit-keyframes SimpleAnimateIn {
  from {
    opacity: 0;
    transform: translateY(0.62em);
  }
  to {
    opacity: 1;
    transform: translateY(1);
  }
}

@keyframes SimpleAnimateIn {
  from {
    opacity: 0;
    transform: translateY(0.62em);
  }
  to {
    opacity: 1;
    transform: translateY(1);
  }
}
.page-section .section__title {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 3.6rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
}

:root {
  font-family: "canada-type-gibson", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", sans-serif;
  font-family: var(--hi-f-ui);
}

body {
  line-height: 1.38;
  font-size: 1.6rem;
}
@media (min-width: 640px) {
  body {
    font-size: 1.8rem;
  }
}

h1, h2, h3, h4, h5,
p,
strong, b, em, i {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

h1 {
  margin: 0;
  font-family: "canada-type-gibson", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", sans-serif;
  font-family: var(--hi-f-heading);
  font-weight: 300;
}

h2 {
  margin: 0;
  font-family: "canada-type-gibson", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", sans-serif;
  font-family: var(--hi-f-heading);
  font-weight: 300;
}

h3 {
  margin: 0;
  font-family: "canada-type-gibson", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", sans-serif;
  font-family: var(--hi-f-heading);
  font-weight: 300;
}

h4 {
  margin: 0;
  font-family: "canada-type-gibson", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", sans-serif;
  font-family: var(--hi-f-heading);
  font-weight: 300;
}

h5 {
  margin: 0;
  font-family: "canada-type-gibson", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", sans-serif;
  font-family: var(--hi-f-heading);
  font-weight: 300;
}

h1 {
  font-size: 3.6rem;
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 1.8rem;
}

h4, h5 {
  font-size: inherit;
}

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

:root {
  --gap:6px;
}

.container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.page-section .container {
  padding-left: 2.4rem;
  padding-left: var(--size-lg);
  padding-right: 2.4rem;
  padding-right: var(--size-lg);
}
@media (min-width: 1024px) {
  .page-section .container {
  padding-right: 4.8rem;
  padding-right: var(--size-lg);
  }
}
@media (min-width: 1024px) {
  .page-section .container {
  padding-left: 4.8rem;
  padding-left: var(--size-lg);
  }
}

.button {
  padding: 0.5em 1.5em;
  border: 2px solid white;
  border-radius: 1.5em;
  line-height: 1;
  color: white;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.05em;
  display: inline-block;
}
.button:after {
  content: "+";
  margin-left: 0.5em;
}
.button:hover {
  transform: scale(1.05);
  transition: all 100ms ease;
}

.btn-external:after {
  content: none;
}

.btn-contact {
  color: black;
  background: white;
  background: radial-gradient(circle, white 0%, white 29%, #d7d7d7 100%);
}

.nav {
  position: fixed;
  top: 0;
  top: 0;
  top: var(--wp-admin-bar-height);
  left: 0;
  right: 0;
  color: hsla( 100%, 0%-hsl, 1 );
  color: hsla( var(--hi-c-foreground-hsl), 1 );
  background: white;
  width: 100%;
}
.scrolled .nav {
  transition: all 5ms ease;
  background: radial-gradient(150% 1000% at 50% 50%, #FFFFFF 0%, #646D7E 100%);
}
.nav .container {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 639px) {
  .nav .container {
    justify-content: space-between;
    align-items: center;
  }
}
.scrolled .nav .container {
  padding-top: 0;
  padding-bottom: 0;
  transition: all 250ms ease;
}

.menu, .sub-menu {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  line-height: 1;
  list-style: none;
}

ul.header__menu {
  display: flex;
  letter-spacing: 0.05em;
  padding-left: 1em;
}
@media (max-width: 639px) {
  ul.header__menu {
    padding-left: 0;
    max-height: 75vh;
    max-height: calc(100vh - 75px);
    max-height: calc(100vh - var(--nav-height));
    overflow: auto;
    box-shadow: 0 1em 3em rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 639px) {
  .menu-open ul.header__menu {
    background-color: white;
    padding: 0 0 0.5em;
    display: block;
    position: absolute;
    top: 100%;
    align-items: center;
    max-width: 100%;
    left: 0;
    right: 0;
  }
  .menu-open ul.header__menu li a {
    display: block;
    padding: 1em 2.4rem;
    padding: 1em var(--size-lg);
    width: 100%;
  }
  @media (min-width: 1024px) {
    .menu-open ul.header__menu li a {
    padding: 1em 4.8rem;
    padding: 1em var(--size-lg);
    }
  }
}
@media (min-width: 640px) {
  ul.header__menu > li.menu-item-has-children:hover > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    left: 50%;
    border: 1rem solid transparent;
    border-bottom-color: white;
    transform: translateX(-50%);
  }
}
@media (max-width: 639px) {
  ul.header__menu > li .sub-menu__heading > span {
    display: none;
  }
}
ul.header__menu > li:hover > a {
  position: relative;
  color: #636c7e;
  transition: all 100ms ease;
}
@media (max-width: 639px) {
  ul.header__menu > li:hover {
    background-color: rgba(99, 108, 126, 0.05);
    transition: all 100ms ease;
  }
}
@media (min-width: 640px) {
  .scrolled ul.header__menu > li:hover > a {
    background-color: rgba(99, 108, 126, 0.05);
    transition: all 100ms ease;
  }
}
@media (min-width: 640px) {
  ul.header__menu > li {
    flex: 1 1 0;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
  }
  ul.header__menu > li > .sub-menu {
    display: none;
    padding-top: 2.4rem;
    padding-top: var(--size-lg);
    padding-bottom: 2.4rem;
    padding-bottom: var(--size-lg);
    padding-left: 2.4rem;
    padding-left: var(--size-lg);
    padding-right: 2.4rem;
    padding-right: var(--size-lg);
    position: absolute;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.5em;
    justify-items: start;
    left: 0;
    right: 0;
    top: 100%;
  }
  @media (min-width: 1024px) {
    ul.header__menu > li > .sub-menu {
    padding-right: 4.8rem;
    padding-right: var(--size-lg);
    }
  }
  @media (min-width: 1024px) {
    ul.header__menu > li > .sub-menu {
    padding-left: 4.8rem;
    padding-left: var(--size-lg);
    }
  }
  @media (min-width: 1024px) {
    ul.header__menu > li > .sub-menu {
    padding-bottom: 4.8rem;
    padding-bottom: var(--size-lg);
    }
  }
  @media (min-width: 1024px) {
    ul.header__menu > li > .sub-menu {
    padding-top: 4.8rem;
    padding-top: var(--size-lg);
    }
  }
}
@media (min-width: 640px) and (min-width: 1024px) {
  ul.header__menu > li > .sub-menu {
    padding-top: calc(2.4rem * 0.5);
    padding-top: calc(var(--size-lg) * 0.5);
    padding-bottom: calc(2.4rem * 0.5);
    padding-bottom: calc(var(--size-lg) * 0.5);
  }
  @media (min-width: 1024px) {
    ul.header__menu > li > .sub-menu {
    padding-bottom: calc(4.8rem * 0.5);
    padding-bottom: calc(var(--size-lg) * 0.5);
    }
  }
  @media (min-width: 1024px) {
    ul.header__menu > li > .sub-menu {
    padding-top: calc(4.8rem * 0.5);
    padding-top: calc(var(--size-lg) * 0.5);
    }
  }
}
@media (min-width: 640px) {
  ul.header__menu > li > .sub-menu:before {
    position: absolute;
    content: "";
    width: 100vw;
    left: 50%;
    background-color: white;
    box-shadow: 0 1em 3em rgba(0, 0, 0, 0.1);
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    z-index: -1;
  }
}
@media (min-width: 640px) {
  ul.header__menu > li > .sub-menu .sub-menu__heading {
    justify-self: stretch;
    grid-column: 1/4;
  }
  ul.header__menu > li > .sub-menu .sub-menu__heading > span {
    text-transform: uppercase;
    padding-top: 0;
    font-size: 2.4rem;
    padding-bottom: 0;
    letter-spacing: 0.05em;
    display: block;
  }
  ul.header__menu > li > .sub-menu .sub-menu__heading > span:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: radial-gradient(144.93% 927.1% at 50% 50%, #FFFFFF 0%, #646D7E 100%);
    background-size: cover;
    background-position: center;
    margin-top: 1em;
    border-radius: 100%;
  }
}
@media (min-width: 640px) {
  ul.header__menu > li > .sub-menu > li > .sub-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1em;
  }
  ul.header__menu > li > .sub-menu > li > .sub-menu .menu-item-has-children:first-of-type {
    grid-row: 1/3;
  }
}
@media (min-width: 640px) {
  ul.header__menu > li > .sub-menu ul.sub-menu span {
    text-transform: uppercase;
    font-size: 1.2rem;
  }
  ul.header__menu > li > .sub-menu ul.sub-menu ul.sub-menu {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 640px) {
  ul.header__menu > li:hover .sub-menu, ul.header__menu > li:focus .sub-menu {
    display: block;
  }
}
ul.header__menu > li > a {
  display: flex;
  flex: 1 1 100%;
  padding: 0.5em;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  ul.header__menu > li > a {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (max-width: 639px) {
  ul.header__menu > li.menu-item-has-children.open:hover {
    background: none;
  }
}
@media (max-width: 639px) {
  ul.header__menu span {
    display: inline-block;
    padding: 1em 2.4rem;
    padding: 1em var(--size-lg);
  }
  @media (min-width: 1024px) {
    ul.header__menu span {
    padding: 1em 4.8rem;
    padding: 1em var(--size-lg);
    }
  }
}
@-webkit-keyframes submenuEnter {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes submenuEnter {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
ul.header__menu .sub-menu {
  display: none;
  top: 100%;
  left: 0;
  list-style: none;
  padding: 1em 0;
  white-space: nowrap;
  -webkit-animation: submenuEnter 0.19s;
          animation: submenuEnter 0.19s;
}
@media (max-width: 639px) {
  ul.header__menu .sub-menu {
    text-align: center;
  }
}
@media (min-width: 640px) {
  ul.header__menu .sub-menu {
    text-align: left;
  }
}
ul.header__menu .sub-menu a {
  display: inline-block;
  font-size: 1.6rem;
  padding: 0.5em 0;
}
@media (max-width: 639px) {
  ul.header__menu li.menu-item-has-children.open > a {
    color: hsla( 100%, 0%-hsl, 1 );
    color: hsla( var(--hi-c-primary-hsl), 1 );
    background-color: hsla( 100%, 0%-hsl, 0.1 );
    background-color: hsla( var(--hi-c-primary-hsl), 0.1 );
    position: relative;
  }
  ul.header__menu li.menu-item-has-children.open > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    left: 50%;
    border: 1rem solid transparent;
    border-bottom-color: rgba(99, 108, 126, 0.1);
    transform: translateX(-50%);
    display: block;
  }
}
@media (max-width: 639px) {
  ul.header__menu li.menu-item-has-children.open .sub-menu {
    background: rgba(99, 108, 126, 0.05);
    padding: 0;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  ul.header__menu li.menu-item-has-children.open .sub-menu > li a:hover {
    color: #636c7e;
    background-color: rgba(99, 108, 126, 0.05);
  }
}

ul.header__menu {
  order: 1;
}
@media (max-width: 639px) {
  ul.header__menu {
    display: none;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  ul.header__menu {
    justify-content: center;
  }
  ul.header__menu > li {
    flex: 0 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  ul.header__menu > li > a {
    padding: 1em;
  }
}
ul.header__menu ul.mobile-menu-logos {
  padding: 0 2.4rem;
  padding: 0 var(--size-lg);
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  ul.header__menu ul.mobile-menu-logos {
  padding: 0 4.8rem;
  padding: 0 var(--size-lg);
  }
}
ul.header__menu ul.mobile-menu-logos:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: radial-gradient(144.93% 927.1% at 50% 50%, #FFFFFF 0%, #646D7E 100%);
  background-size: cover;
  background-position: center;
  margin-bottom: 1em;
  border-radius: 100%;
}
@media (max-width: 639px) {
  ul.header__menu ul.mobile-menu-logos {
    display: flex;
  }
}
ul.header__menu ul.mobile-menu-logos svg {
  height: 2rem;
  width: auto;
}
ul.header__menu ul.mobile-menu-logos li:nth-child(4) svg {
  height: 3.2rem;
  margin-top: 17px;
  width: auto;
}
ul.header__menu ul.mobile-menu-logos a {
  padding: 0;
  margin-right: 1em;
  margin-bottom: 0.5em;
}
ul.header__menu ul.mobile-menu-logos li:last-of-type {
  margin-right: 0;
}
ul.header__menu li.desktop-menu-logos:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: radial-gradient(144.93% 927.1% at 50% 50%, #FFFFFF 0%, #646D7E 100%);
  background-size: cover;
  background-position: center;
  margin-bottom: 2.4rem;
  margin-bottom: var(--size-lg);
  border-radius: 100%;
}
@media (min-width: 1024px) {
  ul.header__menu li.desktop-menu-logos:before {
  margin-bottom: 4.8rem;
  margin-bottom: var(--size-lg);
  }
}
@media (min-width: 1024px) {
  ul.header__menu li.desktop-menu-logos:before {
    margin-bottom: calc(4.8rem * 0.5);
    margin-bottom: calc(var(--size-lg) * 0.5);
  }
  @media (min-width: 1024px) {
    ul.header__menu li.desktop-menu-logos:before {
    margin-bottom: calc(4.8rem * 0.5);
    margin-bottom: calc(var(--size-lg) * 0.5);
    }
  }
}
@media (max-width: 639px) {
  ul.header__menu li.desktop-menu-logos {
    display: none;
  }
}
ul.header__menu li.desktop-menu-logos > a {
  display: none;
}
ul.header__menu li.desktop-menu-logos ul.sub-menu {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0;
  justify-content: space-between;
  align-items: center;
}
ul.header__menu li.desktop-menu-logos ul.sub-menu a {
  padding: 0;
  margin-right: 1em;
}
ul.header__menu li.desktop-menu-logos ul.sub-menu li {
  height: auto;
}
ul.header__menu li.desktop-menu-logos ul.sub-menu li:last-of-type a {
  margin-right: 0;
}
ul.header__menu li.desktop-menu-logos ul.sub-menu .nav__logo {
  margin: 0;
}
ul.header__menu li.desktop-menu-logos ul.sub-menu svg {
  height: 2rem;
  width: auto;
}
ul.header__menu li.desktop-menu-logos ul.sub-menu li:nth-child(4) svg {
  height: 3.4rem;
  margin-top: 5px;
  width: auto;
}
@media (min-width: 1024px) {
  ul.header__menu li.desktop-menu-logos ul.sub-menu svg {
    height: 2.4rem;
  }
  ul.header__menu li.desktop-menu-logos ul.sub-menu li:nth-child(4) svg {
    height: 4rem;
    margin-top: 6px;
  }
}

.nav__logo {
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.2rem 0;
  margin: var(--size-sm) 0;
}
.nav__logo svg {
  height: 50px;
  width: auto;
  opacity: 1;
}
.scrolled .nav__logo svg {
  height: 45px;
  transition: all 250ms ease;
}
.scrolled .nav__logo svg #logo_arches {
  visibility: hidden;
  opacity: 0;
  transition: all 250ms ease;
}
.scrolled .nav__logo {
  margin: 0;
  transition: all 250ms ease;
}

.nav-hamburger {
  background-color: transparent;
  border: none;
  padding: 0.5em;
  color: hsla( 100%, 0%-hsl, 1 );
  color: hsla( var(--hi-c-foreground-hsl), 1 );
}
.nav-hamburger svg {
  width: 2.4rem;
  height: 100%;
}
@media (min-width: 640px) {
  .nav-hamburger {
    display: none;
  }
}

a[href="#"] {
  text-transform: uppercase;
}

.section-hero .container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .section-hero .container {
    padding-left: 4.8rem;
    padding-left: var(--size-lg);
    padding-right: 4.8rem;
    padding-right: var(--size-lg);
  }
  @media (min-width: 1024px) {
    .section-hero .container {
    padding-right: 4.8rem;
    padding-right: var(--size-lg);
    }
  }
  @media (min-width: 1024px) {
    .section-hero .container {
    padding-left: 4.8rem;
    padding-left: var(--size-lg);
    }
  }
}

.section-hero__slider-container {
  width: 100%;
  background-color: hsla( 0%, 100%-hsl, 0.5 );
  background-color: hsla( var(--hi-c-background-hsl), 0.5 );
  filter: drop-shadow(0px 15px 30px hsla( 0%, 100%-hsl, 0.25 ));
  filter: drop-shadow(0px 15px 30px hsla( var(--hi-c-background-hsl), 0.25 ));
}
.section-hero__slider-container figure {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.section-hero__slider-container figure:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media (min-width: 640px) {
  .section-hero__slider-container figure:after {
    padding-bottom: 56.25%;
  }
}
@media (min-width: 1024px) {
  .section-hero__slider-container figure:after {
    padding-bottom: 42.86%;
  }
}

.section-hero__content-wrapper {
  display: flex;
  align-items: center;
  max-width: 100%;
  position: absolute;
  height: 100%;
}
@media (min-width: 640px) {
  .section-hero__content-wrapper {
    max-width: 75%;
  }
}
@media (min-width: 1024px) {
  .section-hero__content-wrapper {
    max-width: 50%;
  }
}
.section-hero__content-wrapper:after {
  content: "";
  position: absolute;
  background: radial-gradient(140% 160% at 80% 130%, hsla( 0%, 100%-hsl, 0 ), hsla( 0%, 100%-hsl, 1 ));
  background: radial-gradient(140% 160% at 80% 130%, hsla( var(--hi-c-background-hsl), 0 ), hsla( var(--hi-c-background-hsl), 1 ));
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
@media (min-width: 640px) {
  .section-hero__content-wrapper:after {
    width: calc(100% + 6rem);
    transform: skew(-10deg);
    left: -6rem;
  }
}

.section-hero__content {
  mix-blend-mode: hard-light;
  padding: 1.3714285714rem;
  padding: var(--size-md);
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1024px) {
  .section-hero__content {
  padding: 2.1917808219rem;
  padding: var(--size-md);
  }
}

@media (min-width: 640px) {
  .section-hero__content {
  padding: 1.3714285714rem;
  padding: var(--size-md);
  }
}
@media (min-width: 640px) {
  .section-hero__content {
    align-items: flex-start;
  }
}
.section-hero__content h1 {
  text-align: center;
  line-height: 120%;
  color: hsla( 100%, 0%-hsl, 1 );
  color: hsla( var(--hi-c-primary-hsl), 1 );
  font-size: 2.8rem;
  margin-bottom: 1em;
}
@media (min-width: 640px) {
  .section-hero__content h1 {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .section-hero__content h1 {
    font-size: 3.6rem;
  }
}

.section-hero__extra {
  position: absolute;
  display: block;
  bottom: 0;
  margin-bottom: 1.3714285714rem;
  margin-bottom: var(--size-md);
  color: hsla( 100%, 0%-hsl, 1 );
  color: hsla( var(--hi-c-primary-hsl), 1 );
}

@media (min-width: 1024px) {
  .section-hero__extra {
  margin-bottom: 2.1917808219rem;
  margin-bottom: var(--size-md);
  }
}

@media (min-width: 640px) {
  .section-hero__extra {
  margin-bottom: 1.3714285714rem;
  margin-bottom: var(--size-md);
  }
}

.section-header {
  margin-top: -29px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
}
.section-header:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.section-header:after {
  content: "";
  padding-bottom: calc(100% + 29px);
  display: block;
}
@media (min-width: 640px) {
  .section-header:after {
    padding-bottom: calc(56.25% + 29px);
  }
}
@media (min-width: 1024px) {
  .section-header:after {
    padding-bottom: calc(42.86% + 29px);
  }
}
@media (min-width: 1440px) {
  .section-header:after {
    padding-bottom: calc(33.33% + 29px);
  }
}
.section-header .container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: calc(29px / 2);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section-header .header__title {
  text-align: center;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.1;
  font-size: 2.4rem;
}
@media (min-width: 360px) {
  .section-header .header__title {
    font-size: 3.6rem;
  }
}
@media (min-width: 640px) {
  .section-header .header__title {
    font-size: 4rem;
  }
}
@media (min-width: 1280px) {
  .section-header .header__title {
    font-size: 4.4rem;
  }
}
[data-page=advertising] .section-header .header__title {
  font-size: 3.6rem;
}
@media (min-width: 360px) {
  [data-page=advertising] .section-header .header__title {
    font-size: 4.2rem;
  }
}
@media (min-width: 640px) {
  [data-page=advertising] .section-header .header__title {
    font-size: 6rem;
  }
}
@media (min-width: 1440px) {
  [data-page=advertising] .section-header .header__title {
    font-size: 7.2rem;
  }
}
.section-header .header__title {
  display: block;
}
.section-header .header__title span {
  display: none;
}
.section-header a.button {
  margin-top: 1.5em;
}
.section-header img {
  margin-top: 1em;
}

.header__buttons {
  display: flex;
  width: 50%;
  justify-content: space-around;
  flex-flow: row wrap;
}

.section-article .container {
  padding: 2.4rem;
  padding: var(--size-lg);
}

@media (min-width: 1024px) {
  .section-article .container {
  padding: 4.8rem;
  padding: var(--size-lg);
  }
}
[data-template=front-page] .section-article .container {
  padding-bottom: 2.4rem;
  padding-bottom: var(--size-lg);
}
@media (min-width: 1024px) {
  [data-template=front-page] .section-article .container {
  padding-bottom: 4.8rem;
  padding-bottom: var(--size-lg);
  }
}
.section-article .section__title {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 2.4rem;
}
[data-template=page] .section-article .section__title {
  margin-bottom: 2.4rem;
  margin-bottom: var(--size-lg);
}
@media (min-width: 1024px) {
  [data-template=page] .section-article .section__title {
  margin-bottom: 4.8rem;
  margin-bottom: var(--size-lg);
  }
}
@media (min-width: 640px) {
  .section-article .section__title {
    font-size: 3.6rem;
  }
}
[data-template=single] .section-article .section__title:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: radial-gradient(144.93% 927.1% at 50% 50%, #FFFFFF 0%, #646D7E 100%);
  background-size: cover;
  background-position: center;
  margin-bottom: 2.4rem;
  margin-bottom: var(--size-lg);
  border-radius: 100%;
}
@media (min-width: 1024px) {
  [data-template=single] .section-article .section__title:before {
  margin-bottom: 4.8rem;
  margin-bottom: var(--size-lg);
  }
}
.section-article .content-date {
  margin-bottom: 2.4rem;
  margin-bottom: var(--size-lg);
  margin-top: 0;
}
@media (min-width: 1024px) {
  .section-article .content-date {
  margin-bottom: 4.8rem;
  margin-bottom: var(--size-lg);
  }
}
.section-article blockquote.wp-block-quote {
  margin: 0;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 2.4rem;
  margin-bottom: var(--size-lg);
}
@media (min-width: 1024px) {
  .section-article blockquote.wp-block-quote {
  margin-bottom: 4.8rem;
  margin-bottom: var(--size-lg);
  }
}
.section-article blockquote {
  margin: 0;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 2.4rem;
  margin-bottom: var(--size-lg);
}
@media (min-width: 1024px) {
  .section-article blockquote {
  margin-bottom: 4.8rem;
  margin-bottom: var(--size-lg);
  }
}
[data-template=front-page] .section-article blockquote.wp-block-quote, [data-template=front-page] .section-article blockquote {
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .section-article blockquote.wp-block-quote, .section-article blockquote {
    font-size: 2.4rem;
  }
}
[data-template=single] .section-article blockquote.wp-block-quote, [data-template=single] .section-article blockquote {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em;
  background: radial-gradient(750% 1000% at 50% 50%, #FFFFFF 0%, #646D7E 100%);
}
.section-article .article-content > * + * {
  margin-top: 1em;
}
.section-article .article-content img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 640px) {
  .section-article .article-content .wp-block-image {
    padding: 0 2.4rem;
    padding: 0 var(--size-lg);
  }
  @media (min-width: 1024px) {
    .section-article .article-content .wp-block-image {
    padding: 0 4.8rem;
    padding: 0 var(--size-lg);
    }
  }
}
.section-article .article-content .wp-block-image figcaption {
  font-style: italic;
  font-size: 1.4rem;
  text-align: right;
}
.section-article p {
  line-height: 1.5;
}
.section-article .article-advertising {
  text-align: center;
}
.section-article .article-advertising > * + * {
  margin-top: 0.5em;
}
.section-article .article-advertising:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: radial-gradient(144.93% 927.1% at 50% 50%, #FFFFFF 0%, #646D7E 100%);
  background-size: cover;
  background-position: center;
  margin-bottom: 2.4rem;
  margin-bottom: var(--size-lg);
  border-radius: 100%;
}
@media (min-width: 1024px) {
  .section-article .article-advertising:before {
  margin-bottom: 4.8rem;
  margin-bottom: var(--size-lg);
  }
}
.section-article .article-advertising:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: radial-gradient(144.93% 927.1% at 50% 50%, #FFFFFF 0%, #646D7E 100%);
  background-size: cover;
  background-position: center;
  margin-top: 2.4rem;
  margin-top: var(--size-lg);
  border-radius: 100%;
}
@media (min-width: 1024px) {
  .section-article .article-advertising:after {
  margin-top: 4.8rem;
  margin-top: var(--size-lg);
  }
}
.section-article .article__platforms,
.section-article .article-advertising__logos {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.section-article .article__platforms svg,
.section-article .article-advertising__logos svg {
  padding: 0.5em;
  width: auto;
}
@media (min-width: 640px) {
  .section-article .article__platforms svg:nth-child(3),
  .section-article .article-advertising__logos svg:nth-child(3) {
    height: 8rem;
    margin-top: 8px;
  }
}
@media (max-width: 639px) {
  .section-article .article__platforms svg,
  .section-article .article-advertising__logos svg {
    height: 4.8rem;
    flex-basis: 50%;
  }
  .section-article .article__platforms svg:nth-child(3),
  .section-article .article-advertising__logos svg:nth-child(3) {
    height: 6rem;
    margin-top: 8px;
  }
}
@media (min-width: 1024px) {
  .section-article .article__platforms,
  .section-article .article-advertising__logos {
    width: 60%;
  }
}
.section-article div.article__platforms {
  width: 100%;
}
.section-article div.article__platforms svg {
  width: 16.5%;
}
[data-page=advertising] .section-article .article-content {
  padding-top: 2.4rem;
  padding-top: var(--size-lg);
}
@media (min-width: 1024px) {
  [data-page=advertising] .section-article .article-content {
  padding-top: 4.8rem;
  padding-top: var(--size-lg);
  }
}
[data-page=our-leadership] .section-article > .container {
  padding-left: 0;
  padding-right: 0;
}
[data-page=our-leadership] .section-article > .container .section__title {
  padding-left: 2.4rem;
  padding-left: var(--size-lg);
  padding-right: 2.4rem;
  padding-right: var(--size-lg);
}
@media (min-width: 1024px) {
  [data-page=our-leadership] .section-article > .container .section__title {
  padding-right: 4.8rem;
  padding-right: var(--size-lg);
  }
}
@media (min-width: 1024px) {
  [data-page=our-leadership] .section-article > .container .section__title {
  padding-left: 4.8rem;
  padding-left: var(--size-lg);
  }
}
@media (min-width: 640px) {
  [data-page=our-leadership] .section-article > .container {
    padding-left: 2.4rem;
    padding-left: var(--size-lg);
    padding-right: 2.4rem;
    padding-right: var(--size-lg);
  }
  @media (min-width: 1024px) {
    [data-page=our-leadership] .section-article > .container {
    padding-right: 4.8rem;
    padding-right: var(--size-lg);
    }
  }
  @media (min-width: 1024px) {
    [data-page=our-leadership] .section-article > .container {
    padding-left: 4.8rem;
    padding-left: var(--size-lg);
    }
  }
  [data-page=our-leadership] .section-article > .container .section__title {
    padding-left: 0;
    padding-right: 0;
  }
}
[data-page=our-leadership] .section-article .section-features .container {
  padding-top: 0;
  padding-bottom: 0;
}
[data-page=our-leadership] .section-article .section__title {
  text-align: center;
  margin-bottom: 2.4rem;
  margin-bottom: var(--size-lg);
}
@media (min-width: 1024px) {
  [data-page=our-leadership] .section-article .section__title {
  margin-bottom: 4.8rem;
  margin-bottom: var(--size-lg);
  }
}
[data-page=our-leadership] .section-article .section__title:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: radial-gradient(144.93% 927.1% at 50% 50%, #FFFFFF 0%, #646D7E 100%);
  background-size: cover;
  background-position: center;
  margin-top: 2.4rem;
  margin-top: var(--size-lg);
  border-radius: 100%;
}
@media (min-width: 1024px) {
  [data-page=our-leadership] .section-article .section__title:after {
  margin-top: 4.8rem;
  margin-top: var(--size-lg);
  }
}
[data-page=our-leadership] .section-article article {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  margin-bottom: 2.4rem;
  margin-bottom: var(--size-lg);
}
@media (min-width: 1024px) {
  [data-page=our-leadership] .section-article article {
  margin-bottom: 4.8rem;
  margin-bottom: var(--size-lg);
  }
}
@media (min-width: 640px) {
  [data-page=our-leadership] .section-article article {
    flex-direction: row;
  }
}
@media (max-width: 639px) {
  [data-page=our-leadership] .section-article article header {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 50%);
  }
}
[data-page=our-leadership] .section-article article div {
  padding: 2.4rem;
  padding: var(--size-lg);
}
@media (min-width: 1024px) {
  [data-page=our-leadership] .section-article article div {
  padding: 4.8rem;
  padding: var(--size-lg);
  }
}
@media (min-width: 640px) {
  [data-page=our-leadership] .section-article article div {
    margin-top: 0;
    flex: 1 1 50%;
  }
}
[data-page=our-leadership] .section-article article div > * + * {
  margin-top: 1em;
}
[data-page=our-leadership] .section-article article span {
  font-size: 1.4rem;
}
[data-page=our-leadership] .section-article article img {
  order: -1;
}
@media (min-width: 640px) {
  [data-page=our-leadership] .section-article article img {
    flex: 0 0 50%;
    order: 2;
  }
}
[data-page=our-leadership] .section-article article:nth-child(even) {
  background-color: #636c7e;
  color: white;
}
@media (max-width: 639px) {
  [data-page=our-leadership] .section-article article:nth-child(even) {
    padding-top: 2.4rem;
    padding-top: var(--size-lg);
  }
  @media (min-width: 1024px) {
    [data-page=our-leadership] .section-article article:nth-child(even) {
    padding-top: 4.8rem;
    padding-top: var(--size-lg);
    }
  }
}
[data-page=our-leadership] .section-article article:nth-child(even) img {
  order: -1;
  margin-right: 0;
  margin-bottom: calc(2.4rem * -2);
  margin-bottom: calc(var(--size-lg) * -2);
}
@media (min-width: 1024px) {
  [data-page=our-leadership] .section-article article:nth-child(even) img {
  margin-bottom: calc(4.8rem * -2);
  margin-bottom: calc(var(--size-lg) * -2);
  }
}
@media (min-width: 640px) {
  [data-page=our-leadership] .section-article article:nth-child(even) img {
    margin-bottom: calc(2.4rem * -1);
    margin-bottom: calc(var(--size-lg) * -1);
    order: -1;
  }
  @media (min-width: 1024px) {
    [data-page=our-leadership] .section-article article:nth-child(even) img {
    margin-bottom: calc(4.8rem * -1);
    margin-bottom: calc(var(--size-lg) * -1);
    }
  }
}
[data-page=our-leadership] .section-article article:nth-child(even) div {
  margin-right: 0;
}
@media (max-width: 639px) {
  [data-page=our-leadership] .section-article article:nth-child(even) header {
    background: none;
  }
}
[data-page=our-leadership] .section-article article:last-of-type {
  margin-bottom: 0;
}
[data-page=our-leadership] .section-article article:last-of-type img {
  margin-bottom: 2.4rem;
  margin-bottom: var(--size-lg);
  margin-right: 0;
}
@media (min-width: 1024px) {
  [data-page=our-leadership] .section-article article:last-of-type img {
  margin-bottom: 4.8rem;
  margin-bottom: var(--size-lg);
  }
}

.section-clients .container {
  padding-top: 2.4rem;
  padding-top: var(--size-lg);
  padding-bottom: 2.4rem;
  padding-bottom: var(--size-lg);
}

@media (min-width: 1024px) {
  .section-clients .container {
  padding-bottom: 4.8rem;
  padding-bottom: var(--size-lg);
  }
}

@media (min-width: 1024px) {
  .section-clients .container {
  padding-top: 4.8rem;
  padding-top: var(--size-lg);
  }
}
.section-clients .container:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: radial-gradient(144.93% 927.1% at 50% 50%, #FFFFFF 0%, #646D7E 100%);
  background-size: cover;
  background-position: center;
  margin-bottom: 2.4rem;
  margin-bottom: var(--size-lg);
  border-radius: 100%;
}
@media (min-width: 1024px) {
  .section-clients .container:before {
  margin-bottom: 4.8rem;
  margin-bottom: var(--size-lg);
  }
}
.section-clients h2 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 200;
  font-size: 3.6rem;
}
.section-clients .clients__grid {
  margin-top: 2.4rem;
  margin-top: var(--size-lg);
  display: grid;
  grid-gap: 2.4rem;
  grid-gap: var(--size-lg);
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 1024px) {
  .section-clients .clients__grid {
  grid-gap: 4.8rem;
  grid-gap: var(--size-lg);
  }
}
@media (min-width: 1024px) {
  .section-clients .clients__grid {
  margin-top: 4.8rem;
  margin-top: var(--size-lg);
  }
}
@media (min-width: 640px) {
  .section-clients .clients__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.section-features .container {
  text-align: center;
}
.section-features .container > * + * {
  margin-top: 1em;
}
.section-features .container .features__header {
  display: none;
}
.section-features .container .features__header > * + * {
  margin-top: 1em;
}
[data-template=front-page] .section-features .container .features__header {
  display: block;
}
.section-features .container svg {
  font-size: 4.8rem;
}
@media (min-width: 640px) {
  .section-features .container p {
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}
.section-features .container:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: radial-gradient(144.93% 927.1% at 50% 50%, #FFFFFF 0%, #646D7E 100%);
  background-size: cover;
  background-position: center;
  margin-bottom: 2.4rem;
  margin-bottom: var(--size-lg);
  border-radius: 100%;
}
@media (min-width: 1024px) {
  .section-features .container:before {
  margin-bottom: 4.8rem;
  margin-bottom: var(--size-lg);
  }
}
@media (min-width: 640px) {
  .section-features .features__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .section-features .features__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.section-features .features__card {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1rem;
  overflow: hidden;
}
@media (min-width: 640px) {
  .section-features .features__card {
    margin-bottom: 0rem;
  }
}
.section-features .features__card:last-of-type {
  margin-bottom: 0rem;
}
.section-features .features__card:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.section-features .features__card:hover div.figure {
  transition: all 500ms;
  transform: scale(1.1);
}
.section-features .features__card div.figure {
  color: white;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-features .features__card div.figure:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.section-features .features__card figcaption {
  padding: 2.4rem;
  padding: var(--size-lg);
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  color: white;
}
@media (min-width: 1024px) {
  .section-features .features__card figcaption {
  padding: 4.8rem;
  padding: var(--size-lg);
  }
}
.section-features .features__card figcaption h3 {
  font-size: 2.4rem;
}
.section-features .features__card figcaption img {
  height: 3.6rem;
  width: auto;
}
.section-features .features__card:nth-child(4) figcaption img {
  height: 4.5rem;
  width: auto;
}

[data-template=page-vacancies] .section-features .container {
  padding-bottom: 2.4rem;
  padding-bottom: var(--size-lg);
}
@media (min-width: 1024px) {
  [data-template=page-vacancies] .section-features .container {
  padding-bottom: 4.8rem;
  padding-bottom: var(--size-lg);
  }
}
[data-template=page-contact] .section-features .container {
  padding-bottom: 2.4rem;
  padding-bottom: var(--size-lg);
}
@media (min-width: 1024px) {
  [data-template=page-contact] .section-features .container {
  padding-bottom: 4.8rem;
  padding-bottom: var(--size-lg);
  }
}
[data-template=home] .section-features .container {
  padding-bottom: 2.4rem;
  padding-bottom: var(--size-lg);
}
@media (min-width: 1024px) {
  [data-template=home] .section-features .container {
  padding-bottom: 4.8rem;
  padding-bottom: var(--size-lg);
  }
}

.footer {
  background: radial-gradient(150% 1000% at 50% 50%, #FFFFFF 0%, #646D7E 100%);
}
.footer .container {
  padding: 2.4rem 2.4rem calc(2.4rem * 0.5);
  padding: var(--size-lg) var(--size-lg) calc(var(--size-lg) * 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 1024px) {
  .footer .container {
  padding: 4.8rem 4.8rem calc(4.8rem * 0.5);
  padding: var(--size-lg) var(--size-lg) calc(var(--size-lg) * 0.5);
  }
}
.footer .menu {
  display: inline-block;
  margin-left: 0;
}
@media (min-width: 640px) {
  .footer .menu {
    margin-left: 1em;
  }
}
.footer .menu li {
  display: inline;
}
.footer .menu li:after {
  content: "|";
  padding: 0 0.5em;
}
.footer .menu li:last-of-type:after {
  content: "";
}
.footer .footer__contact {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.footer .footer__body > * + * {
  margin-top: 0.5em;
}
.footer .footer__body .section__title {
  font-size: 3.2rem;
}
.footer .footer__footer {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-top: 2.4rem;
  margin-top: var(--size-lg);
  letter-spacing: 0.05em;
  width: 100%;
}
@media (min-width: 1024px) {
  .footer .footer__footer {
  margin-top: 4.8rem;
  margin-top: var(--size-lg);
  }
}
.footer .footer__logo {
  height: 5rem;
  width: auto;
}
.footer a:hover {
  color: #636c7e;
}

.footer__logos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(2.4rem * 0.5);
  margin-bottom: calc(var(--size-lg) * 0.5);
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .footer__logos {
  margin-bottom: calc(4.8rem * 0.5);
  margin-bottom: calc(var(--size-lg) * 0.5);
  }
}
.footer__logos svg {
  height: 2.4rem;
  width: auto;
}
.footer__logos a:nth-child(4) svg {
  height: 4rem;
  margin-top: -5px;
}
@media (max-width: 639px) {
  .footer__logos svg {
    height: 2rem;
  }
}
.footer__logos a {
  margin-right: 1em;
}
.footer__logos a:last-of-type {
  margin-right: 0;
}
@media (max-width: 639px) {
  .footer__logos a {
    margin-bottom: 0.5em;
  }
}

.content-article {
  background: radial-gradient(750% 1000% at 50% 50%, #FFFFFF 0%, #646D7E 100%);
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.section-content {
  min-height: 62rem;
  background-color: hsla( 100%, 0%-hsl, 0.95 );
  background-color: hsla( var(--hi-c-foreground-hsl), 0.95 );
}
.section-content .container {
  padding-top: 2.4rem;
  padding-top: var(--size-lg);
  padding-bottom: 2.4rem;
  padding-bottom: var(--size-lg);
}
@media (min-width: 1024px) {
  .section-content .container {
  padding-bottom: 4.8rem;
  padding-bottom: var(--size-lg);
  }
}
@media (min-width: 1024px) {
  .section-content .container {
  padding-top: 4.8rem;
  padding-top: var(--size-lg);
  }
}
.section-content h1 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 300;
  line-height: 1.25;
  font-feature-settings: "pnum" on, "lnum" on;
  margin-bottom: 2.4rem;
  margin-bottom: var(--size-lg);
}
@media (min-width: 1024px) {
  .section-content h1 {
  margin-bottom: 4.8rem;
  margin-bottom: var(--size-lg);
  }
}
.section-content p {
  padding-bottom: 1em;
}
.section-content .content-category {
  margin-top: 0.5em;
  margin-bottom: 1em;
  text-align: center;
  display: block;
  color: hsla( 0%, 100%-hsl, 0.5 );
  color: hsla( var(--hi-c-background-hsl), 0.5 );
}
.section-content .content-category a {
  font-style: italic;
  font-weight: 300;
}
[data-template=page] .section-content h2 {
  margin-bottom: 0.5em;
}
.section-content a img {
  display: block;
}

.content-body {
  display: flex;
  flex-direction: column;
}
@media (min-width: 412px) {
  .content-body {
    flex-direction: row;
  }
}

.content-text {
  flex: 1 1 50%;
  padding-right: 2.4rem;
  padding-right: var(--size-lg);
}

@media (min-width: 1024px) {
  .content-text {
  padding-right: 4.8rem;
  padding-right: var(--size-lg);
  }
}

.content-date {
  font-size: 1.6rem;
  display: block;
  text-align: center;
  margin-top: 1em;
  color: #636c7e;
}

[data-template=page-vacancies] .wpcf7-form label,
[data-template=page-contact] .wpcf7-form label {
  display: block;
}
[data-template=page-vacancies] .wpcf7-form input[type=text] {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid hsla( 0%, 100%-hsl, 1 );
  border: 1px solid hsla( var(--hi-c-background-hsl), 1 );
  resize: none;
  font-size: 1.6rem;
  padding: 0.5em;
}
[data-template=page-vacancies] .wpcf7-form input[type=email] {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid hsla( 0%, 100%-hsl, 1 );
  border: 1px solid hsla( var(--hi-c-background-hsl), 1 );
  resize: none;
  font-size: 1.6rem;
  padding: 0.5em;
}
[data-template=page-vacancies] .wpcf7-form textarea {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid hsla( 0%, 100%-hsl, 1 );
  border: 1px solid hsla( var(--hi-c-background-hsl), 1 );
  resize: none;
  font-size: 1.6rem;
  padding: 0.5em;
}
[data-template=page-contact] .wpcf7-form input[type=text] {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid hsla( 0%, 100%-hsl, 1 );
  border: 1px solid hsla( var(--hi-c-background-hsl), 1 );
  resize: none;
  font-size: 1.6rem;
  padding: 0.5em;
}
[data-template=page-contact] .wpcf7-form input[type=email] {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid hsla( 0%, 100%-hsl, 1 );
  border: 1px solid hsla( var(--hi-c-background-hsl), 1 );
  resize: none;
  font-size: 1.6rem;
  padding: 0.5em;
}
[data-template=page-contact] .wpcf7-form textarea {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid hsla( 0%, 100%-hsl, 1 );
  border: 1px solid hsla( var(--hi-c-background-hsl), 1 );
  resize: none;
  font-size: 1.6rem;
  padding: 0.5em;
}
[data-template=page-vacancies] .wpcf7-form input[type=submit],
[data-template=page-contact] .wpcf7-form input[type=submit] {
  border: 0px solid transparent;
}
[data-template=page-vacancies] .wpcf7-list-item,
[data-template=page-contact] .wpcf7-list-item {
  margin-left: 0;
}

[data-template=single] header {
  margin-bottom: 2.4rem;
  margin-bottom: var(--size-lg);
}

@media (min-width: 1024px) {
  [data-template=single] header {
  margin-bottom: 4.8rem;
  margin-bottom: var(--size-lg);
  }
}
[data-template=single] h1 {
  text-transform: none;
  font-size: 2.4rem;
  margin-bottom: 0;
}
@media (min-width: 640px) {
  [data-template=single] h1 {
    font-size: 3.6rem;
  }
}
[data-template=single] .section__article-featured-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 2.4rem;
  margin-bottom: var(--size-lg);
  width: 100%;
}
@media (min-width: 1024px) {
  [data-template=single] .section__article-featured-image {
  margin-bottom: 4.8rem;
  margin-bottom: var(--size-lg);
  }
}
[data-template=single] .section__article-featured-image:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
[data-template=single] .section__article-featured-image img {
  display: none;
}
[data-template=single] h2 {
  font-size: 2rem;
  margin-bottom: 0.5em;
}
@media (min-width: 640px) {
  [data-template=single] h2 {
    font-size: 2.4rem;
  }
}

[data-template=home] .content-article,
[data-template=category] .content-article {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
[data-template=home] .blog-image,
[data-template=category] .blog-image {
  background: radial-gradient(750% 1000% at 50% 50%, #FFFFFF 0%, #646D7E 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
}
[data-template=home] .blog-image:after,
[data-template=category] .blog-image:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
[data-template=home] .blog-image span {
  padding: 2.4rem;
  padding: var(--size-lg);
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  [data-template=home] .blog-image span {
  padding: 4.8rem;
  padding: var(--size-lg);
  }
}
[data-template=category] .blog-image span {
  padding: 2.4rem;
  padding: var(--size-lg);
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  [data-template=category] .blog-image span {
  padding: 4.8rem;
  padding: var(--size-lg);
  }
}
[data-template=home] figcaption,
[data-template=category] figcaption {
  flex: 1 1 100%;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
[data-template=home] .image-placeholder,
[data-template=category] .image-placeholder {
  opacity: 0.1;
}
[data-template=home] h2,
[data-template=category] h2 {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
}
[data-template=home] .section-blog .blog-grid,
[data-template=category] .section-blog .blog-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1rem;
}
@media (min-width: 640px) {
  [data-template=home] .section-blog .blog-grid,
[data-template=category] .section-blog .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
[data-template=home] .image-placeholder,
[data-template=category] .image-placeholder {
  background: radial-gradient(100% 1000% at 50% 50%, #FFFFFF 0%, #646D7E 100%);
}
[data-template=home] .nav-links {
  margin-top: 2.4rem;
  margin-top: var(--size-lg);
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  [data-template=home] .nav-links {
  margin-top: 4.8rem;
  margin-top: var(--size-lg);
  }
}
[data-template=category] .nav-links {
  margin-top: 2.4rem;
  margin-top: var(--size-lg);
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  [data-template=category] .nav-links {
  margin-top: 4.8rem;
  margin-top: var(--size-lg);
  }
}
[data-template=home] .nav-links > *,
[data-template=category] .nav-links > * {
  padding: 0 0.5em;
}
[data-template=home] .nav-links .next,
[data-template=category] .nav-links .next {
  text-align: right;
}
[data-template=home] .nav-links .placeholder, [data-template=home] .nav-links .current,
[data-template=category] .nav-links .placeholder,
[data-template=category] .nav-links .current {
  opacity: 0.5;
}
[data-template=home] .nav-links a:hover,
[data-template=category] .nav-links a:hover {
  color: #636c7e;
}
[data-template=home] .navigation h2.screen-reader-text, [data-template=home] .pagination h2.screen-reader-text,
[data-template=category] .navigation h2.screen-reader-text,
[data-template=category] .pagination h2.screen-reader-text {
  display: none;
}

.section-contact .section__title {
  text-align: center;
}
.section-contact .section__title:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: radial-gradient(144.93% 927.1% at 50% 50%, #FFFFFF 0%, #646D7E 100%);
  background-size: cover;
  background-position: center;
  margin-top: 2.4rem;
  margin-top: var(--size-lg);
  border-radius: 100%;
}
@media (min-width: 1024px) {
  .section-contact .section__title:after {
  margin-top: 4.8rem;
  margin-top: var(--size-lg);
  }
}
[data-template=vacancies] .section-contact .section__title:after, [data-template=page-vacancies] .section-contact .section__title:after {
  display: none;
}
.section-contact .article-content a:hover {
  color: #636c7e;
}
.section-contact .section-location {
  display: flex;
  align-items: center;
}
.section-contact .section-location > * {
  flex: 1 1 50%;
}
.section-contact .section-location > div {
  text-align: left;
}
@media (max-width: 639px) {
  .section-contact .section-location {
    flex-direction: column;
  }
  .section-contact .section-location figure {
    margin-top: 2.4rem;
    margin-top: var(--size-lg);
  }
  @media (min-width: 1024px) {
    .section-contact .section-location figure {
    margin-top: 4.8rem;
    margin-top: var(--size-lg);
    }
  }
}
.section-contact .section-location figure {
  order: 2;
  width: 100%;
  position: relative;
}
.section-contact .section-location figure:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.section-contact .section-location figure iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-contact .wpcf7 {
  margin-top: 2.4rem;
  margin-top: var(--size-lg);
  margin-bottom: 2.4rem;
  margin-bottom: var(--size-lg);
}
@media (min-width: 1024px) {
  .section-contact .wpcf7 {
  margin-bottom: 4.8rem;
  margin-bottom: var(--size-lg);
  }
}
@media (min-width: 1024px) {
  .section-contact .wpcf7 {
  margin-top: 4.8rem;
  margin-top: var(--size-lg);
  }
}
.section-contact .wpcf7 form.wpcf7-form p {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.section-contact .wpcf7 form.wpcf7-form p span {
  width: 100%;
  margin-bottom: 1rem;
  line-height: 0;
  display: block;
}
.section-contact .wpcf7 form.wpcf7-form p br {
  display: none;
}
.section-contact .wpcf7 form.wpcf7-form p .your-email, .section-contact .wpcf7 form.wpcf7-form p .contact-number {
  width: 50%;
}
.section-contact .wpcf7 form.wpcf7-form p .your-email {
  padding-right: 0.5rem;
}
.section-contact .wpcf7 form.wpcf7-form p .contact-number {
  padding-left: 0.5rem;
}
.section-contact .wpcf7 form.wpcf7-form [type=submit] {
  padding: 0.5em 2.5em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: #636c7e;
  color: white;
}
.section-contact .wpcf7 form.wpcf7-form [type=submit]:hover {
  filter: brightness(1.1);
}
.section-contact .wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
  color: #8A0F0F;
  margin-top: 0.25em;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.4rem;
}
.section-contact .wpcf7 form.wpcf7-form input[type=text], .section-contact .wpcf7 form.wpcf7-form input[type=email], .section-contact .wpcf7 form.wpcf7-form textarea {
  padding: 1em;
  outline: 0;
  background-color: rgba(99, 108, 126, 0.05);
  border-bottom: 2px solid rgba(99, 108, 126, 0.5);
}
.section-contact .wpcf7 form.wpcf7-form .ajax-loader {
  display: none;
}
.section-contact .wpcf7 form.wpcf7-form .wpcf7-response-output {
  margin: 1em 0 0;
  font-size: 1.4rem;
  padding: 0.5em;
  background-color: rgba(255, 185, 0, 0.5);
  border: 0;
}
.section-contact .wpcf7 form.wpcf7-form label {
  width: 100%;
  margin-bottom: 0.5em;
}

.section-cta .container {
  padding-top: 2.4rem;
  padding-top: var(--size-lg);
  padding-bottom: 2.4rem;
  padding-bottom: var(--size-lg);
}

@media (min-width: 1024px) {
  .section-cta .container {
  padding-bottom: 4.8rem;
  padding-bottom: var(--size-lg);
  }
}

@media (min-width: 1024px) {
  .section-cta .container {
  padding-top: 4.8rem;
  padding-top: var(--size-lg);
  }
}
[data-template=front-page] .section-cta .container {
  padding-bottom: 0;
}
.section-cta .container:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: radial-gradient(144.93% 927.1% at 50% 50%, #FFFFFF 0%, #646D7E 100%);
  background-size: cover;
  background-position: center;
  margin-bottom: 2.4rem;
  margin-bottom: var(--size-lg);
  border-radius: 100%;
}
@media (min-width: 1024px) {
  .section-cta .container:before {
  margin-bottom: 4.8rem;
  margin-bottom: var(--size-lg);
  }
}
.section-cta .container .cta__content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 2.4rem;
  padding: var(--size-lg);
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .section-cta .container .cta__content {
  padding: 4.8rem;
  padding: var(--size-lg);
  }
}
.section-cta .cta__grid {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 640px) {
  .section-cta .cta__grid {
    flex-direction: row;
  }
}
.section-cta .cta__grid a {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 639px) {
  .section-cta .cta__grid a {
    margin-bottom: 1rem;
  }
  .section-cta .cta__grid a:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 640px) {
  .section-cta .cta__grid a {
    margin-right: 1rem;
  }
  .section-cta .cta__grid a:last-of-type {
    margin-right: 0;
  }
}
.section-cta .cta__grid a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.section-cta .cta__grid a:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.section-cta .cta__grid a h3 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: white;
  text-align: center;
  width: 100%;
  font-size: 2.4rem;
  line-height: 1.1;
}
@media (min-width: 640px) {
  .section-cta .cta__grid a h3 {
    font-size: 3.6rem;
  }
}

.u-hidden {
  display: none !important;
  visibility: hidden !important;
}

@media (min-width: 640px) {
  .u-upto-tablet {
    display: none !important;
  }
}

@media (max-width: 639px) {
  .u-from-tablet {
    display: none !important;
  }
}

.u-font-monospace {
  font-family: undefined;
  font-family: var(--hi-f-monospace);
}

.u-font-capitalize {
  text-transform: capitalize;
}

.u-font-uppercase {
  text-transform: uppercase;
}

@media print {
  .u-no-print {
    display: none !important;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .u-tablet-hidden {
    display: none !important;
  }
}

[dir=rtl] .u-rtl-flip {
  transform: scaleX(-1);
}

.nav {
  z-index: 10000 !important;
}