/** Colors */

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

/* ##########################
breakpoints
########################## */

/* ##########################
remy fonts
########################## */

h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: 500;
  font-family: degular-display, sans-serif;
  line-height: 1;
  letter-spacing: 0;
  color: #242829;
}

.bg--bgray h1, .bg--img h1, .bg--bgray h2, .bg--img h2, .bg--bgray h3, .bg--img h3, .bg--bgray h4, .bg--img h4, .bg--bgray h5, .bg--img h5 {
  color: #fff;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
  font-family: degular-display, sans-serif;
  line-height: 1;
}

h1 {
  font-size: 100px;
  font-size: 6.25rem;
  margin-bottom: 30px;
  color: #242829;
}

@media (max-width: 1023px) {
  h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

h2 {
  font-size: 80px;
  font-size: 5rem;
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 60px;
  font-size: 3.75rem;
  margin-bottom: 30px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}

h4 {
  font-size: 76px;
  font-size: 4.75rem;
}

h5 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 30px;
}

@media (max-width: 1023px) {
  h5 {
    margin-bottom: 15px;
  }
}

strong {
  color: #242829;
}

p {
  font-size: 19px;
  font-size: 1.1875rem;
  margin: 0 0 30px;
  line-height: 1.47;
  color: #636466;
}

@media (max-width: 1023px) {
  p {
    font-size: 16px;
    font-size: 1rem;
  }
}

small {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 1023px) {
  small {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

a {
  text-decoration: none;
  color: #EE3124;
}

.meta--date {
  color: #BAB0A5;
  margin-top: 20px;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
}

blockquote {
  margin: 0;
}

blockquote p {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0;
  padding: 0;
}

@media (max-width: 1023px) {
  blockquote p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

#main ul.list--download {
  list-style: none;
  margin: 30px 0 60px;
  padding: 0;
  position: relative;
}

#main ul.list--download:last-child {
  margin-bottom: 0;
}

#main ul.list--download::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: #E3E1D8;
}

#main ul.list--download + h1, #main ul.list--download + h2, #main ul.list--download + h3, #main ul.list--download + h4, #main ul.list--download + h5 {
  margin-top: 80px;
}

#main ul.list--download > li {
  position: relative;
  padding: 0;
  margin: 0;
}

#main ul.list--download > li::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: #E3E1D8;
}

#main ul.list--download > li a {
  display: block;
  padding: 25px 30px 25px 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #242829;
}

@media (max-width: 1023px) {
  #main ul.list--download > li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

#main ul.list--download > li a:hover {
  color: #EE3124;
}

#main ul.list--download > li a:hover::after {
  background: url(../images/icon-download-bp.svg) center center no-repeat;
}

#main ul.list--download > li a::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/icon-download.svg) center center no-repeat;
  display: inline-block;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(0) translateY(-50%) translateZ(0);
}

#main ul {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

#main ul.column--two {
  column-count: 2;
  column-gap: 60px;
}

#main ul.column--two > li {
  display: block;
  -webkit-column-break-inside: avoid;
}

@media (max-width: 1023px) {
  #main ul.column--two {
    column-count: 1;
    column-gap: 0;
  }
}

#main ul > li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
  line-height: 1.4;
  color: inherit;
  font-size: 19px;
  font-size: 1.1875rem;
}

#main ul > li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #EE3124;
}

@media (max-width: 1023px) {
  #main ul > li {
    font-size: 16px;
    font-size: 1rem;
  }
}

.file--type {
  text-transform: uppercase;
}

footer a[href^="tel:"],
footer a[href^="mailto:"],
.component a[href^="tel:"],
.component a[href^="mailto:"] {
  transition: opacity 0.3s ease-out;
}

footer a[href^="tel:"]:hover,
footer a[href^="mailto:"]:hover,
.component a[href^="tel:"]:hover,
.component a[href^="mailto:"]:hover {
  opacity: 0.6;
}

@media (-webkit-device-pixel-ratio: 1.25) {
  * {
    zoom: 0.98;
  }
}

@media (-webkit-device-pixel-ratio: 1.25 and max-width: 1349px) {
  * {
    zoom: 0;
  }
}

* {
  font-family: bilo, sans-serif;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1rem;
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 1280px) {
  html.is--mobile-nav__active {
    overflow: hidden;
  }
}

body {
  line-height: 1.26;
  background-color: #F2F0EB;
  color: #636466;
}

body.page.esg {
  background-color: #fff;
}

.container {
  max-width: 1660px;
  margin: 0 auto;
}

@media (-webkit-device-pixel-ratio: 1.25) {
  .container {
    max-width: 1660px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.row.column-reverse {
  flex-direction: column-reverse;
}

.row.column-reverse > .col {
  width: 100%;
}

@media (max-width: 1280px) {
  .row.column-reverse {
    flex-direction: column;
  }
}

.row.end {
  justify-content: flex-end;
}

.row.full > .col {
  width: 100%;
}

.row.halves > .col {
  width: 50%;
}

@media (max-width: 1023px) {
  .row.halves > .col {
    width: 100%;
  }
}

.row.one-thirds > .col:nth-child(1) {
  width: 33.33%;
}

.row.one-thirds > .col:nth-child(2) {
  width: 66.66%;
}

.single-post .row.one-thirds > .col:nth-child(1), .news .row.one-thirds > .col:nth-child(1) {
  width: 40%;
}

.single-post .row.one-thirds > .col:nth-child(2), .news .row.one-thirds > .col:nth-child(2) {
  width: 40%;
}

@media (max-width: 1280px) {
  .row.one-thirds > .col:nth-child(1) {
    width: 100%;
  }

  .row.one-thirds > .col:nth-child(2) {
    width: 100%;
  }

  .single-post .row.one-thirds > .col:nth-child(1), .news .row.one-thirds > .col:nth-child(1) {
    width: 100%;
  }

  .single-post .row.one-thirds > .col:nth-child(2), .news .row.one-thirds > .col:nth-child(2) {
    width: 100%;
  }
}

.row.thirds > .col {
  width: 33.333%;
}

@media (max-width: 1280px) {
  .row.thirds > .col {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .row.thirds > .col {
    width: 100%;
  }
}

.thumb--container {
  overflow: hidden;
  height: 0;
  width: 100%;
  position: relative;
}

.thumb--container:hover a::before {
  opacity: 0;
}

.thumb--container a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.thumb--container a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.05;
  z-index: 10;
  transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.thumb--container img {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.1);
  height: 100%;
  width: auto;
  display: block;
}

.thumb--container .icon--container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background-color: #EE3124;
  z-index: 10;
}

@media (max-width: 1023px) {
  .thumb--container .icon--container {
    width: 60px;
    height: 60px;
  }
}

.thumb--container .icon--container img,
.thumb--container .icon--container svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: auto;
  transform: translateX(-50%) translateY(-50%) translateZ(0);
  min-width: 0;
}

.thumb--container .meta--report {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute !important;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 30px;
  font-family: degular-display, sans-serif;
  z-index: 11;
}

.thumb--container .meta--report span {
  color: inherit;
  display: block;
  font-size: 34px;
  font-size: 2.125rem;
  color: #EE3124;
  line-height: 1;
  text-transform: uppercase;
}

.thumb--container .meta--report span.meta--year {
  font-size: 67px;
  font-size: 4.1875rem;
  color: #fff;
}

.thumb--container .meta--report.sr span {
  color: #fff;
  text-transform: none;
}

.thumb--container .meta--report.sr span.meta--year {
  color: #EE3124;
}

@media (max-width: 1280px) {
  .thumb--container .meta--report span {
    font-size: 26px;
    font-size: 1.625rem;
  }

  .thumb--container .meta--report span.meta--year {
    font-size: 52px;
    font-size: 3.25rem;
  }
}

.thumb--container h3 {
  z-index: 10;
}

.icon--container {
  width: 100px;
  height: 100px;
  background-color: #EE3124;
  margin-bottom: 20px;
  position: relative;
}

.icon--container img,
.icon--container svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: auto;
  transform: translateX(-50%) translateY(-50%) translateZ(0);
}

@media (max-width: 1023px) {
  .icon--container {
    width: 60px;
    height: 60px;
  }
}

.component.bg--white {
  background-color: #fff;
}

.component.bg--offwhite {
  background-color: #F2F0EB;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content--contain {
  overflow: hidden;
}

.image--container,
.portrait--container,
.thumb--container {
  position: relative;
  overflow: hidden;
}

.image--container img,
.portrait--container img,
.thumb--container img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.1);
  display: block;
}

.image--container ._3d-flip-book,
.portrait--container ._3d-flip-book,
.thumb--container ._3d-flip-book {
  z-index: 50;
}

.js--modal {
  cursor: pointer;
}

@media (-webkit-device-pixel-ratio: 1.25) {
  #map * {
    zoom: 0;
  }
}

.stock--wrapper {
  width: 100%;
  height: 90px;
  overflow: hidden;
  position: relative;
}

.stock--wrapper iframe {
  position: absolute;
  top: -40px;
  left: -10px;
  width: 100%;
}

.component--cta a._3d-flip-book,
.button,
input[type=submit] {
  display: inline-block;
  padding: 20px 50px;
  color: #fff;
  background-color: #EE3124;
  border-radius: 35px;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  border: 0;
  outline: none;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  cursor: pointer;
}

.component--cta a._3d-flip-book:hover,
.button:hover,
input[type=submit]:hover {
  background-color: #BAB0A5;
}

@media (max-width: 1023px) {
  .component--cta a._3d-flip-book,
.button,
input[type=submit] {
    padding: 10px 15px;
    width: 100%;
  }
}

.button--show-more {
  font-size: 24px;
  font-size: 1.5rem;
  color: #EE3124;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
}

.button--show-more::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/icon-download-bp.svg) center center no-repeat;
  transform: rotate(90deg);
  margin-left: 25px;
  transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.button--show-more:hover::after {
  transform: translateX(3px) translateY(3px) translateZ(0) rotate(90deg);
}

@media (max-width: 1023px) {
  .button--show-more {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

h1 + ._3d-flip-book,
h3 + ._3d-flip-book,
.button--view-bio,
.button--learn-more,
.button--read-more {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #EE3124;
}

h1 + ._3d-flip-book:hover::after,
h3 + ._3d-flip-book:hover::after,
.button--view-bio:hover::after,
.button--learn-more:hover::after,
.button--read-more:hover::after {
  transform: translateX(3px) translateY(-3px) translateZ(0) rotate(0);
}

h1 + ._3d-flip-book::after,
h3 + ._3d-flip-book::after,
.button--view-bio::after,
.button--learn-more::after,
.button--read-more::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/icon-download-bp.svg) center center no-repeat;
  background-size: contain;
  transform: rotate(0);
  margin-left: 10px;
  position: relative;
  top: 0;
  transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.button--conference {
  display: block;
  font-weight: 600;
  text-decoration: none;
  width: 500px;
  background-color: #fff;
  padding: 30px 30px 30px 150px;
  position: relative;
  color: #000;
  font-size: 24px;
  font-size: 1.5rem;
}

.button--conference:hover::before {
  background: url(../images/icon-speaker.svg) center center no-repeat #BAB0A5;
  background-size: 35% 35%;
}

.button--conference::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  height: 100px;
  width: 100px;
  background: url(../images/icon-speaker.svg) center center no-repeat #EE3124;
  background-size: 35% 35%;
  transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.button--conference em {
  font-weight: 400;
  display: block;
  font-style: normal;
  color: #636466;
  font-size: 19px;
  font-size: 1.1875rem;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table td,
table th {
  text-align: left;
  padding: 20px 10px 20px 0;
  color: #636466;
}

table td strong,
table th strong {
  color: #242829;
}

table th {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #242829;
}

@media (max-width: 1023px) {
  table th {
    display: none;
  }
}

table tr {
  border-bottom: solid #E3E1D8 0.5px;
}

table tr:last-child {
  border-bottom: 0;
}

table td:before {
  display: none;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 1023px) {
  table td:before {
    display: block;
  }
}

@media (max-width: 1023px) {
  table td {
    display: block;
  }
}

@media (max-width: 1023px) {
  table td, table th {
    padding-top: 0;
    padding-bottom: 20px;
  }

  table td:first-child, table th:first-child {
    padding-top: 30px;
  }

  table td:last-child, table th:last-child {
    padding-bottom: 30px;
  }
}

table {
  border-top: solid #E3E1D8 0.5px;
  table-layout: fixed;
}

table td:first-child,
table th:first-child {
  min-width: 212px;
  font-weight: 600;
  font-family: degular-display, sans-serif;
}

table th.address,
table td.address {
  width: 250px;
}

table th.city,
table td.city {
  width: 100px;
}

table th.province,
table td.province {
  width: 100px;
}

table th.pcode,
table td.pcode {
  width: 140px;
}

table th.phone,
table td.phone {
  width: 110px;
}

@media (max-width: 1023px) {
  table td:first-child,
table th:first-child {
    width: 100%;
    font-weight: 600;
    text-transform: none;
    font-family: degular-display, sans-serif;
  }

  table th, table td {
    padding-top: 0;
    padding-bottom: 10px;
  }

  table th:first-child, table td:first-child {
    padding-top: 20px;
  }

  table th:last-child, table td:last-child {
    padding-top: 0;
  }
}

@media (max-width: 1023px) {
  table.fixed th {
    display: block;
  }
}

#mc_embed_signup h5 {
  margin-bottom: 15px;
}

#mc_embed_signup form {
  position: relative;
}

