@font-face {
  font-family: Leaguespartan Variablefont Wght;
  src: url('../fonts/LeagueSpartan-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --light-blue: #58a3b7;
  --white: white;
  --blue-one: #125060;
  --blue-two: #023040;
  --transparent: #fff0;
  --black: #000;
  --grey: #bfbebe;
}

body {
  color: #333;
  font-family: Leaguespartan Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

p {
  margin-bottom: 1rem;
}

a {
  color: var(--light-blue);
  text-decoration: underline;
  transition: color .2s;
}

a:active {
  color: var(--white);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.page-section {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: linear-gradient(90deg, var(--blue-one), var(--blue-two));
  flex-flow: column;
  justify-content: space-between;
  min-height: 100svh;
  padding-top: 18rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-inner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.logo-section {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-inner {
  background-color: var(--white);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.logo-wrapper {
  width: 16rem;
  transition: opacity .2s;
}

.logo-wrapper:hover {
  opacity: .8;
}

.footer-wrapper {
  background-color: var(--blue-two);
  padding: 2rem;
}

.man-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.man-inner {
  width: 100%;
  max-width: 30rem;
}

.div-block {
  z-index: 99;
  position: relative;
}

.footer-inner {
  z-index: 99;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.social-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.impress-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.impress-link {
  color: var(--white);
  text-decoration: none;
  transition: color .2s;
}

.impress-link:hover, .impress-link.w--current {
  color: var(--light-blue);
}

.social-link {
  aspect-ratio: 1;
  width: 2rem;
  min-width: 2rem;
  max-width: 2rem;
  transition: opacity .2s;
}

.social-link:hover {
  opacity: .5;
}

.text-block {
  color: var(--white);
  text-align: center;
}

.text-block.head {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
}

.link-block {
  color: var(--white);
  text-decoration: none;
  transition: color .2s;
}

.link-block:hover {
  color: var(--light-blue);
}

.link-text {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
}

.head-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.button {
  border: 1px solid var(--white);
  background-color: var(--transparent);
  border-radius: 3rem;
  padding: .3rem 1.5rem;
  font-size: 1.25rem;
  transition: background-color .2s;
}

.button:hover {
  background-color: var(--light-blue);
}

.page-watermark {
  opacity: .3;
  filter: blur(8px);
  width: 70%;
  position: absolute;
  inset: auto -20% -10% auto;
}

.rich-text {
  width: 100%;
  color: var(--white);
  overflow-wrap: break-word;
}

.rich-text a:hover {
  color: var(--white);
}

.heading-2 {
  line-height: 1;
}

.heading-3 {
  font-size: 1.3rem;
}

.heading-4 {
  line-height: 1;
}

.heading-5 {
  font-size: 1.1rem;
  line-height: 1;
}

.heading-6 {
  font-size: 1rem;
  line-height: 1;
}

.block-quote {
  margin-bottom: 1rem;
  padding: .75rem 1.25rem .75rem 1.5rem;
  font-size: 1.2rem;
  line-height: 1;
}

.paragraph {
  color: var(--white);
  text-align: center;
  font-size: 1.25rem;
}

.h3 {
  color: var(--white);
  text-align: center;
}

.h3.start {
  font-size: 1.5rem;
}

.line {
  background-color: var(--light-blue);
  width: 12rem;
  height: .15rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  .page-watermark {
    width: 100%;
    bottom: 0%;
    right: -10%;
  }
}

@media screen and (max-width: 479px) {
  .page-section {
    padding-top: 16rem;
  }

  .page-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .logo-wrapper {
    width: 14rem;
  }

  .man-inner {
    width: 80%;
  }

  .social-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .page-watermark {
    right: 0%;
  }

  .rich-text ol, .rich-text ul {
    padding-left: 1.5rem;
  }
}


@font-face {
  font-family: 'Leaguespartan Variablefont Wght';
  src: url('../fonts/LeagueSpartan-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}