/* line 1, app/assets/stylesheets/frontend_large.scss */
.container {
  padding: 0 30px;
}

/* line 5, app/assets/stylesheets/frontend_large.scss */
.fs-30-px {
  font-size: 30px;
  line-height: 35px;
}

/* line 10, app/assets/stylesheets/frontend_large.scss */
.fs-40-px {
  font-size: 40px;
  line-height: 45px;
}

/* line 15, app/assets/stylesheets/frontend_large.scss */
.fs-48-px {
  font-size: 48px;
  line-height: 53px;
}

/* line 20, app/assets/stylesheets/frontend_large.scss */
.fs-60-px {
  font-size: 60px;
  line-height: 65px;
}

/* line 25, app/assets/stylesheets/frontend_large.scss */
.site-footer .site-footer__grid {
  grid-template-columns: 50% 50%;
}

/* line 29, app/assets/stylesheets/frontend_large.scss */
.site-footer .footer-menu-link {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* line 35, app/assets/stylesheets/frontend_large.scss */
.site-footer ul.footer-menu-link > li.line {
  background: var(--color-primary);
  width: 1px;
}

/* line 40, app/assets/stylesheets/frontend_large.scss */
.site-shared {
  padding: 100px 0;
}

/* line 44, app/assets/stylesheets/frontend_large.scss */
.site-news .site-news__container {
  grid-template-columns: 300px 1fr;
  gap: 20px;
}

/* line 49, app/assets/stylesheets/frontend_large.scss */
.article.article-list.article-list__three {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}

/* line 54, app/assets/stylesheets/frontend_large.scss */
.site-news {
  padding: 100px 0;
}

/* line 58, app/assets/stylesheets/frontend_large.scss */
.brand-logo {
  width: 170px;
  height: auto;
  margin-top: -30px;
}

/* line 64, app/assets/stylesheets/frontend_large.scss */
.site-hero-header {
  padding: 100px 0 100px 0;
}

/* line 68, app/assets/stylesheets/frontend_large.scss */
.heroGrid > .testimonial {
  padding: 100px 50px;
}

/* line 72, app/assets/stylesheets/frontend_large.scss */
.heroGrid > .content .featured {
  margin: 10px 0 125px;
}

/* line 76, app/assets/stylesheets/frontend_large.scss */
.heroGrid > .testimonial > header {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}

/* line 83, app/assets/stylesheets/frontend_large.scss */
.module-counter > .container > ul {
  flex-direction: row;
}

/* line 87, app/assets/stylesheets/frontend_large.scss */
.module-video {
  padding: 200px 0;
}

/* line 91, app/assets/stylesheets/frontend_large.scss */
.module-video > .container > ul > li.order-1 {
  order: 1;
}

/* line 95, app/assets/stylesheets/frontend_large.scss */
.module-video > .container > ul > li.order-4 {
  order: 2;
}

/* line 99, app/assets/stylesheets/frontend_large.scss */
.module-video > .container > ul > li.order-2 {
  order: 3;
}

/* line 103, app/assets/stylesheets/frontend_large.scss */
.module-video > .container > ul > li.order-5 {
  order: 4;
}

/* line 107, app/assets/stylesheets/frontend_large.scss */
.module-video > .container > ul > li.order-3 {
  order: 5;
}

/* line 111, app/assets/stylesheets/frontend_large.scss */
.module-video > .container > ul > li.order-6 {
  order: 6;
}

/* line 115, app/assets/stylesheets/frontend_large.scss */
.module-video > .container > footer {
  margin-top: 100px;
}

/* line 119, app/assets/stylesheets/frontend_large.scss */
main.gridMiddle {
  grid-template-columns: 1fr 1fr;
}

/* line 123, app/assets/stylesheets/frontend_large.scss */
main.gridMiddle > div.bgImg {
  background: url(/assets/frontend/header/help/hero_girl-b4260cf057db243489391abc65a136aabc27d69dca45d925cf8bf601a557b911.png);
  background: url(/assets/frontend/header/help/hero_girl-a56a0513f028e0f3df8deca17557a1f7afdbc56a8fe1effd7482c32d781fa371.webp);
  background-repeat: no-repeat;
  background-position: bottom;
  border-right: 5px solid var(--color-primary);
}

/* line 131, app/assets/stylesheets/frontend_large.scss */
.module-news {
  padding: 200px 0;
}

/* line 135, app/assets/stylesheets/frontend_large.scss */
section.newsCard > article {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 20px;
}

/* line 141, app/assets/stylesheets/frontend_large.scss */
.module-category {
  margin: 0;
}

/* line 145, app/assets/stylesheets/frontend_large.scss */
.module-explanation > .container > header {
  margin-left: 300px;
}

/* line 149, app/assets/stylesheets/frontend_large.scss */
.module-explanation > .container > main {
  margin: 50px 0 100px 0;
  display: grid;
  grid-template-columns: 300px 1fr;
}

/* line 155, app/assets/stylesheets/frontend_large.scss */
.block_module_help {
  grid-template-columns: auto 160px;
}

/* line 159, app/assets/stylesheets/frontend_large.scss */
.block_module_help > .block_module_help--end {
  border-left: 1px solid #70707080;
  padding-left: 20px;
}

/* line 164, app/assets/stylesheets/frontend_large.scss */
#categories {
  display: none;
}

/* line 168, app/assets/stylesheets/frontend_large.scss */
.module-advanced {
  padding: 200px 0;
}
