/*!
Theme Name: blockframe
Theme URI: http://www.magnusson.co.nz
Author: Vaughan M
Author URI: http://www.magnusson.co.nz
Description: A blockframe theme.
Version: 1
*/
/*! 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;
}

.m-t-0 {
  margin-top: 00px !important;
}

.p-t-0 {
  padding-top: 00px !important;
}

.m-b-0 {
  margin-bottom: 00px !important;
}

.p-b-0 {
  padding-bottom: 00px !important;
}

.m-l-0 {
  margin-left: 00px !important;
}

.p-l-0 {
  padding-left: 00px !important;
}

.m-r-0 {
  margin-right: 00px !important;
}

.p-r-0 {
  padding-right: 00px !important;
}

.m-0 {
  margin: 00px !important;
}

.p-0 {
  padding: 00px !important;
}

.m-t-1 {
  margin-top: 10px !important;
}

.p-t-1 {
  padding-top: 10px !important;
}

.m-b-1 {
  margin-bottom: 10px !important;
}

.p-b-1 {
  padding-bottom: 10px !important;
}

.m-l-1 {
  margin-left: 10px !important;
}

.p-l-1 {
  padding-left: 10px !important;
}

.m-r-1 {
  margin-right: 10px !important;
}

.p-r-1 {
  padding-right: 10px !important;
}

.m-1 {
  margin: 10px !important;
}

.p-1 {
  padding: 10px !important;
}

.m-t-2 {
  margin-top: 20px !important;
}

.p-t-2 {
  padding-top: 20px !important;
}

.m-b-2 {
  margin-bottom: 20px !important;
}

.p-b-2 {
  padding-bottom: 20px !important;
}

.m-l-2 {
  margin-left: 20px !important;
}

.p-l-2 {
  padding-left: 20px !important;
}

.m-r-2 {
  margin-right: 20px !important;
}

.p-r-2 {
  padding-right: 20px !important;
}

.m-2 {
  margin: 20px !important;
}

.p-2 {
  padding: 20px !important;
}

.m-t-3 {
  margin-top: 30px !important;
}

.p-t-3 {
  padding-top: 30px !important;
}

.m-b-3 {
  margin-bottom: 30px !important;
}

.p-b-3 {
  padding-bottom: 30px !important;
}

.m-l-3 {
  margin-left: 30px !important;
}

.p-l-3 {
  padding-left: 30px !important;
}

.m-r-3 {
  margin-right: 30px !important;
}

.p-r-3 {
  padding-right: 30px !important;
}

.m-3 {
  margin: 30px !important;
}

.p-3 {
  padding: 30px !important;
}

.m-t-4 {
  margin-top: 40px !important;
}

.p-t-4 {
  padding-top: 40px !important;
}

.m-b-4 {
  margin-bottom: 40px !important;
}

.p-b-4 {
  padding-bottom: 40px !important;
}

.m-l-4 {
  margin-left: 40px !important;
}

.p-l-4 {
  padding-left: 40px !important;
}

.m-r-4 {
  margin-right: 40px !important;
}

.p-r-4 {
  padding-right: 40px !important;
}

.m-4 {
  margin: 40px !important;
}

.p-4 {
  padding: 40px !important;
}

.m-t-5 {
  margin-top: 50px !important;
}

.p-t-5 {
  padding-top: 50px !important;
}

.m-b-5 {
  margin-bottom: 50px !important;
}

.p-b-5 {
  padding-bottom: 50px !important;
}

.m-l-5 {
  margin-left: 50px !important;
}

.p-l-5 {
  padding-left: 50px !important;
}

.m-r-5 {
  margin-right: 50px !important;
}

.p-r-5 {
  padding-right: 50px !important;
}

.m-5 {
  margin: 50px !important;
}

.p-5 {
  padding: 50px !important;
}

.m-t-6 {
  margin-top: 60px !important;
}

.p-t-6 {
  padding-top: 60px !important;
}

.m-b-6 {
  margin-bottom: 60px !important;
}

.p-b-6 {
  padding-bottom: 60px !important;
}

.m-l-6 {
  margin-left: 60px !important;
}

.p-l-6 {
  padding-left: 60px !important;
}

.m-r-6 {
  margin-right: 60px !important;
}

.p-r-6 {
  padding-right: 60px !important;
}

.m-6 {
  margin: 60px !important;
}

.p-6 {
  padding: 60px !important;
}

.m-t-7 {
  margin-top: 70px !important;
}

.p-t-7 {
  padding-top: 70px !important;
}

.m-b-7 {
  margin-bottom: 70px !important;
}

.p-b-7 {
  padding-bottom: 70px !important;
}

.m-l-7 {
  margin-left: 70px !important;
}

.p-l-7 {
  padding-left: 70px !important;
}

.m-r-7 {
  margin-right: 70px !important;
}

.p-r-7 {
  padding-right: 70px !important;
}

.m-7 {
  margin: 70px !important;
}

.p-7 {
  padding: 70px !important;
}

.m-t-8 {
  margin-top: 80px !important;
}

.p-t-8 {
  padding-top: 80px !important;
}

.m-b-8 {
  margin-bottom: 80px !important;
}

.p-b-8 {
  padding-bottom: 80px !important;
}

.m-l-8 {
  margin-left: 80px !important;
}

.p-l-8 {
  padding-left: 80px !important;
}

.m-r-8 {
  margin-right: 80px !important;
}

.p-r-8 {
  padding-right: 80px !important;
}

.m-8 {
  margin: 80px !important;
}

.p-8 {
  padding: 80px !important;
}

.m-t-9 {
  margin-top: 90px !important;
}

.p-t-9 {
  padding-top: 90px !important;
}

.m-b-9 {
  margin-bottom: 90px !important;
}

.p-b-9 {
  padding-bottom: 90px !important;
}

.m-l-9 {
  margin-left: 90px !important;
}

.p-l-9 {
  padding-left: 90px !important;
}

.m-r-9 {
  margin-right: 90px !important;
}

.p-r-9 {
  padding-right: 90px !important;
}

.m-9 {
  margin: 90px !important;
}

.p-9 {
  padding: 90px !important;
}

.m-t-10 {
  margin-top: 100px !important;
}

.p-t-10 {
  padding-top: 100px !important;
}

.m-b-10 {
  margin-bottom: 100px !important;
}

.p-b-10 {
  padding-bottom: 100px !important;
}

.m-l-10 {
  margin-left: 100px !important;
}

.p-l-10 {
  padding-left: 100px !important;
}

.m-r-10 {
  margin-right: 100px !important;
}

.p-r-10 {
  padding-right: 100px !important;
}

.m-10 {
  margin: 100px !important;
}

.p-10 {
  padding: 100px !important;
}

.m-t-12 {
  margin-top: 120px !important;
}

.p-t-12 {
  padding-top: 120px !important;
}

.m-b-12 {
  margin-bottom: 120px !important;
}

.p-b-12 {
  padding-bottom: 120px !important;
}

.m-l-12 {
  margin-left: 120px !important;
}

.p-l-12 {
  padding-left: 120px !important;
}

.m-r-12 {
  margin-right: 120px !important;
}

.p-r-12 {
  padding-right: 120px !important;
}

.m-12 {
  margin: 120px !important;
}

.p-12 {
  padding: 120px !important;
}

.m-t-15 {
  margin-top: 150px !important;
}

.p-t-15 {
  padding-top: 150px !important;
}

.m-b-15 {
  margin-bottom: 150px !important;
}

.p-b-15 {
  padding-bottom: 150px !important;
}

.m-l-15 {
  margin-left: 150px !important;
}

.p-l-15 {
  padding-left: 150px !important;
}

.m-r-15 {
  margin-right: 150px !important;
}

.p-r-15 {
  padding-right: 150px !important;
}

.m-15 {
  margin: 150px !important;
}

.p-15 {
  padding: 150px !important;
}

.m-t-20 {
  margin-top: 200px !important;
}

.p-t-20 {
  padding-top: 200px !important;
}

.m-b-20 {
  margin-bottom: 200px !important;
}

.p-b-20 {
  padding-bottom: 200px !important;
}

.m-l-20 {
  margin-left: 200px !important;
}

.p-l-20 {
  padding-left: 200px !important;
}

.m-r-20 {
  margin-right: 200px !important;
}

.p-r-20 {
  padding-right: 200px !important;
}

.m-20 {
  margin: 200px !important;
}

.p-20 {
  padding: 200px !important;
}

@media only screen and (min-width: 1181px) {
  .pd-none {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .pd-xs {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pd-s {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pd-m {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .pd-l {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pd-xl {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .pds-none {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .pds-xs {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .pds-s {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .pds-m {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .pds-l {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .pds-xl {
    padding-left: 14rem;
    padding-right: 14rem;
  }
}
@media only screen and (max-width: 1180px) {
  .pm-none {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .pm-xs {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pm-s {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pm-m {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .pm-l {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pm-xl {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .pms-none {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .pms-xs {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .pms-s {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .pms-m {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .pms-l {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .pms-xl {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media only screen and (max-width: 769px) {
  .p-t-20 {
    padding-top: 10rem !important;
  }
}
.t-c {
  text-align: center !important;
}

.t-l {
  text-align: left !important;
}

.t-r {
  text-align: right !important;
}

.f-s-xs {
  font-size: 10px !important;
}

.f-s-s {
  font-size: 12px !important;
}

.f-s-m {
  font-size: 13px !important;
}

.f-s-l {
  font-size: 14px !important;
}

.f-s-xl {
  font-size: 16px !important;
}

.hidden {
  display: none;
}

.hide {
  display: none;
}

@media only screen and (min-width: 601px) and (max-width: 769px) {
  .mobile-reverse-column {
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 601px) and (max-width: 769px) {
  .mobile-reverse-row {
    flex-direction: row-reverse;
  }
}

.flex-start {
  justify-content: flex-start !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "filson-soft", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #162b4c;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: normal;
}

p {
  font-family: "bio-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1.4;
  color: #162b4c;
}

strong {
  font-family: "bio-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #162b4c;
}

h1 {
  font-size: 8rem;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-family: "bio-sans", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 3rem;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}

h4 {
  font-family: "bio-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}

.intro {
  font-size: 2.4rem;
  font-family: "bio-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.color--teal {
  color: #2fc0c2;
}

.color--blue {
  color: #0061af;
}

.font--semibold {
  font-family: "bio-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.font--italic {
  font-family: "bio-sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.bg--teal {
  background: #2fc0c2;
  color: white;
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
}

.outline {
  padding: 2rem 3rem;
  border-radius: 0.5rem;
  border: 0.5px solid #162b4c;
}
.outline.wp-block-list li {
  margin-left: 2rem;
}

.bullets--teal li::marker {
  color: #2fc0c2;
}

.aligncenter {
  text-align: center;
}

.box-list {
  display: grid;
  list-style: none;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .box-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .box-list {
    grid-template-columns: 1fr 1fr;
  }
}
.box-list li {
  padding: 2rem;
  margin: 0;
  min-height: 4.5rem;
  background-color: #daefef;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "bio-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.button,
.wpcf7-submit {
  text-decoration: none;
  background: transparent;
  color: #162b4c;
  padding: 1rem 2rem;
  transition: all 0.3s;
  display: inline-block;
  border: 1px solid #162b4c;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  font-family: "bio-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 1rem;
}
.button:after,
.wpcf7-submit:after {
  content: "";
  width: 14px;
  height: 10px;
  display: block;
  background-image: url("/wp-content/themes/eikance/assets/images/icon-arrow--blue.png");
  background-size: contain;
}
.button:active,
.wpcf7-submit:active {
  color: #162b4c;
}
.button:visited,
.wpcf7-submit:visited {
  color: #162b4c;
}
.button:hover,
.wpcf7-submit:hover {
  background: #162b4c;
  color: #2fc0c2;
}
.button:hover:after,
.wpcf7-submit:hover:after {
  background-image: url("/wp-content/themes/eikance/assets/images/icon-arrow--teal.png");
}

.site-header__inner {
  min-height: 9.4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 4rem 0;
}
@media only screen and (max-width: 960px) {
  .site-header__inner {
    align-items: center;
  }
}
.site-header .site-branding .site-title {
  margin: 0;
  line-height: 0;
}
.site-header .site-branding .site-title a {
  line-height: 0;
  display: block;
}
.site-header .site-branding .site-title .site-logo {
  width: 21rem;
  max-width: 100%;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 960px) {
  .site-header .site-branding .site-title .site-logo {
    margin-bottom: 0;
  }
}
.site-header ul#primary-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
}
.site-header ul#primary-menu li {
  padding: 0;
  margin: 0;
}
.site-header ul#primary-menu a, .site-header ul#primary-menu a:active, .site-header ul#primary-menu a:visited {
  transition: all 0.3s;
  text-decoration: none;
  font-size: 2rem;
  text-transform: uppercase;
  color: #231f20;
  white-space: nowrap;
  display: inline-block;
  padding: 1rem 3rem;
}
@media only screen and (max-width: 1180px) {
  .site-header ul#primary-menu a, .site-header ul#primary-menu a:active, .site-header ul#primary-menu a:visited {
    padding: 1rem 2rem;
    font-size: 1.8rem;
  }
}
.site-header ul#primary-menu a:hover {
  color: #2fc0c2;
}
.site-header ul#primary-menu .current-menu-item a {
  color: #2fc0c2;
}
.site-header ul#primary-menu li:last-child a {
  padding-right: 0;
}

.mobile-navigation {
  margin: 2rem;
}
.mobile-navigation a {
  color: #231f20;
  display: inline-block;
  width: 26px;
  height: 20px;
  border-top: 2px solid #231f20;
  border-bottom: 2px solid #231f20;
  box-sizing: border-box;
  text-indent: -1000rem;
  position: relative;
  font-size: 12px;
  text-decoration: none;
}
.mobile-navigation a:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  height: 2px;
  width: 26px;
  background-color: #231f20;
  z-index: 2;
}

@media only screen and (max-width: 960px) {
  .mobile-navigation {
    display: block;
  }
  .site-navigation,
  .site-description {
    display: none;
  }
}
@media only screen and (min-width: 961px) {
  .mobile-navigation {
    display: none;
  }
  .site-navigation {
    display: block;
  }
}
#mobile-menu {
  font-size: 2rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
#mobile-menu a {
  padding: 0.5rem 1rem;
  display: block;
  text-align: left;
  font-size: 3.2rem;
  color: #162b4c;
  text-decoration: none;
  letter-spacing: -0.1rem;
  font-weight: 600;
  color: #fff;
}
#mobile-menu .nav-icon {
  display: inline-block;
  margin-top: 5rem;
}
#mobile-menu .nav-icon a {
  min-width: 5rem;
  display: inline-block;
  font-size: 3rem;
}

.page .featherlight .featherlight-close-icon {
  font-size: 2.4rem;
  color: #162b4c;
  background: #2fc0c2;
}
.page .featherlight:last-of-type {
  background: #2fc0c2;
}
.page .featherlight .featherlight-content {
  background: #2fc0c2;
}
.page .featherlight-inner a {
  color: #162b4c !important;
}

.footer {
  font-size: 16px;
  padding: 1rem 0 4rem 0;
  font-size: 1.2rem;
}
.footer a, .footer a:active, .footer a:visited {
  color: #162b4c;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 600;
}
.footer a:hover {
  text-decoration: underline;
}
.footer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 2rem;
  display: inline-block;
}
.footer__menu .menu-item {
  margin: 0rem 1rem 0rem 0;
  display: inline-block;
}
.footer__container {
  display: flex;
  flex-wrap: wrap;
}
.footer__section {
  border-top: 0.5px solid #162b4c;
  padding: 2rem 0;
  box-sizing: border-box;
  color: #4d4d4d;
}
.footer__logo {
  width: 14rem;
  max-width: 100%;
  margin-top: 1rem;
}
.footer__copyright {
  font-size: 1.2rem;
}
.footer__disclaimer {
  font-size: 1.2rem;
}

.content-boxes {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 8rem;
}
@media screen and (max-width: 600px) {
  .content-boxes {
    grid-template-columns: 1fr;
  }
}
.content-boxes__box {
  background: #daefef;
}
.content-boxes__heading {
  color: white;
  background: #162b4c;
  font-family: "bio-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 1rem 2rem;
  font-size: 2rem;
}
.content-boxes__content {
  padding: 0.5rem 2rem 2rem 2rem;
}
.content-boxes__content li::marker {
  color: #2fc0c2;
}
.content-boxes__content p {
  margin-bottom: 0;
}
.content-boxes__content ul {
  margin-left: 0;
  padding-left: 0;
}
.content-boxes__content li {
  margin-left: 2rem;
}

.content-promo {
  background: #2fc0c2;
  border-radius: 1rem;
  padding: 4rem;
  min-height: 38rem;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content-promo__heading {
  color: white;
  margin-bottom: 0;
}
.content-promo__content p {
  font-size: 2.2rem;
  font-family: "bio-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
}

#learn.content-promo {
  background-repeat: no-repeat;
  background-size: 25rem;
  background-position: 90% 90%;
  transition: all 0.5s;
}
#learn.content-promo:hover {
  background-size: 25.6rem, cover;
}
#learn.content-promo .button {
  background-color: #2fc0c2;
}
#learn.content-promo .button:hover {
  background: #162b4c;
}
#learn.content-promo .button:hover:after {
  background-image: url("/wp-content/themes/eikance/assets/images/icon-arrow--teal.png");
}

#why.content-promo {
  background-color: #162b4c;
  background-repeat: no-repeat;
  background-size: 20rem;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.5s;
}
#why.content-promo:hover {
  background-size: 21rem;
}
#why.content-promo .button {
  color: white;
  border-color: white;
}
#why.content-promo .button:after {
  background-image: url("/wp-content/themes/eikance/assets/images/icon-arrow--white.png");
}
#why.content-promo .button:hover {
  background-color: #2fc0c2;
  color: #162b4c;
  border-color: transparent;
}
#why.content-promo .button:hover:after {
  background-image: url("/wp-content/themes/eikance/assets/images/icon-arrow--blue.png");
}

#download.content-promo {
  background-image: url("/wp-content/themes/eikance/assets/images/download-tile-v2.png"), url("/wp-content/themes/eikance/assets/images/promo-gradient.jpg");
  background-size: 28rem, cover;
  background-repeat: no-repeat;
  background-position: 95% 50%, center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.5s;
}
#download.content-promo:hover {
  background-size: 28.5rem, cover;
}
#download.content-promo .button {
  color: white;
  border-color: white;
}
#download.content-promo .button:after {
  background-image: url("/wp-content/themes/eikance/assets/images/icon-arrow--white.png");
}
#download.content-promo .button:hover {
  background: #2fc0c2;
  color: #162b4c;
  border-color: transparent;
}
#download.content-promo .button:hover:after {
  background-image: url("/wp-content/themes/eikance/assets/images/icon-arrow--blue.png");
}

#faq.content-promo {
  background-color: #daefef;
  background-size: 24rem;
  background-repeat: no-repeat;
  background-position: 25% 50%, center;
  transition: all 0.5s;
}
#faq.content-promo:hover {
  background-size: 24.8rem, cover;
}
#faq.content-promo .content-promo__heading {
  color: #162b4c;
  margin-bottom: 3rem;
  margin-left: 52%;
}
#faq.content-promo .faq__content p {
  font-size: 1.8rem;
}
#faq.content-promo .faq {
  margin-left: 52%;
}
#faq.content-promo .faq:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1180px) {
  #faq.content-promo {
    background-size: 20rem;
    background-position: 10% 50%;
  }
  #faq.content-promo .content-promo__heading, #faq.content-promo .faq {
    margin-left: 33%;
  }
}
@media screen and (max-width: 660px) {
  #faq.content-promo {
    background-size: 10rem;
    background-position: 10% 10%;
    background-image: none !important;
  }
  #faq.content-promo .content-promo__heading, #faq.content-promo .faq {
    margin-left: 0;
  }
}

@media screen and (max-width: 782px) {
  #learn.content-promo,
  #why.content-promo,
  #download.content-promo {
    background-position: 95% 95%, center;
  }
  #learn.content-promo p,
  #why.content-promo p,
  #download.content-promo p {
    max-width: 32rem;
  }
}
@media screen and (max-width: 500px) {
  #learn.content-promo,
  #why.content-promo,
  #download.content-promo {
    background-size: 20rem, cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1060px) {
  #learn.content-promo {
    background-size: 24rem;
  }
}
.custom-group__inner-container {
  max-width: 114rem;
  margin: 0 auto;
  box-sizing: border-box;
}

.custom-group--narrow .custom-group__inner-container {
  max-width: 100rem;
  margin: 0 auto;
}

.custom-group--boxed,
.group--boxed {
  max-width: 114rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  overflow: hidden;
}
.custom-group--boxed.custom-group--narrow,
.group--boxed.custom-group--narrow {
  max-width: 100rem;
}
@media only screen and (max-width: 769px) {
  .custom-group--boxed,
  .group--boxed {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

.faq {
  border-bottom: 0.5px solid #162b4c;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  position: relative;
}
.faq:before {
  content: "";
  width: 3rem;
  height: 3rem;
  position: absolute;
  background-image: url("/wp-content/themes/eikance/assets/images/icon--faq.png");
  background-size: contain;
}
.faq__title {
  margin-left: 4rem;
  font-size: 2.2rem;
  font-family: "bio-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #162b4c;
  text-transform: uppercase;
  max-width: 80%;
}
.faq__content {
  margin-left: 4rem;
}
.faq__content p {
  margin-bottom: 2rem;
  color: #162b4c;
}
.faq__content ul {
  padding: 0;
  margin: 0;
  margin-bottom: 2rem;
}
.faq__content li {
  margin-left: 2rem;
}

@media screen and (min-width: 782px) {
  .wp-block-column .faq:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 781px) {
  .post-689 :where(.wp-block-columns.is-layout-flex) {
    gap: 0;
  }
}
.faq.faq--collapsable .faq__content {
  opacity: 0;
  display: none;
  transition: opacity 1s ease-in-out;
}

.faq.faq--collapsable.faq--open .faq__content {
  display: block;
  opacity: 1;
}

.faq.faq--collapsable .faq__title {
  cursor: pointer;
}

.phb {
  background-color: #0061af;
  background-image: url("/wp-content/themes/eikance/assets/images/homepage-bg-1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  text-align: left;
  color: white;
  max-width: 140rem;
  margin: 0 auto;
  margin-bottom: 8rem;
  position: relative;
}
.phb div.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("/wp-content/themes/eikance/assets/images/homepage-bg-2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  animation: fadeToggle 5s;
  animation-fill-mode: forwards;
}
@keyframes fadeToggle {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 980px) {
  .phb {
    background-size: 120rem;
    background-position: 60% 100%;
  }
  .phb div.overlay {
    background-size: 120rem;
    background-position: 60% 100%;
  }
}
.phb .container {
  height: 70rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.phb h1 {
  color: white;
  font-size: 6rem;
  line-height: 0.9;
  animation: fadeText 5s;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 520px) {
  .phb h1 {
    font-size: 5rem;
  }
}
.phb h1 em {
  font-family: "filson-soft", sans-serif;
  font-weight: 900;
  font-style: normal;
  display: block;
  font-size: 16rem;
}
.phb h1 em strong {
  font-family: "filson-soft", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: transparent;
}
@media screen and (max-width: 520px) {
  .phb h1 em {
    font-size: 14rem;
  }
}
@keyframes fadeText {
  0% {
    color: transparent;
    text-shadow: 0 0 10px rgb(255, 255, 255);
  }
  100% {
    color: white;
    text-shadow: 0 0 0px rgb(255, 255, 255);
  }
}
.phb p {
  font-size: 2.6rem;
  font-family: "bio-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  max-width: 45rem;
  line-height: 1.15;
  color: white;
  margin: 4rem 0;
}
.phb .button {
  color: white;
  border-color: white;
}
.phb .button:after {
  background-image: url("/wp-content/themes/eikance/assets/images/icon-arrow--white.png");
}
.phb .button:hover {
  background: #2fc0c2;
  color: #162b4c;
  border-color: transparent;
}
.phb .button:hover:after {
  background-image: url("/wp-content/themes/eikance/assets/images/icon-arrow--blue.png");
}
@media screen and (max-width: 600px) {
  .phb {
    background-image: url("/wp-content/themes/eikance/assets/images/homepage-bg-mob-1.jpg");
    background-position: top left;
    background-size: 600px;
  }
  .phb div.overlay {
    background-image: url("/wp-content/themes/eikance/assets/images/homepage-bg-mob-2.jpg");
    background-position: top left;
    background-size: 600px;
  }
  .phb .pht__content {
    margin-top: 38rem;
  }
  .phb .pht__content h1 em {
    font-size: 12rem;
  }
  .phb .container {
    min-height: 82rem;
    padding-bottom: 4rem;
  }
}

.pht {
  background-color: #2fc0c2;
  text-align: left;
  color: white;
  max-width: 140rem;
  margin: 0 auto;
  margin-bottom: 8rem;
}
.pht--dark_blue {
  background-color: #162b4c;
}
.pht--dark_blue .pht__heading {
  color: white;
  animation: fadeHeadingWhite 2s;
}
.pht--blue {
  background-color: #0061af;
}
.pht--blue .pht__heading {
  color: white;
  animation: fadeHeadingWhite 2s;
}
.pht--teal {
  background-color: #2fc0c2;
}
.pht--teal .pht__heading {
  color: #162b4c;
  animation: fadeHeadingBlue 2s;
}
@keyframes fadeHeadingBlue {
  0% {
    color: transparent;
    text-shadow: 0 0 20px #162b4c;
  }
  70% {
    color: transparent;
  }
  100% {
    color: #162b4c;
    text-shadow: 0 0 0px #162b4c;
  }
}
@keyframes fadeHeadingWhite {
  0% {
    color: transparent;
    text-shadow: 0 0 20px white;
  }
  70% {
    color: transparent;
  }
  100% {
    color: white;
    text-shadow: 0 0 0px white;
  }
}
.pht__heading {
  font-size: 6.8rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
}
@media only screen and (max-width: 769px) {
  .pht__heading {
    font-size: 6rem;
  }
}
.pht .container {
  height: 26rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.logo-gallery {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2rem;
}
.logo-gallery__item {
  max-width: 16rem;
}
.logo-gallery__logo {
  display: block;
  max-width: 100%;
  filter: saturate(0);
  transition: all 0.5s;
}
.logo-gallery__link {
  display: block;
}
.logo-gallery__link:hover .logo-gallery__logo {
  filter: saturate(1);
}

.people {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
@media only screen and (max-width: 769px) {
  .people {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 770px) and (max-width: 1100px) {
  .people {
    grid-template-columns: 1fr 1fr;
  }
}
.people .person {
  background: transparent;
  display: flex;
  flex-direction: column;
}
.people .person__photo {
  aspect-ratio: 4/3;
  background-color: transparent;
  background-size: cover;
  background-position: center;
}
.people .person__details {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  color: #111;
}
.people .person__details .person__name {
  margin-bottom: 0;
}
.people .person__details .person__email a,
.people .person__details .person__phone a {
  transition: all 0.3s;
  color: #00F;
}
.people .person__details .person__email a:hover,
.people .person__details .person__phone a:hover {
  color: #0F0;
}

.points {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 70rem;
}
@media screen and (max-width: 500px) {
  .points {
    grid-template-columns: 1fr 1fr;
  }
}
.points__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.points__image {
  max-width: 14rem;
}
.points__content {
  text-align: center;
}

.photo-gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}
.photo-gallery .photo {
  min-height: 30rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.photo-gallery .c-1 {
  grid-column: span 1;
}
.photo-gallery .c-2 {
  grid-column: span 2;
}
.photo-gallery .c-3 {
  grid-column: span 3;
}
.photo-gallery .c-4 {
  grid-column: span 4;
}
.photo-gallery .c-5 {
  grid-column: span 5;
}
.photo-gallery .c-6 {
  grid-column: span 6;
}
.photo-gallery .c-7 {
  grid-column: span 7;
}
.photo-gallery .c-8 {
  grid-column: span 8;
}
.photo-gallery .c-9 {
  grid-column: span 9;
}
.photo-gallery .c-10 {
  grid-column: span 10;
}
.photo-gallery .c-11 {
  grid-column: span 11;
}
.photo-gallery .c-12 {
  grid-column: span 12;
}
.photo-gallery .r-1 {
  grid-row: span 1;
}
.photo-gallery .r-2 {
  grid-row: span 2;
}
.photo-gallery .r-3 {
  grid-row: span 3;
}
.photo-gallery .r-4 {
  grid-row: span 4;
}
.photo-gallery .r-5 {
  grid-row: span 5;
}
.photo-gallery .r-6 {
  grid-row: span 6;
}
@media (max-width: 768px) {
  .photo-gallery .photo {
    min-height: 20rem;
  }
}
@media (max-width: 480px) {
  .photo-gallery .photo {
    min-height: 10rem;
  }
}

/* Lightbox container */
#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
#lightbox img {
  max-width: 90%;
  max-height: 80vh;
}
#lightbox__caption {
  color: white;
  margin: 1rem;
  text-align: center;
}
#lightbox button {
  background-color: white;
  border: none;
  padding: 1rem;
  cursor: pointer;
}
#lightbox #lightbox__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  background: none;
  color: white;
}

