article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: \201c \201d \2018 \2019; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body,
figure {
  margin: 0; }

legend,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

@font-face {
  font-family: "GTWalsheim";
  src: url(../../fonts/GT-Walsheim-Pro-Regular.woff);
  src: url(../../fonts/GT-Walsheim-Pro-Regular.ttf);
  font-weight: normal; }

@font-face {
  font-family: "GTWalsheim";
  src: url(../../fonts/GT-Walsheim-Pro-Bold.woff);
  src: url(../../fonts/GT-Walsheim-Pro-Bold.ttf);
  font-weight: 500; }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scaleY(1.5);
            transform: scaleY(1.5); }
  10% {
    -webkit-transform: scaleY(0.9);
            transform: scaleY(0.9); }
  50% {
    -webkit-transform: scaleY(1.5);
            transform: scaleY(1.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes bounce {
  0% {
    -webkit-transform: scaleY(1.5);
            transform: scaleY(1.5); }
  10% {
    -webkit-transform: scaleY(0.9);
            transform: scaleY(0.9); }
  50% {
    -webkit-transform: scaleY(1.5);
            transform: scaleY(1.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 5px; }
  100% {
    width: 100%;
    height: 5px; } }

@keyframes fill {
  0% {
    width: 0%;
    height: 5px; }
  100% {
    width: 100%;
    height: 5px; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation: fadeOut 2s;
          animation: fadeOut 2s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.block--IP {
  overflow: hidden;
  max-height: initial; }
  .block--IP .block__text {
    max-width: initial; }
    @media (max-width: 500px) {
      .block--IP .block__text {
        padding: 0; }
        .block--IP .block__text--center {
          align-items: center; } }
    @media (max-width: 1660px) {
      .block--IP .block__text {
        flex-basis: 100%; } }
  @media (max-width: 767px) {
    .block--IP .figure {
      flex: 1 1 50%; } }
  .block--IP .block__cards {
    width: 100%;
    min-width: 96rem; }
    @media (max-width: 1175px) {
      .block--IP .block__cards {
        width: 90%; } }
    @media (max-width: 970px) {
      .block--IP .block__cards {
        min-width: initial;
        width: 100%; } }
    @media (max-width: 500px) {
      .block--IP .block__cards {
        width: 100%;
        padding: 0 0 0.5rem; }
        .block--IP .block__cards .block__card--showBox:nth-child(even) {
          margin-left: 0; } }

.block--IP.block--center {
  padding: 10rem 0; }
  @media (max-width: 500px) {
    .block--IP.block--center {
      padding: 5rem 0; } }
  .block--IP.block--center .block__heading {
    margin: 0; }

.block--carousel .figure {
  padding-bottom: 0; }

@media (max-width: 1660px) {
  .block--carousel .block__card--showBox {
    flex: 0 0 40rem; } }

@media (max-width: 970px) {
  .block--carousel .block__card--showBox {
    flex: 0 0 30rem; } }

.block .block__container .block__cards {
  width: 100%; }
  @media (max-width: 500px) {
    .block .block__container .block__cards {
      margin-top: 1.5rem; } }

@media (max-width: 1175px) {
  .block .block__container {
    width: 100%; } }

@media (max-width: 500px) {
  .block .block__container {
    height: auto;
    background: white; } }

.block .block__container .figure {
  height: 0; }
  .block .block__container .figure__caption {
    padding: 0 2rem; }
    .block .block__container .figure__caption p {
      font-size: 2rem;
      line-height: 2.4rem;
      margin: 0; }
      @media (max-width: 500px) {
        .block .block__container .figure__caption p {
          font-size: 1.3rem;
          line-height: 1.4rem; } }
    @media (max-width: 500px) {
      .block .block__container .figure__caption {
        min-height: 4rem;
        padding: 0 1rem; } }
  .block .block__container .figure img {
    height: 100%; }

.block__content--IP {
  display: block; }
  .block__content--IP .block__subHeading {
    margin: 2rem 0 1rem;
    max-width: 78rem; }

.block__link--carousel {
  color: #1b7dff;
  background: transparent;
  font-size: 1.8rem;
  text-decoration: none;
  box-shadow: 0 2px 0 0 #31f0bc;
  margin: 1rem auto 0; }
  @media (max-width: 1175px) {
    .block__link--carousel {
      margin-bottom: 1rem; } }
  @media (max-width: 970px) {
    .block__link--carousel {
      margin-bottom: 2.5rem; } }

.block__card--showBox {
  height: 100%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  width: calc((100% / 3) - 3rem);
  max-width: 31rem;
  margin: 1.5rem;
  border-radius: 0 0 4px 4px; }
  @media (max-width: 970px) {
    .block__card--showBox {
      max-width: initial; } }
  @media (max-width: 767px) {
    .block__card--showBox {
      flex-basis: calc((100% / 2) - 3rem);
      height: initial; } }
  @media (max-width: 500px) {
    .block__card--showBox {
      margin-top: 0;
      flex-basis: calc((100% / 2) - 2.25rem); } }
  .block__card--showBox .figure {
    padding-bottom: 56.25%;
    position: relative; }
    .block__card--showBox .figure ::before {
      content: "";
      display: block;
      padding-top: 100%; }
    @media (max-width: 500px) {
      .block__card--showBox .figure {
        padding-bottom: 100%; } }
    .block__card--showBox .figure img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%; }
      @media (max-width: 500px) {
        .block__card--showBox .figure img {
          height: 100%; } }

.block__carousel {
  width: inherit;
  margin-top: 1rem; }
  .block__carousel .block__card--carousel {
    width: 31rem;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 1rem; }
    .block__carousel .block__card--carousel .figure {
      height: 0;
      padding-bottom: 56.5%; }
      .block__carousel .block__card--carousel .figure__caption {
        padding: 0 2rem; }
        .block__carousel .block__card--carousel .figure__caption p {
          font-size: 2rem;
          margin: 0;
          line-height: 2.4rem; }
          @media (max-width: 500px) {
            .block__carousel .block__card--carousel .figure__caption p {
              font-size: 1.3rem;
              line-height: 1.4rem; } }
        @media (max-width: 500px) {
          .block__carousel .block__card--carousel .figure__caption {
            min-height: 4rem;
            padding: 0 1rem; } }
      .block__carousel .block__card--carousel .figure img {
        height: initial; }
    @media (max-width: 500px) {
      .block__carousel .block__card--carousel {
        width: 14.4rem; }
        .block__carousel .block__card--carousel .figure {
          padding-bottom: inital;
          height: 14.4rem; }
          .block__carousel .block__card--carousel .figure img {
            -o-object-fit: cover;
               object-fit: cover;
            width: 100%;
            height: 14.4rem; } }

.owl-stage {
  display: flex; }

.owl-item {
  display: flex; }
