.article-page {
  max-width: 500px;
  margin: 0 auto;
  margin: 64px auto; }
  @media (min-width: 1025px) {
    .article-page {
      max-width: none; } }
  @media (min-width: 1025px) {
    .article-page {
      margin-top: 96px;
      -ms-grid-rows: auto 1fr;
      grid-template-rows: auto 1fr;
      justify-items: stretch; } }
  .article-page__image-wrapper {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    -ms-grid-row: 1;
    grid-row: 1; }
    @media (min-width: 1025px) {
      .article-page__image-wrapper {
        height: 460px;
        overflow: hidden; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .article-page__image-wrapper {
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
      grid-column: 1 / 6; } }
  .article-page__image {
    width: 100%; }
    @media (min-width: 1025px) {
      .article-page__image {
        width: auto;
        height: 100%;
        margin-left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
  .article-page__text-wrapper {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    -ms-grid-row: 2;
    grid-row: 2; }
    @media (min-width: 1025px) {
      .article-page__text-wrapper {
        -ms-grid-row: 1;
        grid-row: 1; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .article-page__text-wrapper {
      -ms-grid-column: 7;
      -ms-grid-column-span: 6;
      grid-column: 7 / 13; } }
  .article-page__title {
    margin-top: 32px; }
    @media (min-width: 1025px) {
      .article-page__title {
        margin-top: 0; } }
  .article-page__body {
    margin-top: 48px; }
  .article-page__download {
    margin-top: 32px;
    display: inline-block; }
    .article-page__download--title {
      font-weight: 600;
      display: inline-block;
      margin-top: 0;
      padding-right: 16px; }
    .article-page__download--icon {
      display: inline-block; }
    .article-page__download:hover .article-page__download--title {
      color: #7092af; }

@-webkit-keyframes homepage-scroll-bounce {
  0% {
    bottom: 48px; }
  50% {
    bottom: 32px; }
  100% {
    bottom: 48px; } }

@keyframes homepage-scroll-bounce {
  0% {
    bottom: 48px; }
  50% {
    bottom: 32px; }
  100% {
    bottom: 48px; } }

.homepage-hero {
  width: 100%;
  height: 80vh;
  position: relative; }
  .homepage-hero__background {
    width: 100%; }
  .homepage-hero__background-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;'; }
  .homepage-hero__content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 350px;
    margin: 0 auto; }
    @media (min-width: 1025px) {
      .homepage-hero__content {
        max-width: none; } }
  .homepage-hero__content-area {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    text-align: center; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .homepage-hero__content-area {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4 / 10; } }
  .homepage-hero__title {
    color: #ffffff;
    margin-top: 0; }
  .homepage-hero__cta {
    display: inline-block;
    margin-top: 32px; }
    @media (min-width: 1025px) {
      .homepage-hero__cta {
        margin-top: 48px; } }
  .homepage-hero__scroll-icon {
    position: absolute;
    width: 20px;
    height: 40px;
    bottom: 48px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-animation: homepage-scroll-bounce 2s infinite ease-in-out;
            animation: homepage-scroll-bounce 2s infinite ease-in-out; }
    @media (min-width: 1025px) {
      .homepage-hero__scroll-icon {
        bottom: 64px; } }
    .homepage-hero__scroll-icon circle {
      stroke: #ffffff; }
    .homepage-hero__scroll-icon rect {
      fill: #ffffff; }

.two-column-image-text {
  padding-top: 48px; }
  @media (min-width: 1025px) {
    .two-column-image-text {
      padding-top: 80px; } }
  .two-column-image-text__mobile-image {
    margin: 48px auto 32px;
    display: block;
    max-width: 500px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5; }
    .two-column-image-text__mobile-image--tag {
      height: 100%;
      width: 100%; }
    @media (min-width: 1025px) {
      .two-column-image-text__mobile-image {
        display: none; } }
  .two-column-image-text__image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden; }
    .two-column-image-text__image-right {
      -ms-grid-row: 2;
      grid-row: 2; }
      @media (min-width: 1025px) {
        .two-column-image-text__image-right {
          -ms-grid-row: 1;
          grid-row: 1;
          max-height: 500px;
          display: inline-block; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .two-column-image-text__image-right {
      -ms-grid-column: 7;
      -ms-grid-column-span: 6;
      grid-column: 7 / 13; } }
    .two-column-image-text__image-left {
      -ms-grid-row: 2;
      grid-row: 2; }
      @media (min-width: 1025px) {
        .two-column-image-text__image-left {
          -ms-grid-row: 1;
          grid-row: 1;
          max-height: 500px;
          display: inline-block; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .two-column-image-text__image-left {
      -ms-grid-column: 1;
      -ms-grid-column-span: 6;
      grid-column: 1 / 7; } }
    .two-column-image-text__image-tag {
      height: 100%;
      width: auto;
      margin-left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
  .two-column-image-text__text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    height: 100%;
    display: flex;
    align-items: center;
    max-width: 500px;
    margin: 0 auto; }
    .two-column-image-text__text-right {
      -ms-grid-row: 2;
      grid-row: 2; }
      @media (min-width: 1025px) {
        .two-column-image-text__text-right {
          -ms-grid-row: 1;
          grid-row: 1; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .two-column-image-text__text-right {
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
      grid-column: 1 / 6; } }
    .two-column-image-text__text-left {
      -ms-grid-row: 2;
      grid-row: 2; }
      @media (min-width: 1025px) {
        .two-column-image-text__text-left {
          -ms-grid-row: 1;
          grid-row: 1; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .two-column-image-text__text-left {
      -ms-grid-column: 8;
      -ms-grid-column-span: 5;
      grid-column: 8 / 13; } }
    .two-column-image-text__text--title {
      margin-top: 0; }
      @media (min-width: 1025px) {
        .two-column-image-text__text--title {
          width: 90%; } }
    @media (min-width: 1025px) {
      .two-column-image-text__text--body {
        margin-top: 32px; } }

.two-column-image-text + .newsletter,
.two-column-image-text + .listing-module--background-Grey,
.two-column-image-text + .three-column-image-text,
.two-column-image-text + .cta-module,
.two-column-image-text + .related-articles,
.two-column-image-text + .article-listing {
  margin-top: 80px; }

.three-column-image-text {
  padding: 48px 0;
  background: #f8f8f8; }
  @media (min-width: 1025px) {
    .three-column-image-text {
      padding: 80px 0; } }
  .three-column-image-text__wrapper {
    max-width: 500px;
    margin: 0 auto; }
    @media (min-width: 1025px) {
      .three-column-image-text__wrapper {
        max-width: none; } }
  .three-column-image-text__header {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    text-align: center; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .three-column-image-text__header {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3 / 11; } }
    .three-column-image-text__header-title {
      margin-top: 0;
      font-size: 32px; }
      @media (min-width: 1025px) {
        .three-column-image-text__header-title {
          font-size: 40px; } }
    .three-column-image-text__header-description {
      margin-top: 32px; }
      @media (min-width: 1025px) {
        .three-column-image-text__header-description {
          margin-top: 16px; } }
  .three-column-image-text__columns {
    padding-top: 64px; }
    @media (min-width: 1025px) {
      .three-column-image-text__columns {
        -ms-grid-columns: 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr; } }
  .three-column-image-text__column {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5; }
    .three-column-image-text__column-0 {
      -ms-grid-row: 1;
      grid-row: 1; }
    .three-column-image-text__column-1 {
      -ms-grid-row: 2;
      grid-row: 2; }
    .three-column-image-text__column-2 {
      -ms-grid-row: 3;
      grid-row: 3; }
    .three-column-image-text__column:nth-child(4n + 2), .three-column-image-text__column:nth-child(4n + 3) {
      margin-top: 64px; }
    .three-column-image-text__column--tile:nth-child(4n + 2), .three-column-image-text__column--tile:nth-child(4n + 3) {
      margin-top: 24px; }
    @media (min-width: 1025px) {
      .three-column-image-text__column-0 {
        -ms-grid-row: 1;
        grid-row: 1; }
      .three-column-image-text__column-1 {
        -ms-grid-row: 1;
        grid-row: 1; }
      .three-column-image-text__column-2 {
        -ms-grid-row: 1;
        grid-row: 1; }
      .three-column-image-text__column:nth-child(4n + 1) {
        margin-top: 0; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .three-column-image-text__column:nth-child(4n + 1) {
      grid-column: 1 / 5;
      -ms-grid-column: 1 !important;
      -ms-grid-column-span: 7 !important; } }
    @media (min-width: 1025px) {
      .three-column-image-text__column:nth-child(4n + 2) {
        margin-top: 0; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .three-column-image-text__column:nth-child(4n + 2) {
      grid-column: 5 / 9;
      -ms-grid-column: 9 !important;
      -ms-grid-column-span: 7 !important; } }
    @media (min-width: 1025px) {
      .three-column-image-text__column:nth-child(4n + 3) {
        margin-top: 0; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .three-column-image-text__column:nth-child(4n + 3) {
      grid-column: 9 / 13;
      -ms-grid-column: 17 !important;
      -ms-grid-column-span: 7 !important; } }
    .three-column-image-text__column-image {
      height: 76px;
      width: 76px;
      margin-left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      margin-top: 0; }
      @media (min-width: 1025px) {
        .three-column-image-text__column-image {
          height: 72px;
          width: 72px;
          margin-top: 0; } }
      .three-column-image-text__column-image-tag {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .three-column-image-text__column-image--tile {
        height: 185px;
        width: 100%; }
        @media (min-width: 1025px) {
          .three-column-image-text__column-image--tile {
            height: 200px;
            margin-top: 0; } }
      .three-column-image-text__column-image--images-2x {
        height: 185px;
        width: 148px; }
    .three-column-image-text__column-text--tile {
      background: #ffffff;
      padding: 32px 24px; }
      @media (min-width: 1025px) {
        .three-column-image-text__column-text--tile {
          height: calc(100% - 200px);
          box-sizing: border-box; } }
    .three-column-image-text__column-title {
      text-align: center;
      margin-top: 24px; }
      .three-column-image-text__column-title--tile {
        text-align: left;
        margin-top: 0; }
    .three-column-image-text__column-description {
      text-align: center;
      margin-top: 16px;
      word-wrap: break-word; }
      .three-column-image-text__column-description--tile {
        text-align: left; }
  .three-column-image-text__cta {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    display: flex;
    justify-content: center;
    margin-top: 32px; }
    @media (min-width: 1025px) {
      .three-column-image-text__cta {
        margin-top: 64px; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .three-column-image-text__cta {
      -ms-grid-column: 3;
      -ms-grid-column-span: 8;
      grid-column: 3 / 11; } }
    .three-column-image-text__cta-button {
      min-width: 100%;
      box-sizing: border-box; }
      @media (min-width: 1025px) {
        .three-column-image-text__cta-button {
          min-width: 280px; } }

.two-column-featured {
  padding: 64px 0 96px; }
  @media (min-width: 1025px) {
    .two-column-featured {
      padding: 64px 0 104px; } }
  .two-column-featured__image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    height: 360px;
    margin: 0 48px; }
    @media (min-width: 1025px) {
      .two-column-featured__image {
        height: 600px;
        width: 100%;
        margin: 0; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .two-column-featured__image {
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
      grid-column: 1 / 6; } }
    .two-column-featured__image-tag {
      max-width: 100%;
      max-height: 100%;
      position: relative;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .two-column-featured__text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    display: flex;
    align-items: center; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .two-column-featured__text {
    -ms-grid-column: 7;
    -ms-grid-column-span: 5;
    grid-column: 7 / 12; } }
    .two-column-featured__text--container {
      width: 100%;
      text-align: center;
      max-width: 500px;
      margin: 0 auto; }
      @media (min-width: 1025px) {
        .two-column-featured__text--container {
          max-width: none; } }
      @media (min-width: 1025px) {
        .two-column-featured__text--container {
          text-align: left; } }
    .two-column-featured__text--title {
      font-size: 32px;
      margin-top: 48px; }
      @media (min-width: 1025px) {
        .two-column-featured__text--title {
          margin-top: 0;
          font-size: 40px; } }
    .two-column-featured__text--subtitle {
      margin-top: 24px; }
      @media (min-width: 1025px) {
        .two-column-featured__text--subtitle {
          margin-top: 24px; } }
    .two-column-featured__text--description ul {
      list-style: none;
      -webkit-padding-start: 0;
              padding-inline-start: 0;
      margin-left: 0; }
    .two-column-featured__text--description li {
      padding-left: 0; }
    @media (min-width: 1025px) {
      .two-column-featured__text--description {
        margin-top: 24px; }
        .two-column-featured__text--description ul {
          list-style: initial;
          -webkit-padding-start: 40px;
                  padding-inline-start: 40px;
          margin-left: -1.2rem; }
        .two-column-featured__text--description li {
          padding-left: 0.5rem; } }
  .two-column-featured__cta {
    margin-top: 48px; }
    @media (min-width: 1025px) {
      .two-column-featured__cta {
        min-width: 248px;
        display: inline-block; } }

.featured-carousel__side-arrow {
  width: 100%;
  height: 100%; }

.slick-prev {
  left: 16px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
  @media (min-width: 1025px) {
    .slick-prev {
      left: 48px; } }

.slick-next {
  right: 16px; }
  @media (min-width: 1025px) {
    .slick-next {
      right: 48px; } }

.slick-next, .slick-prev {
  width: 16px;
  height: 16px;
  z-index: 100;
  top: 240px; }
  @media (min-width: 1025px) {
    .slick-next, .slick-prev {
      width: 32px;
      height: 24px;
      top: 45%; } }

.slick-prev::before,
.slick-next::before {
  display: none; }

.slick-dots {
  bottom: 48px; }
  @media (min-width: 1025px) {
    .slick-dots {
      bottom: 32px; } }

.slick-dots li button::before {
  font-size: 8px;
  color: #003c71; }

.slick-dots li.slick-active button::before {
  color: #003c71;
  opacity: 1; }

.listing-module-item__inner:hover {
  text-decoration: none; }

a.listing-module-item__inner:hover .listing-module-item__title {
  color: #7092af; }

a.listing-module-item__inner:hover .listing-module-item__image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05); }

.listing-module-item__image {
  width: 100%;
  max-width: 200px;
  display: block;
  border-radius: 50%;
  margin: 0 auto; }

.listing-module-item__title {
  text-align: center; }

.listing-module {
  padding: 80px 0; }
  .listing-module--background-Grey {
    background: #f8f8f8; }
  .listing-module__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    text-align: center;
    margin-top: 0; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .listing-module__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13; } }
  .listing-module__section {
    margin-top: 64px; }
    .listing-module__section + .listing-module__section {
      margin-top: 48px; }
  .listing-module__inner {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5; }
    @media (min-width: 1025px) {
      .listing-module__inner {
        display: flex;
        justify-content: space-between; } }
  .listing-module__item {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5; }
    .listing-module__item--index-0 {
      -ms-grid-row: 1;
      grid-row: 1; }
    .listing-module__item--index-1 {
      -ms-grid-row: 2;
      grid-row: 2; }
    .listing-module__item--index-2 {
      -ms-grid-row: 3;
      grid-row: 3; }
    .listing-module__item--index-3 {
      -ms-grid-row: 4;
      grid-row: 4; }
    @media (min-width: 1025px) {
      .listing-module__item {
        -ms-grid-row: 1;
        grid-row: 1; } }
    .listing-module__item + .listing-module__item {
      margin-top: 64px; }
      @media (min-width: 1025px) {
        .listing-module__item + .listing-module__item {
          margin-top: 0; } }

@media (min-width: 1025px) and (min-width: 1025px) {
  .listing-module__section--cols-3 .listing-module__inner {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2 / 12; } }
  @media (min-width: 1025px) {
    .listing-module__section--cols-3 .listing-module__item {
      width: 197px; } }

@media (min-width: 1025px) and (min-width: 1025px) {
  .listing-module__section--cols-4 .listing-module__inner {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13; } }
  @media (min-width: 1025px) {
    .listing-module__section--cols-4 .listing-module__item {
      width: 164px; } }

.counter {
  color: #ffffff;
  margin-top: 48px; }
  @media (min-width: 1025px) {
    .counter {
      margin-top: 80px; } }

.question-one__header {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / 5;
  -ms-grid-row: 1;
  grid-row: 1;
  z-index: 100; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .question-one__header {
    -ms-grid-column: 4;
    -ms-grid-column-span: 7;
    grid-column: 4 / 11; } }

.question-one__input {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / 5;
  -ms-grid-row: 2;
  grid-row: 2;
  margin-top: 64px !important; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .question-one__input {
    -ms-grid-column: 4;
    -ms-grid-column-span: 4;
    grid-column: 4 / 8; } }

.question-one__next-button {
  -ms-grid-row: 3;
  grid-row: 3; }

.question-two__tile--part-one {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / 5;
  z-index: 100;
  position: relative; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .question-two__tile--part-one {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4 / 10; } }
  .question-two__tile--part-one input:checked ~ label {
    background-color: #7092AF; }
  .question-two__tile--part-one input:checked + div {
    visibility: visible; }
  .question-two__tile--part-one:nth-child(0) {
    grid-row: 0; }
  .question-two__tile--part-one:nth-child(1) {
    -ms-grid-row: 1;
    grid-row: 1; }
  .question-two__tile--part-one:nth-child(2) {
    -ms-grid-row: 2;
    grid-row: 2; }
  .question-two__tile--part-one:nth-child(3) {
    -ms-grid-row: 3;
    grid-row: 3; }
  .question-two__tile--part-one:nth-child(4) {
    -ms-grid-row: 4;
    grid-row: 4; }
  .question-two__tile--part-one:nth-child(5) {
    -ms-grid-row: 5;
    grid-row: 5; }
  .question-two__tile--part-one:nth-child(6) {
    -ms-grid-row: 6;
    grid-row: 6; }
  .question-two__tile--part-one:nth-child(7) {
    -ms-grid-row: 7;
    grid-row: 7; }
  .question-two__tile--part-one:nth-child(8) {
    -ms-grid-row: 8;
    grid-row: 8; }
  .question-two__tile--part-one:nth-child(9) {
    -ms-grid-row: 9;
    grid-row: 9; }

.question-two__tile--part-two {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / 5;
  position: relative; }
  @media (min-width: 1025px) {
    .question-two__tile--part-two:nth-child(2n + 1) {
      -ms-grid-column: 7 !important;
      -ms-grid-column-span: 5 !important; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .question-two__tile--part-two:nth-child(2n + 1) {
      -ms-grid-column: 4;
      -ms-grid-column-span: 3;
      grid-column: 4 / 7; } }
  @media (min-width: 1025px) {
    .question-two__tile--part-two:nth-child(2n) {
      -ms-grid-column: 13 !important;
      -ms-grid-column-span: 5 !important; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .question-two__tile--part-two:nth-child(2n) {
      -ms-grid-column: 7;
      -ms-grid-column-span: 3;
      grid-column: 7 / 10; } }
  .question-two__tile--part-two input:checked ~ label {
    background-color: #7092AF; }
  .question-two__tile--part-two input:checked + div {
    visibility: visible; }
  .question-two__tile--part-two:nth-child(1) {
    -ms-grid-row: 1;
    grid-row: 1; }
  .question-two__tile--part-two:nth-child(2) {
    -ms-grid-row: 2;
    grid-row: 2; }
  @media (min-width: 1025px) {
    .question-two__tile--part-two:nth-child(1), .question-two__tile--part-two:nth-child(2) {
      -ms-grid-row: 1;
      grid-row: 1; } }
  .question-two__tile--part-two:nth-child(3) {
    -ms-grid-row: 3;
    grid-row: 3; }
  .question-two__tile--part-two:nth-child(4) {
    -ms-grid-row: 4;
    grid-row: 4; }
  @media (min-width: 1025px) {
    .question-two__tile--part-two:nth-child(3), .question-two__tile--part-two:nth-child(4) {
      -ms-grid-row: 2;
      grid-row: 2; } }
  .question-two__tile--part-two:nth-child(5) {
    -ms-grid-row: 5;
    grid-row: 5; }
  .question-two__tile--part-two:nth-child(6) {
    -ms-grid-row: 6;
    grid-row: 6; }
  @media (min-width: 1025px) {
    .question-two__tile--part-two:nth-child(5), .question-two__tile--part-two:nth-child(6) {
      -ms-grid-row: 3;
      grid-row: 3; } }
  .question-two__tile--part-two:nth-child(7) {
    -ms-grid-row: 7;
    grid-row: 7; }
  .question-two__tile--part-two:nth-child(8) {
    -ms-grid-row: 8;
    grid-row: 8; }
  @media (min-width: 1025px) {
    .question-two__tile--part-two:nth-child(7), .question-two__tile--part-two:nth-child(8) {
      -ms-grid-row: 4;
      grid-row: 4; } }
  .question-two__tile--part-two:nth-child(9) {
    -ms-grid-row: 9;
    grid-row: 9; }
  .question-two__tile--part-two:nth-child(10) {
    -ms-grid-row: 10;
    grid-row: 10; }
  @media (min-width: 1025px) {
    .question-two__tile--part-two:nth-child(9), .question-two__tile--part-two:nth-child(10) {
      -ms-grid-row: 5;
      grid-row: 5; } }

.question-two__label {
  display: inline-block; }
  .question-two__label--part-one {
    padding: 24px;
    margin-top: 24px; }
  .question-two__label--part-two {
    padding: 16px;
    margin-top: 24px; }

.question-two__title--part-two {
  text-align: center; }

.question-two__part-two--show {
  display: block; }

.question-two__part-two--hide {
  display: none; }

.question-two__part-two--title {
  margin-top: 0; }

.question-two__part-two--header {
  margin: 32px 0 8px; }

@media (min-width: 1025px) {
  .question-two__part-two--grid {
    -ms-grid-columns: 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr; } }

.question-three__tile {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / 5;
  z-index: 100;
  position: relative; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .question-three__tile {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4 / 10; } }
  .question-three__tile input:checked ~ label {
    background-color: #7092AF; }
  .question-three__tile input:checked + div {
    visibility: visible; }
  .question-three__tile:nth-child(0) {
    grid-row: 0; }
  .question-three__tile:nth-child(1) {
    -ms-grid-row: 1;
    grid-row: 1; }
  .question-three__tile:nth-child(2) {
    -ms-grid-row: 2;
    grid-row: 2; }
  .question-three__tile:nth-child(3) {
    -ms-grid-row: 3;
    grid-row: 3; }
  .question-three__tile:nth-child(4) {
    -ms-grid-row: 4;
    grid-row: 4; }
  .question-three__tile:nth-child(5) {
    -ms-grid-row: 5;
    grid-row: 5; }
  .question-three__tile:nth-child(6) {
    -ms-grid-row: 6;
    grid-row: 6; }
  .question-three__tile:nth-child(7) {
    -ms-grid-row: 7;
    grid-row: 7; }
  .question-three__tile:nth-child(8) {
    -ms-grid-row: 8;
    grid-row: 8; }
  .question-three__tile:nth-child(9) {
    -ms-grid-row: 9;
    grid-row: 9; }

.question-three__label {
  padding: 24px;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 1025px) {
    .question-three__label {
      flex-direction: row; } }

.question-three__image {
  margin: 16px 0 32px;
  flex: 1 1 auto; }
  @media (min-width: 1025px) {
    .question-three__image {
      margin: 32px 48px 32px 24px; } }

.question-three__text-wrapper {
  flex: 1 1 auto; }

.question-three__title {
  text-align: center; }
  @media (min-width: 1025px) {
    .question-three__title {
      text-align: left; } }

.question-three__description {
  text-align: center; }
  @media (min-width: 1025px) {
    .question-three__description {
      text-align: left; } }

.question-four__tile {
  position: relative; }
  .question-four__tile input:checked ~ label {
    background-color: #7092AF; }
  .question-four__tile input:checked + div {
    visibility: visible; }
  .question-four__tile:nth-child(1) {
    -ms-grid-row: 1;
    grid-row: 1; }
  .question-four__tile:nth-child(2) {
    -ms-grid-row: 2;
    grid-row: 2; }
  .question-four__tile:nth-child(3) {
    -ms-grid-row: 3;
    grid-row: 3; }
  @media (min-width: 1025px) {
    .question-four__tile:nth-child(1), .question-four__tile:nth-child(2), .question-four__tile:nth-child(3) {
      -ms-grid-row: 1;
      grid-row: 1; } }
  .question-four__tile:nth-child(4) {
    -ms-grid-row: 4;
    grid-row: 4; }
  .question-four__tile:nth-child(5) {
    -ms-grid-row: 5;
    grid-row: 5; }
  .question-four__tile:nth-child(6) {
    -ms-grid-row: 6;
    grid-row: 6; }
  @media (min-width: 1025px) {
    .question-four__tile:nth-child(4), .question-four__tile:nth-child(5), .question-four__tile:nth-child(6) {
      -ms-grid-row: 2;
      grid-row: 2; } }
  .question-four__tile:nth-child(7) {
    -ms-grid-row: 7;
    grid-row: 7; }
  .question-four__tile:nth-child(8) {
    -ms-grid-row: 8;
    grid-row: 8; }
  .question-four__tile:nth-child(9) {
    -ms-grid-row: 9;
    grid-row: 9; }
  @media (min-width: 1025px) {
    .question-four__tile:nth-child(7), .question-four__tile:nth-child(8), .question-four__tile:nth-child(9) {
      -ms-grid-row: 3;
      grid-row: 3; } }
  .question-four__tile:nth-child(10) {
    -ms-grid-row: 10;
    grid-row: 10; }
  .question-four__tile:nth-child(11) {
    -ms-grid-row: 11;
    grid-row: 11; }
  .question-four__tile:nth-child(12) {
    -ms-grid-row: 12;
    grid-row: 12; }
  @media (min-width: 1025px) {
    .question-four__tile:nth-child(10), .question-four__tile:nth-child(11), .question-four__tile:nth-child(12) {
      -ms-grid-row: 4;
      grid-row: 4; } }
  .question-four__tile:nth-child(13) {
    -ms-grid-row: 13;
    grid-row: 13; }
  .question-four__tile:nth-child(14) {
    -ms-grid-row: 14;
    grid-row: 14; }
  .question-four__tile:nth-child(15) {
    -ms-grid-row: 15;
    grid-row: 15; }
  @media (min-width: 1025px) {
    .question-four__tile:nth-child(13), .question-four__tile:nth-child(14), .question-four__tile:nth-child(15) {
      -ms-grid-row: 5;
      grid-row: 5; } }
  .question-four__tile:nth-child(16) {
    -ms-grid-row: 16;
    grid-row: 16; }
  .question-four__tile:nth-child(17) {
    -ms-grid-row: 17;
    grid-row: 17; }
  .question-four__tile:nth-child(18) {
    -ms-grid-row: 18;
    grid-row: 18; }
  @media (min-width: 1025px) {
    .question-four__tile:nth-child(16), .question-four__tile:nth-child(17), .question-four__tile:nth-child(18) {
      -ms-grid-row: 6;
      grid-row: 6; } }
  .question-four__tile:nth-child(19) {
    -ms-grid-row: 19;
    grid-row: 19; }
  .question-four__tile:nth-child(20) {
    -ms-grid-row: 20;
    grid-row: 20; }
  .question-four__tile:nth-child(21) {
    -ms-grid-row: 21;
    grid-row: 21; }
  @media (min-width: 1025px) {
    .question-four__tile:nth-child(19), .question-four__tile:nth-child(20), .question-four__tile:nth-child(21) {
      -ms-grid-row: 7;
      grid-row: 7; } }
  .question-four__tile:nth-child(22) {
    -ms-grid-row: 22;
    grid-row: 22; }
  .question-four__tile:nth-child(23) {
    -ms-grid-row: 23;
    grid-row: 23; }
  .question-four__tile:nth-child(24) {
    -ms-grid-row: 24;
    grid-row: 24; }
  @media (min-width: 1025px) {
    .question-four__tile:nth-child(22), .question-four__tile:nth-child(23), .question-four__tile:nth-child(24) {
      -ms-grid-row: 8;
      grid-row: 8; } }
  .question-four__tile:nth-child(25) {
    -ms-grid-row: 25;
    grid-row: 25; }
  .question-four__tile:nth-child(26) {
    -ms-grid-row: 26;
    grid-row: 26; }
  .question-four__tile:nth-child(27) {
    -ms-grid-row: 27;
    grid-row: 27; }
  @media (min-width: 1025px) {
    .question-four__tile:nth-child(25), .question-four__tile:nth-child(26), .question-four__tile:nth-child(27) {
      -ms-grid-row: 9;
      grid-row: 9; } }
  .question-four__tile:nth-child(28) {
    -ms-grid-row: 28;
    grid-row: 28; }
  .question-four__tile:nth-child(29) {
    -ms-grid-row: 29;
    grid-row: 29; }
  .question-four__tile:nth-child(30) {
    -ms-grid-row: 30;
    grid-row: 30; }
  @media (min-width: 1025px) {
    .question-four__tile:nth-child(28), .question-four__tile:nth-child(29), .question-four__tile:nth-child(30) {
      -ms-grid-row: 10;
      grid-row: 10; } }
  .question-four__tile--wrapper {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5; }
    @media (min-width: 1025px) {
      .question-four__tile--wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .question-four__tile--wrapper {
      -ms-grid-column: 4;
      -ms-grid-column-span: 7;
      grid-column: 4 / 11; } }
  .question-four__tile--item {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    z-index: 100;
    position: relative; }
    @media (min-width: 1025px) {
      .question-four__tile--item {
        width: 165px; } }
    @media (min-width: 1180px) {
      .question-four__tile--item {
        width: 190px; } }
  .question-four__tile--container {
    margin-top: 32px; }

.question-four__label {
  height: calc(100% - 24px);
  padding: 16px 8px;
  margin-top: 24px;
  display: block; }
  @media (min-width: 1025px) {
    .question-four__label {
      padding: 24px 8px; } }

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

.question-four__image {
  width: 64px;
  height: 64px;
  flex: 1 1 auto;
  display: none;
  pointer-events: none; }
  @media (min-width: 1025px) {
    .question-four__image {
      display: inline-block; } }

.question-four__title {
  text-align: center; }
  @media (min-width: 1025px) {
    .question-four__title {
      font-size: 14px;
      margin-top: 16px; } }
  @media (min-width: 1180px) {
    .question-four__title {
      font-size: 15px; } }

.product-finder {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box; }
  .product-finder__background {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100; }
    .product-finder__background-image {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .product-finder__background-overlay {
      width: 100%;
      height: 100%;
      background-color: rgba(0, 60, 113, 0.9);
      position: fixed;
      top: 0;
      left: 0; }
  .product-finder__content {
    min-height: 100vh;
    padding-bottom: 80px;
    position: relative;
    max-width: 500px;
    margin: 0 auto; }
    @media (min-width: 1025px) {
      .product-finder__content {
        max-width: none; } }
  .product-finder__content-area {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    z-index: 100;
    margin-top: 48px; }
    @media (min-width: 1025px) {
      .product-finder__content-area {
        margin-top: 80px; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .product-finder__content-area {
      -ms-grid-column: 4;
      -ms-grid-column-span: 7;
      grid-column: 4 / 11; } }
  .product-finder__title {
    font-size: 24px;
    color: #ffffff;
    margin-top: 0;
    line-height: 32px; }
  .product-finder__answer-title {
    color: #ffffff;
    margin-top: 0; }
  .product-finder__answer-description {
    margin-top: 8px;
    color: #ffffff; }
  .product-finder__header {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    z-index: 100; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .product-finder__header {
    -ms-grid-column: 4;
    -ms-grid-column-span: 7;
    grid-column: 4 / 11; } }
  .product-finder__question-title {
    font-size: 24px;
    color: #ffffff;
    margin-top: 8px; }
  .product-finder__helper-text {
    color: #ffffff;
    font-style: italic; }
  .product-finder__next-button {
    z-index: 100;
    margin-top: 48px !important;
    display: none;
    cursor: pointer; }
    .product-finder__next-button--left {
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
      grid-column: 1 / 5; }
      @media (min-width: 1025px) {
        .product-finder__next-button--left {
          max-width: 200px; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .product-finder__next-button--left {
      -ms-grid-column: 4;
      -ms-grid-column-span: 3;
      grid-column: 4 / 7; } }
    .product-finder__next-button--right {
      width: 100%; }
      @media (min-width: 1025px) {
        .product-finder__next-button--right {
          width: 200px;
          position: absolute;
          right: 0; } }
    .product-finder__next-button--valid {
      display: block; }
    .product-finder__next-button:hover {
      background-image: none;
      border-color: #ffffff; }
      .product-finder__next-button:hover p {
        color: #ffffff; }
  .product-finder__button-container {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    position: relative; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .product-finder__button-container {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 7 / 10; } }

@media (min-width: 1025px) and (min-width: 1025px) {
  .product-finder__button-container--final {
    -ms-grid-column: 8;
    -ms-grid-column-span: 3;
    grid-column: 8 / 11; } }
  .product-finder__question--show {
    display: -ms-grid;
    display: grid; }
  .product-finder__question--question-four.product-finder__question--show {
    display: block; }
  .product-finder__question--hide {
    display: none; }
  .product-finder__focus-wrapper {
    margin-bottom: 104px; }
    .product-finder__focus-wrapper--in-focus {
      opacity: 1; }
    .product-finder__focus-wrapper--not-in-focus {
      opacity: 0.3; }
  .product-finder__input {
    display: none; }
  .product-finder__shadow {
    display: none;
    width: 95%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 2.5%;
    border-radius: 4px;
    z-index: 1;
    box-shadow: 0px 0.25em 0.625em 0px rgba(0, 0, 0, 0.17); }
  .product-finder__label {
    cursor: pointer;
    background-color: #1c4e81;
    border-radius: 4px;
    width: 100%;
    z-index: 100;
    position: relative; }
  .product-finder__results--hide {
    display: none; }
  .product-finder__results--show {
    display: block; }

.product-finder .input-field > label {
  font-size: 24px !important; }

.product-finder input[type=text]:not(.browser-default) {
  font-size: 24px !important;
  height: 60px !important; }

.results {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  background: #ffffff;
  padding-top: 48px; }
  .results__wrapper {
    max-width: 500px;
    margin: 0 auto; }
    @media (min-width: 1025px) {
      .results__wrapper {
        max-width: none; } }
  .results__header {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    z-index: 100;
    margin: 0 0 16px; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .results__header {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2 / 12; } }
    .results__header--title {
      margin-top: 48px; }
  .results__arrow--text {
    font-weight: 500;
    display: inline-block;
    cursor: pointer; }
  .results__arrow--icon {
    display: inline-block;
    margin-left: 16px;
    cursor: pointer;
    width: 11px;
    height: 12px; }
  .results-product {
    margin: 48px 0; }
    .results-product__image-wrapper {
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
      grid-column: 1 / 5;
      max-width: 500px;
      width: calc(100% - 36px);
      border: 2px solid #dedede;
      border-radius: 4px;
      padding: 16px;
      display: block; }
      @media (min-width: 1025px) {
        .results-product__image-wrapper {
          height: 264px;
          width: 264px; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .results-product__image-wrapper {
      -ms-grid-column: 2;
      -ms-grid-column-span: 3;
      grid-column: 2 / 5; } }
    .results-product__image {
      width: 100%;
      height: 100%; }
    .results-product__title {
      font-size: 24px;
      margin-top: 0;
      font-weight: 600; }
    .results-product__sub-heading {
      font-weight: 500;
      display: inline; }
    .results-product__body {
      margin-top: 8px; }
      .results-product__body:first-of-type {
        margin-top: 24px; }
    .results-product__tags {
      margin-top: 8px;
      font-weight: 500;
      color: #003c71; }
    .results-product__tag {
      display: inline;
      padding-right: 16px; }
    .results-product__text-wrapper {
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
      grid-column: 1 / 5;
      max-width: 500px;
      margin: 0 auto;
      margin: 32px auto 0;
      width: 100%; }
      @media (min-width: 1025px) {
        .results-product__text-wrapper {
          max-width: none; } }
      @media (min-width: 1025px) {
        .results-product__text-wrapper {
          margin-top: 0; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .results-product__text-wrapper {
      -ms-grid-column: 6;
      -ms-grid-column-span: 6;
      grid-column: 6 / 12; } }
    .results-product__text-container {
      width: 100%;
      padding-top: 24px; }
  .results__footer {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    z-index: 100;
    margin: 32px auto;
    -ms-grid-row: 2;
    grid-row: 2;
    text-align: center;
    display: block; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .results__footer {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2 / 12; } }
    .results__footer--prompt {
      display: inline-block;
      margin-top: 0; }
    .results__footer--link {
      display: inline-block;
      margin-left: 8px;
      margin-top: 0;
      font-weight: 500;
      cursor: pointer; }

.feeding-instructions__toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 8px 0;
  margin: 16px 0;
  cursor: pointer; }
  .feeding-instructions__toggle--text {
    font-weight: 500;
    margin-top: 0; }
  .feeding-instructions__toggle--icon {
    margin-right: 16px;
    width: 12px;
    height: 8px; }
    .feeding-instructions__toggle--icon--open {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

.feeding-instructions__content {
  display: none; }
  .feeding-instructions__content--text {
    margin-bottom: 24px; }
  .feeding-instructions__content--image {
    width: 100%; }
  .feeding-instructions__content--open {
    display: block; }

.email-product {
  background: #f8f8f8;
  padding: 64px 16px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  -ms-grid-row: 1;
  grid-row: 1; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .email-product {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13; } }
  @media (min-width: 1025px) {
    .email-product {
      padding: 64px 48px; } }
  .email-product__prompt {
    font-size: 24px;
    color: #a6192e;
    text-align: center;
    margin-top: 0; }
  .email-product__button {
    margin-top: 48px;
    display: inline-block;
    position: relative;
    border: 2px solid #a6192e;
    padding: 0 24px;
    font-weight: 600;
    background-color: none;
    cursor: pointer;
    color: #a6192e;
    height: 52px;
    line-height: 52px;
    border-radius: 28px; }
    .email-product__button:hover {
      background-color: #a6192e;
      border: 2px solid #ffffff;
      color: #ffffff; }
    @media (min-width: 1025px) {
      .email-product__button {
        padding: 0 48px; } }
  .email-product__overlay {
    background-color: #000000;
    width: 100%;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    z-index: 1000; }
    .email-product__overlay--open {
      opacity: .5;
      height: 100%; }
    .email-product__overlay--closing {
      opacity: 0;
      height: 100%; }
  .email-product__popup {
    display: none; }
    .email-product__popup--wrapper {
      padding: 48px 16px;
      border-radius: 4px;
      text-align: center;
      box-sizing: border-box;
      width: 92%;
      max-width: 500px;
      z-index: 1001;
      position: fixed;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (min-width: 1025px) {
        .email-product__popup--wrapper {
          width: 500px;
          padding: 48px; } }
      .email-product__popup--wrapper-initial {
        background-color: #ffffff;
        display: block; }
        .email-product__popup--wrapper-initial--email-submitted {
          display: none; }
      .email-product__popup--wrapper-sent {
        background-color: #003c71;
        display: none; }
        .email-product__popup--wrapper-sent--form-success {
          display: block; }
        .email-product__popup--wrapper-sent--form-failed {
          display: block; }
    .email-product__popup--sent-title {
      color: #ffffff;
      font-size: 32px;
      margin-top: 16px; }
    .email-product__popup--sent-message {
      color: #ffffff; }
    .email-product__popup--sent-close {
      color: #ffffff;
      font-weight: 500;
      text-decoration: underline;
      margin-top: 32px;
      cursor: pointer; }
    .email-product__popup--open {
      display: block; }
    .email-product__popup--message {
      color: #003c71;
      font-size: 24px;
      margin-top: 0; }
    .email-product__popup--input {
      margin-top: 32px !important;
      color: #4b4b4b !important; }
    .email-product__popup--button {
      width: 100%;
      margin-top: 32px !important;
      cursor: pointer; }
      @media (min-width: 1025px) {
        .email-product__popup--button {
          max-width: 200px;
          margin-left: 50% !important;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); } }

.grid-description__content {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / 5; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .grid-description__content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13; } }

.grid-details__desktop {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / 5; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .grid-details__desktop {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1 / 7; } }

.grid-details__mobile {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / 5;
  -ms-grid-row: 2;
  grid-row: 2; }
  @media (min-width: 1025px) {
    .grid-details__mobile {
      -ms-grid-row: 1;
      grid-row: 1; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .grid-details__mobile {
      -ms-grid-column: 7;
      -ms-grid-column-span: 6;
      grid-column: 7 / 13; } }

.grid-full__column {
  background: #dedede;
  height: 2rem;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / 5; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .grid-full__column {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13; } }

.grid-1to1 {
  margin-top: 1rem; }
  .grid-1to1__column1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    background: #dedede;
    height: 2rem; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .grid-1to1__column1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1 / 7; } }
  .grid-1to1__column2 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / 5;
    background: #dedede;
    height: 2rem; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .grid-1to1__column2 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7 / 13; } }

.grid-1to1to1 {
  margin-top: 1rem; }
  .grid-1to1to1__column1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    background: #dedede;
    height: 2rem; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .grid-1to1to1__column1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5; } }
  .grid-1to1to1__column2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    background: #dedede;
    height: 2rem; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .grid-1to1to1__column2 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5 / 9; } }
  .grid-1to1to1__column3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    background: #dedede;
    height: 2rem; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .grid-1to1to1__column3 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 4;
    grid-column: 9 / 13; } }

.styleguide-colors {
  list-style: none; }
  .styleguide-colors__color {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    border: 1px solid #dedede;
    padding: 1rem;
    border-radius: 5px;
    margin-top: 16px; }
    .styleguide-colors__color--index-0 {
      -ms-grid-row: 1;
      grid-row: 1; }
    .styleguide-colors__color--index-1 {
      -ms-grid-row: 2;
      grid-row: 2; }
    .styleguide-colors__color--index-2 {
      -ms-grid-row: 3;
      grid-row: 3; }
    .styleguide-colors__color--index-3 {
      -ms-grid-row: 4;
      grid-row: 4; }
    .styleguide-colors__color--index-4 {
      -ms-grid-row: 5;
      grid-row: 5; }
    .styleguide-colors__color--index-5 {
      -ms-grid-row: 6;
      grid-row: 6; }
    .styleguide-colors__color--index-6 {
      -ms-grid-row: 7;
      grid-row: 7; }
    .styleguide-colors__color--index-7 {
      -ms-grid-row: 8;
      grid-row: 8; }
    .styleguide-colors__color--index-8 {
      -ms-grid-row: 9;
      grid-row: 9; }
    .styleguide-colors__color--index-9 {
      -ms-grid-row: 10;
      grid-row: 10; }
    @media (min-width: 1025px) {
      .styleguide-colors__color--index-0 {
        -ms-grid-row: 1;
        grid-row: 1; }
      .styleguide-colors__color--index-1 {
        -ms-grid-row: 1;
        grid-row: 1; }
      .styleguide-colors__color--index-2 {
        -ms-grid-row: 1;
        grid-row: 1; }
      .styleguide-colors__color--index-3 {
        -ms-grid-row: 1;
        grid-row: 1; }
      .styleguide-colors__color--index-4 {
        -ms-grid-row: 2;
        grid-row: 2; }
      .styleguide-colors__color--index-5 {
        -ms-grid-row: 2;
        grid-row: 2; }
      .styleguide-colors__color--index-6 {
        -ms-grid-row: 2;
        grid-row: 2; }
      .styleguide-colors__color--index-7 {
        -ms-grid-row: 2;
        grid-row: 2; }
      .styleguide-colors__color--index-8 {
        -ms-grid-row: 3;
        grid-row: 3; }
      .styleguide-colors__color--index-9 {
        -ms-grid-row: 3;
        grid-row: 3; } }

@media (min-width: 1025px) and (min-width: 1025px) {
  .styleguide-colors__color:nth-child(4n + 1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4; } }

@media (min-width: 1025px) and (min-width: 1025px) {
  .styleguide-colors__color:nth-child(4n + 2) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4 / 7; } }

@media (min-width: 1025px) and (min-width: 1025px) {
  .styleguide-colors__color:nth-child(4n + 3) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 7 / 10; } }

@media (min-width: 1025px) and (min-width: 1025px) {
  .styleguide-colors__color:nth-child(4n) {
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-column: 10 / 13; } }
  .styleguide-colors__color-box {
    height: 120px; }

.breakpoints-description__content {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / 5; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .breakpoints-description__content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13; } }

.breakpoints-options__desktop {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / 5; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .breakpoints-options__desktop {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1 / 7; } }

.breakpoints-options__mobile {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / 5;
  -ms-grid-row: 2;
  grid-row: 2; }
  @media (min-width: 1025px) {
    .breakpoints-options__mobile {
      -ms-grid-row: 1;
      grid-row: 1; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .breakpoints-options__mobile {
      -ms-grid-column: 7;
      -ms-grid-column-span: 6;
      grid-column: 7 / 13; } }

.styleguide-typography {
  list-style: none;
  margin-top: 48px; }
  .styleguide-typography__single {
    margin-top: 48px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .styleguide-typography__single {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13; } }
  .styleguide-typography__type {
    list-style: none; }
    .styleguide-typography__type__column1 {
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
      grid-column: 1 / 5; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .styleguide-typography__type__column1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1 / 7; } }
    .styleguide-typography__type__column2 {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / 3; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .styleguide-typography__type__column2 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 7 / 10; } }
    .styleguide-typography__type__column3 {
      -ms-grid-column: 3;
      -ms-grid-column-span: 2;
      grid-column: 3 / 5;
      -ms-grid-row: 2;
      grid-row: 2; }
      @media (min-width: 1025px) {
        .styleguide-typography__type__column3 {
          -ms-grid-row: 1;
          grid-row: 1; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .styleguide-typography__type__column3 {
      -ms-grid-column: 10;
      -ms-grid-column-span: 3;
      grid-column: 10 / 13; } }

.styleguide-spacing {
  list-style: none; }
  .styleguide-spacing__spacer {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    background-color: #dedede;
    border-radius: 0;
    height: 64px;
    margin-top: 32px; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .styleguide-spacing__spacer {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13; } }
  .styleguide-spacing__element--index-0 {
    -ms-grid-row: 1;
    grid-row: 1; }
  .styleguide-spacing__element--index-1 {
    -ms-grid-row: 2;
    grid-row: 2; }
  .styleguide-spacing__element--index-2 {
    -ms-grid-row: 3;
    grid-row: 3; }
  .styleguide-spacing__element--index-3 {
    -ms-grid-row: 4;
    grid-row: 4; }
  .styleguide-spacing__element--index-4 {
    -ms-grid-row: 5;
    grid-row: 5; }
  .styleguide-spacing__element--index-5 {
    -ms-grid-row: 6;
    grid-row: 6; }
  .styleguide-spacing__element--index-6 {
    -ms-grid-row: 7;
    grid-row: 7; }
  .styleguide-spacing__element--index-7 {
    -ms-grid-row: 8;
    grid-row: 8; }
  .styleguide-spacing__element--index-8 {
    -ms-grid-row: 9;
    grid-row: 9; }
  .styleguide-spacing__element--index-9 {
    -ms-grid-row: 10;
    grid-row: 10; }
  @media (min-width: 1025px) {
    .styleguide-spacing__element {
      -ms-grid-row: 1;
      grid-row: 1; } }

.icons-description__content {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / 5; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .icons-description__content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13; } }

.icons-gallery {
  list-style: none; }
  .icons-gallery__icon {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    padding: 16px 0; }
    .icons-gallery__icon--index-0 {
      -ms-grid-row: 1;
      grid-row: 1; }
    .icons-gallery__icon--index-1 {
      -ms-grid-row: 2;
      grid-row: 2; }
    .icons-gallery__icon--index-2 {
      -ms-grid-row: 3;
      grid-row: 3; }
    .icons-gallery__icon--index-3 {
      -ms-grid-row: 4;
      grid-row: 4; }
    .icons-gallery__icon--index-4 {
      -ms-grid-row: 5;
      grid-row: 5; }
    .icons-gallery__icon--index-5 {
      -ms-grid-row: 6;
      grid-row: 6; }
    .icons-gallery__icon--index-6 {
      -ms-grid-row: 7;
      grid-row: 7; }
    .icons-gallery__icon--index-7 {
      -ms-grid-row: 8;
      grid-row: 8; }
    .icons-gallery__icon--index-8 {
      -ms-grid-row: 9;
      grid-row: 9; }
    .icons-gallery__icon--index-9 {
      -ms-grid-row: 10;
      grid-row: 10; }
    @media (min-width: 1025px) {
      .icons-gallery__icon--index-0 {
        -ms-grid-row: 1;
        grid-row: 1; }
      .icons-gallery__icon--index-1 {
        -ms-grid-row: 1;
        grid-row: 1; }
      .icons-gallery__icon--index-2 {
        -ms-grid-row: 1;
        grid-row: 1; }
      .icons-gallery__icon--index-3 {
        -ms-grid-row: 1;
        grid-row: 1; }
      .icons-gallery__icon--index-4 {
        -ms-grid-row: 2;
        grid-row: 2; }
      .icons-gallery__icon--index-5 {
        -ms-grid-row: 2;
        grid-row: 2; }
      .icons-gallery__icon--index-6 {
        -ms-grid-row: 2;
        grid-row: 2; }
      .icons-gallery__icon--index-7 {
        -ms-grid-row: 2;
        grid-row: 2; }
      .icons-gallery__icon--index-8 {
        -ms-grid-row: 3;
        grid-row: 3; }
      .icons-gallery__icon--index-9 {
        -ms-grid-row: 3;
        grid-row: 3; } }

@media (min-width: 1025px) and (min-width: 1025px) {
  .icons-gallery__icon:nth-child(4n + 1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4; } }

@media (min-width: 1025px) and (min-width: 1025px) {
  .icons-gallery__icon:nth-child(4n + 2) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4 / 7; } }

@media (min-width: 1025px) and (min-width: 1025px) {
  .icons-gallery__icon:nth-child(4n + 3) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 7 / 10; } }

@media (min-width: 1025px) and (min-width: 1025px) {
  .icons-gallery__icon:nth-child(4n) {
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-column: 10 / 13; } }

.buttons-description__content {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / 5; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .buttons-description__content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13; } }

.buttons-gallery {
  list-style: none; }
  .buttons-gallery__button {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    padding: 16px 0; }
    .buttons-gallery__button--index-0 {
      -ms-grid-row: 1;
      grid-row: 1; }
    .buttons-gallery__button--index-1 {
      -ms-grid-row: 2;
      grid-row: 2; }
    .buttons-gallery__button--index-2 {
      -ms-grid-row: 3;
      grid-row: 3; }
    .buttons-gallery__button--index-3 {
      -ms-grid-row: 4;
      grid-row: 4; }
    .buttons-gallery__button--index-4 {
      -ms-grid-row: 5;
      grid-row: 5; }
    .buttons-gallery__button--index-5 {
      -ms-grid-row: 6;
      grid-row: 6; }
    .buttons-gallery__button--index-6 {
      -ms-grid-row: 7;
      grid-row: 7; }
    .buttons-gallery__button--index-7 {
      -ms-grid-row: 8;
      grid-row: 8; }
    .buttons-gallery__button--index-8 {
      -ms-grid-row: 9;
      grid-row: 9; }
    .buttons-gallery__button--index-9 {
      -ms-grid-row: 10;
      grid-row: 10; }
    @media (min-width: 1025px) {
      .buttons-gallery__button--index-0 {
        -ms-grid-row: 1;
        grid-row: 1; }
      .buttons-gallery__button--index-1 {
        -ms-grid-row: 1;
        grid-row: 1; }
      .buttons-gallery__button--index-2 {
        -ms-grid-row: 1;
        grid-row: 1; }
      .buttons-gallery__button--index-3 {
        -ms-grid-row: 1;
        grid-row: 1; }
      .buttons-gallery__button--index-4 {
        -ms-grid-row: 2;
        grid-row: 2; }
      .buttons-gallery__button--index-5 {
        -ms-grid-row: 2;
        grid-row: 2; }
      .buttons-gallery__button--index-6 {
        -ms-grid-row: 2;
        grid-row: 2; }
      .buttons-gallery__button--index-7 {
        -ms-grid-row: 2;
        grid-row: 2; }
      .buttons-gallery__button--index-8 {
        -ms-grid-row: 3;
        grid-row: 3; }
      .buttons-gallery__button--index-9 {
        -ms-grid-row: 3;
        grid-row: 3; } }

@media (min-width: 1025px) and (min-width: 1025px) {
  .buttons-gallery__button:nth-child(4n + 1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4; } }

@media (min-width: 1025px) and (min-width: 1025px) {
  .buttons-gallery__button:nth-child(4n + 2) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4 / 7; } }

@media (min-width: 1025px) and (min-width: 1025px) {
  .buttons-gallery__button:nth-child(4n + 3) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 7 / 10; } }

@media (min-width: 1025px) and (min-width: 1025px) {
  .buttons-gallery__button:nth-child(4n) {
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-column: 10 / 13; } }

.form-description__content {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / 5; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .form-description__content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13; } }

.form-gallery {
  background-color: #003c71;
  padding: 24px; }
  .form-gallery__input {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .form-gallery__input {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4; } }
  .form-gallery__checkbox {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .form-gallery__checkbox {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4 / 7; } }

.related-articles {
  background-color: #f8f8f8;
  box-sizing: border-box; }
  .related-articles__header {
    max-width: 500px;
    margin: 0 auto; }
    @media (min-width: 1025px) {
      .related-articles__header {
        max-width: none; } }
  .related-articles__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    padding-top: 48px;
    font-size: 24px;
    line-height: 24px;
    margin-top: 0; }
    @media (min-width: 1025px) {
      .related-articles__title {
        padding-top: 64px;
        -ms-grid-column: 1;
        -ms-grid-column-span: 21; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .related-articles__title {
      -ms-grid-column: 1;
      -ms-grid-column-span: 12;
      grid-column: 1 / 13; } }
  .related-articles__section {
    max-width: 500px;
    margin: 0 auto;
    margin: 32px auto 0; }
    @media (min-width: 1025px) {
      .related-articles__section {
        max-width: none; } }
    @media (min-width: 1025px) {
      .related-articles__section {
        margin-top: 64px;
        -ms-grid-columns: 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr; }
        .related-articles__section:last-of-type {
          padding-bottom: 64px; } }
  .related-articles__item {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    position: relative;
    margin-bottom: 48px; }
    @media (min-width: 1025px) {
      .related-articles__item {
        margin-bottom: 0; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .related-articles__item:nth-child(1) {
      grid-column: 1 / 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .related-articles__item:nth-child(2) {
      grid-column: 5 / 9;
      -ms-grid-column: 9;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .related-articles__item:nth-child(3) {
      grid-column: 9 / 13;
      -ms-grid-column: 17;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .related-articles__item:nth-child(4) {
      grid-column: 1 / 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .related-articles__item:nth-child(5) {
      grid-column: 5 / 9;
      -ms-grid-column: 9;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .related-articles__item:nth-child(6) {
      grid-column: 9 / 13;
      -ms-grid-column: 17;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .related-articles__item:nth-child(7) {
      grid-column: 1 / 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .related-articles__item:nth-child(8) {
      grid-column: 5 / 9;
      -ms-grid-column: 9;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .related-articles__item:nth-child(9) {
      grid-column: 9 / 13;
      -ms-grid-column: 17;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .related-articles__item:nth-child(10) {
      grid-column: 1 / 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .related-articles__item:nth-child(11) {
      grid-column: 5 / 9;
      -ms-grid-column: 9;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .related-articles__item:nth-child(12) {
      grid-column: 9 / 13;
      -ms-grid-column: 17;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .related-articles__item:nth-child(13) {
      grid-column: 1 / 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .related-articles__item:nth-child(14) {
      grid-column: 5 / 9;
      -ms-grid-column: 9;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .related-articles__item:nth-child(15) {
      grid-column: 9 / 13;
      -ms-grid-column: 17;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .related-articles__item:nth-child(16) {
      grid-column: 1 / 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .related-articles__item:nth-child(17) {
      grid-column: 5 / 9;
      -ms-grid-column: 9;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .related-articles__item:nth-child(18) {
      grid-column: 9 / 13;
      -ms-grid-column: 17;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .related-articles__item:nth-child(19) {
      grid-column: 1 / 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .related-articles__item:nth-child(20) {
      grid-column: 5 / 9;
      -ms-grid-column: 9;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .related-articles__item:nth-child(21) {
      grid-column: 9 / 13;
      -ms-grid-column: 17;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .related-articles__item:nth-child(22) {
      grid-column: 1 / 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .related-articles__item:nth-child(23) {
      grid-column: 5 / 9;
      -ms-grid-column: 9;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .related-articles__item:nth-child(24) {
      grid-column: 9 / 13;
      -ms-grid-column: 17;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .related-articles__item:nth-child(25) {
      grid-column: 1 / 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .related-articles__item:nth-child(26) {
      grid-column: 5 / 9;
      -ms-grid-column: 9;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .related-articles__item:nth-child(27) {
      grid-column: 9 / 13;
      -ms-grid-column: 17;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .related-articles__item:nth-child(28) {
      grid-column: 1 / 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .related-articles__item:nth-child(29) {
      grid-column: 5 / 9;
      -ms-grid-column: 9;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .related-articles__item:nth-child(30) {
      grid-column: 9 / 13;
      -ms-grid-column: 17;
      -ms-grid-column-span: 7; } }

.article-listing {
  background-color: #f8f8f8;
  box-sizing: border-box;
  padding: 48px 0; }
  @media (min-width: 1025px) {
    .article-listing {
      padding: 96px 0 0; } }
  .article-listing__title {
    text-align: center;
    margin-top: 0; }
  .article-listing__tile-wrapper {
    display: block;
    height: 100%;
    margin-top: 0; }
    .article-listing__tile-wrapper:hover {
      text-decoration: none; }
    .article-listing__tile-wrapper:hover > .article-listing__shadow {
      display: block; }
  .article-listing__section {
    max-width: 500px;
    margin: 0 auto; }
    @media (min-width: 1025px) {
      .article-listing__section {
        max-width: none; } }
    @media (min-width: 1025px) {
      .article-listing__section {
        margin-top: 32px;
        -ms-grid-columns: 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr; }
        .article-listing__section:last-of-type {
          padding-bottom: 64px; }
        .article-listing__section:first-child {
          margin-top: 0;
          padding-top: 32px; }
        .article-listing__title + .article-listing__section {
          margin-top: 48px; }
        .featured-article + .article-listing__section {
          margin-top: 80px; } }
  .article-listing__tile {
    background-color: #ffffff;
    padding-bottom: 80px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 100; }
    .article-listing__tile--title {
      padding: 0 16px;
      cursor: pointer; }
    .article-listing__tile--image-wrapper {
      height: 200px;
      overflow: hidden; }
    .article-listing__tile--image {
      width: 100%;
      cursor: pointer; }
    .article-listing__tile--read-more {
      position: absolute;
      bottom: 32px;
      left: 16px; }
      .article-listing__tile--read-more:hover {
        color: rgba(0, 60, 113, 0.5);
        cursor: pointer; }
    .article-listing__tile--description {
      padding: 0 16px; }
  .article-listing__shadow {
    display: none;
    width: 95%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 2.5%;
    border-radius: 4px;
    z-index: 1;
    box-shadow: 0px 0.25em 0.625em 0px rgba(0, 0, 0, 0.17); }
  .article-listing__item {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    position: relative;
    margin-top: 48px; }
    .article-listing__item--null {
      margin-top: 0; }
    @media (min-width: 1025px) {
      .article-listing__item {
        margin-top: 0; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .article-listing__item:nth-child(1) {
      grid-column: 1 / 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .article-listing__item:nth-child(2) {
      grid-column: 5 / 9;
      -ms-grid-column: 9;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .article-listing__item:nth-child(3) {
      grid-column: 9 / 13;
      -ms-grid-column: 17;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .article-listing__item:nth-child(4) {
      grid-column: 1 / 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .article-listing__item:nth-child(5) {
      grid-column: 5 / 9;
      -ms-grid-column: 9;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .article-listing__item:nth-child(6) {
      grid-column: 9 / 13;
      -ms-grid-column: 17;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .article-listing__item:nth-child(7) {
      grid-column: 1 / 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .article-listing__item:nth-child(8) {
      grid-column: 5 / 9;
      -ms-grid-column: 9;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .article-listing__item:nth-child(9) {
      grid-column: 9 / 13;
      -ms-grid-column: 17;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .article-listing__item:nth-child(10) {
      grid-column: 1 / 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .article-listing__item:nth-child(11) {
      grid-column: 5 / 9;
      -ms-grid-column: 9;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .article-listing__item:nth-child(12) {
      grid-column: 9 / 13;
      -ms-grid-column: 17;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .article-listing__item:nth-child(13) {
      grid-column: 1 / 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .article-listing__item:nth-child(14) {
      grid-column: 5 / 9;
      -ms-grid-column: 9;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .article-listing__item:nth-child(15) {
      grid-column: 9 / 13;
      -ms-grid-column: 17;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .article-listing__item:nth-child(16) {
      grid-column: 1 / 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .article-listing__item:nth-child(17) {
      grid-column: 5 / 9;
      -ms-grid-column: 9;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .article-listing__item:nth-child(18) {
      grid-column: 9 / 13;
      -ms-grid-column: 17;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .article-listing__item:nth-child(19) {
      grid-column: 1 / 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .article-listing__item:nth-child(20) {
      grid-column: 5 / 9;
      -ms-grid-column: 9;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .article-listing__item:nth-child(21) {
      grid-column: 9 / 13;
      -ms-grid-column: 17;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .article-listing__item:nth-child(22) {
      grid-column: 1 / 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .article-listing__item:nth-child(23) {
      grid-column: 5 / 9;
      -ms-grid-column: 9;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .article-listing__item:nth-child(24) {
      grid-column: 9 / 13;
      -ms-grid-column: 17;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .article-listing__item:nth-child(25) {
      grid-column: 1 / 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .article-listing__item:nth-child(26) {
      grid-column: 5 / 9;
      -ms-grid-column: 9;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .article-listing__item:nth-child(27) {
      grid-column: 9 / 13;
      -ms-grid-column: 17;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .article-listing__item:nth-child(28) {
      grid-column: 1 / 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .article-listing__item:nth-child(29) {
      grid-column: 5 / 9;
      -ms-grid-column: 9;
      -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .article-listing__item:nth-child(30) {
      grid-column: 9 / 13;
      -ms-grid-column: 17;
      -ms-grid-column-span: 7; } }

.featured-article {
  max-width: 500px;
  margin: 0 auto;
  margin: 48px auto 0; }
  @media (min-width: 1025px) {
    .featured-article {
      max-width: none; } }
  @media (min-width: 1025px) {
    .featured-article {
      margin-top: 64px;
      -ms-grid-rows: auto 1fr;
      grid-template-rows: auto 1fr;
      justify-items: stretch; } }
  .featured-article__image-wrapper {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    -ms-grid-row: 1;
    grid-row: 1; }
    @media (min-width: 1025px) {
      .featured-article__image-wrapper {
        height: 460px;
        overflow: hidden; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .featured-article__image-wrapper {
      -ms-grid-column: 1;
      -ms-grid-column-span: 6;
      grid-column: 1 / 7; } }
  .featured-article__image {
    width: 100%; }
    @media (min-width: 1025px) {
      .featured-article__image {
        width: auto;
        height: 100%;
        margin-left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
  .featured-article__text-wrapper {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-top: 24px; }
    @media (min-width: 1025px) {
      .featured-article__text-wrapper {
        -ms-grid-row: 1;
        grid-row: 1;
        display: flex;
        align-items: center;
        margin-top: 0; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .featured-article__text-wrapper {
      -ms-grid-column: 8;
      -ms-grid-column-span: 5;
      grid-column: 8 / 13; } }
  .featured-article__title {
    font-size: 32px;
    line-height: 40px;
    margin-top: 0;
    font-weight: 600; }
    .featured-article__title:hover {
      text-decoration: none; }
  .featured-article__description {
    margin-top: 24px; }
  .featured-article__button {
    margin-top: 24px;
    cursor: pointer; }
    @media (min-width: 1025px) {
      .featured-article__button {
        display: inline-block; } }

.article-listing + .article-listing {
  padding: 0; }
  @media (min-width: 1025px) {
    .article-listing + .article-listing {
      padding: 32px 0 0; } }

.contact-form {
  max-width: 500px;
  margin: 0 auto;
  margin: 32px auto 80px;
  width: 100%;
  box-sizing: border-box; }
  @media (min-width: 1025px) {
    .contact-form {
      max-width: none; } }
  @media (min-width: 1025px) {
    .contact-form {
      margin: 96px 0; } }
  .contact-form__form {
    -ms-grid-columns: 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr; }
    .contact-form__form--input {
      color: #4b4b4b; }
      .contact-form__form--input-name {
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1 / 5; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .contact-form__form--input-name {
    grid-column: 1 / 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 11; } }
      .contact-form__form--input-subject {
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1 / 5; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .contact-form__form--input-subject {
    grid-column: 7 / 13;
    -ms-grid-column: 13;
    -ms-grid-column-span: 11; } }
      .contact-form__form--input-email {
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1 / 5; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .contact-form__form--input-email {
    grid-column: 1 / 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 11; } }
      .contact-form__form--input-phone {
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1 / 5; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .contact-form__form--input-phone {
    grid-column: 7 / 13;
    -ms-grid-column: 13;
    -ms-grid-column-span: 11; } }
      .contact-form__form--input-message {
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1 / 5; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .contact-form__form--input-message {
    grid-column: 1 / 13;
    -ms-grid-column: 1;
    -ms-grid-column-span: 23; } }
    .contact-form__form--button {
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
      grid-column: 1 / 5;
      margin-top: 32px;
      cursor: pointer; }
      @media (min-width: 1025px) {
        .contact-form__form--button {
          margin-top: 16px; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .contact-form__form--button {
      -ms-grid-column: 10;
      -ms-grid-column-span: 3;
      grid-column: 10 / 13; } }
      .contact-form__form--button:hover {
        background-image: none;
        border-color: #003c71; }
        .contact-form__form--button:hover p {
          color: #003c71; }
    .contact-form__form--mandatory {
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
      grid-column: 1 / 5;
      font-size: 14px;
      margin: 0 0 16px; }
      @media (min-width: 1025px) {
        .contact-form__form--mandatory {
          margin: 16px 0 0; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .contact-form__form--mandatory {
      -ms-grid-column: 7;
      -ms-grid-column-span: 3;
      grid-column: 7 / 10; } }
  .contact-form__overlay {
    background-color: #000000;
    width: 100%;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    z-index: 1000; }
    .contact-form__overlay--open {
      opacity: .5;
      height: 100%; }
    .contact-form__overlay--closing {
      opacity: 0;
      height: 100%; }
  .contact-form__popup-module {
    display: none; }
    .contact-form__popup-module--open {
      display: block; }

.materialize-textarea {
  min-height: 50px !important; }

.contact-form.failed, .contact-form.submitted {
  visibility: visible; }

.form-select {
  position: relative; }
  .form-select input,
  .form-select textarea,
  .form-select label {
    font-size: 16px;
    font-weight: 400;
    box-sizing: border-box;
    cursor: pointer; }
  .form-select__error-message-icon {
    width: 15px;
    height: 16px;
    position: absolute;
    top: 14px;
    left: 0;
    display: none; }
    .form-select__error-message-icon--display {
      display: inline-block; }
  .form-select .caret {
    display: none; }
  .form-select__arrow {
    position: absolute;
    right: 16px;
    top: 24px; }

.invalid > .form-select__subject-error-message {
  color: red !important; }

.invalid > .select-wrapper > input.select-dropdown {
  border-bottom: 3px solid #D0021B !important;
  color: #D0021B;
  padding-left: 24px;
  box-sizing: border-box; }

.popup-module {
  padding: 48px 16px;
  background-color: #ffffff;
  z-index: 1001;
  text-align: center;
  width: 85%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media (min-width: 1025px) {
    .popup-module {
      padding: 64px 80px;
      width: auto; } }
  .popup-module__title {
    font-weight: 500;
    margin-top: 0; }
  .popup-module__description {
    max-width: 600px; }
  .popup-module__button {
    margin-top: 48px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.product-listing {
  max-width: 500px;
  margin: 0 auto;
  margin: 48px auto 0;
  min-height: 100vh; }
  @media (min-width: 1025px) {
    .product-listing {
      max-width: none; } }
  @media (min-width: 1025px) {
    .product-listing {
      margin-top: 0; } }
  .product-listing__tile {
    position: relative; }
    .product-listing__tile:hover > .product-listing__tile--image-wrapper {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
    .product-listing__tile:hover > .product-listing__tile--title {
      opacity: .7; }
    .product-listing__tile:nth-child(1) {
      -ms-grid-row: 1;
      grid-row: 1; }
    .product-listing__tile:nth-child(2) {
      -ms-grid-row: 2;
      grid-row: 2; }
    .product-listing__tile:nth-child(3) {
      -ms-grid-row: 3;
      grid-row: 3; }
    @media (min-width: 1025px) {
      .product-listing__tile:nth-child(1), .product-listing__tile:nth-child(2), .product-listing__tile:nth-child(3) {
        -ms-grid-row: 1;
        grid-row: 1; } }
    .product-listing__tile:nth-child(4) {
      -ms-grid-row: 4;
      grid-row: 4; }
    .product-listing__tile:nth-child(5) {
      -ms-grid-row: 5;
      grid-row: 5; }
    .product-listing__tile:nth-child(6) {
      -ms-grid-row: 6;
      grid-row: 6; }
    @media (min-width: 1025px) {
      .product-listing__tile:nth-child(4), .product-listing__tile:nth-child(5), .product-listing__tile:nth-child(6) {
        -ms-grid-row: 2;
        grid-row: 2; } }
    .product-listing__tile:nth-child(7) {
      -ms-grid-row: 7;
      grid-row: 7; }
    .product-listing__tile:nth-child(8) {
      -ms-grid-row: 8;
      grid-row: 8; }
    .product-listing__tile:nth-child(9) {
      -ms-grid-row: 9;
      grid-row: 9; }
    @media (min-width: 1025px) {
      .product-listing__tile:nth-child(7), .product-listing__tile:nth-child(8), .product-listing__tile:nth-child(9) {
        -ms-grid-row: 3;
        grid-row: 3; } }
    .product-listing__tile:nth-child(10) {
      -ms-grid-row: 10;
      grid-row: 10; }
    .product-listing__tile:nth-child(11) {
      -ms-grid-row: 11;
      grid-row: 11; }
    .product-listing__tile:nth-child(12) {
      -ms-grid-row: 12;
      grid-row: 12; }
    @media (min-width: 1025px) {
      .product-listing__tile:nth-child(10), .product-listing__tile:nth-child(11), .product-listing__tile:nth-child(12) {
        -ms-grid-row: 4;
        grid-row: 4; } }
    .product-listing__tile:nth-child(13) {
      -ms-grid-row: 13;
      grid-row: 13; }
    .product-listing__tile:nth-child(14) {
      -ms-grid-row: 14;
      grid-row: 14; }
    .product-listing__tile:nth-child(15) {
      -ms-grid-row: 15;
      grid-row: 15; }
    @media (min-width: 1025px) {
      .product-listing__tile:nth-child(13), .product-listing__tile:nth-child(14), .product-listing__tile:nth-child(15) {
        -ms-grid-row: 5;
        grid-row: 5; } }
    .product-listing__tile:nth-child(16) {
      -ms-grid-row: 16;
      grid-row: 16; }
    .product-listing__tile:nth-child(17) {
      -ms-grid-row: 17;
      grid-row: 17; }
    .product-listing__tile:nth-child(18) {
      -ms-grid-row: 18;
      grid-row: 18; }
    @media (min-width: 1025px) {
      .product-listing__tile:nth-child(16), .product-listing__tile:nth-child(17), .product-listing__tile:nth-child(18) {
        -ms-grid-row: 6;
        grid-row: 6; } }
    .product-listing__tile:nth-child(19) {
      -ms-grid-row: 19;
      grid-row: 19; }
    .product-listing__tile:nth-child(20) {
      -ms-grid-row: 20;
      grid-row: 20; }
    .product-listing__tile:nth-child(21) {
      -ms-grid-row: 21;
      grid-row: 21; }
    @media (min-width: 1025px) {
      .product-listing__tile:nth-child(19), .product-listing__tile:nth-child(20), .product-listing__tile:nth-child(21) {
        -ms-grid-row: 7;
        grid-row: 7; } }
    .product-listing__tile:nth-child(22) {
      -ms-grid-row: 22;
      grid-row: 22; }
    .product-listing__tile:nth-child(23) {
      -ms-grid-row: 23;
      grid-row: 23; }
    .product-listing__tile:nth-child(24) {
      -ms-grid-row: 24;
      grid-row: 24; }
    @media (min-width: 1025px) {
      .product-listing__tile:nth-child(22), .product-listing__tile:nth-child(23), .product-listing__tile:nth-child(24) {
        -ms-grid-row: 8;
        grid-row: 8; } }
    .product-listing__tile:nth-child(25) {
      -ms-grid-row: 25;
      grid-row: 25; }
    .product-listing__tile:nth-child(26) {
      -ms-grid-row: 26;
      grid-row: 26; }
    .product-listing__tile:nth-child(27) {
      -ms-grid-row: 27;
      grid-row: 27; }
    @media (min-width: 1025px) {
      .product-listing__tile:nth-child(25), .product-listing__tile:nth-child(26), .product-listing__tile:nth-child(27) {
        -ms-grid-row: 9;
        grid-row: 9; } }
    .product-listing__tile:nth-child(28) {
      -ms-grid-row: 28;
      grid-row: 28; }
    .product-listing__tile:nth-child(29) {
      -ms-grid-row: 29;
      grid-row: 29; }
    .product-listing__tile:nth-child(30) {
      -ms-grid-row: 30;
      grid-row: 30; }
    @media (min-width: 1025px) {
      .product-listing__tile:nth-child(28), .product-listing__tile:nth-child(29), .product-listing__tile:nth-child(30) {
        -ms-grid-row: 10;
        grid-row: 10; } }
    @media (min-width: 1025px) {
      .product-listing__tile--section {
        margin-top: 48px;
        -ms-grid-columns: 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr 33px 1fr; } }
    .product-listing__tile--item {
      -ms-grid-column: 1;
      -ms-grid-column-span: 4;
      grid-column: 1 / 5;
      z-index: 100;
      position: relative;
      margin-bottom: 48px; }
      @media (min-width: 1025px) {
        .product-listing__tile--item {
          margin-bottom: 0;
          -ms-grid-column-span: 7; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .product-listing__tile--item:nth-child(1) {
      grid-column: 1 / 5;
      -ms-grid-column: 1; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .product-listing__tile--item:nth-child(2) {
      grid-column: 5 / 9;
      -ms-grid-column: 9; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .product-listing__tile--item:nth-child(3) {
      grid-column: 9 / 13;
      -ms-grid-column: 17; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .product-listing__tile--item:nth-child(4) {
      grid-column: 1 / 5;
      -ms-grid-column: 1; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .product-listing__tile--item:nth-child(5) {
      grid-column: 5 / 9;
      -ms-grid-column: 9; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .product-listing__tile--item:nth-child(6) {
      grid-column: 9 / 13;
      -ms-grid-column: 17; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .product-listing__tile--item:nth-child(7) {
      grid-column: 1 / 5;
      -ms-grid-column: 1; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .product-listing__tile--item:nth-child(8) {
      grid-column: 5 / 9;
      -ms-grid-column: 9; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .product-listing__tile--item:nth-child(9) {
      grid-column: 9 / 13;
      -ms-grid-column: 17; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .product-listing__tile--item:nth-child(10) {
      grid-column: 1 / 5;
      -ms-grid-column: 1; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .product-listing__tile--item:nth-child(11) {
      grid-column: 5 / 9;
      -ms-grid-column: 9; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .product-listing__tile--item:nth-child(12) {
      grid-column: 9 / 13;
      -ms-grid-column: 17; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .product-listing__tile--item:nth-child(13) {
      grid-column: 1 / 5;
      -ms-grid-column: 1; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .product-listing__tile--item:nth-child(14) {
      grid-column: 5 / 9;
      -ms-grid-column: 9; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .product-listing__tile--item:nth-child(15) {
      grid-column: 9 / 13;
      -ms-grid-column: 17; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .product-listing__tile--item:nth-child(16) {
      grid-column: 1 / 5;
      -ms-grid-column: 1; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .product-listing__tile--item:nth-child(17) {
      grid-column: 5 / 9;
      -ms-grid-column: 9; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .product-listing__tile--item:nth-child(18) {
      grid-column: 9 / 13;
      -ms-grid-column: 17; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .product-listing__tile--item:nth-child(19) {
      grid-column: 1 / 5;
      -ms-grid-column: 1; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .product-listing__tile--item:nth-child(20) {
      grid-column: 5 / 9;
      -ms-grid-column: 9; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .product-listing__tile--item:nth-child(21) {
      grid-column: 9 / 13;
      -ms-grid-column: 17; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .product-listing__tile--item:nth-child(22) {
      grid-column: 1 / 5;
      -ms-grid-column: 1; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .product-listing__tile--item:nth-child(23) {
      grid-column: 5 / 9;
      -ms-grid-column: 9; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .product-listing__tile--item:nth-child(24) {
      grid-column: 9 / 13;
      -ms-grid-column: 17; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .product-listing__tile--item:nth-child(25) {
      grid-column: 1 / 5;
      -ms-grid-column: 1; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .product-listing__tile--item:nth-child(26) {
      grid-column: 5 / 9;
      -ms-grid-column: 9; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .product-listing__tile--item:nth-child(27) {
      grid-column: 9 / 13;
      -ms-grid-column: 17; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .product-listing__tile--item:nth-child(28) {
      grid-column: 1 / 5;
      -ms-grid-column: 1; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .product-listing__tile--item:nth-child(29) {
      grid-column: 5 / 9;
      -ms-grid-column: 9; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .product-listing__tile--item:nth-child(30) {
      grid-column: 9 / 13;
      -ms-grid-column: 17; } }
    .product-listing__tile--container {
      margin-top: 32px; }
    .product-listing__tile--image {
      height: 100%;
      margin-left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .product-listing__tile--image-wrapper {
      height: 350px;
      padding: 16px;
      border: 1px solid #dedede;
      overflow: hidden;
      position: relative;
      box-sizing: border-box; }
    .product-listing__tile--title {
      font-weight: 600;
      margin-top: 24px;
      width: 100%;
      display: inline-block;
      position: relative;
      text-align: center; }
      .product-listing__tile--title:hover {
        text-decoration: none; }

.product-filter {
  display: none;
  position: relative;
  margin-top: 80px; }
  @media (min-width: 1025px) {
    .product-filter {
      display: block; } }
  .product-filter__wrapper {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    width: 100%;
    display: flex;
    justify-content: space-between; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .product-filter__wrapper {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13; } }
  .product-filter__input {
    display: none; }
  .product-filter__title {
    color: #4b4b4b;
    font-weight: 500;
    text-underline-position: under;
    cursor: pointer; }
    .product-filter__title--checked {
      text-decoration: underline;
      color: #003c71; }
    .product-filter__title:hover {
      color: #003c71;
      opacity: .7; }

.product-filter-select {
  position: relative;
  max-width: 500px;
  margin: 80px auto 0; }
  @media (min-width: 1025px) {
    .product-filter-select {
      display: none; } }
  .product-filter-select__wrapper {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    margin-top: 24px; }
  .product-filter-select .caret {
    display: none; }
  .product-filter-select__arrow {
    position: absolute;
    right: 32px;
    bottom: 28px; }

.tab-item {
  padding: 8px;
  background-color: rgba(222, 222, 222, 0.3);
  text-align: center; }
  @media (min-width: 1025px) {
    .tab-item {
      margin-right: 32px;
      border: none;
      padding: 0;
      background-color: transparent; } }
  .tab-item__input {
    display: none; }
  .tab-item__title {
    color: #dedede;
    margin-top: 0;
    cursor: pointer; }
    .tab-item__title--checked {
      color: #003c71; }
  @media (min-width: 1025px) {
    .tab-item--checked::after {
      content: '';
      height: 2px;
      width: 100%;
      display: block;
      background-color: #003c71; } }
  .tab-item--checked {
    background-color: transparent; }

.tab-module {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #dedede;
  border-radius: 4px; }
  .tab-module .tab-item:nth-child(2) {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede; }
  @media (min-width: 1025px) {
    .tab-module {
      flex-direction: row;
      border: none; }
      .tab-module .tab-item:nth-child(2) {
        border-top: none;
        border-bottom: none; } }
  @media (min-width: 1025px) {
    .tab-module::after {
      content: '';
      height: 2px;
      width: 100%;
      display: block;
      background-color: #dedede;
      position: absolute;
      top: 28px;
      left: 0;
      z-index: -100; } }
  .tab-module__content-wrapper {
    margin-top: 32px; }
  .tab-module__content {
    display: none; }
    .tab-module__content--show {
      display: block; }

.barastoc-carousel {
  box-sizing: border-box; }
  .barastoc-carousel__container {
    border: 1px solid #dedede;
    margin-bottom: 130px; }
    .barastoc-carousel__container .slick-slider {
      margin-bottom: -7px; }
  .barastoc-carousel__slide-image-container {
    box-sizing: border-box;
    width: 100%;
    height: 100%; }
    .barastoc-carousel__slide-image-container:focus {
      outline: none; }
  .barastoc-carousel__slide-image {
    width: 100%;
    height: 100%; }
  .barastoc-carousel__dots {
    bottom: -110px;
    margin: 0 -1px;
    text-align: left;
    width: calc(100% + 2px);
    height: 100px; }
    .barastoc-carousel__dots li {
      box-sizing: border-box;
      width: 25%;
      height: 100px;
      margin: 0;
      border: 1px solid transparent; }
      .barastoc-carousel__dots li a {
        width: 100%;
        height: 100%;
        display: block;
        margin-top: 0;
        text-align: center; }
      .barastoc-carousel__dots li.slick-active {
        border: 1px solid #dedede; }
  .barastoc-carousel__dot-image {
    height: 100%;
    max-width: 100%; }
  .barastoc-carousel__arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    top: calc((100% - 40px) / 2);
    font-size: 36px;
    line-height: 40px;
    text-align: center; }
    .barastoc-carousel__arrow:hover {
      cursor: pointer;
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
  .barastoc-carousel__next-arrow {
    display: none;
    right: -40px; }
    @media (min-width: 1025px) {
      .barastoc-carousel__next-arrow {
        display: block; } }
  .barastoc-carousel__prev-arrow {
    display: none;
    left: -40px; }
    @media (min-width: 1025px) {
      .barastoc-carousel__prev-arrow {
        display: block; } }

.two-column-tabs {
  max-width: 500px;
  margin: 0 auto;
  margin: 64px auto 0; }
  @media (min-width: 1025px) {
    .two-column-tabs {
      max-width: none; } }
  @media (min-width: 1025px) {
    .two-column-tabs {
      margin-top: 96px;
      -ms-grid-rows: auto 1fr;
      grid-template-rows: auto 1fr;
      justify-items: stretch; } }
  .two-column-tabs__sidebar {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    -ms-grid-row: 2;
    grid-row: 2;
    width: 100%; }
    @media (min-width: 1025px) {
      .two-column-tabs__sidebar {
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
        grid-column: 1 / span 5;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / span 2; } }
  .two-column-tabs__heading-area {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    -ms-grid-row: 1;
    grid-row: 1; }
    @media (min-width: 1025px) {
      .two-column-tabs__heading-area {
        -ms-grid-column: 7;
        -ms-grid-column-span: 6;
        grid-column: 7 / span 6;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / span 1; } }
  .two-column-tabs__content-area {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    -ms-grid-row: 4;
    grid-row: 4;
    padding-top: 48px; }
    @media (min-width: 1025px) {
      .two-column-tabs__content-area {
        -ms-grid-column: 7;
        -ms-grid-column-span: 6;
        grid-column: 7 / span 6;
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        grid-row: 2 / span 2; } }
  .two-column-tabs__name {
    margin-top: 0; }
  .two-column-tabs__subtitle {
    margin-top: 16px;
    font-weight: 500; }
  .two-column-tabs__tabs {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    -ms-grid-row: 3;
    grid-row: 3; }
    @media (min-width: 1025px) {
      .two-column-tabs__tabs {
        -ms-grid-column: 7;
        -ms-grid-column-span: 6;
        grid-column: 7 / span 6;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / span 1; } }
    .two-column-tabs__tabs--image {
      width: 100%; }
  .two-column-tabs__image-container {
    text-align: center;
    margin-top: 32px; }
    @media (min-width: 1025px) {
      .two-column-tabs__image-container {
        margin-top: 0; } }
    .two-column-tabs__image-container--product {
      border: 1px solid #dedede;
      padding: 24px; }
  .two-column-tabs__image {
    max-width: 100%; }
  .two-column-tabs__facebook, .two-column-tabs__instagram {
    display: inline-block; }
  .two-column-tabs__benefits {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 32px; }
  .two-column-tabs__benefit {
    display: flex; }
    .two-column-tabs__benefit + .two-column-tabs__benefit {
      margin-top: 24px; }
  .two-column-tabs__benefit-image {
    width: 32px;
    height: 32px;
    -o-object-fit: cover;
       object-fit: cover; }
    .two-column-tabs__benefit-image path {
      fill: #013059;
      stroke: #013059; }
  .two-column-tabs__benefit-text {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-left: 24px; }
  .two-column-tabs__download {
    display: block;
    margin-top: 48px; }
    @media (min-width: 1025px) {
      .two-column-tabs__download {
        display: inline-block; } }

.two-column-tabs + .related-articles,
.two-column-tabs + .newsletter,
.two-column-tabs + .listing-module--background-Grey,
.two-column-tabs + .three-column-image-text,
.two-column-tabs + .cta-module,
.two-column-tabs + .article-listing {
  margin-top: 64px; }

.cta-module {
  background: #a6192e;
  padding-top: 64px;
  padding-bottom: 64px; }
  .cta-module--variation-Blue {
    background: #003c71; }
  .cta-module__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-top: 0;
    color: #ffffff;
    text-align: center; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .cta-module__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13; } }
  .cta-module__cta-wrapper {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    -ms-grid-row: 2;
    grid-row: 2;
    text-align: center; }
    @media (min-width: 1025px) {
      .cta-module__cta-wrapper {
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1 / 5; } }

@media (min-width: 1025px) and (min-width: 1025px) and (min-width: 1025px) {
  .cta-module__cta-wrapper {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13; } }
    .cta-module__title + .cta-module__cta-wrapper {
      margin-top: 32px; }
  .cta-module__cta {
    display: inline-block;
    margin-top: 0;
    width: 100%;
    max-width: 500px;
    margin: 0 auto; }
    @media (min-width: 1025px) {
      .cta-module__cta {
        max-width: none; } }
    @media (min-width: 1025px) {
      .cta-module__cta {
        min-width: 260px;
        width: auto; } }
    .cta-module__cta--Red:hover {
      background: #ffffff; }
      .cta-module__cta--Red:hover p {
        color: #a6192e; }
    .cta-module__cta--Blue:hover {
      background: #ffffff; }
      .cta-module__cta--Blue:hover p {
        color: #003c71; }

.single-column-text__content {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 80px; }
  @media (min-width: 1025px) {
    .single-column-text__content {
      max-width: none; } }
  .single-column-text__content--Narrow {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .single-column-text__content--Narrow {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4 / 10; } }
  .single-column-text__content--Wide {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .single-column-text__content--Wide {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2 / 12; } }

.single-column-text__title {
  margin-top: 0; }

.single-column-text__subheading {
  margin-top: 16px; }

.single-column-text + .newsletter,
.single-column-text + .listing-module--background-Grey,
.single-column-text + .three-column-image-text,
.single-column-text + .cta-module,
.single-column-text + .related-articles,
.single-column-text + .article-listing {
  margin-top: 80px; }

.iframe__wrapper {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / 5;
  width: 100%;
  min-height: 350px;
  border: none;
  margin: 64px 0; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .iframe__wrapper {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13; } }

.youtube__wrapper {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / 5;
  width: 100%;
  border: none;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin: 64px 0;
  position: relative; }

@media (min-width: 1025px) and (min-width: 1025px) {
  .youtube__wrapper {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13; } }
  .youtube__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

