.home-page .theme-paragraph-section-title {
  font-size: 5.0rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff; }

.theme-paragraph-section-subtitle {
  font-family: "Khand";
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 0.67;
  color: #ffb400; }

.theme-paragraph-section-title {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff; }

.theme-paragraph-section {
  height: calc(100vh - 7.5rem);
  display: -webkit-box;
  display: flex;
  scroll-snap-align: start; }
  @media screen and (max-width: 768px) {
    .theme-paragraph-section {
      height: auto; } }
  .theme-paragraph-section:target {
    -webkit-animation: theme-paragraph-section-blink 1.3s;
    animation: theme-paragraph-section-blink 1.3s; }
    @media (prefers-reduced-motion: reduce) {
      .theme-paragraph-section:target {
        -webkit-animation: none;
        animation: none; } }
  .theme-paragraph-section:before, .theme-paragraph-section:after {
    content: '';
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(45rem / 2);
    pointer-events: none; }
    @media screen and (max-width: 768px) {
      .theme-paragraph-section:before, .theme-paragraph-section:after {
        flex-basis: 0; } }
  .theme-paragraph-section-content {
    padding: 6.3rem 0rem 3rem;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-basis: 100%;
    min-width: 75rem;
    max-width: 120rem;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
    @media screen and (max-width: 768px) {
      .theme-paragraph-section-content {
        min-width: auto; } }
    .home-page .theme-paragraph-section-content {
      padding-top: 8.3rem; }
  .theme-paragraph-section-header, .theme-paragraph-section-body, .theme-paragraph-section-footer {
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .theme-paragraph-section-header {
      padding: 0 4rem;
      padding-bottom: 10rem; } }
  .theme-paragraph-section-body {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-basis: auto;
    margin-bottom: 15px;
    flex-wrap: wrap;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .theme-paragraph-section-body {
        background: #ffffff;
        color: #000000;
        padding-top: 2rem; } }
  .theme-paragraph-section-content-container {
    flex-shrink: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: flex;
    max-height: 100%; }
    @media screen and (max-width: 768px) {
      .theme-paragraph-section-content-container {
        padding-left: 4rem;
        padding-right: 4rem;
        -webkit-box-flex: 1;
        flex: auto; }
        .theme-paragraph-section-content-container.type-views_reference {
          padding-left: 0;
          padding-right: 0; } }
    .theme-paragraph-section-content-container.type-paragraph_quote {
      -webkit-box-align: start;
      align-items: flex-start; }
    @media screen and (max-width: 768px) {
      .theme-paragraph-section-content-container.type-paragraph_teasers {
        padding-left: 0;
        padding-right: 0; } }
    .theme-paragraph-section-content-container.next-type-paragraph_quote {
      -webkit-box-flex: 1;
      flex-grow: 1;
      flex-shrink: 1;
      flex-basis: calc(100% - 30rem); }
      @media screen and (max-width: 768px) {
        .theme-paragraph-section-content-container.next-type-paragraph_quote {
          flex-basis: auto; } }
      .theme-paragraph-section-content-container.next-type-paragraph_quote + .type-paragraph_quote {
        flex-basis: 30rem; }
        @media screen and (max-width: 768px) {
          .theme-paragraph-section-content-container.next-type-paragraph_quote + .type-paragraph_quote {
            flex-basis: auto; } }
    .theme-paragraph-section-content-container.next-type-views_reference {
      -webkit-box-flex: 1;
      flex-grow: 1;
      flex-shrink: 1;
      flex-basis: calc(100% - 30rem); }
      @media screen and (max-width: 768px) {
        .theme-paragraph-section-content-container.next-type-views_reference {
          flex-basis: auto; } }
      .theme-paragraph-section-content-container.next-type-views_reference + .type-views_reference {
        flex-basis: 30rem; }
        @media screen and (max-width: 768px) {
          .theme-paragraph-section-content-container.next-type-views_reference + .type-views_reference {
            flex-basis: auto; } }
    .theme-paragraph-section-content-container.type-views_reference[class*="next-type-"], .theme-paragraph-section-content-container.type-views_reference[class*="next-type-"] + .theme-paragraph-section-content-container {
      width: 50%;
      flex-basis: 50%; }
  .theme-paragraph-section-body.columns-20_80 .theme-paragraph-section-content-container:nth-child(1) {
    max-width: 20%;
    flex-basis: 20%; }
  .theme-paragraph-section-body.columns-20_80 .theme-paragraph-section-content-container:nth-child(2) {
    max-width: 80%;
    flex-basis: 80%; }
  .theme-paragraph-section-body.columns-30_70 .theme-paragraph-section-content-container:nth-child(1) {
    max-width: 30%;
    flex-basis: 30%; }
  .theme-paragraph-section-body.columns-30_70 .theme-paragraph-section-content-container:nth-child(2) {
    max-width: 70%;
    flex-basis: 70%; }
    @media screen and (max-width: 768px) {
      .theme-paragraph-section-body.columns-30_70 .theme-paragraph-section-content-container:nth-child(2) {
        max-width: 100%;
        flex-basis: 100%; } }
  .theme-paragraph-section-body.columns-40_60 .theme-paragraph-section-content-container:nth-child(1) {
    max-width: 40%;
    flex-basis: 40%; }
  .theme-paragraph-section-body.columns-40_60 .theme-paragraph-section-content-container:nth-child(2) {
    max-width: 60%;
    flex-basis: 60%; }
  .theme-paragraph-section-body.columns-50_50 .theme-paragraph-section-content-container:nth-child(1) {
    max-width: 50%;
    flex-basis: 50%; }
  .theme-paragraph-section-body.columns-50_50 .theme-paragraph-section-content-container:nth-child(2) {
    max-width: 50%;
    flex-basis: 50%; }
  .theme-paragraph-section-body.columns-60_40 .theme-paragraph-section-content-container:nth-child(1) {
    max-width: 60%;
    flex-basis: 60%; }
  .theme-paragraph-section-body.columns-60_40 .theme-paragraph-section-content-container:nth-child(2) {
    max-width: 40%;
    flex-basis: 40%; }
  .theme-paragraph-section-body.columns-70_30 .theme-paragraph-section-content-container:nth-child(1) {
    max-width: 70%;
    flex-basis: 70%; }
  .theme-paragraph-section-body.columns-70_30 .theme-paragraph-section-content-container:nth-child(2) {
    max-width: 30%;
    flex-basis: 30%; }
  .theme-paragraph-section-body.columns-80_20 .theme-paragraph-section-content-container:nth-child(1) {
    max-width: 80%;
    flex-basis: 80%; }
  .theme-paragraph-section-body.columns-80_20 .theme-paragraph-section-content-container:nth-child(2) {
    max-width: 20%;
    flex-basis: 20%; }
  .theme-paragraph-section-footer {
    margin-top: auto;
    align-self: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end; }
  .theme-paragraph-section-subtitle {
    margin: 0; }
    @media screen and (max-width: 768px) {
      .theme-paragraph-section-subtitle {
        line-height: 1; } }
  .theme-paragraph-section-title {
    margin: 0;
    width: 80rem;
    margin-top: 1rem;
    position: relative; }
    @media screen and (max-width: 768px) {
      .theme-paragraph-section-title {
        width: auto;
        text-align: center;
        font-size: 4rem;
        max-width: calc(100vw - 8rem);
        word-wrap: break-word; } }
    .home-page .theme-paragraph-section-title {
      margin-top: 5rem; }
      @media screen and (max-width: 768px) {
        .home-page .theme-paragraph-section-title {
          font-size: 3rem; } }
    .cssmask .home-page .theme-paragraph-section-title:after {
      content: "";
      position: absolute;
      display: inline-block;
      bottom: 0;
      width: 17rem;
      height: 17rem;
      margin-left: -17rem;
      pointer-events: none;
      -webkit-transform: translate(7.5rem, 3.5rem);
      transform: translate(7.5rem, 3.5rem);
      background-color: #ffb400;
      -webkit-mask-image: url(../images/icons.svg#yellow_slash);
      mask-image: url(../images/icons.svg#yellow_slash);
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-size: 17rem 17rem;
      mask-size: 17rem 17rem;
      -webkit-mask-position: 100% 100%;
      mask-position: 100% 100%; }
  .theme-paragraph-section-first, .theme-paragraph-section-next {
    width: 5rem;
    height: 5rem;
    display: block;
    color: #ffb400;
    -webkit-transition: color .3s linear;
    transition: color .3s linear; }
    .theme-paragraph-section-first:hover, .theme-paragraph-section-first:focus, .theme-paragraph-section-first:active, .theme-paragraph-section-next:hover, .theme-paragraph-section-next:focus, .theme-paragraph-section-next:active {
      color: #114f40; }
  .theme-paragraph-section-first {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1); }

@-webkit-keyframes theme-paragraph-section-blink {
  25% {
    background-position-y: 0; }
  0%, 100% {
    background-position-y: -100vh; } }

@keyframes theme-paragraph-section-blink {
  25% {
    background-position-y: 0; }
  0%, 100% {
    background-position-y: -100vh; } }
