<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: OpenSans;
  src: url("/frontend/fonts/OpenSans-Light.ttf");
  src: url("/frontend/fonts/OpenSans-Regular.ttf");
  src: url("/frontend/fonts/OpenSans-Italic.ttf");
  src: url("/frontend/fonts/OpenSans-SemiBold.ttf");
}
.color-1 {
  color: #4C6962;
}

.color-3 {
  color: #5BA7D1;
}

.maroon {
  color: #541308;
}

.rust {
  color: #A74223;
}

.green {
  color: #25520A;
}

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

.bg-color-head {
  background-color: #e3f0d8;
}

.bg-color-1 {
  background-color: #EAE7E7;
}

.bg-color-2 {
  background-color: #E3EBDE;
}

.bg-color-3 {
  background-color: #5BA7D1;
}

.bg-color-4 {
  background-color: #DEEDF6;
}

.bg-color-cta {
  background-color: coral;
}

.bg-color-5 {
  background-color: #ECEAE4;
}

.bg-color-6 {
  background-color: #E4E2D9;
}

.bg-color-7 {
  background-color: #F9F5EB;
}

.bg-color-8 {
  background-color: #e3f0d8;
}

.bg-color-9 {
  background-color: #D9E1D1;
}

.bg-color-pblue {
  background-color: #F1FBFF;
}

.bg-1 {
  background-image: linear-gradient(rgba(226, 96, 51, 0.1), #fff);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 62.5%;
}
@media only screen and (max-width: 75em) {
  html {
    font-size: 60%;
  }
}

body {
  font-family: "OpenSans", sans-serif;
  color: #4D4D4D;
  line-height: 1.6;
  background-color: #F4F4F4;
  -webkit-font-smoothing: antialiased;
}

a,
a:link,
a:visited {
  cursor: pointer;
  color: currentColor;
}

a:focus {
  outline: none;
}

#loader {
  display: none;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: serif;
  font-weight: 500;
}

p {
  font-size: 1.4rem;
}

h6 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.8rem;
}

h4 {
  font-size: 2.1rem;
  line-height: 1.2;
}

h3 {
  font-size: 2.9rem;
  line-height: 1;
}

h2 {
  font-size: 3.4rem;
  line-height: 1;
}

h1 {
  font-size: 4.4rem;
  line-height: 1;
}

.pfont {
  font-family: "OpenSans", sans-serif;
}

.dfont {
  font-family: serif;
}

.fs-1 {
  font-size: 1.28rem;
}

.fs0 {
  font-size: 1.4rem;
}

.fs1 {
  font-size: 1.6rem;
}

.fs2 {
  font-size: 2rem;
}

.fs3 {
  font-size: 3.1rem;
}

.fs4 {
  font-size: 3.9rem;
}

.fs5 {
  font-size: 4.8rem;
}

.lh-1 {
  line-height: 1.2;
}

.lh0 {
  line-height: 1.4;
}

.lh1 {
  line-height: 1.6;
}

.i {
  font-style: oblique;
}

.btn {
  background-color: #4D4D4D;
  color: white;
  border: none;
  border-radius: 0;
  font-family: serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 1.8rem 3rem;
  cursor: pointer;
}
.btn:hover {
  background-color: #B28451;
}

.title {
  text-align: center;
  padding-top: 4rem;
}

.uppercase {
  text-transform: uppercase;
}

.letterspace-1 {
  letter-spacing: 1px;
}

.letterspace-2 {
  letter-spacing: 2px;
}

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

.t-align-c {
  text-align: center;
}

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

.bold {
  font-weight: 800;
}

.light {
  font-weight: 300;
}

.container {
  max-width: 120rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1240px) {
  .container {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

.container-edge {
  max-width: 120rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1240px) {
  .container-edge {
    padding-left: 0;
    padding-right: 0;
  }
}

.pad-xs {
  padding: 0.8rem;
}

.pad-s {
  padding: 1.6rem;
}

.pad-m {
  padding: 2.4rem;
}

.pad-l {
  padding: 4rem;
}
@media only screen and (max-width: 960px) {
  .pad-l {
    padding: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  .pad-l {
    padding: 2.4rem;
  }
}

.pad-xl {
  padding: 6.4rem;
}
@media only screen and (max-width: 960px) {
  .pad-xl {
    padding: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  .pad-xl {
    padding: 4rem;
  }
}

.pad-xxl {
  padding: 9.6rem;
}
@media only screen and (max-width: 960px) {
  .pad-xxl {
    padding: 6.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .pad-xxl {
    padding: 6.4rem;
  }
}

.pad-t-xs {
  padding-top: 0.8rem;
}

.pad-t-s {
  padding-top: 1.6rem;
}

.pad-t-m {
  padding-top: 2.4rem;
}

.pad-t-l {
  padding-top: 4rem;
}
@media only screen and (max-width: 960px) {
  .pad-t-l {
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  .pad-t-l {
    padding-top: 4rem;
  }
}

.pad-t-xl {
  padding-top: 6.4rem;
}
@media only screen and (max-width: 960px) {
  .pad-t-xl {
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  .pad-t-xl {
    padding-top: 4rem;
  }
}

.pad-t-xxl {
  padding-top: 9.6rem;
}
@media only screen and (max-width: 960px) {
  .pad-t-xxl {
    padding-top: 6.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .pad-t-xxl {
    padding-top: 6.4rem;
  }
}

.pad-b-xs {
  padding-bottom: 0.8rem;
}

.pad-b-s {
  padding-bottom: 1.6rem;
}

.pad-b-m {
  padding-bottom: 2.4rem;
}

.pad-b-l {
  padding-bottom: 4rem;
}
@media only screen and (max-width: 960px) {
  .pad-b-l {
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  .pad-b-l {
    padding-bottom: 4rem;
  }
}

.pad-b-xl {
  padding-bottom: 6.4rem;
}
@media only screen and (max-width: 960px) {
  .pad-b-xl {
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  .pad-b-xl {
    padding-bottom: 4rem;
  }
}

.pad-b-xxl {
  padding-bottom: 9.6rem;
}
@media only screen and (max-width: 960px) {
  .pad-b-xxl {
    padding-bottom: 6.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .pad-b-xxl {
    padding-bottom: 6.4rem;
  }
}

.pad-l-xs {
  padding-left: 0.8rem;
}

.pad-l-s {
  padding-left: 1.6rem;
}

.pad-l-m {
  padding-left: 2.4rem;
}

.pad-l-l {
  padding-left: 4rem;
}
@media only screen and (max-width: 960px) {
  .pad-l-l {
    padding-left: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  .pad-l-l {
    padding-left: 2.4rem;
  }
}

.pad-l-xl {
  padding-left: 6.4rem;
}
@media only screen and (max-width: 960px) {
  .pad-l-xl {
    padding-left: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  .pad-l-xl {
    padding-left: 4rem;
  }
}

.pad-r-xs {
  padding-right: 0.8rem;
}

.pad-r-s {
  padding-right: 1.6rem;
}

.pad-r-m {
  padding-right: 2.4rem;
}

.pad-r-l {
  padding-right: 4rem;
}
@media only screen and (max-width: 960px) {
  .pad-r-l {
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  .pad-r-l {
    padding-right: 2.4rem;
  }
}

.pad-r-xl {
  padding-right: 6.4rem;
}
@media only screen and (max-width: 960px) {
  .pad-r-xl {
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  .pad-r-xl {
    padding-right: 2.4rem;
  }
}

.pad-tb-xs {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.pad-tb-s {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.pad-tb-m {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.pad-tb-l {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 960px) {
  .pad-tb-l {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .pad-tb-l {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}

.pad-tb-xl {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
@media only screen and (max-width: 960px) {
  .pad-tb-xl {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  .pad-tb-xl {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.pad-tb-xxl {
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
}
@media only screen and (max-width: 960px) {
  .pad-tb-xxl {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .pad-tb-xxl {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}

.pad-lr-xs {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.pad-lr-s {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.pad-lr-m {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

.pad-lr-l {
  padding-left: 4rem;
  padding-right: 4rem;
}
@media only screen and (max-width: 960px) {
  .pad-lr-l {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  .pad-lr-l {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

.pad-lr-xl {
  padding-left: 6.4rem;
  padding-right: 6.4rem;
}
@media only screen and (max-width: 960px) {
  .pad-lr-xl {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  .pad-lr-xl {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.pad-lr-xxl {
  padding-left: 9.6rem;
  padding-right: 9.6rem;
}
@media only screen and (max-width: 960px) {
  .pad-lr-xxl {
    padding-left: 6.4rem;
    padding-right: 6.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .pad-lr-xxl {
    padding-left: 6.4rem;
    padding-right: 6.4rem;
  }
}

.mar-xs {
  margin: 0.8rem;
}

.mar-s {
  margin: 1.6rem;
}

.mar-m {
  margin: 2.4rem;
}

.mar-l {
  margin: 4rem;
}
@media only screen and (max-width: 960px) {
  .mar-l {
    margin: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  .mar-l {
    margin: 2.4rem;
  }
}

.mar-xl {
  margin: 6.4rem;
}
@media only screen and (max-width: 960px) {
  .mar-xl {
    margin: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  .mar-xl {
    margin: 2.4rem;
  }
}

.mar-t-xs {
  margin-top: 0.8rem;
}

.mar-t-s {
  margin-top: 1.6rem;
}

.mar-t-m {
  margin-top: 2.4rem;
}

.mar-t-l {
  margin-top: 4rem;
}
@media only screen and (max-width: 960px) {
  .mar-t-l {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  .mar-t-l {
    margin-top: 2.4rem;
  }
}

.mar-t-xl {
  margin-top: 6.4rem;
}
@media only screen and (max-width: 960px) {
  .mar-t-xl {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  .mar-t-xl {
    margin-top: 2.4rem;
  }
}

.mar-b-xs {
  margin-bottom: 0.8rem;
}

.mar-b-s {
  margin-bottom: 1.6rem;
}

.mar-b-m {
  margin-bottom: 2.4rem;
}

.mar-b-l {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 960px) {
  .mar-b-l {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  .mar-b-l {
    margin-bottom: 2.4rem;
  }
}

.mar-b-xl {
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 960px) {
  .mar-b-xl {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  .mar-b-xl {
    margin-bottom: 2.4rem;
  }
}

.mar-l-xs {
  margin-left: 0.8rem;
}

.mar-l-s {
  margin-left: 1.6rem;
}

.mar-l-m {
  margin-left: 2.4rem;
}

.mar-l-l {
  margin-left: 4rem;
}
@media only screen and (max-width: 960px) {
  .mar-l-l {
    margin-left: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  .mar-l-l {
    margin-left: 2.4rem;
  }
}

.mar-l-xl {
  margin-left: 6.4rem;
}
@media only screen and (max-width: 960px) {
  .mar-l-xl {
    margin-left: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  .mar-l-xl {
    margin-left: 2.4rem;
  }
}

.mar-r-xs {
  margin-right: 0.8rem;
}

.mar-r-s {
  margin-right: 1.6rem;
}

.mar-r-m {
  margin-right: 2.4rem;
}

.mar-r-l {
  margin-right: 4rem;
}
@media only screen and (max-width: 960px) {
  .mar-r-l {
    margin-right: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  .mar-r-l {
    margin-right: 1.6rem;
  }
}

.mar-r-xl {
  margin-right: 6.4rem;
}
@media only screen and (max-width: 960px) {
  .mar-r-xl {
    margin-right: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  .mar-r-xl {
    margin-right: 2.4rem;
  }
}

.mar-tb-xs {
  margin: 0.8rem 0;
}

.mar-tb-s {
  margin: 1.6rem 0;
}

.mar-tb-m {
  margin: 2.4rem 0;
}

.mar-tb-l {
  margin: 4rem 0;
}
@media only screen and (max-width: 960px) {
  .mar-tb-l {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  .mar-tb-l {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

.mar-tb-xl {
  margin: 6.4rem 0;
}
@media only screen and (max-width: 960px) {
  .mar-tb-xl {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  .mar-tb-xl {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

.mar-lr-xs {
  margin: 0 0.8rem;
}

.mar-lr-s {
  margin: 0 1.6rem;
}

.mar-lr-m {
  margin: 0 2.4rem;
}

.mar-lr-l {
  margin: 0 4rem;
}
@media only screen and (max-width: 960px) {
  .mar-lr-l {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  .mar-lr-l {
    margin-left: 2.4rem;
    margin-right: 2.4rem;
  }
}

.mar-lr-xl {
  margin: 0 6.4rem;
}
@media only screen and (max-width: 960px) {
  .mar-lr-xl {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  .mar-lr-xl {
    margin-left: 2.4rem;
    margin-right: 2.4rem;
  }
}

.max-w {
  width: 100%;
}

.text-wrap {
  max-width: 64rem;
}

.text-wrap-l {
  max-width: 80rem;
}

.v-grid-s {
  display: grid;
  grid-gap: 1.6rem;
  align-content: start;
}

.res-img {
  width: 100%;
}

.grid {
  display: grid;
}

.grid-jic {
  justify-items: center;
}

.grid-auto {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}

.grid-1-col {
  display: grid;
  align-content: start;
}

.grid-2-col {
  display: grid;
  align-content: start;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 800px) {
  .grid-2-col {
    grid-template-columns: 1fr;
  }
}
.grid-2-img{display: grid; align-content: start; grid-template-columns: 1fr 1fr;}
.grid-3-col {
  display: grid;
  align-content: start;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 800px) {
  .grid-3-col {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 560px) {
  .grid-3-col {
    grid-template-columns: 1fr;
  }
}

.grid-4-col {
  display: grid;
  align-content: start;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 800px) {
  .grid-4-col {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 560px) {
  .grid-4-col {
    grid-template-columns: 1fr;
  }
}

.grid-3-1 {
  display: grid;
  grid-template-columns: 3fr 1fr;
}
@media only screen and (max-width: 800px) {
  .grid-3-1 {
    grid-template-columns: 1fr;
  }
}

.cgap-xs {
  grid-column-gap: 0.8rem;
}

.cgap-s {
  grid-column-gap: 1.6rem;
}

.cgap-m {
  grid-column-gap: 2.4rem;
}

.cgap-l {
  grid-column-gap: 4rem;
}

.cgap-xl {
  grid-column-gap: 6.4rem;
}

.rgap-xxs {
  grid-row-gap: 0.4rem;
}

.rgap-xs {
  grid-row-gap: 0.8rem;
}

.rgap-s {
  grid-row-gap: 1.6rem;
}

.rgap-m {
  grid-row-gap: 2.4rem;
}

.rgap-l {
  grid-row-gap: 4rem;
}

.rgap-xl {
  grid-row-gap: 6.4rem;
}

.v-align {
  align-items: center;
}

.v-content {
  align-content: center;
}

.full-wrap-white {
  background-color: #fff;
}

.full-wrap-a {
  background-color: #EAE7E7;
}

.full-wrap-b {
  background-color: #D6D5D5;
}

.full-wrap-c {
  background-color: #847764;
}

.white {
  color: #fff;
}

.br4 {
  border-radius: 1.2rem;
}

.border-1-1 {
  border: solid 1px rgba(0, 0, 0, 0.1);
}

.border-r {
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}

.border-t {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.border-b {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.bg-shade-1 {
  background-color: rgba(0, 0, 0, 0.05);
}

.center {
  margin: 0 auto;
}

.mw-960 {
  max-width: 960px;
}

.mw-840 {
  max-width: 840px;
}

.mw-720 {
  max-width: 720px;
}

.mw-640 {
  max-width: 640px;
}

.mw-560 {
  max-width: 560px;
}

.mw-480 {
  max-width: 480px;
}

.height-4 {
  height: 4rem;
}

.height-5 {
  height: 5.6rem;
}

.height-6 {
  height: 6.4rem;
}

.two-col-textbox {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}
.two-col-textbox &gt; * {
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 740px) {
  .two-col-textbox {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.wysiwyg &gt; * {
  margin-bottom: 0.8rem;
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3 {
  margin-bottom: 2.4rem;
  line-height: 1.2;
}
.wysiwyg h4 {
  margin-bottom: 1.2rem;
  font-weight: 800;
}
.wysiwyg strong {
  font-weight: 800; /* Browser will calculate based on parent */
  font-family: inherit; /* Forces same font family as parent */
}
.wysiwyg blockquote {
  padding: 2.4rem;
  font-style: oblique;
}
.wysiwyg img {
  width: 100%;
}
.wysiwyg ul {
  margin-top: 0.8rem;
}
.wysiwyg li {
  font-size: 1.4rem;
  list-style-position: outside;
  margin-left: 1.6rem;
  padding-left: 1.6rem;
  line-height: 1.6;
  margin-bottom: 0.8rem;
}
.wysiwyg__block {
  padding-bottom: 4rem;
}
.wysiwyg a:link, .wysiwyg a:visited {
  color: currentColor;
  transition: all 0.2s;
}
.wysiwyg a:hover {
  color: coral;
}
.wysiwyg .caption {
  opacity: 0.5;
  font-size: 1.2rem;
  padding-bottom: 1.6rem;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.outline {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1.2rem;
  height: 100%;
}

.aspect-ratio {
  height: 0;
  position: relative;
}

.aspect-ratio--6x4 {
  padding-bottom: 66.6%;
}

.aspect-ratio--object {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

/*
.asp-box-sq{
    height: 0;
    padding-top: 100%;
    position: relative;
    background-color: aqua;

}
*/
.asp-box-sq {
  width: 0;
  padding-left: 100%;
  padding-top: 100%;
  position: relative;
  background-color: aqua;
}

.asp-box-6-4 {
  height: 0;
  padding-top: 66.6%;
  position: relative;
}

.asp-box-16-9 {
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

.asp-box-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fit {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.op-5 {
  opacity: 0.5;
}

.op-7 {
  opacity: 0.7;
}

.op-8 {
  opacity: 0.8;
}

.bold {
  font-weight: 800;
}

.lh-m {
  line-height: 1.4;
}

.h-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.v-flex-center {
  display: flex;
  align-items: center;
}

.max-h-1 {
  max-height: 27rem;
}

@media only screen and (max-width: 800px) {
  .no-mob {
    display: none;
  }
}

.overflow-h {
  overflow: hidden;
}

.scale1 {
  transition: all 0.2s;
}
.scale1:hover {
  transform: scale(1.05);
}

.shad-1 {
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.2);
}

.a-self-e {
  align-self: end;
}

.s-between-v {
  align-content: space-between;
}

button {
  outline: none;
  cursor: pointer;
}

.btn-primary, .btn-primary:link, .btn-primary:visited {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  padding: 1.2rem 4rem;
  display: inline-block;
  border-radius: 10rem;
  position: relative;
  min-width: 24rem;
  text-align: center;
  border: none;
  cursor: pointer;
  color: #fff;
  background-image: linear-gradient(to right, #541308, #E26033);
  background-size: 100%;
  transition: all 0.3s;
}
.btn-primary:hover, .btn-primary:active {
  background-size: 200%;
  background-position: 100%;
  outline: none;
}

/*
.btn-primary{
    display: block;
    background-color: #CA7900;
    border: none;
    width: 24rem;
    height: 4rem;
    padding: .9rem 0;
    border-radius: 5rem;
    color: white;
    font-size: 1.3rem;
    transition: all .2s ;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;

    &amp;--m{
        width: 96%;
        margin: 2.4rem auto 1.6rem auto;
    }

    @media only screen and (max-width: 560px) {
        width: 100%;
    }

    &amp;:hover{
        filter: brightness(120%);
    }

}
*/
@media only screen and (max-width: 400px) {
  a.btn-primary, a.btn-outline {
    width: 100%;
  }
}

.btn-outline {
  display: block;
  background-color: transparent;
  border: 1px solid currentColor;
  width: 24rem;
  height: 4rem;
  padding: 0.9rem 0;
  border-radius: 2rem;
  color: currentColor;
  font-size: 1.3rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.2rem;
  font-weight: bold;
  transition: all 0.2s;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  cursor: pointer;
}
.btn-outline--m {
  width: 96%;
  margin: 1.6rem auto 1.6rem auto;
}
@media only screen and (max-width: 400px) {
  .btn-outline {
    width: 100%;
  }
}
.btn-outline:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.back-link {
  text-decoration: none;
  color: currentColor;
  display: inline-block;
  font-size: 1.4rem;
  transition: all 0.2s;
  cursor: pointer;
  transform-origin: left;
}
.back-link::before {
  content: "←";
  display: inline-block;
  color: #A74223;
  padding-right: 12px;
}
.back-link:hover {
  transform: translateX(-0.4rem);
}

.link {
  text-decoration: none;
  color: #4D4D4D;
  font-size: 1.4rem;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s;
  transform-origin: left;
}
.link::after {
  content: "→";
  color: #A74223;
  padding-left: 12px;
}
.link:hover {
  transform: translateX(0.4rem);
}

.forward-link {
  text-decoration: none;
  color: #4D4D4D;
  font-size: 1.4rem;
  transition: all 0.2s;
  filter: brightness(0.8);
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-min-content;
  grid-template-columns: max-content min-content;
  grid-column-gap: 1rem;
  align-items: center;
  cursor: pointer;
}
.forward-link:hover {
  filter: brightness(130%);
  grid-column-gap: 1.6rem;
}
.forward-link::after {
  content: "→";
  display: inline-block;
  color: #FAB348;
  font-size: 2rem;
}

.goto-link {
  text-decoration: none;
  color: #4D4D4D;
  font-size: 1.4rem;
  transition: all 0.2s;
  filter: brightness(0.8);
  display: grid;
  grid-template-columns: -webkit-min-content -webkit-max-content;
  grid-template-columns: min-content max-content;
  grid-column-gap: 1rem;
  align-items: center;
  cursor: pointer;
}
.goto-link::before {
  content: "→";
  display: inline-block;
  color: #FAB348;
  font-size: 1.6rem;
  padding-bottom: 2px;
}
.goto-link:hover {
  filter: brightness(105%);
}

.link-activity {
  text-decoration: none;
  color: #e7e68f;
  font-size: 1.4rem;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s;
  transform-origin: left;
}
.link-activity::after {
  content: "→";
  color: #e7e68f;
  padding-left: 12px;
}
.link-activity:hover {
  transform: translateX(0.4rem);
}

.alerts {
  background-color: #699A44;
  border: none;
  padding: 2.4rem;
  border-radius: 1.2rem;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr -webkit-min-content;
  grid-template-columns: 1fr min-content;
  grid-column-gap: 1.2rem;
  align-items: start;
  font-family: "OpenSans", sans-serif;
  margin: 2.4rem 0;
}

.btn-close {
  background-color: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 3.2rem;
  transition: all 0.2s;
  cursor: pointer;
  transform: translateY(-0.8rem);
}
.btn-close:hover {
  color: white;
  scale: 1.15;
}

a.mobile-menu-btn {
  display: block;
  height: 2px;
  width: 20px;
  color: rgba(255, 255, 255, 0.7);
  background-color: currentColor;
  position: relative;
  margin-top: 20px;
  transition: all 0.2s;
  cursor: pointer;
}
a.mobile-menu-btn::after {
  content: "";
  display: block;
  height: 2px;
  width: 20px;
  background-color: currentColor;
  position: absolute;
  top: 6px;
}
a.mobile-menu-btn::before {
  content: "";
  display: block;
  height: 2px;
  width: 20px;
  background-color: currentColor;
  position: absolute;
  top: -6px;
}
a.mobile-menu-btn:hover {
  color: white;
}

.mobile-nav {
  display: none;
}
@media only screen and (max-width: 710px) {
  .mobile-nav {
    position: fixed;
    top: 3.2rem;
    right: 4rem;
    display: flex;
    align-items: center;
    justify-items: center;
    width: 4rem;
    height: 4rem;
    background-color: cyan;
  }
}

.download-button {
  display: grid;
  grid-template-columns: 2rem -webkit-max-content;
  grid-template-columns: 2rem max-content;
  grid-column-gap: 0.8rem;
  justify-content: start;
  align-items: center;
  color: grey;
  font-size: 1.4rem;
  font-family: "OpenSans", sans-serif;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.8rem;
  padding: 1.2rem;
  transition: all 0.2s;
}
.download-button:hover, .download-button:active {
  background-color: rgba(0, 0, 0, 0.05);
}

.divide {
  display: block;
  height: 1px;
  width: 40px;
  background-color: #A74223;
}

.connect-icon {
  height: 3.2rem;
  opacity: 0.5;
  transition: all 0.3s;
}
.connect-icon:hover, .connect-icon:active {
  opacity: 0.8;
}

.quote {
  border: 4px solid rgba(0, 0, 0, 0.05);
  border-radius: 1.6rem;
  position: relative;
  padding: 8rem;
}
@media only screen and (max-width: 560px) {
  .quote {
    padding: 4rem;
  }
  .quote h4 {
    font-size: 1.6rem;
  }
}
.quote::before {
  content: url(/frontend/images/icons/left-quote.svg);
  color: #A74223;
  font-size: 6rem;
  position: absolute;
  top: 0;
  left: 8%;
}
@media only screen and (max-width: 560px) {
  .quote::before {
    content: url(/frontend/images/icons/left-quote-s.svg);
    font-size: 4rem;
    left: 4%;
  }
}
.quote::after {
  content: url(/frontend/images/icons/right-quote.svg);
  color: #A74223;
  font-size: 6rem;
  position: absolute;
  bottom: 2.4rem;
  right: 8%;
}
@media only screen and (max-width: 560px) {
  .quote::after {
    content: url(/frontend/images/icons/right-quote-s.svg);
    font-size: 4rem;
    right: 4%;
  }
}

.events-card {
  background-color: #F1FBFF;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: solid 1px #E3E8EA;
}
.events-card__desc {
  background-color: rgba(0, 0, 0, 0.05);
}
.events-card__booking {
  background-color: #F3F3F3;
}

.pdf-download {
  display: grid;
  grid-template-columns: -webkit-min-content -webkit-max-content;
  grid-template-columns: min-content max-content;
  grid-column-gap: 1.6rem;
  padding: 1.6rem 2.4rem;
  transition: all 0.3s;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  align-items: center;
  text-decoration: none;
  border-radius: 12px;
  border: solid 2px rgba(0, 0, 0, 0.2);
}
.pdf-download__icon {
  height: 2.369rem;
  transition: all 0.3s;
}
.pdf-download:hover {
  background-color: rgba(0, 0, 0, 0);
}
.pdf-download:hover .pdf-download__icon {
  transform: scale(110%);
}

.header {
  max-width: 120rem;
  margin: 0 auto;
  grid-column: content-start/content-end;
  grid-row: header-start/header-end;
  color: white;
}
.header__title {
  margin-top: 5.6rem;
}
.header__sub-title {
  margin-top: 1.6rem;
  opacity: 0.7;
}
.header__logo {
  height: 7.2rem;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 600px) {
  .header__logo {
    height: 4.8rem;
    width: auto;
  }
}
@media only screen and (max-width: 360px) {
  .header__logo {
    margin-top: 7.2rem;
  }
}

.footer {
  background-image: linear-gradient(to bottom, #1C3410, #699A44);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 8rem;
  color: white;
}
.footer__divide {
  height: 4rem;
  background-color: #F9F6ED;
}
.footer a {
  font-size: 1.4rem;
  text-decoration: none;
  opacity: 0.6;
  transition: all 0.2s;
}
.footer a:hover, .footer a:focus {
  opacity: 0.9;
}
.footer__image-container {
  width: 10rem;
  height: 10rem;
  background-color: #F9F6ED;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border: solid 1rem #F9F6ED;
  top: -7rem;
}
.footer__image {
  width: 8rem;
  height: 8rem;
  border-radius: 100px;
  border: solid 0.1rem #541308;
  padding: 1rem;
  z-index: 10;
}

.copyright {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  margin-top: 2.4rem;
}

.news-wrap {
  background-color: #F4F4F4;
  padding: 4rem 0;
}
@media only screen and (max-width: 960px) {
  .news-wrap {
    padding: 2.4rem;
  }
}

.news__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 6vw;
}
@media only screen and (max-width: 960px) {
  .news__grid {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 4rem;
  }
}
@media only screen and (max-width: 560px) {
  .news__grid {
    grid-template-columns: 1fr;
    grid-row-gap: 4rem;
  }
}

.news-card {
  width: 100%;
  height: 100%;
  color: #4D4D4D;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 0.4rem;
  display: grid;
  grid-template-columns: auto;
  align-content: start;
  transition: all 0.2s;
}
.news-card__date {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
  margin-bottom: 0.4rem;
  opacity: 0.7;
}
.news-card__details {
  opacity: 0.8;
  transition: all 0.2s;
}
.news-card__image {
  width: 100%;
  transition: all 0.2s;
}
.news-card__title {
  margin: 0.8rem 0;
}
.news-card__desc {
  font-family: serif;
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}
.news-card:hover .news-card__image {
  filter: brightness(120%);
}
.news-card:hover .news-card__details {
  opacity: 1;
}

.news-date {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
  margin-bottom: 0.4rem;
  opacity: 0.7;
  margin-bottom: 1.6rem;
}

.recent-stories-divide {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 4rem;
}

.container-news-story {
  max-width: 96rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .container-news-story {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

.pagination-container {
  display: flex;
  justify-content: center;
  width: 100%;
  align-content: center;
  align-items: center;
  align-self: center;
  text-align: center;
}

.pagination-container li {
  font-size: 1.4rem;
  display: inline;
  padding: 5px;
}

.pagination {
  color: currentColor;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.4rem;
}
.pagination a {
  color: currentColor;
  text-decoration: none;
  padding: 0.4rem 1.2rem;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0.4rem;
  transition: all 0.2s;
}
.pagination a:not(:last-of-type) {
  margin-right: 0.8rem;
}
.pagination a:hover, .pagination a:active {
  background-color: rgba(0, 0, 0, 0.15);
}
.pagination a.hl {
  background-color: rgba(0, 0, 0, 0.15);
}
.pagination__jump {
  height: 0.4rem;
  width: 0.4rem;
  background-color: white;
  border-radius: 50px;
  margin-right: 0.4rem;
  opacity: 0.4;
}
.pagination__jump:last-of-type {
  margin-right: 0.8rem;
}

.forum__topic {
  border: solid 2px #DEEDF6;
  border-radius: 1.2rem 1.2rem 0 0;
}
.forum__comment {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  grid-column-gap: 2.4rem;
}

form {
  border: none;
}

select {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 400;
  color: #444;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%;
  /* useful when width is set to anything other than 100% */
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  border-radius: 0.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("/frontend/images/icons/dd-arrow.svg");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%;
  background-size: 0.8em;
}

.input {
  width: 100%;
  height: 4rem;
  border-radius: 2rem;
  font-size: 1.4rem;
  padding: 0.8rem 1.6rem;
  border: none;
  outline: none;
  transition: all 0.2s;
  box-sizing: inherit;
  border: solid 2px transparent;
}
.input:focus {
  background-color: #F1F1F1;
  border: solid 2px #2196F3;
}

.label {
  display: block;
  padding-left: 1.2rem;
  padding-top: 0.4rem;
  font-size: 1.2rem;
}

.textarea {
  width: 100%;
  min-height: 16rem;
  border-radius: 1.2rem;
  font-size: 1.4rem;
  padding: 1.6rem;
  border: none;
  outline: none;
  transition: all 0.2s;
  font-family: "OpenSans", sans-serif;
  line-height: 1.4;
  color: #6f6f6f;
  border: solid 2px transparent;
}
.textarea:focus {
  background-color: #F1F1F1;
  border: solid 2px #2196F3;
}

.StripeElement {
  width: 100%;
  border-radius: 2rem;
  font-size: 1.4rem;
  padding: 1rem 1.6rem;
  border: none;
  outline: none;
  transition: all 0.2s;
  box-sizing: inherit;
  border: solid 2px transparent;
}

input:focus,
.StripeElement--focus {
  background-color: #F1F1F1;
  border: solid 2px #2196F3;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/* Customize the label (the container) */
.checkbox {
  display: block;
  position: relative;
  padding-left: 3.2rem;
  cursor: pointer;
  font-size: 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a background col */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.checkbox input {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox__checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 1.8rem;
  width: 1.8rem;
  border-radius: 0.4rem;
  background-color: #eee;
  transition: all 0.2s;
  border: 1px solid #9F9F9F;
}
.checkbox:hover input ~ .checkbox__checkmark {
  background-color: #ccc;
}
.checkbox input:checked ~ .checkbox__checkmark {
  background-color: #2196F3;
  border: 1px solid transparent;
}
.checkbox__checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox input:checked ~ .checkbox__checkmark:after {
  display: block;
}
.checkbox__checkmark:after {
  left: 0.5rem;
  top: 0.2rem;
  width: 0.6rem;
  height: 1rem;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-grid {
  display: grid;
  grid-template-columns: -webkit-min-content 1fr;
  grid-template-columns: min-content 1fr;
  grid-column-gap: 0.8rem;
  align-items: start;
}
.checkbox-grid input {
  margin-top: 3px;
}

/* Customize the label (the container) */
.radio-btn {
  display: block;
  position: relative;
  padding-left: 3.2rem;
  cursor: pointer;
  font-size: 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a background col */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.radio-btn input {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio-btn__checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 1.8rem;
  width: 1.8rem;
  border-radius: 50%;
  background-color: #eee;
  transition: all 0.2s;
  border: 1px solid #9F9F9F;
}
.radio-btn:hover input ~ .radio-btn__checkmark {
  background-color: #ccc;
}
.radio-btn input:checked ~ .radio-btn__checkmark {
  background-color: #2196F3;
  border: 1px solid transparent;
}
.radio-btn__checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-btn input:checked ~ .radio-btn__checkmark:after {
  display: block;
}
.radio-btn__checkmark:after {
  left: 0.4rem;
  top: 0.4rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #fff;
}

/* The container must be positioned relative: */
.dropdown {
  position: relative;
  max-width: 32rem;
  font-size: 1.4rem;
  border: 1px solid rgba(159, 159, 159, 0.5);
  border-radius: 0.4rem;
}

.dropdown select {
  display: none;
  /*hide original SELECT element: */
}

.select-selected {
  background-color: #efefef;
  transition: all 0.2s;
  border-radius: 0.4rem;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 1.6rem;
  right: 1.6rem;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #9F9F9F transparent transparent transparent;
  border-radius: 2px;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #9F9F9F transparent;
  top: 1rem;
}

/* style the items (options), including the selected item: */
.select-selected {
  color: #6f6f6f;
  padding: 8px 16px;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* style the items (options), including the selected item: */
.select-items div {
  color: #fff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  color: white;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* Custom Input type=file */
.file {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 3.4rem;
}

.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 3.4rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  border: 0.075rem solid #ddd;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.4rem;
}
.file-custom::before {
  position: absolute;
  top: -0.075rem;
  right: -0.075rem;
  bottom: -0.075rem;
  z-index: 6;
  display: block;
  content: "Browse";
  height: 3.4rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #eee;
  border: 0.075rem solid #ddd;
  border-radius: 0 0.25rem 0.25rem 0;
}
.file-custom::after {
  content: "Choose file...";
}

.sign-up-container {
  max-width: 1200px;
  margin: 0 auto;
}

.sign-up {
  background-color: #53877A;
  color: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
  display: grid;
  grid-template-columns: 2.5fr 1fr;
}
@media only screen and (max-width: 800px) {
  .sign-up {
    grid-template-columns: 1fr;
  }
}
.sign-up__content {
  grid-column: 1/3;
}
.sign-up__content h3 {
  margin-bottom: 0.4rem;
}
.sign-up__content p {
  margin-bottom: 1.2rem;
}
.sign-up__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 520px) {
  .sign-up__fields {
    grid-template-columns: 1fr;
    grid-row-gap: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .sign-up__image {
    display: none;
  }
}

.nav {
  font-weight: 600;
  display: grid;
  grid-template-columns: -webkit-min-content auto;
  grid-template-columns: min-content auto;
  align-items: center;
  padding-right: 1.6rem;
}
@media only screen and (max-width: 840px) {
  .nav {
    grid-template-columns: 1fr;
  }
}
.nav__section-a {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 4rem;
  align-items: center;
  justify-content: end;
  color: #25520A;
}
.nav__section-a:hover .nav-link:not(:hover) {
  opacity: 0.4;
}
@media only screen and (max-width: 840px) {
  .nav__section-a {
    display: none;
  }
}
.nav ul, .nav li {
  list-style: none;
}

.nav-link {
  font-size: 1.4rem;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  font-weight: 400;
}
.nav-link__icon {
  height: 2.4rem;
  margin-right: 1.2rem;
  opacity: 0.3;
}

.nav-link-selected {
  font-size: 1.4rem;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.8rem 1.2rem;
  border-radius: 0.8rem;
}

.nav-profile {
  display: grid;
  grid-template-columns: 14rem -webkit-max-content;
  grid-template-columns: 14rem max-content;
  align-items: center;
}
.nav-profile__logout {
  border-left: solid 1px #25520A;
  padding-left: 0.8rem;
  margin-left: 0.8rem;
  opacity: 0.6;
  transition: all 0.2s;
}
.nav-profile__logout:hover {
  opacity: 1;
}

.logo {
  height: 8rem;
}
@media only screen and (max-width: 960px) {
  .logo {
    height: 6.4rem;
  }
}

.social {
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content max-content max-content;
  grid-column-gap: 0.6rem;
  align-items: center;
}
.social__icon-wrap {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 1.2rem;
  padding: 5px;
  opacity: 0.7;
  transition: all 0.2s;
}
.social__icon-wrap:hover {
  opacity: 1;
}
.social__icon {
  width: 100%;
}

.m-navigation {
  display: none;
  visibility: hidden;
  /*
    //a hidden background behind button that expands on click
    &amp;__background {
        height: 2px;
        width: 2px;
        border-radius: 50%;
        position: fixed;
        top: 2rem;
        right: 2rem;
        background-color: #DEECD3;
        z-index: 1000;
        transition: transform .4s cubic-bezier(0.86, 0, 0.07, 1);

        visibility: hidden;
        display: none;

        @media only screen and (max-width: 710px){
          visibility: visible;
          display: block;
        }

    }
    */
}
@media only screen and (max-width: 840px) {
  .m-navigation {
    display: block;
    visibility: visible;
  }
}
.m-navigation__checkbox {
  display: none;
}
.m-navigation__button {
  background-color: rgba(255, 255, 255, 0.9);
  height: 4.8rem;
  width: 4.8rem;
  position: fixed;
  top: 2.4rem;
  right: 2.4rem;
  border-radius: 50%;
  z-index: 2000;
  box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.2);
  text-align: center;
  cursor: pointer;
  visibility: hidden;
  display: none;
}
@media only screen and (max-width: 840px) {
  .m-navigation__button {
    visibility: visible;
    display: block;
  }
}
.m-navigation__nav {
  position: fixed;
  top: 2vw;
  left: 2vw;
  margin: 0 auto;
  z-index: 1500;
  opacity: 0.1;
  width: 96vw;
  opacity: 0;
  height: 0;
  transition: all 0.4s 0.1s;
  visibility: hidden;
  background-color: #DEECD3;
  border-radius: 1.2rem;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.7);
  overflow: auto;
}
.m-navigation__list {
  position: absolute;
  top: 6.4rem;
  list-style: none;
  text-align: left;
  width: 100%;
  opacity: 1;
  padding: 3vw;
}
.m-navigation__item {
  margin: 1rem;
}
.m-navigation__link:link, .m-navigation__link:visited {
  display: inline-block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 2.4rem;
  color: #25520A;
  font-family: openSans, sans-serif;
  text-decoration: none;
  transition: all 0.2s;
  border: solid 2px rgba(0, 0, 0, 0.1);
  opacity: 0.8;
  border-radius: 1.6rem;
  margin-bottom: 0.8rem;
}
.m-navigation__link:hover, .m-navigation__link:active {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.05);
}
.m-navigation__link--profile {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: none;
  text-decoration: none;
  color: orange;
  font-size: 1.8rem;
  font-weight: 300;
  padding: 2.4rem 2rem;
  margin-right: auto;
  margin-left: auto;
}
.m-navigation__profile-section {
  background-color: blue;
  padding: 2rem;
  min-height: 8rem;
  max-height: 12rem;
}
.m-navigation__profile-section__name {
  color: white;
  font-size: 2.4rem;
  font-family: openSans, sans-serif;
  padding-bottom: 1rem;
}
.m-navigation__profile-section__link {
  display: block;
  font-size: 1.6rem;
  font-family: openSans, sans-serif;
  text-decoration: none;
  padding-bottom: 1rem;
  transition: all 0.3s;
}
.m-navigation__profile-section__link--tickets {
  color: #FAB348;
}
.m-navigation__profile-section__link:hover {
  color: white;
}
.m-navigation__checkbox:checked ~ .m-navigation__nav {
  opacity: 1;
  height: 92vh;
  visibility: visible;
}
.m-navigation__icon {
  position: relative;
  margin-top: 2.3rem;
  transform: scale(1);
}
.m-navigation__icon, .m-navigation__icon::before, .m-navigation__icon::after {
  width: 2rem;
  height: 2px;
  background-color: #541308;
  display: inline-block;
}
.m-navigation__icon::before, .m-navigation__icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
}
.m-navigation__icon::before {
  top: -0.6rem;
}
.m-navigation__icon::after {
  top: 0.6rem;
}
.m-navigation__button:hover .m-navigation__icon::before {
  top: -0.8rem;
}
.m-navigation__button:hover .m-navigation__icon::after {
  top: 0.8rem;
}
.m-navigation__checkbox:checked + .m-navigation__button .m-navigation__icon {
  background-color: transparent;
}
.m-navigation__checkbox:checked + .m-navigation__button .m-navigation__icon::before {
  top: 0;
  transform: rotate(135deg);
}
.m-navigation__checkbox:checked + .m-navigation__button .m-navigation__icon::after {
  top: 0;
  transform: rotate(-135deg);
}

.t-navigation {
  display: none;
  visibility: hidden;
  /*
    //a hidden background behind button that expands on click
    &amp;__background {
        height: 2px;
        width: 2px;
        border-radius: 50%;
        position: fixed;
        top: 2rem;
        right: 2rem;
        background-color: #DEECD3;
        z-index: 1000;
        transition: transform .4s cubic-bezier(0.86, 0, 0.07, 1);

        visibility: hidden;
        display: none;

        @media only screen and (max-width: 710px){
          visibility: visible;
          display: block;
        }

    }
    */
}
@media only screen and (max-width: 840px) {
  .t-navigation {
    display: block;
    visibility: visible;
  }
}
.t-navigation__checkbox {
  display: none;
}
.t-navigation__button {
  background-color: rgba(255, 255, 255, 0.9);
  height: 4.8rem;
  width: 4.8rem;
  position: fixed;
  top: 2.4rem;
  right: 2.4rem;
  border-radius: 50%;
  z-index: 2000;
  box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.2);
  text-align: center;
  cursor: pointer;
  visibility: hidden;
  display: none;
}
@media only screen and (max-width: 840px) {
  .t-navigation__button {
    visibility: visible;
    display: block;
  }
}
.t-navigation__nav {
  position: fixed;
  top: 2vw;
  left: 2vw;
  margin: 0 auto;
  z-index: 1500;
  opacity: 0.1;
  width: 96vw;
  opacity: 0;
  height: 0;
  transition: all 0.4s 0.1s;
  visibility: hidden;
  background-color: white;
  border-radius: 1.2rem;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.7);
  overflow: auto;
}
.t-navigation__list {
  position: absolute;
  top: 6.4rem;
  list-style: none;
  text-align: left;
  width: 100%;
  opacity: 1;
  padding: 3vw;
}
.t-navigation__item {
  margin: 1rem;
}
.t-navigation__link:link, .t-navigation__link:visited {
  display: inline-block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 2.4rem;
  font-family: openSans, sans-serif;
  text-decoration: none;
  transition: all 0.2s;
  opacity: 0.8;
  border-radius: 1.6rem;
  margin-bottom: 0.8rem;
  background-color: #F9F6ED;
  border: 2px solid rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
}
.t-navigation__link:hover, .t-navigation__link:active {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.05);
}
.t-navigation__link-out:link, .t-navigation__link-out:visited {
  display: inline-block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 2.4rem;
  font-family: openSans, sans-serif;
  text-decoration: none;
  transition: all 0.2s;
  opacity: 0.8;
  border-radius: 1.6rem;
  margin-bottom: 0.8rem;
  background-color: white;
  border: 2px solid rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A74223;
}
.t-navigation__link-out:hover, .t-navigation__link-out:active {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.05);
}
.t-navigation__profile-section {
  background-color: blue;
  padding: 2rem;
  min-height: 8rem;
  max-height: 12rem;
}
.t-navigation__profile-section__name {
  color: white;
  font-size: 2.4rem;
  font-family: openSans, sans-serif;
  padding-bottom: 1rem;
}
.t-navigation__profile-section__link {
  display: block;
  font-size: 1.6rem;
  font-family: openSans, sans-serif;
  text-decoration: none;
  padding-bottom: 1rem;
  transition: all 0.3s;
}
.t-navigation__profile-section__link--tickets {
  color: #FAB348;
}
.t-navigation__profile-section__link:hover {
  color: white;
}
.t-navigation__checkbox:checked ~ .t-navigation__nav {
  opacity: 1;
  height: 92vh;
  visibility: visible;
}
.t-navigation__icon {
  position: relative;
  margin-top: 2.3rem;
  transform: scale(1);
}
.t-navigation__icon, .t-navigation__icon::before, .t-navigation__icon::after {
  width: 2rem;
  height: 2px;
  background-color: #541308;
  display: inline-block;
}
.t-navigation__icon::before, .t-navigation__icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
}
.t-navigation__icon::before {
  top: -0.6rem;
}
.t-navigation__icon::after {
  top: 0.6rem;
}
.t-navigation__button:hover .t-navigation__icon::before {
  top: -0.8rem;
}
.t-navigation__button:hover .t-navigation__icon::after {
  top: 0.8rem;
}
.t-navigation__checkbox:checked + .t-navigation__button .t-navigation__icon {
  background-color: transparent;
}
.t-navigation__checkbox:checked + .t-navigation__button .t-navigation__icon::before {
  top: 0;
  transform: rotate(135deg);
}
.t-navigation__checkbox:checked + .t-navigation__button .t-navigation__icon::after {
  top: 0;
  transform: rotate(-135deg);
}

.msocial {
  display: flex;
  justify-content: space-evenly;
  padding: 2.4rem 0;
}
.msocial__icon-wrap {
  width: 4rem;
  height: 4rem;
  border-radius: 1.2rem;
  padding: 5px;
  opacity: 0.7;
  transition: all 0.2s;
}
.msocial__icon-wrap:hover {
  opacity: 1;
}
.msocial__icon {
  width: 100%;
}

.training {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-column-gap: 2.4rem;
}
@media only screen and (max-width: 820px) {
  .training {
    grid-template-columns: 1fr;
  }
}
.training__nav {
  grid-row: 1/-1;
}
@media only screen and (max-width: 820px) {
  .training__nav {
    display: none;
  }
}
.training ul {
  list-style: none;
}
.training__nav-link {
  display: block;
  padding: 2rem;
  text-decoration: none;
  font-size: 1.5rem;
  border-radius: 0.8rem;
  background-color: #F9F6ED;
  border: 2px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.training__nav-link:hover {
  transform: translateX(1rem);
}
.training__nav-link-icon {
  height: 2rem;
  margin-right: 1.6rem;
  opacity: 0.4;
}
.training__nav-link-icon-shunt {
  transform: translateY(4px);
}
.training__nav-link-active {
  display: block;
  padding: 2rem;
  text-decoration: none;
  font-size: 1.5rem;
  border-radius: 0.8rem;
  background-color: #E3EBDE;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  transform: translateX(1.2rem);
}

.m-icon {
  height: 6.4rem;
}

.training-content__icon {
  height: 3.2rem;
}
.training-content__icon-l {
  height: 4.8rem;
}
.training-content__sarah {
  height: 8.8rem;
  width: 8.8rem;
  border-radius: 50rem;
  border: solid 6px white;
  transform: translateY(50%);
}
.training-content__sarah-l {
  height: 12rem;
  width: 12rem;
  border-radius: 50rem;
  border: solid 6px white;
  transform: translateY(50%);
}
.training-content a {
  text-decoration: none;
}

.profile {
  display: grid;
  grid-template-columns: -webkit-min-content 1fr;
  grid-template-columns: min-content 1fr;
  grid-column-gap: 2rem;
}
.profile__icon {
  height: 3.2rem;
}

.download-button {
  display: grid;
  grid-template-columns: 2rem -webkit-max-content;
  grid-template-columns: 2rem max-content;
  grid-column-gap: 0.8rem;
  justify-content: start;
  align-items: center;
  color: grey;
  font-size: 1.4rem;
  font-family: "OpenSans", sans-serif;
  text-decoration: none;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
  padding: 1.2rem;
  transition: all 0.2s;
}
.download-button:hover, .download-button:active {
  background-color: rgba(0, 0, 0, 0.05);
}

.content-arrow-up {
  transform: translateY(-1.2rem);
}

.content-arrow-down {
  transform: translateY(1.2rem);
}

.video-list {
  width: 100%;
  display: grid;
  grid-template-columns: 16rem 1fr;
  align-items: center;
  grid-column-gap: 2.4rem;
  margin-bottom: 1.6rem;
  transition: all 0.3s;
  padding: 0.8rem;
  border-radius: 0.8rem;
  font-weight: 600;
}
.video-list:hover {
  box-shadow: 0 0 0 0.4rem rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.03);
}

.balance {
  background-color: rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  padding: 1.6rem 2.4rem;
  border-radius: 0.8rem;
  margin-bottom: 1.6rem;
  width: 100%;
}

.sfox {
  background-color: rgba(0, 0, 0, 0.05);
  margin-top: 4rem;
}
.sfox img {
  height: 6.4rem;
}
.sfox a {
  text-decoration: none;
}
.sfox a:hover, .sfox a:active {
  filter: brightness(1.2);
}

.discussion a {
  text-decoration: none;
}

#video-overlay {
  display: none;
}

.video-overlay {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  opacity: 1;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
@supports ((-webkit-backdrop-filter: blur(6px)) or (backdrop-filter: blur(6px))) {
  .video-overlay {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.video-overlay__content {
  margin: 0 auto;
  width: 80%;
  height: 40vw;
  background-color: black;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
  opacity: 1;
  transition: all 0.5s 0.2s;
  position: relative;
}
.video-overlay:target {
  opacity: 1;
  visibility: visible;
}
.video-overlay:target .video-overlay__content {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transform: scale(1);
}

.close-button {
  position: absolute;
  top: -4rem;
  right: -3.2rem;
  z-index: 10000;
  color: white;
  font-size: 3.2rem;
  transition: all 0.4s;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.7;
}
.close-button:hover {
  opacity: 1;
}

#terms {
  display: none;
}

.terms {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  opacity: 1;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
@supports ((-webkit-backdrop-filter: blur(6px)) or (backdrop-filter: blur(6px))) {
  .terms {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.terms__content {
  margin: 0 auto;
  width: 75%;
  height: 80%;
  overflow: scroll;
  max-width: 64rem;
  background-color: white;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
  border-radius: 0.6rem;
  display: flex;
  flex-direction: column;
  padding: 4.8rem;
  opacity: 1;
  z-index: 99999;
}
.terms__heading {
  font-size: 2rem;
  margin-bottom: 2.4rem;
  text-align: center;
}
.terms__text {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: auto;
  text-align: left;
}
.terms__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1.6rem;
  margin-bottom: 5.6rem;
}
.terms:target {
  opacity: 1;
  visibility: visible;
}
.terms:target .terms__content {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transform: scale(1);
}

.tos .wysiwyg h1, .tos .wysiwyg h2, .tos .wysiwyg h3, .tos .wysiwyg h4, .tos .wysiwyg a {
  color: #A74223;
}

.event-img {
  width: 88px;
}
.event-img-l{
	width:120px;
}
.dynamic-m {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
</pre></body></html>