@font-face {
  font-family: "GT Sectra Display";
  src: url("./fonts/GTSectraDisplay-Bold.eot");
  src: url("./fonts/GTSectraDisplay-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/GTSectraDisplay-Bold.woff2") format("woff2"),
    url("./fonts/GTSectraDisplay-Bold.woff") format("woff"),
    url("./fonts/GTSectraDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* typography */
.template-oats .title--rt {
  font-family: "GT Sectra Display", serif;
  font-size: 45px;
}
@media screen and (max-width: 768px) {
  .template-oats .title--rt {
    font-size: 30px;
  }
}

.template-oats .text-content h2 {
  font-size: 23px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .template-oats .text-content h2 {
    font-size: 14px;
  }
}
.template-oats .club__info .text-content h2 + p {
  margin-top: 10px;
}
.template-oats .text-content h2 + p {
  margin-top: 25px;
}
.template-oats .text-content p,
.oats__description,
.powers__description {
  margin: 0;
  font-size: 20px;
  color: #90908e;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .template-oats .text-content p {
    font-size: 16px;
  }
  .template-oats .powers__description,
  .template-oats .club__info p {
    font-size: 10px;
  }
}

.template-oats h2.less-mg {
  margin-bottom: 35px;
}
@media screen and (max-width: 480px) {
  .template-oats h2.less-mg {
    margin-bottom: 15px;
  }
}

.template-oats-inner .text-content h2,
.template-oats-inner .text-content h3,
.template-oats-inner .text-content h4 {
  color: #d7a151;
  font-weight: 400;
}

.template-oats-inner .text-content h2 {
  font-size: 40px;
}

.template-oats-inner .text-content h3 {
  font-size: 28px;
}

.template-oats-inner .text-content h4 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .template-oats-inner .text-content h2 {
    font-size: 16px;
  }
  .template-oats-inner .text-content h3 {
    font-size: 14px;
  }

  .template-oats-inner .text-content h4 {
    font-size: 14px;
  }
}

.template-oats-inner .text-content h3 + *,
.template-oats-inner .text-content h4 + *,
.template-oats-inner .text-content p + * {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .template-oats-inner .text-content h3 + *,
  .template-oats-inner .text-content h4 + *,
  .template-oats-inner .text-content p + * {
    margin-top: 15px;
  }
}

.template-oats-inner .text-content p {
  color: #ababaa;
}
@media screen and (max-width: 768px) {
  .template-oats-inner .text-content p {
    color: #753f29;
    font-size: 12px;
    font-family: "Roboto Slab", serif;
  }
}
.text-center {
  text-align: center;
}
/* colors */
.template-oats .color-caramel {
  color: #ca9d66;
}
.template-oats .color-brown {
  color: #753f29;
}
.template-oats .color-gray {
  color: #90908e;
}
/* display */

@media screen and (max-width: 480px) {
  .no-mob {
    display: none !important;
  }
}

@media screen and (min-width: 481px) {
  .only-mob {
    display: none !important;
  }
}

/* all */
@media screen and (max-width: 768px) {
  .template-oats section.academy .content_intro {
    padding: 32px 0px 25px !important;
  }
  .template-oats .subsection:before {
    width: 100%;
    left: 0px;
    margin: 0px;
  }
  .template-oats .js-powers-slider .name {
    font-size: 14px;
  }
  .template-oats .button_ghost {
    padding: 6px 0;
    font-size: 17px;
  }
}
.powers__description {
  margin-top: 1.8rem;
}
.template-oats .from-seed__section {
  padding-top: 0px !important; 
}

.from-seed__pattern {
  width: 100%;
  height: auto;
  margin-bottom: 35px;
}

.from-seed__visual {
  width: 100%;
  height: auto;
}

.from-seed__content {
  margin: 48px 0 53px;
}
@media screen and (max-width: 480px) {
  .from-seed__content {
    margin: 25px 0;
  }
}

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

.visuals__block + .visuals__block {
  margin-top: 55px;
}

.visuals__left,
.visuals__right {
  width: 50%;
}