#mc_embed_signup form #mce-responses {
  width: 100%;
}

#mc_embed_signup form input[type=email] {
  width: calc(100% - 155px);
  padding: 20px 30px;
  border: 0;
  border-radius: 35px;
  outline: none;
  font-size: 18px;
  font-size: 1.125rem;
}

#mc_embed_signup form input[type=email]::placeholder {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 1023px) {
  #mc_embed_signup form input[type=email] {
    padding: 10px 15px;
    font-size: 16px;
    font-size: 1rem;
  }
}

#mc_embed_signup form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
}

@media (max-width: 767px) {
  #mc_embed_signup form input[type=email] {
    width: 100%;
    margin-bottom: 10px;
  }

  #mc_embed_signup form input[type=submit] {
    width: 100%;
    position: static;
  }
}

select {
  border: solid #E3E1D8 1px;
  border-radius: 0;
  padding: 15px 20px;
  font-size: 24px;
  font-size: 1.5rem;
  -webkit-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
}

@media (max-width: 1023px) {
  select {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

label {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: degular, sans-serif;
  font-weight: 600;
  margin-right: 10px;
}

.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}

.wpcf7-checkbox .wpcf7-list-item {
  width: 25%;
  margin: 0 0 10px;
}

@media (max-width: 1280px) {
  .wpcf7-checkbox .wpcf7-list-item {
    width: 33.33%;
  }
}

@media (max-width: 1023px) {
  .wpcf7-checkbox .wpcf7-list-item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
  }
}

.wpcf7-checkbox label {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 400;
  margin: 0;
  display: inline-block;
  position: relative;
  padding-left: 40px;
  color: #636466;
  cursor: pointer;
}

.wpcf7-checkbox label:hover::before {
  border: solid #EE3124 1px;
}

.wpcf7-checkbox label input[type=checkbox] {
  display: none;
}

.wpcf7-checkbox label input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 20px;
  height: 20px;
  background-color: #EE3124;
}

.wpcf7-checkbox label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: solid 1px #E3E1D8;
  transition: all 0.3s ease-out;
}

.wpcf7-form h3 {
  font-size: 24px;
  font-size: 1.5rem;
}

.wpcf7-form h3 em {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 400;
}

@media (max-width: 1023px) {
  .wpcf7-form h3 em {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    margin-top: 5px;
  }
}

.form--select {
  position: relative;
  background-color: #fff;
}

.form--select::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  width: 60px;
  bottom: 1px;
  background: url(../images/icon-chevron-down.svg) center center no-repeat #EE3124;
  background-size: 30% 30%;
  z-index: 10;
}

.form--select select {
  position: relative;
  z-index: 11;
  background: none;
  padding-right: 60px;
}

.form--checkboxes {
  margin-bottom: 30px;
}

.form--inputs label {
  margin: 0;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  color: #636466;
}

.form--inputs .row {
  margin: 0 -50px;
}

.form--inputs .row.full > .col {
  display: flex;
  justify-content: center;
}

@media (max-width: 1023px) {
  .form--inputs .row {
    margin: 0;
  }

  .form--inputs .row.full > .col {
    padding: 0;
  }
}

.form--inputs .col {
  padding: 0 50px;
}

@media (max-width: 1023px) {
  .form--inputs .col {
    padding: 0;
    flex-wrap: wrap;
  }

  .form--inputs .col input {
    width: 100%;
  }
}

.wpcf7 .ajax-loader {
  display: none;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=phone],
.wpcf7 textarea {
  border: 0;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  background: none;
  padding: 15px 0;
  border-bottom: solid #E3E1D8 1px;
  width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  color: #636466;
  max-height: 55px;
}

.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=phone]::placeholder,
.wpcf7 textarea::placeholder {
  color: #636466;
  font-size: 20px;
  font-size: 1.25rem;
}

.wpcf7 .wpcf7-textarea {
  height: 150px;
  max-height: none;
}

@media (max-width: 1023px) {
  .wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=phone],
.wpcf7 textarea {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 0;
  }

  .wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=phone]::placeholder,
.wpcf7 textarea::placeholder {
    color: #636466;
    font-size: 16px;
    font-size: 1rem;
  }
}

.component--hero {
  position: relative;
}

@media (-webkit-device-pixel-ratio: 1.25) {
  .component--hero * {
    zoom: 0;
  }
}

.component--hero .slider--item {
  position: relative;
}

.component--hero .slick-slide .slider--img img {
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
}

.component--hero .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateX(0) translateY(-50%) translateZ(0);
  z-index: 10;
  height: 60px;
  width: 40px;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none;
  border: 0;
  background: url(../images/icon-arrow.svg) center center no-repeat;
  overflow: hidden;
  text-indent: 80px;
  cursor: pointer;
  opacity: 0.3;
}

.component--hero .slick-arrow:hover {
  opacity: 1;
}

.component--hero .slick-arrow.slick-next {
  margin-top: -32px;
  right: 30px;
  transform: rotate(180deg);
}

.component--hero .slick-arrow.slick-prev {
  left: 30px;
}

@media (max-width: 1280px) {
  .component--hero .slick-arrow {
    display: none !important;
  }

  .component--hero .slick-arrow.slick-next {
    right: 30px;
  }

  .component--hero .slick-arrow.slick-prev {
    left: 30px;
  }
}

.component--hero .slider .slider--item .slider--container {
  max-width: 1815px;
  margin: 0 auto;
  padding: 250px 110px 150px;
  position: relative;
  z-index: 10;
  color: #fff;
  min-height: 970px;
  display: flex;
  align-items: flex-end;
}

@media (-webkit-device-pixel-ratio: 1.25) {
  .component--hero .slider .slider--item .slider--container {
    max-width: 1500px;
  }
}

@media (max-width: 1280px) {
  .component--hero .slider .slider--item .slider--container {
    padding: 260px 30px 150px;
  }
}

@media (max-width: 1023px) {
  .component--hero .slider .slider--item .slider--container {
    padding: 100px 30px 150px;
    min-height: 100vh;
  }
}

.component--hero .slider .slider--item .slider--container .slider--text {
  max-width: 50%;
  padding-right: 30px;
}

@media (max-width: 1023px) {
  .component--hero .slider .slider--item .slider--container .slider--text {
    max-width: 100%;
    padding-right: 0;
  }
}

.component--hero .slider .slider--item .slider--container .slider--text h2, .component--hero .slider .slider--item .slider--container .slider--text h1 {
  color: #fff;
}

.component--hero .slider .slider--item .slider--container .slider--text h1 + strong {
  font-size: 60px;
  font-size: 3.75rem;
  font-family: degular-display, sans-serif;
  font-weight: 500;
  color: #EE3124;
  line-height: 1;
  margin-bottom: 30px;
  display: block;
}

@media (max-width: 1023px) {
  .component--hero .slider .slider--item .slider--container .slider--text h1 + strong {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.component--hero .slider .slider--item .slider--container .slider--text p {
  color: inherit;
}

.component--hero .slider .slider--item .slider--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1C1C1C;
}

.component--hero .slider .slider--item .slider--img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) translateZ(0);
}

.component--hero .slider .slider--item .slider--img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}

.component--hero .body--content {
  margin-top: -100px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.component--hero .body--content .container {
  padding: 70px 30px;
  background-color: #fff;
  position: relative;
}

@media (-webkit-device-pixel-ratio: 1.25) {
  .component--hero .body--content .container {
    max-width: 1340px;
  }
}

.component--hero .body--content .container h1 {
  font-size: 80px;
  font-size: 5rem;
  color: #242829;
}

@media (max-width: 1280px) {
  .component--hero .body--content .container h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.component--hero .body--content .container h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1;
}

.component--hero .body--content .container h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 20px;
}

.component--hero .body--content .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  width: 100px;
  height: 100%;
  transform: translateX(-100px) translateY(0) translateZ(0);
  background-color: #fff;
}

.component--hero .body--content .container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1px;
  width: 100px;
  height: 100%;
  transform: translateX(100px) translateY(0) translateZ(0);
  background-color: #fff;
}

.page.esg .component--hero .body--content .container {
  background-color: #F2F0EB;
}

.page.esg .component--hero .body--content .container::after, .page.esg .component--hero .body--content .container::before {
  background-color: #F2F0EB;
}

@media (max-width: 1023px) {
  .component--hero .body--content .container > .row {
    margin: 0 -10px;
  }
}

.component--hero .body--content .container > .row > .col {
  padding: 0 150px;
}

@media (max-width: 1023px) {
  .component--hero .body--content .container > .row > .col {
    padding: 0 10px;
  }
}

@media (max-width: 1023px) {
  .component--hero .body--content .container > .row > .col {
    padding: 0 10px;
  }
}

.component--hero .body--content .container > .row.thirds {
  margin: 0 -30px;
}

@media (max-width: 1023px) {
  .component--hero .body--content .container > .row.thirds {
    flex-direction: column;
  }
}

.component--hero .body--content .container > .row.thirds > .col {
  padding: 0 30px;
}

@media (max-width: 1280px) {
  .component--hero .body--content .container > .row.thirds > .col {
    width: 33.33%;
  }
}

@media (max-width: 1023px) {
  .component--hero .body--content .container > .row.thirds > .col {
    width: 100%;
  }
}

.component--latest-tabs .container {
  padding: 100px 30px 0;
  text-align: center;
  position: relative;
  bottom: -50px;
}

.component--latest-tabs .container > h2 {
  margin-bottom: 30px;
  color: #242829;
}

.component--latest-tabs .container .thumb--container img {
  height: 100%;
}

@media (max-width: 1280px) {
  .component--latest-tabs .container {
    padding: 65px 30px 40px;
    bottom: auto;
    text-align: left;
  }
}

@media (max-width: 1023px) {
  .component--latest-tabs .container {
    padding: 65px 30px 40px;
  }
}

.component--latest-tabs .container article {
  margin-bottom: 60px;
}

.component--latest-tabs .container article h3,
.component--latest-tabs .container article h3 > a {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 1.16;
  color: #242829;
}

.component--latest-tabs .container article .meta--date {
  font-size: 16px;
  font-size: 1rem;
}

@media (max-width: 1023px) {
  .component--latest-tabs .container article {
    margin-bottom: 30px;
  }

  .component--latest-tabs .container article h3,
.component--latest-tabs .container article h3 > a {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.component--latest-tabs .container .col:first-child {
  padding-right: 30px;
  width: 50%;
}

.component--latest-tabs .container .col:last-child {
  width: 50%;
  padding-left: 35px;
}

@media (max-width: 1280px) {
  .component--latest-tabs .container .col:first-child {
    width: 33.33%;
  }

  .component--latest-tabs .container .col:last-child, .component--latest-tabs .container .col:nth-child(2) {
    width: 66.666%;
  }
}

@media (max-width: 1023px) {
  .component--latest-tabs .container .col:first-child {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }

  .component--latest-tabs .container .col:last-child, .component--latest-tabs .container .col:nth-child(2) {
    width: 100%;
    padding: 0;
  }
}

.component--latest-tabs .container .button {
  float: right;
}

.component--latest-tabs .container .wrapper {
  display: flex;
  text-align: left;
  position: relative;
}

.component--latest-tabs .container .wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: solid #242829 3px;
  filter: blur(9px);
  opacity: 0.3;
}

#main .component--latest-tabs .container .wrapper .nav {
  width: 400px;
}

