@charset "UTF-8";
/*- - - -|| COMMON START ||- - - - */
/* Colors */
/*--------*/
/* Font Styles */
@font-face {
  font-family: "Avenir-BlackOblique";
  src: url("fonts/AvenirLTStd-BlackOblique.woff2") format("woff2"), url("fonts/AvenirLTStd-BlackOblique.woff") format("woff");
}
@font-face {
  font-family: "Avenir-BookOblique";
  src: url("fonts/AvenirLTStd-BookOblique.woff2") format("woff2"), url("fonts/AvenirLTStd-BookOblique.woff") format("woff");
}
@font-face {
  font-family: "Avenir-HeavyOblique";
  src: url("fonts/AvenirLTStd-HeavyOblique.woff2") format("woff2"), url("fonts/AvenirLTStd-HeavyOblique.woff") format("woff");
}
@font-face {
  font-family: "Avenir-MediumOblique";
  src: url("fonts/AvenirLTStd-MediumOblique.woff2") format("woff2"), url("fonts/AvenirLTStd-MediumOblique.woff") format("woff");
}
@font-face {
  font-family: "Avenir-Oblique";
  src: url("fonts/AvenirLTStd-Oblique.woff2") format("woff2"), url("fonts/AvenirLTStd-Oblique.woff") format("woff");
}
@font-face {
  font-family: "Avenir-Book";
  src: url("fonts/AvenirLTStd-Book.woff2") format("woff2"), url("fonts/AvenirLTStd-Book.woff") format("woff");
}
@font-face {
  font-family: "Avenir-Medium";
  src: url("fonts/AvenirLTStd-Medium.woff2") format("woff2"), url("fonts/AvenirLTStd-Medium.woff") format("woff");
}
@font-face {
  font-family: "Avenir-Black";
  src: url("fonts/AvenirLTStd-Black.woff2") format("woff2"), url("fonts/AvenirLTStd-Black.woff") format("woff");
}
@font-face {
  font-family: "Avenir-Heavy";
  src: url("fonts/AvenirLTStd-Heavy.woff2") format("woff2"), url("fonts/AvenirLTStd-Heavy.woff") format("woff");
}
@font-face {
  font-family: "Avenir-Roman";
  src: url("fonts/AvenirLTStd-Roman.woff2") format("woff2"), url("fonts/AvenirLTStd-Roman.woff") format("woff");
}
/*--------*/
/* Common Break Points */
/* Functions */
/* GRID */
.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.grid > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
.grid > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}
.grid > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 13;
}
.grid > *:nth-child(8) {
  -ms-grid-row: 1;
  -ms-grid-column: 15;
}
.grid > *:nth-child(9) {
  -ms-grid-row: 1;
  -ms-grid-column: 17;
}
.grid > *:nth-child(10) {
  -ms-grid-row: 1;
  -ms-grid-column: 19;
}
.grid > *:nth-child(11) {
  -ms-grid-row: 1;
  -ms-grid-column: 21;
}
.grid > *:nth-child(12) {
  -ms-grid-row: 1;
  -ms-grid-column: 23;
}
@media (max-width: 1024px) {
  .grid {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.grid-collapse {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-collapse > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-collapse > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.grid-collapse > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-collapse > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.grid-collapse > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.grid-collapse > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}

.grid-collapse > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.grid-collapse > *:nth-child(8) {
  -ms-grid-row: 1;
  -ms-grid-column: 8;
}

.grid-collapse > *:nth-child(9) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

.grid-collapse > *:nth-child(10) {
  -ms-grid-row: 1;
  -ms-grid-column: 10;
}

.grid-collapse > *:nth-child(11) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}

.grid-collapse > *:nth-child(12) {
  -ms-grid-row: 1;
  -ms-grid-column: 12;
}

.cols-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.cols-3 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}

.cols-4 {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}

.cols-5 {
  -ms-grid-column-span: 5;
  grid-column: span 5;
}

.cols-6 {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}

.cols-7 {
  -ms-grid-column-span: 7;
  grid-column: span 7;
}

.cols-8 {
  -ms-grid-column-span: 8;
  grid-column: span 8;
}

.cols-9 {
  -ms-grid-column-span: 9;
  grid-column: span 9;
}

.cols-10 {
  -ms-grid-column-span: 10;
  grid-column: span 10;
}

.cols-11 {
  -ms-grid-column-span: 11;
  grid-column: span 11;
}

.cols-12 {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}

@media (max-width: 1600px) {
  .xxl-cols-0 {
    display: none;
  }
  .xxl-cols-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .xxl-cols-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  .xxl-cols-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
  .xxl-cols-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }
  .xxl-cols-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
  .xxl-cols-7 {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }
  .xxl-cols-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
  .xxl-cols-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }
  .xxl-cols-10 {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }
  .xxl-cols-11 {
    -ms-grid-column-span: 11;
    grid-column: span 11;
  }
  .xxl-cols-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
@media (max-width: 1440px) {
  .xl-cols-0 {
    display: none;
  }
  .xl-cols-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .xl-cols-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  .xl-cols-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
  .xl-cols-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }
  .xl-cols-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
  .xl-cols-7 {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }
  .xl-cols-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
  .xl-cols-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }
  .xl-cols-10 {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }
  .xl-cols-11 {
    -ms-grid-column-span: 11;
    grid-column: span 11;
  }
  .xl-cols-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
@media (max-width: 1280px) {
  .lg-cols-0 {
    display: none;
  }
  .lg-cols-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .lg-cols-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  .lg-cols-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
  .lg-cols-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }
  .lg-cols-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
  .lg-cols-7 {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }
  .lg-cols-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
  .lg-cols-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }
  .lg-cols-10 {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }
  .lg-cols-11 {
    -ms-grid-column-span: 11;
    grid-column: span 11;
  }
  .lg-cols-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
@media (max-width: 1024px) {
  .md-cols-0 {
    display: none;
  }
  .md-cols-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .md-cols-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  .md-cols-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
  .md-cols-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }
  .md-cols-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
  .md-cols-7 {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }
  .md-cols-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
  .md-cols-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }
  .md-cols-10 {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }
  .md-cols-11 {
    -ms-grid-column-span: 11;
    grid-column: span 11;
  }
  .md-cols-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
@media (max-width: 768px) {
  .sm-cols-0 {
    display: none;
  }
  .sm-cols-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .sm-cols-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  .sm-cols-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
  .sm-cols-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }
  .sm-cols-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
  .sm-cols-7 {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }
  .sm-cols-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
  .sm-cols-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }
  .sm-cols-10 {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }
  .sm-cols-11 {
    -ms-grid-column-span: 11;
    grid-column: span 11;
  }
  .sm-cols-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
@media (max-width: 576px) {
  .xs-cols-0 {
    display: none;
  }
  .xs-cols-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .xs-cols-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  .xs-cols-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
  .xs-cols-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }
  .xs-cols-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
  .xs-cols-7 {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }
  .xs-cols-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
  .xs-cols-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }
  .xs-cols-10 {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }
  .xs-cols-11 {
    -ms-grid-column-span: 11;
    grid-column: span 11;
  }
  .xs-cols-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
/* Functions */
.column-1 {
  width: calc((100% - 220px) / 12 * 1 + 0px);
}

.column-2 {
  width: calc((100% - 220px) / 12 * 2 + 20px);
}

.column-3 {
  width: calc((100% - 220px) / 12 * 3 + 40px);
}

.column-4 {
  width: calc((100% - 220px) / 12 * 4 + 60px);
}

.column-5 {
  width: calc((100% - 220px) / 12 * 5 + 80px);
}

.column-6 {
  width: calc((100% - 220px) / 12 * 6 + 100px);
}

.column-7 {
  width: calc((100% - 220px) / 12 * 7 + 120px);
}

.column-8 {
  width: calc((100% - 220px) / 12 * 8 + 140px);
}

.column-9 {
  width: calc((100% - 220px) / 12 * 9 + 160px);
}

.column-10 {
  width: calc((100% - 220px) / 12 * 10 + 180px);
}

.column-11 {
  width: calc((100% - 220px) / 12 * 11 + 200px);
}

.column-12 {
  width: calc((100% - 220px) / 12 * 12 + 220px);
}

/* - - - -|| BASE STYLES ||- - - - */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html.modal {
  overflow-y: hidden;
}

body {
  overflow-x: hidden;
  font-family: Avenir-Book, sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.12px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  background: #ffffff;
  color: #0c0c0c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body *::-moz-selection {
  background: #bd4900;
  color: #ffffff;
}

body *::selection {
  background: #bd4900;
  color: #ffffff;
}

section, header, footer {
  display: block;
  width: 100%;
}

.screen-reader-text {
  display: none;
}

h1, .h1 {
  font-family: Avenir-Book, sans-serif;
  font-size: 72px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.84px;
}

h2, .h2 {
  font-family: Avenir-Book, sans-serif;
  font-size: 44px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
}

h3, .h3 {
  font-family: Avenir-Medium, sans-serif;
  font-size: 34px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: 0.17px;
}

h4, .h4 {
  font-family: Avenir-Medium, sans-serif;
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.15px;
}

h5, .h5 {
  font-family: Avenir-Book, sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.12px;
}

h6, .h6 {
  font-family: Avenir-Heavy, sans-serif;
  font-size: 20px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
}

p, li {
  font-family: Avenir-Book, sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child {
  margin-top: 0;
}

h1, h2, h3 {
  margin-top: 0.55em;
  margin-bottom: 0.55em;
}

h4, h5 {
  margin-top: 0.55em;
  margin-bottom: 1.1em;
}

h6 {
  margin-top: 0.8em;
  margin-bottom: 1.6em;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

strong, b {
  font-weight: 700;
}

/* TABLES */
table {
  border-collapse: collapse;
}
table tr {
  border-bottom: 1px solid #777777;
}
table th {
  padding: 12px 6px;
  text-align: left;
  font-weight: normal;
}
table td {
  padding: 12px 6px;
  text-align: left;
}
table td:first-child, table th:first-child {
  padding-left: 24px;
}
table td:last-child, table th:last-child {
  padding-right: 24px;
}
@media (max-width: 1024px) {
  table tr {
    font-size: 12px;
  }
}

table.styled {
  font-family: Avenir-Book, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: 0.12px;
  width: 100%;
  border-collapse: collapse;
}
table.styled th {
  border: 0px;
  padding: 12px 8px;
  text-align: left;
}
table.styled th:last-of-type {
  text-align: right;
}
table.styled td {
  border: 0px;
  border-top: solid 1px #777777;
  border-bottom: solid 1px #777777;
  padding: 8px;
  text-align: left;
}
table.styled td:last-of-type {
  text-align: right;
}
table.styled tr td:first-of-type {
  font-family: Avenir-Heavy, sans-serif;
  font-size: 16px;
  font-weight: 800;
}
table.styled th {
  border-top: none;
  font-family: Avenir-Heavy, sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #bd4900;
}
table.styled .totals-row td {
  border-top: solid 2px #404040;
  border-bottom: solid 2px #404040;
}
table.styled + .footnote {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  table.styled th {
    font-size: 12px;
  }
  table.styled tr td:first-of-type {
    font-size: 12px;
  }
}

p.instruction {
  font-size: 12px;
  line-height: 16px;
  color: rgba(51, 63, 72, 0.75);
  margin: 4px 0;
  opacity: 0;
  pointer-events: none;
}

p.instruction.show {
  opacity: 1;
  pointer-events: all;
}

p.instruction.show i {
  margin-left: 15px;
}

div.supply-table-overflow {
  width: 100%;
  overflow-x: auto;
}

div.table-overflow {
  width: 100%;
  overflow-x: auto;
}
div.table-overflow.show {
  width: calc(100% + 15px);
  margin-right: -15px;
}
div.table-overflow.show table {
  margin-bottom: 15px !important;
}

div.overflow {
  width: 100%;
  overflow-x: auto;
}

input[type=submit], input[type=text], input[type=email], input[type=search], textarea, select, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

input[type=submit] {
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

input[type=text] {
  background: transparent;
  padding: 10px;
  margin: 0;
  font-family: Avenir-Book, sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  border-radius: 0px;
  margin: 0;
  padding: 10px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea, select {
  font-family: Avenir-Book, sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
}

input[type=text]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

select::-ms-expand {
  display: none;
}

*:focus {
  outline: 0 !important;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #bd4900;
}

.fade {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}

.fade:hover {
  opacity: 0.7;
}

#width-check {
  position: relative;
  z-index: 0;
  display: none;
}

/* CONTAINER */
.container {
  margin: 0 auto;
  position: relative;
  max-width: 1640px;
  padding-left: 60px;
  padding-right: 60px;
  z-index: 1;
}

.left-container {
  max-width: 820px;
  margin: 0px 0px 0px auto;
  width: 100%;
  padding: 0px 0px 0px 60px;
}

.right-container {
  max-width: 820px;
  margin: 0px auto 0px 0px;
  width: 100%;
  padding: 0px 60px 0px 0px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.button {
  font-family: Avenir-Heavy, sans-serif;
  font-size: 16px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.13px;
  background-color: #f09469;
  background: rgb(176, 81, 15);
  background: linear-gradient(45deg, #be4b02 6%, #f68453 98%);
  position: relative;
  padding: 0px 20px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  z-index: 0;
}
.button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #e19671;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  z-index: -1;
}
.button:hover::before {
  opacity: 1;
}

.white-button {
  font-family: Avenir-Heavy, sans-serif;
  font-size: 16px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.13px;
  background-color: #fff;
  color: #bd4900;
  padding: 0px 20px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.white-button:hover {
  background-color: #e19671;
  color: #ffffff;
}
.white-button.active {
  background-color: #e19671;
  color: #ffffff;
}

.green-button {
  display: inline-block;
  border: solid 2px #435425;
  background-color: #435425;
  font-family: Avenir-Book, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  font-weight: 500;
  color: #ffffff;
  border-radius: 15px;
  padding: 6px 14px 5px 14px;
}
.green-button:hover {
  border: solid 2px #323f1c;
  background-color: #ffffff;
  color: #323f1c;
}

.copper-button {
  display: inline-block;
  border: solid 1px #bd4900;
  background-color: #bd4900;
  font-family: Avenir-Book, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #ffffff;
  border-radius: 15px;
  padding: 6px 14px 5px 14px;
  margin: 0px 10px 10px 0px;
  cursor: pointer;
}
.copper-button:hover {
  background-color: #ffffff;
  color: #bd4900;
}
.copper-button.pdf::before {
  font-family: "Font Awesome 7 Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  content: "\f1c1";
  font-weight: 400;
  margin-right: 10px;
  display: inline-block;
}

p.large, ul.large li {
  font-family: Avenir-Book, sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.16px;
}

p.small, ul.small li {
  font-family: Avenir-Book, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
}

.footnote {
  font-family: Avenir-Roman, sans-serif;
  font-size: 9px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #777777;
}

.center {
  text-align: center;
}

.copper {
  color: #bd4900;
}

.light-copper {
  color: #f4741e;
}

.clover {
  color: #323f1c;
}

.black {
  color: #0c0c0c;
}

.grey {
  color: #777777;
}

.white {
  color: #ffffff;
}

.bg-copper {
  background-color: #bd4900;
}

.bg-clover {
  background-color: #435425;
}

.bg-navy {
  background-color: #083d54;
}

.bg-quill {
  background-color: #ecebe9;
}

.highlight {
  font-family: Avenir-Heavy, sans-serif;
  font-size: 18px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.13px;
}

.highlight-small {
  font-family: Avenir-Book, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: 0.12px;
}

.link-large {
  font-family: Avenir-Medium, sans-serif;
  font-size: 34px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: 0.17px;
}

.disclaimer {
  font-family: Avenir-Book, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: 0.12px;
  color: #888888;
}

.source {
  font-family: Avenir-Book, sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

.two-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.two-columns > div {
  width: 50%;
}
.two-columns > div:nth-of-type(1) {
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .two-columns > div {
    width: 100%;
    padding-bottom: 30px;
    padding-right: 0px !important;
  }
}

.text-columns {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.half {
  width: 50%;
}

.third {
  width: 33.3333333333%;
}

.quarter {
  width: 25%;
}

.arrow-link {
  font-family: Avenir-Heavy, sans-serif;
  font-size: 18px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.13px;
  color: #bd4900;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: none;
  cursor: pointer;
  display: inline-block;
}
.arrow-link::after {
  font-family: "Font Awesome 7 Pro";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  content: "\f061";
  margin-left: 4px;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  white-space: nowrap;
}
.arrow-link:hover {
  outline: none;
  opacity: 0.7;
}
.arrow-link:hover::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
@media screen and (max-width: 1024px) {
  .arrow-link {
    font-size: 14px;
    line-height: 1.36;
  }
}

.arrow-link.light {
  color: #f4741e;
}

.flex-border-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 33px;
}
.flex-border-image > div:nth-of-type(1) {
  width: variableGrid(4, 10);
}
.flex-border-image > div:nth-of-type(2) {
  width: variableGrid(6, 10);
  border-top: solid 1px #ecebe9;
  padding: 32px 0px;
}
.flex-border-image > div h4 {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .flex-border-image {
    width: 100%;
  }
  .flex-border-image > div:nth-of-type(1) {
    width: grid(5);
  }
  .flex-border-image > div:nth-of-type(2) {
    width: grid(7);
  }
}
@media screen and (max-width: 768px) {
  .flex-border-image > div:nth-of-type(1) {
    width: 100%;
  }
  .flex-border-image > div:nth-of-type(2) {
    width: 100%;
    border: none;
    padding: 32px 0px 0px 0px;
  }
  .flex-border-image > div h4 {
    margin-bottom: 35px;
  }
}

.grey-image-block {
  background-color: #ecebe9;
  padding: 149px 0px 153px;
}
.grey-image-block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grey-image-block .text {
  width: gridPlusMargin(4);
}
.grey-image-block h2 + p {
  margin-top: 35px;
}
.grey-image-block p:last-of-type {
  margin-bottom: 52px;
}
.grey-image-block .bg {
  width: grid(7);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 487px;
}
@media screen and (max-width: 768px) {
  .grey-image-block {
    padding: 50px 0px;
  }
  .grey-image-block .text {
    width: 100%;
    margin-bottom: 50px;
  }
  .grey-image-block .bg {
    width: 100%;
    min-height: initial;
    padding-bottom: 66.7%;
  }
}

.grey-tag-text {
  font-size: 10px;
  color: #777777;
  border: solid 1px #777777;
  display: inline-block;
  border-radius: 10px;
  padding: 2px 8px 0px 8px;
}

.dark-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: "";
  background-color: #000000;
  z-index: 0;
  opacity: 0.2;
  pointer-events: none;
}

.cover {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.no-margin {
  margin: 0px !important;
}

.mobile-only {
  display: none;
}

.desktop-only {
  display: block;
}

/* MEDIA QUERIES */
@media (max-width: 1024px) {
  h1, .h1 {
    font-size: 58px;
  }
  h2, .h2 {
    font-size: 36px;
  }
  h3, .h3 {
    font-size: 24px;
    line-height: 1.5;
  }
  h4, .h4 {
    font-size: 24px;
  }
  h5, .h5 {
    font-size: 18px;
  }
  h6, .h6 {
    font-size: 16px;
  }
  p, li {
    font-size: 18px;
    line-height: 1.3;
  }
  p.large, ul.large li {
    font-size: 20px;
  }
  p.small, ul.small li {
    font-size: 14px;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  .highlight {
    font-family: Avenir-Heavy, sans-serif;
    font-size: 14px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: -0.11px;
  }
  .link-large {
    font-family: Avenir-Heavy, sans-serif;
    font-size: 16px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: -0.13px;
  }
  .disclaimer {
    font-family: Avenir-Roman, sans-serif;
    font-size: 9px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
  }
  .source {
    font-family: Avenir-Roman, sans-serif;
    font-size: 9px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
  }
  .left-container {
    padding: 0px 0px 0px 20px;
  }
  .right-container {
    padding: 0px 20px 0px 0px;
  }
  .mobile-only {
    display: inline-block;
  }
  .desktop-only {
    display: none;
  }
  .button, .white-button {
    padding: 4px 16px;
    font-size: 14px;
    line-height: 1.36;
    height: 28px;
  }
}
@media (max-width: 768px) {
  h1, .h1 {
    font-family: Avenir-Book, sans-serif;
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.06;
    letter-spacing: 0.56px;
  }
  h2, .h2 {
    font-family: Avenir-Book, sans-serif;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
  }
  h3, .h3 {
    font-family: Avenir-Medium, sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
  }
  h4, .h4 {
    font-family: Avenir-Heavy, sans-serif;
    font-size: 16px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.08px;
  }
  h5, .h5 {
    font-family: Avenir-Heavy, sans-serif;
    font-size: 14px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: 0.07px;
  }
  h6, .h6 {
    font-size: 14px;
  }
  p, li {
    font-size: 14px;
  }
  p.large, ul.large li {
    font-size: 16px;
  }
  p.small, ul.small li {
    font-size: 12px;
  }
}
/* - - - -|| UTILITY STYLES ||- - - - */
/* SECTION PADDING */
.pt-16x {
  padding-top: 128px;
}

.pt-14x {
  padding-top: 112px;
}

.pt-11x {
  padding-top: 88px;
}

.pt-12x {
  padding-top: 96px;
}

.pt-10x {
  padding-top: 80px;
}

.pt-4x {
  padding-top: 32px;
}

.pt-8x {
  padding-top: 64px;
}

.pb-16x {
  padding-bottom: 128px;
}

.pb-10x {
  padding-bottom: 80px;
}

.pb-11x {
  padding-bottom: 88px;
}

.pb-12x {
  padding-bottom: 96px;
}

.pb-8x {
  padding-bottom: 64px;
}

.pb-6x {
  padding-bottom: 48px;
}

.pb-4x {
  padding-bottom: 32px;
}

.pb-1x {
  padding-bottom: 8px;
}

.ptb-16x {
  padding-top: 128px;
  padding-bottom: 128px;
}

.ptb-12x {
  padding-top: 96px;
  padding-bottom: 96px;
}

.ptb-11x {
  padding-top: 88px;
  padding-bottom: 88px;
}

.ptb-10x {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ptb-9x {
  padding-top: 72px;
  padding-bottom: 72px;
}

.ptb-8x {
  padding-top: 64px;
  padding-bottom: 64px;
}

.ptb-7x {
  padding-top: 56px;
  padding-bottom: 56px;
}

.ptb-6x {
  padding-top: 48px;
  padding-bottom: 48px;
}

.ptb-4x {
  padding-top: 32px;
  padding-bottom: 32px;
}

.ptb-3x {
  padding-top: 24px;
  padding-bottom: 24px;
}

.ptb-2x {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section-gap {
  padding-top: 32px;
  padding-bottom: 32px;
}

@media (max-width: 1024px) {
  .md-pt-8x {
    padding-top: 64px;
  }
  .md-pt-6x {
    padding-top: 48px;
  }
  .md-pt-5x {
    padding-top: 40px;
  }
  .md-pt-4x {
    padding-top: 32px;
  }
  .md-pb-8x {
    padding-bottom: 64px;
  }
  .md-pb-6x {
    padding-bottom: 48px;
  }
  .md-pb-5x {
    padding-bottom: 40px;
  }
  .md-pb-4x {
    padding-bottom: 32px;
  }
  .md-pb-3x {
    padding-bottom: 24px;
  }
  .md-pb-2x {
    padding-bottom: 16px;
  }
  .md-pb-0x {
    padding-bottom: 0px;
  }
  .md-ptb-8x {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .md-ptb-6x {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .md-ptb-5x {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .md-ptb-4x {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .md-ptb-2x {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
/* RECAPTCHA */
.grecaptcha-badge {
  display: none !important;
}

.grecaptcha-badge.show {
  display: block !important;
  visibility: visible !important;
}

/* ANIMATION */
.transition {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 0;
  position: relative;
  visibility: hidden;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px);
            transform: translate(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px);
            transform: translate(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(20px);
            transform: translate(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(20px);
            transform: translate(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.has-wave {
  position: relative;
  overflow: hidden;
}
.has-wave .wave-slider {
  display: block;
  position: absolute;
  top: 50%;
  right: -12px;
  left: -12px;
  width: calc(100% + 24px);
  height: 300px;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  will-change: transform;
}

.grey-wave {
  line-height: 0;
  overflow: hidden;
}
.grey-wave img {
  display: block;
  width: 100%;
  height: auto;
}

.waver {
  height: auto;
  position: relative;
}
.waver .container {
  position: relative;
  z-index: 2;
  min-height: 500px;
}
.waver .wave {
  position: absolute !important;
  z-index: 1;
  bottom: -2px;
  right: -2px;
  width: calc(100% + 4px);
  pointer-events: none;
}
.waver .wave > img {
  width: 100%;
  display: block;
}
.waver .wave-top {
  position: absolute !important;
  z-index: 1;
  top: -2px;
  right: -2px;
  width: calc(100% + 4px);
  pointer-events: none;
}
.waver .wave-top > img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1024px) {
  .waver {
    min-height: 300px;
  }
  .waver .container {
    min-height: unset;
  }
}

.feature-block {
  position: relative;
  min-height: clamp(500px, 100vh, 649px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature-block .background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
}
.feature-block > .container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature-block .text {
  width: calc((100% - 2200px) / 12 * 6 + 1000px);
  max-width: 800px;
  padding: 88px 0;
}
.feature-block.reverse .background {
  right: auto;
  left: 0;
}
.feature-block.reverse .text {
  margin-left: auto;
}
@media screen and (max-width: 1280px) {
  .feature-block .text {
    width: calc((100% - 880px) / 12 * 6 + 400px);
  }
}
@media screen and (max-width: 1024px) {
  .feature-block {
    min-height: clamp(450px, 100vh, 450px);
  }
}
@media screen and (max-width: 768px) {
  .feature-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 0;
    height: auto;
  }
  .feature-block .background {
    position: static;
    width: 100%;
    height: 350px;
  }
  .feature-block > .container {
    display: block;
  }
  .feature-block .text {
    width: 100%;
    max-width: 100%;
    padding: 56px 0px;
  }
  .feature-block.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .feature-block.reverse .text {
    margin-left: 0;
  }
}

.feature-block-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
}
.feature-block-secondary .image, .feature-block-secondary .text {
  width: calc((100% - 880px) / 12 * 6 + 400px);
}
.feature-block-secondary .image {
  position: relative;
  overflow: hidden;
}
.feature-block-secondary .image img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature-block-secondary .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.feature-block-secondary .text h3 {
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .feature-block-secondary {
    gap: 20px;
  }
  .feature-block-secondary .image, .feature-block-secondary .text {
    width: calc((100% - 220px) / 12 * 6 + 100px);
  }
}
@media screen and (max-width: 768px) {
  .feature-block-secondary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feature-block-secondary .image, .feature-block-secondary .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .feature-block-secondary .text {
    padding: 0;
  }
  .feature-block-secondary .text a.arrow-link {
    margin-top: 16px;
  }
  .feature-block-secondary.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.documents > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: solid 1px rgba(136, 136, 136, 0.35);
  font-family: Avenir-Book, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: 0.12px;
  padding: 12px 4px;
  color: #0c0c0c;
}
.documents > a::after {
  font-family: "Font Awesome 7 Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  content: "\f1c1";
  color: #bd4900;
}
.documents > a:hover {
  background-color: #ecebe9;
  background-color: rgba(255, 255, 255, 0.4);
  color: #bd4900;
  opacity: 1 !important;
}
.documents > a > span {
  display: block;
}
.documents > a > span:nth-of-type(1) {
  width: 60%;
  padding: 0px 15px 0px 0px;
}
.documents > a > span:nth-of-type(2) {
  width: 40%;
  padding: 0px 30px 0px 0px;
}
.documents > a:last-of-type {
  border-bottom: solid 1px rgba(136, 136, 136, 0.35);
}
.documents > div {
  background-color: #435425;
  font-family: Avenir-Medium, sans-serif;
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.15px;
  font-size: 16px;
  padding: 8px 12px;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .documents > a {
    font-size: 12px;
    padding: 8px 4px;
  }
  .documents > a::after {
    font-size: 12px;
  }
}

h1 + .documents, h2 + .documents, h3 + .documents {
  margin-top: 46px;
}

/* Repeatable Custom Styles */
.carousel-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 4px;
}
.carousel-controls > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.carousel-controls > div > div {
  display: inline-block;
  cursor: pointer;
}
.carousel-controls > div > div::before {
  font-family: "Font Awesome 7 Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 26px;
  font-weight: 400;
  color: #777777;
  display: block;
}
.carousel-controls > div > div:hover::before {
  font-weight: 900;
  color: #bd4900;
}
.carousel-controls > div > div.prev::before {
  content: "\f359";
}
.carousel-controls > div > div.next {
  margin-bottom: 25px;
}
.carousel-controls > div > div.next::before {
  content: "\f35a";
}

.video-link {
  position: relative;
}
.video-link::before {
  font-family: "Font Awesome 7 Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  content: "\f04b";
  color: #ffffff;
  font-size: 16px;
  z-index: 1;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(calc(-50% + 2px), calc(-50% + 2px));
          transform: translate(calc(-50% + 2px), calc(-50% + 2px));
  font-weight: 900;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.video-link::after {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  border: solid 1px #ffffff;
  border-radius: 44px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.video-link:hover::before {
  opacity: 0.6;
}
.video-link:hover::after {
  opacity: 0.6;
}

/* FEATHER LIGHT */
.featherlight .featherlight-content {
  padding: 0% !important;
  width: 90vw !important;
  border-bottom: none !important;
  background: none !important;
}
.featherlight .featherlight-content iframe {
  min-height: 80vh !important;
  width: 100%;
  height: 100%;
}
.featherlight .featherlight-content img {
  max-height: 90vh !important;
  max-width: 100%;
  width: auto;
  margin: 0px auto;
}
.featherlight button.featherlight-close-icon.featherlight-close {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #bd4900 !important;
  font-size: 14px !important;
  width: 32px !important;
  height: 33px !important;
  line-height: 17px !important;
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .featherlight .featherlight-inner {
    max-width: 90vw !important;
  }
  .featherlight .featherlight-content {
    max-width: 90vw !important;
    margin: 0 auto !important;
  }
}
.parallax-section {
  position: relative;
  overflow: hidden;
}
.parallax-section .container {
  position: relative;
  z-index: 2;
}
.parallax-section .container .parallax-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.parallax-section .container .parallax-layout .parallax-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.parallax-section .container .parallax-layout .parallax-media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.parallax-section .container .parallax-layout .parallax-media img, .parallax-section .container .parallax-layout .parallax-media .parallax-image {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1280px) {
  .parallax-section .container .parallax-layout .parallax-content {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
  .parallax-section .container .parallax-layout .parallax-media {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
  }
}
@media screen and (max-width: 768px) {
  .parallax-section .container .parallax-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .parallax-section .container .parallax-layout .parallax-content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
  .parallax-section .container .parallax-layout .parallax-media {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
  .parallax-section .container .parallax-layout .parallax-media img {
    max-width: 400px;
  }
}

/* - - - -|| COMMON END ||- - - - */
/* - - - -|| HEADER START ||- - - - */
header.desktop {
  width: 100%;
  z-index: 1000;
  position: relative;
}
header.desktop.sticky {
  -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.17);
}
header.desktop.sticky > .bottom {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.17);
}
header.desktop.sticky > .bottom .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding-bottom: 0px;
}
header.desktop.sticky .logo img {
  height: 38px;
}
header.desktop.sticky ul.top > li.current::before {
  bottom: -13px;
}
header.desktop.sticky ul.sub {
  padding: 33px 0px 0px 0px;
}
header.desktop.sticky ul.sub::before {
  top: 17px;
}
header.desktop > .top {
  background-color: #ffffff;
}
header.desktop > .top .container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}
header.desktop .stock-quote {
  font-family: Avenir-Book, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #777777;
}
header.desktop > .bottom {
  background-color: #ffffff;
}
header.desktop > .bottom .container {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 48px;
}
header.desktop .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}
header.desktop .logo a:hover img {
  opacity: 0.7;
}
header.desktop .logo img {
  height: 56px;
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header.desktop nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
header.desktop ul.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 650px;
  list-style: none;
  margin: 0px 0px 0px auto;
  padding: 0px;
}
header.desktop ul.top > li > a {
  font-family: Avenir-Roman, sans-serif;
  font-size: 18px;
  line-height: 1.39;
  color: #0c0c0c !important;
  padding-bottom: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-bottom: 2px solid transparent;
}
header.desktop ul.top > li > a:focus-visible {
  outline: 2px solid #bd4900 !important;
  outline-offset: 2px;
}
header.desktop ul.top > li:hover > a {
  border-bottom: 2px solid #bd4900;
}
header.desktop ul.top > li.has-submenu:hover ul.sub, header.desktop ul.top > li.has-submenu:focus-within ul.sub {
  opacity: 1;
  pointer-events: all;
}
header.desktop ul.top > li.current a {
  border-bottom: 2px solid #bd4900;
}
header.desktop ul.sub {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  list-style: none;
  padding: 43px 0px 0px 0px;
  margin: 0px;
}
header.desktop ul.sub::before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
  top: 27px;
  bottom: 0px;
  left: -10000px;
  right: -10000px;
  z-index: 0;
}
header.desktop ul.sub > li {
  z-index: 1;
  position: relative;
  margin-bottom: 27px;
}
header.desktop ul.sub > li > a {
  font-size: 16px;
  color: #0c0c0c;
}
header.desktop ul.sub > li > a:hover {
  color: #bd4900;
}
header.desktop ul.sub > li > a:focus-visible {
  outline: 2px solid #bd4900 !important;
  outline-offset: 2px;
}
header.desktop ul.subsub {
  padding: 0px 0px 0px 30px;
  margin: 0px;
  list-style: none;
}
header.desktop ul.subsub > li {
  margin-top: 10px;
}
header.desktop ul.subsub > li > a {
  font-size: 16px;
  color: #0c0c0c;
}
header.desktop ul.subsub > li > a:hover {
  color: #bd4900;
}
header.mobile {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000;
  pointer-events: none;
}
header.mobile .head {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.17);
  pointer-events: all;
}
header.mobile .head .container {
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header.mobile .head .logo {
  width: 203px;
  height: 38px;
  position: relative;
}
header.mobile .head .logo img {
  height: 38px;
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 0px;
  left: 0px;
}
header.mobile .head .logo img.color {
  opacity: 1;
}
header.mobile .head .logo img.white {
  opacity: 0;
}
header.mobile .head .menu-icon {
  position: relative;
  width: 25px;
  height: 16px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  pointer-events: all;
}
header.mobile .head .menu-icon span {
  height: 2px;
  width: 100%;
  background-color: #0c0c0c;
  margin-bottom: 5px;
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header.mobile .head .menu-icon span:last-of-type {
  margin-bottom: 0px;
}
header.mobile .mobile-menu {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
  background-color: #fff;
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  pointer-events: none;
}
header.mobile .mobile-menu nav {
  overflow-y: auto;
  max-height: calc(100vh - 60px);
  max-height: calc(var(--vh, 1vh) * 100 - 60px);
}
header.mobile .mobile-menu nav ul.top {
  list-style: none;
  margin: 0px;
  padding: 18px 0px;
}
header.mobile .mobile-menu nav ul.top > li > a {
  font-family: Avenir-Medium, sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #0c0c0c;
  margin: 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 9px 0px;
}
header.mobile .mobile-menu nav ul.top > li > a.has-submenu::after {
  content: "+";
  margin-left: 15px;
}
header.mobile .mobile-menu nav ul.top > li > a.has-submenu.show::after {
  content: "-";
}
header.mobile .mobile-menu nav ul.sub {
  display: none;
  background-color: #ecebe9;
  list-style: none;
  margin: 9px 0px;
  padding: 9px 0px 13px 0px;
}
header.mobile .mobile-menu nav ul.sub > li {
  padding-left: 15px;
}
header.mobile .mobile-menu nav ul.sub > li > a {
  color: #0c0c0c;
  text-align: left;
  margin: 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 11px 0px;
}
header.mobile .mobile-menu nav ul.subsub {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
header.mobile .mobile-menu nav ul.subsub > li {
  padding-left: 30px;
}
header.mobile .mobile-menu nav ul.subsub > li > a {
  color: #0c0c0c;
  text-align: left;
  margin: 0px 20px 0px 30px;
  padding: 11px 0px;
  display: block;
}
header.mobile.open .head {
  background-color: #FFF;
}
header.mobile.open .head .menu-icon {
  width: 20px;
  height: 20px;
}
header.mobile.open .head .menu-icon span {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header.mobile.open .head .menu-icon span:nth-of-type(1) {
  width: 26px;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header.mobile.open .head .menu-icon span:nth-of-type(2) {
  position: absolute;
  width: 0px;
  height: 0px;
  top: 50%;
  opacity: 0;
}
header.mobile.open .head .menu-icon span:nth-of-type(3) {
  width: 26px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header.mobile.open .mobile-menu {
  pointer-events: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

body.home header.desktop {
  -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.17);
}

@media screen and (max-width: 1024px) {
  header.desktop {
    display: none;
  }
  header.mobile {
    display: block;
  }
}
/* - - - -|| HEADER END ||- - - - */
/* - - - -|| INNER START ||- - - - */
#hero {
  min-height: clamp(560px, 100vh, 685px);
  height: auto;
}
#hero .flex {
  min-height: inherit;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#hero .background {
  width: calc((100% - 0px) / 12 * 6 + 0px);
  min-height: inherit;
  height: auto;
}
#hero .text {
  width: calc((100% - 0px) / 12 * 6 + 0px);
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#hero .text .inner {
  max-width: 500px;
}
#hero .text h1 {
  font-family: Avenir-Book, sans-serif;
  font-size: 44px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  color: #f4741e;
  margin-bottom: 0px;
}
#hero .text p {
  color: #ffffff;
}
#hero.str-projects {
  background-color: #435425;
}
#hero.str-projects .background {
  background-image: url(../../../../_resources/banners/hero_projects.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
#hero.str-projects .wave-slider {
  background-image: url(../../../../_resources/waves/wave_line_green.svg);
}
#hero.str-our-impact {
  background-color: #083d54;
}
#hero.str-our-impact .background {
  background-image: url(../../../../_resources/banners/hero_our_impact.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
#hero.str-our-impact .wave-slider {
  background-image: url(../../../../_resources/waves/wave_line_blue.svg);
}
#hero.str-why-copper {
  background-color: #f09469;
  background: rgb(176, 81, 15);
  background: linear-gradient(45deg, #be4b02 6%, #f68453 98%);
}
#hero.str-why-copper .background {
  background-image: url(../../../../_resources/banners/hero_why_copper.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
#hero.str-why-copper .text h1 {
  color: #ffffff;
}
#hero.str-why-copper .wave-slider {
  background-image: url(../../../../_resources/waves/wave_line_copper_v3.svg);
}
@media screen and (max-width: 1024px) {
  #hero {
    min-height: clamp(400px, 80vh, 400px);
    margin-top: 60px;
  }
  #hero .text {
    z-index: 1;
  }
  #hero .text h1 {
    font-size: 34px;
    line-height: 1.5;
  }
  #hero .wave-slider {
    height: 200px;
    bottom: 200px;
  }
}
@media screen and (max-width: 768px) {
  #hero {
    min-height: unset;
  }
  #hero .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #hero .background {
    width: 100%;
    height: 220px;
    min-height: 0;
    z-index: 1;
  }
  #hero.str-our-impact .background {
    background-position: center 20%;
  }
  #hero .text {
    width: 100%;
    padding: 0 20px;
    height: 100px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #hero .text h1 {
    font-family: Avenir-Book, sans-serif;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
  }
  #hero .text p {
    display: none;
  }
  #hero .wave-slider {
    height: 100px;
    bottom: unset;
    top: 0;
    background-size: auto 100%;
  }
}

