/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://use.typekit.net/zfo8wmb.css");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* =======================================
 * Base
 * ======================================= */
:root {
  background-color: #FFFFFF;
  color: #0c0c0c;
  font-family: "Saira", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  min-width: 300px;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-font-smoothing: antialiased;
  tap-highlight-color: transparent; }
  :root {
    font-size: 16px; }
    @media all {
      :root {
        font-size: calc(16px + 4 * ((100vw - 0px) / 1528)); } }
    @media (min-width: 95.5em) {
      :root {
        font-size: 20px; } }

*, *:before, *:after {
  box-sizing: border-box; }

hgroup,
blockquote,
address,
table,
fieldset,
figure,
pre,
ul,
ol,
dl {
  margin: 0 0 1.5rem; }

ul,
ol,
dl {
  padding: 0 0 0 1.5rem; }

a {
  color: #0c0c0c;
  text-decoration: none; }
  a:active {
    color: #0c0c0c; }
  a:hover {
    color: #0c0c0c; }

::-moz-selection {
  background: #01639B;
  color: #FFFFFF; }

::selection {
  background: #01639B;
  color: #FFFFFF; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

img,
embed,
object,
iframe,
video {
  max-width: 100%; }

img {
  height: auto;
  vertical-align: middle; }

dialog[open] {
  display: block; }

@font-face {
  font-family: 'Saira';
  src: url("assets/fonts/Saira-VariableFont_wdth,wght.ttf") format("truetype-variations");
  font-weight: 1 999; }

@font-face {
  font-family: 'SairaItalic';
  src: url("assets/fonts/Saira-Italic-VariableFont_wdth,wght.ttf") format("truetype-variations");
  font-weight: 1 999; }

/**
 * Basic typography styles
 */
.bg-light {
  background-color: #D7E9FA; }

.underline {
  z-index: 1;
  position: relative; }
  .underline::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -0.5rem;
    right: -0.5rem;
    height: 0.25rem;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover; }
  .underline.-heading::after {
    background-image: url("assets/img/Liiga_hero_otsikkoviiva_sininen.svg");
    bottom: -1.1rem;
    height: 1.2rem;
    right: -2.5rem; }
    @media (min-width: 48em) {
      .underline.-heading::after {
        right: 4.5rem; } }
  .underline.-blue::after {
    background-image: url("assets/img/Korostusviiva_sininen.svg"); }
  .underline.-white::after {
    background-image: url("assets/img/Korostusviiva_valkoinen.svg"); }

@media (min-width: 48em) {
  .paddingTop {
    margin-top: 0.8rem !important; } }

@media (max-width: 47.99em) {
  .mb-5 {
    margin-bottom: 4rem !important; } }

@media (min-width: 48em) {
  .textAlignEnd {
    text-align: end !important; } }

@media (min-width: 20em) and (max-width: 95.49em) {
  .noPaddingTop {
    padding-top: 0 !important; } }

.container {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 48em) {
    .container {
      padding-bottom: 4.5rem;
      padding-top: 4.5rem; } }

/* =======================================
 * Grid
 * ======================================= */
.grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.grid-cell {
  max-width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%; }

/* ======
 * Self-aligning of cells
 * ====== */
.grid-cell.-alignBottom {
  align-self: flex-end; }

.grid-cell.-alignCenter {
  align-self: center; }

.grid-cell.-alignTop {
  align-self: flex-start; }

@media (min-width: 37.5em) {
  .grid-cell.-alignBottom\@s {
    align-self: flex-end; }
  .grid-cell.-alignCenter\@s {
    align-self: center; }
  .grid-cell.-alignTop\@s {
    align-self: flex-start; } }

@media (min-width: 48em) {
  .grid-cell.-alignBottom\@m {
    align-self: flex-end; }
  .grid-cell.-alignCenter\@m {
    align-self: center; }
  .grid-cell.-alignTop\@m {
    align-self: flex-start; } }

@media (min-width: 64em) {
  .grid-cell.-alignBottom\@l {
    align-self: flex-end; }
  .grid-cell.-alignCenter\@l {
    align-self: center; }
  .grid-cell.-alignTop\@l {
    align-self: flex-start; } }

/* ======
 * Sizing & Layout
 * ====== */
.grid.-auto > .grid-cell:not([class*="Width"]) {
  flex: 1 0 0%;
  width: auto; }

.grid.-equalHeight > .grid-cell {
  display: flex;
  flex-wrap: wrap; }

.grid.-full {
  margin-left: 0rem;
  margin-right: 0rem; }
  .grid.-full > .Grid-cell {
    padding-left: 0rem;
    padding-right: 0rem; }

@media (min-width: 37.5em) {
  .grid.-l {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
    .grid.-l > .Grid-cell {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

/* ======
 * Justify
 * ====== */
.grid.-justifyAround {
  justify-content: space-around; }

.grid.-justifyBetween {
  justify-content: space-between; }

.grid.-justifyCenter {
  justify-content: center; }

.grid.-justifyEnd {
  justify-content: flex-end; }

@media (min-width: 37.5em) {
  .grid.-justifyAround\@s {
    justify-content: space-around; }
  .grid.-justifyBetween\@s {
    justify-content: space-between; }
  .grid.-justifyCenter\@s {
    justify-content: center; }
  .grid.-justifyEnd\@s {
    justify-content: flex-end; } }

@media (min-width: 48em) {
  .grid.-justifyAround\@m {
    justify-content: space-around; }
  .grid.-justifyBetween\@m {
    justify-content: space-between; }
  .grid.-justifyCenter\@m {
    justify-content: center; }
  .grid.-justifyEnd\@m {
    justify-content: flex-end; } }

@media (min-width: 64em) {
  .grid.-justifyAround\@l {
    justify-content: space-around; }
  .grid.-justifyBetween\@l {
    justify-content: space-between; }
  .grid.-justifyCenter\@l {
    justify-content: center; }
  .grid.-justifyEnd\@l {
    justify-content: flex-end; } }

/* ======
 * Aligning of Cells
 * ====== */
.grid.-alignEnd {
  align-items: flex-end; }

.grid.-alignCenter {
  align-items: center; }

.grid.-alignStart {
  align-items: flex-start; }

@media (min-width: 37.5em) {
  .grid.-alignEnd\@s {
    align-items: flex-end; }
  .grid.-alignCenter\@s {
    align-items: center; }
  .grid.-alignStart\@s {
    align-items: flex-start; } }

@media (min-width: 48em) {
  .grid.-alignEnd\@m {
    align-items: flex-end; }
  .grid.-alignCenter\@m {
    align-items: center; }
  .grid.-alignStart\@m {
    align-items: flex-start; } }

@media (min-width: 64em) {
  .grid.-alignEnd\@l {
    align-items: flex-end; }
  .grid.-alignCenter\@l {
    align-items: center; }
  .grid.-alignStart\@l {
    align-items: flex-start; } }

.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1340px;
  padding-left: 6.25%;
  padding-right: 6.25%;
  width: 100%; }
  @media (min-width: 64em) {
    .wrap {
      padding-left: 120px;
      padding-right: 120px; } }

/* =======================================
 * Width
 * ======================================= */
.w-1\/12 {
  width: 8.333%; }

.w-2\/12 {
  width: 16.666%; }

.w-3\/12 {
  width: 25%; }

.w-4\/12 {
  width: 33.333%; }

.w-5\/12 {
  width: 41.666%; }

.w-6\/12 {
  width: 50%; }

.w-7\/12 {
  width: 58.333%; }

.w-8\/12 {
  width: 66.666%; }

.w-9\/12 {
  width: 75%; }

.w-10\/12 {
  width: 83.333%; }

.w-11\/12 {
  width: 91.666%; }

.w-12\/12 {
  width: 100%; }

@media (min-width: 37.5em) {
  .w-1\/12\@s {
    width: 8.333%; }
  .w-2\/12\@s {
    width: 16.666%; }
  .w-3\/12\@s {
    width: 25%; }
  .w-4\/12\@s {
    width: 33.333%; }
  .w-5\/12\@s {
    width: 41.666%; }
  .w-6\/12\@s {
    width: 50%; }
  .w-7\/12\@s {
    width: 58.333%; }
  .w-8\/12\@s {
    width: 66.666%; }
  .w-9\/12\@s {
    width: 75%; }
  .w-10\/12\@s {
    width: 83.333%; }
  .w-11\/12\@s {
    width: 91.666%; }
  .w-12\/12\@s {
    width: 100%; } }

@media (min-width: 48em) {
  .w-1\/12\@m {
    width: 8.333%; }
  .w-2\/12\@m {
    width: 16.666%; }
  .w-3\/12\@m {
    width: 25%; }
  .w-4\/12\@m {
    width: 33.333%; }
  .w-5\/12\@m {
    width: 41.666%; }
  .w-6\/12\@m {
    width: 50%; }
  .w-7\/12\@m {
    width: 58.333%; }
  .w-8\/12\@m {
    width: 66.666%; }
  .w-9\/12\@m {
    width: 75%; }
  .w-10\/12\@m {
    width: 83.333%; }
  .w-11\/12\@m {
    width: 91.666%; }
  .w-12\/12\@m {
    width: 100%; } }

@media (min-width: 64em) {
  .w-1\/12\@l {
    width: 8.333%; }
  .w-2\/12\@l {
    width: 16.666%; }
  .w-3\/12\@l {
    width: 25%; }
  .w-4\/12\@l {
    width: 33.333%; }
  .w-5\/12\@l {
    width: 41.666%; }
  .w-6\/12\@l {
    width: 50%; }
  .w-7\/12\@l {
    width: 58.333%; }
  .w-8\/12\@l {
    width: 66.666%; }
  .w-9\/12\@l {
    width: 75%; }
  .w-10\/12\@l {
    width: 83.333%; }
  .w-11\/12\@l {
    width: 91.666%; }
  .w-12\/12\@l {
    width: 100%; } }

.header {
  margin-left: auto;
  margin-right: auto;
  max-width: 1340px;
  padding-top: 1.5rem;
  width: 100%;
  height: 28.125rem;
  position: relative;
  z-index: 100;
  background-image: url("assets/img/Liiga_kaukalo.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .header:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    background-color: #FFFFFF;
    clip-path: polygon(100.6% 88.6%, 100.5% 101%, -3.09% 101.88%, -3.38% 95.79%); }
  @media (min-width: 48em) {
    .header {
      height: 37.5rem; } }
  @media (min-width: 71.25em) {
    .header {
      background-size: contain; } }

.header-nav > a img {
  width: 4.6875rem; }

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; }
  .header-content .marker {
    display: flex;
    flex-direction: column;
    z-index: 10;
    margin-top: 120px; }
    .header-content .marker img {
      width: 6.25rem; }
      @media (min-width: 48em) {
        .header-content .marker img {
          width: 7.5rem; } }
      @media (min-width: 64em) {
        .header-content .marker img {
          width: auto; } }
  .header-content .heading {
    text-align: center;
    max-width: 40%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-self: normal;
    user-select: none; }
    .header-content .heading h1 {
      color: #01639B;
      transform: rotate(-2deg);
      text-align: center;
      line-height: 1.2;
      font-family: ccsignlanguage, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: -0.013em; }
      .header-content .heading h1 {
        font-size: 40px; }
        @media all {
          .header-content .heading h1 {
            font-size: calc(40px + 60 * ((100vw - 0px) / 1528)); } }
        @media (min-width: 95.5em) {
          .header-content .heading h1 {
            font-size: 100px; } }
      @media (max-width: 47.99em) {
        .header-content .heading h1 {
          margin-left: 2.25rem;
          margin-top: 0; } }
  .header-content .book {
    z-index: 10;
    margin-top: 9rem;
    display: flex;
    align-self: end; }
    @media (min-width: 48em) {
      .header-content .book {
        align-self: baseline;
        margin-top: 3.75rem; } }
    .header-content .book img {
      width: 250px;
      margin-right: 3rem; }
      @media (min-width: 48em) {
        .header-content .book img {
          width: 450px; } }

.footer {
  background-color: #132B5D;
  padding-bottom: 3rem; }
  .footer-logo {
    width: 80px; }
    @media (min-width: 48em) {
      .footer-logo {
        width: 120px; } }
  .footer-links {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 48em) {
      .footer-links {
        flex-direction: row;
        margin-top: 7.5rem; } }
    .footer-links a {
      color: #FFFFFF;
      font-size: 0.875rem;
      user-select: none;
      border-radius: 5px; }
      .footer-links a:hover {
        text-decoration: underline; }
      @media (min-width: 48em) {
        .footer-links a:not(:last-child) {
          margin-right: 3rem; } }
      .footer-links a:focus, .footer-links a:focus-visible {
        box-shadow: 0 0 0 4px #132B5D, 0 0 0 6px #FFFFFF;
        outline: none; }
  .footer .social-media-title {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    user-select: none; }
    @media (min-width: 48em) {
      .footer .social-media-title {
        text-align: start; } }
  .footer .social-media-icons {
    display: flex;
    justify-content: center; }
    @media (min-width: 48em) {
      .footer .social-media-icons {
        justify-content: start; } }
    .footer .social-media-icons a {
      margin-right: 1.5rem;
      border-radius: 5px;
      display: flex;
      align-items: center; }
      .footer .social-media-icons a:focus, .footer .social-media-icons a:focus-visible {
        box-shadow: 0 0 0 4px #132B5D, 0 0 0 6px #FFFFFF;
        outline: none; }
      .footer .social-media-icons a svg {
        fill: #FFFFFF;
        width: 28px; }

.icon-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  user-select: none;
  width: 100%; }
  .icon-block img {
    height: 145px !important; }
  .icon-block-title {
    font-size: 1.75rem;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center; }
  .icon-block-subtitle {
    margin-top: -1.5rem;
    line-height: 1;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700; }
  .icon-block.white {
    color: #FFFFFF; }
  .icon-block.brand {
    color: #01639B; }

.text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 48em) {
    .text-block {
      margin: 0; } }
  .text-block p {
    font-size: 2.4rem;
    font-family: ccsignlanguage, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    text-align: center;
    margin: 0.5rem 0;
    user-select: none; }
    @media (min-width: 48em) {
      .text-block p {
        margin: 0;
        line-height: 2; } }
  .text-block.--large p {
    font-size: 3rem;
    line-height: 1.5; }
  .text-block.white {
    color: #FFFFFF; }
  .text-block.brand {
    color: #01639B; }

.card {
  height: 100%;
  width: 100%;
  display: flex;
  margin-bottom: 1.5rem;
  justify-content: flex-start;
  flex-direction: column;
  padding: 2.25rem 3.75rem;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07); }
  .card-title {
    color: #01639B;
    z-index: 1;
    position: relative;
    text-align: center;
    width: 100%;
    user-select: none;
    font-family: ccsignlanguage, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 600; }
    .card-title {
      font-size: 28px; }
      @media all {
        .card-title {
          font-size: calc(28px + 0 * ((100vw - 0px) / 1528)); } }
      @media (min-width: 95.5em) {
        .card-title {
          font-size: 28px; } }
    .card-title::after {
      background-image: url("assets/img/Korostusviiva_sininen.svg");
      content: '';
      position: absolute;
      bottom: -15px;
      left: -0.5rem;
      right: -0.5rem;
      height: 0.35rem;
      z-index: -1;
      background-repeat: no-repeat;
      background-size: cover; }
  .card-content {
    color: #01639B;
    width: 100%;
    text-align: center;
    text-align: left;
    font-size: 16px;
    font-weight: 500; }

.fieldset {
  border: 3px solid #01639B;
  border-radius: 2px;
  width: 100%;
  margin: 1.5rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .fieldset .legend {
    max-width: 18.75rem;
    min-width: 3.75rem;
    padding: 0 0.75rem;
    margin: 0 auto;
    background-color: transparent;
    position: relative; }
    .fieldset .legend-title {
      margin: 0;
      background-color: #01639B;
      padding: 0.25rem 0.5rem;
      border-radius: 2px;
      font-weight: 700;
      color: #FFFFFF;
      text-transform: uppercase;
      font-size: 1rem;
      text-align: center; }
    .fieldset .legend.-mission::before {
      position: absolute;
      content: "";
      width: 50%;
      height: 70px;
      background-image: url("assets/img/Missio.svg");
      background-repeat: no-repeat;
      top: -70px;
      left: 50%;
      transform: translate(-50%, 0%); }
      @media (min-width: 48em) {
        .fieldset .legend.-mission::before {
          width: 65%;
          height: 110px;
          background-image: url("assets/img/Missio.svg");
          background-repeat: no-repeat;
          top: -100px;
          left: 50%;
          transform: translate(-50%, 0%); } }
    .fieldset .legend.-vision::before {
      position: absolute;
      content: "";
      width: 40%;
      height: 100px;
      background-image: url("assets/img/Visio-blue.svg");
      background-repeat: no-repeat;
      top: -75px;
      left: 50%;
      transform: translate(-50%, 0%); }
      @media (min-width: 48em) {
        .fieldset .legend.-vision::before {
          width: 40%;
          height: 100px;
          background-image: url("assets/img/Visio-blue.svg");
          background-repeat: no-repeat;
          top: -85px;
          left: 50%;
          transform: translate(-50%, 0%); } }
    .fieldset .legend.-values::before {
      position: absolute;
      content: "";
      width: 70%;
      height: 60px;
      background-image: url("assets/img/Arvot.svg");
      background-repeat: no-repeat;
      background-size: 60px 60px;
      background-position: center;
      top: -50%;
      left: -25%;
      transform: translate(-50%, 0%);
      background-color: #FFFFFF; }
      @media (min-width: 48em) {
        .fieldset .legend.-values::before {
          transform: translate(-50%, 10%); } }
    .fieldset .legend.-values::after {
      position: absolute;
      content: "";
      width: 70%;
      height: 60px;
      background-image: url("assets/img/Arvot.svg");
      background-repeat: no-repeat;
      background-size: 60px 60px;
      background-position: center;
      top: -50%;
      right: -93%;
      transform: translate(-50%, 0%);
      background-color: #FFFFFF; }
      @media (min-width: 48em) {
        .fieldset .legend.-values::after {
          transform: translate(-50%, 10%); } }
  .fieldset-content {
    color: #01639B; }

.fieldset-text {
  font-family: ccsignlanguage, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  white-space: pre-line;
  hyphens: auto; }
  .fieldset-text.--large {
    font-size: 1.625rem; }
  @media (max-width: 47.99em) {
    .fieldset-text {
      margin: 0.5rem 0; } }

.fieldset-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .fieldset-list li {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0.375rem; }

.fieldset-table {
  padding: 0.75rem 0; }
  .fieldset-table-item {
    hyphens: manual;
    margin: 0.375rem 0;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
    line-height: 22px; }
    @media (min-width: 48em) {
      .fieldset-table-item {
        margin: 0.75rem 0; } }

.vision-strategy {
  background-image: url("assets/img/Liiga_kaukalo.jpg");
  background-size: cover;
  position: relative;
  min-height: 1500px;
  background-repeat: repeat-y;
  padding: 0; }
  @media (min-width: 64em) {
    .vision-strategy::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      background-color: #D7E9FA;
      clip-path: polygon(0px 0px, 100% 0px, 99.93% 5.37%, 1px 5.76%); } }

.vision {
  position: relative;
  height: 700px; }
  @media (min-width: 48em) {
    .vision {
      height: auto; } }
  .vision .img-section {
    position: absolute;
    object-fit: cover;
    width: auto;
    height: 100%; }
    @media (min-width: 48em) {
      .vision .img-section {
        height: auto;
        width: auto; } }
    @media (min-width: 64em) {
      .vision .img-section {
        clip-path: polygon(1px 8.91%, 99.85% 2px, 100.15% 59.16%, 0.07% 70.46%); } }
  .vision .container {
    position: relative;
    z-index: 5; }

.goals-header {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .goals-header img {
    width: 7.5rem; }

.goals-title {
  font-size: 3rem;
  line-height: 56px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #01639B;
  text-align: center;
  user-select: none; }

.goals-subtitle {
  text-transform: uppercase;
  font-weight: bold;
  color: #01639B;
  margin: 0;
  line-height: 32px;
  text-align: center; }

.goals-content {
  margin-top: 3rem; }
  .goals-content .grid-cell {
    margin-bottom: 1.5rem !important; }

.strategy {
  position: relative;
  max-width: 1300px; }
  @media (min-width: 64em) {
    .strategy {
      margin-top: 3rem; } }
  .strategy-title {
    font-family: ccsignlanguage, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    color: #01639B;
    font-size: 2.8125rem;
    white-space: pre-line;
    margin-bottom: 1.5rem;
    line-height: 1;
    padding: 0;
    text-align: center;
    transform: rotate(-3deg);
    position: relative;
    z-index: 1;
    user-select: none;
    text-transform: uppercase; }
    @media (min-width: 95.5em) {
      .strategy-title {
        margin: 0;
        position: absolute;
        left: -4rem;
        top: -3rem;
        transform: rotate(-7deg); } }
    .strategy-title::after {
      content: '';
      position: absolute;
      bottom: -1rem;
      left: 0;
      right: -0.5rem;
      z-index: -1;
      background-image: url("assets/img/Liiga_hero_otsikkoviiva_sininen.svg");
      background-repeat: no-repeat;
      background-size: cover;
      height: 0.6rem;
      width: 210px; }
  .strategy-title-container {
    margin-bottom: 5rem;
    display: flex;
    justify-content: center; }
    @media (min-width: 95.5em) {
      .strategy-title-container {
        position: absolute; } }

.quote {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  z-index: 100;
  background-image: url("assets/img/Liiga_kaukalo.jpg");
  background-size: cover;
  display: flex;
  justify-content: center;
  position: relative; }
  .quote .marker {
    display: none; }
    @media (min-width: 48em) {
      .quote .marker {
        display: flex;
        position: absolute;
        flex-direction: column;
        left: 0; } }
    .quote .marker img {
      width: 6.25rem; }
  .quote .book {
    display: none; }
    @media (min-width: 48em) {
      .quote .book {
        display: block;
        position: absolute;
        right: 1rem;
        bottom: -5rem; } }
    .quote .book img {
      width: 300px;
      transform: rotate(5deg);
      position: relative;
      z-index: 20; }
      @media (min-width: 64em) {
        .quote .book img {
          width: 400px; } }
  @media (min-width: 48em) {
    .quote:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      left: 0;
      background-color: #132B5D;
      clip-path: polygon(101.48% 74.37%, 101.75% 101.8%, -2.21% 103.74%, -2.79% 87.89%);
      z-index: 10; } }
  .quote-block {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 2.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    z-index: 0; }
    @media (min-width: 48em) {
      .quote-block {
        transform: rotate(-5deg);
        padding: 6rem;
        width: 70%; } }
  .quote-text {
    font-size: 0.875rem;
    font-weight: 700;
    font-style: italic;
    color: #01639B;
    line-height: 32px;
    padding: 0; }
    @media (min-width: 48em) {
      .quote-text {
        transform: rotate(5deg);
        padding-right: 4.5rem; } }
  .quote-author {
    font-size: 0.875rem;
    font-weight: 700;
    font-style: italic;
    margin: 0;
    color: #01639B; }
    @media (min-width: 48em) {
      .quote-author {
        transform: rotate(5deg);
        margin-left: -1rem; } }