@media (max-width: 1280px) {
  #main .component--latest-tabs .container .wrapper .nav {
    width: 100%;
  }
}

#main .component--latest-tabs .container .wrapper .nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (max-width: 1280px) {
  #main .component--latest-tabs .container .wrapper .nav > ul {
    display: block;
  }
}

#main .component--latest-tabs .container .wrapper .nav > ul > li > span {
  display: flex;
  padding: 80px;
  background-color: #F2F0EB;
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: degular, sans-serif;
  cursor: pointer;
  color: #242829;
  height: 100%;
  align-items: center;
}

#main .component--latest-tabs .container .wrapper .nav > ul > li > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: #EE3124;
  opacity: 0;
}

#main .component--latest-tabs .container .wrapper .nav > ul > li > span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #242829;
  opacity: 0.1;
}

@media (max-width: 1280px) {
  #main .component--latest-tabs .container .wrapper .nav > ul > li > span {
    padding: 20px 45px 20px 25px;
    font-size: 18px;
    font-size: 1.125rem;
    height: auto;
  }

  #main .component--latest-tabs .container .wrapper .nav > ul > li > span::before {
    display: none;
  }
}

#main .component--latest-tabs .container .wrapper .nav > ul > li {
  padding: 0;
  margin: 0;
  height: 100%;
}

@media (max-width: 1280px) {
  #main .component--latest-tabs .container .wrapper .nav > ul > li {
    position: relative;
    height: auto;
  }

  #main .component--latest-tabs .container .wrapper .nav > ul > li::after, #main .component--latest-tabs .container .wrapper .nav > ul > li::before {
    content: "";
    position: absolute;
    top: 25px;
    right: 20px;
    width: 4px;
    height: 20px;
    background-color: #EE3124;
    transform-origin: center center;
    z-index: 10;
    left: auto;
    border-radius: 0;
  }

  #main .component--latest-tabs .container .wrapper .nav > ul > li::before {
    transform: rotate(90deg);
  }
}

@media (max-width: 1280px) {
  #main .component--latest-tabs .container .wrapper .nav > ul > li.is--active::after {
    transform: rotate(90deg);
  }
}

#main .component--latest-tabs .container .wrapper .nav > ul > li:last-child > span::after {
  display: none;
}

#main .component--latest-tabs .container .wrapper .nav > ul > li:hover > span,
#main .component--latest-tabs .container .wrapper .nav > ul > li.is--active > span {
  background-color: #fff;
}

#main .component--latest-tabs .container .wrapper .nav > ul > li:hover > span::before,
#main .component--latest-tabs .container .wrapper .nav > ul > li.is--active > span::before {
  opacity: 1;
}

@media (max-width: 1280px) {
  #main .component--latest-tabs .container .wrapper .nav > ul > li:hover > span,
#main .component--latest-tabs .container .wrapper .nav > ul > li.is--active > span {
    font-weight: 500;
  }
}

#main .component--latest-tabs .container .wrapper .nav > ul > li > .content--body {
  display: none;
  background-color: #fff;
}

@media (max-width: 1280px) {
  #main .component--latest-tabs .container .wrapper .nav > ul > li.is--active > .content--body {
    display: block;
    padding: 60px 25px 100px;
    position: relative;
  }
}

#main .component--latest-tabs .container .wrapper .nav > ul > li > .content--body article {
  margin-bottom: 60px;
}

#main .component--latest-tabs .container .wrapper .nav > ul > li > .content--body article .meta--date {
  margin-top: 0;
}

.component--latest-tabs .container .wrapper .content {
  width: calc(100% - 400px);
  background-color: #fff;
  position: relative;
  padding: 100px 120px;
}

@media (max-width: 1280px) {
  .component--latest-tabs .container .wrapper .content {
    display: none;
  }
}

.component--cta {
  background: url(../images/bg-pattern.jpg) center center repeat #242829;
  background-size: 1920px auto;
}

.component--cta .container {
  padding: 235px 30px 150px;
  position: relative;
}

@media (max-width: 1280px) {
  .component--cta .container {
    padding: 65px 0 40px;
  }
}

.component--cta .container .content--body {
  max-width: 1200px;
  padding: 150px 575px 100px 150px;
  background-color: #E3E1D8;
}

@media (max-width: 1280px) {
  .component--cta .container .content--body {
    margin-top: -100px;
    margin-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 1023px) {
  .component--cta .container .content--body {
    padding: 150px 30px 40px;
  }
}

.component--cta .container .content--body__small {
  max-width: 1200px;
  padding: 60px 575px 60px 150px;
  background-color: #fff;
  margin-right: 30px;
}

@media (max-width: 1280px) {
  .component--cta .container .content--body__small {
    padding-left: 30px;
  }
}

@media (max-width: 1023px) {
  .component--cta .container .content--body__small {
    padding: 40px 30px;
  }
}

.component--cta .container .content--img {
  width: 100%;
  max-width: 541px;
  position: absolute;
  right: 30px;
  top: 200px;
}

@media (max-width: 1280px) {
  .component--cta .container .content--img {
    position: relative;
    top: 0;
    right: -100%;
    transform: translateX(-100%);
    padding-left: 30px;
  }

  .component--cta .container .content--img img {
    max-width: 100%;
  }
}

.component--content.bg--white {
  background-color: #fff;
}

.component--content + .component--cta__footer {
  margin-top: -150px;
}

@media (max-width: 1023px) {
  .component--content + .component--cta__footer {
    margin-top: -60px;
  }
}

.component--content .container {
  padding: 100px 30px 150px;
  overflow: hidden;
}

@media (max-width: 1280px) {
  .component--content .container {
    padding: 100px 30px 150px;
  }
}

@media (max-width: 1023px) {
  .component--content .container {
    padding: 60px 30px 60px;
  }
}

.component--content .container.center {
  text-align: center;
}

.component--content .container.center > .row > .col * {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.component--content .container.center > .row > .col svg, .component--content .container.center > .row > .col .svg {
  margin-bottom: 20px;
}

.component--content .container > .row > .col .thumb--container {
  margin-bottom: 30px;
}

.component--content .container > .row > .col .thumb--container h3 {
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  padding: 60px;
  text-align: right;
  font-size: 77px;
  font-size: 4.8125rem;
  font-weight: 500;
}

@media (max-width: 1280px) {
  .component--content .container > .row > .col .thumb--container h3 {
    padding: 30px;
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.component--content .container > .row {
  flex-wrap: wrap;
}

.component--content .container > .row.halves {
  margin: 0 -92px;
}

.component--content .container > .row.halves > .col {
  padding: 0 92px;
  margin-bottom: 130px;
}

@media (max-width: 1023px) {
  .component--content .container > .row.halves > .col {
    margin-bottom: 60px;
  }
}

@media (max-width: 1280px) {
  .component--content .container > .row.full > .col {
    padding: 0;
  }
}

.component--content .container > .row > .col {
  padding: 0 100px;
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .component--content .container > .row > .col {
    padding: 0 30px;
  }
}

.component--cta--blocks .container {
  max-width: 100%;
  padding: 30px;
}

@media (max-width: 1280px) {
  .component--cta--blocks .container {
    padding: 20px;
  }
}

.component--cta--blocks .container .row {
  margin: 0 -1px;
}

.component--cta--blocks .container .row.thirds .col {
  margin: 1px;
  width: calc(33.333% - 2px);
}

@media (max-width: 1280px) {
  .component--cta--blocks .container .row.thirds .col {
    width: calc(50% - 2px);
  }
}

@media (max-width: 767px) {
  .component--cta--blocks .container .row.thirds .col {
    width: calc(100% - 2px);
  }
}

.component--cta--blocks .container .thumb--container h3 {
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  padding: 60px;
  text-align: right;
  font-weight: 500;
  font-size: 77px;
  font-size: 4.8125rem;
}

@media (max-width: 1280px) {
  .component--cta--blocks .container .thumb--container h3 {
    padding: 30px;
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.component--content__text.bg--img {
  background: url(../images/bg-pattern.jpg) center center repeat #242829;
  color: #fff;
}

.component--content__text.bg--img .container p {
  color: #fff;
}

.component--content__text:first-child .container {
  padding-top: 380px;
}

@media (max-width: 1023px) {
  .component--content__text:first-child .container {
    padding-top: 100px;
  }
}

.component--content__text .container {
  padding: 150px 30px;
}

.component--content__text .container h4 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 15px;
}

.component--content__text .container p {
  color: #636466;
}

@media (max-width: 1280px) {
  .component--content__text .container {
    padding: 100px 30px;
  }
}

@media (max-width: 1023px) {
  .component--content__text .container {
    padding: 60px 30px;
  }
}

.component--content__text .container > .row.head {
  margin-bottom: 30px;
}

.component--content__text .container > .row {
  justify-content: space-between;
}

.component--content__text .container > .row > .col:first-child {
  padding-right: 30px;
}

.component--content__text .container > .row > .col:nth-child(2) {
  padding-left: 30px;
}

.page-template-template-investors .component--content__text .container > .row > .col:nth-child(2) {
  max-width: 500px;
}

@media (max-width: 1280px) {
  .component--content__text .container > .row > .col:first-child {
    padding-right: 15px;
  }

  .component--content__text .container > .row > .col:nth-child(2) {
    padding-left: 15px;
  }
}

@media (max-width: 1023px) {
  .component--content__text .container > .row > .col:first-child {
    padding-right: 0;
  }

  .component--content__text .container > .row > .col:nth-child(2) {
    padding-left: 0;
  }
}

.component--cta__video {
  background-color: #F2F0EB;
}

.component--cta__video.reversed .container {
  top: auto;
  bottom: -100px;
  margin-top: -100px;
}

.component--cta__video.reversed + .filler, .component--cta__video.reversed + .component {
  margin-top: -100px;
}

@media (max-width: 1023px) {
  .component--cta__video.reversed .container {
    top: auto;
    bottom: -60px;
    margin-top: -60px;
  }

  .component--cta__video.reversed + .filler, .component--cta__video.reversed + .component {
    margin-top: -60px;
    padding-top: 60px;
  }
}

.component--cta__video .container {
  text-align: center;
  position: relative;
  top: -100px;
  padding: 0 30px;
}

.component--cta__video .container h3 {
  font-weight: 500;
}

@media (max-width: 1280px) {
  .component--cta__video .container {
    padding: 0 30px;
  }
}

@media (max-width: 1023px) {
  .component--cta__video .container {
    padding: 0 30px;
  }
}

.component--cta__video .container .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 100px;
}

.component--cta__video .container .embed-container iframe,
.component--cta__video .container .embed-container object,
.component--cta__video .container .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1023px) {
  .component--cta__video .container .embed-container {
    margin-bottom: 60px;
  }
}

.component--cta__video .embed-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}

.component--cta__video .embed-thumb::before {
  content: "";
  width: 92px;
  height: 92px;
  background: #EE3124;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) translateZ(0);
  transition: opacity 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  z-index: 10;
  background: url(../images/icon-play.svg) center center no-repeat;
  background-size: contain;
}

@media (max-width: 1023px) {
  .component--cta__video .embed-thumb::before {
    width: 40px;
    height: 40px;
  }
}

.component--cta__video .embed-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) translateZ(0);
  height: 100%;
  width: auto;
  z-index: 5;
}

.component--cta__video.is--hover .embed-thumb::before {
  opacity: 0.5;
}

.component--cta__video.is--playing .embed-thumb {
  visibility: hidden;
  opacity: 0;
}

.component--cta__img {
  background-color: #fff;
}

.component--cta__img .container {
  padding: 250px 30px 150px;
}

.component--cta__img .container img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1023px) {
  .component--cta__img .container {
    padding: 60px 30px;
  }

  .component--cta__img .container iframe {
    width: 100%;
  }
}

.page-template-template-investors .component--cta__img .row.halves > .col:first-child {
  width: 40%;
}

.page-template-template-investors .component--cta__img .row.halves > .col:last-child {
  width: 60%;
}

@media (max-width: 1023px) {
  .page-template-template-investors .component--cta__img .row.halves > .col:first-child {
    width: 100%;
  }

  .page-template-template-investors .component--cta__img .row.halves > .col:last-child {
    width: 100%;
  }
}

