@font-face {
  font-family: Theseasons Reg;
  src: url('../fonts/TheSeasons-Reg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Theseasons Lt;
  src: url('../fonts/TheSeasons-Lt.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Theseasons Bd;
  src: url('../fonts/TheSeasons-Bd.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --lightgreen: #4f9e8b;
  --light-grey: #f4f4f4;
  --white: white;
  --dark-green: #326257;
  --light-coral: #eb7b7b;
  --lightestgreen: #edf5f3;
  --dark-grey: #a0a0a0;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: #22171e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Theseasons Reg, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

h2 {
  color: #22171e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Theseasons Reg, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  color: #22171e;
  margin-bottom: 0;
  font-family: Theseasons Reg, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  color: #22171e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Theseasons Reg, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

h5 {
  color: #22171e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Theseasons Reg, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

h6 {
  color: #22171e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Theseasons Reg, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4;
}

p {
  color: #22171e;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-weight: 300;
}

a {
  border-color: var(--black);
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  text-decoration: underline;
}

ul {
  color: #22171e;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
  font-family: Work Sans, sans-serif;
  font-size: .875rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: 1rem;
  padding-left: .5rem;
  font-size: .875rem;
  font-weight: 200;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.hide {
  display: none;
}

.text-style-link {
  text-decoration: underline;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.h-100 {
  height: 100%;
}

.container-large.padding-section-explore-courses {
  padding-top: 1rem;
  padding-bottom: 7rem;
}

.container-large.padding-section-custom8 {
  padding-top: 0;
  padding-bottom: 5rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.max-width-large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.max-width-large.margin-bottom.margin-large {
  margin-left: auto;
  margin-right: auto;
}

.max-width-small {
  justify-content: flex-start;
  width: 100%;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-xsmall.quote-div {
  background-color: var(--lightgreen);
  border-radius: 10px;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.padding-custom1 {
  padding-top: 130px;
  padding-bottom: 36px;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-small.text-align-left.view-course {
  padding-left: 2.8rem;
}

.margin-top.margin-small.pay-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-top.margin-tiny {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-custom3 {
  margin: 2rem 0 0;
}

.margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small.middle-box {
  max-width: 50%;
}

.margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small.description-tablet {
  display: block;
}

.margin-bottom.margin-xsmall {
  text-align: center;
}

.margin-bottom.margin-xsmall.home-team-headings {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.margin-bottom.margin-xxlarge {
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small, .margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xsmall, .margin-bottom.margin-large, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-left.margin-custom1 {
  margin: 0 0 0 12px;
  font-size: 1rem;
}

.margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-small {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-left.padding-custom3 {
  padding: 0 0 0 42px;
}

.padding-left.padding-custom3.text-align-left.overview-p {
  font-size: .875rem;
}

.padding-left.padding-custom2 {
  padding: 0 0 0 13px;
}

.padding-left.padding-custom2.text-align-left.overview-p-2 {
  font-size: 1rem;
}

.padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-weight-medium {
  font-weight: 500;
}

.text-size-medium {
  color: #fff;
  font-size: 1.125rem;
}

.text-size-medium.padding-left.padding-custom1 {
  padding-left: 41px;
}

.text-size-medium.text-color-white {
  font-weight: 300;
}

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.background-color-gray {
  background-color: var(--light-grey);
}

.heading-style-h6 {
  font-family: Theseasons Lt, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.icon-1x1-xsmall {
  width: 1.3rem;
  height: 1.5rem;
  padding-bottom: 5px;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.heading-style-h5 {
  margin-bottom: 1.5rem;
  font-family: Theseasons Reg, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.form-checkbox-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form-checkbox-label {
  margin-bottom: 0;
}

.form-checkbox-label.text-size-small {
  color: #fff;
}

.text-size-tiny {
  color: #22171e;
  font-size: .75rem;
  font-weight: 300;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.button {
  border: 2px solid var(--lightgreen);
  background-color: var(--lightgreen);
  color: var(--white);
  text-align: center;
  border-radius: 2px;
  padding: .75rem 1.5rem;
  font-size: .875rem;
}

.button:hover {
  border-color: var(--dark-green);
  background-color: var(--dark-green);
}

.button.is-link {
  color: var(--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--white);
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  color: var(--lightgreen);
  background-color: #0000;
  border-width: 1.5px;
}

.button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.button.is-secondary.is-small:hover {
  background-color: var(--dark-green);
  color: #fff;
}

.button.is-secondary.is-small.is-wide:hover {
  border-color: var(--dark-green);
  background-color: var(--dark-green);
  color: var(--white);
}

.button.is-small {
  padding: .5rem 1.25rem;
  font-weight: 300;
}

.button.is-small:hover {
  border-color: var(--dark-green);
  background-color: var(--dark-green);
}

.button.is-small.is-wide {
  width: 8.9rem;
}

.button.is-small.is-wide:hover {
  border-color: var(--dark-green);
  background-color: var(--dark-green);
}

.button.is-alternate {
  background-color: var(--white);
  color: #000;
  border-style: none;
  border-color: #fff;
}

.button.is-alternate:hover {
  border-color: var(--lightgreen);
  background-color: var(--lightgreen);
  color: #fff;
}

.button.is-alternate.is-small.is-wide {
  width: 11.5rem;
}

.button.is-alternate.is-small.is-wide.is-green {
  color: var(--dark-green);
  margin-top: 1rem;
  font-weight: 400;
  display: block;
}

.button.is-alternate.is-small.is-wide.is-green:hover {
  background-color: var(--dark-green);
  color: var(--white);
  -webkit-text-stroke-color: var(--dark-green);
}

.button.is-alternate.is-small.is-wide.is-green.margin-right.margin-small {
  display: block;
}

.button.is-wide {
  width: 11rem;
}

.text-weight-normal {
  font-weight: 400;
}

.heading-style-h4 {
  font-family: Theseasons Reg, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.heading-style-h4.margin-bottom.margin-xsmall {
  text-align: left;
}

.heading-style-h4.text-align-left.text-color-coral {
  color: var(--light-coral);
}

.text-style-italic {
  font-style: italic;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.form-radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.text-weight-light {
  font-weight: 300;
}

.rl-styleguide_label {
  color: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  background-color: #be4aa5;
}

.text-size-regular {
  color: #22171e;
  font-family: Work Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.form-input {
  background-color: var(--white);
  color: #22171e;
  border: 1px solid #395b5180;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-select-input {
  background-image: none;
}

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.rl-styleguide_color.is-black {
  background-color: var(--black);
}

.rl-styleguide_color.is-gray {
  background-color: var(--light-grey);
}

.rl-styleguide_color.is-white {
  background-color: var(--white);
}

.rl-styleguide_color.is-lightgreen {
  background-color: var(--lightgreen);
}

.rl-styleguide_color.is-lightestgreen {
  background-color: var(--lightestgreen);
}

.rl-styleguide_color.is-darkgreen {
  background-color: var(--dark-green);
  background-image: none;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column wrap;
  align-items: center;
  display: flex;
}

.text-color-white {
  color: var(--white);
}

.text-color-white.margin-top.margin-small {
  text-align: left;
}

.text-color-white.text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.background-color-white {
  background-color: var(--white);
}

.text-weight-semibold {
  text-align: center;
  font-weight: 600;
}

.text-style-muted {
  opacity: .6;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-black {
  color: var(--black);
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-height-xxsmall {
  height: 1rem;
}

.background-color-black {
  background-color: var(--black);
  color: var(--white);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.form-radio-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  text-decoration: none;
  display: flex;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

.text-size-small {
  color: #22171e;
  font-family: Work Sans, sans-serif;
  font-size: .875rem;
  font-weight: 300;
}

.text-size-small.text-align-center.text-color-white {
  color: #fff;
}

.text-size-small.testimonial-location {
  display: none;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-wrapper {
  position: relative;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.icon-height-medium {
  height: 3rem;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
  display: block;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.text-size-large {
  font-size: 1.25rem;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.rl-styleguide_spacing-all {
  display: none;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-section-small.tablet-section {
  max-width: 43rem;
  display: none;
}

.padding-section-small.quote-div {
  background-color: var(--lightgreen);
}

.padding-section-small.more-paragraph {
  padding-top: 0;
  padding-bottom: 0;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-section-medium {
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large.quote-div {
  background-color: var(--lightgreen);
  border-radius: 8px;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_dropdown-link {
  color: #fff;
  padding: .5rem 1rem;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.navbar1_dropdown-link:hover {
  color: #464444;
}

.navbar1_dropdown-link.w--current {
  color: var(--black);
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_dropdown-list.w--open {
  border: 1px none var(--black);
  background-color: var(--lightgreen);
  padding: .5rem;
}

.navbar1_dropdown-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: Open Sans, sans-serif;
}

.navbar1_dropdown-toggle.text-color-white {
  padding-left: .5rem;
}

.navbar1_component {
  z-index: 2147483647;
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.dropdown-icon {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: .8rem;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navbar1_logo-link {
  max-width: 11rem;
  padding-left: 0;
}

.navbar1_logo-link.w--current {
  justify-content: space-between;
  max-width: 11rem;
  display: block;
}

.navbar1_link {
  color: #fff;
  padding: .5rem 1rem;
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
  font-weight: 300;
}

.navbar1_link:hover, .navbar1_link.w--current {
  color: var(--dark-grey);
}

.navbar1_logo {
  max-width: 30%;
}

.section_header46 {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#226656c9, #226656c9), url('../images/hero-min.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-clip: border-box;
}

.layout16_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout16_item {
  display: flex;
}

.layout16_item.course-length {
  display: none;
}

.layout16_image {
  height: 40%;
}

.layout16_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.layout16_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.success-text {
  font-family: Theseasons Lt, sans-serif;
  font-weight: 600;
}

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.section_cta26 {
  background-color: var(--lightestgreen);
  position: relative;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.error-text {
  color: #e23939;
  font-family: Theseasons Lt, sans-serif;
}

.cta26_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.success-message {
  background-color: #0000;
  padding: 1.5rem;
}

.footer8_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.footer8_credit-text {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 300;
}

.footer8_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: end;
}

.footer8_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.footer8_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.footer8_bottom-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer8_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

.footer8_right-wrapper {
  display: flex;
}

.footer8_link {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
}

.footer8_left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer8_legal-link {
  color: #fff;
  font-size: .875rem;
  text-decoration: underline;
}

.footer8_component {
  background-color: var(--dark-green);
}

.line-divider {
  background-color: #ffffff80;
  width: 100%;
  height: .25px;
}

.footer8_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq2_component {
  background-color: var(--lightestgreen);
  border-radius: 10px;
}

.faq2_component.padding-small {
  border-radius: 10px;
}

.faq2_question {
  grid-row-gap: 40px;
  cursor: pointer;
  border: 1px #fff;
  border-top-style: solid;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 2rem 1.25rem 1.4rem;
  display: flex;
}

.faq2_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq2_icon {
  color: var(--light-coral);
  align-self: flex-start;
  width: 2rem;
  margin-top: .2rem;
  margin-left: .5rem;
  display: flex;
}

.faq2_answer {
  text-align: left;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.rl-styleguide_color-sample-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: row;
}

.heading-2 {
  font-weight: 400;
}

.padding-section-custom1 {
  padding-top: 9.9rem;
  padding-bottom: 1.5rem;
}

.padding-section-custom1.text-align-center {
  padding-top: 0;
  padding-bottom: 8rem;
}

.text-block {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.footer10_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.button-2 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button-2.is-secondary {
  color: var(--black);
  background-color: #0000;
}

.button-2.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.button-2.is-link {
  color: var(--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.button-2.is-link.is-icon:hover {
  color: var(--light-coral);
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-2.is-small {
  padding: .5rem 1.25rem;
}

.social-icon {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

.footer10_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.image {
  max-width: 28%;
}

.layout16_item-list-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.layout16_component-3 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.3fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
}

.button-group-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.footer8_credit-text-2 {
  color: #fff;
  font-family: Work Sans, sans-serif;
  font-size: .875rem;
  font-weight: 300;
}

.footer8_top-wrapper-2 {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.text-size-tiny-2 {
  font-size: .75rem;
}

.footer8_link-2 {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer8_legal-link-2 {
  font-size: .875rem;
  text-decoration: underline;
}

.form-input-2 {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-2:focus {
  border-color: #000;
}

.form-input-2::placeholder {
  color: #0009;
}

.line-divider-2 {
  background-color: #ffffff80;
  width: 100%;
  height: 1px;
}

.footer4_component {
  background-color: var(--dark-green);
  background-image: url('../images/oriental-tiles-2.png');
  background-position: 0 0;
  background-size: contain;
}

.footer4_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

.footer4_credit-text {
  font-size: .875rem;
}

.footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 10px;
  white-space: normal;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.footer4_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer4_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.social-icon-2 {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

.social-icon-2:hover {
  color: var(--dark-grey);
}

.footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  justify-content: space-between;
  align-items: end;
}

.footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer4_link {
  color: #fff;
  font-family: Work Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
}

.footer4_link:hover {
  color: var(--dark-grey);
}

.text-size-tiny-3 {
  font-size: .75rem;
}

.footer8_link-3 {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer8_legal-link-3 {
  color: #fff;
  font-family: Work Sans, sans-serif;
  font-size: .875rem;
  text-decoration: underline;
}

.footer8_legal-link-3:hover {
  color: var(--dark-grey);
}

.form-input-3 {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-3:focus {
  border-color: #000;
}

.form-input-3::placeholder {
  color: #0009;
}

.div-block-2 {
  flex-direction: column;
  display: flex;
}

.image-2 {
  max-width: 9rem;
}

.layout1_image {
  width: 80%;
  height: 100%;
  margin-top: -36.2rem;
}

.button-group-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.layout1_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #004635b8;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer.hide {
  display: none;
}

.text-color-white-2 {
  color: var(--white);
}

.header-100svh {
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
}

.section_header5 {
  position: relative;
}

.header5_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.button-group-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-5.is-center {
  justify-content: center;
}

.header5_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.layout1_image-2 {
  max-width: 80%;
  margin-top: -36.5rem;
  margin-left: 6rem;
  display: none;
}

.link {
  color: #fff;
}

.max-width-custom {
  max-width: 31rem;
}

.heading-4 {
  letter-spacing: -.1rem;
}

.heading-5, .heading-6, .heading-7, .heading-8, .heading-9 {
  letter-spacing: -.1px;
}

.content1_image {
  width: 100%;
}

.content1_image-wrapper {
  flex: 1;
  width: 100%;
  height: 100%;
}

.content1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
}

.content7_component-flex {
  flex-direction: row;
  display: flex;
}

.content17_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-3 {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.faq-numbers {
  font-size: 1.4rem;
  font-weight: 300;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.summary-text {
  flex-direction: column;
  font-size: .875rem;
  font-weight: 300;
  line-height: 2;
}

.chapters-list {
  margin-top: 0;
  font-family: Work Sans, sans-serif;
}

.accordion-content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header49_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--lightgreen);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.heading-10 {
  color: #fff;
}

.quote-image {
  border-radius: 100%;
  max-width: 8rem;
}

.quote-heading {
  color: #fff;
  text-align: center;
}

.text-size-medium-2 {
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
}

.text-size-medium-2.text-color-white {
  text-align: center;
}

.div-block-5 {
  background-color: var(--lightgreen);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-3 {
  border-radius: 50%;
  max-width: 40%;
}

.text-weight-semibold-2 {
  font-weight: 600;
}

.text-weight-semibold-2.text-color-white {
  margin-bottom: 10px;
}

.heading-11 {
  text-align: right;
  border: 1px #000;
}

.link-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.link-block-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.link-block-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.heading-11-left {
  text-align: left;
  border: 1px #000;
  font-family: Theseasons Reg, sans-serif;
  font-weight: 400;
}

.heading-11-right {
  text-align: right;
  border: 1px #000;
  font-family: Theseasons Reg, sans-serif;
  font-weight: 400;
}

.content17_component_buttons {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar1_link_dropdown {
  color: #fff;
  padding: .5rem 0 .5rem 1rem;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.navbar1_link_dropdown:hover {
  color: #464444;
}

.navbar1_link_dropdown.w--current {
  color: #fff;
}

.header9_component {
  flex-direction: column;
  height: 100svh;
  min-height: 100svh;
  display: flex;
}

.section_header9 {
  display: none;
}

.header9_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.header9_image-wrapper {
  flex: 1;
  position: relative;
}

.header9_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-group-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.header9_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.section_header5-2 {
  display: none;
  position: relative;
}

.button-group-7 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.header5_background-image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-4 {
  max-width: 10%;
  position: relative;
}

.button-group-8 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header47_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.div-block-7 {
  background-color: var(--lightgreen);
}

.div-block-7.padding-large {
  border-radius: 10px;
}

.image-5 {
  border-radius: 50%;
  max-width: 15%;
  margin-bottom: -177px;
  position: relative;
  top: -108px;
}

.div-block-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.heading-12, .heading-13, .heading-14, .heading-15 {
  font-family: Theseasons Reg, sans-serif;
}

.testimonial-wrapper {
  background-color: var(--lightgreen);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  max-height: 18rem;
  padding: 4rem;
  display: flex;
  position: relative;
}

.testimonial-image_wrap {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -20% 0% auto;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 7rem;
  height: 7rem;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
  font-weight: 400;
}

.header5_background-image-lucy, .header5_background-image-ang {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bold-text-5 {
  font-family: Theseasons Reg, sans-serif;
  font-weight: 400;
}

.navbar1_dropdown-link-2 {
  color: #fff;
  padding: .5rem 1rem;
  font-size: .9rem;
  text-decoration: none;
}

.navbar1_dropdown-link-2:hover, .navbar1_dropdown-link-2.w--current {
  color: var(--dark-grey);
}

.navbar1_dropdown-list-2.w--open {
  border: 1px none var(--black);
  background-color: var(--dark-green);
  padding: .5rem;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_component_3 {
  border-bottom: 1px none var(--black);
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar1_link-2 {
  color: #fff;
  padding: .5rem 1rem;
  font-size: .9rem;
  text-decoration: none;
}

.navbar1_link-2:hover {
  color: var(--dark-grey);
}

.navbar1_link-2.w--current {
  color: var(--dark-grey);
  font-size: .9rem;
}

.navbar1_logo-2 {
  z-index: 16;
  position: relative;
}

.text-block-2 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
  font-weight: 200;
  text-decoration: none;
}

.text-block-2:hover {
  color: var(--dark-grey);
}

.link-block-2 {
  text-decoration: none;
}

.header-90-55svh {
  justify-content: flex-start;
  align-items: center;
  min-height: 101svh;
  display: flex;
}

.section_header5-3 {
  margin-top: -75px;
  position: relative;
}

.text-size-medium-3 {
  font-size: 1.125rem;
}

.button-group-9 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.header5_background-image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-size-medium-4 {
  font-size: 1.125rem;
}

.text-size-medium-4.container-xsmall {
  width: 100%;
  max-width: 29rem;
  margin-left: auto;
  margin-right: auto;
}

.section_layout264 {
  position: relative;
}

.section_layout264.background-color-white {
  overflow: hidden;
}

.layout264_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.layout264_background-video-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.layout264_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.icon-1x1-custom {
  max-width: 12%;
}

.layout264_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.home-team_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.home-team_list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.text-size-medium-5 {
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
}

.home-team_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.social-icon-3 {
  color: #eb7b7b;
  width: 1.5rem;
  height: 1.5rem;
}

.home-team_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-team_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

.home-team_component {
  background-color: #edf5f3;
  border-radius: 5px;
}

.home-team_component.padding-custom2 {
  border-radius: 1rem;
  padding: 2rem 2.5rem;
}

.testimonial25_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial25_content {
  background-image: url('../images/greenbg2.png');
  background-position: 50%;
  background-size: cover;
  border: 1px #000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.testimonial25_content.shadow-xlarge {
  background-color: #fff;
  background-image: url('../images/greenbg2.png');
  background-position: 50%;
  background-size: cover;
}

.testimonial25_content.shadow-xlarge:hover {
  transform: scale(1.025);
}

.testimonial25_client-image-wrapper {
  margin-right: 1rem;
}

.testimonial25_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.testimonial25_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial25_rating-icon {
  color: var(--light-coral);
  flex-direction: column;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.home-testimonial_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.home-testimonial_content {
  border: 1px #000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.home-testimonial_content.shadow-xlarge {
  background-color: #fff;
  background-image: none;
}

.home-testimonial_content.shadow-xlarge:hover {
  transform: scale(1.025);
}

.heading-18 {
  font-size: 1rem;
}

.header74_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  width: 64px;
  height: 64px;
  position: absolute;
}

.text-size-medium-7 {
  font-size: 1.125rem;
}

.text-size-medium-7.text-color-white {
  font-family: Theseasons Lt, sans-serif;
}

.header74_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.form-input-4 {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-4:focus {
  border-color: #000;
}

.form-input-4::placeholder {
  color: #0009;
}

.header74_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.header74_lightbox-image {
  object-fit: cover;
}

.home-section_content17 {
  height: auto;
  padding-top: 3rem;
}

.home-content17_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.faq2_component-2 {
  border-bottom: 1px solid var(--black);
}

.faq2_question-2 {
  border-top: 1px solid var(--black);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq2_icon-2 {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.faq2_question-3 {
  cursor: pointer;
  border-top: 1px solid #ddd;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq2_icon-3 {
  align-self: flex-start;
  width: 1.2rem;
  margin-left: 1.5rem;
}

.success-message-2 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.text-size-medium-8 {
  color: #fff;
  font-family: Theseasons Lt, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
}

.form-checkbox-icon-2 {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon-2.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon-2.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.contact-modal4_form-block {
  flex-direction: column;
  align-items: stretch;
}

.faq2_component-3 {
  border-bottom: 1px #000;
}

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-input-5 {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-5:focus {
  border-color: #000;
}

.form-input-5::placeholder {
  color: #0009;
}

.form-input-5.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.contact-modal4_content-wrapper {
  background-color: #e2e2e2;
  background-image: url('../images/greenbg2.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  max-width: 40rem;
  height: 100vh;
  padding: 5rem 4rem;
  position: absolute;
  overflow: scroll;
}

.contact-modal4_content-wrapper.text-color-white {
  background-image: linear-gradient(to bottom, var(--dark-green), var(--dark-green));
  color: #000;
  padding-top: 8rem;
  padding-bottom: 6rem;
}

.button-group-10 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-group-10.is-center {
  justify-content: flex-start;
}

.image-6 {
  max-width: 70%;
}

.heading-19 {
  color: #fff;
}

.contact-modal4_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_contact-modal4 {
  text-align: left;
  position: relative;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #639c8c;
  border: 1px #000;
  margin-left: 5px;
  padding: .55rem 1.5rem;
  font-weight: 400;
}

.button-3:hover {
  background-color: #eac642;
  border-radius: 1px;
}

.button-3.is-secondary {
  background-color: var(--light-coral);
  color: #fff;
  font-weight: 400;
}

.button-3.is-secondary:hover {
  background-color: #639c8c;
  border: 2px #fff;
  border-radius: 0;
}

.field-label-2 {
  color: #fff;
  margin-bottom: .5rem;
  font-family: Theseasons Lt, sans-serif;
  font-weight: 400;
}

.padding-global-copy {
  padding-left: 0%;
  padding-right: 0%;
}

.contact-modal4_close-button {
  margin-top: 5rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.elephant {
  max-width: 4.5rem;
  margin-bottom: 15px;
  margin-left: 10px;
}

.contact-modal4_component {
  z-index: 99;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.contact-modal4_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-9 {
  justify-content: flex-start;
  display: block;
}

.heading-20 {
  text-align: left;
}

.hero-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.h1-hero {
  color: var(--light-grey);
  margin-bottom: 2rem;
  font-family: Theseasons Reg, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 100%;
}

.hero-subtext {
  color: var(--lightestgreen);
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  display: none;
}

.hero-cta {
  background-color: var(--white);
  color: var(--dark-green);
  width: 170px;
  margin-top: .625rem;
  font-weight: 400;
}

.section-box {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 7rem 5%;
  display: flex;
}

.h3-box {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 2.5rem;
  font-weight: 400;
}

.h3-box.left-align {
  text-align: left;
  margin-bottom: .6rem;
  font-size: 2.5rem;
}

.subtext-box {
  color: #22171e;
  text-align: center;
  margin-bottom: 7rem;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.grid-box {
  z-index: 6;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  justify-content: space-between;
  place-items: center;
  position: relative;
}

.gridbox-wrapper {
  border: 3px none var(--light-coral);
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.col-1 {
  padding-bottom: 2rem;
}

.col1-paragraph {
  margin-bottom: 1.25rem;
}

.col1-paragraph.text-size-small {
  margin-bottom: 0;
  display: inline-block;
}

.col1-paragraph.text-size-small.inline, .col1-paragraph.show-more-para {
  display: inline;
}

.col-2 {
  background-image: url('../images/nick-morrison-FHnnjk1Yj7Y-unsplash-min.jpg');
  background-position: 50%;
  background-size: cover;
  width: 450px;
  height: 470px;
}

.box-bottom-shade {
  z-index: 5;
  background-color: var(--lightestgreen);
  height: 67%;
  display: block;
  position: absolute;
  inset: auto 5% 0% 0%;
}

.hero-content {
  flex: 1;
  align-self: center;
  max-width: 80rem;
}

.section-content {
  max-width: 80rem;
}

.section-link {
  font-size: .875rem;
  display: inline-block;
}

.section-link.text-size-small.see-more {
  display: inline-block;
}

.section-link.text-size-small.see-less {
  padding-top: 20px;
}

.border-box {
  border: 5px dashed var(--light-coral);
  padding: 3.5rem;
}

.container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.bottom_faq2_accordion {
  border-bottom: 1px solid #ddd;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.summary-text-normal {
  flex-direction: column;
  font-size: .875rem;
  font-weight: 400;
  line-height: 2;
}

.padding-section-custom2 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 10rem;
  display: flex;
}

.div-block-11 {
  max-width: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.save-25 {
  background-color: var(--lightgreen);
  border-radius: 5px;
  justify-content: center;
  max-width: 5.5rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 6px 6px 9px;
}

.layout290_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.layout178_image-wrapper {
  width: 100%;
  position: relative;
}

.layout290_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.button-group-11 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-11.is-center {
  justify-content: center;
}

.layout290_image {
  width: 100%;
  height: 10%;
}

.course-price-wrapper {
  background-color: var(--lightestgreen);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  max-height: 18rem;
  padding: 4rem;
  display: flex;
  position: relative;
}

.layout264_component_4_column {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.layout299_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.layout299_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.layout299_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-group-12 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-12.is-center {
  justify-content: center;
}

.layout301_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.layout301_image {
  width: 100%;
  height: 100%;
}

.layout301_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.layout301_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.h3-box-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 2.5rem;
  font-weight: 400;
}

.h3-box-2.left-align {
  text-align: left;
  margin-bottom: 3.65rem;
  font-size: 2.5rem;
}

.carousel-wrapper {
  grid-column-gap: 170px;
  grid-row-gap: 170px;
  background-color: var(--lightestgreen);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  padding: 4rem;
  display: flex;
  position: relative;
}

.carousel-component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.bold-text-6 {
  font-weight: 400;
}

.overview-p {
  font-size: .875rem;
}

.navbar-logo-green {
  z-index: 15;
  display: block;
  position: absolute;
  inset: 0%;
}

.faq2_accordion_debtsetup {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: none;
}

.col-2-home {
  background-image: url('../images/olena-sergienko-dIMJWLx1YbE-unsplash-min.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 450px;
  height: 470px;
}

.count-day {
  color: #fff;
  font-size: 2.75rem;
  line-height: 100%;
}

.countdown {
  background-color: #ecf5f4;
  border-radius: 4px;
  flex-flow: column;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.count-mins {
  color: #fff;
  font-size: 2.75rem;
  line-height: 100%;
}

.padding-section-medium-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.count-title {
  color: #fff;
  font-size: 1.12rem;
}

.count-hours {
  color: #fff;
  font-size: 2.75rem;
  line-height: 100%;
}

.countdown-heading, .count-wrap {
  text-align: center;
}

.countdown-count-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #2c5a4f;
  border: 1px #000;
  border-radius: 4px;
  padding: 0;
  display: none;
  position: absolute;
  bottom: -6rem;
  left: 50%;
  transform: translate(-50%);
}

.count-sec {
  color: #fff;
  font-size: 2.75rem;
  line-height: 100%;
}

.heading-21 {
  margin-top: 20px;
  font-size: 2.5rem;
}

.limited-bundles-body {
  padding: 1.5rem 1rem;
}

.text {
  color: #000000a6;
  margin-bottom: -3px;
  font-size: 1rem;
  font-weight: 400;
}

.text.text-white {
  color: #ffffffd9;
  text-align: center;
  width: auto;
}

.save-tag-text {
  flex-direction: column;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-section-medium-3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.text-color-white-3 {
  color: #fff;
  text-align: left;
}

.text-color-white-3.text-center {
  text-align: center;
}

.limited-bundles-title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
}

.save-tag-heading {
  text-align: center;
  padding-bottom: 1.5rem;
}

.limited-bundles-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.save-tag-wrap {
  text-align: center;
  padding-bottom: 2rem;
}

.save-tag {
  color: #fff;
  background-color: #509b87;
  border-radius: 4px;
  padding: 5px 12px 6px;
  font-weight: 500;
  display: inline-block;
}

.limited-time {
  background-color: #2c5a4f;
  background-image: url('../images/oriental-tiles-2.png'), linear-gradient(#326257, #0000), linear-gradient(#326257, #4f9e8b);
  background-position: 0 0, 0 0, 0 0;
  background-size: contain, auto, auto;
  margin-bottom: 16rem;
  padding-bottom: 12rem;
  position: relative;
}

.time-bundles-card-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(1px, 1fr) minmax(1px, 1fr) minmax(1px, 1fr) minmax(1px, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 80rem;
  display: grid;
  position: absolute;
  bottom: -14rem;
  left: 50%;
  transform: translate(-50%);
}

.limited-bundles-image-wrap {
  height: 290px;
}

.left-arrow {
  justify-content: center;
  align-items: flex-start;
  width: 20px;
  height: 23px;
  margin-bottom: 0;
  display: flex;
  right: 80px;
}

.slider-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.65fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.suppory-text-wrap {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 30px;
  font-size: 1.12rem;
}

.suppory-content {
  color: #0009;
  background-image: url('../images/calendar_1calendar.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 35px;
  font-size: 1.12rem;
  font-weight: 400;
}

.suppory-content.degree {
  background-image: url('../images/graduation-cap_1graduation-cap.png');
}

.suppory-content.clock {
  background-image: url('../images/clock_1clock.png');
}

.slide {
  background-color: #ecf5f4;
  border-radius: 20px;
  height: 580px;
  padding: 75px;
}

.padding-section-medium-4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.support-view {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  padding-left: 30px;
  text-decoration: none;
  display: flex;
}

.image-7 {
  width: 20px;
}

.support-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.heading-small {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.2;
}

.image-9 {
  flex: none;
  max-width: 25px;
}

.slider-heading {
  padding-bottom: 1.5rem;
}

.image-8 {
  object-fit: cover;
  width: 100%;
}

.about-heading {
  text-align: center;
  padding-bottom: 3rem;
}

.slider {
  background-color: #0000;
  height: auto;
}

.slide-nav {
  display: none;
}

.right-arrow {
  justify-content: center;
  align-items: flex-start;
  width: 20px;
  height: 23px;
  margin-bottom: 0;
  display: flex;
  bottom: 0;
  left: 95px;
}

.slider-count {
  position: absolute;
  bottom: 4px;
  left: 50.5%;
  transform: translate(-50%);
}

.image-10 {
  max-width: 10%;
  margin-left: .4rem;
}

.view-course-wrap {
  flex-direction: row;
  align-items: center;
  max-width: 40%;
  display: flex;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #4f9e8b;
  border: 2px solid #4f9e8b;
  border-radius: 2px;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.button-4:hover {
  background-color: #eb7b7b;
  border-color: #eb7b7b;
}

.button-4.is-secondary {
  color: #4f9e8b;
  background-color: #0000;
  border-width: 1.5px;
}

.button-4.is-secondary.is-small.is-wide:hover {
  color: #fff;
  background-color: #eb7b7b;
  border-color: #eb7b7b;
}

.button-4.is-small {
  padding: .5rem 1.25rem;
}

.button-4.is-small.is-wide {
  width: 8.9rem;
}

.layout16_component-4 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.padding-section-custom3 {
  padding-top: 11rem;
  padding-bottom: 5rem;
}

.padding-section-custom3.text-align-center {
  padding-top: 0;
  padding-bottom: 8rem;
}

.slide2 {
  background-color: #ecf5f4;
  border-radius: 20px;
  margin-bottom: 74px;
  padding: 75px;
}

.countdown-outer {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.text-block-3 {
  margin-bottom: 21px;
}

.countdown-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.countdown-block {
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 120px;
  margin: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
}

.countdown-time {
  text-align: center;
  font-family: Theseasons Lt, sans-serif;
  font-size: 4rem;
  line-height: 50px;
}

.countdown-detail {
  text-align: center;
  text-transform: uppercase;
  font-family: Theseasons Lt, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.js-clock {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  color: #fff;
  font-family: Theseasons Lt, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 50px;
}

.clock-label {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Theseasons Lt, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.js-clock-2, .js-clock-3, .timer2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.layout16_image-wrapper-ourcourses {
  max-width: 26rem;
}

.padding-section-custom4 {
  padding-top: 10rem;
  padding-bottom: 5rem;
}

.padding-section-custom4.text-align-center {
  padding-top: 0;
  padding-bottom: 8rem;
}

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

.charged_link {
  color: #fff;
  font-family: Work Sans, sans-serif;
  font-size: .9rem;
}

.slider-wrap {
  height: 650px;
}

.home-content17_component_2 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-bottom: 1rem;
  display: grid;
}

.slide-1 {
  background-color: #ecf5f4;
  border-radius: 20px;
  height: 570px;
  padding: 75px;
}

.slide-3, .slide-2, .slide-4 {
  background-color: #ecf5f4;
  border-radius: 20px;
  height: 580px;
  padding: 75px;
}

.heading-23 {
  font-family: Theseasons Reg, sans-serif;
}

.list {
  font-family: Work Sans, sans-serif;
  font-size: .875rem;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_closebutton {
  z-index: 5;
  background-color: var(--lightestgreen);
  cursor: pointer;
  border-radius: .125rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  display: flex;
  position: relative;
}

.cookie-modal_closebutton:hover {
  background-color: #c6ddd7;
}

.cookie-modal_closebutton.is-sticky {
  position: sticky;
  top: -1rem;
}

.cookie-modal_component {
  border: 1px solid var(--lightgreen);
  color: #22171e;
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Work Sans, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.5;
  display: flex;
  position: relative;
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_closebutton_line {
  background-color: #2b2b2b;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-family: Theseasons Reg, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--lightestgreen);
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-modal_button-wrap.in-pref-manger {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 2rem -2rem -2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.cookie-modal_button {
  border: 1px solid var(--lightgreen);
  background-color: var(--lightgreen);
  color: #fff;
  text-align: center;
  border-radius: .125rem;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.cookie-modal_button:hover {
  border-color: var(--dark-green);
  background-color: var(--dark-green);
}

.cookie-modal_button.is-secondary {
  color: var(--lightgreen);
  background-color: #0000;
}

.cookie-modal_button.is-secondary:hover {
  background-color: var(--dark-green);
  color: var(--white);
}

.ck-cookie-w {
  z-index: 9500;
  max-width: 25rem;
  display: none;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.cookie-modal_link {
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-preference_component {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.cookie-preference_wrapper {
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.cookie-preference_background {
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: #32625780;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cookie-modal_radio_description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 300;
}

.cookie-modal_radio {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio.is--not-allowed {
  cursor: not-allowed;
}

.cookie-modal_form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.cookie-modal_form-wrap {
  margin-bottom: 0;
}

.cookie-modal_radio_button {
  float: left;
  border: 1.75px solid var(--dark-grey);
  border-radius: .125rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 1px;
  margin-left: -1.75rem;
}

.cookie-modal_radio_button.w--redirected-checked {
  border: 1px solid var(--dark-green);
  background-color: var(--dark-green);
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-radius: .125rem;
}

.cookie-modal_radio_button.w--redirected-focus {
  box-shadow: none;
  border-radius: .125rem;
}

.cookie-modal_radio_button.is-always-active {
  border-color: var(--dark-green);
  background-color: var(--dark-green);
  cursor: not-allowed;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
}

.cookie-modal_radio_label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: 1rem;
  font-weight: 500;
}

.list-2, .list-3, .list-4, .list-5, .list-6, .list-item {
  list-style-type: none;
}

.link-6 {
  color: #fff;
  font-family: Work Sans, sans-serif;
  font-size: .9rem;
}

.link-7 {
  color: #fff;
}

.course-modules {
  margin-bottom: -2rem;
}

.gridbox-wrapper2 {
  border: 3px none var(--light-coral);
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.h3-box2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 2.5rem;
  font-weight: 400;
}

.h3-box2.left-align {
  text-align: left;
  font-size: 2.5rem;
}

.col1-paragraph2 {
  margin-bottom: 1.25rem;
}

.box-bottom-shade2 {
  z-index: 5;
  background-color: var(--lightestgreen);
  height: 70%;
  display: block;
  position: absolute;
  inset: auto 5% 0% 0%;
}

.grid-box2 {
  z-index: 6;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  justify-content: space-between;
  place-items: center;
  position: relative;
}

.see-less {
  cursor: pointer;
  font-size: .875rem;
  display: inline-block;
}

.inline-para {
  padding-top: 20px;
  font-size: .875rem;
  display: block;
  overflow: hidden;
}

.col2-paragraph {
  margin-bottom: 1.25rem;
}

.col2-paragraph.text-size-small {
  display: inline-block;
}

.col2-paragraph.text-size-small.inline, .col2-paragraph.show-more-para {
  display: inline;
}

.section_header_tiles {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/oriental-tiles-2.png'), linear-gradient(#326257, #4f9e8b), linear-gradient(#326257, #0000);
  background-position: 0 0, 0 0, 0 0;
  background-size: cover, auto, auto;
  background-clip: border-box;
}

.other-courses-h3 {
  text-align: center;
  margin-bottom: .5rem;
}

.header69_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer-2 {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.section_header69 {
  background-image: linear-gradient(#226656c9, #226656c9), url('../images/hero-min.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  position: relative;
}

.header69_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.image-overlay-layer-3 {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.blog33_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog33_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog33_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.blog33_author-image-wrapper {
  margin-right: 1rem;
}

.blog33_component {
  flex-direction: column;
  align-items: center;
}

.blog33_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.blog33_category-link {
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog33_category-link.w--current {
  border-bottom: 2px solid #000;
}

.blog3_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.blog33_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog33_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blog33_date-wrapper {
  align-items: center;
  display: flex;
}

.blog33_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.blog1_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
}

.blog1_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.blog1_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog1_author-text {
  display: none;
}

.blog1_category-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.blog1_category-link {
  background-color: var(--lightgreen);
  color: var(--white);
  border-radius: 5px;
  margin-bottom: .5rem;
  margin-right: 1rem;
  padding: .25px .5px;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog1_category-link.w--current {
  border-bottom: 2px solid #000;
}

.blog1_image-wrapper {
  width: 100%;
  margin-bottom: 1.5rem;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blog1_date-wrapper {
  align-items: center;
  display: flex;
}

.blog_item_content {
  background-color: var(--lightestgreen);
  border: 1px #000;
  border-radius: 15px;
  flex: 0 auto;
  padding: 30px;
  text-decoration: none;
}

.blog1_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.blog1_author-image-wrapper {
  margin-right: 1rem;
  display: none;
}

.blog1_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.blog1_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog1_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.blog1_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog1_menu-link {
  white-space: nowrap;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1rem;
  font-family: Theseasons Lt, sans-serif;
  text-decoration: none;
}

.blog1_menu-link.w--current {
  border-color: var(--black);
}

.blog1_menu-link.current.w--current {
  border-style: none;
  font-family: Theseasons Reg, sans-serif;
}

.blog-post-header1_social-link {
  background-color: var(--light-grey);
  border-radius: 20px;
  padding: .25rem;
}

.blog-post-header1_date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.blog-post-header1_author-text {
  display: none;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.blog-post-header1_image {
  object-fit: cover;
  max-width: 60vw;
  position: static;
  inset: 0%;
}

.blog-post-header1_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.blog-post-header1_author-wrapper {
  align-items: center;
  display: flex;
}

.blog-post-header1_content-top {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.blog-post-header1_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
}

.blog-post-header1_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog-post-header1_author-image-wrapper {
  margin-right: 1rem;
  display: none;
}

.blog-post-header1_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.blog-post-header1_image-wrapper.max-width-large {
  padding-top: 0%;
}

.blog-post-header1_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-post-header1_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.breadcrumb-link {
  color: var(--black);
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.image-overlay-layer-4 {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer-5 {
  z-index: 1;
  background-color: #226656c9;
  position: absolute;
  inset: 0%;
}

.section_header69-2 {
  position: relative;
}

.blog1_menu-link-2 {
  white-space: nowrap;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1rem;
  font-family: Theseasons Lt, sans-serif;
  text-decoration: none;
}

.blog1_menu-link-2.w--current {
  border-color: var(--black);
}

.collection-item {
  display: flex;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
}

.padding-section-blog {
  padding-top: 7rem;
  padding-bottom: 0;
}

.padding-section-blog.quote-div {
  background-color: var(--lightgreen);
  border-radius: 8px;
}

.text-block-4 {
  text-align: left;
  font-family: Theseasons Reg, sans-serif;
}

.link-block-3 {
  text-decoration: none;
  display: flex;
}

.navbar1_component_4 {
  border-bottom: 1px none var(--black);
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar1_logo-2-copy {
  z-index: 16;
  position: relative;
}

.navbar1_link-2-copy {
  color: var(--dark-green);
  padding: .5rem 1rem;
  font-size: .9rem;
  text-decoration: none;
}

.navbar1_dropdown-toggle-copy {
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: Open Sans, sans-serif;
}

.navbar1_dropdown-toggle-copy:hover {
  color: var(--dark-grey);
}

.navbar1_dropdown-toggle-copy.text-color-white {
  padding-left: .5rem;
}

.navbar1_link-2-copy {
  padding: .5rem 1rem;
  font-size: .9rem;
  text-decoration: none;
}

.navbar1_link-2-copy:hover {
  color: var(--dark-grey);
}

.navbar1_link-2-copy.w--current {
  color: var(--dark-grey);
  font-size: .9rem;
}

.text-block-2-copy {
  color: var(--dark-green);
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
  font-weight: 200;
  text-decoration: none;
}

.text-block-2-copy:hover {
  color: var(--dark-grey);
}

.dropdown-icon-copy {
  color: var(--dark-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: .8rem;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.filter-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-5 {
  text-align: center;
}

.filter-button {
  border: 1px none var(--white);
  background-color: var(--lightgreen);
  margin-right: 10px;
}

.filter-button:hover {
  color: var(--dark-grey);
  background-color: #fff;
}

.filter-button.shadow-medium {
  width: 170px;
  font-size: .875rem;
  font-weight: 300;
}

.filter-button.shadow-medium.hide-filter-button {
  display: none;
}

.text-block-5 {
  font-family: Theseasons Lt, sans-serif;
}

.text-block-5:hover {
  font-family: Theseasons Reg, sans-serif;
}

.text-block-6 {
  font-family: Theseasons Lt, sans-serif;
}

.header60_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.image-overlay-layer-6 {
  z-index: 1;
  background-image: url('../images/oriental-tiles-2.png'), linear-gradient(#326257, #326257), linear-gradient(#326257, #fff);
  background-position: 0 0, 0 0, 0 0;
  background-size: cover, auto, auto;
  position: absolute;
  inset: 0%;
}

.header60_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_header60 {
  position: relative;
}

.header60_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.padding-section-custom5 {
  padding-top: 5rem;
  padding-bottom: 0;
}

.padding-section-custom5.text-align-center {
  padding-top: 0;
  padding-bottom: 8rem;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar1_dropdown-link-3 {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link-3.w--current {
  color: var(--black);
}

.navbar1_dropdown-list-3.w--open {
  border: 1px solid var(--black);
  background-color: var(--white);
  padding: .5rem;
}

.navbar1_dropdown-toggle-2 {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar1_component-2 {
  border-bottom: 1px solid var(--black);
  background-color: var(--white);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar1_logo-link-2 {
  padding-left: 0;
}

.navbar1_link-3 {
  padding: .5rem 1rem;
}

.navbar1_link-3.w--current {
  color: var(--black);
}

.navbar1_dropdown-link-4 {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link-4.w--current {
  color: var(--black);
}

.navbar1_dropdown-link-5 {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link-5.w--current {
  color: var(--black);
}

.navbar1_link-2-copy-copy {
  padding: .5rem 1rem;
  font-size: .9rem;
  text-decoration: none;
}

.navbar1_link-2-copy-copy.blog-link.w--current {
  display: block;
}

.button-group-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 7rem;
  display: flex;
}

.gallery21_image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.gallery21_lightbox-link, .gallery21_image-wrapper {
  width: 100%;
}

.gallery21_arrow-icon {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.gallery21_arrow {
  border: 1px solid var(--black);
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.gallery21_arrow.is-left {
  right: 4rem;
}

.gallery21_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.gallery21_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.gallery21_slide {
  padding-right: 2rem;
}

.section_gallery21 {
  overflow: hidden;
}

.max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.gallery21_mask {
  width: 50%;
  overflow: visible;
}

.gallery12_row {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: start center;
}

.gallery12_image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery12_image.shadow-xxlarge {
  border-width: 4px;
  border-color: #000;
  border-radius: 4px;
}

.gallery12_lightbox-link {
  width: 100%;
  height: 100%;
  padding: 1rem;
}

.gallery12_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.gallery12_image-wrapper {
  width: 100%;
}

.explore-courses-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-section-custom6 {
  padding-top: 10rem;
  padding-bottom: 5rem;
}

.padding-section-custom6.text-align-center {
  padding-top: 0;
  padding-bottom: 8rem;
}

.heading-24 {
  color: #eb7b7b;
  text-align: center;
}

.heading-24.margin-bottom.margin-xsmall {
  color: #22171e;
}

.services-text {
  text-align: center;
}

.heading-25 {
  color: #eb7b7b;
  text-align: center;
}

.bold-text-7 {
  font-weight: 400;
}

.padding-section-custom7 {
  padding-top: 0;
  padding-bottom: 5rem;
}

.padding-section-custom7.text-align-center {
  padding-top: 0;
  padding-bottom: 8rem;
}

.heading-style-h5-2 {
  color: #eb7b7b;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.layout34_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1.5rem;
}

.layout34_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout34_item {
  display: flex;
}

.layout34_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.layout264_component_4_column-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.layout264_component_4_column-2.margin-bottom.margin-medium {
  grid-template-columns: 1fr 1fr;
}

.image-overlay-layer-7 {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.layout37_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.section_layout37 {
  position: relative;
}

.text-weight-semibold {
  font-weight: 600;
}

.layout37_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-26 {
  color: #22171e;
  text-align: center;
}

.heading-26.margin-bottom.margin-xsmall {
  color: #22171e;
}

.heading-27 {
  color: #fff;
  text-align: center;
}

.layout264_component_4_column-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.button-group-13 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-group-13.is-center {
  justify-content: flex-start;
}

.portfolio8_item-link {
  background-color: #edf5f3;
  border-radius: 5px;
  flex-direction: column;
  height: 530px;
  margin-bottom: 1.5rem;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.portfolio8_title-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.portfolio8_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 250px;
}

.portfolio8_item {
  border: 1px solid var(--black);
}

.portfolio8_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.heading-style-h5-3 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.portfolio8_tag-item {
  border-radius: 5px;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.portfolio8_tag-item.w--current {
  border-bottom: 2px solid #000;
}

.portfolio8_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.portfolio8_component {
  flex-direction: column;
  align-items: center;
}

.portfolio8_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.portfolio8_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.text-block-7, .text-block-8 {
  color: var(--light-coral);
}

.image-overlay-layer-8 {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.section_header54 {
  position: relative;
}

.header54_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header54_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.section_header50 {
  position: relative;
}

.image-overlay-layer-9 {
  z-index: 1;
  background-color: #00000080;
  background-image: linear-gradient(to right, #00000085, #fff0);
  position: absolute;
  inset: 0%;
}

.header50_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.header50_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header36_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.header36_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header36_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.layout3_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout3_image {
  width: 100%;
  height: 100%;
}

.padding-section-custom8 {
  padding-top: 6rem;
  padding-bottom: 11rem;
}

.padding-section-custom8.text-align-center {
  padding-top: 0;
  padding-bottom: 8rem;
}

.portfolio16_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.portfolio16_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  margin-top: 1rem;
  display: flex;
}

.portfolio16_image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
  height: 100%;
}

.portfolio16_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.portfolio16_title-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.portfolio16_list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio16_item {
  grid-column-gap: 5rem;
  border-top: 1px none var(--black);
  background-color: #edf5f3;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 20px;
  display: grid;
}

.portfolio16_item:last-child {
  padding-bottom: 0;
}

.portfolio16_image-link {
  width: 100%;
}

.portfolio16_content-top {
  padding: 30px;
}

.portfolio16_component {
  flex-direction: column;
  align-items: center;
}

.portfolio16_tag-item {
  background-color: var(--lightgreen);
  border-radius: 5px;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.portfolio16_tag-item.w--current {
  border-bottom: 2px solid #000;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.text-block-9, .text-block-10 {
  font-family: Theseasons Reg, sans-serif;
}

.portfolio16_image-2 {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.portfolio16_item-2 {
  grid-column-gap: 5rem;
  border-top: 1px none var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
}

.portfolio16_item-2:last-child {
  padding-bottom: 0;
}

.dropdown-filter-wrapper {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.search-parent {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.select-field {
  color: var(--white);
  background-color: #4f9e8b;
  border-radius: 5px;
  max-width: 10rem;
  font-weight: 300;
}

.select-field-2 {
  color: var(--white);
  background-color: #df7475;
  border-radius: 5px;
  max-width: 10rem;
  font-weight: 300;
}

.portfolio16_tag-item-2 {
  background-color: #df7475;
  border-radius: 5px;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.portfolio16_tag-item-2.w--current {
  border-bottom: 2px solid #000;
}

.text-block-11 {
  font-family: Work Sans, sans-serif;
}

.text-block-12, .text-block-13 {
  color: var(--white);
  font-family: Theseasons Reg, sans-serif;
  font-weight: 300;
}

.portfolio-header10_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  margin-top: 1.5rem;
  display: flex;
}

.padding-section-medium-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.portfolio-header10_tag-item {
  background-color: var(--light-grey);
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.portfolio-header10_tag-item.w--current {
  border-bottom: 2px solid #000;
}

.portfolio-header10_image-wrapper {
  flex: 1;
  position: relative;
}

.portfolio-header10_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.portfolio-header10_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.portfolio-header10_component {
  flex-direction: column;
  height: 100svh;
  min-height: 100svh;
  display: flex;
}

.portfolio-header6_image-wrapper {
  flex: 1;
  position: relative;
}

.portfolio-header6_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  margin-top: 1.5rem;
  display: flex;
}

.portfolio-header6_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.portfolio-header6_tag-item {
  background-color: var(--light-grey);
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.portfolio-header6_tag-item.w--current {
  border-bottom: 2px solid #000;
}

.portfolio-header6_component {
  flex-direction: column;
  height: 100svh;
  min-height: 100svh;
  display: flex;
}

.portfolio-header6_metatag-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio-header6_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.rich-text-block {
  display: none;
}

.portfolio-header8_100vh {
  align-items: flex-end;
  min-height: 70svh;
  max-height: 60rem;
  display: flex;
}

.section_portfolio-header8 {
  position: relative;
}

.portfolio-header8_background-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.portfolio-header8_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  margin-top: 1.5rem;
  display: flex;
}

.portfolio-header8_overlay {
  z-index: 1;
  background-color: #0009;
  position: absolute;
  inset: 0%;
}

.portfolio-header8_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.portfolio-header8_metatag-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio-header8_tag-item {
  background-color: var(--lightgreen);
  border-radius: 5px;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.portfolio-header8_tag-item.w--current {
  border-bottom: 2px solid #000;
}

.portfolio-header8_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.image-11 {
  max-width: 90%;
}

.image-12 {
  max-width: 7.3rem;
}

.portfolio16_tag-item-2-alternate {
  background-color: #eb7b7bf2;
  border-radius: 5px;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.portfolio16_tag-item-2-alternate.w--current {
  border-bottom: 2px solid #000;
}

.customer-intro {
  color: #fff;
  font-size: .875rem;
}

.accordion-paragraph, .rich-text-block-2 {
  font-size: .875rem;
}

.case-study-logo {
  max-width: 8rem;
}

.case-study-logo.margin-bottom.margin-small {
  max-width: 6.5rem;
}

.navbar1_dropdown-sub-link {
  color: #fff;
  padding: .5rem 1rem;
  font-size: .9rem;
}

.navbar1_dropdown-sub-link:hover, .navbar1_dropdown-sub-link.w--current {
  color: var(--dark-grey);
}

.navbar1_link-2-copy-copy {
  color: var(--dark-green);
  padding: .5rem 1rem;
  font-size: .9rem;
  text-decoration: none;
}

.navbar1_link-2-copy-copy:hover {
  color: var(--dark-grey);
}

.navbar1_link-2-copy-copy.w--current {
  color: var(--dark-grey);
  font-size: .9rem;
}

.logo6_logo {
  max-height: 3.5rem;
}

.logo6_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.logo6_wrapper {
  background-color: var(--light-grey);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: .875rem;
  display: flex;
}

.text-size-small-2 {
  font-size: .875rem;
}

.text-size-small-2.text-weight-semibold.text-inline {
  display: inline;
}

.footer4_link-list-copy {
  grid-column-gap: 1.5rem;
  grid-row-gap: 10px;
  white-space: normal;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: flex;
}

.email-link {
  color: var(--white);
  font-family: Work Sans, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.email-link:hover {
  color: var(--dark-grey);
}

.div-block-16 {
  display: flex;
}

.block-quote {
  font-family: Work Sans, sans-serif;
  font-style: italic;
}

.portfolio-header8_70vh {
  align-items: flex-end;
  min-height: 70svh;
  max-height: 60rem;
  display: flex;
}

.heading-28 {
  display: none;
}

.home-team_item--ang {
  flex-direction: column;
  align-items: stretch;
}

.testimonial-header-hidden {
  display: none;
}

.blog_tag-item {
  background-color: var(--lightgreen);
  color: var(--white);
  border-radius: 5px;
  padding: .25rem .5rem;
  font-family: Theseasons Reg, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.blog_tag-item.w--current {
  border-bottom: 2px solid #000;
}

.blog34_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.blog34_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog34_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.blog34_component {
  flex-direction: column;
  align-items: center;
}

.blog34_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.heading-style-h5-4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.blog34_category-link {
  background-color: var(--lightgreen);
  color: var(--white);
  border-radius: 5px;
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-family: Theseasons Lt, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog34_category-link.w--current {
  border-bottom: 2px solid #000;
}

.text-size-regular-2 {
  font-family: Work Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.blog34_meta-wrapper {
  margin-bottom: 1rem;
}

.blog34_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.blog34_image {
  aspect-ratio: 3 / 2;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.blog34_item {
  margin-bottom: 3rem;
  padding: 20px;
}

.collection-item-3 {
  padding-left: 0;
}

.filter-wrapper-blog {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.collection-list-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.next {
  background-color: var(--lightgreen);
  color: #fff;
  border-style: none;
}

.next:hover {
  background-color: var(--dark-green);
}

.previous {
  background-color: var(--lightgreen);
  color: #fff;
  border-style: none;
}

.previous:hover {
  background-color: var(--dark-green);
}

.heading-29 {
  display: none;
}

.layout3_component-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  display: grid;
}

.navbar_list_dropdown {
  color: var(--white);
  margin-top: 0;
  padding-left: 2.25rem;
}

.min-width-medium {
  min-width: 16rem;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-medium.buttons-desktop {
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small.home-content17-h4 {
    font-size: 1rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-small {
    margin-left: auto;
    margin-right: auto;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-left.padding-custom3 {
    display: none;
  }

  .padding-left.padding-custom3.text-align-left.overview-p, .padding-left.padding-custom3.text-align-left.overview-p-slide {
    display: block;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .button-group {
    flex-direction: row;
    display: none;
  }

  .text-color-white.margin-top.margin-small.header, .text-color-white.margin-top.margin-small.header-mini-courses {
    max-width: 18rem;
  }

  .text-color-white.quote-heading {
    font-size: 2rem;
  }

  .padding-section-small.tablet-section {
    padding-bottom: 0;
    display: block;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: block;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .menu-icon1_line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    background-color: var(--dark-green);
    background-color: #336359de;
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .menu-icon1_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon1 {
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    max-width: 20%;
    margin-left: 0;
    margin-right: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: .875rem;
    display: flex;
  }

  .menu-icon1_line-top {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: .95rem auto auto 6rem;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner {
    color: var(--lightgreen);
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .layout16_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout16_content {
    flex-direction: column;
    display: flex;
  }

  .footer8_top-wrapper {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .footer8_form-block {
    min-width: auto;
  }

  .footer8_bottom-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .padding-section-custom1 {
    padding-top: 11.1rem;
    padding-bottom: 1rem;
  }

  .footer10_social-list {
    margin-bottom: 2rem;
  }

  .layout16_component-3 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-3 {
    font-size: 2rem;
  }

  .footer8_top-wrapper-2 {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .footer4_logo-link {
    text-align: center;
  }

  .footer4_link-list {
    grid-template-rows: auto auto auto auto;
    justify-items: center;
    display: flex;
  }

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .footer4_link {
    font-weight: 300;
  }

  .layout1_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout1_image-2 {
    max-width: 100%;
    margin-top: -32.1rem;
    margin-left: 0;
    display: block;
  }

  .content1_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .content17_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: .25fr .5fr .25fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .accordion-content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
    display: flex;
  }

  .header49_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    display: flex;
  }

  .quote-image {
    max-width: 15%;
    position: absolute;
  }

  .quote-heading {
    max-width: 32rem;
    font-size: 1.8rem;
  }

  .link-block-left {
    align-items: flex-start;
  }

  .heading-11-left, .heading-11-right {
    font-size: 1.2rem;
  }

  .content17_component_buttons {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: .25fr .5fr .25fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar1_link_dropdown {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .header9_content-wrapper, .header47_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .image-5 {
    max-width: 90px;
  }

  .menu-icon1_line-middle-2 {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_dropdown-link-2 {
    width: auto;
    padding: .75rem 0 .75rem .75rem;
  }

  .menu-icon1_line-bottom-2 {
    background-color: var(--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_dropdown-list-2 {
    background-color: var(--dark-green);
    display: block;
    position: relative;
    overflow: hidden;
  }

  .navbar1_dropdown-list-2.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .menu-icon1_line-top-2 {
    background-color: var(--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link-2 {
    width: auto;
    padding: .75rem 0;
    font-size: .875rem;
  }

  .layout264_component {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .icon-1x1-custom {
    max-width: 8%;
  }

  .home-team_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .home-testimonial_component {
    grid-template-columns: 1fr 1fr;
  }

  .header74_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .home-content17_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: .25fr .5fr .25fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .contact-modal4_content-wrapper {
    width: 80%;
    max-width: none;
    padding: 4rem 3rem;
  }

  .button-group-10 {
    justify-content: flex-start;
  }

  .button-3 {
    margin-left: 0;
  }

  .contact-modal4_component {
    z-index: 730;
    position: sticky;
  }

  .h1-hero {
    font-size: 3.2rem;
  }

  .section-box {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .h3-box {
    font-size: 2.3rem;
  }

  .h3-box.left-align {
    margin-bottom: 1rem;
    font-size: 2.3rem;
  }

  .subtext-box {
    font-size: 1rem;
  }

  .grid-box {
    grid-template-columns: 1fr;
  }

  .gridbox-wrapper {
    border-style: none;
    padding: 0;
  }

  .col-2 {
    width: 100%;
    height: 500px;
  }

  .box-bottom-shade {
    height: 40%;
    display: none;
  }

  .border-box {
    padding: 2.5rem;
  }

  .div-block-10 {
    grid-template-columns: .25fr 1.25fr;
  }

  .layout290_component {
    grid-template-columns: 1fr 1fr;
  }

  .layout264_component_4_column {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .layout299_list, .layout301_list {
    grid-template-columns: 1fr 1fr;
  }

  .h3-box-2 {
    font-size: 2.3rem;
  }

  .h3-box-2.left-align {
    margin-bottom: 1.75rem;
    font-size: 2.3rem;
  }

  .carousel-component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .col-2-home {
    width: 100%;
    height: 500px;
  }

  .padding-section-medium-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .limited-bundles-body {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .padding-section-medium-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .limited-bundles-title {
    color: #fefefe;
  }

  .limited-time {
    margin-bottom: 4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .time-bundles-card-wrap {
    grid-template-columns: minmax(1px, 1fr) minmax(1px, 1fr);
    max-width: 100%;
    padding-top: 5rem;
    position: static;
    transform: none;
  }

  .slider-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .slide {
    height: 1020px;
  }

  .padding-section-medium-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .slider-image {
    max-width: 360px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-22 {
    font-size: 2rem;
  }

  .layout16_component-4 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-section-custom3 {
    padding-top: 11.1rem;
    padding-bottom: 1rem;
  }

  .slide2 {
    height: 990px;
  }

  .padding-section-custom4 {
    padding-top: 9rem;
    padding-bottom: 6rem;
  }

  .slider-wrap {
    height: 1070px;
  }

  .home-content17_component_2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: .25fr .5fr .25fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .slide-1, .slide-3, .slide-2, .slide-4 {
    height: 1000px;
  }

  .gridbox-wrapper2 {
    border-style: none;
    padding: 0;
  }

  .h3-box2, .h3-box2.left-align {
    font-size: 2.3rem;
  }

  .box-bottom-shade2 {
    height: 40%;
    display: none;
  }

  .grid-box2 {
    grid-template-columns: 1fr;
  }

  .blog33_list {
    grid-template-columns: 1fr 1fr;
  }

  .blog1_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .blog-post-header1_image-wrapper {
    padding-top: 56.25%;
  }

  .blog-post-header1_title-wrapper {
    margin-bottom: 4rem;
  }

  .collection-item {
    width: 100%;
    display: flex;
  }

  .collection-list {
    flex-direction: row;
    display: flex;
  }

  .padding-section-blog {
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .link-block-3 {
    display: flex;
  }

  .navbar1_link-2-copy {
    color: #fff;
    width: auto;
    padding: .75rem 0;
    font-size: .875rem;
  }

  .navbar1_dropdown-toggle-copy {
    justify-content: space-between;
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: .875rem;
    display: flex;
  }

  .navbar1_link-2-copy {
    width: auto;
    padding: .75rem 0;
    font-size: .875rem;
  }

  .text-block-2-copy {
    color: #fff;
  }

  .dropdown-icon-copy {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    display: none;
    inset: .95rem auto auto 6rem;
  }

  .menu-icon2 {
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-top-2-copy {
    background-color: var(--white);
    color: var(--dark-green);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header60_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .padding-section-custom5 {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .menu-icon1_line-middle-3 {
    background-color: var(--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar1_dropdown-link-3 {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .menu-icon1_line-bottom-3 {
    background-color: var(--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-dropdown-2 {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon1-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_dropdown-list-3 {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list-3.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_dropdown-toggle-2 {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-top-3 {
    background-color: var(--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link-3 {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner-2 {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle-4 {
    background-color: var(--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_dropdown-link-4 {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .menu-icon1_line-bottom-4 {
    background-color: var(--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-dropdown-3 {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon1-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner-3 {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle-5 {
    background-color: var(--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_dropdown-link-5 {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .menu-icon1_line-bottom-5 {
    background-color: var(--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-dropdown-4 {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon1-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner-4 {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link-2-copy-copy {
    width: auto;
    padding: .75rem 0;
    font-size: .875rem;
  }

  .padding-section-custom6 {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .padding-section-custom7 {
    padding-top: 9rem;
    padding-bottom: 6rem;
  }

  .layout34_component {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

  .layout264_component_4_column-2, .layout264_component_4_column-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .button-group-13 {
    justify-content: flex-start;
  }

  .portfolio8_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .header36_image {
    height: auto;
    max-height: none;
  }

  .header36_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .header36_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .layout3_image-wrapper {
    display: none;
  }

  .layout3_component {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

  .padding-section-custom8 {
    padding-top: 9rem;
    padding-bottom: 6rem;
  }

  .portfolio16_item {
    grid-column-gap: 3rem;
    padding: 0 0 1.4rem;
  }

  .portfolio16_item-2 {
    grid-column-gap: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-medium-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .portfolio-header10_content-wrapper, .portfolio-header6_content-wrapper, .portfolio-header8_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .navbar1_dropdown-sub-link {
    width: auto;
    padding: .75rem;
  }

  .navbar1_link-2-copy-copy {
    color: #fff;
    width: auto;
    padding: .75rem 0;
    font-size: .875rem;
  }

  .footer4_link-list-copy {
    grid-template-rows: auto auto auto auto;
    justify-items: center;
    display: flex;
  }

  .div-block-16 {
    justify-content: center;
  }

  .blog34_list {
    grid-template-columns: 1fr 1fr;
  }

  .layout3_component-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 5rem;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-small.text-align-left.view-course {
    padding-left: 0;
  }

  .margin-top.margin-custom3 {
    margin-top: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small.description {
    display: block;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-left.padding-custom3 {
    display: block;
  }

  .padding-left.padding-custom3.text-align-left.overview-p, .padding-left.padding-custom3.text-align-left.overview-p-slide {
    padding-left: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .text-color-white.margin-top.margin-small.header, .text-color-white.margin-top.margin-small.header-mini-courses {
    max-width: 25rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-small.tablet-section {
    max-width: 31rem;
    padding-top: 0;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .dropdown-icon {
    top: .95rem;
    left: 6rem;
    right: auto;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .layout16_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout16_content {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 14px;
    display: flex;
  }

  .footer8_credit-text {
    margin-top: 2rem;
  }

  .footer8_top-wrapper {
    grid-row-gap: 2.5rem;
  }

  .footer8_link-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: start;
    width: 100%;
  }

  .footer8_bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer8_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: start;
  }

  .faq2_question {
    padding: 1rem;
  }

  .faq2_icon {
    width: 1.75rem;
  }

  .padding-section-custom1 {
    padding-top: 8.5rem;
    padding-bottom: .6rem;
  }

  .layout16_component-3 {
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .button-group-3 {
    justify-content: flex-start;
  }

  .footer8_credit-text-2 {
    margin-top: 2rem;
  }

  .footer8_top-wrapper-2 {
    grid-row-gap: 2.5rem;
  }

  .footer4_credit-text {
    margin-top: 1rem;
  }

  .footer4_link-list {
    grid-column-gap: .25rem;
    grid-row-gap: 5px;
    text-align: left;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: max-content 1fr 1fr 1fr;
    grid-auto-columns: max-content;
    grid-auto-flow: row;
    justify-items: center;
    display: flex;
  }

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
    padding-bottom: 1rem;
  }

  .footer4_link {
    text-align: center;
  }

  .layout1_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .section_header5 {
    height: 23rem;
  }

  .layout1_image-2 {
    display: none;
  }

  .content1_component {
    grid-template-columns: 1fr;
  }

  .content17_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         "."
                         "Area";
    grid-auto-flow: row;
  }

  .accordion-content {
    grid-template-columns: 1fr;
  }

  .header49_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .quote-image {
    max-width: 15%;
  }

  .quote-heading {
    max-width: 24rem;
    font-size: 1.6rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .content17_component_buttons {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .header9_component {
    height: auto;
    max-height: 0;
  }

  .section_header9 {
    display: block;
  }

  .header9_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .header9_image-wrapper {
    max-height: 500px;
  }

  .header9_background-image {
    object-position: 50% 37%;
  }

  .section_header5-2 {
    display: block;
  }

  .div-block-6 {
    max-height: 21rem;
  }

  .image-4 {
    max-width: 12%;
    position: relative;
    top: 76%;
    left: .8rem;
  }

  .header47_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .image-5 {
    max-width: 90px;
    margin-top: -80px;
  }

  .heading-16 {
    font-size: 1.1rem;
  }

  .heading-17 {
    font-weight: 400;
  }

  .header5_background-image-lucy, .header5_background-image-ang {
    object-position: 50% 29%;
  }

  .navbar1_component_3 {
    height: auto;
    min-height: 4rem;
  }

  .text-size-medium-3, .text-size-medium-4 {
    font-size: 1rem;
  }

  .layout264_component, .home-team_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-5 {
    font-size: 1rem;
  }

  .home-team_image-wrapper {
    height: 100%;
  }

  .text-size-medium-6 {
    font-size: 1rem;
  }

  .testimonial25_content {
    padding: 1.5rem;
  }

  .testimonial25_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial25_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .home-testimonial_component {
    grid-template-columns: 1fr;
  }

  .home-testimonial_content {
    padding: 1.5rem;
  }

  .text-size-medium-7 {
    font-size: 1rem;
  }

  .home-content17_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         "."
                         "Area";
    grid-auto-flow: row;
  }

  .faq2_question-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq2_icon-2 {
    width: 1.75rem;
  }

  .faq2_question-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq2_icon-3 {
    width: 1.3rem;
  }

  .text-size-medium-8 {
    font-size: 1rem;
  }

  .form-field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .contact-modal4_content-wrapper {
    width: 90%;
    padding-bottom: 7rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h1-hero {
    font-size: 3rem;
  }

  .hero-subtext, .hero-cta {
    font-size: 1rem;
  }

  .section-box {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .h3-box {
    text-align: left;
    font-size: 2rem;
  }

  .h3-box.left-align {
    font-size: 2rem;
  }

  .subtext-box {
    text-align: left;
    font-size: 1rem;
  }

  .gridbox-wrapper {
    padding: 0;
  }

  .col1-paragraph {
    font-size: 1rem;
  }

  .col1-paragraph.text-size-small, .section-link.text-size-small.see-more, .section-link.text-size-small.see-less {
    font-size: .875rem;
  }

  .border-box {
    padding: 2rem;
  }

  .div-block-10 {
    grid-template-columns: .25fr .5fr;
  }

  .layout290_component, .layout264_component_4_column, .layout299_list, .layout301_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .h3-box-2 {
    text-align: left;
    font-size: 2rem;
  }

  .h3-box-2.left-align {
    font-size: 2rem;
  }

  .carousel-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .countdown {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-section-medium-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .countdown-count-wrap {
    bottom: -3.9rem;
  }

  .heading-21 {
    font-size: 2rem;
  }

  .text {
    font-size: 1rem;
  }

  .padding-section-medium-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .limited-bundles-card {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .save-tag-heading, .save-tag-wrap {
    padding-bottom: 1rem;
  }

  .limited-time {
    padding-top: 2rem;
  }

  .time-bundles-card-wrap {
    grid-template-columns: minmax(1px, 1fr);
    padding-top: 3rem;
  }

  .limited-bundles-image-wrap {
    height: auto;
  }

  .slider-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-content: flex-start;
    display: flex;
  }

  .suppory-content, .suppory-content.degree, .suppory-content.clock {
    font-size: 1rem;
  }

  .slide {
    height: 1070px;
    padding: 50px 25px;
  }

  .padding-section-medium-4 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .slider-image {
    max-width: 400px;
  }

  .heading-small {
    font-size: 2rem;
  }

  .view-course-wrap {
    max-width: 38%;
  }

  .paragraph, .paragraph-2, .paragraph-3, .paragraph-4 {
    display: none;
  }

  .layout16_component-4 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-section-custom3 {
    padding-top: 8.5rem;
    padding-bottom: .6rem;
  }

  .slide2 {
    height: 1020px;
    padding: 50px 25px;
  }

  .box {
    width: 100px;
    height: 100px;
  }

  .padding-section-custom4 {
    padding-top: 8.5rem;
    padding-bottom: .6rem;
  }

  .slider-wrap {
    height: 1080px;
  }

  .home-content17_component_2 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         "."
                         "Area";
    grid-auto-flow: row;
  }

  .slide-1, .slide-3, .slide-2, .slide-4 {
    height: 1020px;
    padding: 50px 25px;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_closebutton.is-sticky {
    top: -1rem;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    position: sticky;
    bottom: -2rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .cookie-modal_form {
    padding-top: .75rem;
  }

  .gridbox-wrapper2 {
    padding: 0;
  }

  .h3-box2 {
    text-align: left;
    font-size: 2rem;
  }

  .h3-box2.left-align {
    font-size: 2rem;
  }

  .col1-paragraph2, .section-link2, .col2-paragraph {
    font-size: 1rem;
  }

  .col2-paragraph.text-size-small {
    font-size: .875rem;
  }

  .div-block-14 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .other-courses-h3 {
    margin-top: auto;
  }

  .blog33_list, .blog1_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog1_category-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .blog1_category-menu.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .blog1_menu-link.last-link {
    margin-right: 2rem;
  }

  .blog-post-header1_title-wrapper {
    margin-bottom: 3rem;
  }

  .blog1_menu-link-2.last-link {
    margin-right: 2rem;
  }

  .collection-item {
    padding: 10px;
  }

  .collection-list {
    flex-direction: column;
  }

  .padding-section-blog {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .navbar1_component_4 {
    height: auto;
    min-height: 4rem;
  }

  .dropdown-icon-copy {
    top: .95rem;
    left: 6rem;
    right: auto;
  }

  .header60_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .padding-section-custom5 {
    padding-top: 4rem;
    padding-bottom: .6rem;
  }

  .navbar1_component-2 {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link-2 {
    padding-left: 0;
  }

  .gallery21_arrow.is-left {
    right: 3.5rem;
  }

  .gallery21_slide {
    padding-right: 1.5rem;
  }

  .gallery21_mask {
    width: 100%;
  }

  .gallery12_row {
    grid-template-columns: 1fr;
  }

  .gallery12_component {
    grid-template-rows: auto auto;
  }

  .padding-section-custom6 {
    padding-top: 4rem;
    padding-bottom: .6rem;
  }

  .padding-section-custom7 {
    padding-top: 8.5rem;
    padding-bottom: .6rem;
  }

  .heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .layout34_component, .layout264_component_4_column-2, .layout264_component_4_column-3, .portfolio8_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h5-3 {
    font-size: 1.25rem;
  }

  .header36_component {
    padding-top: 4rem;
  }

  .layout3_image-wrapper {
    display: block;
  }

  .layout3_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-section-custom8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .portfolio16_title-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .portfolio16_list {
    grid-template-columns: 1fr;
  }

  .portfolio16_item, .portfolio16_item-2 {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .portfolio-header10_content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .portfolio-header6_content-wrapper, .portfolio-header8_content-wrapper {
    grid-template-columns: 1fr;
  }

  .logo6_logo {
    max-height: 3rem;
  }

  .logo6_list {
    grid-template-columns: 1fr 1fr;
  }

  .logo6_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer4_link-list-copy {
    grid-column-gap: .25rem;
    grid-row-gap: 5px;
    text-align: left;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: max-content 1fr 1fr 1fr;
    grid-auto-columns: max-content;
    grid-auto-flow: row;
    justify-items: center;
    display: flex;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .blog34_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h5-4 {
    font-size: 1.25rem;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .layout3_component-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .container-large.padding-section-custom8 {
    padding-bottom: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-small.text-align-left.view-course {
    font-size: 1.1rem;
  }

  .margin-top.margin-small.pay-buttons {
    flex-direction: column;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-left.padding-custom3.text-align-left.overview-p-slide {
    font-size: 1rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .button.is-small.is-wide {
    width: 133px;
    font-size: .9rem;
  }

  .text-size-regular.text-weight-light.text-color-white.quote-source {
    font-size: 1rem;
  }

  .text-color-white {
    font-size: 1.9rem;
  }

  .text-color-white.quote-heading {
    max-width: 20rem;
    font-size: 1.5rem;
  }

  .text-color-white.text-align-center {
    font-size: 1rem;
  }

  .text-size-small.max-width-custom2 {
    max-width: 280px;
  }

  .text-size-small.align-justify {
    text-align: justify;
  }

  .navbar1_menu-dropdown {
    justify-content: space-between;
    align-items: center;
  }

  .menu-icon1 {
    width: 40px;
    height: 40px;
  }

  .navbar1_dropdown-toggle {
    flex-direction: row;
    place-content: flex-end space-between;
    align-items: center;
    max-width: none;
  }

  .dropdown-icon {
    top: .95rem;
    left: 6rem;
    right: auto;
  }

  .navbar1_logo-link {
    max-width: 8rem;
  }

  .navbar1_logo-link.w--current {
    max-width: 9.5rem;
  }

  .navbar1_logo {
    max-width: 40%;
  }

  .layout16_component {
    grid-template-columns: 1fr;
  }

  .layout16_content {
    padding-left: 0;
  }

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer8_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer8_top-wrapper {
    grid-row-gap: 48px;
  }

  .padding-section-custom1 {
    padding-top: 6.1rem;
  }

  .layout16_component-3 {
    grid-template-columns: 1fr;
  }

  .button-group-3 {
    flex-direction: row;
    align-items: flex-start;
  }

  .footer8_top-wrapper-2 {
    grid-row-gap: 48px;
  }

  .layout1_component {
    grid-template-columns: 1fr;
  }

  .header-100svh {
    min-height: 270px;
  }

  .button-group-5 {
    flex-direction: row;
    align-items: flex-start;
  }

  .header5_background-image {
    object-fit: cover;
  }

  .content17_component {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
  }

  .header49_component {
    grid-template-columns: 1fr;
  }

  .quote-image {
    max-width: 30%;
  }

  .quote-heading {
    max-width: 14rem;
    font-size: 1.4rem;
  }

  .link-block-left, .link-block-right {
    align-items: center;
  }

  .heading-11-left {
    text-align: center;
  }

  .content17_component_buttons {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    align-items: center;
    display: flex;
  }

  .header9_content-wrapper {
    grid-template-columns: 1fr;
  }

  .header9_image-wrapper {
    flex: 1;
  }

  .header9_background-image {
    object-position: 50% -3%;
  }

  .div-block-6 {
    max-height: 15rem;
  }

  .image-4 {
    max-width: 20%;
    top: 65%;
    left: .5rem;
  }

  .header47_component {
    grid-template-columns: 1fr;
  }

  .image-5 {
    max-width: 80px;
  }

  .testimonial-header {
    font-size: 1.6rem;
  }

  .testimonial-wrapper {
    padding: 3rem 1.5rem;
  }

  .testimonial-image_wrap {
    top: -2.6rem;
  }

  .testimonial-image {
    width: 5rem;
    height: 5rem;
  }

  .layout264_component {
    grid-template-columns: 1fr;
  }

  .home-team_image-wrapper {
    padding-top: 66%;
  }

  .text-size-medium-7.text-color-white {
    font-size: 1.1rem;
  }

  .header74_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .home-content17_component {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
  }

  .contact-modal4_component {
    display: none;
  }

  .h1-hero {
    font-size: 2.7rem;
  }

  .hero-subtext, .hero-cta {
    font-size: 1rem;
  }

  .h3-box, .h3-box.left-align {
    font-size: 2rem;
  }

  .subtext-box, .col1-paragraph {
    font-size: 1rem;
  }

  .col-2 {
    height: 400px;
  }

  .border-box {
    padding: 1.5rem;
  }

  .div-block-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: .5fr .5fr;
  }

  .layout290_component {
    grid-template-columns: 1fr;
  }

  .testimonial-header-copy {
    font-size: 1.6rem;
  }

  .course-price-wrapper {
    padding: 3rem 1.5rem;
  }

  .course-price-header {
    font-size: 1.6rem;
  }

  .layout264_component_4_column, .layout299_list, .layout301_list {
    grid-template-columns: 1fr;
  }

  .h3-box-2, .h3-box-2.left-align {
    font-size: 2rem;
  }

  .course-price-header-copy, .carousel-header {
    font-size: 1.6rem;
  }

  .carousel-wrapper {
    padding: 3rem 1.5rem;
  }

  .carousel-component {
    grid-template-columns: 1fr;
  }

  .overview-p {
    font-size: 1rem;
  }

  .link-2, .link-3, .link-4, .link-5 {
    font-size: 1.2rem;
  }

  .col-2-home {
    height: 400px;
  }

  .count-day {
    font-size: 2.25rem;
  }

  .countdown {
    padding-top: 2rem;
  }

  .count-mins {
    font-size: 2.25rem;
  }

  .count-title {
    font-size: .87rem;
  }

  .count-hours {
    font-size: 2.25rem;
  }

  .sections_countdown {
    padding-bottom: 3rem;
  }

  .countdown-count-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    bottom: -7.5rem;
  }

  .count-sec {
    font-size: 2.25rem;
  }

  .heading-21 {
    font-size: 1.8rem;
  }

  .limited-time {
    margin-bottom: 3rem;
    padding-top: 1rem;
  }

  .suppory-text-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .suppory-content {
    background-position: 0 2px;
    background-size: 20px;
    padding-left: 30px;
  }

  .slide {
    height: 1130px;
    margin-bottom: 33px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-image {
    margin-bottom: 30px;
  }

  .sections_about {
    padding-bottom: 3rem;
  }

  .heading-small {
    font-size: 1.6rem;
  }

  .image-9 {
    max-width: 18px;
  }

  .right-arrow {
    left: 85px;
  }

  .view-course-wrap {
    max-width: 67%;
    font-size: 1rem;
  }

  .overview-p-slide {
    font-size: 1rem;
  }

  .button-4.is-small.is-wide {
    width: 133px;
    font-size: .9rem;
  }

  .layout16_component-4 {
    grid-template-columns: 1fr;
  }

  .padding-section-custom3 {
    padding-top: 6.1rem;
  }

  .slide2 {
    height: 1090px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .js-clock {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .box {
    width: 100px;
    height: 80px;
    margin-bottom: 0;
    padding: 0;
  }

  .clock-number {
    font-size: 2rem;
  }

  .clock-label {
    font-size: 1rem;
  }

  .js-clock-2, .js-clock-3, .timer2 {
    flex-wrap: wrap;
  }

  .padding-section-custom4 {
    padding-top: 6.1rem;
  }

  .slider-wrap {
    height: 1120px;
  }

  .home-content17_component_2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
  }

  .slide-1 {
    height: 1050px;
    margin-bottom: 33px;
    padding-top: 45px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-3 {
    height: 1000px;
    margin-bottom: 33px;
    padding-top: 90px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-2 {
    height: 1030px;
    margin-bottom: 33px;
    padding-top: 71px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-4 {
    height: 1040px;
    margin-bottom: 33px;
    padding-top: 65px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_component {
    border-width: 1px 0 0;
    border-radius: 0;
    max-width: 100%;
  }

  .cookie-modal_button-wrap {
    border-radius: 0;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    bottom: 0;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .ck-cookie-w {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .cookie-preference_component {
    align-items: flex-end;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h3-box2, .h3-box2.left-align {
    font-size: 2rem;
  }

  .col1-paragraph2, .section-link2 {
    font-size: 1rem;
  }

  .see-less.max-width-custom2 {
    max-width: 280px;
  }

  .see-less.align-justify {
    text-align: justify;
  }

  .col2-paragraph {
    font-size: 1rem;
  }

  .blog-post-header1_image {
    max-width: 90vw;
  }

  .blog-post-header1_author-wrapper {
    margin-bottom: 1rem;
  }

  .blog-post-header1_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .collection-list {
    flex-direction: column;
  }

  .padding-section-blog {
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .navbar1_dropdown-toggle-copy {
    flex-direction: row;
    place-content: flex-end space-between;
    align-items: center;
    max-width: none;
  }

  .dropdown-icon-copy {
    top: .95rem;
    left: 6rem;
    right: auto;
  }

  .menu-icon2 {
    width: 40px;
    height: 40px;
  }

  .filter-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .header60_component {
    grid-template-columns: 1fr;
  }

  .padding-section-custom5 {
    padding-top: 3.6rem;
  }

  .explore-courses-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .padding-section-custom6 {
    padding-top: 3.6rem;
  }

  .padding-section-custom7 {
    padding-top: 6.1rem;
  }

  .layout34_component, .layout34_item-list, .layout264_component_4_column-2, .layout264_component_4_column-3 {
    grid-template-columns: 1fr;
  }

  .button-group-13.is-center {
    justify-content: center;
  }

  .passion-h4 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .portfolio8_title-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .header36_component, .layout3_component {
    grid-template-columns: 1fr;
  }

  .padding-section-custom8 {
    padding-top: 6.1rem;
  }

  .dropdown-filter-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .logo6_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .grid {
    flex-direction: column;
  }

  .testimonial-header-hidden {
    font-size: 1.6rem;
  }

  .filter-wrapper-blog {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .layout3_component-2 {
    grid-template-columns: 1fr;
  }
}

#w-node-_1625a089-719f-0cfc-1332-9cd93d61e9aa-3d61e9a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1625a089-719f-0cfc-1332-9cd93d61e9ab-3d61e9a4 {
  justify-self: start;
}

#w-node-_1625a089-719f-0cfc-1332-9cd93d61e9b4-3d61e9a4 {
  justify-self: end;
}

#w-node-a3380a23-5668-864f-fac6-cde00ee6f3af-76c77ca8, #w-node-a3380a23-5668-864f-fac6-cde00ee6f3b5-76c77ca8, #w-node-a3380a23-5668-864f-fac6-cde00ee6f3bb-76c77ca8, #w-node-_219a26ef-fbe2-d3e0-85cb-8f16ddc7afad-76c77ca8, #w-node-_567211fa-9ead-f95d-b70a-4d5f779191d4-76c77ca8 {
  align-self: start;
}

#w-node-_1c9a24af-72ca-13bd-8237-f854cfd1da3f-76c77ca8, #w-node-_2cf1957f-8372-f944-4907-510cc3d9ecf2-76c77ca8, #w-node-_489d53da-a239-5d47-b649-e7abc204d6d3-76c77ca8, #w-node-e77f3743-8bbf-b52e-4cff-ebcc0e3f30b4-76c77ca8, #w-node-_52297aaa-abb3-e921-4401-6c6641e8152b-76c77ca8, #w-node-ec6aadf1-6b1c-c1b7-89cf-38f0aaf02d19-76c77ca8, #w-node-_84e4121e-25fb-cd5a-42a0-baf355df924c-76c77ca8, #w-node-_7b08b856-39b0-a18f-747d-34b98df790d5-76c77ca8, #w-node-_7b08b856-39b0-a18f-747d-34b98df790d6-76c77ca8, #w-node-_7b08b856-39b0-a18f-747d-34b98df790d8-76c77ca8, #w-node-_76fbf611-ed03-c9fa-8855-1cb1415c7949-76c77ca8, #w-node-_76fbf611-ed03-c9fa-8855-1cb1415c794a-76c77ca8, #w-node-_7e1b4f23-880f-b96b-4190-ff9c77011fb7-76c77ca8, #w-node-_7e1b4f23-880f-b96b-4190-ff9c77011fb8-76c77ca8, #w-node-_12a2311a-e263-f350-f9da-8964baf3c55b-76c77ca8, #w-node-_7e1b4f23-880f-b96b-4190-ff9c77011fc0-76c77ca8, #w-node-_7e1b4f23-880f-b96b-4190-ff9c77011fc1-76c77ca8, #w-node-_7e1b4f23-880f-b96b-4190-ff9c77011fc3-76c77ca8, #w-node-_7e1b4f23-880f-b96b-4190-ff9c77011fc5-76c77ca8, #w-node-_7e1b4f23-880f-b96b-4190-ff9c77011fc6-76c77ca8, #w-node-_9c8c56ae-c79b-65a0-1af4-e08914616477-76c77ca8, #w-node-_9c8c56ae-c79b-65a0-1af4-e08914616478-76c77ca8, #w-node-_4b67ff61-fcbf-ac16-935c-34d9e261d73f-76c77ca8, #w-node-_9c8c56ae-c79b-65a0-1af4-e08914616480-76c77ca8, #w-node-_9c8c56ae-c79b-65a0-1af4-e08914616481-76c77ca8, #w-node-_9c8c56ae-c79b-65a0-1af4-e08914616483-76c77ca8, #w-node-_9c8c56ae-c79b-65a0-1af4-e08914616485-76c77ca8, #w-node-_9c8c56ae-c79b-65a0-1af4-e08914616486-76c77ca8, #w-node-f68ffa54-7f51-8c05-4d07-4ce1b00aba0c-76c77ca8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_205cd834-1d81-dba3-7f8c-b1768cc5575c-76c77ca8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8a32aa17-6696-b3ec-b4c4-355f1c9ddf9f-76c77ca8, #w-node-_99a2a87b-8b99-b6be-2505-28a939e7d918-76c77ca9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3380a23-5668-864f-fac6-cde00ee6f3af-76c77cb2, #w-node-a3380a23-5668-864f-fac6-cde00ee6f3b5-76c77cb2, #w-node-a3380a23-5668-864f-fac6-cde00ee6f3bb-76c77cb2, #w-node-_219a26ef-fbe2-d3e0-85cb-8f16ddc7afad-76c77cb2, #w-node-_567211fa-9ead-f95d-b70a-4d5f779191d4-76c77cb2 {
  align-self: start;
}

#w-node-_1c9a24af-72ca-13bd-8237-f854cfd1da3f-76c77cb2, #w-node-_7cb1c1ba-4c53-bd60-afbd-674359d4aa9c-76c77cb2, #w-node-_489d53da-a239-5d47-b649-e7abc204d6d3-76c77cb2, #w-node-_82921433-671b-d8ee-cbd0-4c0a543bc0d3-76c77cb2, #w-node-_52297aaa-abb3-e921-4401-6c6641e8152b-76c77cb2, #w-node-ec6aadf1-6b1c-c1b7-89cf-38f0aaf02d19-76c77cb2, #w-node-a3212b09-f845-591e-fa4b-decb07ffb872-76c77cb2, #w-node-_7b08b856-39b0-a18f-747d-34b98df790d5-76c77cb2, #w-node-_7b08b856-39b0-a18f-747d-34b98df790d6-76c77cb2, #w-node-_7b08b856-39b0-a18f-747d-34b98df790d8-76c77cb2, #w-node-_76fbf611-ed03-c9fa-8855-1cb1415c7949-76c77cb2, #w-node-_76fbf611-ed03-c9fa-8855-1cb1415c794a-76c77cb2, #w-node-_7e1b4f23-880f-b96b-4190-ff9c77011fb7-76c77cb2, #w-node-_7e1b4f23-880f-b96b-4190-ff9c77011fb8-76c77cb2, #w-node-addc230f-a10c-9926-3e50-88ba9d16f19b-76c77cb2, #w-node-_7e1b4f23-880f-b96b-4190-ff9c77011fc0-76c77cb2, #w-node-_7e1b4f23-880f-b96b-4190-ff9c77011fc1-76c77cb2, #w-node-_7e1b4f23-880f-b96b-4190-ff9c77011fc3-76c77cb2, #w-node-_7e1b4f23-880f-b96b-4190-ff9c77011fc5-76c77cb2, #w-node-_7e1b4f23-880f-b96b-4190-ff9c77011fc6-76c77cb2, #w-node-_9c8c56ae-c79b-65a0-1af4-e08914616477-76c77cb2, #w-node-_9c8c56ae-c79b-65a0-1af4-e08914616478-76c77cb2, #w-node-_08d82dc4-c1d3-a390-71c6-9523c5c7595d-76c77cb2, #w-node-_9c8c56ae-c79b-65a0-1af4-e08914616480-76c77cb2, #w-node-_9c8c56ae-c79b-65a0-1af4-e08914616481-76c77cb2, #w-node-_9c8c56ae-c79b-65a0-1af4-e08914616483-76c77cb2, #w-node-_9c8c56ae-c79b-65a0-1af4-e08914616485-76c77cb2, #w-node-_9c8c56ae-c79b-65a0-1af4-e08914616486-76c77cb2, #w-node-cfcb13db-e83e-4a44-cd9e-d44c215af140-76c77cb2, #w-node-cfcb13db-e83e-4a44-cd9e-d44c215af141-76c77cb2, #w-node-c8b84247-55e0-f88b-628b-91c66b7054d3-76c77cb2, #w-node-cfcb13db-e83e-4a44-cd9e-d44c215af149-76c77cb2, #w-node-cfcb13db-e83e-4a44-cd9e-d44c215af14a-76c77cb2, #w-node-cfcb13db-e83e-4a44-cd9e-d44c215af14c-76c77cb2, #w-node-cfcb13db-e83e-4a44-cd9e-d44c215af14e-76c77cb2, #w-node-cfcb13db-e83e-4a44-cd9e-d44c215af14f-76c77cb2, #w-node-f511c000-0551-9178-247a-192073639edf-76c77cb2, #w-node-f511c000-0551-9178-247a-192073639ee0-76c77cb2, #w-node-fd2a009a-f4e4-f5d5-0bb2-ee9ba2f17766-76c77cb2, #w-node-f511c000-0551-9178-247a-192073639ee8-76c77cb2, #w-node-f511c000-0551-9178-247a-192073639ee9-76c77cb2, #w-node-f511c000-0551-9178-247a-192073639eeb-76c77cb2, #w-node-f511c000-0551-9178-247a-192073639eed-76c77cb2, #w-node-f511c000-0551-9178-247a-192073639eee-76c77cb2, #w-node-ee8a5b01-cb39-a247-3a98-b8fe7f5f94be-76c77cb2, #w-node-ee8a5b01-cb39-a247-3a98-b8fe7f5f94bf-76c77cb2, #w-node-_5ae7dfe7-cda4-8b41-77f8-5fccf08333c8-76c77cb2, #w-node-ee8a5b01-cb39-a247-3a98-b8fe7f5f94c7-76c77cb2, #w-node-ee8a5b01-cb39-a247-3a98-b8fe7f5f94c8-76c77cb2, #w-node-ee8a5b01-cb39-a247-3a98-b8fe7f5f94ca-76c77cb2, #w-node-ee8a5b01-cb39-a247-3a98-b8fe7f5f94cc-76c77cb2, #w-node-ee8a5b01-cb39-a247-3a98-b8fe7f5f94cd-76c77cb2, #w-node-d886199d-66f5-f7ac-52f9-40e54b3f4349-76c77cb2, #w-node-d886199d-66f5-f7ac-52f9-40e54b3f434a-76c77cb2, #w-node-_733e67fb-427d-2bff-fb9f-97f939c17398-76c77cb2, #w-node-d886199d-66f5-f7ac-52f9-40e54b3f4352-76c77cb2, #w-node-d886199d-66f5-f7ac-52f9-40e54b3f4353-76c77cb2, #w-node-d886199d-66f5-f7ac-52f9-40e54b3f4355-76c77cb2, #w-node-d886199d-66f5-f7ac-52f9-40e54b3f4357-76c77cb2, #w-node-d886199d-66f5-f7ac-52f9-40e54b3f4358-76c77cb2, #w-node-f68ffa54-7f51-8c05-4d07-4ce1b00aba0c-76c77cb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_205cd834-1d81-dba3-7f8c-b1768cc5575c-76c77cb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8a32aa17-6696-b3ec-b4c4-355f1c9ddf9f-76c77cb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3380a23-5668-864f-fac6-cde00ee6f3af-76c77cb6, #w-node-a3380a23-5668-864f-fac6-cde00ee6f3b5-76c77cb6, #w-node-a3380a23-5668-864f-fac6-cde00ee6f3bb-76c77cb6, #w-node-_219a26ef-fbe2-d3e0-85cb-8f16ddc7afad-76c77cb6, #w-node-_567211fa-9ead-f95d-b70a-4d5f779191d4-76c77cb6 {
  align-self: start;
}

#w-node-_1c9a24af-72ca-13bd-8237-f854cfd1da3f-76c77cb6, #w-node-_89463bc8-b5bb-4eab-d863-b06edd9fc27b-76c77cb6, #w-node-_489d53da-a239-5d47-b649-e7abc204d6d3-76c77cb6, #w-node-b1370ced-5326-901f-76bf-bc5028460434-76c77cb6, #w-node-_52297aaa-abb3-e921-4401-6c6641e8152b-76c77cb6, #w-node-ec6aadf1-6b1c-c1b7-89cf-38f0aaf02d19-76c77cb6, #w-node-_2da441f7-fb79-62bb-9ab9-0463786546a2-76c77cb6, #w-node-_7b08b856-39b0-a18f-747d-34b98df790d5-76c77cb6, #w-node-_7b08b856-39b0-a18f-747d-34b98df790d6-76c77cb6, #w-node-_7b08b856-39b0-a18f-747d-34b98df790d8-76c77cb6, #w-node-_76fbf611-ed03-c9fa-8855-1cb1415c7949-76c77cb6, #w-node-_76fbf611-ed03-c9fa-8855-1cb1415c794a-76c77cb6, #w-node-_7e1b4f23-880f-b96b-4190-ff9c77011fb7-76c77cb6, #w-node-_7e1b4f23-880f-b96b-4190-ff9c77011fb8-76c77cb6, #w-node-_29df23e4-cb81-eef7-7ec5-02b5cfa6f1c0-76c77cb6, #w-node-_7e1b4f23-880f-b96b-4190-ff9c77011fc0-76c77cb6, #w-node-_7e1b4f23-880f-b96b-4190-ff9c77011fc1-76c77cb6, #w-node-_7e1b4f23-880f-b96b-4190-ff9c77011fc3-76c77cb6, #w-node-_7e1b4f23-880f-b96b-4190-ff9c77011fc5-76c77cb6, #w-node-_7e1b4f23-880f-b96b-4190-ff9c77011fc6-76c77cb6, #w-node-_9c8c56ae-c79b-65a0-1af4-e08914616477-76c77cb6, #w-node-_9c8c56ae-c79b-65a0-1af4-e08914616478-76c77cb6, #w-node-a42f63f1-1c0f-8876-5197-ab3968683fd8-76c77cb6, #w-node-_9c8c56ae-c79b-65a0-1af4-e08914616480-76c77cb6, #w-node-_9c8c56ae-c79b-65a0-1af4-e08914616481-76c77cb6, #w-node-_9c8c56ae-c79b-65a0-1af4-e08914616483-76c77cb6, #w-node-_9c8c56ae-c79b-65a0-1af4-e08914616485-76c77cb6, #w-node-_9c8c56ae-c79b-65a0-1af4-e08914616486-76c77cb6, #w-node-cfcb13db-e83e-4a44-cd9e-d44c215af140-76c77cb6, #w-node-cfcb13db-e83e-4a44-cd9e-d44c215af141-76c77cb6, #w-node-_380a794c-55a5-f109-3301-dc732df5f663-76c77cb6, #w-node-cfcb13db-e83e-4a44-cd9e-d44c215af149-76c77cb6, #w-node-cfcb13db-e83e-4a44-cd9e-d44c215af14a-76c77cb6, #w-node-cfcb13db-e83e-4a44-cd9e-d44c215af14c-76c77cb6, #w-node-cfcb13db-e83e-4a44-cd9e-d44c215af14e-76c77cb6, #w-node-cfcb13db-e83e-4a44-cd9e-d44c215af14f-76c77cb6, #w-node-f68ffa54-7f51-8c05-4d07-4ce1b00aba0c-76c77cb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_205cd834-1d81-dba3-7f8c-b1768cc5575c-76c77cb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8a32aa17-6696-b3ec-b4c4-355f1c9ddf9f-76c77cb6, #w-node-a51062f7-2553-88b0-865c-db492a6ebe09-76c77cd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a51062f7-2553-88b0-865c-db492a6ebe0b-76c77cd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a51062f7-2553-88b0-865c-db492a6ebe22-76c77cd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a51062f7-2553-88b0-865c-db492a6ebe24-76c77cd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a51062f7-2553-88b0-865c-db492a6ebe3b-76c77cd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a51062f7-2553-88b0-865c-db492a6ebe3d-76c77cd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a51062f7-2553-88b0-865c-db492a6ebe54-76c77cd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a51062f7-2553-88b0-865c-db492a6ebe56-76c77cd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_33edff29-3281-446a-5028-97992d195d34-76c77cd8, #w-node-_33edff29-3281-446a-5028-97992d195d3a-76c77cd8, #w-node-_33edff29-3281-446a-5028-97992d195d40-76c77cd8, #w-node-_33edff29-3281-446a-5028-97992d195d46-76c77cd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5b062bd-16e0-6632-7c71-e3aee379569e-76c77cd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-b5b062bd-16e0-6632-7c71-e3aee37956a6-76c77cd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_34467196-b54f-0204-245c-ca7b4bce06f1-76c77cf1, #w-node-_34467196-b54f-0204-245c-ca7b4bce06f7-76c77cf1, #w-node-_34467196-b54f-0204-245c-ca7b4bce06fd-76c77cf1, #w-node-_91c96256-3fe0-4456-9dc1-1e55f5d21720-76c77cf1, #w-node-_91c96256-3fe0-4456-9dc1-1e55f5d21726-76c77cf1, #w-node-_91c96256-3fe0-4456-9dc1-1e55f5d2172c-76c77cf1, #w-node-_5d6754a2-df17-051d-5228-8b1ee4795068-76c77cf1, #w-node-_5d6754a2-df17-051d-5228-8b1ee479506e-76c77cf1, #w-node-_5d6754a2-df17-051d-5228-8b1ee4795074-76c77cf1, #w-node-_4a5d49ed-5031-cce5-20e3-1c8f81dcc160-76c77cf1, #w-node-_4a5d49ed-5031-cce5-20e3-1c8f81dcc166-76c77cf1, #w-node-_4a5d49ed-5031-cce5-20e3-1c8f81dcc16c-76c77cf1, #w-node-a3380a23-5668-864f-fac6-cde00ee6f3af-76c77cf7, #w-node-a3380a23-5668-864f-fac6-cde00ee6f3b5-76c77cf7, #w-node-a3380a23-5668-864f-fac6-cde00ee6f3bb-76c77cf7, #w-node-_219a26ef-fbe2-d3e0-85cb-8f16ddc7afad-76c77cf7, #w-node-_567211fa-9ead-f95d-b70a-4d5f779191d4-76c77cf7 {
  align-self: start;
}

#w-node-_1c9a24af-72ca-13bd-8237-f854cfd1da3f-76c77cf7, #w-node-ed7c4427-32c3-fc15-0373-03c4506acaf0-76c77cf7, #w-node-c47106a6-846d-5b83-219c-3426c672df0b-76c77cf7, #w-node-_489d53da-a239-5d47-b649-e7abc204d6d3-76c77cf7, #w-node-_489d53da-a239-5d47-b649-e7abc204d6da-76c77cf7, #w-node-_489d53da-a239-5d47-b649-e7abc204d6e5-76c77cf7, #w-node-_52297aaa-abb3-e921-4401-6c6641e8152b-76c77cf7, #w-node-ec6aadf1-6b1c-c1b7-89cf-38f0aaf02d19-76c77cf7, #w-node-_9fb445a3-a260-a32a-e845-ac90e17a0d66-76c77cf7, #w-node-_7b08b856-39b0-a18f-747d-34b98df790d5-76c77cf7, #w-node-_7b08b856-39b0-a18f-747d-34b98df790d6-76c77cf7, #w-node-_7b08b856-39b0-a18f-747d-34b98df790d8-76c77cf7, #w-node-_76fbf611-ed03-c9fa-8855-1cb1415c7949-76c77cf7, #w-node-_76fbf611-ed03-c9fa-8855-1cb1415c794a-76c77cf7, #w-node-_7e1b4f23-880f-b96b-4190-ff9c77011fb7-76c77cf7, #w-node-_7e1b4f23-880f-b96b-4190-ff9c77011fb8-76c77cf7, #w-node-b1d4cc85-1d49-8e68-0782-d58359a93430-76c77cf7, #w-node-_7e1b4f23-880f-b96b-4190-ff9c77011fc0-76c77cf7, #w-node-_7e1b4f23-880f-b96b-4190-ff9c77011fc1-76c77cf7, #w-node-_7e1b4f23-880f-b96b-4190-ff9c77011fc3-76c77cf7, #w-node-_7e1b4f23-880f-b96b-4190-ff9c77011fc5-76c77cf7, #w-node-_7e1b4f23-880f-b96b-4190-ff9c77011fc6-76c77cf7, #w-node-_9c8c56ae-c79b-65a0-1af4-e08914616477-76c77cf7, #w-node-_9c8c56ae-c79b-65a0-1af4-e08914616478-76c77cf7, #w-node-f48cedb4-1e0c-d507-fbb4-17b9a9992fc3-76c77cf7, #w-node-_9c8c56ae-c79b-65a0-1af4-e08914616480-76c77cf7, #w-node-_9c8c56ae-c79b-65a0-1af4-e08914616481-76c77cf7, #w-node-_9c8c56ae-c79b-65a0-1af4-e08914616483-76c77cf7, #w-node-_9c8c56ae-c79b-65a0-1af4-e08914616485-76c77cf7, #w-node-_9c8c56ae-c79b-65a0-1af4-e08914616486-76c77cf7, #w-node-cfcb13db-e83e-4a44-cd9e-d44c215af140-76c77cf7, #w-node-cfcb13db-e83e-4a44-cd9e-d44c215af141-76c77cf7, #w-node-_768456c4-d041-8c1a-bba5-cba8608d7711-76c77cf7, #w-node-cfcb13db-e83e-4a44-cd9e-d44c215af149-76c77cf7, #w-node-cfcb13db-e83e-4a44-cd9e-d44c215af14a-76c77cf7, #w-node-cfcb13db-e83e-4a44-cd9e-d44c215af14c-76c77cf7, #w-node-cfcb13db-e83e-4a44-cd9e-d44c215af14e-76c77cf7, #w-node-cfcb13db-e83e-4a44-cd9e-d44c215af14f-76c77cf7, #w-node-f511c000-0551-9178-247a-192073639edf-76c77cf7, #w-node-f511c000-0551-9178-247a-192073639ee0-76c77cf7, #w-node-_90ef32e2-2203-8509-66bd-b106f36e6d9b-76c77cf7, #w-node-f511c000-0551-9178-247a-192073639ee8-76c77cf7, #w-node-f511c000-0551-9178-247a-192073639ee9-76c77cf7, #w-node-f511c000-0551-9178-247a-192073639eeb-76c77cf7, #w-node-f511c000-0551-9178-247a-192073639eed-76c77cf7, #w-node-f511c000-0551-9178-247a-192073639eee-76c77cf7, #w-node-ee8a5b01-cb39-a247-3a98-b8fe7f5f94be-76c77cf7, #w-node-ee8a5b01-cb39-a247-3a98-b8fe7f5f94bf-76c77cf7, #w-node-d585d59e-4503-8202-cc31-e51db5445dd5-76c77cf7, #w-node-ee8a5b01-cb39-a247-3a98-b8fe7f5f94c7-76c77cf7, #w-node-ee8a5b01-cb39-a247-3a98-b8fe7f5f94c8-76c77cf7, #w-node-ee8a5b01-cb39-a247-3a98-b8fe7f5f94ca-76c77cf7, #w-node-ee8a5b01-cb39-a247-3a98-b8fe7f5f94cc-76c77cf7, #w-node-ee8a5b01-cb39-a247-3a98-b8fe7f5f94cd-76c77cf7, #w-node-d886199d-66f5-f7ac-52f9-40e54b3f4349-76c77cf7, #w-node-d886199d-66f5-f7ac-52f9-40e54b3f434a-76c77cf7, #w-node-_41551090-a45e-d748-00a6-c19f8bb08c40-76c77cf7, #w-node-d886199d-66f5-f7ac-52f9-40e54b3f4352-76c77cf7, #w-node-d886199d-66f5-f7ac-52f9-40e54b3f4353-76c77cf7, #w-node-d886199d-66f5-f7ac-52f9-40e54b3f4355-76c77cf7, #w-node-d886199d-66f5-f7ac-52f9-40e54b3f4357-76c77cf7, #w-node-d886199d-66f5-f7ac-52f9-40e54b3f4358-76c77cf7, #w-node-f68ffa54-7f51-8c05-4d07-4ce1b00aba0c-76c77cf7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_205cd834-1d81-dba3-7f8c-b1768cc5575c-76c77cf7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8a32aa17-6696-b3ec-b4c4-355f1c9ddf9f-76c77cf7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-76c77cf9 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-76c77cf9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-76c77cf9 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-76c77cf9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-76c77cf9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d380-76c77cf9 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d382-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d385-76c77cf9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d38a-76c77cf9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d38f-76c77cf9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d394-76c77cf9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d399-76c77cf9 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3a0-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3a1-76c77cf9 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3a3-76c77cf9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3a4-76c77cf9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3a6-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3a7-76c77cf9 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3a9-76c77cf9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3aa-76c77cf9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3ac-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3ad-76c77cf9 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3af-76c77cf9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3b0-76c77cf9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3b2-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3b3-76c77cf9 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3b5-76c77cf9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3b6-76c77cf9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3b8-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3b9-76c77cf9 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3bb-76c77cf9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3bc-76c77cf9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3be-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3bf-76c77cf9 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3c1-76c77cf9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3c2-76c77cf9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3c4-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3c5-76c77cf9 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3c7-76c77cf9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3c8-76c77cf9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3ca-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3cb-76c77cf9 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3cd-76c77cf9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3ce-76c77cf9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3d0-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3d1-76c77cf9 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3d3-76c77cf9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3d4-76c77cf9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3d6-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3d7-76c77cf9 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3d9-76c77cf9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3da-76c77cf9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3dc-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3dd-76c77cf9 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3df-76c77cf9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3e0-76c77cf9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3e2-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3e3-76c77cf9 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3e5-76c77cf9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3e6-76c77cf9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3e8-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3e9-76c77cf9 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3eb-76c77cf9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3ec-76c77cf9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3ee-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3ef-76c77cf9 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3f1-76c77cf9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3f2-76c77cf9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3f4-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3f5-76c77cf9 {
  justify-self: start;
}

#w-node-aba73718-5f03-827e-9e0b-61449dc1d3f7-76c77cf9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d3f8-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-76c77cf9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-76c77cf9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-76c77cf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-76c77cf9 {
  justify-self: start;
}

#w-node-_712c1ab4-e834-364d-30ee-a7e01a2ecb3f-76c77cff, #w-node-_712c1ab4-e834-364d-30ee-a7e01a2ecb45-76c77cff, #w-node-_712c1ab4-e834-364d-30ee-a7e01a2ecb4b-76c77cff, #w-node-_712c1ab4-e834-364d-30ee-a7e01a2ecb51-76c77cff, #w-node-_59244882-7c82-941f-d0eb-74bbe14dbbfa-76c77cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59244882-7c82-941f-d0eb-74bbe14dbbfc-76c77cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e87d86c5-de73-d1f2-2f4b-b6f6a92e58d0-76c77cff, #w-node-e87d86c5-de73-d1f2-2f4b-b6f6a92e58d6-76c77cff, #w-node-e87d86c5-de73-d1f2-2f4b-b6f6a92e58dc-76c77cff {
  align-self: start;
}

#w-node-b77be6b2-e878-5d05-95b1-de70079d896f-76c77cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_951058ed-a9f1-e4f2-77e5-ef9568280ba9-76c77cff, #w-node-_951058ed-a9f1-e4f2-77e5-ef9568280baf-76c77cff, #w-node-_951058ed-a9f1-e4f2-77e5-ef9568280bb5-76c77cff {
  align-self: start;
}

#w-node-_59244882-7c82-941f-d0eb-74bbe14dbbc8-76c77cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59244882-7c82-941f-d0eb-74bbe14dbbca-76c77cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3c6f3aeb-78e5-4ff9-2690-113de318afcb-76c77cff, #w-node-_3c6f3aeb-78e5-4ff9-2690-113de318afd1-76c77cff, #w-node-_3c6f3aeb-78e5-4ff9-2690-113de318afd7-76c77cff {
  align-self: start;
}

#w-node-_59244882-7c82-941f-d0eb-74bbe14dbbe1-76c77cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59244882-7c82-941f-d0eb-74bbe14dbbe3-76c77cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a3f27e92-de9d-7095-15b0-7450cc55b572-76c77cff, #w-node-a3f27e92-de9d-7095-15b0-7450cc55b578-76c77cff, #w-node-a3f27e92-de9d-7095-15b0-7450cc55b57e-76c77cff {
  align-self: start;
}

#w-node-_63b0daf6-99d3-bb46-ad1d-de84a2e504c4-76c77cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_63b0daf6-99d3-bb46-ad1d-de84a2e504cc-76c77cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0fc5fbba-0b64-0dea-70fe-010751f1461b-76c77cff, #w-node-d74e365a-bc14-77c2-bd56-5387cf41b925-da06d01f {
  justify-self: center;
}

#w-node-c2fd505a-f8ee-4609-c498-4655b6583e67-da06d01f, #w-node-_3c1d64f3-e03b-c7f2-2abc-b3cc2c27a5e9-da06d01f, #w-node-_4ce0ac71-04b6-ab8d-1c98-bcf12cb981e8-da06d01f {
  align-self: start;
}

#w-node-_3422b1b2-4dd4-c829-699f-c5f889f82d1b-da06d01f {
  justify-self: center;
}

#w-node-cc4ecdf6-67df-1454-5c0f-86bd503a14c4-fc02f671 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-cc4ecdf6-67df-1454-5c0f-86bd503a14cc-fc02f671 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a3ea6346-97b2-4767-58cb-2262d5eef8d2-fc02f671, #w-node-_37956a6f-e592-b0d0-ae95-a6e29328a9c4-fc02f671, #w-node-_4f16b128-68b3-7f05-460e-741f087efd20-fc02f671, #w-node-fa8a6e16-ed1a-b933-3183-7700556c0afb-fc02f671, #w-node-c0328e9a-cc4e-0383-63f8-57bd0fd6d351-fc02f671, #w-node-c673de87-b7a6-7995-a0e6-8efb663d05c4-fc02f671 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9b58902-ef17-3045-f7a3-efcc43296972-fc02f671 {
  justify-self: center;
}

#w-node-_8fef2368-f36d-203d-894e-8a72dff17a69-692ca91d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_957691d2-d00e-8aa0-31ca-4e57c25d40c7-692ca91d {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_1625a089-719f-0cfc-1332-9cd93d61e9ab-3d61e9a4, #w-node-_1625a089-719f-0cfc-1332-9cd93d61e9b4-3d61e9a4 {
    justify-self: center;
  }

  #w-node-_84e4121e-25fb-cd5a-42a0-baf355df924c-76c77ca8, #w-node-_12a2311a-e263-f350-f9da-8964baf3c55b-76c77ca8, #w-node-_4b67ff61-fcbf-ac16-935c-34d9e261d73f-76c77ca8, #w-node-f68ffa54-7f51-8c05-4d07-4ce1b00aba0c-76c77ca8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_205cd834-1d81-dba3-7f8c-b1768cc5575c-76c77ca8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-a3212b09-f845-591e-fa4b-decb07ffb872-76c77cb2, #w-node-addc230f-a10c-9926-3e50-88ba9d16f19b-76c77cb2, #w-node-_08d82dc4-c1d3-a390-71c6-9523c5c7595d-76c77cb2, #w-node-c8b84247-55e0-f88b-628b-91c66b7054d3-76c77cb2, #w-node-fd2a009a-f4e4-f5d5-0bb2-ee9ba2f17766-76c77cb2, #w-node-_5ae7dfe7-cda4-8b41-77f8-5fccf08333c8-76c77cb2, #w-node-_733e67fb-427d-2bff-fb9f-97f939c17398-76c77cb2, #w-node-f68ffa54-7f51-8c05-4d07-4ce1b00aba0c-76c77cb2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_205cd834-1d81-dba3-7f8c-b1768cc5575c-76c77cb2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_2da441f7-fb79-62bb-9ab9-0463786546a2-76c77cb6, #w-node-_29df23e4-cb81-eef7-7ec5-02b5cfa6f1c0-76c77cb6, #w-node-a42f63f1-1c0f-8876-5197-ab3968683fd8-76c77cb6, #w-node-_380a794c-55a5-f109-3301-dc732df5f663-76c77cb6, #w-node-f68ffa54-7f51-8c05-4d07-4ce1b00aba0c-76c77cb6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_205cd834-1d81-dba3-7f8c-b1768cc5575c-76c77cb6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_9fb445a3-a260-a32a-e845-ac90e17a0d66-76c77cf7, #w-node-b1d4cc85-1d49-8e68-0782-d58359a93430-76c77cf7, #w-node-f48cedb4-1e0c-d507-fbb4-17b9a9992fc3-76c77cf7, #w-node-_768456c4-d041-8c1a-bba5-cba8608d7711-76c77cf7, #w-node-_90ef32e2-2203-8509-66bd-b106f36e6d9b-76c77cf7, #w-node-d585d59e-4503-8202-cc31-e51db5445dd5-76c77cf7, #w-node-_41551090-a45e-d748-00a6-c19f8bb08c40-76c77cf7, #w-node-f68ffa54-7f51-8c05-4d07-4ce1b00aba0c-76c77cf7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_205cd834-1d81-dba3-7f8c-b1768cc5575c-76c77cf7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_205cd834-1d81-dba3-7f8c-b1768cc5575c-76c77cf7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1625a089-719f-0cfc-1332-9cd93d61e9ab-3d61e9a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_205cd834-1d81-dba3-7f8c-b1768cc5575c-76c77ca8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_8a32aa17-6696-b3ec-b4c4-355f1c9ddf9f-76c77ca8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_205cd834-1d81-dba3-7f8c-b1768cc5575c-76c77cb2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_8a32aa17-6696-b3ec-b4c4-355f1c9ddf9f-76c77cb2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_205cd834-1d81-dba3-7f8c-b1768cc5575c-76c77cb6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_8a32aa17-6696-b3ec-b4c4-355f1c9ddf9f-76c77cb6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_205cd834-1d81-dba3-7f8c-b1768cc5575c-76c77cf7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_8a32aa17-6696-b3ec-b4c4-355f1c9ddf9f-76c77cf7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Theseasons Reg';
  src: url('../fonts/TheSeasons-Reg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Theseasons Lt';
  src: url('../fonts/TheSeasons-Lt.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Theseasons Bd';
  src: url('../fonts/TheSeasons-Bd.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}