@charset "UTF-8";
/*@font-face {
    font-family: 'Roboto', sans-serif;
    src: url('/frontend/fonts/Roboto-Regular.ttf');
    src: url('/frontend/fonts/Roboto-Italic.ttf');
    src: url('/frontend/fonts/Roboto-Bold.ttf');
    src: url('/frontend/fonts/Roboto-BoldItalic.ttf');

}
*/
@font-face {
  font-family: museo-sans, sans-serif;
  font-variant: normal;
  font-weight: bold;
  src: url("https://use.typekit.net/syl5brw.css");
}
@font-face {
  font-family: Museo;
  font-variant: normal;
  font-weight: bold;
  src: url("https://use.typekit.net/syl5brw.css");
}
@font-face {
  font-family: Caveat;
  src: url("/frontend/fonts/Caveat-Regular.ttf") format("truetype");
}
.color-1 {
  color: #276826;
}

.color-2 {
  color: #3F9031;
}

.color-3 {
  color: #72A918;
}

.color-grey-d-1 {
  color: #54483A;
}

.color-grey-d-2 {
  color: #6D5D4B;
}

.maroon {
  color: #541308;
}

.rust {
  color: #A74223;
}

.green {
  color: #25520A;
}

.yellow {
  color: #FFC700;
}

.form-grey {
  color: #858585;
}

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

.bg-color-black {
  background-color: #000;
}

.bg-color-head {
  background-color: white;
}

.bg-color-footer {
  background-color: #000;
}

.bg-color-1 {
  background-color: #2E730A;
}

.bg-color-2 {
  background-color: #92BA21;
}

.bg-color-3 {
  background-color: #338605;
}

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

.bg-dgrey-1 {
  background-color: #232323;
}

.bg-dgrey-2 {
  background-color: #191919;
}

.bg-dgrey-3 {
  background-color: #101010;
}

.bg-1 {
  background: linear-gradient(180deg, #338605 0%, #92BA21 100%);
}

.bg-2 {
  background: linear-gradient(180deg, #E9F1D3 0%, #fff 100%);
}

.bg-form {
  background-color: #F7F7F7;
}

.bg-foot {
  background-color: #234E15;
}

h4 {
  color: #276826;
}

h5 {
  color: #3F9031;
}

p {
  color: #585858;
}

*,
*::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%;
  }
}
@media only screen and (max-width: 60rem) {
  html {
    font-size: 54%;
  }
}

body {
  font-family: "museo-sans", sans-serif;
  color: #fff;
  font-weight: 300;
  line-height: 1.6;
}

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

a:focus {
  outline: none;
}

#loader {
  display: none;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "pnum" on, "lnum" on;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Museo", bold;
}

p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: normal;
}

h6 {
  font-size: 1.8rem;
}

h5 {
  font-size: 2.2rem;
}

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

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

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

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

li {
  font-size: 1.5rem;
  font-weight: 400;
  list-style-position: inside;
}

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

.dfont {
  font-family: "Museo", bold;
}

.font-3 {
  font-family: "Roboto", sans-serif;
}

.fs-2 {
  font-size: 1.2rem;
}

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

.fs0 {
  font-size: 1.8rem;
}

.fs1 {
  font-size: 1.9rem;
}

.fs2 {
  font-size: 2.2rem;
}

.fs3 {
  font-size: 2.8rem;
}

.fs4 {
  font-size: 4rem;
}

.fs5 {
  font-size: 5.6rem;
}

.fs6 {
  font-size: 7.4rem;
}

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

.lh0 {
  line-height: 1;
}

.lh1 {
  line-height: 1.2;
}

.lh2 {
  line-height: 1.4;
}

.i {
  font-style: oblique;
}

.btn {
  background-color: #fff;
  color: white;
  border: none;
  border-radius: 0;
  font-family: "Museo", bold;
  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: 4vw;
    padding-right: 4vw;
  }
}

.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: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  .pad-tb-l {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}