.component--cta__banner {
  color: #E3E1D8;
  margin: 0 auto 30px;
  overflow: hidden;
}

.component--cta__banner .container {
  padding: 0 30px;
  position: relative;
}

.component--cta__banner .container h2 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
}

.component--cta__banner .container p {
  color: #BAB0A5;
}

.component--cta__banner .container .meta--date {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: degular, sans-serif;
  margin-bottom: 30px;
  display: block;
}

.component--cta__banner .container > .row {
  position: relative;
  margin: 0 -30px;
}

.component--cta__banner .container > .row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  transform: translateX(-100%);
  height: 100%;
  width: 220px;
  background-color: #242829;
}

.component--cta__banner .container > .row > .col {
  position: relative;
}

.component--cta__banner .container > .row > .col:first-child {
  width: 33.33%;
  padding: 100px 130px 100px 30px;
  background-color: #242829;
}

@media (max-width: 1280px) {
  .component--cta__banner .container > .row > .col:first-child {
    width: 100%;
    padding: 100px 30px;
  }

  .component--cta__banner .container > .row > .col:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: 1px;
    transform: translateX(100%);
    height: 100%;
    width: 220px;
    background-color: #242829;
  }
}

@media (max-width: 1023px) {
  .component--cta__banner .container > .row > .col:first-child {
    padding: 60px 30px;
  }
}

.component--cta__banner .container > .row > .col:nth-child(2) {
  width: 66.66%;
  padding: 0 30px 0 0;
}

@media (max-width: 1280px) {
  .component--cta__banner .container > .row > .col:nth-child(2) {
    width: 100%;
    padding: 0;
  }
}

.component--cta__banner .container .thumb--container {
  width: calc(100% + 250px);
  height: 100%;
}

@media (max-width: 1280px) {
  .component--cta__banner .container .thumb--container {
    width: 100%;
  }
}

.component--cta__footer {
  background: url(../images/bg-pattern.svg) bottom center repeat-x #fff;
  background-size: 1420px auto;
  padding: 150px 0px;
}

@media (max-width: 1023px) {
  .component--cta__footer {
    padding: 60px 0 150px;
  }
}

.component--cta__footer .container {
  padding: 0 30px;
  text-align: center;
}

.component--cta__footer .container h2 {
  font-size: 60px;
  font-size: 3.75rem;
  margin-bottom: 30px;
}

@media (max-width: 1023px) {
  .component--cta__footer .container h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.component--cta__footer .container h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 30px;
  font-weight: 500;
  color: #EE3124;
}

@media (max-width: 1023px) {
  .component--cta__footer .container h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.component--page-nav {
  height: 96px;
  padding: 0 0 150px;
  width: 100%;
}

@media (max-width: 1280px) {
  .component--page-nav {
    display: none;
  }
}

.component--page-nav .container {
  position: relative;
  transform: translateX(0) translateY(0) translateZ(0);
  max-width: 100%;
}

.component--page-nav .container.is--sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateX(0) translateY(165px) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.83, 0, 0.17, 1);
  z-index: 99;
}

.is--nav__hidden .component--page-nav .container.is--sticky {
  transform: translateX(0) translateY(0) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.83, 0, 0.17, 1);
}

@media (max-width: 1280px) {
  .component--page-nav .container.is--sticky {
    transform: translateX(0) translateY(110px) translateZ(0);
  }
}

#main .component--page-nav .container > ul {
  list-style: none;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}

@media (-webkit-device-pixel-ratio: 1.25) {
  #main .component--page-nav .container > ul * {
    zoom: 0;
  }
}

#main .component--page-nav .container > ul > li {
  padding: 0;
}

#main .component--page-nav .container > ul > li::before {
  display: none;
}

#main .component--page-nav .container > ul > li a:hover,
#main .component--page-nav .container > ul > li a.is--active {
  background-color: #D5D1C4;
  transition: background 0.3s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}

#main .component--page-nav .container > ul > li a:hover::after,
#main .component--page-nav .container > ul > li a.is--active::after {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}

.component--page-nav .container > ul > li > a {
  display: flex;
  padding: 30px 40px;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  font-family: degular, sans-serif;
  background-color: #BAB0A5;
  height: 100%;
  align-items: center;
  color: #242829;
  line-height: 1.125;
  letter-spacing: 1.4px;
  position: relative;
  transition: background 0.3s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
}

.component--page-nav .container > ul > li > a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 20px 0 20px;
  border-color: #D5D1C4 transparent transparent transparent;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%) translateY(100%) translateZ(0);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
}

.filler {
  height: 300vh;
}

.component--filter__post.bg--white {
  background-color: #fff;
}

.component--filter__post.bg--bgray {
  background-color: #242829;
  color: #fff;
}

.component--filter__post.bg--white + .component--filter__post.bg--white {
  margin-top: -150px;
}

@media (max-width: 1023px) {
  .component--filter__post.bg--white + .component--filter__post.bg--white {
    margin-top: -60px;
  }
}

.component--filter__post .container {
  padding: 150px 30px 150px;
}

.component--filter__post .container h2 {
  margin-bottom: 20px;
}

.component--filter__post .container h3 {
  margin-bottom: 0;
  font-size: 30px;
  font-size: 1.875rem;
}

.component--filter__post .container .meta--date {
  margin-top: 0;
}

.component--filter__post .container .button--show-more {
  float: right;
}

@media (max-width: 1023px) {
  .component--filter__post .container {
    padding: 60px 30px;
  }
}

.component--filter__post .row {
  align-items: flex-end;
}

.component--filter__post .row.head {
  margin-bottom: 20px;
}

.component--filter__post .row.body > div:last-child {
  width: 100%;
  padding: 20px 0 0;
}

.component--filter__post .row.footer > div {
  padding: 75px 0 0;
  text-align: center;
}

.component--filter__post form {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
  width: 100%;
}

.component--filter__post form label {
  min-width: 120px;
  color: #242829;
}

.component--filter__post form .form--select {
  width: calc(100% - 120px);
}

.component--filter__post form select {
  width: 100%;
}

@media (max-width: 1280px) {
  .component--filter__post form {
    justify-content: flex-start;
  }
}

@media (max-width: 1023px) {
  .component--filter__post form {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .component--filter__post form .form--select {
    width: 100%;
    margin-top: 15px;
  }
}

.component--filter__post article {
  position: relative;
}

.component--filter__post article::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: #E3E1D8;
}

.component--filter__post article:first-child::after {
  content: "";
  position: absolute;
  bottom: auto;
  top: -1px;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: #E3E1D8;
}

.component--filter__post.bg--bgray article::before, .component--filter__post.bg--bgray article::after {
  background-color: #BAB0A5;
}

.component--filter__post article > a {
  padding: 20px 0 20px 80px;
  position: relative;
  display: block;
  color: #242829;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: degular, sans-serif;
}

@media (max-width: 1023px) {
  .component--filter__post article > a {
    padding-left: 0;
    padding-right: 40px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.component--filter__post article > a::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/icon-download.svg) center center no-repeat;
  display: inline-block;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(0) translateY(-50%) translateZ(0);
  transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.component--filter__post article > a > span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(0) translateY(-50%) translateZ(0);
  width: 50px;
  height: 50px;
  background-color: #E3E1D8;
  color: #BAB0A5;
  font-family: degular, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 50px;
  transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .component--filter__post article > a > span {
    transform: translateX(0) translateY(0) translateZ(0);
    position: relative;
    margin-bottom: 15px;
    display: none;
  }
}

.component--filter__post article > a > strong {
  font-family: degular, sans-serif;
  color: inherit;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}

@media (max-width: 1023px) {
  .component--filter__post article > a > strong {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
  }
}

.component--filter__post.bg--bgray article > a > strong {
  color: #fff;
}

.component--filter__post article > a:hover span {
  background-color: #EE3124;
}

.component--filter__post article > a:hover::after {
  background: url(../images/icon-download-bp.svg) center center no-repeat;
}

.component--filter__post article.post > a {
  padding-left: 195px;
}

@media (max-width: 1023px) {
  .component--filter__post article.post > a {
    padding-left: 0;
  }
}

.component--filter__post article.post > a > span {
  width: auto;
  background: none;
  font-size: 16px;
  font-size: 1rem;
  transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

@media (max-width: 1023px) {
  .component--filter__post article.post > a > span {
    transform: translateX(0) translateY(0) translateZ(0);
    position: static;
    line-height: 1;
    height: auto;
    display: block;
    text-align: left;
    margin-bottom: 15px;
  }
}

.component--filter__post article.post > a:hover {
  color: #EE3124;
}

.component--filter__post article.post > a:hover span {
  background: none;
}

#main .component--filter__post .container > .head {
  justify-content: space-between;
}

#main .component--filter__post .container > .head > .col:nth-child(1) {
  max-width: 570px;
}

#main .component--filter__post .container > .body > .col > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  position: relative;
  display: block;
}

#main .component--filter__post .container > .body > .col > ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: #E3E1D8;
}

#main .component--filter__post .container > .body > .col > ul > li {
  padding: 25px 0 25px 25px;
  display: block;
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: degular-display, sans-serif;
  margin: 0;
  color: #242829;
  font-weight: 500;
}

#main .component--filter__post .container > .body > .col > ul > li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: #E3E1D8;
}

#main .component--filter__post .container > .body > .col > ul > li::before {
  content: "";
  position: absolute;
  top: 39px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #EE3124;
  display: block;
}

@media (max-width: 1023px) {
  #main .component--filter__post .container > .body > .col > ul > li {
    padding: 20px 0 20px 25px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
  }

  #main .component--filter__post .container > .body > .col > ul > li::before {
    top: 32px;
  }
}

.component--filter__post .container > .body > .col > .accordion {
  text-align: left;
  position: relative;
}

.component--filter__post .container > .body > .col > .accordion::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: #E3E1D8;
}

.component--filter__post .container > .body > .col > .accordion > .accordion--item {
  display: block;
  position: relative;
}

.component--filter__post .container > .body > .col > .accordion > .accordion--item:hover .head > strong {
  color: #EE3124;
}

.component--filter__post .container > .body > .col > .accordion > .accordion--item.is--active .head > strong {
  color: #EE3124;
}

.component--filter__post .container > .body > .col > .accordion > .accordion--item.is--active .body {
  display: block;
}

.component--filter__post .container > .body > .col > .accordion > .accordion--item.is--active .head::after {
  transform: rotate(0);
}

.component--filter__post .container > .body > .col > .accordion > .accordion--item .head strong {
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: degular-display, sans-serif;
  padding: 25px 60px 25px 0;
  display: block;
  position: relative;
  cursor: pointer;
  color: #242829;
}

@media (max-width: 1023px) {
  .component--filter__post .container > .body > .col > .accordion > .accordion--item .head strong {
    padding: 20px 60px 20px 0;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
  }
}

.component--filter__post .container > .body > .col > .accordion > .accordion--item .head {
  position: relative;
}

.component--filter__post .container > .body > .col > .accordion > .accordion--item .head::before {
  content: "";
  height: 2px;
  width: 18px;
  background-color: #EE3124;
  display: inline-block;
  right: 0;
  top: 40px;
  position: absolute;
  transform-origin: center center;
}

.component--filter__post .container > .body > .col > .accordion > .accordion--item .head::after {
  content: "";
  height: 2px;
  width: 18px;
  background-color: #EE3124;
  display: inline-block;
  right: 0;
  top: 40px;
  position: absolute;
  transform: rotate(90deg);
  transform-origin: center center;
  transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

@media (max-width: 1023px) {
  .component--filter__post .container > .body > .col > .accordion > .accordion--item .head::after, .component--filter__post .container > .body > .col > .accordion > .accordion--item .head::before {
    top: 30px;
  }
}

.component--filter__post .container > .body > .col > .accordion > .accordion--item .body {
  display: none;
  padding: 0 0 60px 25%;
}

@media (max-width: 1280px) {
  .component--filter__post .container > .body > .col > .accordion > .accordion--item .body {
    padding: 60px 0 60px 30px;
  }
}

@media (max-width: 1023px) {
  .component--filter__post .container > .body > .col > .accordion > .accordion--item .body {
    padding: 30px 0 30px 30px;
  }
}

.component--filter__post .container > .body > .col > .accordion > .accordion--item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: #E3E1D8;
}