@media screen and (max-width: 480px) {
  .template-oats .visuals__content .text-content h2,
  .template-oats .visuals__content .text-content p {
    font-size: 10px;
  }
  .template-oats .visuals__content .text-content h2 + p {
    margin-top: 10px;
  }
  .template-oats .visuals__content .button_ghost {
    margin-top: 25px !important;
  }
  .visuals__block + .visuals__block {
    margin-top: 20px;
  }
}

.visuals__img {
  max-width: 100%;
  height: auto;
}

.visuals__content {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .visuals__content {
    padding: 0 25px;
  }
}

@media screen and (max-width: 480px) {
  .visuals__content {
    padding: 0 10px;
  }
}

.visuals__content .button_ghost {
  margin-top: 35px !important;
}

.oats__grid {
  margin-top: 60px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .oats__grid {
    margin-top: 0px;
  }
}

.oats__item {
  width: 33%;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .oats__item {
    width: 50%;
    margin-bottom: 40px;
    padding: 0 3px;
  }
}

.oats__description {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .template-oats .oats__description p {
    font-size: 14px;
  }
  .oats__description {
    margin-bottom: 12px;
    font-size: 10px;
  }
  .template-oats .oats__title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.oats__img-wrap {
  width: 100%;
  padding-bottom: 80%;
  margin-bottom: 35px;
  position: relative;
}

.oats__img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center bottom;
  -o-object-position: center bottom;
  top: 0px;
  left: 0px;
}

.club__grid {
  display: flex;
  flex-wrap: wrap;
}

.club__block {
  display: inline-flex;
  width: 50%;
  margin-top: 60px;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .club__block {
    width: 100%;
    margin-top: 35px;
  }
}
@media screen and (max-width: 480px) {
  .club__block {
    flex-wrap: wrap;
  }
}

.club__block-img {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .club__block-img {
    width: 115px;
    height: 115px;
  }
}

.club__info {
  padding: 0px 35px 0 15px;
  width: calc(100% - 175px);
}
@media screen and (max-width: 480px) {
  .club__info {
    padding: 0px 0 0 15px;
    width: calc(100% - 115px);
  }
}

.club__info a {
  color: #753f29;
  text-decoration: none !important;
}
.club__info a:hover {
  text-decoration: underline;
}
.template-oats .club__info a + p {
  margin-top: 10px;
}

/* faq section */
.faq-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.faq-grid-item {
  width: calc(50% - 30px);
  margin: 0 15px 30px;
}

@media screen and (max-width: 768px) {
  .faq-grid-item {
    width: calc(100% - 30px);
  }
}

.faq-grid-item-title {
  font-size: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 768px) {
  .faq-grid-item-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.faq-grid-acc-label {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #90908e;
  cursor: pointer;
  font-size: 20px;
  margin-bottom: 5px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .faq-grid-acc-label {
    font-size: 16px;
  }
}

.faq-grid-acc-label:hover,
.faq-grid-acc-label.is-active {
  color: #753f29;
}

.faq-grid-acc-desc {
  display: none;
}

.faq-grid-acc-desc-inner {
  padding: 10px 10px 20px;
  background-color: #fdf9f0;
  margin-bottom: 20px;
}

.faq-grid-acc-desc-inner > span {
  display: block;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #90908e;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .faq-grid-acc-desc-inner > span {
    font-size: 14px;
  }
}

.faq-grid-acc-desc-inner > a {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .faq-grid-acc-desc-inner > a {
    font-size: 14px;
  }
}

/* template oats inner */
.template-oats-inner .title--rt {
  text-align: center;
  margin-bottom: 40px;
}

.template-oats-subtitle {
  font-size: 40px;
  text-align: center;
  color: #753f29;
  font-weight: 400;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .template-oats-inner .title--rt {
    margin-bottom: 20px;
  }
  .template-oats-subtitle {
    font-size: 14px;
    margin-bottom: 14px;
  }
}

.template-oats-inner .aspect_holder {
  position: relative;
  padding-top: calc(56% + 112px);
  z-index: 3;
  width: 100%;
}

.template-oats-inner .aspect_holder iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.template-oats-text {
  margin-top: 40px;
}