section#hero-secondary {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-color: #083d54;
}
section#hero-secondary .background {
  height: 180px;
}
section#hero-secondary .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
section#hero-secondary .container .text h1 {
  font-family: Avenir-Book, sans-serif;
  font-size: 44px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  margin-bottom: 0px;
  color: #ffffff;
}
section#hero-secondary .container .text p {
  max-width: 480px;
  color: #ffffff;
}
section#hero-secondary .wave-slider {
  background-image: url(../../../../_resources/waves/hero_blue_wave_line.svg);
  width: 70%;
  left: 35%;
  height: 280px;
  top: 25%;
}
section#hero-secondary.str-news {
  background-color: #435425;
}
@media screen and (max-width: 1024px) {
  section#hero-secondary {
    margin-top: 60px;
  }
  section#hero-secondary .container .text h1 {
    font-size: 34px;
    line-height: 1.5;
  }
  section#hero-secondary .background {
    height: 130px;
  }
  section#hero-secondary .wave-slider {
    height: 100%;
    width: 90%;
    left: 10%;
    top: 35%;
  }
}
@media screen and (max-width: 768px) {
  section#hero-secondary .container .text h1 {
    font-family: Avenir-Medium, sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
  }
  section#hero-secondary .background {
    height: 100px;
  }
}

.centered-block {
  max-width: 1011px;
  margin: 0 auto;
}
.centered-block * {
  text-align: center;
}
.centered-block p {
  color: #777777;
  margin: 0;
}

main a:not(.button, .white-button):hover {
  opacity: 0.7;
}

#content {
  padding-top: 128px;
  padding-bottom: 128px;
  min-height: calc(100vh - 561px);
}
@media screen and (max-width: 1024px) {
  #content {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

/* PROJECTS */
main#projects section#stats .stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main#projects section#stats .stats * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  max-width: 355px;
}
main#projects section#stats .stats h3 {
  max-width: 216px;
  text-align: center;
  margin: 0 auto;
}
main#projects section#stats .stats p {
  margin-bottom: 0px;
}
main#projects section#project-region {
  position: relative;
  background: #ecebe9;
  overflow: hidden;
  min-height: 811px;
}
main#projects section#project-region .container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10vw;
}
main#projects section#project-region .region-text {
  width: 50%;
  padding-top: 120px;
  padding-right: 20px;
  color: #0c0c0c;
}
main#projects section#project-region .region-map {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 0;
  max-width: 718px;
  width: 50%;
  background-image: url(../../../../_resources/bgs/project_region_map.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  z-index: 1;
}
main#projects section#project-region .region-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 3;
  pointer-events: none;
}
main#projects section#project-region .region-wave img {
  display: block;
  width: 100%;
}
main#projects section#principal-projects h3 {
  margin-bottom: 48px;
}
main#projects section#reports .technical-reports {
  background-color: #ecebe9;
  padding: 80px 60px;
}
main#projects section#reports .technical-reports p {
  font-size: 18px;
}
main#projects section#reports .technical-reports .documents {
  margin-top: 32px;
}
main#projects section#projects-resources {
  background-color: #083d54;
}
@media screen and (max-width: 1600px) {
  main#projects section#project-region .region-map {
    max-width: unset;
  }
}
@media screen and (max-width: 1024px) {
  main#projects section#reports .technical-reports {
    padding: 24px;
  }
  main#projects section#reports .technical-reports p {
    font-size: 14px;
  }
  main#projects section#project-region {
    min-height: 650px;
  }
  main#projects section#project-region .region-map {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  main#projects section#stats .stats {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main#projects section#project-region {
    min-height: unset;
    height: auto;
    padding-bottom: 0;
  }
  main#projects section#project-region .container {
    display: block;
    min-height: 0;
    padding-bottom: unset;
  }
  main#projects section#project-region .region-text {
    width: 100%;
    padding: 42px 0px 0px 0px;
    margin-bottom: 0;
  }
  main#projects section#project-region .region-text h3 {
    margin-bottom: 32px;
  }
  main#projects section#project-region .region-map {
    position: relative;
    top: auto;
    bottom: auto;
    width: 100%;
    max-width: 718px;
    height: 350px;
    margin: 0 auto;
    background-position: center center;
    background-size: contain;
  }
  main#projects section#project-region .region-wave {
    position: relative;
    margin-top: -1px;
  }
}

/* OUR IMPACT */
main#our-impact section#community-impact {
  background-color: #ecebe9;
}
main#our-impact section#community-impact .container {
  padding-top: 124px;
  padding-bottom: 12vw;
}
main#our-impact section#community-impact .container .text {
  padding-right: 48px;
}
main#our-impact section#community-impact .container .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}
main#our-impact section#community-impact .container .flex img {
  max-width: 269px;
}
main#our-impact section#community-impact .container .flex .report-info .title {
  color: #bd4900;
  font-family: Avenir-Heavy, sans-serif;
  font-size: 18px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.13px;
  margin-bottom: 24px;
}
main#our-impact section#community-impact .container .flex .report-info p {
  font-size: 16px;
}
main#our-impact section#investment-programs .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
main#our-impact section#investment-programs .logos img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  max-width: 120px;
}
main#our-impact section#social-support {
  background-color: #ecebe9;
}
main#our-impact section#social-support .grid .text {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
main#our-impact section#social-support-alternate {
  background-color: #ecebe9;
}
main#our-impact section#social-support-alternate .social-support-block {
  position: relative;
  min-height: clamp(500px, 100vh, 780px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main#our-impact section#social-support-alternate .social-support-block .background {
  background-position: center 55%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 1000px;
  width: calc((100% - 220px) / 12 * 6 + 100px);
}
main#our-impact section#social-support-alternate .social-support-block > .container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main#our-impact section#social-support-alternate .social-support-block .text {
  width: calc((100% - 220px) / 12 * 6 + 100px);
  padding: 88px 0;
}
main#our-impact section#energy-exports {
  background-color: #083d54;
}
main#our-impact section#colombia .feature-block-secondary .text {
  margin-bottom: 80px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
main#our-impact section#colombia .feature-block-secondary .text .minera-heading {
  display: none;
}
main#our-impact section#colombia .feature-block-secondary .image img {
  height: 100%;
}
main#our-impact section#colombia .wave-slider {
  background-image: url(../../../../_resources/waves/wave_line_copper.svg);
}
@media screen and (max-width: 1600px) {
  main#our-impact section#social-support-alternate .social-support-block {
    min-height: clamp(500px, 100vh, 649px);
  }
  main#our-impact section#social-support-alternate .social-support-block .background {
    max-width: calc((100% - 220px) / 12 * 6 + 100px);
  }
  main#our-impact section#social-support-alternate .social-support-block .text {
    width: calc((100% - 220px) / 12 * 6 + 100px);
    padding: 88px 0;
  }
}
@media screen and (max-width: 1024px) {
  main#our-impact section#community-impact .container {
    padding-top: 40px;
  }
  main#our-impact section#community-impact .container .text {
    padding-right: 0px;
  }
  main#our-impact section#community-impact .container .flex {
    margin-top: 32px;
    margin-bottom: 32px;
    max-width: 500px;
    gap: 12px;
  }
  main#our-impact section#community-impact .container .flex img {
    max-width: 124px;
  }
  main#our-impact section#community-impact .container .flex .report-info .title {
    font-size: 16px;
  }
  main#our-impact section#community-impact .container .flex .report-info p {
    font-size: 14px;
  }
  main#our-impact section#investment-programs .feature-block-secondary .image .image-fullbleed img {
    aspect-ratio: 4/5;
  }
}
@media screen and (max-width: 768px) {
  main#our-impact section#colombia .feature-block-secondary .text {
    margin-bottom: 0px;
  }
  main#our-impact section#colombia .feature-block-secondary .text .minera-heading {
    display: block;
  }
  main#our-impact section#colombia .image {
    display: none;
  }
  main#our-impact section#colombia .logo {
    display: none;
  }
  main#our-impact section#colombia .wave-slider {
    display: none;
  }
  main#our-impact section#investment-programs .feature-block-secondary .image {
    overflow: visible;
  }
  main#our-impact section#investment-programs .feature-block-secondary .image .image-fullbleed {
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  main#our-impact section#investment-programs .feature-block-secondary .image .image-fullbleed img {
    width: 100%;
    display: block;
    aspect-ratio: 4/2;
  }
}
@media screen and (max-width: 576px) {
  main#our-impact section#investment-programs .logos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main#our-impact section#investment-programs .logos img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 96px;
            flex: 0 0 96px;
    width: 96px;
    max-width: 99px;
  }
  main#our-impact section#social-support-alternate {
    overflow: hidden;
  }
  main#our-impact section#social-support-alternate .social-support-block {
    display: block;
  }
  main#our-impact section#social-support-alternate .social-support-block .container .text {
    width: 100%;
    padding: 40px 0;
  }
  main#our-impact section#social-support-alternate .social-support-block .background {
    max-width: 300px;
    width: 80%;
    bottom: -35%;
  }
}

/* WHY COPPER */
main#why-copper section#supply {
  background-color: #ecebe9;
}
main#why-copper section#base-metals .feature-block-secondary {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main#why-copper section#base-metals .feature-block-secondary .image img {
  max-width: 90%;
}
main#why-copper section#base-metals .feature-block-secondary .image p.source {
  margin-top: 24px;
}
main#why-copper section#discoveries {
  background-color: #083d54;
  color: #ffffff;
}
main#why-copper section#discoveries .infographic-wrapper {
  position: relative;
}
main#why-copper section#discoveries .infographic-wrapper .image img {
  display: block;
  width: calc(100% - 300px);
}
main#why-copper section#discoveries .infographic-wrapper .text {
  position: absolute;
  top: 0px;
  right: 0px;
  max-width: 564px;
}
main#why-copper .parallax-section .container .parallax-layout .parallax-content {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
main#why-copper .parallax-section .container .parallax-layout .parallax-media img {
  max-height: 600px;
}
main#why-copper #supply {
  margin-top: -2px;
}
main#why-copper #supply .feature-block-secondary {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  main#why-copper section#base-metals .feature-block-secondary .text h3 {
    margin-bottom: 16px;
  }
  main#why-copper section#base-metals .feature-block-secondary .image img {
    max-width: 100%;
  }
  main#why-copper section#discoveries .infographic-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  main#why-copper section#discoveries .infographic-wrapper .image img {
    width: 100%;
  }
  main#why-copper section#discoveries .infographic-wrapper .text {
    position: unset;
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  main#why-copper .parallax-section .container .parallax-layout .parallax-media img {
    margin: 0 auto;
    max-width: 600px;
  }
}

/* LEADERSHIP */
main#leadership section.our-values {
  background-color: #ecebe9;
  overflow: hidden;
  padding-top: 88px;
  padding-bottom: 9vw;
}
main#leadership section.our-values .highlight.grey {
  margin-bottom: 16px;
}
main#leadership #board-of-directors {
  padding-top: 128px;
}
@media screen and (max-width: 1024px) {
  main#leadership section.our-values {
    padding-top: 40px;
    padding-bottom: 12vw;
    min-height: 480px;
  }
  main#leadership #board-of-directors {
    padding-top: 64px;
  }
}

/* NEWS */
main#news-releases .news-listing .list-item {
  margin-bottom: 20px;
}
main#news-releases .news-listing .list-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main#news-releases .news-listing .list-item.hide {
  display: none;
}

.news-pagination {
  margin-top: 32px;
  text-align: center;
}
.news-pagination .page-btn {
  border: unset;
  background-color: unset;
  font-family: Avenir-Heavy, sans-serif;
  font-size: 18px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.13px;
  color: #777777;
}
.news-pagination .page-btn:hover {
  cursor: pointer;
  color: #bd4900;
}
.news-pagination .page-btn.active {
  text-decoration: underline;
}

#filter-panel .mobile-filter {
  display: none;
}
#filter-panel .filter-toggle {
  display: none;
}
#filter-panel .filter-group {
  margin-bottom: 40px;
  position: relative;
}
#filter-panel .filter-group .highlight {
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ecebe9;
}
#filter-panel .filter-group .highlight.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#filter-panel .filter-group .clear-filters {
  cursor: pointer;
}
#filter-panel .filter-group .filter-options {
  display: block;
}
#filter-panel .filter-group .filter-options .option {
  display: block;
  font-family: Avenir-Book, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #777777;
  margin-bottom: 8px;
  cursor: pointer;
}
#filter-panel .filter-group .filter-options .option input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border: 0;
  background: #ecebe9;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
#filter-panel .filter-group .filter-options .option input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #bd4900;
  border-radius: 50%;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  #filter-panel .filter-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  #filter-panel .mobile-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  #filter-panel .filter-group {
    width: calc((100% - 110px) / 12 * 4 + 30px);
  }
  #filter-panel .filter-group .highlight {
    display: none;
  }
  #filter-panel .filter-toggle {
    font-family: Avenir-Book, sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 12px;
    background: #ecebe9;
    border: 0;
    color: #777777;
    cursor: pointer;
  }
  #filter-panel .filter-toggle::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  #filter-panel .filter-group .filter-options {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 15px;
    background: #ffffff;
    border: 1px solid #ecebe9;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.17);
            box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.17);
  }
  #filter-panel .filter-group .filter-options .option {
    font-size: 12px;
  }
  #filter-panel .filter-group.open .filter-toggle::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  #filter-panel .filter-group.open .filter-options {
    display: block;
  }
}

/* SIDBAR */
.sidebar {
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .sidebar {
    margin-right: 0px;
  }
}

/* SIDENAV */
#sidenav {
  margin-bottom: 95px;
}
#sidenav ul.sub {
  list-style: none;
  margin-top: -7px;
  padding-left: 10px;
}
#sidenav ul.sub > li {
  margin-bottom: 24px;
}
#sidenav ul.sub a {
  font-size: 15px;
  color: #0c0c0c;
}
#sidenav ul.sub a.active {
  color: #777777;
}
#sidenav ul.sub a:hover {
  color: #bd4900;
}
#sidenav ul.subsub {
  list-style: none;
  padding-left: 20px;
  margin: 12px 0px -12px 0px;
}
#sidenav ul.subsub li {
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  #sidenav {
    display: none;
  }
}

#content .link-large {
  font-size: 20px;
  color: #0c0c0c;
  display: inline-block;
}
#content .link-large::before {
  font-family: "Font Awesome 7 Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  font-size: 20px;
  content: "\f060";
  margin-left: 4px;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  white-space: nowrap;
}
#content .link-large:hover::before {
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}
@media screen and (max-width: 1024px) {
  #content .link-large {
    margin-bottom: 24px;
  }
  #content .link-large::before {
    font-size: 16px;
  }
}

/* - - - -|| INNER END ||- - - - */
/* - - - -|| REUSABLE COMPONENT||- - - - */
.highlight-items {
  margin-top: 48px;
}
.highlight-items .item {
  margin-bottom: 20px;
}
.highlight-items .item .title {
  color: #bd4900;
  font-size: 18px;
  font-weight: 800;
}
.highlight-items .item .content p {
  font-size: 14px;
  line-height: 1.36;
}
@media screen and (max-width: 1024px) {
  .highlight-items .item .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .highlight-items {
    margin-top: 24px;
  }
  .highlight-items .item div.content {
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease, opacity 0.35s ease, padding 0.35s ease;
    transition: max-height 0.35s ease, opacity 0.35s ease, padding 0.35s ease;
    padding: 0;
  }
  .highlight-items .item div.content p {
    font-size: 14px;
  }
  .highlight-items .item.active div.content {
    height: auto;
    opacity: 1;
    padding-top: 12px;
  }
  .highlight-items .item .title {
    cursor: pointer;
    position: relative;
    margin-bottom: 0px;
  }
  .highlight-items .item .title::after {
    content: "+";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-left: 4px;
  }
  .highlight-items .item.active .title::after {
    content: "−";
  }
}

.carousel-slider {
  position: relative;
  min-height: 649px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.carousel-slider .background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  width: 50%;
}
.carousel-slider > .container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.carousel-slider .text {
  position: relative;
  width: calc((100% - 2200px) / 12 * 6 + 1000px);
  max-width: 800px;
  padding: 88px 0;
  margin-left: auto;
}
.carousel-slider .swiper-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}
.carousel-slider .swiper-button-prev, .carousel-slider .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 40px;
  height: 40px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}
.carousel-slider .swiper-button-prev::after, .carousel-slider .swiper-button-next::after {
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
.carousel-slider .swiper-pagination {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  -webkit-transform: none !important;
          transform: none !important;
}
.carousel-slider .swiper-pagination.swiper-pagination-bullets-dynamic {
  -webkit-transform: none !important;
          transform: none !important;
  left: auto !important;
}
.carousel-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  border-radius: 50%;
  background: #ecebe9;
  opacity: 1;
}
.carousel-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #f4741e;
}
@media screen and (max-width: 1280px) {
  .carousel-slider .text {
    width: calc((100% - 880px) / 12 * 6 + 400px);
  }
}
@media screen and (max-width: 1024px) {
  .carousel-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    min-height: auto;
  }
  .carousel-slider > .container {
    display: block;
  }
  .carousel-slider .background {
    position: static;
    width: 100%;
    height: 450px;
    background-position: center 10%;
  }
  .carousel-slider .text {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding: 40px 0px;
  }
  .carousel-slider .swiper-button-prev, .carousel-slider .swiper-button-next {
    width: 25px;
    height: 25px;
  }
  .carousel-slider .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 2px;
  }
  .carousel-slider .swiper-pagination .background {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .carousel-slider .swiper-controls {
    margin-top: 10px;
  }
}

.carousel-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.carousel-slider.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.carousel-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.carousel-slider.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

/* - - - -|| NEWS START ||- - - - */
section#news .text h3 {
  margin: 8px 0px 40px 0px;
}
@media screen and (max-width: 1024px) {
  section#news .mobile-only .arrow-link {
    display: block;
    text-align: center;
  }
  section#news h3 {
    text-align: center;
    font-family: Avenir-Book, sans-serif;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    margin: 0px 0px 32px 0px;
  }
}

.news-listing .list-item {
  min-height: 340px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.17);
  padding: 36px;
  border-radius: 14px;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-listing .list-item .date {
  font-family: Avenir-Book, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: 0.12px;
  color: #777777;
  margin-bottom: 36px;
}
.news-listing .list-item .title {
  font-family: Avenir-Heavy, sans-serif;
  font-size: 18px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.13px;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}
.news-listing .list-item .title a {
  color: #0c0c0c;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.news-listing .list-item .arrow-link {
  font-family: Avenir-Medium, sans-serif;
  font-weight: normal;
  position: relative;
  z-index: 2;
  margin-top: auto;
}
.news-listing .list-item:hover .title a {
  color: #bd4900;
}
.news-listing .list-item:hover .arrow-link::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
@media screen and (max-width: 1024px) {
  .news-listing {
    margin-bottom: 24px;
  }
  .news-listing .list-item {
    margin-bottom: 20px;
    padding: 24px;
  }
  .news-listing .list-item .date {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 576px) {
  .news-listing .list-item {
    min-height: unset;
  }
}

/* - - - -|| NEWS END ||- - - - */
/* - - - -|| SIGNUP FORM START ||- - - - */
section#subscribe .newsletter {
  background-color: #ecebe9;
}
section#subscribe .newsletter .head {
  font-family: Avenir-Book, sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.12px;
  margin-bottom: 24px;
}
section#subscribe .newsletter > div {
  width: calc((100% - 440px) / 12 * 10 + 360px);
  margin: 0px auto;
}
section#subscribe .newsletter input {
  width: 100%;
  border: solid 1px #ffffff;
  background-color: #ffffff;
  font-size: 14px;
  border-radius: 4px;
  height: 48px;
  padding: 0px 16px;
  margin-bottom: 36px;
}
section#subscribe .newsletter input::-webkit-input-placeholder {
  color: #777777;
}
section#subscribe .newsletter input::-moz-placeholder {
  color: #777777;
}
section#subscribe .newsletter input:-ms-input-placeholder {
  color: #777777;
}
section#subscribe .newsletter input::-ms-input-placeholder {
  color: #777777;
}
section#subscribe .newsletter input::placeholder {
  color: #777777;
}
section#subscribe .newsletter input:active, section#subscribe .newsletter input:focus {
  border: 1px solid #888888;
}
section#subscribe .newsletter .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section#subscribe .newsletter .consent {
  max-width: 556px;
  font-family: Avenir-Book, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #777777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section#subscribe .newsletter .consent input[type=checkbox] {
  width: 16px;
  height: unset;
  margin-right: 8px;
  margin-top: 4px;
}
section#subscribe .newsletter .consent label {
  font-family: Avenir-Book, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #777777;
}
section#subscribe .newsletter .consent.error {
  border: solid 1px red;
}
section#subscribe .newsletter .signup-message {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  section#subscribe {
    width: 100%;
  }
  section#subscribe .newsletter {
    margin-bottom: 0px;
  }
  section#subscribe .newsletter .head {
    font-family: Avenir-Medium, sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
  }
  section#subscribe .newsletter input {
    margin-bottom: 20px;
  }
  section#subscribe .newsletter > div {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  section#subscribe .newsletter {
    padding: 40px 0;
  }
  section#subscribe .newsletter .flex {
    display: block;
  }
  section#subscribe .newsletter .flex > div {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* - - - -|| SIGNUP FORM END ||- - - - */
/* - - - -|| FOOTER START ||- - - - */
footer {
  background-color: #ecebe9;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
footer::before {
  content: "";
  background-image: url(../../../../_resources/logos/logo_watermark.svg);
  position: absolute;
  top: 0px;
  right: -26px;
  width: 448px;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
footer .top .head {
  font-family: Avenir-Heavy, sans-serif;
  font-size: 14px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: -0.11px;
  margin-bottom: 16px;
}
footer .top .logo {
  max-width: 160px;
}
footer .top .logo img {
  height: 38px;
}
footer .top nav .head {
  color: #777777;
}
footer .top nav a {
  font-family: Avenir-Book, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  margin-bottom: 8px;
  color: #0c0c0c;
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
footer .top nav a:hover {
  opacity: 0.7;
}
footer .top .contact .head {
  color: #777777;
}
footer .top .contact .head.secondary {
  margin-top: 24px;
}
footer .top .contact a, footer .top .contact p {
  font-family: Avenir-Book, sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #0c0c0c;
}
footer .top .contact p {
  margin: 0 0 8px 0;
}
footer .top .contact a {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
footer .top .contact a:hover {
  opacity: 0.7;
}
footer .top .right {
  text-align: right;
}
footer .top .right .head {
  color: #bd4900;
}
footer .top .right .stock-quote {
  font-family: Avenir-Book, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #777777;
  margin-bottom: 16px;
}
footer .top .right a {
  color: #777777;
  font-family: "Font Awesome 7 Pro";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
footer .top .right a:hover {
  color: #bd4900;
}
footer .bottom {
  background-color: #435425;
  font-family: Avenir-Book, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #ffffff;
  padding: 8px 0px;
}
footer .bottom .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .bottom a {
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
footer .bottom a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  footer nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer::before {
    top: -24px;
    width: 300px;
    height: 300px;
  }
  footer .top .contact p {
    margin-bottom: 16px;
    color: #777777;
  }
  footer .top .contact a {
    color: #777777;
  }
  footer .top .head {
    margin-bottom: 4px;
  }
  footer .top .logo {
    margin-bottom: 24px;
  }
  footer .top .right {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  footer .top .right .social {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  footer .bottom {
    font-size: 12px;
  }
  footer .bottom .container {
    display: block;
  }
  footer .bottom .right {
    margin-top: 8px;
  }
  footer .bottom .left a {
    display: inline-block;
    margin-bottom: 4px;
  }
}

.termsfeed-com---pc-dialog .cc-cp-foot-button .cc-cp-foot-save,
.termsfeed-com---reset .cc-nb-buttons-container .cc-nb-okagree,
.termsfeed-com---reset .cc-nb-buttons-container .cc-nb-reject {
  background-color: #323f1c;
}

/* - - - -|| FOOTER END ||- - - - */