.component--filter__news {
  padding-top: 120px;
}

@media (max-width: 1023px) {
  .component--filter__news {
    padding-top: 60px;
  }
}

.component--filter__news .container {
  padding: 0 30px;
}

.component--filter__news .container form {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.component--filter__news .container form .form--select {
  width: 100%;
  max-width: 400px;
  margin-left: 50px;
}

.component--filter__news .container form select {
  width: 100%;
}

.component--filter__news .container form label {
  color: #242829;
}

@media (max-width: 1280px) {
  .component--filter__news .container form {
    align-items: flex-start;
    justify-content: space-between;
  }

  .component--filter__news .container form label {
    width: 100%;
  }

  .component--filter__news .container form .form--select {
    margin-left: 0;
    margin-top: 30px;
    width: calc(50% - 15px);
    max-width: 100%;
  }
}

@media (max-width: 1023px) {
  .component--filter__news .container form {
    flex-direction: column;
  }

  .component--filter__news .container form .form--select {
    width: 100%;
  }
}

.component--post__preview {
  background-color: #fff;
}

.component--post__preview .container {
  padding: 150px 30px 0;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .component--post__preview .container {
    padding: 60px 30px;
  }
}

.component--post__preview .container h3,
.component--post__preview .container h3 a {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 15px;
  color: #000;
}

.component--post__preview .container .meta--date {
  font-size: 16px;
  font-size: 1rem;
  color: #BAB0A5;
  margin-bottom: 5px;
  display: block;
}

.component--post__preview .container > .row.thirds {
  margin: 0 -55px;
}

.component--post__preview .container > .row.thirds > .col {
  padding: 0 30px 30px;
  margin-bottom: 100px;
}

@media (max-width: 1023px) {
  .component--post__preview .container > .row.thirds > .col {
    margin-bottom: 0;
    padding: 0 30px;
  }
}

.component--post__preview .container > .row.thirds > .col article {
  padding: 25px;
  position: relative;
}

.component--post__preview .container > .row.thirds > .col article > * {
  position: relative;
  z-index: 10;
}

.component--post__preview .container > .row.thirds > .col article::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.component--post__preview .container > .row.thirds > .col article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E3E1D8;
  filter: blur(6px);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.component--post__preview .container > .row.thirds > .col article:hover::before, .component--post__preview .container > .row.thirds > .col article:hover::after {
  opacity: 1;
}

@media (max-width: 1023px) {
  .component--post__preview .container > .row.thirds > .col article:hover::before, .component--post__preview .container > .row.thirds > .col article:hover::after {
    opacity: 0;
  }
}

.component--post__preview .container > .row.thirds > .col .thumb--container {
  margin-bottom: 20px;
}

.component--post__preview .container > .row.thirds > .col .thumb--container a._3d-flip-book {
  background: none;
  border-radius: 0;
  z-index: 50;
}

.component--post__preview .container > .row.full > .col {
  text-align: center;
}

.component--single__header {
  overflow: hidden;
  padding: 150px 0 0;
}

.component--single__header:first-child {
  padding: 260px 0 0;
}

@media (max-width: 1280px) {
  .component--single__header {
    padding: 100px 0 0;
  }

  .component--single__header:first-child {
    padding: 100px 0 0;
  }
}

@media (max-width: 1023px) {
  .component--single__header {
    padding: 60px 0;
  }

  .component--single__header:first-child {
    padding: 100px 0 60px;
  }
}

.component--single__header .container {
  padding: 0 30px;
}

.component--single__header .container h1,
.component--single__header .container h1 a {
  font-size: 80px;
  font-size: 5rem;
  color: #242829;
}

.news .component--single__header .container h1, .single .component--single__header .container h1,
.news .component--single__header .container h1 a,
.single .component--single__header .container h1 a {
  font-size: 60px;
  font-size: 3.75rem;
}

@media (max-width: 1350px) {
  .component--single__header .container h1,
.component--single__header .container h1 a {
    font-size: 50px;
    font-size: 3.125rem;
  }

  .news .component--single__header .container h1, .single .component--single__header .container h1,
.news .component--single__header .container h1 a,
.single .component--single__header .container h1 a {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.component--single__header .container p {
  color: #636466;
}

.component--single__header .container img {
  max-width: 100%;
  height: auto;
}

.component--single__header .container .thumb--container img {
  height: 100%;
  max-width: none;
}

.component--single__header .container .thumb--container .meta--report span {
  font-size: 63px;
  font-size: 3.9375rem;
}

.component--single__header .container .thumb--container .meta--report span.meta--year {
  font-size: 95px;
  font-size: 5.9375rem;
}

.component--single__header .container .thumb--container .meta--report small {
  font-size: 55px;
  font-size: 3.4375rem;
}

@media (max-width: 1280px) {
  .component--single__header .container .thumb--container .meta--report span {
    font-size: 31px;
    font-size: 1.9375rem;
  }

  .component--single__header .container .thumb--container .meta--report span.meta--year {
    font-size: 63px;
    font-size: 3.9375rem;
  }

  .component--single__header .container .thumb--container .meta--report small {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.component--single__header .container .row.one-thirds:first-child {
  align-items: center;
}

@media (max-width: 1023px) {
  .component--single__header .container .row.one-thirds:first-child {
    flex-direction: column-reverse;
  }
}

.news .component--single__header .container .row.one-thirds:first-child {
  align-items: center;
}

.component--single__header .container .row.column--header {
  margin: 0 -30px 0;
  padding-top: 60px;
  justify-content: flex-end;
}

.component--single__header .container .row.column--header + .row {
  padding-top: 0;
}

@media (max-width: 1023px) {
  .component--single__header .container .row.column--header {
    padding-top: 0;
  }
}

.component--single__header .container .row.column--header .col {
  padding: 0;
  width: 66.66%;
}

.component--single__header .container .row.column--header .col h3 {
  margin: 0 0 30px;
  font-size: 30px;
  font-size: 1.875rem;
}

@media (max-width: 1280px) {
  .component--single__header .container .row.column--header .col {
    width: 100%;
    margin: 0;
    padding: 0 30px;
  }
}

.component--single__header .container .row.one-thirds {
  margin: 0 -30px 0;
}

.component--single__header .container .row.one-thirds .col {
  padding: 0 30px;
}

.component--single__header .container .row.one-thirds .col:nth-child(1) {
  padding: 30px 85px 60px 35px;
}

.component--single__header .container .row.one-thirds .col:nth-child(2) {
  padding-left: 0;
}

@media (max-width: 1280px) {
  .component--single__header .container .row.one-thirds .col:nth-child(2) {
    padding-left: 30px;
  }
}

@media (max-width: 1023px) {
  .component--single__header .container .row.one-thirds .col:nth-child(1) {
    padding: 30px 30px 0;
  }
}

.component--single__header .container .row.one-thirds .column--container {
  width: calc(100% + 250px);
  min-height: 100%;
}

@media (max-width: 1800px) {
  .component--single__header .container .row.one-thirds .column--container {
    width: 100%;
  }
}

.component--single__header .container .row.thirds {
  margin: 0 -30px;
  padding-top: 90px;
  padding-bottom: 150px;
}

@media (max-width: 1023px) {
  .component--single__header .container .row.thirds {
    padding: 0;
  }
}

.component--single__header .container .row.thirds .col {
  padding: 0 30px;
  width: calc(33.333% + 15px);
}

@media (max-width: 1280px) {
  .component--single__header .container .row.thirds .col {
    width: 50%;
  }
}

@media (max-width: 1023px) {
  .component--single__header .container .row.thirds .col {
    width: 100%;
  }
}

.icon--gallery {
  display: flex;
  justify-content: space-between;
  padding: 60px 0 0;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .icon--gallery {
    padding: 0;
  }
}

.icon--gallery .icon--item {
  width: 135px;
  text-align: center;
  padding: 40px 0;
}

@media (max-width: 1023px) {
  .icon--gallery .icon--item {
    width: 33.33%;
    padding: 0 0 30px;
  }

  .icon--gallery .icon--item:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .icon--gallery .icon--item {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
  }

  .icon--gallery .icon--item img {
    width: 60px;
    height: auto;
  }

  .icon--gallery .icon--item span {
    width: calc(100% - 60px);
    padding-left: 30px;
    margin: 0;
  }
}

.icon--gallery span {
  display: block;
  margin-top: 40px;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1.4px;
  line-height: 1.7;
}

.component--single__header--two {
  overflow: hidden;
  padding: 150px 30px 150px;
}

.component--single__header--two:first-child {
  padding: 260px 30px 0;
}

.component--single__header--two + .component--single__header--two {
  padding-top: 0;
}

@media (max-width: 1280px) {
  .component--single__header--two {
    padding: 60px 30px;
  }

  .component--single__header--two:first-child {
    padding: 100px 30px;
  }
}

#main .component--single__header--two .container {
  padding: 0 30px;
}

#main .component--single__header--two .container h1, #main .component--single__header--two .container h2 {
  font-size: 80px;
  font-size: 5rem;
}

@media (max-width: 1350px) {
  #main .component--single__header--two .container h1, #main .component--single__header--two .container h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

#main .component--single__header--two .container h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 20px;
  color: inherit;
}

#main .component--single__header--two .container a {
  color: #BAB0A5;
}

#main .component--single__header--two .container ul.list--download > li::before, #main .component--single__header--two .container ul.list--download::before {
  background-color: #BAB0A5;
}

.component--single__header--two .container .row.full,
.component--single__header--two .container .row.one-thirds {
  margin: 0 -60px 0;
}

#main .component--single__header--two .container > .row.full > .col,
#main .component--single__header--two .container > .row.one-thirds > .col {
  padding: 0;
}

#main .component--single__header--two .container > .row.full > .col:nth-child(1),
#main .component--single__header--two .container > .row.one-thirds > .col:nth-child(1) {
  padding: 0 60px;
}

#main .component--single__header--two .container > .row.full > .col:nth-child(2),
#main .component--single__header--two .container > .row.one-thirds > .col:nth-child(2) {
  background-color: #242829;
  color: #fff;
  padding: 125px 60px 125px 130px;
  position: relative;
}

#main .component--single__header--two .container > .row.full > .col:nth-child(2)::after,
#main .component--single__header--two .container > .row.one-thirds > .col:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 100%;
  background-color: #242829;
  right: 1px;
  top: 0;
  transform: translateX(100%) translateY(0) translateZ(0);
}

#main .component--single__header--two .container > .row.full > .col:nth-child(2) p,
#main .component--single__header--two .container > .row.one-thirds > .col:nth-child(2) p {
  color: inherit;
}

#main .component--single__header--two .container > .row.full > .col:nth-child(2).no--bg,
#main .component--single__header--two .container > .row.one-thirds > .col:nth-child(2).no--bg {
  background: none;
  color: #242829;
}

#main .component--single__header--two .container > .row.full > .col:nth-child(2).no--bg p,
#main .component--single__header--two .container > .row.one-thirds > .col:nth-child(2).no--bg p {
  color: #636466;
}

#main .component--single__header--two .container > .row.full > .col:nth-child(2).no--bg::after,
#main .component--single__header--two .container > .row.one-thirds > .col:nth-child(2).no--bg::after {
  display: none;
}

#main .component--single__header--two .container > .row.full > .col:nth-child(2).no--bg ul.list--download > li a,
#main .component--single__header--two .container > .row.one-thirds > .col:nth-child(2).no--bg ul.list--download > li a {
  color: #242829;
}

#main .component--single__header--two .container > .row.full > .col:nth-child(2).no--bg ul.list--download > li:hover a,
#main .component--single__header--two .container > .row.one-thirds > .col:nth-child(2).no--bg ul.list--download > li:hover a {
  color: #EE3124;
}

@media (max-width: 1280px) {
  #main .component--single__header--two .container > .row.full > .col:nth-child(1),
#main .component--single__header--two .container > .row.one-thirds > .col:nth-child(1) {
    padding: 0 30px 0;
  }

  #main .component--single__header--two .container > .row.full > .col:nth-child(2),
#main .component--single__header--two .container > .row.one-thirds > .col:nth-child(2) {
    padding: 60px 30px;
  }
}

.component--single__header--two .container .row.one-thirds .thumb--container {
  width: calc(100% + 220px);
}

@media (max-width: 1280px) {
  .component--single__header--two .container .row.one-thirds .thumb--container {
    width: 100%;
  }
}

.component--single__header--two .container .row.thirds {
  margin: 0 -30px;
  padding-top: 90px;
  padding-bottom: 150px;
}

.component--single__header--two .container .row.thirds .col {
  padding: 0 30px;
}

.component--single__header--team {
  overflow: hidden;
  padding: 150px 0 150px;
}

.component--single__header--team:first-child {
  padding: 260px 0 150px;
}

@media (max-width: 1280px) {
  .component--single__header--team {
    padding: 100px 0;
  }

  .component--single__header--team:first-child {
    padding: 100px 0;
  }
}

@media (max-width: 1023px) {
  .component--single__header--team {
    padding: 60px 0;
  }

  .component--single__header--team:first-child {
    padding: 100px 0 60px;
  }
}

#main .component--single__header--team .container {
  padding: 0 30px;
}

#main .component--single__header--team .container blockquote {
  background-color: #242829;
  color: #BAB0A5;
  padding: 100px 70px;
  margin-top: 150px;
}

#main .component--single__header--team .container blockquote h3 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
}

#main .component--single__header--team .container blockquote p {
  color: #BAB0A5;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: degular-display, sans-serif;
  line-height: 1.16;
}

@media (max-width: 1350px) {
  #main .component--single__header--team .container blockquote {
    margin-top: 60px;
    padding: 50px 30px;
  }
}

#main .component--single__header--team .container h1 {
  font-size: 80px;
  font-size: 5rem;
}

@media (max-width: 1350px) {
  #main .component--single__header--team .container h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

#main .component--single__header--team .container h2 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 5px;
  font-weight: 600;
}

#main .component--single__header--team .container h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 20px;
}

#main .component--single__header--team .container a {
  color: #BAB0A5;
}

#main .component--single__header--team .container ul.list--download > li::before, #main .component--single__header--team .container ul.list--download::before {
  background-color: #BAB0A5;
}

#main .component--single__header--team .container .thumb--container {
  margin-bottom: 20px;
  transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

#main .component--single__header--team .container .thumb--container:hover {
  opacity: 0.9;
}

#main .component--single__header--team .container .thumb--container img {
  max-width: 100%;
}

@media (max-width: 1350px) {
  #main .component--single__header--team .container .thumb--container {
    margin-bottom: 10px;
  }
}

#main .component--single__header--team .container .meta--position {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  color: #636466;
}

#main .component--single__header--team .container .button--view-bio {
  display: block;
  margin-top: 20px;
}

.component--single__header--team .container > .row.full,
.component--single__header--team .container > .row.one-thirds {
  margin: 0 -30px 0;
}

.component--single__header--team .container > .row.full > .col,
.component--single__header--team .container > .row.one-thirds > .col {
  padding: 0;
}

.component--single__header--team .container > .row.full > .col:nth-child(1),
.component--single__header--team .container > .row.one-thirds > .col:nth-child(1) {
  padding: 0 85px 0 30px;
}

.component--single__header--team .container > .row.full > .col:nth-child(2),
.component--single__header--team .container > .row.one-thirds > .col:nth-child(2) {
  padding: 0 30px 0 85px;
  position: relative;
}

@media (max-width: 1280px) {
  .component--single__header--team .container > .row.full > .col:nth-child(1),
.component--single__header--team .container > .row.one-thirds > .col:nth-child(1) {
    padding: 0 30px 0;
  }

  .component--single__header--team .container > .row.full > .col:nth-child(2),
.component--single__header--team .container > .row.one-thirds > .col:nth-child(2) {
    padding: 30px 30px;
  }
}

.component--single__header--team .container .row.thirds {
  margin: 0 -25px;
}

.component--single__header--team .container .row.thirds > .col {
  padding: 0 25px;
  margin-bottom: 100px;
}

@media (max-width: 1023px) {
  .component--single__header--team .container .row.thirds > .col {
    margin-bottom: 60px;
  }
}

.component--single__header--team .container > .row.thirds {
  margin: 0 -30px;
  padding-top: 90px;
  padding-bottom: 150px;
}

.component--single__header--team .container > .row.thirds > .col {
  padding: 0 30px;
}

.component--modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  padding: 30px;
  visibility: hidden;
  opacity: 0;
}

.is--modal__active .component--modal {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.component--modal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.93;
}

.component--modal .button--close {
  position: absolute;
  top: 60px;
  right: 60px;
  width: 25px;
  height: 25px;
  color: #fff;
  text-indent: 50px;
  overflow: hidden;
  cursor: pointer;
}

.component--modal .button--close::before, .component--modal .button--close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 5px;
  width: 100%;
  background-color: #EE3124;
  transform: translateX(-50%) translateY(-50%) translateZ(0);
  transform-origin: center center;
}

.component--modal .button--close::before {
  transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(-45deg);
}

.component--modal .button--close::after {
  transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(45deg);
}

@media (max-width: 1023px) {
  .component--modal .button--close {
    top: 30px;
    right: 30px;
  }
}

.component--modal .container {
  background-color: #242829;
  position: relative;
  padding: 60px 30px;
  overflow: auto;
  color: #fff;
  max-height: 75vh;
  max-width: 1360px;
}

.component--modal .container .thumb--container {
  margin-bottom: 30px;
}

.component--modal .container .thumb--container img {
  max-width: 100%;
}

.component--modal .container h3 {
  font-size: 60px;
  font-size: 3.75rem;
  margin-bottom: 30px;
  color: #EE3124;
  font-weight: 400;
  line-height: 1;
}

.component--modal .container h3 em {
  display: block;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 10px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
}

@media (max-width: 1023px) {
  .component--modal .container h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .component--modal .container h3 em {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.component--modal .container p {
  font-size: 24px;
  font-size: 1.5rem;
  color: #BAB0A5;
}

@media (max-width: 1023px) {
  .component--modal .container p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 1023px) {
  .component--modal .container {
    position: absolute;
    top: 100px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    padding: 30px;
    max-height: 100%;
  }
}

@media (max-width: 1280px) {
  .component--modal .container > .row.one-thirds > .col:nth-child(1) {
    width: 33.333%;
  }

  .component--modal .container > .row.one-thirds > .col:nth-child(2) {
    width: 66.66%;
    max-width: 520px;
  }
}

@media (max-width: 1023px) {
  .component--modal .container > .row.one-thirds > .col {
    padding: 0;
  }

  .component--modal .container > .row.one-thirds > .col:nth-child(1) {
    width: 100%;
  }

  .component--modal .container > .row.one-thirds > .col:nth-child(2) {
    width: 100%;
  }
}

.component--modal .container > .row > .col {
  padding: 0 30px;
}

.component--column__full {
  padding: 110px 0 0;
  overflow: hidden;
}

.component--column__full:first-child {
  padding: 260px 0 0;
}

@media (max-width: 1023px) {
  .component--column__full {
    padding: 60px 0;
  }

  .component--column__full:first-child {
    padding: 100px 0 60px;
  }
}

.component--column__full .container {
  padding: 0 30px;
}

.component--column__full .container h1,
.component--column__full .container h2 {
  font-size: 80px;
  font-size: 5rem;
  margin-bottom: 60px;
}

@media (max-width: 1023px) {
  .component--column__full .container h1,
.component--column__full .container h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.component--column__full .container h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .component--column__full .container h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

#map {
  margin-top: 50px;
  height: 600px;
}

@media (max-width: 1023px) {
  #map {
    margin-bottom: 60px;
  }
}

.component--column__full .container > .row {
  padding-bottom: 150px;
}

.single-post .component--column__full .container > .row.full > .col {
  max-width: 900px;
}

@media (max-width: 1023px) {
  .component--column__full .container > .row {
    padding-bottom: 0;
    margin-bottom: 30px;
  }

  .component--column__full .container > .row:last-child {
    margin-bottom: 0;
  }
}

.component--column__two {
  padding: 0 0 150px;
  overflow: hidden;
}

.component--column__two .container {
  padding: 0 30px;
}

.component--column__two .container h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 20px;
}

.component--column__two .container > .row {
  margin: 0 -60px;
}

.component--column__two .container > .row > .col {
  padding: 0 60px;
}

@media (max-width: 1023px) {
  .component--column__two .container > .row > .col {
    margin-bottom: 80px;
  }

  .component--column__two .container > .row > .col:last-child {
    margin-bottom: 0;
  }
}

.component--column__three .container {
  padding: 150px 30px;
}

@media (max-width: 1280px) {
  .component--column__three .container {
    padding: 60px 30px;
  }
}

.component--column__three .container h1,
.component--column__three .container h2,
.component--column__three .container h3 {
  color: #242829;
}

.component--column__three .container h1 {
  font-size: 80px;
  font-size: 5rem;
}

@media (max-width: 1280px) {
  .component--column__three .container h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.component--column__three .container h2 {
  margin-bottom: 100px;
}

@media (max-width: 1280px) {
  .component--column__three .container h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 1023px) {
  .component--column__three .container h2 {
    margin-bottom: 20px;
  }
}

.component--column__three .container h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 30px;
}

@media (max-width: 1023px) {
  .component--column__three .container h3 {
    margin-bottom: 20px;
  }
}

.component--column__three .container > .row.thirds {
  margin: 0 -30px;
}

@media (max-width: 1023px) {
  .component--column__three .container > .row.thirds {
    flex-direction: column;
    margin: 0;
  }
}

.component--column__three .container > .row.full {
  margin: 0 0 110px;
}

@media (max-width: 1280px) {
  .component--column__three .container > .row.full {
    margin: 0 0 60px;
  }
}

@media (max-width: 1023px) {
  .component--column__three .container > .row.full {
    margin: 0 0 30px;
  }
}

.component--column__three .container > .row.thirds > .col {
  padding: 0 30px;
}

@media (max-width: 1280px) {
  .component--column__three .container > .row.thirds > .col {
    margin-bottom: 0;
    width: 33.333%;
  }
}

@media (max-width: 1023px) {
  .component--column__three .container > .row.thirds > .col {
    width: 100%;
    padding: 0;
  }
}

.component--column__three .container .thumb--container {
  margin-bottom: 40px;
}

@media (max-width: 1023px) {
  .component--column__three .container .thumb--container {
    margin-bottom: 0;
  }
}

.component--column__three-list .container {
  padding: 150px 30px 0;
}

@media (max-width: 1280px) {
  .component--column__three-list .container {
    padding: 100px 30px 0;
  }
}

@media (max-width: 1023px) {
  .component--column__three-list .container {
    padding: 60px 30px 0;
  }
}

.component--column__three-list .container h1 {
  font-size: 80px;
  font-size: 5rem;
}

@media (max-width: 1023px) {
  .component--column__three-list .container h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.component--column__three-list .container h2 {
  margin-bottom: 100px;
}

@media (max-width: 1023px) {
  .component--column__three-list .container h2 {
    margin-bottom: 30px;
  }
}

.component--column__three-list .container h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 30px;
}

@media (max-width: 1023px) {
  .component--column__three-list .container h3 {
    margin-bottom: 20px;
  }
}

.component--column__three-list .container .thumb--container .icon--container {
  width: 60px;
  height: 60px;
}

.component--column__three-list .container > .row {
  margin: 0 -30px;
}

.component--column__three-list .container > .row.thirds > .col {
  margin-bottom: 100px;
}

@media (max-width: 1280px) {
  .component--column__three-list .container > .row.thirds > .col {
    margin-bottom: 60px;
  }
}

@media (max-width: 1023px) {
  .component--column__three-list .container > .row.thirds > .col {
    margin-bottom: 30px;
  }
}

.component--column__three-list .container > .row > .col {
  padding: 0 30px;
}

@media (max-width: 1280px) {
  .component--column__three-list .container > .row > .col {
    margin-bottom: 0;
  }
}

.component--column__three-list .container .thumb--container {
  margin-bottom: 20px;
}

.component--column__one-third {
  padding: 150px 0;
}

@media (max-width: 1023px) {
  .component--column__one-third {
    padding: 60px 0;
  }
}

.component--column__one-third .container {
  padding: 0 30px;
}

.component--column__one-third .container h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 30px;
}

.component--column__one-third .container blockquote {
  background-color: #242829;
  color: #BAB0A5;
  padding: 100px 70px;
}

.component--column__one-third .container blockquote p {
  color: #BAB0A5;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: degular-display, sans-serif;
  line-height: 1.16;
}

@media (max-width: 1023px) {
  .component--column__one-third .container blockquote {
    padding: 60px 30px;
  }
}

.component--column__one-third .container > .row {
  margin: 0 -30px;
}

.component--column__one-third .container > .row > .col {
  padding: 0 30px 0;
}

.component--column__one-third .container > .row > .col:nth-child(2) {
  padding-top: 100px;
}

@media (max-width: 1023px) {
  .component--column__one-third .container > .row > .col:nth-child(2) {
    padding-top: 60px;
  }
}

.component--column__one-third .container > .row.one-thirds > .col:first-child {
  padding-right: 85px;
}

.component--column__one-third .container > .row.one-thirds > .col:last-child {
  padding-left: 85px;
}

@media (max-width: 1280px) {
  .component--column__one-third .container > .row.one-thirds > .col:first-child {
    padding-right: 30px;
  }

  .component--column__one-third .container > .row.one-thirds > .col:last-child {
    padding-left: 30px;
  }
}

.component--target__zero {
  padding: 100px 0;
}

@media (max-width: 1280px) {
  .component--target__zero {
    padding: 100px 30px;
  }
}

@media (max-width: 1023px) {
  .component--target__zero {
    padding: 0 0 0;
  }
}

.component--target__zero .container {
  padding: 0 30px;
  max-width: 1360px;
}

@media (-webkit-device-pixel-ratio: 1.25) {
  .component--target__zero .container {
    max-width: 1370px;
  }
}

.component--target__zero .container h2 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 600;
}

.component--target__zero .container p {
  color: inherit;
}

.component--target__zero .container p:last-child {
  margin-bottom: 0;
}

.component--target__zero .container span.zero {
  position: absolute;
  top: -340px;
  right: -100px;
  font-size: 600px;
  font-size: 37.5rem;
  font-family: degular-display, sans-serif;
  color: #A3A49C;
}

@media (max-width: 767px) {
  .component--target__zero .container span.zero {
    font-size: 400px;
    font-size: 25rem;
    top: -180px;
    right: -50px;
  }
}

.component--target__zero .container .icon--container {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1280px) {
  .component--target__zero .container {
    padding: 0;
  }
}

.component--target__zero .container > .row.full > .col {
  padding: 100px;
}

@media (max-width: 1280px) {
  .component--target__zero .container > .row.full > .col {
    padding: 100px 30px;
  }
}

.component--target__zero .container > .row.one-thirds {
  margin: 0 -30px;
  align-items: flex-end;
}

@media (max-width: 1280px) {
  .component--target__zero .container > .row.one-thirds {
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
}

.component--target__zero .container > .row.one-thirds > .col {
  padding: 0 30px;
  min-height: 700px;
  padding: 100px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

@media (max-width: 1280px) {
  .component--target__zero .container > .row.one-thirds > .col {
    min-height: 0;
    padding: 100px 30px;
  }
}

@media (max-width: 1023px) {
  .component--target__zero .container > .row.one-thirds > .col {
    min-height: 0;
    padding: 60px 30px;
  }
}

.component--target__zero .container > .row.one-thirds > .col:nth-child(1) {
  background-color: #242829;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.component--target__zero .container > .row.one-thirds > .col:nth-child(1) h2 {
  color: inherit;
}

@media (max-width: 1280px) {
  .component--target__zero .container > .row.one-thirds > .col:nth-child(1) {
    padding-right: 30%;
  }
}

@media (max-width: 1023px) {
  .component--target__zero .container > .row.one-thirds > .col:nth-child(1) {
    padding-right: 30px;
    padding-top: 250px;
  }
}

@media (max-width: 767px) {
  .component--target__zero .container > .row.one-thirds > .col:nth-child(1) {
    padding-right: 30px;
  }
}

.component--target__zero .container > .row.one-thirds > .col:nth-child(2) {
  background-color: #E3E1D8;
}

.component--target__zero .container > .row.one-thirds > .col:nth-child(2) p {
  color: #636466;
}

.component--target__zero .container > .row.one-thirds > .col:nth-child(2) blockquote strong {
  color: #EE3124;
  font-size: 30px;
  font-size: 1.875rem;
}

.component--pagination {
  padding-bottom: 150px;
}

#main .component--pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

#main .component--pagination ul.page-numbers > li {
  margin: 0;
  padding: 0;
}

#main .component--pagination ul.page-numbers > li:hover > a,
#main .component--pagination ul.page-numbers > li:hover > span {
  background-color: #F2F0EB;
}

#main .component--pagination ul.page-numbers > li::before {
  display: none;
}

#main .component--pagination ul.page-numbers > li > span,
#main .component--pagination ul.page-numbers > li > a {
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  line-height: 60px;
  background: none;
  font-family: degular-display, sans-serif;
  color: #EE3124;
  font-size: 24px;
  font-size: 1.5rem;
}

#main .component--pagination ul.page-numbers > li > span.current,
#main .component--pagination ul.page-numbers > li > a.current {
  background-color: #EE3124;
  color: #fff;
}

.sr-only {
  display: none;
}

.banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 60px 40px;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: transform 0.6s cubic-bezier(0.83, 0, 0.17, 1);
}

.admin-bar .banner {
  top: 32px;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1C1C1C;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.83, 0, 0.17, 1);
}

.is--nav__solid .banner::before {
  opacity: 1;
  transition: opacity 0s linear;
}

.is--nav__hidden .banner {
  transform: translateY(-100%);
}

.single .banner, .page.governance .banner, .page.contact-us .banner, .page.services .banner, .page.news .banner, .page-template-template-team .banner, .page-template-template-single .banner, .page-template-template-landing .banner, .page-template-default:not(.home) .banner, .error404 .banner {
  color: #242829;
}

.is--nav__solid .single .banner, .is--nav__solid .page.governance .banner, .is--nav__solid .page.contact-us .banner, .is--nav__solid .page.services .banner, .is--nav__solid .page.news .banner, .is--nav__solid .page-template-template-team .banner, .is--nav__solid .page-template-template-single .banner, .is--nav__solid .page-template-template-landing .banner, .is--nav__solid .page-template-default:not(.home) .banner, .is--nav__solid .error404 .banner {
  color: #fff;
}

.is--nav__solid .single .banner .brand svg *, .is--nav__solid .page.governance .banner .brand svg *, .is--nav__solid .page.contact-us .banner .brand svg *, .is--nav__solid .page.services .banner .brand svg *, .is--nav__solid .page.news .banner .brand svg *, .is--nav__solid .page-template-template-team .banner .brand svg *, .is--nav__solid .page-template-template-single .banner .brand svg *, .is--nav__solid .page-template-template-landing .banner .brand svg *, .is--nav__solid .page-template-default:not(.home) .banner .brand svg *, .is--nav__solid .error404 .banner .brand svg * {
  fill: #fff;
}

.is--nav__solid .single .banner #menu-primary-navigation .sub-menu > li > a, .is--nav__solid .page.governance .banner #menu-primary-navigation .sub-menu > li > a, .is--nav__solid .page.contact-us .banner #menu-primary-navigation .sub-menu > li > a, .is--nav__solid .page.services .banner #menu-primary-navigation .sub-menu > li > a, .is--nav__solid .page.news .banner #menu-primary-navigation .sub-menu > li > a, .is--nav__solid .page-template-template-team .banner #menu-primary-navigation .sub-menu > li > a, .is--nav__solid .page-template-template-single .banner #menu-primary-navigation .sub-menu > li > a, .is--nav__solid .page-template-template-landing .banner #menu-primary-navigation .sub-menu > li > a, .is--nav__solid .page-template-default:not(.home) .banner #menu-primary-navigation .sub-menu > li > a, .is--nav__solid .error404 .banner #menu-primary-navigation .sub-menu > li > a {
  color: #fff;
}

.single .banner #menu-primary-navigation .sub-menu > li > a, .page.governance .banner #menu-primary-navigation .sub-menu > li > a, .page.contact-us .banner #menu-primary-navigation .sub-menu > li > a, .page.services .banner #menu-primary-navigation .sub-menu > li > a, .page.news .banner #menu-primary-navigation .sub-menu > li > a, .page-template-template-team .banner #menu-primary-navigation .sub-menu > li > a, .page-template-template-single .banner #menu-primary-navigation .sub-menu > li > a, .page-template-template-landing .banner #menu-primary-navigation .sub-menu > li > a, .page-template-default:not(.home) .banner #menu-primary-navigation .sub-menu > li > a, .error404 .banner #menu-primary-navigation .sub-menu > li > a {
  color: #fff;
}

.single .banner .brand svg *, .page.governance .banner .brand svg *, .page.contact-us .banner .brand svg *, .page.services .banner .brand svg *, .page.news .banner .brand svg *, .page-template-template-team .banner .brand svg *, .page-template-template-single .banner .brand svg *, .page-template-template-landing .banner .brand svg *, .page-template-default:not(.home) .banner .brand svg *, .error404 .banner .brand svg * {
  fill: #242829;
}

.single .banner .brand svg *#Path_65217, .page.governance .banner .brand svg *#Path_65217, .page.contact-us .banner .brand svg *#Path_65217, .page.services .banner .brand svg *#Path_65217, .page.news .banner .brand svg *#Path_65217, .page-template-template-team .banner .brand svg *#Path_65217, .page-template-template-single .banner .brand svg *#Path_65217, .page-template-template-landing .banner .brand svg *#Path_65217, .page-template-default:not(.home) .banner .brand svg *#Path_65217, .error404 .banner .brand svg *#Path_65217 {
  fill: #cc0000;
}

@media (max-width: 1280px) {
  .banner {
    padding: 20px 30px 20px;
    height: 90px;
  }

  .is--nav__hidden.is--mobile-nav__active .banner, .is--mobile-nav__active .banner {
    transform: translateY(0);
    background-color: #1C1C1C;
    height: 100vh;
    padding-bottom: 120px;
  }

  .is--nav__hidden.is--mobile-nav__active .banner .brand svg *, .is--mobile-nav__active .banner .brand svg * {
    fill: #fff !important;
  }

  .is--nav__hidden.is--mobile-nav__active .banner .brand svg *#Path_65217, .is--mobile-nav__active .banner .brand svg *#Path_65217 {
    fill: #cc0000 !important;
  }
}

.brand {
  z-index: 99;
  position: relative;
}

@media (max-width: 1280px) {
  .brand {
    position: absolute;
    top: 34px;
    left: 30px;
  }
}

@media (max-width: 1280px) {
  .brand svg {
    height: 23px;
    width: auto;
  }
}

#menu-primary-navigation {
  display: flex;
  list-style: none;
  margin: 0 -22px;
  padding: 0;
}

#menu-primary-navigation > li {
  margin: 0 22px;
}

#menu-primary-navigation > li > a {
  text-decoration: none;
  font-family: degular, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: inherit;
  position: relative;
  display: inline-block;
}

#menu-primary-navigation > li > a::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #EE3124;
  transform: translateX(0) translateY(0) translateZ(0) scaleX(0);
  transition: transform 0.6s cubic-bezier(0.83, 0, 0.17, 1);
  transform-origin: bottom right;
}

#menu-primary-navigation > li.current-menu-ancestor > a::after,
#menu-primary-navigation > li.current-menu-item > a::after,
#menu-primary-navigation > li:hover > a::after {
  transform: translateX(0) translateY(0) translateZ(0) scaleX(1);
  transform-origin: bottom left;
}

#menu-primary-navigation > li.menu-item-has-children {
  padding-right: 15px;
  position: relative;
}

#menu-primary-navigation > li.menu-item-has-children:last-child .sub-menu {
  left: auto;
  right: 0;
}

#menu-primary-navigation > li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

#menu-primary-navigation > li.menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(0) translateY(-50%) translateZ(0);
  width: 7px;
  height: 4px;
  background: url(../images/icon-chevron.svg) center center no-repeat;
}

@media (max-width: 1280px) {
  #menu-primary-navigation {
    flex-direction: column;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    transform: translateX(0) translateY(0) translateZ(0);
    z-index: 10;
    margin: 0;
    transition: transform 0.3s ease-out;
    padding: 40px 0;
    background-color: #1C1C1C;
    display: none;
  }

  .is--mobile-nav__active #menu-primary-navigation {
    display: block;
  }

  #menu-primary-navigation.is--sub {
    transform: translateX(-100%) translateY(0) translateZ(0);
  }

  #menu-primary-navigation > li {
    margin: 0 0 0;
    padding: 0 30px;
    text-align: right;
    color: #fff;
  }

  #menu-primary-navigation > li > a {
    padding: 3px 0;
    text-align: right;
    font-size: 24px;
    font-size: 1.5rem;
  }

  #menu-primary-navigation > li > a::after {
    display: none;
  }

  #menu-primary-navigation > li.menu-item-has-children {
    position: unset;
    padding-right: 30px;
  }

  #menu-primary-navigation > li.menu-item-has-children > a {
    pointer-events: none;
  }

  #menu-primary-navigation > li.menu-item-has-children::after {
    display: none;
  }

  #menu-primary-navigation > li.menu-item-has-children::before {
    content: "";
    display: inline-block;
    transform: translateX(0) translateY(0) translateZ(0) rotate(-90deg);
    width: 7px;
    height: 4px;
    background: url(../images/icon-chevron.svg) center center no-repeat;
    margin-right: 10px;
    position: relative;
    top: -5px;
  }
}

#menu-primary-navigation .sub-menu {
  position: absolute;
  bottom: 0;
  left: -30px;
  transform: translateX(0) translateY(100%) translateZ(0);
  margin: 0;
  list-style: none;
  padding: 30px;
  width: 320px;
  padding-top: 50px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

#menu-primary-navigation .sub-menu::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #1C1C1C;
  opacity: 1;
}

#menu-primary-navigation .sub-menu > li > a {
  color: inherit;
  text-decoration: none;
  padding: 3px 0;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  opacity: 0.6;
}

@media (max-width: 1280px) {
  #menu-primary-navigation .sub-menu > li > a {
    color: #fff;
  }
}

#menu-primary-navigation .sub-menu > li.current-menu-item > a,
#menu-primary-navigation .sub-menu > li:hover > a {
  opacity: 1;
}

@media (max-width: 1280px) {
  #menu-primary-navigation .sub-menu {
    bottom: auto;
    left: auto;
    right: 1px;
    top: 0;
    width: 100%;
    transform: translateX(100%) translateY(0) translateZ(0);
    padding: 40px 30px;
    background-color: #1C1C1C;
    height: calc(100vh - 260px);
    opacity: 1;
    visibility: visible;
    display: none;
  }

  #menu-primary-navigation .sub-menu::before {
    display: none;
  }

  #menu-primary-navigation .sub-menu > span {
    position: absolute;
    top: 0;
    right: 30px;
    font-size: 24px;
    font-size: 1.5rem;
    cursor: pointer;
    color: #EE3124;
  }

  #menu-primary-navigation .sub-menu > span::after {
    content: "Back";
  }

  #menu-primary-navigation .sub-menu > span::before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 7px;
    background: url(../images/icon-chevron-left.svg) center center no-repeat;
    position: relative;
    top: -4px;
    left: -8px;
  }

  #menu-primary-navigation .sub-menu.is--showing {
    display: block;
  }

  #menu-primary-navigation .sub-menu > li {
    padding: 0;
    text-align: right;
  }

  #menu-primary-navigation .sub-menu > li > a {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 3px 0;
    opacity: 1;
  }

  #menu-primary-navigation .sub-menu > li:hover > a {
    color: #fff;
  }
}

.utility {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #242829;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  padding: 0 60px;
  flex-wrap: wrap;
  color: #fff;
  align-items: center;
}

@media (-webkit-device-pixel-ratio: 1.25) {
  .utility * {
    zoom: 0;
  }
}

.utility .stock-ticker {
  position: relative;
  height: 20px;
  width: 168px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.utility .stock-ticker iframe {
  position: absolute;
  top: -5px;
  right: -15px;
  transform: translateX(0) translateY(0) translateZ(0);
}

@media (max-width: 1280px) {
  .utility {
    top: auto;
    bottom: 0;
    padding: 0 0;
    display: none;
    justify-content: space-between;
    background: none;
    flex-direction: column;
    color: #fff;
    align-items: flex-start;
  }

  .utility .stock-ticker {
    width: 100%;
    padding: 0 18px;
    height: 60px;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: degular, sans-serif;
    margin: 0;
    background: #242828;
    margin-top: 15px;
  }

  .is--mobile-nav__active .utility {
    display: flex;
  }

  .utility .stock-ticker iframe {
    position: static;
    width: 100%;
  }
}

.utility--nav__wrapper {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1280px) {
  .utility--nav__wrapper {
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    padding: 0 0;
    overflow: hidden;
  }
}

@media (max-width: 1280px) {
  .utility nav {
    margin-left: 0;
  }
}

.utility nav > div > ul {
  display: flex;
  padding: 0;
  margin: 0 0 0 0;
  list-style: none;
}

.utility nav > div > ul > li > a {
  padding: 11px 25px;
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: degular, sans-serif;
  position: relative;
}

@media (max-width: 1280px) {
  .utility nav > div > ul {
    margin: 0;
  }
}

#menu-utility-navigation-1 > li > a:hover,
#menu-utility-navigation > li > a:hover {
  opacity: 0.3;
}

#menu-utility-navigation-1 > li.login > a,
#menu-utility-navigation > li.login > a {
  padding-left: 60px;
  padding-right: 0;
}

#menu-utility-navigation-1 > li.login > a::before,
#menu-utility-navigation > li.login > a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 0;
  padding-top: 33px;
  background: url(../images/icon-user.svg) center center no-repeat;
  text-indent: 300%;
  overflow: hidden;
  position: relative;
  position: absolute;
  top: 50%;
  transform: translateX(0) translateY(-50%) translateZ(0);
  left: 30px;
}

@media (max-width: 1280px) {
  #menu-utility-navigation-1 > li.login > a,
#menu-utility-navigation > li.login > a {
    padding-right: 10px;
    color: #fff;
  }
}

#menu-social-navigation-1 > li > a:hover,
#menu-social-navigation > li > a:hover {
  opacity: 0.3;
}

#menu-social-navigation-1 > li.tel > a,
#menu-social-navigation > li.tel > a {
  padding-left: 60px;
}

#menu-social-navigation-1 > li.tel > a::before,
#menu-social-navigation > li.tel > a::before {
  content: "";
  width: 17px;
  height: 0;
  padding-top: 30px;
  background: url(../images/icon-phone.svg) center center no-repeat;
  text-indent: 50px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 30px;
}

#menu-social-navigation-1 > li.linkedin > a,
#menu-social-navigation > li.linkedin > a {
  width: 17px;
  height: 0;
  padding-top: 30px;
  background: url(../images/icon-linkedin.svg) center center no-repeat;
  text-indent: 50px;
  overflow: hidden;
  position: relative;
}

#menu-social-navigation-1 > li.twitter > a,
#menu-social-navigation > li.twitter > a {
  width: 17px;
  height: 0;
  padding-top: 34px;
  background: url(../images/icon-twitter.svg) center center no-repeat;
  text-indent: 50px;
  overflow: hidden;
  position: relative;
}

#menu-social-navigation-1 > li.facebook > a,
#menu-social-navigation > li.facebook > a {
  width: 17px;
  height: 0;
  padding-top: 34px;
  background: url(../images/icon-facebook.svg) center center no-repeat;
  text-indent: 50px;
  overflow: hidden;
  position: relative;
  background-size: 40%;
}

#menu-social-navigation-1 > li.instagram > a,
#menu-social-navigation > li.instagram > a {
  width: 17px;
  height: 0;
  padding-top: 34px;
  background: url(../images/icon-instagram.svg) center center no-repeat;
  text-indent: 50px;
  overflow: hidden;
  position: relative;
  background-size: 40%;
}

.hamburger {
  position: absolute;
  top: 45px;
  right: 30px;
  width: 30px;
  height: 20px;
  display: none;
  cursor: pointer;
}

@media (max-width: 1280px) {
  .hamburger {
    display: block;
    top: 35px;
  }
}

.hamburger::before, .hamburger::after {
  content: "";
  width: 100%;
  display: block;
  height: 4px;
  background-color: #EE3124;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.hamburger::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(0) translateZ(0);
  transform-origin: center center;
}

.is--mobile-nav__active .hamburger::before {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(45deg);
}

.hamburger::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(0) translateZ(0);
  transform-origin: center center;
}

.is--mobile-nav__active .hamburger::after {
  bottom: calc(50% - 4px);
  transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(-45deg);
}

.hamburger span {
  width: 100%;
  display: block;
  height: 4px;
  background-color: #EE3124;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) translateZ(0);
}

.is--mobile-nav__active .hamburger span {
  display: none;
}

footer {
  background: #242829;
  color: #E3E1D8;
}

footer .brand {
  margin-bottom: 60px;
  display: inline-block;
  position: static;
}

footer h5 {
  color: #fff;
}

footer .list--footer {
  padding: 0;
  margin: 0 -30px 30px;
  list-style: none;
  display: flex;
}

footer .list--footer a {
  font-size: 18px;
  font-size: 1.125rem;
}

footer .list--footer > li {
  position: relative;
}

footer .list--footer > li::before {
  content: "";
  width: 15px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: red;
}

footer .list--footer li.address {
  padding-left: 25px;
}

footer .list--footer li.address::before {
  background: url(../images/icon-marker-footer.svg) center center no-repeat;
  background-size: contain;
}

footer .list--footer li.phone {
  padding-left: 25px;
}

footer .list--footer li.phone::before {
  background: url(../images/icon-phone-footer.svg) center center no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
}

footer .list--footer li.mail {
  padding-left: 25px;
}

footer .list--footer li.mail::before {
  background: url(../images/icon-mail-footer.svg) center center no-repeat;
  background-size: contain;
  width: 19px;
  height: 15px;
  top: 3px;
}

@media (max-width: 1023px) {
  footer .list--footer {
    flex-wrap: wrap;
  }
}

footer ul {
  margin: 0;
}

footer ul > li {
  margin: 0 30px;
}

@media (max-width: 1023px) {
  footer ul > li {
    margin: 0;
  }
}

footer .list--footer > li {
  margin: 0 30px;
  font-size: 18px;
  font-size: 1.125rem;
}

footer .list--footer > li p {
  margin: 0;
  color: inherit;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 1023px) {
  footer .list--footer > li {
    width: 100%;
    margin-bottom: 15px;
  }

  footer .list--footer > li:last-child {
    margin-bottom: 0;
  }
}

footer #menu-social-navigation-1 > li {
  margin: 0;
}

footer #menu-utility-navigation-1 > li {
  margin: 0 15px;
}

@media (max-width: 1280px) {
  footer #menu-utility-navigation-1 > li {
    margin: 0;
  }
}

@media (max-width: 1280px) {
  footer .nav-utility {
    margin-left: 0;
  }
}

footer a {
  color: #E3E1D8;
}

footer .copy {
  font-size: 14px;
  font-size: 0.875rem;
  display: flex;
  padding-top: 100px;
}

@media (max-width: 1280px) {
  footer .copy {
    padding-top: 0;
  }
}

@media (max-width: 1023px) {
  footer .copy {
    flex-direction: column;
  }
}

footer .row.halves {
  justify-content: space-between;
}

footer .row.halves > .col {
  width: 33.33%;
}

footer .row.halves > .col:first-child {
  width: 66.66%;
}

@media (max-width: 1280px) {
  footer .row.halves > .col {
    width: 100%;
  }
}

footer .row.column-reverse {
  align-items: flex-end;
}

footer .row.column-reverse > .col {
  text-align: right;
}

footer .row.column-reverse .list--footer {
  display: inline-block;
}

@media (max-width: 1280px) {
  footer .row.column-reverse > .col {
    text-align: left;
  }
}

footer .container {
  padding: 100px 60px 40px;
  max-width: 100%;
}

@media (max-width: 1280px) {
  footer .container {
    padding: 100px 30px 40px;
  }
}

footer .utility {
  position: static;
  padding: 0;
  margin-bottom: 60px;
}

@media (max-width: 1280px) {
  footer .utility {
    display: block;
  }
}

@media (max-width: 1280px) {
  footer .utility--nav__wrapper {
    justify-content: center;
    padding: 50px 0;
    margin: 0 -30px;
  }
}

#menu-footer-navigation {
  list-style: none;
  padding: 0;
  margin: 0;
}

body#tinymce {
  margin: 12px !important;
}
