:root {
  --white: white;
  --primary-color: #007935;
  --secondary-color: #dae241;
  --black: #262626;
  --gray: #efefef;
  --black-2: black;
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  letter-spacing: 0;
  font-size: 1em;
  line-height: 1.6;
}

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

a {
  font-size: 1em;
  text-decoration: none;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 6%;
}

.container.with--bg {
  background-image: url('../images/rooted-realm-bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
}

.container.no--padding {
  padding-left: 0%;
  padding-right: 0%;
}

.container.no--padding.centered {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.styleguide_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.global_embed {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.global_symbol {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.styleguide_rich-text p {
  margin-top: 0;
  margin-bottom: 1.6em;
  font-family: Roboto, sans-serif;
}

.styleguide_rich-text h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-family: Roboto, sans-serif;
  font-size: 3.28em;
}

.styleguide_rich-text h2 {
  margin-top: 0;
  margin-bottom: .2em;
  font-family: Roboto, sans-serif;
  font-size: 2.5em;
}

.styleguide_rich-text h3 {
  margin-top: 0;
  margin-bottom: .3em;
  font-family: Roboto, sans-serif;
  font-size: 2.19em;
}

.styleguide_rich-text h4 {
  margin-top: 0;
  margin-bottom: .4em;
  font-family: Roboto, sans-serif;
  font-size: 1.88em;
}

.styleguide_rich-text h5 {
  margin-top: 0;
  margin-bottom: .6em;
  font-family: Roboto, sans-serif;
  font-size: 1.67em;
}

.styleguide_rich-text h6 {
  margin-top: 0;
  margin-bottom: .7em;
  font-family: Roboto, sans-serif;
  font-size: 1.46em;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.text-size-h1 {
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 3.8em;
  font-weight: 300;
  line-height: 1.2;
}

.text-size-h1.white {
  color: var(--white);
  font-weight: 900;
}

.text-size-h2 {
  flex-direction: column;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.2;
  display: flex;
}

.text-size-h3 {
  font-family: Roboto, sans-serif;
  font-size: 2.19em;
  font-weight: 300;
  line-height: 1.3;
}

.text-size-h3.title-paragraph {
  margin-bottom: 20px;
}

.text-size-h3.title-paragraph.article.single {
  margin-bottom: 10px;
  font-size: 1.8em;
}

.text-size-h4 {
  font-family: Roboto, sans-serif;
  font-size: 1.88em;
  font-weight: 300;
  line-height: 1.3;
}

.text-size-h5 {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 1.67em;
  font-weight: 300;
  line-height: 1.3;
}

.text-size-h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
}

.styleguide_form-input {
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0;
  height: 3em;
  margin-bottom: 1em;
  padding: 0 .9em;
  font-family: Roboto, sans-serif;
  font-size: 1.25em;
}

.text-size-display {
  font-family: Roboto, sans-serif;
  font-size: 4.38em;
  font-weight: 300;
  line-height: 1.1;
}

.styleguide_form-submit {
  background-color: var(--primary-color);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 8px;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 1.25em;
}

.styleguide_form-submit:hover {
  background-color: var(--secondary-color);
  color: #262626;
}

.styleguide_list {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.page-padding {
  padding: 5em 6%;
}

.page-padding.is-home-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 4em;
  display: flex;
}

.page-padding.is-home-hero._50 {
  justify-content: space-between;
  width: 50%;
}

.page-padding.is-home-hero._70 {
  width: 70%;
  margin-top: 0;
  padding-top: 0;
}

.home-hero_layout {
  display: flex;
}

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

.text-link {
  color: #007935;
  font-family: Roboto, sans-serif;
  text-decoration: underline;
}

.field-label, .body, .field-label-2, .block-quote {
  font-family: Roboto, sans-serif;
}

.section {
  width: 100%;
}

.section.main-nav {
  max-width: none;
}

.section.pre-header {
  background-color: rgba(218, 226, 65, .24);
  max-width: none;
}

.nav-header {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1600px;
  height: 35px;
  margin: auto;
  display: flex;
}

.nav-header.hide {
  display: none;
}

.grid {
  grid-template-rows: auto auto auto;
}

.nav-header-links {
  flex-direction: row;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
}

.nav-header-link {
  margin-left: 20px;
  margin-right: 0;
  font-size: .6em;
}

.main-nav {
  background-color: #fff;
}

.nav-elements {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.main-logo {
  width: 130px;
}

.nav-link {
  color: var(--black);
  letter-spacing: .05em;
  text-transform: uppercase;
  padding-left: 14px;
  padding-right: 14px;
  font-size: .8em;
}

.nav-link:hover, .nav-link:focus {
  color: var(--primary-color);
}

.main-btn {
  background-color: var(--primary-color);
  border-radius: 8px;
  font-size: .8em;
}

.main-btn.medium {
  background-color: var(--primary-color);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 37px;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.main-btn.medium.hero-btn {
  margin-top: 20px;
}

.main-btn.medium.newsletter-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 38px;
}

.main-btn.medium.hide {
  display: none;
}

.main-btn.large {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 37px;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.main-btn.large.hero-btn {
  width: 220px;
  height: 45px;
  margin-top: 20px;
}

.btn-text {
  color: #fff;
}

.html-embed {
  width: 1rem;
}

.btn-icon {
  color: #fafafa;
  padding-bottom: 1px;
  padding-left: 0;
  padding-right: 4px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: .8em;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}

.container-regular {
  justify-content: space-between;
  width: 100%;
  max-width: 1600px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  margin-right: 20px;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
}

.hero-image {
  background-image: url('../images/bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  padding: 20px 0 20px 20px;
}

.image {
  width: 100%;
  min-height: auto;
  max-height: none;
}

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

.title-paragraph {
  width: auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

.services-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 4rem;
}

.grid-item {
  flex-direction: column;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.image-2 {
  padding-bottom: 0;
}

.text-small {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: 15px;
  font-size: .8em;
  display: flex;
}

.support-us_section.with--bg {
  background-image: url('../images/rooted-realm-bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.support-us_layout {
  margin-top: 0;
  margin-bottom: 20px;
}

.image-cell {
  background-image: url('../images/bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-cell.no--bg {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.image-cell.img-article {
  justify-content: center;
  align-items: stretch;
}

.paragraph-cell {
  flex-direction: column;
  justify-content: center;
  padding-left: 4em;
  padding-right: 4em;
}

.main-paragraph {
  margin-top: 40px;
  margin-bottom: 20px;
}

.main-paragraph.single {
  margin-top: 10px;
}

.less-margin-top {
  margin-top: -40px;
}

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

.center {
  flex-direction: row;
  align-items: center;
}

.our-achievement-div {
  margin-top: 4rem;
}

.div-block {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-2 {
  background-color: var(--primary-color);
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.div-block-2-copy {
  background-color: var(--secondary-color);
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.achievement_section.hide {
  display: none;
}

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

.newsletter-div {
  margin-top: 0;
}

.newsletter-form {
  display: flex;
}

.newsletter-input {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.cell {
  background-image: url('../images/bg.png');
  background-position: 0 0;
  background-size: auto;
}

.testimonial-stack {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-three {
  text-align: center;
  background-color: #f5f7fa;
  padding: 64px 42px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  margin-bottom: 24px;
}

.testimonial-text-three {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.slide-nav {
  display: none;
}

.slider {
  background-color: #fff;
  border: .5px solid #707070;
  border-radius: 8px;
}

.icon-2 {
  background-color: var(--secondary-color);
  color: var(--black);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  font-size: .5em;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-2.testimonial-arrow {
  width: 45px;
  height: 45px;
}

.right-arrow {
  margin-left: 0;
  margin-right: -40px;
}

.left-arrow {
  margin-left: -40px;
}

.testimonial-content {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 4vh 10vw;
  display: flex;
}

.testimonial-logo {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin: -60px auto 0;
  display: flex;
}

.image-3 {
  width: 40px;
}

.testimonial-paragraph {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.4em;
  font-weight: 300;
}

.testimonail-author {
  border-radius: 100px;
  width: 40px;
}

.testimonial-author {
  align-items: center;
  display: flex;
}

.quote_section.bg {
  background-image: url('../images/main-bg-characters.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 70vh;
}

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

.articles-layout._70 {
  width: 70%;
}

.div-block-3 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.footer_section {
  background-color: #fefdf7;
}

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

.image-4 {
  width: 200px;
}

.footer-content {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.footer-item {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footer-item.footer-p {
  width: 0;
  max-width: none;
}

.footer-title {
  margin-bottom: 10px;
  font-weight: 400;
}

.footer-paragraph {
  color: #717070;
  margin-bottom: 10px;
  font-size: .7em;
}

.footer-paragraph.footer-heading {
  margin-bottom: 10px;
  font-size: .7em;
  font-weight: 700;
}

.footer-text-link {
  color: #717070;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: .7em;
}

.footer-text-link.text-link {
  color: var(--primary-color);
}

.hide {
  display: none;
}

.shop_section.bg {
  background-image: url('../images/main-bg-characters.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 70vh;
}

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

.shop_grid {
  grid-column-gap: 29px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.shop_grid._2 {
  width: auto;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.shop_grid._3 {
  max-width: 900px;
}

.product_main {
  background-color: var(--gray);
  border: .8px solid #e4e4e4;
  align-items: stretch;
  display: flex;
}

.star_rating {
  color: var(--secondary-color);
  width: 16px;
}

.product_desc {
  background-color: var(--gray);
  flex-flow: column;
  padding: 1.8rem 1.6rem;
  display: block;
}

.star_rating-empty {
  width: 16px;
}

.rating {
  justify-content: space-between;
  display: flex;
}

.product_text {
  font-size: .8em;
}

.stars {
  justify-content: flex-end;
  display: flex;
}

.product_title {
  margin-top: .4rem;
  margin-bottom: .4rem;
  font-weight: 700;
  line-height: 1.4;
}

.product_price {
  margin-bottom: .6rem;
  display: flex;
}

.price {
  color: var(--primary-color);
  padding-right: 20px;
  font-size: 1em;
  font-weight: 700;
}

.price.sale {
  color: var(--black-2);
  padding-right: 10px;
  font-weight: 400;
  text-decoration: line-through;
}

.hero_section {
  background-image: linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)), url('../images/Hero-About-image-min.jpg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  max-width: none;
  height: 90vh;
  max-height: none;
  display: flex;
}

.join_form-main {
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  display: flex;
}

.text-color-secondary {
  color: #2d62ff;
}

.text-color-secondary.margin-bottom {
  margin-bottom: .5rem;
}

.text-color-secondary.margin-bottom.all-caps {
  text-transform: uppercase;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 6rem;
}

.form_right {
  width: 100%;
  max-width: 100%;
  padding-left: 1rem;
}

.form_check-content {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.checkbox-2 {
  margin-top: 5px;
}

.padding-bottom {
  padding: 0 0 2rem;
}

.text-field {
  border-radius: .4rem;
}

.button {
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
}

.checkbox-label {
  font-size: .8rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.form_left {
  width: 100%;
  max-width: 100%;
  padding-right: 1rem;
}

.join_form-content {
  flex-flow: row;
  flex: 0 auto;
  width: 100%;
  display: flex;
}

.pre-header {
  color: var(--primary-color);
}

.services-llink {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.legal_section.bg {
  background-image: url('../images/main-bg-characters.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 70vh;
}

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

.legal-layout._70 {
  width: 70%;
}

.about-us_section.with--bg {
  background-image: url('../images/rooted-realm-bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.article_section {
  background-image: linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)), url('../images/articles-hero.png');
  background-position: 0 0, 100% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  max-width: none;
  height: 60vh;
  max-height: none;
  display: flex;
}

.article_content.bg {
  background-image: url('../images/main-bg-characters.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 70vh;
}

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

.article_layout._70 {
  width: 70%;
}

.articles_section.bg {
  background-image: url('../images/main-bg-characters.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 70vh;
}

.article_main.with--bg {
  background-image: url('../images/rooted-realm-bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.article-main_layout {
  margin-top: 0;
  margin-bottom: 20px;
}

.artilce-cell {
  flex-direction: column;
  justify-content: center;
  padding-left: 4em;
  padding-right: 4em;
}

.artilce-cell.top {
  padding-left: 2em;
  padding-right: 2em;
}

.article_sub.with--bg {
  background-image: url('../images/rooted-realm-bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.article-sub_layout {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 20px;
  display: grid;
}

.single_article {
  flex-flow: column;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.article_single-content {
  padding-left: 10px;
  padding-right: 10px;
}

.shopify_link {
  align-items: flex-end;
  margin-top: -20px;
  display: block;
}

@media screen and (max-width: 991px) {
  .text-size-h1 {
    font-size: 2.6em;
    font-weight: 300;
  }

  .text-size-h2, .text-size-h3, .text-size-h4, .text-size-h5 {
    font-weight: 300;
  }

  .text-size-h6 {
    text-align: center;
    font-weight: 300;
  }

  .text-size-display {
    font-weight: 300;
  }

  .page-padding {
    padding-bottom: 2em;
  }

  .page-padding.is-home-hero {
    flex-direction: row;
    padding-left: 0%;
    padding-right: 0%;
  }

  .home-hero_layout {
    justify-content: space-between;
    display: flex;
  }

  .main-logo {
    display: inline-block;
  }

  .container-regular {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .navbar-wrapper {
    justify-content: flex-end;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .icon {
    color: var(--primary-color);
  }

  .hero-text, .hero-image {
    width: 100%;
  }

  .services-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 0;
  }

  .grid-item {
    margin-top: 20px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .text-small {
    margin-left: 20px;
  }

  .paragraph-cell {
    flex-wrap: nowrap;
    padding-top: 40px;
  }

  .paragraph-cell.top {
    padding-top: 0;
  }

  .our-achivement-paragraph {
    margin-top: 2em;
  }

  .container-2 {
    max-width: 728px;
  }

  .testimonial-paragraph {
    font-size: 1em;
  }

  .quote_section.bg {
    background-position: 70% 100%;
  }

  .footer_section {
    margin-top: 2rem;
  }

  .shop_section.bg {
    background-position: 70% 100%;
  }

  .shop_grid._2 {
    max-width: 700px;
  }

  .product_main {
    align-items: stretch;
    display: flex;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

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

  .padding-medium {
    padding: 1.5rem;
  }

  .legal_section.bg, .article_content.bg {
    background-position: 70% 100%;
  }

  .article_layout._70 {
    width: 90%;
  }

  .articles_section.bg {
    background-position: 70% 100%;
  }

  .artilce-cell {
    flex-wrap: nowrap;
    padding-top: 40px;
  }

  .artilce-cell.top {
    padding-top: 0;
  }

  .article-sub_layout {
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
  }

  .single_article {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-h1 {
    margin-top: 10px;
  }

  .page-padding {
    padding: 4em 4%;
  }

  .page-padding.is-home-hero._70 {
    width: 90%;
  }

  .home-hero_layout {
    flex-direction: column-reverse;
    display: flex;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-text {
    width: 100%;
    padding-left: 20px;
  }

  .title-paragraph {
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-grid {
    display: block;
  }

  .left-image {
    padding-bottom: 4em;
  }

  .image-cell.no--bg {
    padding-top: 2em;
  }

  .paragraph-cell {
    padding-left: 2em;
    padding-right: 2em;
  }

  .less-margin-top {
    margin-top: 0;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

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

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .article_layout._70 {
    width: 90%;
  }

  .artilce-cell {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media screen and (max-width: 479px) {
  .text-size-h1 {
    font-size: 2.4em;
  }

  .text-size-h2 {
    font-size: 2em;
  }

  .text-size-h3.title-paragraph {
    padding-left: 0;
    font-size: 1.8em;
  }

  .text-size-h3.title-paragraph.article {
    padding-left: 0;
    padding-right: 0;
  }

  .page-padding {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .page-padding.is-home-hero._70 {
    width: 100%;
  }

  .main-logo {
    width: 90px;
    display: block;
  }

  .main-btn.medium {
    width: 120px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-no-shadow-container {
    padding-left: 0;
    padding-right: 0;
  }

  .container-regular {
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .hero-image {
    padding-left: 0;
  }

  .title-paragraph {
    padding-left: 10px;
    padding-right: 10px;
    font-size: .9em;
  }

  .grid-item {
    margin-bottom: 20px;
  }

  .image-2 {
    max-width: 110%;
  }

  .text-small {
    margin-left: 10px;
    font-size: .7em;
  }

  .left-image {
    padding-left: 0;
    padding-right: 0;
  }

  .left-image.artiicle {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-cell {
    padding-left: 0;
    padding-right: 0;
  }

  .main-paragraph {
    padding-left: 10px;
    padding-right: 10px;
  }

  .right-image {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .newsletter-div {
    padding-left: 0;
    padding-right: 0;
  }

  .container-2 {
    max-width: none;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .icon-2, .icon-2.testimonial-arrow {
    width: 30px;
    height: 30px;
    font-size: .4em;
  }

  .testimonial-paragraph {
    margin-bottom: 20px;
    font-size: .8em;
  }

  .testimonail-author {
    width: 30px;
  }

  .articles-layout {
    padding-left: 4%;
    padding-right: 4%;
  }

  .articles-layout._70 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
  }

  .footer_section {
    margin-top: 2rem;
  }

  .footer-layout {
    align-items: center;
  }

  .footer-content {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .article_layout._70 {
    width: 90%;
  }

  .artilce-cell, .artilce-cell.top {
    padding-left: 0;
    padding-right: 0;
  }

  .article-sub_layout {
    grid-template-columns: 1fr;
  }

  .single_article {
    margin-top: 40px;
  }
}

#w-node-_4689a735-7548-4755-9afb-755c2d134a4d-2a05fc0a, #w-node-_0adbdd8a-d22e-0f70-aa87-885e33bb395a-2a05fc0a, #w-node-_23db8f08-5cc4-0a40-459f-038fd1b02758-2a05fc0a, #w-node-_475ef20b-1749-cac5-99ac-b1ab1b49a2a5-2a05fc0a, #w-node-_958c3ea3-aea1-9b0c-3f38-f7694c6fe9b7-2a05fc0a, #w-node-_3515fd36-06ae-c89b-0e29-70d0228e8efb-2a05fc0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec696281-e1af-d6a3-9141-ccb5fdac8c67-2a05fc0a, #w-node-_0734cfb1-aed1-bba2-0ee1-aad2384002e4-2a05fc0a, #w-node-_58dcc721-80a2-c25d-c36f-caf9cb3cf3b2-2a05fc0a, #w-node-_0d434783-3a9d-cf33-17f7-bc36e9509995-2a05fc0a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_339c835f-f60a-d48c-7de2-0265d3a80f0a-d3a80f04 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_03089f93-4e83-32d5-a72f-ff942b7d842e-0373326a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a05cc1e4-12c8-2e80-e229-997c9c421843-3511778f, #w-node-_71c8ff01-6915-3944-5a7f-6bb712ceb561-3511778f, #w-node-_0d623249-6ce8-a5ee-5743-812ae0244c8c-3511778f, #w-node-_4a65d58d-1bae-923c-a1d5-d854551edf3f-3511778f, #w-node-_4a65d58d-1bae-923c-a1d5-d854551edf94-3511778f, #w-node-a05cc1e4-12c8-2e80-e229-997c9c421843-e0697006 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_71c8ff01-6915-3944-5a7f-6bb712ceb561-e0697006 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4a65d58d-1bae-923c-a1d5-d854551edf3f-e0697006 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f33a5ab4-28ac-bdac-4084-9843a2c97696-e0697006, #w-node-f33a5ab4-28ac-bdac-4084-9843a2c976eb-e0697006, #w-node-d1138433-7ac4-1ce4-cf5c-2c7fb35eec8b-e0697006 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-d1138433-7ac4-1ce4-cf5c-2c7fb35eece0-e0697006 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_36719294-5d2a-0070-15bf-fcce1779b043-3900c7a8, #w-node-_754d31be-a81f-355d-c17f-5d98ca3a22ef-3900c7a8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-ec696281-e1af-d6a3-9141-ccb5fdac8c67-2a05fc0a, #w-node-_0734cfb1-aed1-bba2-0ee1-aad2384002e4-2a05fc0a, #w-node-_58dcc721-80a2-c25d-c36f-caf9cb3cf3b2-2a05fc0a, #w-node-_0d434783-3a9d-cf33-17f7-bc36e9509995-2a05fc0a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_339c835f-f60a-d48c-7de2-0265d3a80f0a-d3a80f04 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_03089f93-4e83-32d5-a72f-ff942b7d842e-0373326a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a05cc1e4-12c8-2e80-e229-997c9c421843-3511778f, #w-node-_71c8ff01-6915-3944-5a7f-6bb712ceb561-3511778f, #w-node-_0d623249-6ce8-a5ee-5743-812ae0244c8c-3511778f, #w-node-_4a65d58d-1bae-923c-a1d5-d854551edf3f-3511778f, #w-node-_4a65d58d-1bae-923c-a1d5-d854551edf94-3511778f, #w-node-a05cc1e4-12c8-2e80-e229-997c9c421843-e0697006, #w-node-_71c8ff01-6915-3944-5a7f-6bb712ceb561-e0697006, #w-node-_4a65d58d-1bae-923c-a1d5-d854551edf3f-e0697006, #w-node-f33a5ab4-28ac-bdac-4084-9843a2c97696-e0697006, #w-node-f33a5ab4-28ac-bdac-4084-9843a2c976eb-e0697006, #w-node-d1138433-7ac4-1ce4-cf5c-2c7fb35eec8b-e0697006, #w-node-d1138433-7ac4-1ce4-cf5c-2c7fb35eece0-e0697006 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_36719294-5d2a-0070-15bf-fcce1779b043-3900c7a8, #w-node-_754d31be-a81f-355d-c17f-5d98ca3a22ef-3900c7a8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_339c835f-f60a-d48c-7de2-0265d3a80f0a-d3a80f04 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_339c835f-f60a-d48c-7de2-0265d3a80f0a-d3a80f04, #w-node-a05cc1e4-12c8-2e80-e229-997c9c421843-3511778f, #w-node-_71c8ff01-6915-3944-5a7f-6bb712ceb561-3511778f, #w-node-_0d623249-6ce8-a5ee-5743-812ae0244c8c-3511778f, #w-node-_4a65d58d-1bae-923c-a1d5-d854551edf3f-3511778f, #w-node-_4a65d58d-1bae-923c-a1d5-d854551edf94-3511778f, #w-node-a05cc1e4-12c8-2e80-e229-997c9c421843-e0697006, #w-node-_71c8ff01-6915-3944-5a7f-6bb712ceb561-e0697006, #w-node-_4a65d58d-1bae-923c-a1d5-d854551edf3f-e0697006, #w-node-f33a5ab4-28ac-bdac-4084-9843a2c97696-e0697006, #w-node-f33a5ab4-28ac-bdac-4084-9843a2c976eb-e0697006, #w-node-d1138433-7ac4-1ce4-cf5c-2c7fb35eec8b-e0697006, #w-node-d1138433-7ac4-1ce4-cf5c-2c7fb35eece0-e0697006 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5529830f-0098-47fc-8340-027b3984e155-3900c7a8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}