.pad-tb-xl {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
@media only screen and (max-width: 960px) {
  .pad-tb-xl {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .pad-tb-xl {
    padding-top: 6.4rem;
    padding-bottom: 6.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-t-xxl {
  margin-top: 9.6rem;
}
@media only screen and (max-width: 960px) {
  .mar-t-xxl {
    margin-top: 6.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .mar-t-xxl {
    margin-top: 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-b-xxl {
  margin-bottom: 9.6rem;
}
@media only screen and (max-width: 960px) {
  .mar-b-xxl {
    margin-bottom: 6.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .mar-b-xxl {
    margin-bottom: 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: 6.4rem;
    margin-bottom: 6.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .mar-tb-xl {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.mar-tb-xxl {
  margin-top: 9.6rem;
  margin-bottom: 9.6rem;
}
@media only screen and (max-width: 960px) {
  .mar-tb-xxl {
    margin-top: 6.4rem;
    margin-bottom: 6.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .mar-tb-xxl {
    margin-top: 6.4rem;
    margin-bottom: 6.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-sb {
  align-content: space-between;
}

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

.align-i-s {
  align-items: start;
}

.aself-end {
  align-self: end;
}

.aself-start {
  align-self: start;
}

.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-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-2-col-l {
  display: grid;
  align-content: start;
  grid-template-columns: 1fr 1fr;
}

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

.grid-min-fr {
  display: grid;
  grid-template-columns: -webkit-min-content 1fr;
  grid-template-columns: min-content 1fr;
}

.span-2 {
  grid-column: 1/span 2;
}

.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;
}

.justify-c-c {
  justify-content: center;
}

.justify-i-c {
  justify-items: center;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-sb {
  justify-content: space-between;
}

.align-st {
  align-items: flex-start;
}

.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;
}

.br1 {
  border-radius: 0.2rem;
}

.br2 {
  border-radius: 0.4rem;
}

.br3 {
  border-radius: 0.8rem;
}

.br4 {
  border-radius: 1.2rem;
}

.br-top-4 {
  border-radius: 1.2rem 1.2rem 0 0;
}

.br-bottom-4 {
  border-radius: 0 0 1.2rem 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);
}

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

.bdr-b-tint-2 {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

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

.bdr-t-tint-10 {
  border-top: solid 1px white;
}

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

.bdr-t-shade-2 {
  border-top: solid 1px rgba(0, 0, 0, 0.2);
}

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

.bdr-b-shade-2 {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

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

.bg-shade-2 {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-shade-3 {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-tint-1 {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-tint-2 {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-tint-3 {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-tint-4 {
  background-color: rgba(255, 255, 255, 0.4);
}

.bg-tint-5 {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-tint-6 {
  background-color: rgba(255, 255, 255, 0.6);
}

.bg-tint-7 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-tint-8 {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-tint-9 {
  background-color: rgba(255, 255, 255, 0.9);
}

.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;
}

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

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

.w-240 {
  width: 24rem;
}

.w-320 {
  width: 32rem;
}

.height-1 {
  height: 0.4rem;
}

.height-2 {
  height: 1.2rem;
}

.height-3 {
  height: 2.4rem;
}

.height-4 {
  height: 4rem;
}

.height-5 {
  height: 5.6rem;
}

.height-6 {
  height: 7.2rem;
}

.height-7 {
  height: 8.8rem;
}

.height-7-vw {
  height: 7vw;
  max-height: 7rem;
}

.min-h-1 {
  min-height: 20rem;
}

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

.z0 {
  position: relative;
  z-index: 0;
}

.z500 {
  position: relative;
  z-index: 500;
}

.z600 {
  position: relative;
  z-index: 600;
}

.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-1 {
  opacity: 0.1;
}

.op-2 {
  opacity: 0.2;
}

.op-3 {
  opacity: 0.3;
}

.op-4 {
  opacity: 0.4;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.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);
}

.shad-3 {
  box-shadow: 0 0 0.6rem 0.4rem rgba(0, 0, 0, 0.2);
}

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

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

.no-bullet {
  list-style-type: none;
  list-style-position: inside;
}

.list-inset {
  list-style-position: outside;
  transform: translateX(2.2rem);
}

.hide {
  display: none;
}

button {
  outline: none;
  cursor: pointer;
}

.btn-primary {
  display: block;
  transition: all 0.4s;
  text-align: center;
}
.btn-primary__tt-selected {
  background-color: #0B6558;
  color: white;
}
.btn-primary, .btn-primary:link, .btn-primary:visited {
  text-decoration: none;
  font-size: 1.6rem;
  padding: 1.2rem 2.4rem;
  border-radius: 0.8rem;
  position: relative;
  cursor: pointer;
  color: #0B6558;
  font-family: "Museo", bold;
  transition: all 0.3s;
  background-color: #FFC000;
  text-align: center;
  font-weight: bold;
}
.btn-primary:hover, .btn-primary:active {
  outline: none;
  background-color: #F29E2F;
  color: white;
}
.btn-primary__tt-selected {
  text-decoration: none;
  font-size: 1.6rem;
  padding: 1.2rem 2.4rem;
  border-radius: 0.8rem;
  position: relative;
  cursor: pointer;
  font-family: "Museo", bold;
  text-align: center;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  box-shadow: 0 0 4px -8px #000;
}

.btn-outline-dark {
  display: block;
  transition: all 0.4s;
  text-align: center;
}
.btn-outline-dark, .btn-outline-dark:link, .btn-outline-dark:visited {
  text-decoration: none;
  font-size: 1.6rem;
  padding: 1.2rem 2.4rem;
  border-radius: 0.8rem;
  position: relative;
  cursor: pointer;
  color: #276826;
  font-family: "Museo", bold;
  font-weight: bold;
  transition: all 0.4s;
  border: 1px solid #276826;
  text-align: center;
  opacity: 0.8;
}
.btn-outline-dark:hover, .btn-outline-dark:active {
  outline: none;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.btn-outline {
  display: block;
  transition: all 0.4s;
  text-align: center;
}
.btn-outline, .btn-outline:link, .btn-outline:visited {
  text-decoration: none;
  font-size: 1.6rem;
  padding: 1.2rem 2.4rem;
  border-radius: 0.8rem;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-family: "Museo", bold;
  font-weight: bold;
  transition: all 0.4s;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.9;
  border: 1px solid #fff;
}
.btn-outline:hover, .btn-outline:active {
  outline: none;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.btn-outline__arrow {
  display: block;
  height: 1.2rem;
  width: 1.2rem;
  border-top: 2px solid #276826;
  border-right: 2px solid #276826;
  opacity: 0;
  transform: rotate(45deg) translateX(-2rem) translateY(2rem);
  transition: all 0.3s;
}
.btn-outline:hover .btn-outline__arrow {
  transform: rotate(45deg) translateX(0) translateY(0);
  opacity: 1;
}

.btn-trans {
  display: block;
  transition: all 0.4s;
  text-align: center;
}
.btn-trans, .btn-trans:link, .btn-trans:visited {
  text-decoration: none;
  font-size: 1.4rem;
  padding: 1.2rem 2.4rem;
  border-radius: 0.8rem;
  position: relative;
  cursor: pointer;
  color: white;
  font-family: "Museo", bold;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.15);
  text-align: center;
  font-weight: bold;
  cursor: default;
}

.btn-alert {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s;
}
.btn-alert, .btn-alert:link, .btn-alert:visited {
  text-decoration: none;
  font-size: 1.8rem;
  padding: 1.2rem 2.4rem;
  border-radius: 10rem;
  position: relative;
  max-width: 28rem;
  min-width: 20rem;
  cursor: pointer;
  font-family: "museo-sans", sans-serif;
  transition: all 0.4s;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
  font-weight: bold;
}
.btn-alert:hover, .btn-alert:active {
  background-size: 180%;
  background-position: 0;
  outline: none;
  border: 1px solid transparent;
  box-shadow: 0 0 0 3px white;
}
.btn-alert__arrow {
  display: block;
  height: 1.2rem;
  width: 1.2rem;
  border-top: 2px solid #276826;
  border-right: 2px solid #276826;
  opacity: 0;
  transform: rotate(45deg) translateX(-2rem) translateY(2rem);
  transition: all 0.3s;
}
.btn-alert:hover .btn-alert__arrow {
  transform: rotate(45deg) translateX(0) translateY(0);
  opacity: 1;
}

.inline-link {
  opacity: 0.8;
  transition: all 0.4s;
}
.inline-link:hover {
  opacity: 1;
  color: #276826;
}

.link {
  display: flex;
  align-items: center;
  transition: all 0.4s;
  max-width: 20rem;
}
.link, .link:link, .link:visited {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  font-family: "museo-sans", sans-serif;
  transition: all 0.4s;
  opacity: 0.8;
}
.link:hover, .link:active {
  opacity: 1;
}
.link__arrow {
  display: block;
  height: 1.6rem;
  width: 1.6rem;
  border-top: 2px solid white;
  border-right: 2px solid white;
  opacity: 0.6;
  transform: rotate(45deg) translateX(1rem) translateY(-1rem);
  transition: all 0.3s;
}
.link:hover .link__arrow {
  transform: rotate(45deg) translateX(2rem) translateY(-2rem);
  opacity: 1;
}

.inline-link {
  color: rebeccapurple;
  transition: all 0.4s;
  text-decoration: underline;
}
.inline-link, .inline-link:link, .inline-link:visited {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  font-family: "museo-sans", sans-serif;
  transition: all 0.4s;
  opacity: 0.8;
}
.inline-link:hover, .inline-link:active {
  opacity: 1;
}

.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);
}

.alert {
  position: fixed;
  top: 0;
  left: 0;
  display: grid;
  justify-content: center;
  align-content: center;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.7);
}
.alert__content {
  display: grid;
  grid-template-columns: -webkit-min-content 1fr;
  grid-template-columns: min-content 1fr;
  grid-column-gap: 1.6rem;
  align-items: start;
  align-self: center;
  justify-self: center;
  padding: 4rem;
  width: 80vw;
  max-width: 960px;
  border-radius: 1.2rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: white;
}
.alert__content--info {
  background-color: #1CA9E9;
}
.alert__content--success {
  background-color: #1CA9E9;
}
.alert__content--danger {
  background-color: red;
}
.alert__content--warning {
  background-color: red;
}

.close {
  padding-top: 2px;
  background-color: transparent;
  font-weight: bold;
  color: white;
  font-size: 1.8rem;
  transition: all 0.2s;
  padding-bottom: 3px;
}

.close:hover, .close:focus {
  transform: scale(1.2);
  transform-origin: center;
}

/*

.alert{
    padding: 2.4rem;
    border-radius: .8rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: white;
    margin-bottom: 1.6rem;
    display: grid;
    grid-template-columns: min-content 1fr;
    grid-column-gap: 1.6rem;
    align-items: start;
    position: fixed;
    top: 4rem;
    width:100%;
    max-width: 120rem;
    z-index: 902;
    background-color: #1CA9E9;

    &::before{
        content: '';
        width: 100vw;
        height: 100vh;
        background-color: rgba(#000, .4);
        position: fixed;
        top:0;
        left:0;
        z-index: -10;
    }

}

.alert-success, .alert-success .close, .alert-info, .alert-info .close{
    background-color: #1CA9E9;
    color: white;
    font-weight: bold;
    transition: all .2s;
    z-index: 901;
}

.alert-danger, .alert-danger .close, .alert-warning, .alert-warning .close{
    background-color: red;
    color: white;
    font-weight: bold;
    transition: all .2s;
    z-index: 901;
}


.close{padding-top: 2px;}

.close:hover, .close:focus{
    transform: scale(1.2);
    transform-origin: center;
}

*/
.btn-close {
  background-color: transparent;
  border: none;
  color: currentColor;
  font-size: 3.2rem;
  line-height: 0;
  margin-top: 1.6rem;
  transition: all 0.2s;
  cursor: pointer;
}
.btn-close:hover {
  transform: scale(1.15);
  transform-origin: center;
}

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: "museo-sans", 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;
}
.quote::before {
  content: url(/frontend/images/icons/left-quote.svg);
  color: #A74223;
  font-size: 6rem;
  position: absolute;
  top: 0;
  left: 8%;
}
.quote::after {
  content: url(/frontend/images/icons/right-quote.svg);
  color: #A74223;
  font-size: 6rem;
  position: absolute;
  bottom: 2.4rem;
  right: 8%;
}

.location {
  border: solid 2px #3F9031;
  padding: 0.8rem;
  border-radius: 0.8rem;
}

.newsletter {
  background-color: #72A918;
  display: grid;
  z-index: 800;
  width: 100%;
  grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
  grid-template-columns: max-content 1fr max-content;
  grid-column-gap: 1.6rem;
  align-items: center;
  padding: 2.4rem;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 800px) {
  .newsletter {
    grid-template-columns: 1fr;
    grid-row-gap: 1.6rem;
  }
}

.footer-link, a {
  font-weight: bold;
}
.footer-link::before, a::before {
  display: none;
}

.footer-lh {
  font-size: 1.5rem;
  font-weight: bold;
  color: #72A918;
}

footer {
  font-family: "Roboto", sans-serif;
}
footer p, footer a {
  font-size: 1.4rem;
  opacity: 0.8;
}
footer a {
  opacity: 1;
  transition: all 0.4s;
  text-decoration: none;
}
footer a:hover {
  filter: brightness(1.3);
}

form {
  border: none;
}

select {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 400;
  color: #fff;
  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: #3F9031;
  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;
}

button {
  outline: none;
  border: none;
}

/*
.input {
  position: relative;

  &__field{
    width: 100%;
    height: 6.4rem;
    //border-radius: 2rem;
    font-size: 2.4rem;
    font-family: $font-primary;
    padding: .8rem 1.6rem;
    border: none;
    outline: none;
    transition: all .2s;
    box-sizing:inherit;
    border: solid 2px transparent;

  }

    &:focus{
        background-color: #F1F1F1;
        border: solid 2px $color-2;
    }



    &__label{

      color: red;
      font-size: 2.4rem;
      position: absolute;
      top: 1.2rem;
      left: 1.8rem;
      z-index: 20;
    }

    &__field:focus + &__label {
      font-size: 1.2rem;
      transform: translate(-.4rem, -.8rem);
      transition: all .4s;
  }


}


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


*/
.label {
  font-size: 1.5rem;
}

.input {
  position: relative;
}
.input__field {
  width: 100%;
  height: 5.6rem;
  font-size: 1.6rem;
  font-family: "museo-sans", sans-serif;
  color: #585858;
  padding: 0.8rem 1.6rem;
  border: 2px solid #E9E9E9;
  border-radius: 1.2rem;
  transition: all 0.4s;
}
.input__field:focus {
  outline: none;
  border: 2px solid #276826;
}
.input__field::-webkit-input-placeholder {
  color: #444;
}
.input__label {
  font-size: 1.2rem;
  display: block;
  transition: all 0.3s;
  position: absolute;
  top: 4px;
  left: 0;
  color: #AAAAAA;
  margin-top: -2.4rem;
  font-weight: 700;
}
.input__field:-moz-placeholder-shown + .input__label {
  opacity: 0;
  visibility: hidden;
  transform: translateY(2.4rem);
  font-size: 1.5rem;
}
.input__field:-ms-input-placeholder + .input__label {
  opacity: 0;
  visibility: hidden;
  transform: translateY(2.4rem);
  font-size: 1.5rem;
}
.input__field:placeholder-shown + .input__label {
  opacity: 0;
  visibility: hidden;
  transform: translateY(2.4rem);
  font-size: 1.5rem;
}

.textarea {
  width: 100%;
  min-height: 4.8rem;
  border-radius: 1.2rem;
  font-size: 1.6rem;
  padding: 1.6rem 2.4rem;
  outline: none;
  transition: all 0.2s;
  font-family: "museo-sans", sans-serif;
  line-height: 1.4;
  color: #6f6f6f;
  border: 2px solid #E9E9E9;
}
.textarea:focus {
  background-color: #fff;
  border: 2px solid #276826;
}

#stripeForm input, #stripeForm .stripeElement {
  width: 100%;
  background-color: white;
  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;
}
#stripeForm input:focus,
#stripeForm .stripeElement--focus {
  background-color: #F1F1F1;
  border: solid 2px #2196F3;
}
#stripeForm .stripeElement--invalid {
  border-color: #fa755a;
}
#stripeForm .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;
  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...";
}

.parsley-required {
  color: #3F9031;
}

.cookie-consent {
  position: fixed;
  z-index: 10000;
  bottom: 2vw;
  left: 2%;
  display: grid;
  grid-row-gap: 1.6rem;
  background-color: whitesmoke;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
  padding: 2.5vh;
  justify-self: center;
  width: 96%;
}
.cookie-consent h4, .cookie-consent h5, .cookie-consent p, .cookie-consent label {
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.4;
}
.cookie-consent h5 {
  padding-bottom: 0.8rem;
}
.cookie-consent h4 {
  font-size: 2.2rem;
}
.cookie-consent h5 {
  font-size: 1.9rem;
}
.cookie-consent p, .cookie-consent label {
  font-size: 1.4rem;
  opacity: 0.8;
  margin-bottom: 4px;
}
.cookie-consent label {
  padding-left: 12px;
}
.cookie-consent button {
  display: block;
  transition: all 0.4s;
  text-align: center;
}
.cookie-consent button, .cookie-consent button:link, .cookie-consent button:visited {
  text-decoration: none;
  font-size: 1.4rem;
  padding: 1.2rem 2.4rem;
  border-radius: 0.8rem;
  position: relative;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Museo", bold;
  font-weight: bold;
  transition: all 0.4s;
  border: 1px solid rgba(0, 0, 0, 0.7);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.9;
}
.cookie-consent button:hover, .cookie-consent button:active {
  outline: none;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.second-popup {
  display: none;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  align-items: center;
  justify-content: space-between;
  background-color: #2E730A;
  width: 100%;
  z-index: 1000;
  color: #fff;
  padding: 2rem 4vw;
  font-family: "MuseoSans", sans-serif;
}
.nav a {
  color: white;
}
@media only screen and (max-width: 1240px) {
  .nav {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    grid-row-gap: 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;
  align-items: center;
  justify-items: space-between;
  opacity: 0.8;
}
.nav__section-a:hover .nav-link:not(:hover) {
  opacity: 0.4;
}
@media only screen and (max-width: 1240px) {
  .nav__section-a {
    grid-row: 2/3;
    grid-column: 1/4;
    width: 100%;
  }
}
@media only screen and (max-width: 680px) {
  .nav__section-a {
    display: none;
  }
}
.nav__section-b {
  display: grid;
  align-items: center;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  grid-column-gap: 2.4rem;
}
@media only screen and (max-width: 1240px) {
  .nav__section-b {
    justify-self: end;
  }
}
@media only screen and (max-width: 680px) {
  .nav__section-b {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media only screen and (max-width: 1100px) {
  .nav__logo {
    height: 3.2rem;
  }
}
.nav ul, .nav li {
  list-style: none;
}
.nav ul li::before {
  display: none;
  content: "";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  width: 0;
  /* Also needed for space */
}

.nav-menu {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 3.2rem;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  .nav-menu {
    grid-column-gap: 2.4rem;
  }
}
@media only screen and (max-width: 1000px) {
  .nav-menu {
    grid-row: 2/3;
  }
}

.nav-link {
  font-size: 1.4rem;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.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;
}

.social-icon {
  height: 1.6rem;
  width: 1.6rem;
  margin-right: 1rem;
}

.social {
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  grid-column-gap: 1.2rem;
  align-items: center;
}
@media only screen and (max-width: 680px) {
  .social {
    display: none;
  }
}
.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 {
  height: 1.6rem;
  width: 100%;
}

.cart {
  display: flex;
  align-items: center;
  opacity: 0.5;
  line-height: 0;
  transition: all 0.3s;
}
.cart__icon {
  height: 1.2rem;
}
.cart__counter {
  color: white;
}
.cart:hover {
  opacity: 1;
}
@media only screen and (max-width: 680px) {
  .cart {
    margin-right: 3.2rem;
  }
}

.m-navigation {
  display: none;
  visibility: hidden;
  /*
    //a hidden background behind button that expands on click
    &__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: 680px) {
  .m-navigation {
    display: block;
    visibility: visible;
  }
}
.m-navigation__checkbox {
  display: none;
}
.m-navigation__button {
  height: 4.8rem;
  width: 4.8rem;
  position: fixed;
  top: 1.2rem;
  right: 1.2rem;
  z-index: 2000;
  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: 0;
  right: -100vw;
  z-index: 1500;
  width: 100vw;
  opacity: 1;
  height: 100vh;
  transition: all 0.3s;
  visibility: hidden;
  background-color: #2E730A;
  overflow: auto;
}
.m-navigation__list {
  position: absolute;
  top: 6.4rem;
  list-style: none;
  text-align: left;
  width: 100%;
  opacity: 1;
}
.m-navigation__item {
  margin: 1rem;
}
.m-navigation__link--social {
  background-color: rgba(0, 0, 0, 0.15);
}
.m-navigation__link:link, .m-navigation__link:visited {
  color: white;
  display: inline-block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 800;
  padding: 1.6rem 2.4rem;
  font-family: Museo, sans-serif;
  text-decoration: none;
  transition: all 0.2s;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  opacity: 0.8;
}
.m-navigation__link:hover, .m-navigation__link:focus, .m-navigation__link:active {
  opacity: 1;
  background-color: #92BA21;
}
.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: 100vh;
  visibility: visible;
  right: 0;
}
.m-navigation__icon {
  position: relative;
  margin-top: 2.6rem;
  transform: scale(1);
}
.m-navigation__icon, .m-navigation__icon::before, .m-navigation__icon::after {
  width: 2rem;
  height: 2px;
  background-color: #fff;
  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);
}

.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%;
}

.home-nav {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1200;
}
@media only screen and (max-width: 840px) {
  .home-nav {
    grid-template-columns: 1fr;
  }
}
.home-nav__section-a {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 5.6rem;
  align-items: center;
  color: white;
}
.home-nav__section-a:hover .nav-link:not(:hover) {
  opacity: 0.4;
}
@media only screen and (max-width: 840px) {
  .home-nav__section-a {
    display: none;
  }
}
.home-nav ul, .home-nav li {
  list-style: none;
}
.home-nav__logo {
  transform: translateY(-0.5rem);
  height: 40px;
}

footer a {
  color: white;
}

.nav-adjust {
  margin-top: 7.2rem;
}
@media only screen and (max-width: 1240px) {
  .nav-adjust {
    margin-top: 10.4rem;
  }
}
@media only screen and (max-width: 840px) {
  .nav-adjust {
    margin-top: 8.8rem;
  }
}
@media only screen and (max-width: 680px) {
  .nav-adjust {
    margin-top: 6.4rem;
  }
}

/*
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}
*/
@-webkit-keyframes slideshow {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes slideshow {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
.logo {
  height: 4rem;
  margin-top: 7.2rem;
  position: relative;
  z-index: 999;
}

.content {
  -webkit-animation: fadeInAnimation ease 1s;
          animation: fadeInAnimation ease 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
}

.slider {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-164px);
  margin-bottom: -164px;
}

.hero {
  display: grid;
}
.hero h1 {
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}
.hero h5 {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.hero__display {
  grid-row: 1/2;
  grid-column: 1/2;
  width: 100%;
  overflow: hidden;
  height: 50vw;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  filter: brightness(0.9);
}
@media only screen and (max-width: 960px) {
  .hero__display {
    height: 60vw;
  }
}
@media only screen and (max-width: 800px) {
  .hero__display {
    height: 80vw;
  }
}
@media only screen and (max-width: 560px) {
  .hero__display {
    height: 120vw;
  }
}
@media only screen and (max-width: 400px) {
  .hero__display {
    height: 140vw;
  }
}
.hero__overlay {
  grid-row: 1/2;
  grid-column: 1/2;
  z-index: 2;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.hero__content {
  grid-row: 1/2;
  grid-column: 1/2;
  z-index: 30;
  max-width: 52rem;
  align-self: center;
  justify-self: center;
}
@media only screen and (max-width: 640px) {
  .hero__content h1 {
    scale: 0.8;
    line-height: 1;
  }
}
.hero__about {
  grid-row: 1/2;
  grid-column: 1/2;
  z-index: 30;
  align-self: center;
  justify-self: center;
  max-width: 1200px;
  width: 100%;
}
.hero__about h3 {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1240px) {
  .hero__about {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.hero__emblem {
  height: 16rem;
  margin-bottom: 2.4rem;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
}
@media only screen and (max-width: 640px) {
  .hero__emblem {
    scale: 0.8;
    margin-bottom: 0;
  }
}
.hero__divide {
  display: grid;
  top: 100%;
  width: 100%;
  z-index: 10;
  transform: translateY(-50%);
  margin-bottom: -28%;
}
.hero__stars {
  z-index: 30;
  height: 8.4rem;
  transform: translateY(-50%);
}
.hero__heading {
  display: none;
  position: relative;
  bottom: 16rem;
  z-index: 10;
  color: #fff;
  width: 100%;
  text-align: left;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 7.4rem;
}
@media only screen and (max-width: 1240px) {
  .hero__heading {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media only screen and (max-width: 960px) {
  .hero__heading {
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 5.6rem;
    bottom: 12rem;
  }
}
.hero__btn {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
}

a {
  text-decoration: none;
}

.showcase-item {
  display: grid;
  overflow: hidden;
  background-color: #000;
}
.showcase-item__img {
  grid-column: 1/1;
  grid-row: 1/1;
  filter: brightness(1);
  z-index: 10;
  transition: all 0.4s;
}
.showcase-item:hover .showcase-item__img, .showcase-item:focus .showcase-item__img, .showcase-item:active .showcase-item__img {
  filter: brightness(0.2);
  transition: all 0.4s;
}
.showcase-item__mask {
  grid-column: 1/1;
  grid-row: 1/1;
  z-index: 11;
  width: 100%;
  height: 100%;
  background-color: #3F9031;
  opacity: 0;
  transition: all 0.4s;
}
.showcase-item:hover .showcase-item__mask, .showcase-item:focus .showcase-item__mask, .showcase-item:active .showcase-item__mask {
  opacity: 0.6;
}
.showcase-item__details {
  grid-column: 1/1;
  grid-row: 1/1;
  z-index: 20;
  opacity: 0;
  text-align: center;
  align-self: center;
  padding: 0 4rem 0 4rem;
  transition: all 0.4s;
}
.showcase-item__details:hover .showcase-item__details__details {
  opacity: 1;
}
.showcase-item:hover .showcase-item__details {
  display: block;
  opacity: 1;
  cursor: pointer;
}

.showcase-list {
  list-style: none;
  font-size: 1.7rem;
  list-style-position: inside;
}

.resources__profile {
  background-color: #000;
  height: 3.2rem;
  width: 3.2rem;
  border-radius: 100rem;
}
.resources__item {
  transition: all 0.4s;
}
.resources__item:hover, .resources__item:active {
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 2.4rem rgba(0, 0, 0, 0.2);
}
.resources:hover .resources__item:not(:hover) {
  transition: all 0.4s;
  opacity: 0.5;
}

.grid-bullets {
  display: grid;
  grid-template-columns: -webkit-min-content 1fr;
  grid-template-columns: min-content 1fr;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}

.programme-bullets {
  display: grid;
  grid-template-columns: -webkit-min-content 1fr;
  grid-template-columns: min-content 1fr;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  background-color: #296B04;
  border-radius: 1.2rem;
  padding: 2.4rem;
}

.clip-down {
  -webkit-clip-path: polygon(0% 0%, 50% 12vw, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 50% 12vw, 100% 0%, 100% 100%, 0% 100%);
  padding-top: 12vw;
}

.clip-up {
  -webkit-clip-path: polygon(0% 12vw, 50% 0, 100% 12vw, 100% 100%, 0% 100%);
          clip-path: polygon(0% 12vw, 50% 0, 100% 12vw, 100% 100%, 0% 100%);
  padding-top: 10vw;
}
@media only screen and (max-width: 600px) {
  .clip-up {
    padding-top: 16vw;
  }
}

.clip-comp {
  transform: translateY(-20vw);
  margin-bottom: -20vw;
}

.clip-down-comp {
  padding-bottom: 12vw;
}

.clip-down-comp-l {
  padding-bottom: 20vw;
}

.clip-pad {
  padding-bottom: 12vw;
}
@media only screen and (max-width: 1040px) {
  .clip-pad {
    padding-bottom: 18vw;
  }
}

.clip-pad-fixed {
  padding-bottom: 15vw;
}

.footer-head {
  transform: translateY(-50%);
  position: relative;
  margin-bottom: -30vw;
}

.footer-stars {
  height: 7.2rem;
  position: relative;
  left: 66.6%;
  transform: translateY(-40%) translateX(-50%);
}

.footer-z {
  position: relative;
}

footer li {
  list-style: none;
}
footer a {
  opacity: 0.8;
}
footer a:hover {
  opacity: 1;
}

.course-stars {
  height: 8rem;
  position: relative;
  left: 66.6%;
  transform: translateY(-50%) translateX(-20%);
  z-index: 20;
  margin-bottom: -5.6rem;
}

.divide-stars {
  height: 7rem;
}
@media only screen and (max-width: 600px) {
  .divide-stars {
    height: 4.8rem;
  }
}

.shunt-d-1 {
  transform: translateY(8vw);
}

.shunt-d-2 {
  transform: translateY(6vw);
}

.shunt-d-3 {
  transform: translateY(4vw);
}

.shunt-u-1 {
  transform: translateY(-8vw);
  margin-bottom: -8vw;
}

.dropdown-placeholder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: linear-gradient(97.95deg, #338605 21.01%, #92BA21 105.02%);
  padding: 1.2rem 2.4rem;
  border-radius: 0.8rem;
  margin-bottom: 0.8rem;
}

.tt-btn {
  background-image: linear-gradient(97.95deg, #338605 21.01%, #92BA21 105.02%);
  background-size: 100%;
  transition: all 0.2s;
}
.tt-btn:hover, .tt-btn:active {
  background-size: 200%;
  background-position: 0;
  outline: none;
}

.timetable-slot {
  display: grid;
  grid-template-columns: 0.6fr 6fr 2fr;
  align-items: center;
  grid-column-gap: 1.6rem;
  background-color: #2E730A;
  border-radius: 0.8rem;
  padding: 0.8rem;
}
@media only screen and (max-width: 600px) {
  .timetable-slot {
    grid-template-columns: 0.5fr 3fr 3fr;
    align-items: start;
    padding: 1.2rem;
  }
}
.timetable-slot__details {
  display: grid;
  grid-template-columns: 0.8fr 3fr 3.5fr;
  grid-column-gap: 1.6rem;
  align-items: center;
  line-height: 1.3;
}
@media only screen and (max-width: 600px) {
  .timetable-slot__details {
    grid-template-columns: 1fr;
  }
}
.timetable-slot a {
  height: 100%;
  display: grid;
  align-content: center;
}
.timetable-slot__headings {
  display: grid;
  grid-template-columns: 7.5% 7% 26% 22.5% 1fr;
  grid-column-gap: 1.6rem;
}
@media only screen and (max-width: 600px) {
  .timetable-slot__headings {
    display: none;
  }
}

.tt-level {
  display: grid;
  align-items: center;
  justify-items: center;
  justify-self: start;
  padding-left: 0.8rem;
}
.tt-level__star {
  grid-column: 1/2;
  grid-row: 1/2;
  height: 100%;
  max-height: 4rem;
}
.tt-level__number {
  grid-column: 1/2;
  grid-row: 1/2;
  padding-top: 3px;
}

.scroll-p {
  display: block;
  transform: translateY(-50%);
  margin-bottom: -5.6rem;
}
@media only screen and (max-width: 720px) {
  .scroll-p {
    height: 8rem;
    margin-bottom: -4rem;
  }
}

.scroll-p-s {
  display: block;
  transform: translateY(-50%);
  height: 8rem;
  margin-bottom: -6rem;
  margin-top: 2rem;
}

.sticky-buy-grid {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100vw;
  z-index: 2000;
  display: grid;
  justify-items: center;
}

.sticky-buy {
  width: 100%;
  max-width: 800px;
  border-radius: 0.8rem 0.8rem 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1.6rem;
  padding: 1.6rem;
  background-color: #234E15;
  box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.4);
}

.cartpage {
  display: grid;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.cartpage__entry {
  display: grid;
  grid-template-columns: 0.75fr 1.5fr 2fr 0.5fr 15%;
  grid-column-gap: 2.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 3.2rem 1.6rem;
}
@media only screen and (max-width: 640px) {
  .cartpage__entry {
    grid-template-columns: 1fr 10%;
  }
}
.cartpage__img {
  height: 8rem;
  width: 8rem;
  align-self: start;
}
@media only screen and (max-width: 640px) {
  .cartpage__img {
    display: none;
  }
}
.cartpage__voucher {
  width: 8rem;
  align-self: start;
}
@media only screen and (max-width: 640px) {
  .cartpage__voucher {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .cartpage__details {
    grid-column: 1/2;
  }
}
.cartpage__price {
  justify-self: end;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .cartpage__price {
    grid-column: 2/3;
    align-self: end;
  }
}
.cartpage__link {
  color: #3F9031;
  text-align: right;
  font-size: 1.2rem;
  transition: all 0.2s;
}
.cartpage__link:hover, .cartpage__link:focus {
  color: #276826;
}
@media only screen and (max-width: 640px) {
  .cartpage__link--edit {
    grid-column: 1/2;
    padding-top: 1.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .cartpage__link--rem {
    display: none;
  }
}
.cartpage__removex {
  display: none;
  color: #3F9031;
  font-size: 2.4rem;
  transition: all 0.2s;
}
.cartpage__removex:hover, .cartpage__removex:focus {
  color: #276826;
}
@media only screen and (max-width: 640px) {
  .cartpage__removex {
    display: block;
    position: absolute;
    right: 0;
    top: 3.2rem;
    right: 1.6rem;
  }
}
.cartpage__totals {
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  grid-column-gap: 2.4rem;
  text-align: right;
  align-items: center;
  justify-content: end;
  padding: 1.6rem 1.6rem 4rem 1.6rem;
}

.checkout {
  display: grid;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.checkout__entry {
  display: grid;
  grid-template-columns: 0.75fr 1.5fr 2fr 15%;
  grid-column-gap: 2.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 3.2rem 1.6rem;
}
@media only screen and (max-width: 480px) {
  .checkout__entry {
    grid-template-columns: 1fr 10%;
  }
}
.checkout__img {
  background-color: black;
  height: 8rem;
  width: 8rem;
}
@media only screen and (max-width: 480px) {
  .checkout__img {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .checkout__details {
    grid-column: 1/2;
  }
}
.checkout__price {
  justify-self: end;
  font-weight: 700;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .checkout__price {
    grid-column: 2/3;
    align-self: end;
    text-align: right;
  }
}
.checkout__totals {
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  grid-column-gap: 2.4rem;
  text-align: right;
  align-items: center;
  justify-content: end;
  padding: 1.6rem 1.6rem 4rem 1.6rem;
}

.discount {
  position: relative;
  background-color: #2E730A;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-column-gap: 2.4rem;
  align-items: center;
  padding: 2.4rem;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 800px) {
  .discount {
    grid-template-columns: 1fr;
    grid-row-gap: 1.6rem;
  }
}

.voucher-amount {
  display: grid;
  background-image: linear-gradient(#92BA21, #338605);
  background-position: 0 0;
  background-size: auto 100%;
  justify-content: center;
  align-content: center;
  border-radius: 1.2rem;
  font-size: 2.2rem;
  padding: 1.6rem;
  color: white;
  transition: all 0.2s;
}
.voucher-amount:hover, .voucher-amount:active {
  outline: none;
  background-position: 0 0;
  background-size: auto 200%;
}

.voucher-entry {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  background-color: #2E730A;
  border-radius: 1.2rem;
  padding: 4rem;
}
.voucher-entry input {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
  height: 6.4rem;
  font-size: 1.8rem;
  font-family: "museo-sans", sans-serif;
  color: #585858;
  padding: 0.8rem 5.6rem;
  border: 2px solid #E9E9E9;
  border-radius: 1.2rem;
  transition: all 0.4s;
}
.voucher-entry__euro {
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 100;
  padding-left: 1.6rem;
  width: 1.6rem;
  color: #3F9031;
  font-weight: 700;
}

.voucher-personalise-head {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-column-gap: 2.4rem;
  align-items: center;
}
@media only screen and (max-width: 580px) {
  .voucher-personalise-head {
    grid-template-columns: 1fr;
    grid-row-gap: 1.6rem;
  }
}

.voucher-review {
  display: grid;
  width: 100%;
  position: relative;
  justify-items: center;
}
.voucher-review__bg {
  width: 100%;
  grid-row: 1/2;
  grid-column: 1/2;
  z-index: 1;
}
.voucher-review__personalise {
  font-size: 1.8vw;
  position: absolute;
  top: 32%;
  left: 10%;
  width: 40%;
  grid-row: 1/2;
  grid-column: 1/2;
  z-index: 10;
  font-family: Caveat;
  line-height: 1.2;
}
.voucher-review__message {
  font-size: 1.8vw;
  font-family: Caveat;
  line-height: 1.2;
}
.voucher-review__messages {
  font-size: 1.8vw;
  line-height: 1.2;
  position: absolute;
  top: 37%;
  left: 10%;
  grid-row: 1/2;
  grid-column: 1/2;
  z-index: 10;
  font-family: Caveat;
}
.voucher-review__from {
  font-size: 1.8vw;
  position: absolute;
  top: 48%;
  left: 10%;
  width: 30%;
  grid-row: 1/2;
  grid-column: 1/2;
  z-index: 10;
  font-family: Caveat;
  line-height: 1.2;
}
.voucher-review__details {
  position: absolute;
  top: 37%;
  left: 60.3%;
  width: 30%;
  grid-row: 1/2;
  grid-column: 1/2;
  z-index: 10;
  text-align: center;
  font-family: Museo;
}
.voucher-review__details--course {
  font-size: 3.4vw;
  line-height: 1.1;
  font-weight: bold;
  color: #276826;
}
.voucher-review__details--location {
  margin-top: 3%;
  font-size: 1.8vw;
  line-height: 1.2;
  font-weight: 700;
  color: #276826;
}
.voucher-review__details--value {
  font-size: 1.8vw;
  font-weight: bold;
  color: #3F9031;
}
.voucher-review__details--amount {
  font-size: 3.2vw;
  line-height: 1.2;
  font-weight: 700;
  color: #3F9031;
}

.levelled-star {
  display: grid;
  align-items: center;
  justify-items: center;
}
.levelled-star__star {
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 10;
}
.levelled-star__level {
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 20;
  color: #53970E;
  font-size: 2.4rem;
}

.dropdown {
  position: relative;
  width: 100%;
}
.dropdown__style {
  outline: none;
}

.dropdown-title {
  cursor: pointer;
}
.dropdown-title__style {
  background-image: linear-gradient(97.95deg, #338605 21.01%, #92BA21 105.02%);
  background-size: 100%;
  height: 4.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  border-radius: 0.4rem;
  outline: none;
  padding: 0 1.6rem;
  transition: all 0.2s;
}
.dropdown-title:hover, .dropdown-title:focus {
  background-size: 200%;
}

.dropdown-selected {
  background-size: 200%;
}

.dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 20;
  cursor: pointer;
}
.dropdown-content__style {
  top: 4.7rem;
  border-top: solid 2px #3F9031;
  border-left: solid 2px #3F9031;
  border-right: solid 2px #3F9031;
}

.option {
  cursor: pointer;
  width: 100%;
  z-index: 25;
}
.option__style {
  padding: 1.2rem 1.6rem;
  font-weight: bold;
  background-color: white;
  color: #3F9031;
  border-bottom: solid 2px #3F9031;
  transition: all 0.2s;
}
.option__style:hover, .option__style:focus {
  color: white;
  background-color: #3F9031;
}

.red {
  color: red !important;
}

.red-warning-circle {
  border: 2px solid red !important;
}

#postal-details {
  display: none;
}

@media only screen and (max-width: 800px) {
  .bp-800-mar-l {
    margin-bottom: 8rem;
  }
}

.faq-group {
  border-top: solid 1px rgba(63, 144, 49, 0.5);
}
.faq-group__q {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr -webkit-min-content;
  grid-template-columns: 1fr min-content;
  grid-column-gap: 2.4rem;
  border-bottom: solid 1px rgba(63, 144, 49, 0.5);
  padding: 1.6rem 0;
  cursor: pointer;
}
.faq-group__a {
  display: none;
}
.faq-group__plus {
  height: 16px;
  width: 16px;
  display: grid;
  align-items: center;
  align-self: start;
  transform: translateY(0.6rem);
  transition: all 0.2s;
}
.faq-group__plus::before {
  content: "";
  grid-row: 1/1;
  grid-column: 1/1;
  display: inline-block;
  height: 3px;
  width: 16px;
  background-color: #276826;
  transform-origin: center;
}
@media only screen and (max-width: 800px) {
  .faq-group__plus::before {
    height: 2px;
  }
}
.faq-group__plus::after {
  content: "";
  grid-row: 1/1;
  grid-column: 1/1;
  display: inline-block;
  height: 3px;
  width: 16px;
  background-color: #276826;
  transform: rotate(90deg);
  transform-origin: center;
  transition: all 0.2s;
}
@media only screen and (max-width: 800px) {
  .faq-group__plus::after {
    height: 2px;
  }
}
.faq-group__minus {
  height: 16px;
  width: 16px;
  display: grid;
  align-items: center;
  align-self: start;
  transform: translateY(0.6rem);
  transition: all 0.2s;
}
.faq-group__minus::before {
  content: "";
  grid-row: 1/1;
  grid-column: 1/1;
  display: inline-block;
  height: 3px;
  width: 16px;
  background-color: #276826;
  transform-origin: center;
}
@media only screen and (max-width: 800px) {
  .faq-group__minus::before {
    height: 2px;
  }
}
.faq-group__minus::after {
  content: "";
  grid-row: 1/1;
  grid-column: 1/1;
  display: inline-block;
  height: 3px;
  width: 16px;
  background-color: #276826;
  transform: rotate(180deg);
  transform-origin: center;
  transition: all 0.2s;
}
@media only screen and (max-width: 800px) {
  .faq-group__minus::after {
    height: 2px;
  }
}

.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2.4rem;
}
@media only screen and (max-width: 800px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}

.testimonial {
  line-height: 1.4;
  text-align: center;
  padding: 4rem 5.6rem;
  display: grid;
  background-color: white;
  border: solid 2px #E4EEC8;
  border-radius: 1.6rem;
}
@media only screen and (max-width: 800px) {
  .testimonial__m {
    grid-column: 1/1;
    grid-row: 1/1;
  }
}
@media only screen and (max-width: 960px) {
  .testimonial {
    padding: 2.4rem 4rem;
  }
}
.testimonial__text {
  font-size: 2rem;
  margin-bottom: 1.6rem;
  color: #327626;
}
.testimonial__text--s {
  font-size: 1.6rem;
}
.testimonial__img {
  height: 9.6rem;
  width: 9.6rem;
  border-radius: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
  border: solid 4px white;
}
.testimonial__name {
  font-weight: bold;
}
.testimonial__name--s {
  font-size: 1.4rem;
}
.testimonial__name, .testimonial__location {
  color: #327626;
}
.testimonial__location--s {
  font-size: 1.4rem;
}
.testimonial__anchor {
  align-self: end;
}

.testimonials-section:nth-child(odd) {
  background: linear-gradient(180deg, #338605 0%, #92BA21 100%);
}
.testimonials-section:nth-child(odd) h3 {
  color: white;
}
.testimonials-section:nth-child(odd) h5 {
  color: rgba(255, 255, 255, 0.8);
}
.testimonials-section:nth-child(even) {
  background: transparent;
}

.tt {
  display: flex;
  justify-items: flex-start;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .tt {
    flex-direction: column;
    align-items: flex-start;
  }
}

.teacher__img {
  height: 11.2rem;
  width: 11.2rem;
  border-radius: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
  border: solid 4px white;
  transform: translateY(-70%);
  justify-self: center;
  margin-bottom: -6.4rem;
}

.footer-comp {
  padding-bottom: 14vw;
}

.account {
  background-color: #f7f5f5;
  color: #6a6a6a;
  display: grid;
  grid-template-columns: 24rem 1fr;
  height: 100vh;
}
@media only screen and (max-width: 1000px) {
  .account {
    grid-template-columns: 1fr;
  }
}

.menu {
  grid-column: 1/2;
  grid-row: 1/-1;
  background-color: rgba(0, 0, 0, 0.05);
  display: grid;
  grid-template-columns: 1fr;
  height: 1fr;
}
@media only screen and (max-width: 1000px) {
  .menu {
    display: none;
  }
}

.account-head {
  margin-top: 4rem;
  display: grid;
  align-items: center;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  justify-content: space-between;
}

.logo-account {
  height: 3.2rem;
  position: relative;
  z-index: 200;
}

.account-details {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: space-between;
}
.account-details__user {
  display: grid;
  grid-template-columns: -webkit-min-content repeat(3, -webkit-max-content) 1fr;
  grid-template-columns: min-content repeat(3, max-content) 1fr;
  grid-column-gap: 6.4rem;
  align-items: center;
}
@media only screen and (max-width: 760px) {
  .account-details__user {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, -webkit-max-content);
    grid-template-rows: repeat(3, max-content);
    grid-row-gap: 2.4rem;
    margin-bottom: 4rem;
  }
}
.account-details__icon {
  height: 3.2rem;
  width: 3.2rem;
}
.account-details__last {
  margin-left: auto;
  width: 24rem;
}
.account-details__logout {
  opacity: 0.7;
  transition: all 0.4s;
  text-align: right;
  font-size: 1.5rem;
}
.account-details__logout:hover {
  opacity: 1;
}
.account-details__pay-btn {
  width: 30rem;
}
@media only screen and (max-width: 960px) {
  .account-details__pay-btn {
    width: 24rem;
  }
}
@media only screen and (max-width: 440px) {
  .account-details__pay-btn {
    display: none;
  }
}

.dashboard:hover .card:not(:hover) {
  opacity: 0.6;
}

.status {
  display: block;
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 100rem;
}
.status--green {
  background-color: seagreen;
}
.status--amber {
  background-color: #ecbd1b;
}
.status--red {
  background-color: red;
}
.status--undefined {
  background-color: rgba(0, 0, 0, 0.1);
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 344px));
}
@media only screen and (max-width: 800px) {
  .cards {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
}

.card {
  display: grid;
  grid-template-rows: 4rem 1fr 1.2fr;
  background-color: white;
  padding: 2.4rem 6.4rem 2.4rem 2.4rem;
  border-radius: 0.8rem;
  transition: all 0.4s;
  height: 100%;
  min-height: 22rem;
}
.card__status {
  align-self: end;
}
.card:hover {
  box-shadow: 0 0 0 0.8rem rgba(39, 104, 38, 0.4);
  transform: scale(1.02);
}

.account-nav {
  margin-top: 27.2rem;
  font-weight: 300;
  font-size: 1.8rem;
}
.account-nav li {
  list-style: none;
}
.account-nav .nav-link {
  font-size: 1.7rem;
  font-weight: 300;
  padding: 0.8rem 0.8rem 0.8rem 2.4rem;
  border: none;
}
.account-nav .nav-link:hover {
  background-color: #f7f5f5;
}
.account-nav .nav-link-selected {
  background-color: #f7f5f5;
  border: none;
  color: #26374b;
}
.account-nav .nav-link-selected:hover {
  transform: translateX(0rem);
}
.account-nav:hover .nav-link:not(:hover) {
  opacity: 0.4;
}

.doc {
  background-color: #fff;
  padding: 4rem;
}
.wysiwyg {
  color: #585858;
}
.wysiwyg h1 {
  color: #276826;
  margin-bottom: 2.4rem;
  line-height: 1;
}
.wysiwyg h2, .wysiwyg h3 {
  color: #3F9031;
  margin-bottom: 2.4rem;
  line-height: 1;
}
.wysiwyg h5 {
  font-size: 1.6rem;
}
.wysiwyg h4 {
  color: #3F9031;
  line-height: 1.2;
  margin-bottom: 1.6rem;
}
.wysiwyg p {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 1.6rem;
}
.wysiwyg strong {
  font-weight: 800;
}
.wysiwyg blockquote {
  padding: 2.4rem 4rem;
  margin-left: 4rem;
  margin-right: 4rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  line-height: 1.4;
  border-left: solid 3px #3F9031;
}
.wysiwyg img {
  width: 100%;
}
.wysiwyg ul {
  list-style: none;
  margin-bottom: 3.2rem;
  list-style-position: outside;
}
.wysiwyg li {
  display: grid;
  grid-template-columns: -webkit-min-content 1fr;
  grid-template-columns: min-content 1fr;
  grid-column-gap: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 0.8rem;
}
.wysiwyg ul li::before {
  content: "•";
  color: #3F9031;
  font-weight: bold;
}
.wysiwyg ol {
  list-style: none;
  counter-reset: counter;
  margin-bottom: 3.2rem;
}
.wysiwyg ol li {
  counter-increment: counter;
}
.wysiwyg ol li::before {
  content: counter(counter) "";
  color: #3F9031;
  font-family: Museo, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}
.wysiwyg a, .wysiwyg a:link, .wysiwyg a:visited {
  color: #3F9031;
  transition: all 0.2s;
  text-decoration: underline;
}
.wysiwyg a:hover {
  color: #276826;
}
.wysiwyg .caption {
  opacity: 0.5;
  font-size: 1.2rem;
  margin-top: 1.6rem;
}
.wysiwyg__intro {
  margin-top: 1.6rem;
}
.wysiwyg__intro h4, .wysiwyg__intro h3 {
  color: #276826;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 1.8rem;
}
.wysiwyg__intro p {
  color: #72A918;
  padding-bottom: 0.8rem;
}
.wysiwyg__intro ul {
  list-style: none;
}
.wysiwyg__intro ul li::before {
  content: "•";
  color: #72A918;
  font-weight: bold;
  display: inline-block;
  width: 2.4rem;
}
.wysiwyg__intro li {
  color: black;
  opacity: 0.9;
}
.wysiwyg__green {
  color: white;
}
.wysiwyg__green h2 {
  margin-bottom: 2.4rem;
}
.wysiwyg__green h3 {
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
}
.wysiwyg__green h4 {
  color: white;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 1.8rem;
}
.wysiwyg__green h5 {
  font-size: 1.6rem;
  color: #FFD500;
  margin-bottom: 1.6rem;
}
.wysiwyg__green p {
  color: white;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 1.6rem;
}
.wysiwyg__green a, .wysiwyg__green a:link, .wysiwyg__green a:visited {
  color: white;
  opacity: 0.8;
  transition: all 0.2s;
  text-decoration: underline;
}
.wysiwyg__green a:hover {
  opacity: 1;
}
.wysiwyg__green ul {
  list-style: none;
  margin-bottom: 1.6rem;
}
.wysiwyg__green ol {
  margin-bottom: 1.6rem;
}
.wysiwyg__green ul li::before {
  content: "•";
  color: #FFD500;
  font-weight: bold;
  display: inline-block;
  width: 2.4rem;
}
.wysiwyg__green ul li {
  display: grid;
  grid-template-columns: 1.2rem 1fr;
  grid-column-gap: 1.2rem;
  font-size: 1.6rem;
}
.wysiwyg__light {
  color: #585858;
}
.wysiwyg__light h1 {
  color: #276826;
  margin-bottom: 2.4rem;
}
.wysiwyg__light h2, .wysiwyg__light h3, .wysiwyg__light h4 {
  color: #3F9031;
  margin-bottom: 2.4rem;
}
.wysiwyg__light h5 {
  font-size: 1.6rem;
}
.wysiwyg__light ul {
  list-style: none;
  margin-bottom: 3.2rem;
  list-style-position: outside;
}
.wysiwyg__light ul li::before {
  content: "•";
  color: #3F9031;
  font-weight: bold;
}
.wysiwyg__light li {
  display: grid;
  grid-template-columns: -webkit-min-content 1fr;
  grid-template-columns: min-content 1fr;
  grid-column-gap: 1.6rem;
}
.wysiwyg__home {
  color: white;
}
.wysiwyg__home h2 {
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
  text-align: center;
}
.wysiwyg__home h3 {
  font-size: 3.2rem;
  margin-bottom: 2.4rem;
  text-align: center;
}
.wysiwyg__home h4 {
  color: white;
  font-size: 2rem;
  line-height: 1.4;
}
.wysiwyg__home h5 {
  font-size: 1.6rem;
  color: #FFD500;
}
.wysiwyg__home p {
  color: white;
  margin-bottom: 2.4rem;
}
.wysiwyg__home ul {
  list-style: none;
  display: grid;
  grid-row-gap: 2.4rem;
}
.wysiwyg__home li {
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-column-gap: 2.4rem;
  position: relative;
  border-radius: 0.8rem;
  list-style: none;
  font-family: Museo, sans-serif;
  font-size: 1.6rem;
}
.wysiwyg__home li::before {
  content: url(/frontend/images/icons/star-bullet.svg);
  grid-column: 1/2;
  grid-row: 1/3;
}
.wysiwyg__benefits {
  color: #fff;
}
.wysiwyg__benefits h3,
.wysiwyg__benefits h2 {
  text-align: center;
  max-width: 540px;
  margin: 0 auto;
}
.wysiwyg__benefits ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 1.6rem;
  grid-column-gap: 1.6rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 600px) {
  .wysiwyg__benefits ul {
    grid-template-columns: 1fr;
  }
}
.wysiwyg__benefits li {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 2.4rem 3.2rem 2.4rem 6.4rem;
  position: relative;
  border-radius: 0.8rem;
  list-style: none;
  font-family: Museo, sans-serif;
  font-size: 1.6rem;
}
.wysiwyg__benefits li strong {
  font-size: 1.8rem;
}
.wysiwyg__benefits li::before {
  content: url(/frontend/images/icons/star-bullet.svg);
  position: absolute;
  top: 2.6rem;
  left: 2rem;
}
.wysiwyg__benefits h4, .wysiwyg__benefits p, .wysiwyg__benefits a {
  color: white;
}
.wysiwyg__levels h3 {
  margin-bottom: 2.4rem;
}
.wysiwyg__levels p {
  color: white;
  margin-bottom: 2.4rem;
}
.wysiwyg__levels ol {
  list-style: none;
  counter-reset: counter;
}
.wysiwyg__levels ol li {
  counter-increment: counter;
}
.wysiwyg__levels li {
  display: grid;
  grid-template-columns: 64px 1fr;
  grid-column-gap: 2.4rem;
  margin-bottom: 2.4rem;
  position: relative;
  min-height: 64px;
  font-size: 1.6rem;
  align-content: start;
}
.wysiwyg__levels li strong {
  font-family: Museo, sans-serif;
  font-size: 1.8rem;
}
.wysiwyg__levels li:nth-child(4)::after {
  content: "+";
  color: #3F9031;
  font-family: Museo, sans-serif;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 12px;
  left: 38px;
}
.wysiwyg__levels ol li::before {
  content: counter(counter) "";
  color: #3F9031;
  font-family: Museo, sans-serif;
  font-size: 24px;
  font-weight: bold;
  background-image: url(/frontend/images/icons/star-bullet.svg);
  background-repeat: no-repeat;
  background-size: 64px;
  background-position: 0 0;
  display: block;
  text-align: center;
  width: 64px;
  height: 64px;
  padding-top: 13px;
  grid-row: 1/3;
}

#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__modal {
  height: 80vh;
  background-color: white;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
  border-radius: 0.6rem;
  margin: 1.6rem;
  max-width: 640px;
  position: relative;
  display: grid;
  grid-template-rows: 1fr -webkit-max-content;
  grid-template-rows: 1fr max-content;
}
.terms__content {
  border-radius: 0.6rem;
  padding: 4.8rem;
  overflow-y: scroll;
  position: relative;
  background-color: rgba(0, 0, 0, 0.05);
}
.terms__buttons {
  display: grid;
  width: 100%;
  padding: 2.4rem;
}
.terms:target {
  opacity: 1;
  visibility: visible;
}
.terms:target .terms__content {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transform: scale(1);
}