.lightbox__content {
  position: relative;
  text-align: center;
}
.lightbox__footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 90%;
  margin: 1rem auto;
}

.product__layout {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 769px) {
  .product__layout {
    flex-direction: column;
  }
}
.product__details {
  flex: 0 0 60%;
  padding: 2rem 10rem 10rem 2rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 769px) {
  .product__details {
    padding: 2rem;
  }
}
.product__details li {
  margin-bottom: 1rem;
}
.product__description {
  margin-bottom: 4rem;
}
.product__features {
  margin-bottom: 4rem;
}
.product__applications {
  margin-bottom: 4rem;
}
.product__performance {
  margin-bottom: 4rem;
}
.product__pds {
  font-size: 2rem;
  padding: 2rem 0;
}
.product__heading {
  position: relative;
  margin-bottom: 6rem;
}
.product__heading:after {
  content: "";
  display: block;
  width: 6rem;
  height: 0.8rem;
  background-color: #f1cd00;
  bottom: -2rem;
  position: absolute;
  left: 0;
}
.product__cta {
  padding: 2rem;
}
.product__cta h4 {
  padding-top: 0;
  font-weight: 400;
}
.product__photos {
  flex: 0 0 40%;
}
.product__photos__inner {
  box-sizing: border-box;
  padding: 2rem;
  background: #eee;
}
.product__main_photo {
  height: 40rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.product-lockup {
  margin-bottom: 4rem;
}
.product-lockup__list {
  padding: 1.5rem;
  background: #2fc0c2;
  border-radius: 0.5rem;
  color: #162b4c;
  font-family: "bio-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.2rem;
}
.product-lockup__list li::marker {
  color: white;
}
.product-lockup__content {
  margin-bottom: 4rem;
}
.product-lockup__content p {
  font-family: "bio-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.2rem;
  margin-left: 4rem;
}
@media screen and (max-width: 900px) {
  .product-lockup__content p {
    margin-left: 0rem;
  }
}
.product-lockup__image {
  float: right;
  margin-right: 4rem;
  margin-left: 8rem;
}
.product-lockup__image img {
  max-width: 46rem;
}
@media screen and (max-width: 460px) {
  .product-lockup__image img {
    max-width: 100%;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 900px) {
  .product-lockup__image {
    float: none;
    margin: 3rem;
  }
}

.steps {
  display: grid;
  gap: 3.5rem;
  margin: 2rem auto 4rem auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}
@media screen and (max-width: 1100px) {
  .steps {
    grid-template-columns: 1fr 1fr;
    max-width: 83.5rem;
  }
}
@media screen and (max-width: 600px) {
  .steps {
    grid-template-columns: 1fr;
  }
}
.steps .step {
  max-width: 40rem;
}
.steps .step__image {
  border: 1px solid #162b4c;
  height: 22rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 2rem;
}
.steps .step__details {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
.steps .step__number {
  font-size: 6.4rem;
  color: #2fc0c2;
  font-family: "bio-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 0.8;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}
@media only screen and (max-width: 320px) {
  html {
    font-size: 7px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 400px), only screen and (min-width: 401px) and (max-width: 600px) {
  html {
    font-size: 8px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 769px) {
  html {
    font-size: 9px;
  }
}

body {
  font-family: "bio-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 1.8rem;
  line-height: 1.25;
  overflow-x: hidden;
  color: #231f20;
  background-color: #fff;
}

a, a:visited, a:active {
  color: #0061af;
  text-decoration: underline;
}

section {
  scroll-snap-align: start;
  position: relative;
}

main {
  overflow-x: hidden;
  padding: 0;
}

figure {
  padding: 0;
  margin: 0;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #fff;
}

.container {
  max-width: 114rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.error-404 {
  padding: 20rem 0;
  text-align: center;
}

.fade-in {
  opacity: 0;
  transition: opacity 2.6s ease-out, transform 1s ease-out;
}

.fade-in.visible {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */