@font-face {
  font-family: Roboto;
  src:
    url(../fonts/Roboto-Thin.woff2) format("woff2"),
    url(../fonts/Roboto-Thin.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src:
    url(../fonts/Roboto-ThinItalic.woff2) format("woff2"),
    url(../fonts/Roboto-ThinItalic.woff) format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src:
    url(../fonts/Roboto-LightItalic.woff2) format("woff2"),
    url(../fonts/Roboto-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src:
    url(../fonts/Roboto-Black.woff2) format("woff2"),
    url(../fonts/Roboto-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src:
    url(../fonts/Roboto-Medium.woff2) format("woff2"),
    url(../fonts/Roboto-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src:
    url(../fonts/Roboto-BlackItalic.woff2) format("woff2"),
    url(../fonts/Roboto-BlackItalic.woff) format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src:
    url(../fonts/Roboto-Regular.woff2) format("woff2"),
    url(../fonts/Roboto-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src:
    url(../fonts/Roboto-MediumItalic.woff2) format("woff2"),
    url(../fonts/Roboto-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src:
    url(../fonts/Roboto-Italic.woff2) format("woff2"),
    url(../fonts/Roboto-Italic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src:
    url(../fonts/Roboto-Light.woff2) format("woff2"),
    url(../fonts/Roboto-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src:
    url(../fonts/Roboto-BoldItalic.woff2) format("woff2"),
    url(../fonts/Roboto-BoldItalic.woff) format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src:
    url(../fonts/Roboto-Bold.woff2) format("woff2"),
    url(../fonts/Roboto-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Teko;
  src:
    url(../fonts/Teko-Bold.woff2) format("woff2"),
    url(../fonts/Teko-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Teko;
  src:
    url(../fonts/Teko-Medium.woff2) format("woff2"),
    url(../fonts/Teko-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Teko;
  src:
    url(../fonts/Teko-Light.woff2) format("woff2"),
    url(../fonts/Teko-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Teko;
  src:
    url(../fonts/Teko-SemiBold.woff2) format("woff2"),
    url(../fonts/Teko-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Teko;
  src:
    url(../fonts/Teko-Regular.woff2) format("woff2"),
    url(../fonts/Teko-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth !important;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
}
html {
  height: -webkit-fill-available;
}
body,
html {
  height: 100%;
}
body *,
body :after,
body :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: Roboto, sans-serif;
  line-height: 1.5;
  font-size: 16px;
  color: #fff;
  overflow-x: hidden;
  overflow-anchor: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
}
body:after {
  content: "bp-x-small";
  visibility: hidden;
  clip: rect(0 0 0 0);
  overflow: hidden;
  width: 0;
  height: 0;
}
body .js-breakpoints-bp-x-small,
body:after {
  position: absolute;
}
@media (min-width: 640px) {
  body:after {
    content: "bp-small";
    visibility: hidden;
    clip: rect(0 0 0 0);
    overflow: hidden;
    width: 0;
    height: 0;
  }
  body .js-breakpoints-bp-small,
  body:after {
    position: absolute;
  }
}
@media (min-width: 960px) {
  body:after {
    content: "bp-medium";
    visibility: hidden;
    clip: rect(0 0 0 0);
    overflow: hidden;
    width: 0;
    height: 0;
  }
  body .js-breakpoints-bp-medium,
  body:after {
    position: absolute;
  }
}
@media (min-width: 1330px) {
  body:after {
    content: "bp-large";
    visibility: hidden;
    clip: rect(0 0 0 0);
    overflow: hidden;
    width: 0;
    height: 0;
  }
  body .js-breakpoints-bp-large,
  body:after {
    position: absolute;
  }
}
@media (min-width: 1440px) {
  body:after {
    content: "bp-x-large";
    visibility: hidden;
    clip: rect(0 0 0 0);
    overflow: hidden;
    width: 0;
    height: 0;
  }
  body .js-breakpoints-bp-x-large,
  body:after {
    position: absolute;
  }
}
@media (min-width: 1920px) {
  body:after {
    content: "bp-wide";
    visibility: hidden;
    clip: rect(0 0 0 0);
    overflow: hidden;
    width: 0;
    height: 0;
  }
  body .js-breakpoints-bp-wide,
  body:after {
    position: absolute;
  }
}
@media (max-width: 959px) {
  body:after {
    content: "bp-small-max";
    visibility: hidden;
    clip: rect(0 0 0 0);
    overflow: hidden;
    width: 0;
    height: 0;
  }
  body .js-breakpoints-bp-small-max,
  body:after {
    position: absolute;
  }
}
@media (max-width: 1329px) {
  body:after {
    content: "bp-medium-max";
    visibility: hidden;
    clip: rect(0 0 0 0);
    overflow: hidden;
    width: 0;
    height: 0;
  }
  body .js-breakpoints-bp-medium-max,
  body:after {
    position: absolute;
  }
}
@media (max-width: 1329px) {
  body.m-overflow-hidden {
    overflow: hidden;
    position: fixed;
    height: var(--vh, 100vh);
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  body.m-overflow-hidden .content-region {
    overflow: hidden;
  }
}
.skip-to-content-link {
  background: #ce6a08;
  color: #fff;
  padding: 12px;
  display: block;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
  z-index: 999;
  top: 0;
  border-bottom-right-radius: 10px;
}
.skip-to-content-link:focus {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.content-region {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.sr-only {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0);
  overflow: hidden !important;
}
.lazyload,
.lazyloading {
  background-color: #efefef;
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.placeholder-block {
  min-height: 200px;
}
.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ce6a08;
  -webkit-animation: lds-grid 1.2s linear infinite;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:first-child {
  top: 8px;
  left: 8px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  -webkit-animation-delay: -1.6s;
  animation-delay: -1.6s;
}
@-webkit-keyframes lds-grid {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes lds-grid {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.fade-enter-active {
  -webkit-animation: fade 0.5s;
  animation: fade 0.5s;
}
.fade-leave-active {
  animation: fade 0.5s reverse;
}
.fade-up-enter-active {
  -webkit-animation: fade-up 0.5s;
  animation: fade-up 0.5s;
}
.fade-up-leave-active {
  animation: fade-up 0.5s reverse;
}
.bounce-enter-active {
  -webkit-animation: bounce-in 0.5s;
  animation: bounce-in 0.5s;
}
.bounce-leave-active {
  animation: bounce-in 0.5s reverse;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounce-in {
  0% {
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.2);
    transform: translateX(-50%) scale(1.2);
  }
  to {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
}
@keyframes bounce-in {
  0% {
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.2);
    transform: translateX(-50%) scale(1.2);
  }
  to {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
}
@-webkit-keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  to {
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  to {
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.colours {
  text-align: center;
  padding: 30px;
}
@media (min-width: 960px) {
  .colours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
  .colours > * {
    width: calc(25% - 25px);
    margin-bottom: 25px;
    margin-right: 12.5px;
    margin-left: 12.5px;
  }
  @supports (row-gap: 10px) {
    .colours {
      -webkit-column-gap: 25px;
      -moz-column-gap: 25px;
      column-gap: 25px;
      row-gap: 25px;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr) [4];
      grid-template-columns: repeat(4, 1fr);
    }
    .colours,
    .colours > * {
      margin-left: 0;
      margin-right: 0;
    }
    .colours > * {
      width: auto;
      margin-bottom: 0;
    }
  }
}
.swatch {
  border: 15px solid #fff;
  background-color: #fff;
  margin-bottom: 25px;
  -webkit-box-shadow: 3px 4px 5px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 4px 5px -3px rgba(0, 0, 0, 0.15);
}
.swatch__bg {
  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;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  height: 120px;
}
.swatch__bg--alpha {
  background-color: #ce6a08;
}
.swatch__title {
  padding-top: 15px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}
.icon-collection {
  max-width: 1200px;
  margin: 0 auto;
}
.icon-collection__list {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.icon-collection__image,
.icon-collection__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.icon-collection__image {
  height: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eee;
  border: 1px solid #ccc;
}
.icon-collection__card {
  width: 33%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 100%;
}
@media (min-width: 960px) {
  .icon-collection__card {
    width: 16%;
  }
}
.icon-collection__card svg {
  max-width: 70px;
  max-height: 60px;
  fill: #ce6a08;
}
.icon-collection__title {
  text-align: center;
  padding: 10px;
  margin-top: 20px;
}
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12.5px;
  margin-right: -12.5px;
  height: 100vh;
  background-color: hsla(0, 0%, 100%, 0.2);
}
.grid > * {
  width: calc(8.33333% - 25px);
  margin-bottom: 25px;
  margin-right: 12.5px;
  margin-left: 12.5px;
}
@supports (row-gap: 10px) {
  .grid {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 25px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [12];
    grid-template-columns: repeat(12, 1fr);
  }
  .grid,
  .grid > * {
    margin-left: 0;
    margin-right: 0;
  }
  .grid > * {
    width: auto;
    margin-bottom: 0;
  }
}
.grid > div {
  background-color: hsla(0, 0%, 100%, 0.2);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ce6a08;
  font-family: Teko, serif;
  margin: 0 0 25px;
  font-weight: 400;
  line-height: 1.2;
}
h1 {
  font-size: 4.5rem;
}
@media screen and (min-width: 320px) {
  h1 {
    font-size: calc(53.62376px + 5.74257vw);
  }
}
@media screen and (min-width: 1330px) {
  h1 {
    font-size: 8.125rem;
  }
}
h2 {
  font-size: 2.625rem;
}
@media screen and (min-width: 320px) {
  h2 {
    font-size: calc(36.29703px + 1.78218vw);
  }
}
@media screen and (min-width: 1330px) {
  h2 {
    font-size: 3.75rem;
  }
}
h3 {
  font-size: 2.25rem;
}
@media screen and (min-width: 320px) {
  h3 {
    font-size: calc(31.56436px + 1.38614vw);
  }
}
@media screen and (min-width: 1330px) {
  h3 {
    font-size: 3.125rem;
  }
}
h4 {
  font-size: 2.5rem;
}
@media screen and (min-width: 320px) {
  h4 {
    font-size: calc(37.46535px + 0.79208vw);
  }
}
@media screen and (min-width: 1330px) {
  h4 {
    font-size: 3rem;
  }
}
a {
  text-decoration: none;
  color: #ce6a08;
  font-weight: 600;
}
ul {
  margin: 0 0 24px;
  font-size: 1.125rem;
}
@media screen and (min-width: 320px) {
  ul {
    font-size: 18px;
  }
}
@media screen and (min-width: 1330px) {
  ul {
    font-size: 1.125rem;
  }
}
ol {
  margin: 0 0 24px;
  font-size: 1.125rem;
}
@media screen and (min-width: 320px) {
  ol {
    font-size: 18px;
  }
}
@media screen and (min-width: 1330px) {
  ol {
    font-size: 1.125rem;
  }
}
p {
  margin: 0 0 16px;
  font-size: 1.125rem;
}
@media screen and (min-width: 320px) {
  p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1330px) {
  p {
    font-size: 1.125rem;
  }
}
.o-container {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .o-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 960px) {
  .o-container {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 1330px) {
  .o-container {
    max-width: 1330px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.o-container--slim {
  max-width: 1120px;
}
.o-container--extra-slim {
  max-width: 700px;
}
.o-container--full-height {
  height: 100%;
}
.o-container--remove-padding {
  padding: 0;
}
.o-container--break-out {
  max-width: 1380px;
}
.o-container--half-padding {
  padding-left: 16.66667px;
  padding-right: 16.66667px;
}
@media (min-width: 640px) {
  .o-container--half-padding {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}
@media (min-width: 960px) {
  .o-container--half-padding {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.o-container--relative {
  position: relative;
}
@media (max-width: 959px) {
  .o-container--remove-padding-at-medium {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 639px) {
  .o-container--remove-padding-at-small {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 960px) {
  .o-page__section {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [12];
    grid-template-columns: repeat(12, 1fr);
  }
  @supports (grid-gap: 1rem) {
    .o-page__section {
      gap: 25px;
    }
  }
}
@media (min-width: 960px) {
  .o-page__aside {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    margin-right: 12.5px;
  }
  @supports (grid-gap: 1rem) {
    .o-page__aside {
      margin-right: 0;
    }
  }
}
@media (min-width: 960px) {
  .o-page__content {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    margin-left: 12.5px;
  }
  @supports (grid-gap: 1rem) {
    .o-page__content {
      margin-left: 0;
    }
  }
}
.o-page__full {
  width: 100%;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
}
.o-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 640px) {
  .o-row--2-col-from-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
  .o-row--2-col-from-small > * {
    width: calc(50% - 25px);
    margin-bottom: 25px;
    margin-right: 12.5px;
    margin-left: 12.5px;
  }
  @supports (row-gap: 10px) {
    .o-row--2-col-from-small {
      -webkit-column-gap: 25px;
      -moz-column-gap: 25px;
      column-gap: 25px;
      row-gap: 25px;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr) [2];
      grid-template-columns: repeat(2, 1fr);
      margin-left: 0;
      margin-right: 0;
    }
    .o-row--2-col-from-small > * {
      width: auto;
      margin-bottom: 0;
      margin-right: 0;
      margin-left: 0;
    }
  }
}
@media (min-width: 640px) {
  .o-row--2-col-from-small-extra-margin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -37.5px;
    margin-right: -37.5px;
  }
  .o-row--2-col-from-small-extra-margin > * {
    width: calc(50% - 75px);
    margin-bottom: 75px;
    margin-right: 37.5px;
    margin-left: 37.5px;
  }
  @supports (row-gap: 10px) {
    .o-row--2-col-from-small-extra-margin {
      -webkit-column-gap: 75px;
      -moz-column-gap: 75px;
      column-gap: 75px;
      row-gap: 75px;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr) [2];
      grid-template-columns: repeat(2, 1fr);
      margin-left: 0;
      margin-right: 0;
    }
    .o-row--2-col-from-small-extra-margin > * {
      width: auto;
      margin-bottom: 0;
      margin-right: 0;
      margin-left: 0;
    }
  }
}
@media (min-width: 960px) {
  .o-row--2-col-from-medium {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
  .o-row--2-col-from-medium > * {
    width: calc(50% - 25px);
    margin-bottom: 25px;
    margin-right: 12.5px;
    margin-left: 12.5px;
  }
  @supports (row-gap: 10px) {
    .o-row--2-col-from-medium {
      -webkit-column-gap: 25px;
      -moz-column-gap: 25px;
      column-gap: 25px;
      row-gap: 25px;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr) [2];
      grid-template-columns: repeat(2, 1fr);
      margin-left: 0;
      margin-right: 0;
    }
    .o-row--2-col-from-medium > * {
      width: auto;
      margin-bottom: 0;
      margin-right: 0;
      margin-left: 0;
    }
  }
}
@media (min-width: 960px) {
  .o-row--3-col-from-medium {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
  .o-row--3-col-from-medium > * {
    width: calc(33.33333% - 25px);
    margin-bottom: 25px;
    margin-right: 12.5px;
    margin-left: 12.5px;
  }
  @supports (row-gap: 10px) {
    .o-row--3-col-from-medium {
      -webkit-column-gap: 25px;
      -moz-column-gap: 25px;
      column-gap: 25px;
      row-gap: 25px;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr) [3];
      grid-template-columns: repeat(3, 1fr);
      margin-left: 0;
      margin-right: 0;
    }
    .o-row--3-col-from-medium > * {
      width: auto;
      margin-bottom: 0;
      margin-right: 0;
      margin-left: 0;
    }
  }
}
@media (min-width: 1330px) {
  .o-row--2-col-from-large-extra-margin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -37.5px;
    margin-right: -37.5px;
  }
  .o-row--2-col-from-large-extra-margin > * {
    width: calc(50% - 75px);
    margin-bottom: 75px;
    margin-right: 37.5px;
    margin-left: 37.5px;
  }
  @supports (row-gap: 10px) {
    .o-row--2-col-from-large-extra-margin {
      -webkit-column-gap: 75px;
      -moz-column-gap: 75px;
      column-gap: 75px;
      row-gap: 75px;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr) [2];
      grid-template-columns: repeat(2, 1fr);
      margin-left: 0;
      margin-right: 0;
    }
    .o-row--2-col-from-large-extra-margin > * {
      width: auto;
      margin-bottom: 0;
      margin-right: 0;
      margin-left: 0;
    }
  }
}
@media (min-width: 1330px) {
  .o-row--3-col-from-large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
  .o-row--3-col-from-large > * {
    width: calc(33.33333% - 25px);
    margin-bottom: 25px;
    margin-right: 12.5px;
    margin-left: 12.5px;
  }
  @supports (row-gap: 10px) {
    .o-row--3-col-from-large {
      -webkit-column-gap: 25px;
      -moz-column-gap: 25px;
      column-gap: 25px;
      row-gap: 25px;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr) [3];
      grid-template-columns: repeat(3, 1fr);
      margin-left: 0;
      margin-right: 0;
    }
    .o-row--3-col-from-large > * {
      width: auto;
      margin-bottom: 0;
      margin-right: 0;
      margin-left: 0;
    }
  }
}
@media (min-width: 1330px) {
  .o-row--3-col-from-large-extra-margin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -37.5px;
    margin-right: -37.5px;
  }
  .o-row--3-col-from-large-extra-margin > * {
    width: calc(33.33333% - 75px);
    margin-bottom: 75px;
    margin-right: 37.5px;
    margin-left: 37.5px;
  }
  @supports (row-gap: 10px) {
    .o-row--3-col-from-large-extra-margin {
      -webkit-column-gap: 75px;
      -moz-column-gap: 75px;
      column-gap: 75px;
      row-gap: 75px;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr) [3];
      grid-template-columns: repeat(3, 1fr);
      margin-left: 0;
      margin-right: 0;
    }
    .o-row--3-col-from-large-extra-margin > * {
      width: auto;
      margin-bottom: 0;
      margin-right: 0;
      margin-left: 0;
    }
  }
}
.o-row--flex {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.o-row--full-width {
  width: 100%;
}
.o-row--full-height {
  height: 100%;
}
.o-row--65-height {
  height: 80%;
}
.o-row--align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.o-row--align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.o-row--align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.o-row--align-space-between {
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
}
.o-row--align-space-around {
  -webkit-box-align: space-around;
  -ms-flex-align: space-around;
  align-items: space-around;
}
.o-row--justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.o-row--justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.o-row--justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.o-row--justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.o-row--flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.o-row--justify-center-at-medium {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 960px) {
  .o-row--justify-center-at-medium {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.o-row--justify-end-at-medium {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 960px) {
  .o-row--justify-end-at-medium {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (max-width: 639px) {
  .o-row--disable-at-small {
    display: block;
  }
  .o-row--disable-at-small > * {
    margin-bottom: 25px;
  }
}
@media (max-width: 959px) {
  .o-row--disable-at-medium {
    display: block;
  }
  .o-row--disable-at-medium > * {
    margin-bottom: 25px;
  }
}
@media (max-width: 959px) {
  .o-row--flex-col-at-medium {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.o-row--distribute-children > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.o-row--text-center {
  text-align: center;
}
@media (max-width: 959px) {
  .o-row--column-at-medium {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
@media (max-width: 959px) {
  .o-row--flip-order-at-medium > :last-child {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (min-width: 1330px) {
  .o-row--extra-padding-from-large {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 960px) {
  .o-row--extra-padding-from-medium {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 639px) {
  .o-row--children-double-margin-at-small > * {
    margin-bottom: 50px;
  }
}
.o-item {
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 960px) {
  .o-item {
    padding-bottom: 0;
  }
}
@media (min-width: 960px) {
  .o-item--featured {
    padding-right: 20px;
    padding-bottom: 0;
  }
}
@media (min-width: 1330px) {
  .o-item--featured {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.o-item--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.o-item--order-first-at-mobile {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
@media (min-width: 960px) {
  .o-item--order-first-at-mobile {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (max-width: 959px) {
  .o-item--remove-padding-at-mobile {
    padding-bottom: 0;
  }
}
.overlay {
  opacity: 0;
  z-index: -9999px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: none;
}
.overlay--visible {
  opacity: 1;
  z-index: 50;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.accordion-component__accordion-item {
  border-bottom: 1px solid #ce6a08;
}
.accordion-component__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  width: 100%;
  padding: 32px;
  border: none;
  background: none;
  outline: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.accordion-component__button:focus,
.accordion-component__button:hover {
  cursor: pointer;
  color: #fff;
}
.accordion-component__button:focus:after,
.accordion-component__button:hover:after {
  cursor: pointer;
  color: #fff;
  border: 1px solid #fff;
}
.accordion-component__button[aria-expanded="true"] .accordion-component__title {
  color: #ce6a08;
}
.accordion-component__button[aria-expanded="true"] .accordion-component__icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-component__button[aria-expanded="true"]
  .accordion-component__icon
  svg {
  fill: #ce6a08;
}
.accordion-component__button[aria-expanded="true"]
  + .accordion-component__accordion-content {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  will-change: opacity, max-height;
  margin-bottom: -1px;
}
.accordion-component__title {
  margin: 0;
  line-height: 1.2;
  font-family: Roboto, sans-serif;
  padding-right: 25px;
  color: #ce6a08;
  font-weight: 600;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  font-size: 1.375rem;
}
@media screen and (min-width: 320px) {
  .accordion-component__title {
    font-size: calc(20.73267px + 0.39604vw);
  }
}
@media screen and (min-width: 1330px) {
  .accordion-component__title {
    font-size: 1.625rem;
  }
}
.accordion-component__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 11px;
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  position: relative;
}
.accordion-component__icon svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  fill: #ce6a08;
}
.accordion-component__accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition:
    opacity 0.2s linear,
    max-height 0.2s linear;
  transition:
    opacity 0.2s linear,
    max-height 0.2s linear;
  will-change: opacity, max-height;
  color: #fff;
}
.accordion-component__content-holder {
  padding: 0 32px 32px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property:
    opacity,
    -webkit-filter;
  transition-property:
    opacity,
    -webkit-filter;
  transition-property: opacity, filter;
  transition-property:
    opacity,
    filter,
    -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  height: 21px;
}
.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #fff;
}
.theme-light .hamburger.is-active .hamburger-inner,
.theme-light .hamburger.is-active .hamburger-inner:after,
.theme-light .hamburger.is-active .hamburger-inner:before {
  background-color: #ce6a08;
}
.hamburger-box {
  width: 30px;
  height: 21px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 30px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-filter: drop-shadow();
  filter: drop-shadow();
}
.theme-light .hamburger-inner,
.theme-light .hamburger-inner:after,
.theme-light .hamburger-inner:before {
  background-color: #ce6a08;
}
.hamburger-inner:after,
.hamburger-inner:before {
  content: "";
  display: block;
}
.hamburger-inner:before {
  top: -9px;
}
.hamburger-inner:after {
  bottom: -9px;
}
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  -webkit-transition-duration: 0.275s;
  transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner:before {
  top: 9px;
  -webkit-transition: opacity 0.125s ease 0.275s;
  transition: opacity 0.125s ease 0.275s;
}
.hamburger--elastic .hamburger-inner:after {
  top: 18px;
  -webkit-transition: -webkit-transform 0.275s
    cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition:
    transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(135deg);
  transform: translate3d(0, 9px, 0) rotate(135deg);
  -webkit-transition-delay: 75ms;
  transition-delay: 75ms;
}
.hamburger--elastic.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(-270deg);
  transform: translate3d(0, -18px, 0) rotate(-270deg);
  -webkit-transition-delay: 75ms;
  transition-delay: 75ms;
}
.quote-panel {
  z-index: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.quote-panel__container {
  position: relative;
  padding: 0 50px;
}
@media (min-width: 960px) {
  .quote-panel__container {
    padding: 0;
  }
}
.quote-panel__content {
  position: relative;
}
.quote-panel__name {
  margin: 0;
  color: #ce6a08;
  display: block;
  line-height: 1.2;
  position: relative;
  padding-left: 12px;
  font-size: 1rem;
}
@media screen and (min-width: 960px) {
  .quote-panel__name {
    font-size: 16px;
  }
}
@media screen and (min-width: 1330px) {
  .quote-panel__name {
    font-size: 1rem;
  }
}
.quote-panel__name:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 2px;
  background-color: #ce6a08;
}
.quote-panel__location {
  font-style: italic;
}
.quote-panel__quote {
  z-index: 10;
  position: inherit;
  padding-right: 10px;
  padding-left: 10px;
}
.quote-panel__quote p {
  line-height: 1;
  font-family: Teko, serif;
  font-size: 2.25rem;
}
@media screen and (min-width: 320px) {
  .quote-panel__quote p {
    font-size: calc(31.56436px + 1.38614vw);
  }
}
@media screen and (min-width: 1330px) {
  .quote-panel__quote p {
    font-size: 3.125rem;
  }
}
.quote-panel__quote p:before {
  content: open-quote;
  margin-left: -8px;
  padding-right: 3px;
}
.quote-panel__quote p:after {
  content: close-quote;
}
@media (max-width: 1329px) {
  .c-navigation {
    display: block;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    top: 100%;
    z-index: 100;
    left: 0;
    width: 100%;
    visiblity: hidden;
    left: -99999px;
    padding: 20px;
    height: 100vh;
    height: var(--vh);
  }
}
@media (max-width: 1329px) {
  .c-navigation__mobile-active {
    opacity: 1;
    visiblity: visible;
    left: 0;
    background: #000;
    overflow-x: hidden;
    width: 100vw;
  }
}
@media (max-width: 1329px) {
  .c-navigation--scroll-locked {
    overflow-y: hidden !important;
  }
}
@media (min-width: 1330px) {
  .c-navigation {
    height: auto !important;
  }
  .c-header__primary--is-sticky .c-navigation {
    height: auto;
  }
}
@media (min-width: 1330px) {
  .c-navigation__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
}
@media (max-width: 1329px) {
  .c-navigation__wrapper {
    height: 100%;
    background-color: #000;
  }
}
.c-navigation__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #000;
  -webkit-box-shadow: inset -2px 7px 4px -6px rgba(0, 0, 0, 0.1);
  box-shadow: inset -2px 7px 4px -6px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1330px) {
  .c-navigation__list {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  .c-header__primary--is-sticky .c-navigation__list:after {
    height: 100%;
  }
}
.c-navigation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #666;
  min-height: 56px;
}
@media (min-width: 1330px) {
  .c-navigation__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    text-align: center;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    min-height: 136px;
    z-index: 9999;
  }
}
.c-navigation__item--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1330px) {
  .c-navigation__item--open .c-navigation__triangle,
  .c-navigation__item:hover .c-navigation__triangle {
    opacity: 1;
  }
}
.c-navigation__item--open .c-navigation__col,
.c-navigation__item:hover .c-navigation__col {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (min-width: 1330px) {
  .c-navigation__item--open .c-navigation__mega,
  .c-navigation__item:hover .c-navigation__mega {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    max-width: 95%;
  }
}
.c-navigation__item--open:before,
.c-navigation__item:hover:before {
  opacity: 0.8;
}
.c-navigation__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 16.66667px;
  color: #000;
  position: relative;
  font-weight: 700;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  z-index: 5;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  background: transparent;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  text-transform: uppercase;
  color: #fff;
}
.c-navigation__link:hover {
  color: #ce6a08;
  cursor: pointer;
}
@media (min-width: 640px) {
  .c-navigation__link {
    padding-left: 64px;
  }
}
@media (min-width: 1330px) {
  .c-navigation__link {
    font-weight: 700;
    height: 100%;
    z-index: 9990;
    padding: 0;
    border-top: 0;
    font-size: 0.875rem;
    color: #fff;
  }
  .c-navigation__link:after {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1330px) {
  .c-navigation__link--active:after {
    content: "";
    border-bottom: 1px solid #ce6a08;
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translate(-50%, 8px);
    transform: translate(-50%, 8px);
    width: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media (min-width: 1330px) {
  .c-navigation__triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 38px solid #ce6a08;
    opacity: 0;
  }
  .c-header__primary--is-sticky .c-navigation__triangle {
    bottom: -35px;
    display: none;
  }
  .c-navigation__triangle:after {
    content: "";
    position: absolute;
    left: -17px;
    top: 3px;
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 30px solid #000;
  }
  .c-navigation__triangle--outer {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -60px;
    width: 40px;
    height: 22px;
    overflow: hidden;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}
.c-navigation__link-icon {
  width: 27px;
  height: 27px;
}
.c-navigation__link-icon svg {
  width: 27px;
  height: 27px;
  fill: #ce6a08;
}
.c-navigation__mega {
  display: none;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (max-width: 1329px) {
  .c-navigation__mega {
    position: absolute;
    width: 100%;
    top: 0;
    background: #000;
    height: 100vh;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    padding: 0;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition:
      transform 0.4s ease-in-out,
      -webkit-transform 0.4s ease-in-out;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 0;
  }
  .c-navigation__mega--mobile-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (min-width: 1330px) {
  .c-navigation__mega {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    overflow: hidden;
    border: 2px solid #ce6a08;
    z-index: 100;
    width: 100%;
    max-width: 1468px;
    text-align: left;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 100%;
    padding-top: 0;
    -webkit-box-shadow:
      0 2px 8px 0 rgba(80, 80, 80, 0.18),
      0 0 24px 4px hsla(0, 0%, 78.4%, 0.5);
    box-shadow:
      0 2px 8px 0 rgba(80, 80, 80, 0.18),
      0 0 24px 4px hsla(0, 0%, 78.4%, 0.5);
    background-color: #000;
    background-image:
      url(../images/splat-left.svg), url(../images/splat-middle.svg),
      url(../images/splat-right.svg), url(../images/paintmenu-main.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position:
      0 100%,
      bottom 0 right 10%,
      100% 100%,
      bottom;
    background-size:
      125px,
      150px,
      150px,
      100% auto;
  }
}
.c-navigation__content {
  padding: 35px 25px;
  margin: 0 auto;
  max-width: 1330px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 1330px) {
  .c-navigation__content {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 25px;
  }
}
@media (max-width: 1329px) {
  .c-navigation__content {
    height: calc(100% - 96px);
    padding: 30px;
    background-color: #fff;
  }
}
.c-navigation__heading {
  width: 100%;
  text-transform: none;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 1.6875rem;
}
@media (min-width: 1330px) {
  .c-navigation__heading {
    font-size: 1.5rem;
  }
}
.c-navigation__col {
  padding-bottom: 25px;
}
.c-navigation__col:last-child {
  padding-bottom: 0;
}
@media (min-width: 1330px) {
  .c-navigation__col {
    padding-bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
.c-navigation__arrow {
  display: block;
  min-height: 56px;
  width: 56px;
  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;
  background: transparent;
  border: 0;
  border-left: 1px solid #666;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.c-navigation__arrow svg {
  width: 30px;
  height: 23px;
  fill: #fff;
  -webkit-filter: drop-shadow();
  filter: drop-shadow();
}
.c-navigation__arrow:hover {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
@media (min-width: 1330px) {
  .c-navigation__arrow {
    display: none;
  }
}
.c-navigation__mob-back {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 18px 15px;
  background-color: #000;
  border: 1px solid #666;
  font-family: Roboto, serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  color: #fff;
  position: relative;
}
@media (min-width: 1330px) {
  .c-navigation__mob-back {
    display: none;
  }
}
.c-navigation__mob-heading {
  font-size: 1.5rem;
  color: #ce6a08;
  font-family: Teko, serif;
  margin-bottom: 10px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
@media (min-width: 1330px) {
  .c-navigation__mob-heading {
    display: none;
  }
}
.c-navigation__cards > * {
  margin-bottom: 25px;
}
@media (min-width: 960px) {
  .c-navigation__cards > * {
    margin-bottom: 0;
  }
}
@media (min-width: 960px) {
  .c-navigation__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
  .c-navigation__cards > * {
    width: calc(50% - 25px);
    margin-bottom: 25px;
    margin-right: 12.5px;
    margin-left: 12.5px;
  }
  @supports (row-gap: 10px) {
    .c-navigation__cards {
      -webkit-column-gap: 25px;
      -moz-column-gap: 25px;
      column-gap: 25px;
      row-gap: 25px;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr) [2];
      grid-template-columns: repeat(2, 1fr);
      margin-left: 0;
      margin-right: 0;
    }
    .c-navigation__cards > * {
      width: auto;
      margin-bottom: 0;
      margin-right: 0;
      margin-left: 0;
    }
  }
}
.c-navigation__region--double .featured-list {
  padding-bottom: 32px;
}
h3.c-navigation__region-title {
  font-family: Teko, serif;
  color: #ce6a08;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
  background: transparent;
  border: none;
  padding: 0;
}
button.c-navigation__region-title {
  font-family: Roboto, serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  background: transparent;
  padding: 18px 15px;
  border: none;
  outline: none;
  position: relative;
  width: 100%;
  text-align: left;
}
button.c-navigation__region-title svg {
  color: #fff;
  fill: #fff;
  width: 50px;
  height: 100%;
  border-left: 1px solid #666;
  position: absolute;
  right: 0;
  top: 0;
  padding: 14px;
}
.c-navigation__mob-back {
  margin-bottom: 15px;
}
.c-navigation__mob-back svg {
  color: #fff;
  fill: #fff;
  width: 50px;
  height: 100%;
  border-left: 1px solid #777;
  position: absolute;
  left: 0;
  top: 0;
  padding: 14px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.c-navigation__mob-back span {
  margin-left: 52px;
}
.c-navigation__content {
  display: -ms-grid;
  display: grid;
}
.c-navigation__content--mob {
  display: none;
}
@media (max-width: 1329px) {
  .js-drop-down-third {
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
    z-index: 200;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    -webkit-transition:
      opacity 0.2s linear,
      -webkit-transform 0.3s ease;
    transition:
      opacity 0.2s linear,
      -webkit-transform 0.3s ease;
    transition:
      transform 0.3s ease,
      opacity 0.2s linear;
    transition:
      transform 0.3s ease,
      opacity 0.2s linear,
      -webkit-transform 0.3s ease;
    will-change: transform;
    pointer-events: none;
  }
  .js-drop-down-third.c-navigation__mega--mobile-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    pointer-events: auto;
  }
  .js-drop-down-third h3 {
    font-size: 3rem;
    margin-bottom: 15px;
  }
  .js-drop-down-third .featured-list__link {
    text-transform: capitalize;
    padding: 7px;
  }
  .js-drop-down-third .featured-list__item {
    padding: 7px;
  }
  .c-navigation__content {
    display: none;
  }
  .c-navigation__content--mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 20px 100px;
    border: none;
    background-color: #000;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    min-height: 0;
    max-height: calc(100dvh - var(--nav-header-height, 56px));
  }
  .c-navigation__item {
    margin-bottom: 15px;
  }
  .c-navigation__content--mob .c-navigation__region {
    border: 1px solid #666;
    margin-bottom: 15px;
  }
  .c-navigation__mega--third {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    min-height: 100vh;
    background-color: #000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 20px 15rem;
    overflow-y: visible;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .featured-list__item {
    border: 1px solid #666;
    padding: 15px;
    margin-bottom: 15px;
  }
  a.featured-list__link {
    font-family: Roboto, serif;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    padding: 18px 15px;
    border: none;
    outline: none;
    position: relative;
    width: 100%;
    text-align: left;
  }
  .c-navigation__content--mob {
    overflow-x: hidden;
    position: relative;
  }
  .c-navigation__mega--third {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }
}
.c-menu-button {
  text-align: center;
  display: block;
  color: #fff;
  padding: 0;
  background-color: transparent;
  font-size: 1.875rem;
  border: 0;
}
.c-menu-button:hover {
  cursor: pointer;
}
@media (min-width: 1330px) {
  .c-menu-button {
    display: none;
  }
}
.c-footer {
  background-color: #000;
  padding-bottom: 40px;
  overflow: hidden;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 960px) {
  .c-footer {
    padding-bottom: 30px;
  }
}
.c-footer__link {
  color: #ce6a08;
  font-weight: 400;
  font-size: 0.75rem;
}
.c-footer__logo-heading {
  padding-left: 10px;
  font-family: Teko, serif;
  color: #ce6a08;
  position: relative;
  top: 7px;
  font-size: 1.375rem;
}
@media screen and (min-width: 960px) {
  .c-footer__logo-heading {
    font-size: calc(11.62162px + 1.08108vw);
  }
}
@media screen and (min-width: 1330px) {
  .c-footer__logo-heading {
    font-size: 1.625rem;
  }
}
@media (min-width: 960px) {
  .c-footer__logo-heading {
    top: 16px;
  }
}
.c-footer__container {
  padding-top: 60px;
}
@media (min-width: 960px) {
  .c-footer__container {
    padding-top: 70px;
  }
}
.c-footer__grid-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 960px) {
  .c-footer__grid-primary {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.c-footer__grid-primary > :first-child {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 65px;
}
@media (min-width: 960px) {
  .c-footer__grid-primary > :first-child {
    margin-bottom: 0;
    width: 60%;
  }
}
.c-footer__grid-primary > :nth-child(2) {
  width: 50%;
}
@media (min-width: 960px) {
  .c-footer__grid-primary > :nth-child(2) {
    width: 30%;
  }
}
.c-footer__grid-primary > :nth-child(3) {
  width: 50%;
  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;
}
@media (min-width: 960px) {
  .c-footer__grid-primary > :nth-child(3) {
    width: 30%;
  }
}
.c-footer__col {
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  .c-footer__col {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .c-footer__col {
    width: 33.33%;
  }
  .c-footer__col > :nth-child(4),
  .c-footer__col > :nth-child(5) {
    width: 50%;
  }
}
@media (min-width: 1330px) {
  .c-footer__col {
    margin-bottom: 0;
    width: 20%;
  }
  .c-footer__col > :nth-child(4),
  .c-footer__col > :nth-child(5) {
    width: 20%;
  }
}
@media (min-width: 960px) {
  .c-footer__col--width-auto {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-footer__grid-secondary {
  margin-top: 45px;
}
@media (min-width: 480px) {
  .c-footer__grid-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 960px) {
  .c-footer__grid-secondary {
    margin-top: 80px;
  }
}
.c-footer__grid-bottom {
  padding-top: 20px;
  margin-top: 50px;
  position: relative;
}
@media (min-width: 480px) {
  .c-footer__grid-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-footer__col-bottom {
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .c-footer__col-bottom {
    width: 100%;
  }
  .c-footer__col-bottom:nth-child(2) {
    width: 70%;
  }
  .c-footer__col-bottom:nth-child(3) {
    width: 30%;
  }
}
@media (min-width: 1330px) {
  .c-footer__col-bottom:nth-child(3):after {
    content: "";
    position: absolute;
    width: 35%;
    height: 2px;
    border-top: 1px dashed #444;
    bottom: -15px;
    right: -90px;
  }
  .c-footer__col-bottom:nth-child(3):before {
    content: "";
    position: absolute;
    width: 10%;
    height: 2px;
    border-top: 1px dashed #444;
    bottom: 23px;
    right: 349px;
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
}
@media (min-width: 1330px) {
  .c-footer__col-bottom {
    margin-bottom: 0;
    width: 38%;
  }
  .c-footer__col-bottom:nth-child(2) {
    width: 38%;
  }
  .c-footer__col-bottom:nth-child(3) {
    width: 24%;
  }
}
.c-footer__copy {
  font-size: 0.75rem;
  color: #ce6a08;
  margin: 0;
}
.c-footer__heading {
  color: #fff;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
}
@media screen and (min-width: 960px) {
  .c-footer__heading {
    font-size: 14px;
  }
}
@media screen and (min-width: 1330px) {
  .c-footer__heading {
    font-size: 0.875rem;
  }
}
@media (min-width: 960px) {
  .c-footer__heading--inline-desktop {
    padding-right: 10px;
    display: inline;
    margin: 0;
  }
}
.c-footer__content {
  font-size: 0.8125rem;
}
.c-footer__content--bigger {
  font-size: 1.375rem;
}
@media screen and (min-width: 960px) {
  .c-footer__content--bigger {
    font-size: 22px;
  }
}
@media screen and (min-width: 1330px) {
  .c-footer__content--bigger {
    font-size: 1.375rem;
  }
}
.c-footer__chat-container {
  padding: 10px;
  margin-right: 10px;
  background-color: #ce6a08;
  border-radius: 4px;
  position: relative;
  color: #fff;
  font-weight: 400;
}
.c-footer__chat-container:after {
  content: "";
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #ce6b08;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-footer__chat-logo {
  width: 45px;
  height: 45px;
}
.c-footer__chat-logo svg {
  width: 45px;
  height: 45px;
  fill: #b7b7b7;
}
.c-logo {
  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;
  width: 95px;
  position: relative;
  z-index: 50;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 960px) {
  .c-logo {
    width: 124px;
    margin-top: 0;
  }
}
.c-logo__image,
.c-logo__link {
  display: block;
  width: 100%;
  height: auto;
}
.c-header__primary--is-sticky .c-logo {
  width: 79px;
}
.c-logo--white .c-logo__image {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.cta-card-component {
  position: relative;
  z-index: 10;
}
.cta-card {
  background: transparent;
  border: 1px solid #fff;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  min-height: 130px;
}
@media (min-width: 768px) {
  .cta-card:hover {
    border: 1px solid #ce6a08;
    background: #ce6a08;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .cta-card:hover .cta-card__wrap {
    -webkit-animation: slideUp 0.3s ease-in-out normal forwards;
    animation: slideUp 0.3s ease-in-out normal forwards;
    top: 42px;
  }
}
@media (min-width: 768px) and (min-width: 1330px) {
  .cta-card:hover .cta-card__wrap {
    top: 82px;
  }
}
@media (min-width: 768px) {
  .cta-card:hover .cta-card__description {
    -webkit-animation: fadeIn 0.5s ease-in-out normal forwards;
    animation: fadeIn 0.5s ease-in-out normal forwards;
  }
  .cta-card:hover .cta-card__heading {
    color: #000;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
}
@media (min-width: 1330px) {
  .cta-card {
    min-height: 200px;
  }
}
.cta-card__link {
  height: 100%;
  width: 100%;
  position: absolute;
}
.cta-card__wrap {
  position: absolute;
  top: 42px;
}
@media (min-width: 1330px) {
  .cta-card__wrap {
    top: 82px;
  }
}
.cta-card__heading {
  color: #fff;
  text-transform: uppercase;
  font-family: Teko, serif;
  line-height: 1.2;
  letter-spacing: 5px;
  z-index: 2;
  margin: 0;
  font-weight: 400;
  font-size: 2.3125rem;
}
@media screen and (min-width: 320px) {
  .cta-card__heading {
    font-size: 37px;
  }
}
@media screen and (min-width: 1330px) {
  .cta-card__heading {
    font-size: 2.3125rem;
  }
}
.cta-card__description {
  color: #000;
  padding: 0 10px;
  opacity: 0;
  display: none;
  font-size: 1rem;
}
@media screen and (min-width: 320px) {
  .cta-card__description {
    font-size: 16px;
  }
}
@media screen and (min-width: 1330px) {
  .cta-card__description {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .cta-card__description {
    display: block;
  }
}
.cta-card__container {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  color: #fff;
  padding: 30px;
}
.cta-card__container:hover,
.cta-card__container:hover h3 {
  color: #000;
}
.cta-card__container:after {
  content: "";
  position: absolute;
  height: 79%;
  width: 75%;
  background-image: url(../images/line-icon.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  left: -6%;
  top: -40px;
}
@-webkit-keyframes slideUp {
  0% {
    top: 42px;
  }
  to {
    top: 25px;
  }
}
@keyframes slideUp {
  0% {
    top: 42px;
  }
  to {
    top: 25px;
  }
}
@media (min-width: 1330px) {
  @-webkit-keyframes slideUp {
    0% {
      top: 82px;
    }
    to {
      top: 62px;
    }
  }
  @keyframes slideUp {
    0% {
      top: 82px;
    }
    to {
      top: 62px;
    }
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cta-two-card,
.cta-two-card__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.cta-two-card__container {
  background: #ce6a08;
  padding: 50px 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
  text-align: center;
}
.cta-two-card__heading {
  font-family: Teko, serif;
  line-height: 1.2;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  font-size: 2.3125rem;
}
@media screen and (min-width: 320px) {
  .cta-two-card__heading {
    font-size: 37px;
  }
}
@media screen and (min-width: 1330px) {
  .cta-two-card__heading {
    font-size: 2.3125rem;
  }
}
.cta-two-card__description {
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 1rem;
}
@media screen and (min-width: 320px) {
  .cta-two-card__description {
    font-size: 16px;
  }
}
@media screen and (min-width: 1330px) {
  .cta-two-card__description {
    font-size: 1rem;
  }
}
.cta-three-card-component__heading {
  text-align: center;
  color: #fff;
}
.cta-three-card__heading-wrap {
  background: #ce6a08;
  width: 100%;
  position: relative;
  height: 84px;
  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;
}
.cta-three-card__content-wrap {
  border: 1px solid #ce6a08;
  width: 100%;
  padding: 25px 2px;
}
.cta-three-card__description {
  margin-bottom: 10px;
  font-size: 1.375rem;
}
@media screen and (min-width: 320px) {
  .cta-three-card__description {
    font-size: calc(20.73267px + 0.39604vw);
  }
}
@media screen and (min-width: 1330px) {
  .cta-three-card__description {
    font-size: 1.625rem;
  }
}
.cta-three-card__paint-splatter {
  position: absolute;
  top: -50px;
  right: 0;
  left: -37px;
  margin: 0 auto;
}
@media (max-width: 639px) {
  .cta-three-card__paint-splatter {
    max-width: 100%;
  }
}
.cta-three-card__content {
  margin-bottom: 20px;
  font-size: 0.875rem;
}
@media screen and (min-width: 320px) {
  .cta-three-card__content {
    font-size: 14px;
  }
}
@media screen and (min-width: 1330px) {
  .cta-three-card__content {
    font-size: 0.875rem;
  }
}
.cta-three-card__heading {
  font-family: Teko, serif;
  line-height: 1.2;
  position: absolute;
  text-align: center;
  padding: 15px 0;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  z-index: 5;
  font-size: 2.3125rem;
}
@media screen and (min-width: 320px) {
  .cta-three-card__heading {
    font-size: 37px;
  }
}
@media screen and (min-width: 1330px) {
  .cta-three-card__heading {
    font-size: 2.3125rem;
  }
}
.cta-three-card__container {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  text-align: center;
}
.c-header {
  height: 96px;
  top: 0;
  width: 100%;
  position: absolute;
}
@media (min-width: 960px) {
  .c-header {
    height: 136px;
  }
}
.c-header__primary {
  position: fixed;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  z-index: 90;
  top: 0;
  -webkit-transition:
    height 0.5s,
    -webkit-transform 0.5s,
    -webkit-box-shadow 0.5s;
  transition:
    height 0.5s,
    -webkit-transform 0.5s,
    -webkit-box-shadow 0.5s;
  transition:
    transform 0.5s,
    height 0.5s,
    box-shadow 0.5s;
  transition:
    transform 0.5s,
    height 0.5s,
    box-shadow 0.5s,
    -webkit-transform 0.5s,
    -webkit-box-shadow 0.5s;
}
@media (min-width: 960px) {
  .c-header__primary {
    border-top: 0;
    padding-top: 0;
    height: 136px;
  }
}
@media (max-width: 959px) {
  .c-header__primary--m-active {
    background: #000;
  }
}
.c-header__primary--is-hidden {
  -webkit-transform: translateY(calc(-100% - 2px));
  transform: translateY(calc(-100% - 2px));
  overflow: hidden;
}
.c-header__primary--is-sticky {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
}
@media (min-width: 960px) {
  .c-header__primary--is-sticky {
    height: 66px;
  }
}
.c-header__primary--has-transition {
  -webkit-transition:
    height 0.5s,
    -webkit-transform 0.5s,
    -webkit-box-shadow 0.5s;
  transition:
    height 0.5s,
    -webkit-transform 0.5s,
    -webkit-box-shadow 0.5s;
  transition:
    transform 0.5s,
    height 0.5s,
    box-shadow 0.5s;
  transition:
    transform 0.5s,
    height 0.5s,
    box-shadow 0.5s,
    -webkit-transform 0.5s,
    -webkit-box-shadow 0.5s;
}
.c-header__row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-header__col,
.c-header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-header__col {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-header__cta {
  margin-right: 25px;
}
@media (min-width: 960px) {
  .c-header__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 50;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-header__cta > * {
    margin-left: 25px;
  }
  .c-header__cta > :first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: 1330px) {
  .c-header__cta {
    margin-right: 0;
  }
  .c-header__cta > :first-child {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
.c-header__nav {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media (min-width: 1330px) {
  .c-header__nav {
    padding-left: 25px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding-left: 62.5px;
  }
}
.c-hero {
  position: relative;
  z-index: 5;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (auto) [6];
  grid-template-rows: repeat(6, auto);
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.c-hero__foreground {
  width: 100%;
  z-index: 100;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
  position: relative;
  z-index: 20;
}
@media (max-width: 959px) {
  .c-hero__foreground--stack-at-medium {
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    margin-top: -10%;
    position: relative;
  }
}
@media (max-width: 959px) {
  .c-hero__foreground--nudge-large {
    margin-top: -25%;
  }
}
.c-hero__background {
  position: relative;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  z-index: 10;
}
@media (max-width: 959px) {
  .c-hero__background--stack-at-medium {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 5;
    grid-row-end: 6;
  }
}
.c-hero__heading {
  font-size: 4.5rem;
  font-family: Teko, serif;
  line-height: 1.2;
  display: block;
  color: #fff;
  text-transform: uppercase;
  line-height: 0.8;
  font-weight: 500;
  margin-bottom: 0;
  background: -webkit-linear-gradient(#fff, #b4b4b4);
  -webkit-background-clip: text;
}
@media (min-width: 640px) {
  .c-hero__heading {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 640px) and (min-width: 640px) {
  .c-hero__heading {
    font-size: calc(18.2029px + 8.4058vw);
  }
}
@media screen and (min-width: 640px) and (min-width: 1330px) {
  .c-hero__heading {
    font-size: 8.125rem;
  }
}
.c-hero__heading--central {
  text-align: center;
}
.c-hero__sub {
  display: block;
  text-transform: none;
}
.c-hero__main {
  display: block;
  white-space: pre-wrap;
}
.c-hero__button-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
  text-align: center;
}
@media (min-width: 960px) {
  .c-hero__button-container {
    margin-top: 0;
    text-align: left;
  }
}
@media (min-width: 960px) {
  .c-hero__button-container--margin-top-gutter {
    margin-top: 25px;
  }
}
.c-hero__button-container--central {
  text-align: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-hero__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 960px) {
  .c-hero__caption {
    padding-top: 30%;
  }
}
@media (max-width: 959px) {
  .c-hero__caption--align-centre-at-medium {
    text-align: center;
  }
}
@media (max-width: 959px) {
  .c-hero__caption--justify-bottom-at-medium {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.c-hero__caption--justify-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 960px) {
  .c-hero__caption--justify-bottom {
    padding-bottom: 20%;
  }
}
@media (min-width: 960px) {
  .c-hero__caption--justify-center-from-medium {
    padding-top: 50%;
  }
}
.c-hero__description {
  font-weight: 300;
  margin-bottom: 0;
  font-size: 1.125rem;
}
@media (min-width: 960px) {
  .c-hero__description {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  .c-hero__description {
    font-size: calc(11.62162px + 1.08108vw);
  }
}
@media screen and (min-width: 960px) and (min-width: 1330px) {
  .c-hero__description {
    font-size: 1.625rem;
  }
}
.c-hero__description--central {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.c-hero__breakout {
  position: relative;
  margin-left: -16px;
  margin-right: -16px;
}
@media (min-width: 640px) {
  .c-hero__breakout {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (min-width: 960px) {
  .c-hero__breakout {
    padding-top: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -64px;
    margin-right: -64px;
  }
}
@media (min-width: 1330px) {
  .c-hero__breakout {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.c-hero__description-frame {
  text-align: left;
  margin-bottom: 25px;
  position: relative;
}
@media (min-width: 960px) {
  .c-hero__description-frame {
    margin-top: -45px;
  }
}
@media (min-width: 1440px) {
  .c-hero__description-frame {
    margin-top: -50px;
  }
}
.c-hero__description-frame img {
  width: 140px;
  height: 70px;
}
@media (min-width: 960px) {
  .c-hero__description-frame img {
    margin-bottom: 0;
    width: 180px;
    height: 90px;
  }
}
@media (min-width: 1440px) {
  .c-hero__description-frame img {
    width: 200px;
    height: 100px;
  }
}
.c-hero__description-frame--rotate {
  text-align: right;
  margin-top: 25px;
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .c-hero__description-frame--rotate {
    margin-top: 45px;
  }
}
@media (min-width: 1440px) {
  .c-hero__description-frame--rotate {
    margin-top: 50px;
  }
}
.c-hero__description-frame--rotate img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-btn {
  font-family: Roboto, sans-serif;
  background-color: #ce6a08;
  padding: 12px 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  color: #000;
  font-weight: 500;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  line-height: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ce6a08;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
}
.c-btn:hover {
  background-color: #b55d07;
  cursor: pointer;
  text-shadow: none;
}
.c-btn--ghost {
  background-color: transparent;
  border: 2px solid #ce6a08;
  color: #fff;
}
.c-btn--ghost:hover {
  background-color: #ce6a08;
  color: #fff;
}
.c-btn--ghost.c-btn--white {
  border-color: #fff;
  color: #fff;
}
.c-btn--ghost.c-btn--white:hover {
  color: #ce6a08;
  background-color: #fff;
}
.c-btn--text-shadow {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.32);
}
.c-btn--box-shadow {
  -webkit-box-shadow: 3px 3px 4px -3px rgba(0, 0, 0, 0.55);
  box-shadow: 3px 3px 4px -3px rgba(0, 0, 0, 0.55);
}
.c-btn--padding-slim {
  padding: 6px 20px;
}
.c-btn--padding-wide {
  padding-left: 40px;
  padding-right: 40px;
}
.c-btn--padding-tall {
  padding-top: 14px;
  padding-bottom: 14px;
}
.c-btn--font-size-small {
  font-size: 0.875rem;
}
.c-btn--font-size-large {
  font-size: 1.25rem;
}
.c-btn--font-weight-bold {
  font-weight: 700;
}
.c-btn--font-weight-heavy {
  font-weight: 900;
}
.c-btn--full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.c-btn--full-height {
  height: 100%;
}
@media (max-width: 639px) {
  .c-btn--display-block-mob {
    display: block;
    text-align: center;
  }
}
.c-btn__icon {
  width: 25px;
  height: 25px;
  margin-left: 20px;
}
.c-btn__icon--is-extended {
  margin-left: 40px;
}
.c-btn__icon--arrow-long {
  width: 35px;
}
.c-btn--icon-is-flipped .c-btn__icon {
  margin-right: 20px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-left: 0;
}
.c-btn--icon-is-flipped .c-btn__icon--is-extended {
  margin-right: 40px;
}
.c-btn__icon svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
.c-btn--ghost-white {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.c-btn--ghost-white:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #ce6a08;
}
.c-btn--ghost-black {
  background-color: #000;
  color: #ce6a08;
  border: 2px solid #000;
}
.c-btn--ghost-black:hover {
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
}
.c-btn--ghost-contrast {
  background-color: #fff;
  color: #ce6a08;
  border: 1px solid #fff;
}
.c-btn--ghost-contrast:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.c-btn--ghost-contrast-orange {
  background-color: transparent;
  color: #ce6a08;
  border: 1px solid #ce6a08;
}
.c-btn--ghost-contrast-orange:hover {
  background-color: #ce6a08;
  border: 1px solid #ce6a08;
  color: #000;
}
.c-btn--ghost-contrast-orange-white {
  background-color: transparent;
  color: #ce6a08;
  border: 1px solid #ce6a08;
}
.c-btn--ghost-contrast-orange-white:hover {
  background-color: #ce6a08;
  border: 1px solid #ce6a08;
  color: #fff;
}
.c-rich-text-component__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 25px 0;
}
@media (min-width: 960px) {
  .c-rich-text-component__container {
    padding: 75px 0;
  }
}
.c-rich-text-component__container--border {
  max-width: none;
}
@media (min-width: 960px) {
  .c-rich-text-component__container--border {
    padding: 50px 25px;
    border: 1px solid #ce6a08;
  }
}
.c-rich-text-component__column {
  margin-bottom: 0;
}
.c-rich-text-component__column--border {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 959px) {
  .c-rich-text-component__column--border {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ce6a08;
  }
  .c-rich-text-component__column--border:first-child {
    border-top: 1px solid #ce6a08;
  }
}
.c-rich-text-component p {
  font-size: 1rem;
}
@media screen and (min-width: 320px) {
  .c-rich-text-component p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1330px) {
  .c-rich-text-component p {
    font-size: 1rem;
  }
}
.c-rich-text-component p:last-child {
  margin-bottom: 0;
}
.c-rich-text-component a {
  font-weight: 500;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.c-rich-text-component a:hover {
  color: #ce6a08;
}
.c-rich-text-component .remove-margin-bottom {
  margin-bottom: 0;
}
.c-rich-text-component ol,
.c-rich-text-component ul {
  margin-left: 20px;
  padding-left: 0;
}
.c-rich-text-component ol li,
.c-rich-text-component ul li {
  text-align: left;
}
.c-rich-text-component ol ::marker,
.c-rich-text-component ul ::marker {
  color: #ce6a08;
}
.c-rich-text-component > :last-child {
  margin-bottom: 0;
}
.c-rich-text-component h1,
.c-rich-text-component h2,
.c-rich-text-component h3,
.c-rich-text-component h4 {
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}
.c-rich-text-component h1 {
  font-size: 2.5rem;
}
@media screen and (min-width: 320px) {
  .c-rich-text-component h1 {
    font-size: calc(37.46535px + 0.79208vw);
  }
}
@media screen and (min-width: 1330px) {
  .c-rich-text-component h1 {
    font-size: 3rem;
  }
}
.c-rich-text-component h2 {
  font-size: 2.3125rem;
}
@media screen and (min-width: 320px) {
  .c-rich-text-component h2 {
    font-size: 37px;
  }
}
@media screen and (min-width: 1330px) {
  .c-rich-text-component h2 {
    font-size: 2.3125rem;
  }
}
.c-rich-text-component h3 {
  margin-bottom: 5px;
  font-size: 1.375rem;
}
@media screen and (min-width: 320px) {
  .c-rich-text-component h3 {
    font-size: calc(20.73267px + 0.39604vw);
  }
}
@media screen and (min-width: 1330px) {
  .c-rich-text-component h3 {
    font-size: 1.625rem;
  }
}
.c-rich-text-component h4 {
  margin-bottom: 5px;
  font-size: 1.375rem;
}
@media screen and (min-width: 320px) {
  .c-rich-text-component h4 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1330px) {
  .c-rich-text-component h4 {
    font-size: 1.375rem;
  }
}
@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.splide__container {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
.splide.is-active .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.splide__pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.splide {
  visibility: hidden;
}
.splide,
.splide__slide {
  position: relative;
  outline: none;
}
.splide__slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.splide__slide--remove-padding {
  padding: 0;
}
.splide__slide--faded {
  opacity: 0.5;
}
.splide__slide--faded.is-visible {
  opacity: 1;
}
@media (max-width: 639px) {
  .splide__slide--faded-at-small {
    opacity: 0.5;
  }
  .splide__slide--faded-at-small.is-visible {
    opacity: 1;
  }
}
@media (min-width: 640px) {
  .splide__slide--enable-interaction-at-small {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
  }
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__slider {
  position: relative;
}
.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
}
.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.splide__track--overflow-visible {
  overflow: visible;
}
.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide--fade > .splide__track > .splide__list {
  display: block;
}
.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide--ttb > .splide__track > .splide__list {
  display: block;
}
.splide--ttb > .splide__pagination {
  width: auto;
}
.c-social {
  display: inline-block;
}
.c-social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}
.c-social__item {
  list-style-type: none;
  margin-right: 10px;
}
.c-social__item:last-child {
  margin-right: 0;
}
.c-social__link {
  display: block;
  font-size: 1.5625rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  width: 30px;
  height: 30px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition:
    transform 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
  position: relative;
  z-index: 1;
}
@media (max-width: 959px) {
  .c-social__link--large-at-medium-bp {
    width: 48px;
    height: 48px;
  }
}
.c-social__link:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-social__icon {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  background-color: #ce6a08;
  padding: 6px;
  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;
}
.c-social__icon svg {
  fill: #000;
  width: 100%;
  height: 100%;
}
@media (max-width: 959px) {
  .c-social__icon--large-at-medium-bp {
    padding: 12px;
  }
}
.c-social--white .c-social__icon {
  background-color: #fff;
}
.featured-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.featured-list__item {
  margin-bottom: 15px;
  font-size: 1.25rem;
}
@media (min-width: 1330px) {
  .featured-list__item {
    font-size: 1.125rem;
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 7px;
  }
  .featured-list__item:last-child {
    margin-bottom: 0;
  }
}
.featured-list__link {
  position: relative;
  z-index: 5;
  font-weight: 400;
}
@media (min-width: 1330px) {
  .featured-list__link {
    color: #fff;
    position: relative;
  }
  .featured-list__link:before {
    background-color: transparent;
    width: 100%;
  }
  .featured-list__link:after,
  .featured-list__link:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    content: "";
  }
  .featured-list__link:after {
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.3s
      cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition:
      transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),
      -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  .featured-list__link:hover:after {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.text-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}
.text-link--icon-slide-transition-hover:hover .text-link__icon {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.text-link--alpha {
  color: #ce6a08;
}
.text-link__icon {
  margin-right: 12.5px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition:
    transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
.text-link__icon--order-last {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 16.66667px;
}
.text-link__icon > svg {
  display: block;
  fill: #ce6a08;
}
.text-link__icon--90-cw svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.text-link__label {
  font-size: 0.875rem;
  position: relative;
  font-weight: 600;
}
.text-link__label:before {
  background-color: transparent;
  width: 100%;
}
.text-link__label:after,
.text-link__label:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
}
.text-link__label:after {
  background-color: #ce6a08;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:
    transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.text-link__label:hover:after {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.text-link__label--normal {
  font-weight: 400;
}
.c-image-frame {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: hsla(0, 0%, 100%, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-image-frame--no-bg {
  background-color: transparent;
}
.c-image-frame--border-radius {
  border-radius: 10px;
}
@media (max-width: 959px) {
  .c-image-frame--border-radius-at-medium {
    border-radius: 10px;
  }
}
.c-image-frame--border-radius-top {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.c-image-frame__image {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  position: relative;
}
.c-image-frame--tail-gradient:before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5%;
  z-index: 50;
  display: block;
  position: absolute;
  opacity: 1;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(11%, transparent),
    color-stop(64%, #000)
  );
  background: linear-gradient(180deg, transparent 11%, #000 64%);
}
@media (min-width: 960px) {
  .c-image-frame--tail-gradient:before {
    height: 10%;
  }
}
.c-media-content-panel {
  position: relative;
  overflow: hidden;
}
.c-media-content-panel--smoke {
  padding-bottom: 100px;
}
.c-media-content-panel--smoke:before {
  content: "";
  background-image: url(../images/smoke-small.png);
  position: absolute;
  width: 100%;
  height: 105%;
  top: -30px;
}
@media (min-width: 960px) {
  .c-media-content-panel--smoke:before {
    background-image: url(../images/smoke.png);
  }
}
.c-media-content-panel--splatter {
  margin-bottom: 0 !important;
  padding-bottom: 160px;
}
.c-media-content-panel--splatter:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 165px;
  z-index: 5;
  bottom: 0;
  background-image: url(../images/whitegrainedge.png);
  background-size: cover;
}
.c-media-content-panel__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 2px solid #ce6a08;
  margin-left: 25px;
  margin-right: 25px;
}
@media (min-width: 960px) {
  .c-media-content-panel__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
  }
}
.c-media-content-panel__container--remove-border {
  border: none;
  margin-left: 0;
  margin-right: 0;
}
.c-media-content-panel__copy {
  width: 100%;
}
.c-media-content-panel__copy--underline {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.c-media-content-panel__copy--underline:after {
  content: "";
  position: absolute;
  width: 150px;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-bottom: 2px solid #e7b584;
  bottom: 0;
}
.c-media-content-panel__content {
  position: relative;
  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;
  z-index: 5;
}
@media (max-width: 959px) {
  .c-media-content-panel__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: 960px) {
  .c-media-content-panel__content {
    left: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 50%;
    margin-left: -20px;
  }
}
.c-media-content-panel__content--uniform-padding {
  padding: 37.5px;
}
.c-media-content-panel__content--right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media (min-width: 960px) {
  .c-media-content-panel__content--right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    left: auto;
  }
}
.c-media-content-panel__content--copyLeft {
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 960px) {
  .c-media-content-panel__content--reverse {
    margin-right: -20px;
    margin-left: 0;
    left: auto;
  }
}
.c-media-content-panel__content-container {
  padding: 35px;
  position: relative;
}
@media (max-width: 959px) {
  .c-media-content-panel__content-container {
    text-align: center;
  }
}
@media (min-width: 960px) {
  .c-media-content-panel__content-container {
    padding: 50px 50px 50px 100px;
  }
}
@media (min-width: 1330px) {
  .c-media-content-panel__content-container {
    padding-left: 125px;
    padding-right: 100px;
  }
}
.c-media-content-panel__content-container--border {
  border: 2px solid #ce6a08;
}
@media (max-width: 959px) {
  .c-media-content-panel__content-container--border {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (min-width: 960px) {
  .c-media-content-panel__content-container--right {
    padding-left: 50px;
    padding-right: 100px;
  }
}
@media (min-width: 1330px) {
  .c-media-content-panel__content-container--right {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.c-media-content-panel__content-container--uniform-padding {
  padding: 35px;
}
@media (min-width: 960px) {
  .c-media-content-panel__content-container--uniform-padding {
    padding: 50px;
  }
}
.c-media-content-panel__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  margin-bottom: 20px;
  font-family: Teko, serif;
  font-weight: 600;
  color: #ce6a08;
  text-transform: uppercase;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.3125rem;
}
@media screen and (min-width: 960px) {
  .c-media-content-panel__title {
    font-size: 37px;
  }
}
@media screen and (min-width: 1330px) {
  .c-media-content-panel__title {
    font-size: 2.3125rem;
  }
}
@media (min-width: 960px) {
  .c-media-content-panel__title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}
@media (min-width: 960px) {
  .c-media-content-panel__title--right {
    padding-right: 20px;
  }
}
.c-media-content-panel__image-text {
  text-align: center;
  margin-top: 25px;
  font-size: 1.375rem;
}
@media screen and (min-width: 960px) {
  .c-media-content-panel__image-text {
    font-size: 22px;
  }
}
@media screen and (min-width: 1330px) {
  .c-media-content-panel__image-text {
    font-size: 1.375rem;
  }
}
.c-media-content-panel__image {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 35px;
}
@media (max-width: 959px) {
  .c-media-content-panel__image {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (min-width: 960px) {
  .c-media-content-panel__image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 50%;
    padding: 50px;
  }
}
.c-media-content-panel__image .c-image-frame__image {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition:
    transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
.c-media-content-panel__image--breakout {
  padding: 0;
}
@media (max-width: 959px) {
  .c-media-content-panel__image--breakout {
    top: -30px;
  }
}
.c-media-content-panel__image--right {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media (min-width: 960px) {
  .c-media-content-panel__image--right {
    right: auto;
  }
}
.c-media-content-panel__link-container {
  margin-top: 25px;
}
.c-media-content-panel__link {
  font-size: 1.25rem;
  font-weight: 600;
  position: relative;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  display: inline-block;
}
.c-media-content-panel__link:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
  background-color: transparent;
  width: 100%;
}
.c-media-content-panel__link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ce6a08;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:
    transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.c-media-content-panel__link:hover:after {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.c-media-content-panel__video-button {
  display: block;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  width: 100%;
  height: 100%;
}
.c-media-content-panel__video-button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 90px;
  height: 90px;
  fill: #fff;
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.4));
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition:
    transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
.c-media-content-panel__video-button:hover {
  cursor: pointer;
}
.c-media-content-panel__video-button:hover svg {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}
.c-media-content-panel__video-button:hover .c-image-frame__image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-media-content-panel__icon {
  width: 100%;
  height: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 25px;
  position: relative;
  max-width: 50%;
  margin-bottom: 25px;
}
@media (min-width: 960px) {
  .c-media-content-panel__icon {
    margin-top: 5px;
    width: 80px;
    margin-bottom: 0;
    margin-left: -80px;
  }
}
.c-media-content-panel__icon svg {
  top: 50%;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.c-media-content-panel__icon:after {
  content: "";
  position: absolute;
  width: calc(80% - 25px);
  height: 2px;
  border-top: 1px dashed #444;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 25px;
}
.c-media-content-panel__icon--right {
  padding-right: 25px;
  padding-left: 0;
}
.c-media-content-panel__icon--right svg {
  right: 0;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-media-content-panel__icon--right:after {
  left: auto;
  right: 25px;
}
@media (min-width: 960px) {
  .c-media-content-panel__icon--right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: -80px;
    margin-left: 0;
  }
}
.c-summary-card-list-component__items {
  counter-reset: counter;
}
.summary-card {
  background-color: transparent;
  border-radius: 10px;
  position: relative;
  z-index: 5;
  display: block;
  -webkit-box-flex: 45%;
  -ms-flex: 45%;
  flex: 45%;
  margin-right: 5%;
  margin-bottom: 37.5px;
}
.summary-card:nth-child(2) {
  margin-right: 0;
}
@media (min-width: 960px) {
  .summary-card {
    -webkit-box-flex: 21%;
    -ms-flex: 21%;
    flex: 21%;
  }
  .summary-card:nth-child(2) {
    margin-right: 5%;
  }
  .summary-card:nth-child(4) {
    margin-right: 0;
  }
}
@media (max-width: 959px) {
  .summary-card--alternate {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 960px) {
  .summary-card--alternate:nth-child(3) {
    margin-right: 0;
  }
}
.summary-card__title {
  color: #ce6a08;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  display: block;
  position: relative;
  line-height: 1.2;
  margin-bottom: 5px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-transform: uppercase;
  font-size: 1.25rem;
}
@media screen and (min-width: 960px) {
  .summary-card__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1330px) {
  .summary-card__title {
    font-size: 1.25rem;
  }
}
.summary-card__summary {
  color: #fff;
  font-weight: 400;
  font-size: 0.875rem;
}
@media screen and (min-width: 960px) {
  .summary-card__summary {
    font-size: 14px;
  }
}
@media screen and (min-width: 1330px) {
  .summary-card__summary {
    font-size: 0.875rem;
  }
}
.summary-card__summary p {
  font-size: 0.875rem;
}
@media screen and (min-width: 960px) {
  .summary-card__summary p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1330px) {
  .summary-card__summary p {
    font-size: 0.875rem;
  }
}
.summary-card__number {
  counter-increment: counter;
  padding-left: 50px;
  position: relative;
  color: #151515;
  font-weight: 900;
  font-size: 5rem;
  line-height: 1.2;
}
.summary-card__number:after {
  content: counter(counter);
}
.summary-card__icon {
  width: 70px;
  height: 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -30px;
}
.summary-card__icon svg {
  width: 25px;
  position: absolute;
  right: 0;
}
.summary-card__icon:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  border-top: 1px dashed #444;
  top: 15px;
  left: 0;
}
.c-summary-card-list-component {
  position: relative;
}
.c-summary-card-list-component__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.c-summary-card-list-component__summary {
  font-size: 1.25rem;
}
.c-summary-card-list-component__summary--white {
  color: #fff;
}
.c-summary-card-list-component__content {
  text-align: center;
  position: relative;
  z-index: 5;
}
.c-summary-card-list-component__link-container {
  text-align: center;
}
.input-wrapper {
  position: relative;
}
.input-wrapper__input {
  width: 100%;
  margin: 0;
  font-size: 1.1875rem;
  padding: 16px 12px;
  background-color: #2e2e2f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition:
    transform 0.3s linear,
    -webkit-transform 0.3s linear;
  font-weight: 400;
  border: 1px solid #8e8e98;
  -webkit-transition:
    background-color 0.3s,
    border-color 0.3s;
  transition:
    background-color 0.3s,
    border-color 0.3s;
  color: #fff;
  font-family: Roboto, sans-serif;
}
.input-wrapper__input--small {
  font-size: 1rem;
}
.input-wrapper__input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 400;
}
.input-wrapper__input::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 400;
}
.input-wrapper__input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 400;
}
.input-wrapper__input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 400;
}
.input-wrapper__input::placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 400;
}
.input-wrapper__input:not(:-moz-placeholder-shown) + label {
  transform: translateY(-3px);
  opacity: 0.9;
  font-size: 0.75rem;
  margin: 0;
}
.input-wrapper__input:not(:-ms-input-placeholder) + label {
  transform: translateY(-3px);
  opacity: 0.9;
  font-size: 0.75rem;
  margin: 0;
}
.input-wrapper__input:not(:placeholder-shown) + label {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  opacity: 0.9;
  font-size: 0.75rem;
  margin: 0;
}
.input-wrapper__input:not(:-moz-placeholder-shown) {
  padding: 24px 12px 8px;
}
.input-wrapper__input:not(:-ms-input-placeholder) {
  padding: 24px 12px 8px;
}
.input-wrapper__input:not(:placeholder-shown) {
  padding: 24px 12px 8px;
}
.input-wrapper__input:focus {
  outline-style: solid;
  outline-width: 2px;
  border-color: #ce6a08;
  background-color: #55555b;
}
.input-wrapper__input:hover {
  background-color: #55555b;
}
.input-wrapper__label {
  font-size: 1rem;
  opacity: 0.8;
  font-weight: 400;
  position: absolute;
  top: 10px;
  left: 12px;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  pointer-events: none;
}
.input-wrapper__icon {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.input-wrapper__icon svg {
  fill: #fff;
}
input:-internal-autofill-selected {
  background-color: #2e2e2f !important;
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff;
}
.select-wrapper {
  width: 100%;
  font-size: 1.1875rem;
  background: #2e2e2f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition:
    transform 0.3s linear,
    -webkit-transform 0.3s linear;
  font-weight: 400;
  border: 1px solid #8e8e98;
  -webkit-transition:
    background-color 0.3s,
    border-color 0.3s;
  transition:
    background-color 0.3s,
    border-color 0.3s;
  position: relative;
  overflow: hidden;
}
.select-wrapper__label {
  font-size: 0.8125rem;
  display: block;
  opacity: 0.7;
  position: absolute;
  top: 5px;
  left: 12px;
}
.select-wrapper select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 25px 12px 14px;
  border: 0;
  background: transparent;
  background: #2e2e2f;
  color: #fff;
}
.select-wrapper select:focus {
  border-color: #f6f6f6;
}
.select-wrapper select:hover {
  background-color: #55555b;
}
.select-wrapper__arrow {
  position: absolute;
  right: 15px;
  pointer-events: none;
  z-index: 25;
  fill: #ce6a08;
  width: 25px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.select-wrapper__arrow svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 15px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.c-form__container {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 750px;
  margin: 0 auto;
}
.c-form__heading {
  color: #ce6a08;
  text-align: center;
  font-family: Teko, serif;
  line-height: 1.2;
  display: block;
  font-weight: 600;
  margin: 0 0 25px;
  font-size: 2.625rem;
}
@media screen and (min-width: 320px) {
  .c-form__heading {
    font-size: calc(36.29703px + 1.78218vw);
  }
}
@media screen and (min-width: 1330px) {
  .c-form__heading {
    font-size: 3.75rem;
  }
}
.c-form__row {
  margin-bottom: 20px;
}
.c-form__row--text-align-center {
  text-align: center;
}
.c-form__row--remove-margin {
  margin-bottom: 0;
}
.c-form__fieldset {
  border: none;
  padding: 0;
}
.c-form__checkboxlist {
  margin-top: 5px;
  display: block;
}
.c-form__checkbox-input {
  position: absolute;
  left: -99999px;
  height: 20px;
  width: 20px;
}
.c-form__checkbox-label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
  font-weight: 400;
  margin-bottom: 5px;
}
.c-form__checkbox-label:before {
  content: " ";
  height: 20px;
  display: block;
  width: 20px;
  border: 1px solid #8e8e98;
  margin-right: 10px;
  border-radius: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  top: 2px;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-form__checkbox-label:focus:before,
.c-form__checkbox-label:hover:before {
  border-color: #ce6a08;
  background-color: #55555b;
}
.c-form__checkbox-label:after {
  position: absolute;
  content: " ";
  height: 8px;
  width: 15px;
  top: 6px;
  left: 3px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  background: none;
  -webkit-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  -webkit-transition:
    opacity 0.1s ease,
    -webkit-transform 0.1s ease;
  transition:
    opacity 0.1s ease,
    -webkit-transform 0.1s ease;
  transition:
    transform 0.1s ease,
    opacity 0.1s ease;
  transition:
    transform 0.1s ease,
    opacity 0.1s ease,
    -webkit-transform 0.1s ease;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.c-form__checkbox-input:checked + .c-form__checkbox-label:after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(0.8);
  transform: rotate(-45deg) scale(0.8);
}
.c-form__checkbox-input:checked + .c-form__checkbox-label:before {
  background-color: #ce6a08;
  border-color: #ce6a08;
}
.c-form__label-checkbox {
  position: relative;
}
.c-form__optional {
  padding-left: 5px;
}
.c-form__radiobutton-input {
  position: absolute;
  left: -9999px;
  height: 20px;
  width: 20px;
}
.c-form__radiobutton-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-weight: 400;
  margin-bottom: 5px;
}
.c-form__radiobutton-label:before {
  content: " ";
  height: 20px;
  width: 20px;
  border: 1px solid #8e8e98;
  margin-right: 10px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  top: 2px;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-form__radiobutton-label:focus:before,
.c-form__radiobutton-label:hover:before {
  border-color: #ce6a08;
  background-color: #8e8e98;
}
.c-form__radiobutton-label:after {
  position: absolute;
  top: 9px;
  left: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: " ";
  height: 6px;
  width: 6px;
  background: #fff;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  border-radius: 50%;
}
.c-form__radiobutton-input:checked + .c-form__radiobutton-label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.c-form__radiobutton-input:checked + .c-form__radiobutton-label:before {
  background-color: #ce6a08;
  border-color: #ce6a08;
}
.c-form .field-validation-error {
  display: block;
  margin-top: 5px;
  color: #ff0038;
}
.form-submit-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(../assets/hex-tick.html);
  background-repeat: no-repeat;
  background-position: top;
}
.form-submit-message .umbraco-forms-submitmessage {
  color: #ce6a08;
  padding: 20px 40px;
  position: relative;
}
.form-submit-message .umbraco-forms-submitmessage:after {
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  background-color: #ce6a08;
  bottom: 0;
  margin: 0 auto;
  right: 0;
  left: 0;
}
.splide-pagination {
  margin-top: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.splide-pagination__item {
  padding: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  margin: 0.2em;
  cursor: pointer;
  display: block;
  border: 1px solid;
}
.c-heading-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.c-heading-component--justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-heading-component--no-margin {
  margin-bottom: 0;
}
.c-heading-component__text {
  text-align: left;
  color: #ce6a08;
  font-family: Teko, serif;
  line-height: 1.2;
  margin: 0;
  display: block;
  font-weight: 600;
  font-size: 2.625rem;
}
@media screen and (min-width: 320px) {
  .c-heading-component__text {
    font-size: calc(36.29703px + 1.78218vw);
  }
}
@media screen and (min-width: 1330px) {
  .c-heading-component__text {
    font-size: 3.75rem;
  }
}
.c-heading-component__text--upper {
  text-transform: uppercase;
}
.c-heading-component__text--text-align-center {
  text-align: center;
}
.c-heading-component__text--link {
  position: relative;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.c-heading-component__text--link:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  content: "";
  background-color: #ce6a08;
  width: 100%;
}
.c-heading-component__text--link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #414040;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:
    transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.c-heading-component__text--link:hover:after {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.c-heading-component__text--link:hover {
  color: #ce6a08;
}
.c-heading-component__text--level-1 {
  font-size: 4.5rem;
}
@media screen and (min-width: 320px) {
  .c-heading-component__text--level-1 {
    font-size: calc(53.62376px + 5.74257vw);
  }
}
@media screen and (min-width: 1330px) {
  .c-heading-component__text--level-1 {
    font-size: 8.125rem;
  }
}
.c-heading-component__text--level-2 {
  font-size: 2.625rem;
}
@media screen and (min-width: 320px) {
  .c-heading-component__text--level-2 {
    font-size: calc(36.29703px + 1.78218vw);
  }
}
@media screen and (min-width: 1330px) {
  .c-heading-component__text--level-2 {
    font-size: 3.75rem;
  }
}
.c-heading-component__text--level-3 {
  font-size: 2.25rem;
}
@media screen and (min-width: 320px) {
  .c-heading-component__text--level-3 {
    font-size: calc(31.56436px + 1.38614vw);
  }
}
@media screen and (min-width: 1330px) {
  .c-heading-component__text--level-3 {
    font-size: 3.125rem;
  }
}
.c-heading-component__text--white {
  color: #fff;
}
.c-heading-component__text--grad {
  background: -webkit-linear-gradient(#fff, #b4b4b4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.secondary-nav {
  padding: 0;
}
.secondary-nav__item {
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #666;
  min-height: 56px;
  margin-bottom: 15px;
}
@media (min-width: 960px) {
  .secondary-nav__item {
    display: none;
  }
}
.secondary-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 16.66667px;
  position: relative;
  font-weight: 700;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  z-index: 5;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  background: transparent;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 640px) {
  .secondary-nav__link {
    padding-left: 64px;
  }
}
@media (min-width: 960px) {
  .secondary-nav__link {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.modal {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    avenir next,
    avenir,
    helvetica neue,
    helvetica,
    ubuntu,
    roboto,
    noto,
    segoe ui,
    arial,
    sans-serif;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  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;
  z-index: 999;
  padding: 25px;
}
.modal__container {
  max-width: 840px;
  width: 100%;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal__container--slim {
  max-width: 660px;
}
.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal__video {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #000;
}
.modal__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.modal__close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 9999;
  background: transparent;
  border: 0;
  padding: 0;
}
.modal__close:before {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.modal__close:hover {
  cursor: pointer;
}
.modal__close svg {
  fill: #fff;
  width: 100%;
  height: 100%;
}
.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}
@-webkit-keyframes mmfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  0% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mmslideIn {
  0% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
.list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list__item--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12.5px;
  margin-right: -12.5px;
  margin-bottom: 5px;
}
.list__item--grid > * {
  width: calc(50% - 25px);
  margin-bottom: 25px;
  margin-right: 12.5px;
  margin-left: 12.5px;
}
@supports (row-gap: 10px) {
  .list__item--grid {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 25px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    margin-left: 0;
    margin-right: 0;
  }
  .list__item--grid > * {
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
.list__link {
  display: inline-block;
  font-weight: 400;
  font-size: 0.8125rem;
}
.game-info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 3px;
}
.game-info-row:last-child {
  margin-bottom: 0;
}
.game-info-row p {
  margin: 0;
  font-size: 0.875rem;
}
@media screen and (min-width: 320px) {
  .game-info-row p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1330px) {
  .game-info-row p {
    font-size: 0.875rem;
  }
}
.game-info-row__property {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.game-info-row__data-wrap {
  font-weight: 700;
  position: relative;
  background: #000;
  color: #ce6a08;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 165px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
}
.game-info-row__data-wrap:after {
  content: "";
  background-image: url(../images/border.svg);
  left: 0;
  top: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0;
  height: 100%;
  width: 100%;
}
.game-card {
  border: 1px solid #ce6a08;
  -webkit-box-shadow: 0 0 5px #ce6a08;
  box-shadow: 0 0 5px #ce6a08;
}
.game-card__shadow {
  padding: 15px;
  -webkit-box-shadow: inset 0 0 10px #ce6a08;
  box-shadow: inset 0 0 10px #ce6a08;
  position: relative;
  height: 100%;
}
@media (min-width: 640px) {
  .game-card__content {
    padding: 10px 50px;
  }
}
.game-card__property-wrap {
  position: relative;
}
.game-card__game-properties {
  margin: 20px auto 40px;
  max-width: 280px;
}
@media (min-width: 640px) {
  .game-card__icon-one {
    position: absolute;
    top: 15px;
    left: -45px;
    background-image: url(../images/pin.svg);
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
  }
  .game-card__icon-one:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 46%;
    left: -20px;
    border-top: 1px dashed hsla(0, 0%, 100%, 0.3);
  }
}
@media (min-width: 640px) {
  .game-card__icon-two {
    position: absolute;
    bottom: 8px;
    right: -45px;
    background-image: url(../images/pin.svg);
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-repeat: no-repeat;
  }
  .game-card__icon-two:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 46%;
    left: -20px;
    border-top: 1px dashed hsla(0, 0%, 100%, 0.3);
  }
}
.game-card__link-container {
  margin-right: 5px;
}
.game-card__buttons {
  text-align: center;
}
.game-card__buttons > :first-child {
  margin-bottom: 12.5px;
}
@media (min-width: 640px) {
  .game-card__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .game-card__buttons > :first-child {
    margin-right: 12.5px;
    margin-bottom: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .game-card__buttons > :last-child {
    margin-left: 12.5px;
  }
}
.game-card .game-info-row {
  margin-bottom: 3px;
}
@media (min-width: 640px) {
  .game-card .game-info-row {
    margin-bottom: 4px;
  }
}
@media (min-width: 1050px) {
  .game-card .game-info-row {
    margin-bottom: 7px;
  }
}
@media (min-width: 1330px) {
  .game-card .game-info-row {
    margin-bottom: 3px;
  }
}
.game-card-listing-component {
  position: relative;
  z-index: 2;
  margin-top: 25px;
}
.game-card-listing-component__heading {
  line-height: 1;
  text-transform: uppercase;
  font-family: Teko, serif;
  color: #ce6a08;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
  font-size: 2.625rem;
}
@media screen and (min-width: 320px) {
  .game-card-listing-component__heading {
    font-size: calc(36.29703px + 1.78218vw);
  }
}
@media screen and (min-width: 1330px) {
  .game-card-listing-component__heading {
    font-size: 3.75rem;
  }
}
@media (min-width: 960px) {
  .game-card-listing-component__heading {
    margin-bottom: 50px;
  }
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-wrapper__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-section {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 30px;
}
@media (min-width: 960px) {
  .video-section {
    padding-bottom: 0;
  }
}
.video-section--padding-top {
  padding-top: 50px;
}
@media (min-width: 960px) {
  .video-section--padding-top {
    padding-top: 30%;
  }
}
.video-section__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 960px) {
  .video-section__caption {
    padding-top: 55px;
  }
}
.video-section__title {
  color: #fff;
  font-family: Teko, serif;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
  font-size: 2.5rem;
}
@media screen and (min-width: 960px) {
  .video-section__title {
    font-size: calc(19.24324px + 2.16216vw);
  }
}
@media screen and (min-width: 1330px) {
  .video-section__title {
    font-size: 3rem;
  }
}
.video-section__description {
  font-size: 16px;
}
.video-section__frame {
  position: relative;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  margin: 0;
  height: 200px;
}
@media (min-width: 960px) {
  .video-section__frame {
    position: relative;
  }
  .video-section__frame:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
  }
}
.video-section__frame:hover {
  cursor: pointer;
}
.video-section__frame:hover .video-section__icon {
  background-color: #ce6a08;
}
.video-section__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  z-index: 50;
  border-radius: 50%;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 960px) {
  .video-section__icon {
    left: 40%;
    width: 130px;
    height: 130px;
  }
}
.video-section__icon > svg {
  width: 100%;
  height: 100%;
}
.video-section__line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  z-index: 0;
}
.video-section__line:before {
  left: 0;
  top: 0;
}
.video-section__line:after,
.video-section__line:before {
  content: "";
  position: absolute;
  border-right: 1px dashed hsla(0, 0%, 100%, 0.3);
  height: calc(50% - 50px);
  width: 100%;
}
.video-section__line:after {
  right: 0;
  bottom: 0;
}
@media (min-width: 960px) {
  .video-section__line {
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    border-right: 0;
  }
  .video-section__line:before {
    width: calc(50% - 125px);
    left: 0;
  }
  .video-section__line:after,
  .video-section__line:before {
    content: "";
    position: absolute;
    border-top: 1px dashed hsla(0, 0%, 100%, 0.3);
    height: auto;
  }
  .video-section__line:after {
    right: 0;
    width: calc(50% - 30px);
  }
}
.video-section__pin {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%) rotate(90deg);
  transform: translateX(-50%) translateY(100%) rotate(90deg);
  padding-left: 10px;
}
@media (min-width: 960px) {
  .video-section__pin {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 0;
    z-index: 1;
    right: 0;
    top: 50%;
    left: auto;
    width: 35px;
    height: 35px;
  }
}
.video-section__pin:before {
  content: "";
  border-radius: 50%;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  right: 0;
}
.video-section__pin svg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.c-one-panel-cta {
  position: relative;
  z-index: 0;
}
.c-one-panel-cta__top-gradient {
  width: 100%;
  height: 30%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 25;
}
.c-one-panel-cta__top-gradient:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  opacity: 1;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000),
    to(hsla(0, 0%, 100%, 0))
  );
  background: linear-gradient(180deg, #000 0, hsla(0, 0%, 100%, 0));
}
.c-one-panel-cta__bottom-gradient {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  display: block;
  position: absolute;
  z-index: 25;
}
.c-one-panel-cta__bottom-gradient:before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 1;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000),
    to(hsla(0, 0%, 100%, 0))
  );
  background: linear-gradient(0deg, #000 0, hsla(0, 0%, 100%, 0));
}
.c-one-panel-cta__radial-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 25;
}
.c-one-panel-cta__radial-gradient:after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: radial-gradient(
    circle,
    transparent 8%,
    transparent 15%,
    #000 96%
  );
}
.c-one-panel-cta--negative-margin {
  margin-top: -130px;
}
@media (min-width: 1330px) {
  .c-one-panel-cta--negative-margin {
    margin-top: -260px;
  }
}
.c-one-panel-cta--tear-effect:after {
  content: "";
  background-image: url(../images/back-texture.png);
  position: absolute;
  width: 100%;
  height: 153px;
  bottom: 0;
  left: 0;
}
@media (max-width: 959px) {
  .c-one-panel-cta--tear-effect:after {
    height: 100px;
  }
}
.c-one-panel-cta .c-heading-component__text {
  color: #fff;
  line-height: 1;
}
.c-one-panel-cta__link-container {
  text-align: center;
}
.c-one-panel-cta__container {
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  z-index: 50;
}
.c-one-panel-cta--negative-margin .c-one-panel-cta__container {
  padding-top: 130px;
}
@media (min-width: 1330px) {
  .c-one-panel-cta--negative-margin .c-one-panel-cta__container {
    padding-top: 260px;
  }
}
.c-one-panel-cta__container--align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 100px;
}
@media (min-width: 960px) {
  .c-one-panel-cta__container--align-bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0;
  }
}
.c-one-panel-cta__content {
  position: relative;
  text-align: center;
}
.c-footer-logos {
  background-color: #fdfdfd;
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
}
@media (min-width: 960px) {
  .c-footer-logos {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.c-footer-logos__container {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-footer-logos__item {
  display: block;
  padding: 10px 65px;
}
@media (max-width: 959px) {
  .c-footer-logos__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-footer-logos__item:hover .c-footer-logos__logo {
  -webkit-filter: none;
  filter: none;
}
.c-footer-logos__logo {
  max-width: 100px;
  height: auto;
  -webkit-filter: invert(74%) sepia(0) saturate(0) hue-rotate(227deg)
    brightness(90%) contrast(50%);
  filter: invert(74%) sepia(0) saturate(0) hue-rotate(227deg) brightness(90%)
    contrast(50%);
  transition:
    opacity 1s,
    filter 0.5s,
    -webkit-filter 0.5s;
}
.c-footer-bottom-links {
  line-height: 1;
  margin: 0;
  padding: 0;
}
.c-footer-bottom-links__item {
  display: inline-block;
  border-right: 1px solid #ce6a08;
}
.c-footer-bottom-links__item:last-child {
  border-right: none;
}
.c-footer-bottom-links__item:first-child .c-footer-bottom-links__link {
  margin-left: 0;
}
.c-footer-bottom-links__link {
  font-size: 0.75rem;
  color: #ce6a08;
  margin: 0 10px;
  font-weight: 400;
}
.quick-links-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quick-links-list__item {
  margin-left: 25px;
}
.quick-links-list__link {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.quick-links-list__link:hover {
  color: #ce6a08;
}
.c-footer-graphic {
  position: absolute;
  width: 50%;
  height: 25px;
  right: 0;
  top: 70px;
}
@media (min-width: 960px) {
  .c-footer-graphic {
    right: -3px;
    top: 100px;
  }
}
.c-footer-graphic svg {
  width: 25px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: -12px;
  left: 38px;
}
@media (min-width: 960px) {
  .c-footer-graphic svg {
    left: auto;
    right: -40px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.c-footer-graphic:after {
  content: "";
  border-top: 1px dashed #444;
  width: 98%;
  height: 2px;
  position: absolute;
  right: -65px;
}
@media (min-width: 960px) {
  .c-footer-graphic:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    right: -10px;
  }
}
@media (min-width: 1330px) {
  .c-footer-graphic:after {
    width: 120%;
  }
}
.c-footer-graphic__border {
  position: absolute;
}
@media (min-width: 960px) {
  .c-footer-graphic__border:before {
    content: "";
    border-top: 1px dashed #444;
    width: 58px;
    height: 2px;
    position: absolute;
    right: auto;
    left: -97px;
    top: -65px;
  }
  .c-footer-graphic__border:after {
    content: "";
    width: 85px;
    height: 200px;
    border-top: 1px dashed #444;
    position: absolute;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    left: -130px;
    top: -69px;
  }
}
@media (min-width: 1330px) {
  .c-footer-graphic__border {
    left: -135px;
  }
}
.c-footer-graphic__border-top {
  position: absolute;
}
@media (min-width: 960px) {
  .c-footer-graphic__border-top:before {
    content: "";
    border-top: 1px dashed #444;
    width: 58px;
    height: 2px;
    position: absolute;
    right: auto;
    left: -85px;
    top: -80px;
  }
  .c-footer-graphic__border-top:after {
    content: "";
    width: 135px;
    height: 200px;
    border-top: 1px dashed #444;
    position: absolute;
    -webkit-transform: rotate(320deg);
    transform: rotate(320deg);
    left: 23px;
    top: -149px;
  }
}
@media (min-width: 1330px) {
  .c-footer-graphic__border-top:before {
    width: 135px;
    left: -210px;
  }
  .c-footer-graphic__border-top:after {
    left: -25px;
  }
}
.c-footer-graphic--bottom {
  right: auto;
  left: 0;
  top: -15px;
}
@media (min-width: 480px) {
  .c-footer-graphic--bottom {
    top: -30px;
  }
}
@media (min-width: 960px) {
  .c-footer-graphic--bottom {
    top: -20px;
  }
}
.c-footer-graphic--bottom svg {
  right: 38px;
  left: auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (min-width: 1330px) {
  .c-footer-graphic--bottom svg {
    right: auto;
    left: -50px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.c-footer-graphic--bottom:after {
  left: -65px;
  right: auto;
}
@media (min-width: 1330px) {
  .c-footer-graphic--bottom:after {
    width: 130%;
    left: -20px;
  }
}
.c-quote-carousel {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  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;
}
.c-quote-carousel--extra-padding-bottom {
  padding-bottom: 180px;
}
@media (min-width: 960px) {
  .c-quote-carousel--extra-padding-bottom {
    padding-bottom: 230px;
  }
}
.c-quote-carousel--background {
  min-height: 700px;
}
@media (min-width: 960px) {
  .c-quote-carousel--background {
    padding-top: 230px;
  }
}
.c-quote-carousel--background:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 120%;
  top: -115px;
  background-image: url(../images/background-small.png);
  background-size: cover;
}
@media (min-width: 960px) {
  .c-quote-carousel--background:before {
    background-image: url(../images/background.png);
  }
}
.c-quote-carousel--white-background {
  padding-bottom: 250px;
}
.c-quote-carousel--white-background:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 165px;
  z-index: 5;
  bottom: 0;
  background-image: url(../images/whitegrainedge.png);
  background-size: cover;
}
.c-quote-carousel__arrow,
.c-quote-carousel__container {
  position: relative;
  z-index: 5;
}
.c-quote-carousel__arrow {
  width: 25px;
  height: 55px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  padding: 0;
}
@media (min-width: 960px) {
  .c-quote-carousel__arrow {
    width: 40px;
    height: 88px;
  }
}
.c-quote-carousel__arrow:hover {
  background-color: transparent;
  border: none;
}
.c-quote-carousel__arrow--prev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.c-quote-carousel__arrow--next {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-quote-carousel__arrow:disabled {
  opacity: 0.5;
  cursor: auto;
}
.c-quote-carousel__arrow:disabled,
.c-quote-carousel__arrow:disabled:hover {
  background-color: transparent;
  border: none;
}
.c-quote-carousel__arrow svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  position: relative;
}
@media (min-width: 960px) {
  .c-quote-carousel__arrow--prev {
    left: -20%;
  }
}
@media (min-width: 1050px) {
  .c-quote-carousel__arrow--prev {
    left: -40%;
  }
}
@media (min-width: 960px) {
  .c-quote-carousel__arrow--next {
    right: -20%;
  }
}
@media (min-width: 1050px) {
  .c-quote-carousel__arrow--next {
    right: -40%;
  }
}
@media (max-width: 639px) {
  .c-quote-carousel__quote {
    padding: 0 20px;
  }
}
.rating-scale {
  list-style-type: none;
  padding: 5.5px 5.5px 5.5px 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rating-scale span {
  visibility: hidden;
}
.rating-scale__item {
  margin-right: 6px;
  height: 10px;
  width: 10px;
  display: block;
  border-radius: 50%;
  background-color: #ccc;
}
.rating-scale__item--fill {
  background-color: #ce6a08;
}
.experience-card-component__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  line-height: 1;
  margin-bottom: 20px;
  font-family: Teko, serif;
  font-weight: 600;
  color: #ce6a08;
  text-transform: uppercase;
  position: relative;
  font-size: 2.3125rem;
}
@media screen and (min-width: 960px) {
  .experience-card-component__heading {
    font-size: 37px;
  }
}
@media screen and (min-width: 1330px) {
  .experience-card-component__heading {
    font-size: 2.3125rem;
  }
}
@media (min-width: 960px) {
  .experience-card-component__card {
    margin: 15px;
  }
}
.experience-card-component__shadow {
  -webkit-box-shadow: inset 0 0 10px #ce6a08;
  box-shadow: inset 0 0 10px #ce6a08;
  position: relative;
}
.experience-card-component__property-wrap {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 960px) {
  .experience-card-component__property-wrap {
    padding: 0 45px;
  }
}
@media (min-width: 1330px) {
  .experience-card-component__property-wrap {
    padding: 0 90px;
  }
}
.experience-card-component__icon-one {
  position: absolute;
  top: 15px;
  background-image: url(../images/pin.svg);
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
  background-repeat: no-repeat;
}
@media (min-width: 960px) {
  .experience-card-component__icon-one {
    display: block;
    left: 10px;
  }
}
@media (min-width: 1330px) {
  .experience-card-component__icon-one {
    left: 50px;
  }
}
.experience-card-component__icon-one:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  top: 47%;
  right: 20px;
  border-top: 1px dashed hsla(0, 0%, 100%, 0.3);
}
.experience-card-component__icon-two {
  position: absolute;
  bottom: 5px;
  background-image: url(../images/pin.svg);
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: none;
  background-repeat: no-repeat;
}
@media (min-width: 960px) {
  .experience-card-component__icon-two {
    display: block;
    right: 10px;
  }
}
@media (min-width: 1330px) {
  .experience-card-component__icon-two {
    right: 50px;
  }
}
.experience-card-component__icon-two:before {
  content: "";
  position: absolute;
  width: 80px;
  right: 20px;
  height: 1px;
  top: 46%;
  border-top: 1px dashed hsla(0, 0%, 100%, 0.3);
}
.experience-card-component__wrap {
  -webkit-box-shadow: 0 0 5px #ce6a08;
  box-shadow: 0 0 5px #ce6a08;
  border: 1px solid #ce6a08;
  height: 100%;
  padding: 50px 0;
}
.experience-card-component__wrap-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 960px) {
  .experience-card-component__wrap-inner {
    padding: 20px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 960px) {
  .experience-card-component__card-content {
    padding: 10px 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.experience-card-component__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.experience-card-component__game-info {
  padding: 40px 40px 40px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.experience-card-component__game-info p {
  font-size: 1rem;
}
@media screen and (min-width: 320px) {
  .experience-card-component__game-info p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1330px) {
  .experience-card-component__game-info p {
    font-size: 1rem;
  }
}
.experience-card-component__game-properties {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 960px) {
  .experience-card-component__game-properties {
    padding: 40px;
  }
}
.experience-card-component__data,
.experience-card-component__property {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.experience-card-component__data {
  margin: 0 0 6px;
  font-weight: 700;
  position: relative;
  background: #000;
  color: #ce6a08;
  display: inline-block;
  padding: 5px;
  border-top: 1px solid #ce6a08;
  border-right: 1px solid #ce6a08;
  border-bottom: 1px solid #ce6a08;
}
.experience-card-component__data:before {
  z-index: -1;
  content: "";
  position: absolute;
  left: -10%;
  top: -1px;
  height: 105%;
  width: 100%;
  background-color: inherit;
  border: 1px solid #ce6a08;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.experience-card-component__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
.c-image-carousel__container {
  position: relative;
}
.c-image-carousel__slide {
  padding: 0;
}
.c-image-carousel__arrow {
  width: 25px;
  height: 55px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  background-color: transparent;
  border: none;
  padding: 0;
  position: relative;
}
@media (min-width: 960px) {
  .c-image-carousel__arrow {
    width: 40px;
    height: 88px;
  }
}
.c-image-carousel__arrow:hover {
  background-color: transparent;
  border: none;
}
.c-image-carousel__arrow--prev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.c-image-carousel__arrow--next {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-image-carousel__arrow:disabled {
  opacity: 0.5;
  cursor: auto;
}
.c-image-carousel__arrow:disabled,
.c-image-carousel__arrow:disabled:hover {
  background-color: transparent;
  border: none;
}
.c-image-carousel__arrow svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  position: relative;
}
.c-image-carousel__arrow--next {
  top: auto;
  bottom: 0;
  right: 20px;
}
@media (min-width: 768px) {
  .c-image-carousel__arrow--next {
    top: 45%;
    right: 40px;
  }
}
.c-image-carousel__arrow--prev {
  top: auto;
  bottom: 0;
  left: 20px;
}
@media (min-width: 768px) {
  .c-image-carousel__arrow--prev {
    top: 45%;
    left: 40px;
  }
}
.c-image-carousel .splide__pagination__page {
  background-color: #5a5a5a;
  border: 2px solid #7a7a7a;
  width: 5px;
  height: 5px;
  margin-left: 8px;
  margin-right: 8px;
}
.c-image-carousel .splide__pagination__page.is-active {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: none;
  background-image: url(../images/icon-orange-circle.svg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c-image-carousel-item__caption {
  margin-top: 20px;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}
.list-selector {
  position: relative;
}
.list-selector__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: flex-start;
  flex-direction: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ce6a08;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #ce6a08;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px;
}
.list-selector__button--active,
.list-selector__button:hover {
  background-color: #ce6a08;
  color: #000;
  cursor: pointer;
}
.list-selector__button--active .list-selector__button-icon svg,
.list-selector__button:hover .list-selector__button-icon svg {
  fill: #000;
}
.list-selector__button--active .list-selector__button-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.list-selector__options {
  display: none;
  background: #ce6a08;
  z-index: 10;
  color: #000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #ce6a08;
  width: 100%;
  text-align: left;
  position: absolute;
  font-weight: 700;
  top: 100%;
}
.list-selector__options--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-selector__option {
  padding: 5px 15px;
  color: #000;
}
.list-selector__option:hover {
  color: #ce6a08;
  background-color: #000;
}
.list-selector__button-icon {
  width: 12px;
  height: 7px;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition:
    transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  margin-left: 20px;
}
.list-selector__button-icon svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  fill: #ce6a08;
}
.c-html-component iframe {
  width: 100% !important;
}
.map-container {
  position: relative;
  width: 95%;
}
@media (max-width: 639px) {
  .map-container {
    width: 93%;
  }
}
.static-map {
  position: relative;
  width: 100%;
  max-width: 460px;
  margin: 0 auto 6rem;
  background: url(../images/uk-map.svg) 50% / contain no-repeat;
  aspect-ratio: 47/76;
  height: auto;
  z-index: 1;
}
@media (max-width: 639px) {
  .static-map {
    margin: 0 auto 3rem;
  }
}
.border-wrapper {
  top: 0;
  height: 100%;
  margin: 0 auto;
  aspect-ratio: 47/76;
}
.border,
.border-wrapper {
  width: 100%;
  position: absolute;
  left: 0;
}
.border {
  top: 50%;
  height: 70%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 4px solid #333;
  pointer-events: none;
  aspect-ratio: 16/9;
  background: url(../images/cloud.png) bottom/cover no-repeat;
}
@media (max-width: 639px) {
  .border {
    height: 90%;
  }
}
.pin {
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transform-origin: center;
  transform-origin: center;
  will-change: transform;
  margin: 0;
  padding: 0;
  border: 0;
}
.pin,
.pin-dot {
  position: absolute;
  z-index: 1;
}
.pin-dot {
  inset: 0;
  border-radius: 50%;
  background: #ce6a08;
}
.pin-dot:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: 0.95;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.pin-dot:after,
.pin-dot:hover:after {
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pin-dot:hover:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 44px;
  height: 44px;
}
.pin-dot:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.45);
  box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.45);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-animation: pin-pulse 1.8s ease-out infinite;
  animation: pin-pulse 1.8s ease-out infinite;
}
.pin img {
  display: block;
  width: 100%;
  height: 100%;
}
.pin-label {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -6px);
  transform: translate(-50%, -6px);
  font-size: 2.15rem;
  font-weight: 500;
  font-family: Teko, serif;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  white-space: nowrap;
  color: #fff;
}
.pin-label.label-bottom {
  top: 100%;
  bottom: auto;
  -webkit-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
}
@media (max-width: 1329px) {
  .pin-label {
    font-size: 1.5rem;
  }
}
@-webkit-keyframes pin-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.45);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.45);
    opacity: 1;
  }
  70% {
    -webkit-box-shadow: 0 0 0 16px hsla(0, 0%, 100%, 0);
    box-shadow: 0 0 0 16px hsla(0, 0%, 100%, 0);
    opacity: 0.85;
  }
  to {
    -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
    opacity: 1;
  }
}
@keyframes pin-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.45);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.45);
    opacity: 1;
  }
  70% {
    -webkit-box-shadow: 0 0 0 16px hsla(0, 0%, 100%, 0);
    box-shadow: 0 0 0 16px hsla(0, 0%, 100%, 0);
    opacity: 0.85;
  }
  to {
    -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
    opacity: 1;
  }
}
.si-float-wrapper {
  position: absolute;
  width: 100%;
}
.si-float-wrapper,
.si-float-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
[class*="si-wrapper"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  cursor: default;
}
.si-wrapper-top {
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -40px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  left: 0;
}
.si-wrapper-bottom,
.si-wrapper-top {
  -webkit-box-orient: vertical;
  margin-left: 0;
}
.si-wrapper-bottom {
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.si-wrapper-left {
  margin-top: -20px;
  margin-left: -11px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.si-wrapper-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: -20px;
  margin-left: 11px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
[class*="si-shadow-wrapper"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.29804;
  z-index: 1;
}
.si-shadow-wrapper-bottom,
.si-shadow-wrapper-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.si-shadow-frame {
  -webkit-box-shadow: 0 1px 3px 0 #000;
  box-shadow: 0 1px 3px 0 #000;
}
[class*="si-shadow-inner-pointer"] {
  position: absolute;
  width: 141%;
  height: 141%;
  -webkit-box-shadow: -0.70711px 0.70711px 3px 0 #000;
  box-shadow: -0.70711px 0.70711px 3px 0 #000;
}
.si-shadow-inner-pointer-top {
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.si-shadow-inner-pointer-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
  transform: translate(-50%, 50%) rotate(-45deg);
}
.si-shadow-inner-pointer-left {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.si-shadow-inner-pointer-right {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}
.si-frame {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 0;
  overflow: hidden;
  z-index: 2;
}
.si-content-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 35px;
  background-color: #fff;
}
.si-has-border .si-content-wrapper {
  border: 0 solid #bbb;
}
.si-content {
  overflow: auto;
}
.si-close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  border: 0;
  outline: none;
  background-color: transparent;
  color: inherit;
  background-image: url(../images/close-icon.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  z-index: 20;
  text-indent: -9999px;
}
.si-close-button:focus,
.si-close-button:hover {
  cursor: pointer;
  opacity: 0.7;
}
.map-marker__address {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.4;
}
.map-marker__heading {
  font-family: Roboto, sans-serif;
  margin-bottom: 5px;
}
.map-marker__games,
.map-marker__heading {
  color: #000;
  font-weight: 700;
  font-size: 0.875rem;
}
.map-marker__games {
  margin: 20px 0;
  line-height: 1.4;
}
.c-article img {
  max-width: 100%;
  height: auto;
}
.listing-feed__set {
  padding-bottom: 3.5rem;
}
@media (min-width: 640px) {
  .listing-feed__set {
    display: -ms-grid;
    display: grid;
    gap: 1.5rem;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1330px) {
  .listing-feed__set {
    gap: 3.5rem;
  }
}
.listing-feed__set > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paging {
  width: 100%;
  text-align: center;
  padding: 0;
}
.info-card {
  border: 1px solid #ce6a08;
  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-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .info-card {
    margin-bottom: 0;
  }
}
.info-card__image-frame {
  padding: 0.5rem;
}
.info-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1rem 4.5rem 2rem 1rem;
}
.info-card__heading {
  font-family: Teko, serif;
  text-transform: uppercase;
  font-size: 1.75rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
.info-card__description {
  color: #fff;
  margin-bottom: 1.25rem;
  word-break: break-all;
}
.info-card__button {
  margin-top: auto;
}
.c-breadcrumbs {
  list-style: none;
  padding: 0 0 40px;
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
}
.c-breadcrumbs,
.c-breadcrumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-breadcrumbs li {
  font-weight: 700;
  text-transform: uppercase;
}
.c-breadcrumbs li .divider {
  margin: 0 0.5rem;
  color: #4d4d4d;
  font-size: 22px;
}
.c-breadcrumbs li a {
  text-transform: uppercase;
}
.u-hide {
  display: none !important;
}
@media (max-width: 959px) {
  .u-hide-medium-bp-down {
    display: none;
  }
}
@media (min-width: 960px) {
  .u-hide-medium-bp-up {
    display: none;
  }
}
@media (max-width: 1329px) {
  .u-hide-large-bp-down {
    display: none;
  }
}
@media (min-width: 1330px) {
  .u-hide-large-bp-up {
    display: none;
  }
}
@media (max-width: 959px) {
  .u-center-text-medium-bp-down {
    text-align: center;
  }
}
@media (max-width: 639px) {
  .u-center-text-small-bp-down {
    text-align: center;
  }
}
.u-vertical-rl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  text-align: right;
}
.u-top-margin {
  margin-top: 37.5px;
}
@media (min-width: 960px) {
  .u-top-margin {
    margin-top: 75px;
  }
}
.u-bottom-margin {
  margin-bottom: 37.5px;
}
@media (min-width: 960px) {
  .u-bottom-margin {
    margin-bottom: 75px;
  }
}
.u-bottom-margin-half {
  margin-bottom: 37.5px;
}
.u-text-underline {
  position: relative;
  padding-bottom: 16.66667px;
}
.u-text-underline:after {
  content: "";
  width: 50px;
  height: 2px;
  left: 0;
  position: absolute;
  background-color: #ce6a08;
  bottom: 0;
}
@media (max-width: 959px) {
  .u-text-underline--center-medium-bp-down:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 639px) {
  .u-text-underline--center-small-bp-down:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.u-text-underline--center:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.u-text-line-hover-animation {
  position: relative;
}
.u-text-line-hover-animation:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
  background-color: transparent;
  width: 100%;
}
.u-text-line-hover-animation:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ce6a08;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:
    transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.u-text-line-hover-animation:hover:after {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.u-text-line-hover-animation--white {
  color: #fcfcfc;
  position: relative;
}
.u-text-line-hover-animation--white:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
  background-color: transparent;
  width: 100%;
}
.u-text-line-hover-animation--white:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fcfcfc;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:
    transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.u-text-line-hover-animation--white:hover:after {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.u-text-align-center {
  text-align: center;
}
.u-shaded-background {
  background-color: #f4f4f4;
  padding-top: 37.5px;
  padding-bottom: 37.5px;
}
@media (min-width: 960px) {
  .u-shaded-background {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.footer {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}