@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@100..900&display=swap");
@import url("lib/ress.min.css");
@import url("lib/slick.css");
:root {
  --black: #241c1a;
  --gray: #565656;
  --light-blue: #004097;
  --light-gray: #efefef;
  --red: #EA5539;
  --green: #33AD37;
  --yellow: #FCF758;
  --orange: #F99123;
  /* font */
  --font-1: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  --font-2: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* transition */
  --hover-transition: .2s ease;
}

html {
  font-size: min(100vw * 6.403125 / 1110, 6.403125px);
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(1000vw / 750);
  }
}

body {
  color: var(--black);
  font-size: max(10px, 2.5rem);
  font-family: var(--font-1);
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 2.4285714286;
  min-height: 100dvh;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 2.3rem;
    line-height: 2.2608695652;
  }
}

* {
  position: relative;
  z-index: 1;
}

a {
  color: var(--black);
  text-decoration: none;
  transition: color var(--hover-transition), background-color var(--hover-transition), opacity var(--hover-transition);
}
a:hover {
  opacity: 0.6;
}

button:hover {
  opacity: 0.8;
}

p + p {
  padding-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  p + p {
    padding-top: 1.5rem;
  }
}

li {
  list-style-type: none;
}

img,
svg {
  vertical-align: middle;
  image-rendering: auto;
  width: 100%;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
}

:focus-visible {
  outline: 2px solid var(--gray) !important;
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* override */
/* components */
.c-inner {
  margin: 0 auto;
  width: 132rem;
}
@media screen and (max-width: 767px) {
  .c-inner {
    width: 65.6rem;
  }
}

.c-inner-s {
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-inner-s {
    margin: 0 auto;
    width: 59.3rem !important;
  }
}

.c-ttl-1 {
  background: url(../img/ttl_1_line.webp) no-repeat 50% 100%/71.6rem auto;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  padding: 0 0 5rem;
}
@media screen and (max-width: 767px) {
  .c-ttl-1 {
    font-size: 3.3rem;
    background: url(../img/ttl_1_line_sp.webp) no-repeat calc(50% + 1.3rem) 100%/55.8rem auto;
    padding: 0 0 3.5rem;
  }
}

.c-ttl-2 {
  font-size: 3.3rem;
  letter-spacing: 0.2rem;
  line-height: 1.6;
  min-width: 26.9rem;
  padding: 0 0 2rem;
  text-align: left;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .c-ttl-2 {
    font-size: 3.3rem;
    margin: 0 auto;
    min-width: 55.8rem;
    text-align: center;
    letter-spacing: 0.1rem;
    font-weight: 700;
    line-height: 1.6;
    background: url(../img/ttl_1_line_sp.webp) no-repeat calc(50% + 1.3rem) 100%/55.8rem auto;
    padding: 0 0 3.5rem;
    width: 100%;
  }
}
.c-ttl-2:after {
  background: url(../img/ttl_2_line.webp) no-repeat 0 100%/cover;
  bottom: 0;
  content: " ";
  display: block;
  height: 1.3rem;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-ttl-2:after {
    display: none;
  }
}

.c-ttl-3 {
  border-bottom: 3.2px solid var(--light-blue);
  border-top: 3.2px solid var(--light-blue);
  font-size: 3.36rem;
  line-height: 1.6;
  margin: 0 auto;
  padding: 1.5rem 2rem 2rem;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .c-ttl-3 {
    align-items: center;
    border-width: 0.4rem;
    display: flex;
    font-size: 3.3rem;
    justify-content: center;
    min-height: 16.3rem;
    line-height: 1.3333333333;
    padding: 2.9rem 0 3.6rem;
    text-align: center;
    width: 100%;
  }
}

.c-ttl-4 {
  align-items: center;
  background: url(../img/ttl_4_bg.webp) repeat-x 50% 50%/auto 12.8rem;
  color: white;
  display: flex;
  font-size: 4.2rem;
  height: 12.8rem;
  justify-content: center;
  margin: 0 auto;
  padding: 0 5rem;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .c-ttl-4 {
    background: url(../img/ttl_4_bg_sp.webp) no-repeat 50% 50%/auto 14.5rem;
    font-size: 3.7rem;
    line-height: 1.1891891892;
    height: 14.5rem;
    text-align: center;
  }
}
.c-ttl-4:before, .c-ttl-4:after {
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 5rem;
}
@media screen and (max-width: 767px) {
  .c-ttl-4:before, .c-ttl-4:after {
    display: none;
  }
}
.c-ttl-4:before {
  background: white url(../img/ttl_4_bg.webp) no-repeat 0 50%/auto 12.8rem;
  left: 0;
}
.c-ttl-4:after {
  background: white url(../img/ttl_4_bg.webp) no-repeat 100% 50%/auto 12.8rem;
  right: 0;
}
.c-ttl-4.is-light-gray-bg:before, .c-ttl-4.is-light-gray-bg:after {
  background-color: var(--light-gray);
}

.c-anchor {
  transform: translateY(-20rem);
}
@media screen and (max-width: 767px) {
  .c-anchor {
    transform: translateY(-15rem);
  }
}

.u-font-1 {
  font-family: var(--font-1);
}

.u-overflow-hidden {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .s\:u-overflow-hidden {
    overflow: hidden;
  }
}
.u-absolute {
  position: absolute;
}

.u-static {
  position: static;
}

.u-relative {
  position: relative;
}

.u-fixed {
  position: fixed;
}

@media screen and (max-width: 767px) {
  .s\:u-absolute {
    position: absolute;
  }
  .s\:u-static {
    position: static;
  }
  .s\:u-relative {
    position: relative;
  }
}
.u-bg-black {
  background-color: var(--black) !important;
}
.u-bg-white {
  background-color: var(--white) !important;
}
.u-bg-red {
  background-color: var(--red) !important;
}

.u-cursor-default {
  cursor: default;
}
.u-cursor-pointer {
  cursor: pointer;
}

.u-noevent {
  pointer-events: none;
}

.u-flex {
  display: flex;
}
.u-flex-space-between {
  justify-content: space-between !important;
}
.u-flex-reverse {
  flex-direction: row-reverse !important;
}
.u-flex-column-reverse {
  flex-direction: column-reverse !important;
}
.u-flex-center {
  justify-content: center !important;
}
.u-flex-middle {
  align-items: center !important;
}
.u-flex-right {
  justify-content: end !important;
}
.u-flex-left {
  justify-content: start !important;
}
.u-flex-start {
  align-items: start !important;
}
.u-flex-end {
  align-items: end !important;
}
.u-flex-wrap {
  flex-wrap: wrap !important;
}
.u-flex-unset {
  flex: unset !important;
}
.u-flex-1 {
  flex: 1 !important;
}
.u-flex-column {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .s\:u-flex {
    display: flex !important;
  }
  .s\:u-flex-space-between {
    justify-content: space-between !important;
  }
  .s\:u-flex-reverse {
    flex-direction: row-reverse !important;
  }
  .s\:u-flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .s\:u-flex-center {
    justify-content: center !important;
  }
  .s\:u-flex-middle {
    align-items: center !important;
  }
  .s\:u-flex-right {
    justify-content: end !important;
  }
  .s\:u-flex-left {
    justify-content: start !important;
  }
  .s\:u-flex-start {
    align-items: start !important;
  }
  .s\:u-flex-end {
    align-items: end !important;
  }
  .s\:u-flex-wrap {
    flex-wrap: wrap !important;
  }
  .s\:u-flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .s\:u-flex-unset {
    flex: unset !important;
  }
  .s\:u-flex-1 {
    flex: 1 !important;
  }
  .s\:u-flex-column {
    display: flex;
    flex-direction: column;
  }
  .s\:u-flex-order-1 {
    order: 1;
  }
  .s\:u-flex-order-2 {
    order: 2;
  }
  .s\:u-flex-order-3 {
    order: 3;
  }
}
.u-order-1 {
  order: 1;
}
.u-order-2 {
  order: 2;
}
.u-order-3 {
  order: 3;
}
.u-order-4 {
  order: 4;
}

.u-gap-0 {
  gap: 0rem !important;
}

.u-gap-5 {
  gap: 0.5rem !important;
}

.u-gap-10 {
  gap: 1rem !important;
}

.u-gap-15 {
  gap: 1.5rem !important;
}

.u-gap-20 {
  gap: 2rem !important;
}

.u-gap-25 {
  gap: 2.5rem !important;
}

.u-gap-30 {
  gap: 3rem !important;
}

.u-gap-35 {
  gap: 3.5rem !important;
}

.u-gap-40 {
  gap: 4rem !important;
}

.u-gap-45 {
  gap: 4.5rem !important;
}

.u-gap-50 {
  gap: 5rem !important;
}

.u-gap-55 {
  gap: 5.5rem !important;
}

.u-gap-60 {
  gap: 6rem !important;
}

.u-gap-65 {
  gap: 6.5rem !important;
}

.u-gap-70 {
  gap: 7rem !important;
}

.u-gap-75 {
  gap: 7.5rem !important;
}

.u-gap-80 {
  gap: 8rem !important;
}

@media screen and (max-width: 767px) {
  .s\:u-gap-0 {
    gap: 0rem !important;
  }
  .s\:u-gap-5 {
    gap: 0.5rem !important;
  }
  .s\:u-gap-10 {
    gap: 1rem !important;
  }
  .s\:u-gap-15 {
    gap: 1.5rem !important;
  }
  .s\:u-gap-20 {
    gap: 2rem !important;
  }
  .s\:u-gap-25 {
    gap: 2.5rem !important;
  }
  .s\:u-gap-30 {
    gap: 3rem !important;
  }
  .s\:u-gap-35 {
    gap: 3.5rem !important;
  }
  .s\:u-gap-40 {
    gap: 4rem !important;
  }
  .s\:u-gap-45 {
    gap: 4.5rem !important;
  }
  .s\:u-gap-50 {
    gap: 5rem !important;
  }
}
.u-grid {
  display: grid;
}

.u-align-center {
  text-align: center;
}
.u-align-right {
  text-align: right;
}
.u-align-left {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .s\:u-align-center {
    text-align: center;
  }
  .s\:u-align-right {
    text-align: right;
  }
  .s\:u-align-left {
    text-align: left;
  }
}
.u-lh-10 {
  line-height: 1;
}
.u-lh-12 {
  line-height: 1.2;
}
.u-lh-14 {
  line-height: 1.4;
}
.u-lh-17 {
  line-height: 1.7;
}
.u-lh-20 {
  line-height: 2;
}
.u-lh-25 {
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  .s\:u-lh-10 {
    line-height: 1;
  }
  .s\:u-lh-13 {
    line-height: 1.3;
  }
  .s\:u-lh-14 {
    line-height: 1.4;
  }
  .s\:u-lh-17 {
    line-height: 1.7;
  }
  .s\:u-lh-18 {
    line-height: 1.8;
  }
  .s\:u-lh-20 {
    line-height: 2;
  }
  .s\:u-lh-22 {
    line-height: 2.2;
  }
}
.u-ls-0 {
  letter-spacing: 0 !important;
}
.u-ls-5 {
  letter-spacing: 0.05rem !important;
}
.u-ls-10 {
  letter-spacing: 0.1rem !important;
}
.u-ls-15 {
  letter-spacing: 0.15rem !important;
}
.u-ls-20 {
  letter-spacing: 0.2rem !important;
}
.u-ls-25 {
  letter-spacing: 0.25rem !important;
}

@media screen and (max-width: 767px) {
  .s\:u-ls-0 {
    letter-spacing: 0 !important;
  }
  .s\:u-ls-10 {
    letter-spacing: 0.1rem !important;
  }
  .s\:u-ls-15 {
    letter-spacing: 0.15rem !important;
  }
  .s\:u-ls-20 {
    letter-spacing: 0.2rem !important;
  }
}
.u-font-0 {
  font-size: 0;
}
.u-font-10 {
  font-size: 1rem;
}
.u-font-12 {
  font-size: 1.2rem;
}
.u-font-14 {
  font-size: 1.4rem;
}
.u-font-16 {
  font-size: 1.6rem;
}
.u-font-18 {
  font-size: 1.8rem;
}
.u-font-20 {
  font-size: 2rem;
}
.u-font-black {
  color: var(--black);
}
.u-font-red {
  color: var(--red) !important;
}
.u-font-white {
  color: var(--white) !important;
}
.u-font-green {
  color: var(--green) !important;
}
.u-font-orange {
  color: var(--orange) !important;
}
.u-font-normal {
  font-weight: 400 !important;
}
.u-font-medium {
  font-weight: 500 !important;
}
.u-font-semibold {
  font-weight: 600 !important;
}
.u-font-bold {
  font-weight: 700 !important;
}
.u-font-super-bold {
  font-weight: 900 !important;
}
.u-font-underline {
  text-decoration: underline;
}
.u-font-family-1 {
  font-family: var(--font-1) !important;
}

@media screen and (max-width: 767px) {
  .s\:u-font-10 {
    font-size: 1rem;
  }
  .s\:u-font-12 {
    font-size: 1.2rem;
  }
  .s\:u-font-14 {
    font-size: 1.4rem;
  }
  .s\:u-font-16 {
    font-size: 1.6rem;
  }
  .s\:u-font-20 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .u-only-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .u-only-sp {
    display: none !important;
  }
}

.u-hidden {
  display: none;
}

@media screen and (max-width: 767px) {
  .s\:u-hidden {
    display: none;
  }
}

.u-left-half {
  left: 50%;
}

.u-bottom-0 {
  bottom: 0rem !important;
}

.u-bottom-5 {
  bottom: 0.5rem !important;
}

.u-bottom-10 {
  bottom: 1rem !important;
}

.u-bottom-15 {
  bottom: 1.5rem !important;
}

.u-bottom-20 {
  bottom: 2rem !important;
}

.u-bottom-25 {
  bottom: 2.5rem !important;
}

.u-bottom-30 {
  bottom: 3rem !important;
}

.u-bottom-35 {
  bottom: 3.5rem !important;
}

.u-bottom-40 {
  bottom: 4rem !important;
}

.u-bottom-45 {
  bottom: 4.5rem !important;
}

.u-bottom-50 {
  bottom: 5rem !important;
}

.u-bottom-55 {
  bottom: 5.5rem !important;
}

.u-bottom-60 {
  bottom: 6rem !important;
}

.u-bottom-65 {
  bottom: 6.5rem !important;
}

.u-bottom-70 {
  bottom: 7rem !important;
}

.u-bottom-75 {
  bottom: 7.5rem !important;
}

.u-bottom-80 {
  bottom: 8rem !important;
}

.u-bottom-85 {
  bottom: 8.5rem !important;
}

.u-bottom-90 {
  bottom: 9rem !important;
}

.u-bottom-95 {
  bottom: 9.5rem !important;
}

.u-bottom-100 {
  bottom: 10rem !important;
}

.u-bottom-105 {
  bottom: 10.5rem !important;
}

.u-bottom-110 {
  bottom: 11rem !important;
}

.u-bottom-115 {
  bottom: 11.5rem !important;
}

.u-bottom-120 {
  bottom: 12rem !important;
}

.u-bottom-125 {
  bottom: 12.5rem !important;
}

.u-bottom-130 {
  bottom: 13rem !important;
}

.u-bottom-135 {
  bottom: 13.5rem !important;
}

.u-bottom-140 {
  bottom: 14rem !important;
}

.u-bottom-145 {
  bottom: 14.5rem !important;
}

.u-bottom-150 {
  bottom: 15rem !important;
}

.u-bottom-155 {
  bottom: 15.5rem !important;
}

.u-bottom-160 {
  bottom: 16rem !important;
}

.u-bottom-165 {
  bottom: 16.5rem !important;
}

.u-bottom-170 {
  bottom: 17rem !important;
}

.u-bottom-175 {
  bottom: 17.5rem !important;
}

.u-bottom-180 {
  bottom: 18rem !important;
}

.u-bottom-185 {
  bottom: 18.5rem !important;
}

.u-bottom-190 {
  bottom: 19rem !important;
}

.u-bottom-195 {
  bottom: 19.5rem !important;
}

.u-bottom-200 {
  bottom: 20rem !important;
}

.u-bottom-205 {
  bottom: 20.5rem !important;
}

.u-bottom-210 {
  bottom: 21rem !important;
}

.u-bottom-215 {
  bottom: 21.5rem !important;
}

.u-bottom-220 {
  bottom: 22rem !important;
}

.u-bottom-225 {
  bottom: 22.5rem !important;
}

.u-bottom-230 {
  bottom: 23rem !important;
}

.u-bottom-235 {
  bottom: 23.5rem !important;
}

.u-bottom-240 {
  bottom: 24rem !important;
}

.u-bottom-245 {
  bottom: 24.5rem !important;
}

.u-bottom-250 {
  bottom: 25rem !important;
}

.u-top-0 {
  top: 0rem !important;
}

.u-top-5 {
  top: 0.5rem !important;
}

.u-top-10 {
  top: 1rem !important;
}

.u-top-15 {
  top: 1.5rem !important;
}

.u-top-20 {
  top: 2rem !important;
}

.u-top-25 {
  top: 2.5rem !important;
}

.u-top-30 {
  top: 3rem !important;
}

.u-top-35 {
  top: 3.5rem !important;
}

.u-top-40 {
  top: 4rem !important;
}

.u-top-45 {
  top: 4.5rem !important;
}

.u-top-50 {
  top: 5rem !important;
}

.u-top-55 {
  top: 5.5rem !important;
}

.u-top-60 {
  top: 6rem !important;
}

.u-top-65 {
  top: 6.5rem !important;
}

.u-top-70 {
  top: 7rem !important;
}

.u-top-75 {
  top: 7.5rem !important;
}

.u-top-80 {
  top: 8rem !important;
}

.u-top-85 {
  top: 8.5rem !important;
}

.u-top-90 {
  top: 9rem !important;
}

.u-top-95 {
  top: 9.5rem !important;
}

.u-top-100 {
  top: 10rem !important;
}

.u-top-105 {
  top: 10.5rem !important;
}

.u-top-110 {
  top: 11rem !important;
}

.u-top-115 {
  top: 11.5rem !important;
}

.u-top-120 {
  top: 12rem !important;
}

.u-top-125 {
  top: 12.5rem !important;
}

.u-top-130 {
  top: 13rem !important;
}

.u-top-135 {
  top: 13.5rem !important;
}

.u-top-140 {
  top: 14rem !important;
}

.u-left-0 {
  left: 0rem !important;
}

.u-left-5 {
  left: 0.5rem !important;
}

.u-left-10 {
  left: 1rem !important;
}

.u-left-15 {
  left: 1.5rem !important;
}

.u-left-20 {
  left: 2rem !important;
}

.u-left-25 {
  left: 2.5rem !important;
}

.u-left-30 {
  left: 3rem !important;
}

.u-left-35 {
  left: 3.5rem !important;
}

.u-left-40 {
  left: 4rem !important;
}

.u-left-45 {
  left: 4.5rem !important;
}

.u-left-50 {
  left: 5rem !important;
}

.u-left-55 {
  left: 5.5rem !important;
}

.u-left-60 {
  left: 6rem !important;
}

.u-left-65 {
  left: 6.5rem !important;
}

.u-left-70 {
  left: 7rem !important;
}

.u-left-75 {
  left: 7.5rem !important;
}

.u-left-80 {
  left: 8rem !important;
}

.u-left-85 {
  left: 8.5rem !important;
}

.u-left-90 {
  left: 9rem !important;
}

.u-left-95 {
  left: 9.5rem !important;
}

.u-left-100 {
  left: 10rem !important;
}

.u-left-105 {
  left: 10.5rem !important;
}

.u-left-110 {
  left: 11rem !important;
}

.u-left-115 {
  left: 11.5rem !important;
}

.u-left-120 {
  left: 12rem !important;
}

.u-left-125 {
  left: 12.5rem !important;
}

.u-left-130 {
  left: 13rem !important;
}

.u-left-135 {
  left: 13.5rem !important;
}

.u-left-140 {
  left: 14rem !important;
}

.u-right-0 {
  right: 0rem !important;
}

.u-right-5 {
  right: 0.5rem !important;
}

.u-right-10 {
  right: 1rem !important;
}

.u-right-15 {
  right: 1.5rem !important;
}

.u-right-20 {
  right: 2rem !important;
}

.u-right-25 {
  right: 2.5rem !important;
}

.u-right-30 {
  right: 3rem !important;
}

.u-right-35 {
  right: 3.5rem !important;
}

.u-right-40 {
  right: 4rem !important;
}

.u-right-45 {
  right: 4.5rem !important;
}

.u-right-50 {
  right: 5rem !important;
}

.u-right-55 {
  right: 5.5rem !important;
}

.u-right-60 {
  right: 6rem !important;
}

.u-right-65 {
  right: 6.5rem !important;
}

.u-right-70 {
  right: 7rem !important;
}

.u-right-75 {
  right: 7.5rem !important;
}

.u-right-80 {
  right: 8rem !important;
}

.u-right-85 {
  right: 8.5rem !important;
}

.u-right-90 {
  right: 9rem !important;
}

.u-right-95 {
  right: 9.5rem !important;
}

.u-right-100 {
  right: 10rem !important;
}

.u-right-105 {
  right: 10.5rem !important;
}

.u-right-110 {
  right: 11rem !important;
}

.u-right-115 {
  right: 11.5rem !important;
}

.u-right-120 {
  right: 12rem !important;
}

.u-right-125 {
  right: 12.5rem !important;
}

.u-right-130 {
  right: 13rem !important;
}

.u-right-135 {
  right: 13.5rem !important;
}

.u-right-140 {
  right: 14rem !important;
}

@media screen and (max-width: 767px) {
  .s\:u-bottom-0 {
    bottom: 0rem !important;
  }
  .s\:u-bottom-5 {
    bottom: 0.5rem !important;
  }
  .s\:u-bottom-10 {
    bottom: 1rem !important;
  }
  .s\:u-bottom-15 {
    bottom: 1.5rem !important;
  }
  .s\:u-bottom-20 {
    bottom: 2rem !important;
  }
  .s\:u-bottom-25 {
    bottom: 2.5rem !important;
  }
  .s\:u-bottom-30 {
    bottom: 3rem !important;
  }
  .s\:u-bottom-35 {
    bottom: 3.5rem !important;
  }
  .s\:u-bottom-40 {
    bottom: 4rem !important;
  }
  .s\:u-bottom-45 {
    bottom: 4.5rem !important;
  }
  .s\:u-bottom-50 {
    bottom: 5rem !important;
  }
  .s\:u-bottom-55 {
    bottom: 5.5rem !important;
  }
  .s\:u-bottom-60 {
    bottom: 6rem !important;
  }
  .s\:u-bottom-65 {
    bottom: 6.5rem !important;
  }
  .s\:u-bottom-70 {
    bottom: 7rem !important;
  }
  .s\:u-bottom-75 {
    bottom: 7.5rem !important;
  }
  .s\:u-bottom-80 {
    bottom: 8rem !important;
  }
  .s\:u-bottom-85 {
    bottom: 8.5rem !important;
  }
  .s\:u-bottom-90 {
    bottom: 9rem !important;
  }
  .s\:u-bottom-95 {
    bottom: 9.5rem !important;
  }
  .s\:u-bottom-100 {
    bottom: 10rem !important;
  }
  .s\:u-top-0 {
    top: 0rem !important;
  }
  .s\:u-top-5 {
    top: 0.5rem !important;
  }
  .s\:u-top-10 {
    top: 1rem !important;
  }
  .s\:u-top-15 {
    top: 1.5rem !important;
  }
  .s\:u-top-20 {
    top: 2rem !important;
  }
  .s\:u-top-25 {
    top: 2.5rem !important;
  }
  .s\:u-top-30 {
    top: 3rem !important;
  }
  .s\:u-top-35 {
    top: 3.5rem !important;
  }
  .s\:u-top-40 {
    top: 4rem !important;
  }
  .s\:u-top-45 {
    top: 4.5rem !important;
  }
  .s\:u-top-50 {
    top: 5rem !important;
  }
  .s\:u-top-55 {
    top: 5.5rem !important;
  }
  .s\:u-top-60 {
    top: 6rem !important;
  }
  .s\:u-top-65 {
    top: 6.5rem !important;
  }
  .s\:u-top-70 {
    top: 7rem !important;
  }
  .s\:u-top-75 {
    top: 7.5rem !important;
  }
  .s\:u-top-80 {
    top: 8rem !important;
  }
  .s\:u-top-85 {
    top: 8.5rem !important;
  }
  .s\:u-top-90 {
    top: 9rem !important;
  }
  .s\:u-top-95 {
    top: 9.5rem !important;
  }
  .s\:u-top-100 {
    top: 10rem !important;
  }
  .s\:u-left-0 {
    left: 0rem !important;
  }
  .s\:u-left-5 {
    left: 0.5rem !important;
  }
  .s\:u-left-10 {
    left: 1rem !important;
  }
  .s\:u-left-15 {
    left: 1.5rem !important;
  }
  .s\:u-left-20 {
    left: 2rem !important;
  }
  .s\:u-left-25 {
    left: 2.5rem !important;
  }
  .s\:u-left-30 {
    left: 3rem !important;
  }
  .s\:u-left-35 {
    left: 3.5rem !important;
  }
  .s\:u-left-40 {
    left: 4rem !important;
  }
  .s\:u-left-45 {
    left: 4.5rem !important;
  }
  .s\:u-left-50 {
    left: 5rem !important;
  }
  .s\:u-left-55 {
    left: 5.5rem !important;
  }
  .s\:u-left-60 {
    left: 6rem !important;
  }
  .s\:u-left-65 {
    left: 6.5rem !important;
  }
  .s\:u-left-70 {
    left: 7rem !important;
  }
  .s\:u-left-75 {
    left: 7.5rem !important;
  }
  .s\:u-left-80 {
    left: 8rem !important;
  }
  .s\:u-left-85 {
    left: 8.5rem !important;
  }
  .s\:u-left-90 {
    left: 9rem !important;
  }
  .s\:u-left-95 {
    left: 9.5rem !important;
  }
  .s\:u-left-100 {
    left: 10rem !important;
  }
  .s\:u-right-0 {
    right: 0rem !important;
  }
  .s\:u-right-5 {
    right: 0.5rem !important;
  }
  .s\:u-right-10 {
    right: 1rem !important;
  }
  .s\:u-right-15 {
    right: 1.5rem !important;
  }
  .s\:u-right-20 {
    right: 2rem !important;
  }
  .s\:u-right-25 {
    right: 2.5rem !important;
  }
  .s\:u-right-30 {
    right: 3rem !important;
  }
  .s\:u-right-35 {
    right: 3.5rem !important;
  }
  .s\:u-right-40 {
    right: 4rem !important;
  }
  .s\:u-right-45 {
    right: 4.5rem !important;
  }
  .s\:u-right-50 {
    right: 5rem !important;
  }
  .s\:u-right-55 {
    right: 5.5rem !important;
  }
  .s\:u-right-60 {
    right: 6rem !important;
  }
  .s\:u-right-65 {
    right: 6.5rem !important;
  }
  .s\:u-right-70 {
    right: 7rem !important;
  }
  .s\:u-right-75 {
    right: 7.5rem !important;
  }
  .s\:u-right-80 {
    right: 8rem !important;
  }
  .s\:u-right-85 {
    right: 8.5rem !important;
  }
  .s\:u-right-90 {
    right: 9rem !important;
  }
  .s\:u-right-95 {
    right: 9.5rem !important;
  }
  .s\:u-right-100 {
    right: 10rem !important;
  }
}
.u-block {
  display: block;
}

@media screen and (max-width: 767px) {
  .s\:u-block {
    display: block;
  }
}
.u-nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .s\:u-nowrap {
    white-space: nowrap;
  }
}
.u-t-0 {
  top: 0rem !important;
}

.u-t-5 {
  top: 0.5rem !important;
}

.u-t-10 {
  top: 1rem !important;
}

.u-t-15 {
  top: 1.5rem !important;
}

.u-t-20 {
  top: 2rem !important;
}

.u-t-25 {
  top: 2.5rem !important;
}

.u-t-30 {
  top: 3rem !important;
}

.u-b-0 {
  bottom: 0rem !important;
}

.u-b-5 {
  bottom: 0.5rem !important;
}

.u-b-10 {
  bottom: 1rem !important;
}

.u-b-15 {
  bottom: 1.5rem !important;
}

.u-b-20 {
  bottom: 2rem !important;
}

.u-b-25 {
  bottom: 2.5rem !important;
}

.u-b-30 {
  bottom: 3rem !important;
}

@media screen and (max-width: 767px) {
  .s\:u-t-0 {
    top: 0rem !important;
  }
  .s\:u-t-5 {
    top: 0.5rem !important;
  }
  .s\:u-t-10 {
    top: 1rem !important;
  }
  .s\:u-t-15 {
    top: 1.5rem !important;
  }
  .s\:u-t-20 {
    top: 2rem !important;
  }
  .s\:u-b-0 {
    bottom: 0rem !important;
  }
  .s\:u-b-5 {
    bottom: 0.5rem !important;
  }
  .s\:u-b-10 {
    bottom: 1rem !important;
  }
  .s\:u-b-15 {
    bottom: 1.5rem !important;
  }
  .s\:u-b-20 {
    bottom: 2rem !important;
  }
  .s\:u-b-25 {
    bottom: 2.5rem !important;
  }
  .s\:u-b-30 {
    bottom: 3rem !important;
  }
  .s\:u-b-35 {
    bottom: 3.5rem !important;
  }
  .s\:u-b-40 {
    bottom: 4rem !important;
  }
  .s\:u-b-45 {
    bottom: 4.5rem !important;
  }
  .s\:u-b-50 {
    bottom: 5rem !important;
  }
  .s\:u-b-55 {
    bottom: 5.5rem !important;
  }
  .s\:u-b-60 {
    bottom: 6rem !important;
  }
  .s\:u-b-65 {
    bottom: 6.5rem !important;
  }
  .s\:u-b-70 {
    bottom: 7rem !important;
  }
  .s\:u-b-75 {
    bottom: 7.5rem !important;
  }
  .s\:u-b-80 {
    bottom: 8rem !important;
  }
}
.u-p-0 {
  padding: 0rem !important;
}

.u-p-5 {
  padding: 0.5rem !important;
}

.u-p-10 {
  padding: 1rem !important;
}

.u-p-15 {
  padding: 1.5rem !important;
}

.u-p-20 {
  padding: 2rem !important;
}

.u-p-25 {
  padding: 2.5rem !important;
}

.u-p-30 {
  padding: 3rem !important;
}

.u-pb-0 {
  padding-bottom: 0rem !important;
}

.u-pb-5 {
  padding-bottom: 0.5rem !important;
}

.u-pb-10 {
  padding-bottom: 1rem !important;
}

.u-pb-15 {
  padding-bottom: 1.5rem !important;
}

.u-pb-20 {
  padding-bottom: 2rem !important;
}

.u-pb-25 {
  padding-bottom: 2.5rem !important;
}

.u-pb-30 {
  padding-bottom: 3rem !important;
}

.u-pb-35 {
  padding-bottom: 3.5rem !important;
}

.u-pb-40 {
  padding-bottom: 4rem !important;
}

.u-pb-45 {
  padding-bottom: 4.5rem !important;
}

.u-pb-50 {
  padding-bottom: 5rem !important;
}

.u-pb-55 {
  padding-bottom: 5.5rem !important;
}

.u-pb-60 {
  padding-bottom: 6rem !important;
}

.u-pb-65 {
  padding-bottom: 6.5rem !important;
}

.u-pb-70 {
  padding-bottom: 7rem !important;
}

.u-pb-75 {
  padding-bottom: 7.5rem !important;
}

.u-pb-80 {
  padding-bottom: 8rem !important;
}

.u-pb-85 {
  padding-bottom: 8.5rem !important;
}

.u-pb-90 {
  padding-bottom: 9rem !important;
}

.u-pb-95 {
  padding-bottom: 9.5rem !important;
}

.u-pb-100 {
  padding-bottom: 10rem !important;
}

.u-pb-105 {
  padding-bottom: 10.5rem !important;
}

.u-pb-110 {
  padding-bottom: 11rem !important;
}

.u-pb-115 {
  padding-bottom: 11.5rem !important;
}

.u-pb-120 {
  padding-bottom: 12rem !important;
}

.u-pb-125 {
  padding-bottom: 12.5rem !important;
}

.u-pb-130 {
  padding-bottom: 13rem !important;
}

.u-pb-135 {
  padding-bottom: 13.5rem !important;
}

.u-pb-140 {
  padding-bottom: 14rem !important;
}

.u-pb-145 {
  padding-bottom: 14.5rem !important;
}

.u-pb-150 {
  padding-bottom: 15rem !important;
}

.u-pb-155 {
  padding-bottom: 15.5rem !important;
}

.u-pb-160 {
  padding-bottom: 16rem !important;
}

.u-pb-165 {
  padding-bottom: 16.5rem !important;
}

.u-pb-170 {
  padding-bottom: 17rem !important;
}

.u-pb-175 {
  padding-bottom: 17.5rem !important;
}

.u-pb-180 {
  padding-bottom: 18rem !important;
}

.u-pb-185 {
  padding-bottom: 18.5rem !important;
}

.u-pb-190 {
  padding-bottom: 19rem !important;
}

.u-pb-195 {
  padding-bottom: 19.5rem !important;
}

.u-pb-200 {
  padding-bottom: 20rem !important;
}

.u-pb-205 {
  padding-bottom: 20.5rem !important;
}

.u-pb-210 {
  padding-bottom: 21rem !important;
}

.u-pb-215 {
  padding-bottom: 21.5rem !important;
}

.u-pb-220 {
  padding-bottom: 22rem !important;
}

.u-pb-225 {
  padding-bottom: 22.5rem !important;
}

.u-pb-230 {
  padding-bottom: 23rem !important;
}

.u-pb-235 {
  padding-bottom: 23.5rem !important;
}

.u-pb-240 {
  padding-bottom: 24rem !important;
}

.u-pb-245 {
  padding-bottom: 24.5rem !important;
}

.u-pb-250 {
  padding-bottom: 25rem !important;
}

.u-pb-255 {
  padding-bottom: 25.5rem !important;
}

.u-pb-260 {
  padding-bottom: 26rem !important;
}

.u-pb-265 {
  padding-bottom: 26.5rem !important;
}

.u-pb-270 {
  padding-bottom: 27rem !important;
}

.u-pb-275 {
  padding-bottom: 27.5rem !important;
}

.u-pb-280 {
  padding-bottom: 28rem !important;
}

.u-pb-285 {
  padding-bottom: 28.5rem !important;
}

.u-pb-290 {
  padding-bottom: 29rem !important;
}

.u-pb-295 {
  padding-bottom: 29.5rem !important;
}

.u-pb-300 {
  padding-bottom: 30rem !important;
}

.u-pt-0 {
  padding-top: 0rem !important;
}

.u-pt-5 {
  padding-top: 0.5rem !important;
}

.u-pt-10 {
  padding-top: 1rem !important;
}

.u-pt-15 {
  padding-top: 1.5rem !important;
}

.u-pt-20 {
  padding-top: 2rem !important;
}

.u-pt-25 {
  padding-top: 2.5rem !important;
}

.u-pt-30 {
  padding-top: 3rem !important;
}

.u-pt-35 {
  padding-top: 3.5rem !important;
}

.u-pt-40 {
  padding-top: 4rem !important;
}

.u-pt-45 {
  padding-top: 4.5rem !important;
}

.u-pt-50 {
  padding-top: 5rem !important;
}

.u-pt-55 {
  padding-top: 5.5rem !important;
}

.u-pt-60 {
  padding-top: 6rem !important;
}

.u-pt-65 {
  padding-top: 6.5rem !important;
}

.u-pt-70 {
  padding-top: 7rem !important;
}

.u-pt-75 {
  padding-top: 7.5rem !important;
}

.u-pt-80 {
  padding-top: 8rem !important;
}

.u-pt-85 {
  padding-top: 8.5rem !important;
}

.u-pt-90 {
  padding-top: 9rem !important;
}

.u-pt-95 {
  padding-top: 9.5rem !important;
}

.u-pt-100 {
  padding-top: 10rem !important;
}

.u-pt-105 {
  padding-top: 10.5rem !important;
}

.u-pt-110 {
  padding-top: 11rem !important;
}

.u-pt-115 {
  padding-top: 11.5rem !important;
}

.u-pt-120 {
  padding-top: 12rem !important;
}

.u-pt-125 {
  padding-top: 12.5rem !important;
}

.u-pt-130 {
  padding-top: 13rem !important;
}

.u-pt-135 {
  padding-top: 13.5rem !important;
}

.u-pt-140 {
  padding-top: 14rem !important;
}

.u-pt-145 {
  padding-top: 14.5rem !important;
}

.u-pt-150 {
  padding-top: 15rem !important;
}

.u-pt-155 {
  padding-top: 15.5rem !important;
}

.u-pt-160 {
  padding-top: 16rem !important;
}

.u-pt-165 {
  padding-top: 16.5rem !important;
}

.u-pt-170 {
  padding-top: 17rem !important;
}

.u-pt-175 {
  padding-top: 17.5rem !important;
}

.u-pt-180 {
  padding-top: 18rem !important;
}

.u-pt-185 {
  padding-top: 18.5rem !important;
}

.u-pt-190 {
  padding-top: 19rem !important;
}

.u-pt-195 {
  padding-top: 19.5rem !important;
}

.u-pt-200 {
  padding-top: 20rem !important;
}

.u-pt-205 {
  padding-top: 20.5rem !important;
}

.u-pt-210 {
  padding-top: 21rem !important;
}

.u-pt-215 {
  padding-top: 21.5rem !important;
}

.u-pt-220 {
  padding-top: 22rem !important;
}

.u-pt-225 {
  padding-top: 22.5rem !important;
}

.u-pt-230 {
  padding-top: 23rem !important;
}

.u-pt-235 {
  padding-top: 23.5rem !important;
}

.u-pt-240 {
  padding-top: 24rem !important;
}

.u-pt-245 {
  padding-top: 24.5rem !important;
}

.u-pt-250 {
  padding-top: 25rem !important;
}

.u-pt-255 {
  padding-top: 25.5rem !important;
}

.u-pt-260 {
  padding-top: 26rem !important;
}

.u-pl-0 {
  padding-left: 0rem !important;
}

.u-pl-5 {
  padding-left: 0.5rem !important;
}

.u-pl-10 {
  padding-left: 1rem !important;
}

.u-pl-15 {
  padding-left: 1.5rem !important;
}

.u-pl-20 {
  padding-left: 2rem !important;
}

.u-pl-25 {
  padding-left: 2.5rem !important;
}

.u-pl-30 {
  padding-left: 3rem !important;
}

.u-pl-35 {
  padding-left: 3.5rem !important;
}

.u-pl-40 {
  padding-left: 4rem !important;
}

.u-pl-45 {
  padding-left: 4.5rem !important;
}

.u-pl-50 {
  padding-left: 5rem !important;
}

.u-pl-55 {
  padding-left: 5.5rem !important;
}

.u-pl-60 {
  padding-left: 6rem !important;
}

.u-pl-65 {
  padding-left: 6.5rem !important;
}

.u-pl-70 {
  padding-left: 7rem !important;
}

.u-pl-75 {
  padding-left: 7.5rem !important;
}

.u-pl-80 {
  padding-left: 8rem !important;
}

.u-pl-85 {
  padding-left: 8.5rem !important;
}

.u-pl-90 {
  padding-left: 9rem !important;
}

.u-pl-95 {
  padding-left: 9.5rem !important;
}

.u-pl-100 {
  padding-left: 10rem !important;
}

.u-pl-105 {
  padding-left: 10.5rem !important;
}

.u-pl-110 {
  padding-left: 11rem !important;
}

.u-pl-115 {
  padding-left: 11.5rem !important;
}

.u-pl-120 {
  padding-left: 12rem !important;
}

.u-pl-125 {
  padding-left: 12.5rem !important;
}

.u-pl-130 {
  padding-left: 13rem !important;
}

.u-pl-135 {
  padding-left: 13.5rem !important;
}

.u-pl-140 {
  padding-left: 14rem !important;
}

.u-pl-145 {
  padding-left: 14.5rem !important;
}

.u-pl-150 {
  padding-left: 15rem !important;
}

.u-pl-155 {
  padding-left: 15.5rem !important;
}

.u-pr-0 {
  padding-right: 0rem !important;
}

.u-pr-5 {
  padding-right: 0.5rem !important;
}

.u-pr-10 {
  padding-right: 1rem !important;
}

.u-pr-15 {
  padding-right: 1.5rem !important;
}

.u-pr-20 {
  padding-right: 2rem !important;
}

.u-pr-25 {
  padding-right: 2.5rem !important;
}

.u-pr-30 {
  padding-right: 3rem !important;
}

.u-pr-35 {
  padding-right: 3.5rem !important;
}

.u-pr-40 {
  padding-right: 4rem !important;
}

.u-pr-45 {
  padding-right: 4.5rem !important;
}

.u-pr-50 {
  padding-right: 5rem !important;
}

.u-pr-55 {
  padding-right: 5.5rem !important;
}

.u-pr-60 {
  padding-right: 6rem !important;
}

.u-pr-65 {
  padding-right: 6.5rem !important;
}

.u-pr-70 {
  padding-right: 7rem !important;
}

.u-pr-75 {
  padding-right: 7.5rem !important;
}

.u-pr-80 {
  padding-right: 8rem !important;
}

.u-pr-85 {
  padding-right: 8.5rem !important;
}

.u-pr-90 {
  padding-right: 9rem !important;
}

.u-pr-95 {
  padding-right: 9.5rem !important;
}

.u-pr-100 {
  padding-right: 10rem !important;
}

.u-pr-105 {
  padding-right: 10.5rem !important;
}

.u-pr-110 {
  padding-right: 11rem !important;
}

.u-pr-115 {
  padding-right: 11.5rem !important;
}

.u-pr-120 {
  padding-right: 12rem !important;
}

.u-pr-125 {
  padding-right: 12.5rem !important;
}

.u-pr-130 {
  padding-right: 13rem !important;
}

.u-pr-135 {
  padding-right: 13.5rem !important;
}

.u-pr-140 {
  padding-right: 14rem !important;
}

.u-pr-145 {
  padding-right: 14.5rem !important;
}

.u-pr-150 {
  padding-right: 15rem !important;
}

.u-pr-155 {
  padding-right: 15.5rem !important;
}

@media screen and (max-width: 767px) {
  .s\:u-pb-0 {
    padding-bottom: 0rem !important;
  }
  .s\:u-pb-5 {
    padding-bottom: 0.5rem !important;
  }
  .s\:u-pb-10 {
    padding-bottom: 1rem !important;
  }
  .s\:u-pb-15 {
    padding-bottom: 1.5rem !important;
  }
  .s\:u-pb-20 {
    padding-bottom: 2rem !important;
  }
  .s\:u-pb-25 {
    padding-bottom: 2.5rem !important;
  }
  .s\:u-pb-30 {
    padding-bottom: 3rem !important;
  }
  .s\:u-pb-35 {
    padding-bottom: 3.5rem !important;
  }
  .s\:u-pb-40 {
    padding-bottom: 4rem !important;
  }
  .s\:u-pb-45 {
    padding-bottom: 4.5rem !important;
  }
  .s\:u-pb-50 {
    padding-bottom: 5rem !important;
  }
  .s\:u-pb-55 {
    padding-bottom: 5.5rem !important;
  }
  .s\:u-pb-60 {
    padding-bottom: 6rem !important;
  }
  .s\:u-pb-65 {
    padding-bottom: 6.5rem !important;
  }
  .s\:u-pb-70 {
    padding-bottom: 7rem !important;
  }
  .s\:u-pb-75 {
    padding-bottom: 7.5rem !important;
  }
  .s\:u-pb-80 {
    padding-bottom: 8rem !important;
  }
  .s\:u-pb-85 {
    padding-bottom: 8.5rem !important;
  }
  .s\:u-pb-90 {
    padding-bottom: 9rem !important;
  }
  .s\:u-pb-95 {
    padding-bottom: 9.5rem !important;
  }
  .s\:u-pb-100 {
    padding-bottom: 10rem !important;
  }
  .s\:u-pt-0 {
    padding-top: 0rem !important;
  }
  .s\:u-pt-5 {
    padding-top: 0.5rem !important;
  }
  .s\:u-pt-10 {
    padding-top: 1rem !important;
  }
  .s\:u-pt-15 {
    padding-top: 1.5rem !important;
  }
  .s\:u-pt-20 {
    padding-top: 2rem !important;
  }
  .s\:u-pt-25 {
    padding-top: 2.5rem !important;
  }
  .s\:u-pt-30 {
    padding-top: 3rem !important;
  }
  .s\:u-pt-35 {
    padding-top: 3.5rem !important;
  }
  .s\:u-pt-40 {
    padding-top: 4rem !important;
  }
  .s\:u-pt-45 {
    padding-top: 4.5rem !important;
  }
  .s\:u-pt-50 {
    padding-top: 5rem !important;
  }
  .s\:u-pt-55 {
    padding-top: 5.5rem !important;
  }
  .s\:u-pt-60 {
    padding-top: 6rem !important;
  }
  .s\:u-pt-65 {
    padding-top: 6.5rem !important;
  }
  .s\:u-pt-70 {
    padding-top: 7rem !important;
  }
  .s\:u-pt-75 {
    padding-top: 7.5rem !important;
  }
  .s\:u-pt-80 {
    padding-top: 8rem !important;
  }
  .s\:u-pt-85 {
    padding-top: 8.5rem !important;
  }
  .s\:u-pt-90 {
    padding-top: 9rem !important;
  }
  .s\:u-pt-95 {
    padding-top: 9.5rem !important;
  }
  .s\:u-pt-100 {
    padding-top: 10rem !important;
  }
  .s\:u-pl-0 {
    padding-left: 0rem !important;
  }
  .s\:u-pl-5 {
    padding-left: 0.5rem !important;
  }
  .s\:u-pl-10 {
    padding-left: 1rem !important;
  }
  .s\:u-pl-15 {
    padding-left: 1.5rem !important;
  }
  .s\:u-pl-20 {
    padding-left: 2rem !important;
  }
  .s\:u-pl-25 {
    padding-left: 2.5rem !important;
  }
  .s\:u-pl-30 {
    padding-left: 3rem !important;
  }
  .s\:u-pl-35 {
    padding-left: 3.5rem !important;
  }
  .s\:u-pl-40 {
    padding-left: 4rem !important;
  }
  .s\:u-pl-45 {
    padding-left: 4.5rem !important;
  }
  .s\:u-pl-50 {
    padding-left: 5rem !important;
  }
  .s\:u-pl-55 {
    padding-left: 5.5rem !important;
  }
  .s\:u-pl-60 {
    padding-left: 6rem !important;
  }
  .s\:u-pl-65 {
    padding-left: 6.5rem !important;
  }
  .s\:u-pl-70 {
    padding-left: 7rem !important;
  }
  .s\:u-pl-75 {
    padding-left: 7.5rem !important;
  }
  .s\:u-pl-80 {
    padding-left: 8rem !important;
  }
  .s\:u-pl-85 {
    padding-left: 8.5rem !important;
  }
  .s\:u-pl-90 {
    padding-left: 9rem !important;
  }
  .s\:u-pl-95 {
    padding-left: 9.5rem !important;
  }
  .s\:u-pl-100 {
    padding-left: 10rem !important;
  }
  .s\:u-pr-0 {
    padding-right: 0rem !important;
  }
  .s\:u-pr-5 {
    padding-right: 0.5rem !important;
  }
  .s\:u-pr-10 {
    padding-right: 1rem !important;
  }
  .s\:u-pr-15 {
    padding-right: 1.5rem !important;
  }
  .s\:u-pr-20 {
    padding-right: 2rem !important;
  }
  .s\:u-pr-25 {
    padding-right: 2.5rem !important;
  }
  .s\:u-pr-30 {
    padding-right: 3rem !important;
  }
  .s\:u-pr-35 {
    padding-right: 3.5rem !important;
  }
  .s\:u-pr-40 {
    padding-right: 4rem !important;
  }
  .s\:u-pr-45 {
    padding-right: 4.5rem !important;
  }
  .s\:u-pr-50 {
    padding-right: 5rem !important;
  }
  .s\:u-pr-55 {
    padding-right: 5.5rem !important;
  }
  .s\:u-pr-60 {
    padding-right: 6rem !important;
  }
  .s\:u-pr-65 {
    padding-right: 6.5rem !important;
  }
  .s\:u-pr-70 {
    padding-right: 7rem !important;
  }
  .s\:u-pr-75 {
    padding-right: 7.5rem !important;
  }
  .s\:u-pr-80 {
    padding-right: 8rem !important;
  }
  .s\:u-pr-85 {
    padding-right: 8.5rem !important;
  }
  .s\:u-pr-90 {
    padding-right: 9rem !important;
  }
  .s\:u-pr-95 {
    padding-right: 9.5rem !important;
  }
  .s\:u-pr-100 {
    padding-right: 10rem !important;
  }
}
.u-m-auto {
  margin: 0 auto;
}

.u-mb-0 {
  margin-bottom: 0rem !important;
}

.u-mb-5 {
  margin-bottom: 0.5rem !important;
}

.u-mb-10 {
  margin-bottom: 1rem !important;
}

.u-mb-15 {
  margin-bottom: 1.5rem !important;
}

.u-mb-20 {
  margin-bottom: 2rem !important;
}

.u-mb-25 {
  margin-bottom: 2.5rem !important;
}

.u-mb-30 {
  margin-bottom: 3rem !important;
}

.u-mb-35 {
  margin-bottom: 3.5rem !important;
}

.u-mb-40 {
  margin-bottom: 4rem !important;
}

.u-mb-45 {
  margin-bottom: 4.5rem !important;
}

.u-mb-50 {
  margin-bottom: 5rem !important;
}

.u-mb-55 {
  margin-bottom: 5.5rem !important;
}

.u-mb-60 {
  margin-bottom: 6rem !important;
}

.u-mb-65 {
  margin-bottom: 6.5rem !important;
}

.u-mb-70 {
  margin-bottom: 7rem !important;
}

.u-mb-75 {
  margin-bottom: 7.5rem !important;
}

.u-mb-80 {
  margin-bottom: 8rem !important;
}

.u-mb-85 {
  margin-bottom: 8.5rem !important;
}

.u-mb-90 {
  margin-bottom: 9rem !important;
}

.u-mb-95 {
  margin-bottom: 9.5rem !important;
}

.u-mb-100 {
  margin-bottom: 10rem !important;
}

.u-mb-105 {
  margin-bottom: 10.5rem !important;
}

.u-mb-110 {
  margin-bottom: 11rem !important;
}

.u-mb-115 {
  margin-bottom: 11.5rem !important;
}

.u-mb-120 {
  margin-bottom: 12rem !important;
}

.u-mb-125 {
  margin-bottom: 12.5rem !important;
}

.u-mb-130 {
  margin-bottom: 13rem !important;
}

.u-mb-135 {
  margin-bottom: 13.5rem !important;
}

.u-mb-140 {
  margin-bottom: 14rem !important;
}

.u-mb-145 {
  margin-bottom: 14.5rem !important;
}

.u-mb-150 {
  margin-bottom: 15rem !important;
}

.u-mb-155 {
  margin-bottom: 15.5rem !important;
}

.u-mb-160 {
  margin-bottom: 16rem !important;
}

.u-mb-165 {
  margin-bottom: 16.5rem !important;
}

.u-mb-170 {
  margin-bottom: 17rem !important;
}

.u-mb-175 {
  margin-bottom: 17.5rem !important;
}

.u-mb-180 {
  margin-bottom: 18rem !important;
}

.u-mb-185 {
  margin-bottom: 18.5rem !important;
}

.u-mb-190 {
  margin-bottom: 19rem !important;
}

.u-mb-195 {
  margin-bottom: 19.5rem !important;
}

.u-mb-200 {
  margin-bottom: 20rem !important;
}

.u-mb-205 {
  margin-bottom: 20.5rem !important;
}

.u-mb-210 {
  margin-bottom: 21rem !important;
}

.u-mb-215 {
  margin-bottom: 21.5rem !important;
}

.u-mb-220 {
  margin-bottom: 22rem !important;
}

.u-mb-225 {
  margin-bottom: 22.5rem !important;
}

.u-mb-230 {
  margin-bottom: 23rem !important;
}

.u-mb-235 {
  margin-bottom: 23.5rem !important;
}

.u-mb-240 {
  margin-bottom: 24rem !important;
}

.u-mb-245 {
  margin-bottom: 24.5rem !important;
}

.u-mb-250 {
  margin-bottom: 25rem !important;
}

.u-mt-0 {
  margin-top: 0rem !important;
}

.u-mt-5 {
  margin-top: 0.5rem !important;
}

.u-mt-10 {
  margin-top: 1rem !important;
}

.u-mt-15 {
  margin-top: 1.5rem !important;
}

.u-mt-20 {
  margin-top: 2rem !important;
}

.u-mt-25 {
  margin-top: 2.5rem !important;
}

.u-mt-30 {
  margin-top: 3rem !important;
}

.u-mt-35 {
  margin-top: 3.5rem !important;
}

.u-mt-40 {
  margin-top: 4rem !important;
}

.u-mt-45 {
  margin-top: 4.5rem !important;
}

.u-mt-50 {
  margin-top: 5rem !important;
}

.u-mt-55 {
  margin-top: 5.5rem !important;
}

.u-mt-60 {
  margin-top: 6rem !important;
}

.u-mt-65 {
  margin-top: 6.5rem !important;
}

.u-mt-70 {
  margin-top: 7rem !important;
}

.u-mt-75 {
  margin-top: 7.5rem !important;
}

.u-mt-80 {
  margin-top: 8rem !important;
}

.u-mt-85 {
  margin-top: 8.5rem !important;
}

.u-mt-90 {
  margin-top: 9rem !important;
}

.u-mt-95 {
  margin-top: 9.5rem !important;
}

.u-mt-100 {
  margin-top: 10rem !important;
}

.u-mt-105 {
  margin-top: 10.5rem !important;
}

.u-mt-110 {
  margin-top: 11rem !important;
}

.u-mt-115 {
  margin-top: 11.5rem !important;
}

.u-mt-120 {
  margin-top: 12rem !important;
}

.u-mt-125 {
  margin-top: 12.5rem !important;
}

.u-mt-130 {
  margin-top: 13rem !important;
}

.u-mt-135 {
  margin-top: 13.5rem !important;
}

.u-mt-140 {
  margin-top: 14rem !important;
}

.u-ml-0 {
  margin-left: 0rem !important;
}

.u-ml-5 {
  margin-left: 0.5rem !important;
}

.u-ml-10 {
  margin-left: 1rem !important;
}

.u-ml-15 {
  margin-left: 1.5rem !important;
}

.u-ml-20 {
  margin-left: 2rem !important;
}

.u-ml-25 {
  margin-left: 2.5rem !important;
}

.u-ml-30 {
  margin-left: 3rem !important;
}

.u-ml-35 {
  margin-left: 3.5rem !important;
}

.u-ml-40 {
  margin-left: 4rem !important;
}

.u-ml-45 {
  margin-left: 4.5rem !important;
}

.u-ml-50 {
  margin-left: 5rem !important;
}

.u-ml-55 {
  margin-left: 5.5rem !important;
}

.u-ml-60 {
  margin-left: 6rem !important;
}

.u-ml-65 {
  margin-left: 6.5rem !important;
}

.u-ml-70 {
  margin-left: 7rem !important;
}

.u-ml-75 {
  margin-left: 7.5rem !important;
}

.u-ml-80 {
  margin-left: 8rem !important;
}

.u-ml-85 {
  margin-left: 8.5rem !important;
}

.u-ml-90 {
  margin-left: 9rem !important;
}

.u-ml-95 {
  margin-left: 9.5rem !important;
}

.u-ml-100 {
  margin-left: 10rem !important;
}

.u-ml-105 {
  margin-left: 10.5rem !important;
}

.u-ml-110 {
  margin-left: 11rem !important;
}

.u-ml-115 {
  margin-left: 11.5rem !important;
}

.u-ml-120 {
  margin-left: 12rem !important;
}

.u-ml-125 {
  margin-left: 12.5rem !important;
}

.u-ml-130 {
  margin-left: 13rem !important;
}

.u-ml-135 {
  margin-left: 13.5rem !important;
}

.u-ml-140 {
  margin-left: 14rem !important;
}

.u-mr-0 {
  margin-right: 0rem !important;
}

.u-mr-5 {
  margin-right: 0.5rem !important;
}

.u-mr-10 {
  margin-right: 1rem !important;
}

.u-mr-15 {
  margin-right: 1.5rem !important;
}

.u-mr-20 {
  margin-right: 2rem !important;
}

.u-mr-25 {
  margin-right: 2.5rem !important;
}

.u-mr-30 {
  margin-right: 3rem !important;
}

.u-mr-35 {
  margin-right: 3.5rem !important;
}

.u-mr-40 {
  margin-right: 4rem !important;
}

.u-mr-45 {
  margin-right: 4.5rem !important;
}

.u-mr-50 {
  margin-right: 5rem !important;
}

.u-mr-55 {
  margin-right: 5.5rem !important;
}

.u-mr-60 {
  margin-right: 6rem !important;
}

.u-mr-65 {
  margin-right: 6.5rem !important;
}

.u-mr-70 {
  margin-right: 7rem !important;
}

.u-mr-75 {
  margin-right: 7.5rem !important;
}

.u-mr-80 {
  margin-right: 8rem !important;
}

.u-mr-85 {
  margin-right: 8.5rem !important;
}

.u-mr-90 {
  margin-right: 9rem !important;
}

.u-mr-95 {
  margin-right: 9.5rem !important;
}

.u-mr-100 {
  margin-right: 10rem !important;
}

.u-mr-105 {
  margin-right: 10.5rem !important;
}

.u-mr-110 {
  margin-right: 11rem !important;
}

.u-mr-115 {
  margin-right: 11.5rem !important;
}

.u-mr-120 {
  margin-right: 12rem !important;
}

.u-mr-125 {
  margin-right: 12.5rem !important;
}

.u-mr-130 {
  margin-right: 13rem !important;
}

.u-mr-135 {
  margin-right: 13.5rem !important;
}

.u-mr-140 {
  margin-right: 14rem !important;
}

.u-mb-m-100 {
  margin-bottom: -10rem !important;
}

.u-mb-m-95 {
  margin-bottom: -9.5rem !important;
}

.u-mb-m-90 {
  margin-bottom: -9rem !important;
}

.u-mb-m-85 {
  margin-bottom: -8.5rem !important;
}

.u-mb-m-80 {
  margin-bottom: -8rem !important;
}

.u-mb-m-75 {
  margin-bottom: -7.5rem !important;
}

.u-mb-m-70 {
  margin-bottom: -7rem !important;
}

.u-mb-m-65 {
  margin-bottom: -6.5rem !important;
}

.u-mb-m-60 {
  margin-bottom: -6rem !important;
}

.u-mb-m-55 {
  margin-bottom: -5.5rem !important;
}

.u-mb-m-50 {
  margin-bottom: -5rem !important;
}

.u-mb-m-45 {
  margin-bottom: -4.5rem !important;
}

.u-mb-m-40 {
  margin-bottom: -4rem !important;
}

.u-mb-m-35 {
  margin-bottom: -3.5rem !important;
}

.u-mb-m-30 {
  margin-bottom: -3rem !important;
}

.u-mb-m-25 {
  margin-bottom: -2.5rem !important;
}

.u-mb-m-20 {
  margin-bottom: -2rem !important;
}

.u-mb-m-15 {
  margin-bottom: -1.5rem !important;
}

.u-mb-m-10 {
  margin-bottom: -1rem !important;
}

.u-mb-m-5 {
  margin-bottom: -0.5rem !important;
}

.u-mb-m-0 {
  margin-bottom: 0rem !important;
}

.u-mt-m-100 {
  margin-top: -10rem !important;
}

.u-mt-m-95 {
  margin-top: -9.5rem !important;
}

.u-mt-m-90 {
  margin-top: -9rem !important;
}

.u-mt-m-85 {
  margin-top: -8.5rem !important;
}

.u-mt-m-80 {
  margin-top: -8rem !important;
}

.u-mt-m-75 {
  margin-top: -7.5rem !important;
}

.u-mt-m-70 {
  margin-top: -7rem !important;
}

.u-mt-m-65 {
  margin-top: -6.5rem !important;
}

.u-mt-m-60 {
  margin-top: -6rem !important;
}

.u-mt-m-55 {
  margin-top: -5.5rem !important;
}

.u-mt-m-50 {
  margin-top: -5rem !important;
}

.u-mt-m-45 {
  margin-top: -4.5rem !important;
}

.u-mt-m-40 {
  margin-top: -4rem !important;
}

.u-mt-m-35 {
  margin-top: -3.5rem !important;
}

.u-mt-m-30 {
  margin-top: -3rem !important;
}

.u-mt-m-25 {
  margin-top: -2.5rem !important;
}

.u-mt-m-20 {
  margin-top: -2rem !important;
}

.u-mt-m-15 {
  margin-top: -1.5rem !important;
}

.u-mt-m-10 {
  margin-top: -1rem !important;
}

.u-mt-m-5 {
  margin-top: -0.5rem !important;
}

.u-mt-m-0 {
  margin-top: 0rem !important;
}

.u-ml-m-100 {
  margin-left: -10rem !important;
}

.u-ml-m-95 {
  margin-left: -9.5rem !important;
}

.u-ml-m-90 {
  margin-left: -9rem !important;
}

.u-ml-m-85 {
  margin-left: -8.5rem !important;
}

.u-ml-m-80 {
  margin-left: -8rem !important;
}

.u-ml-m-75 {
  margin-left: -7.5rem !important;
}

.u-ml-m-70 {
  margin-left: -7rem !important;
}

.u-ml-m-65 {
  margin-left: -6.5rem !important;
}

.u-ml-m-60 {
  margin-left: -6rem !important;
}

.u-ml-m-55 {
  margin-left: -5.5rem !important;
}

.u-ml-m-50 {
  margin-left: -5rem !important;
}

.u-ml-m-45 {
  margin-left: -4.5rem !important;
}

.u-ml-m-40 {
  margin-left: -4rem !important;
}

.u-ml-m-35 {
  margin-left: -3.5rem !important;
}

.u-ml-m-30 {
  margin-left: -3rem !important;
}

.u-ml-m-25 {
  margin-left: -2.5rem !important;
}

.u-ml-m-20 {
  margin-left: -2rem !important;
}

.u-ml-m-15 {
  margin-left: -1.5rem !important;
}

.u-ml-m-10 {
  margin-left: -1rem !important;
}

.u-ml-m-5 {
  margin-left: -0.5rem !important;
}

.u-ml-m-0 {
  margin-left: 0rem !important;
}

.u-mr-m-50 {
  margin-right: -5rem !important;
}

.u-mr-m-45 {
  margin-right: -4.5rem !important;
}

.u-mr-m-40 {
  margin-right: -4rem !important;
}

.u-mr-m-35 {
  margin-right: -3.5rem !important;
}

.u-mr-m-30 {
  margin-right: -3rem !important;
}

.u-mr-m-25 {
  margin-right: -2.5rem !important;
}

.u-mr-m-20 {
  margin-right: -2rem !important;
}

.u-mr-m-15 {
  margin-right: -1.5rem !important;
}

.u-mr-m-10 {
  margin-right: -1rem !important;
}

.u-mr-m-5 {
  margin-right: -0.5rem !important;
}

.u-mr-m-0 {
  margin-right: 0rem !important;
}

@media screen and (max-width: 767px) {
  .s\:u-m-auto {
    margin: 0 auto;
  }
  .s\:u-mb-0 {
    margin-bottom: 0rem !important;
  }
  .s\:u-mb-5 {
    margin-bottom: 0.5rem !important;
  }
  .s\:u-mb-10 {
    margin-bottom: 1rem !important;
  }
  .s\:u-mb-15 {
    margin-bottom: 1.5rem !important;
  }
  .s\:u-mb-20 {
    margin-bottom: 2rem !important;
  }
  .s\:u-mb-25 {
    margin-bottom: 2.5rem !important;
  }
  .s\:u-mb-30 {
    margin-bottom: 3rem !important;
  }
  .s\:u-mb-35 {
    margin-bottom: 3.5rem !important;
  }
  .s\:u-mb-40 {
    margin-bottom: 4rem !important;
  }
  .s\:u-mb-45 {
    margin-bottom: 4.5rem !important;
  }
  .s\:u-mb-50 {
    margin-bottom: 5rem !important;
  }
  .s\:u-mb-55 {
    margin-bottom: 5.5rem !important;
  }
  .s\:u-mb-60 {
    margin-bottom: 6rem !important;
  }
  .s\:u-mb-65 {
    margin-bottom: 6.5rem !important;
  }
  .s\:u-mb-70 {
    margin-bottom: 7rem !important;
  }
  .s\:u-mb-75 {
    margin-bottom: 7.5rem !important;
  }
  .s\:u-mb-80 {
    margin-bottom: 8rem !important;
  }
  .s\:u-mb-85 {
    margin-bottom: 8.5rem !important;
  }
  .s\:u-mb-90 {
    margin-bottom: 9rem !important;
  }
  .s\:u-mb-95 {
    margin-bottom: 9.5rem !important;
  }
  .s\:u-mb-100 {
    margin-bottom: 10rem !important;
  }
  .s\:u-mb-105 {
    margin-bottom: 10.5rem !important;
  }
  .s\:u-mb-110 {
    margin-bottom: 11rem !important;
  }
  .s\:u-mb-115 {
    margin-bottom: 11.5rem !important;
  }
  .s\:u-mb-120 {
    margin-bottom: 12rem !important;
  }
  .s\:u-mb-125 {
    margin-bottom: 12.5rem !important;
  }
  .s\:u-mb-130 {
    margin-bottom: 13rem !important;
  }
  .s\:u-mb-135 {
    margin-bottom: 13.5rem !important;
  }
  .s\:u-mb-140 {
    margin-bottom: 14rem !important;
  }
  .s\:u-mb-145 {
    margin-bottom: 14.5rem !important;
  }
  .s\:u-mb-150 {
    margin-bottom: 15rem !important;
  }
  .s\:u-mt-0 {
    margin-top: 0rem !important;
  }
  .s\:u-mt-5 {
    margin-top: 0.5rem !important;
  }
  .s\:u-mt-10 {
    margin-top: 1rem !important;
  }
  .s\:u-mt-15 {
    margin-top: 1.5rem !important;
  }
  .s\:u-mt-20 {
    margin-top: 2rem !important;
  }
  .s\:u-mt-25 {
    margin-top: 2.5rem !important;
  }
  .s\:u-mt-30 {
    margin-top: 3rem !important;
  }
  .s\:u-mt-35 {
    margin-top: 3.5rem !important;
  }
  .s\:u-mt-40 {
    margin-top: 4rem !important;
  }
  .s\:u-mt-45 {
    margin-top: 4.5rem !important;
  }
  .s\:u-mt-50 {
    margin-top: 5rem !important;
  }
  .s\:u-mt-55 {
    margin-top: 5.5rem !important;
  }
  .s\:u-mt-60 {
    margin-top: 6rem !important;
  }
  .s\:u-mt-65 {
    margin-top: 6.5rem !important;
  }
  .s\:u-mt-70 {
    margin-top: 7rem !important;
  }
  .s\:u-mt-75 {
    margin-top: 7.5rem !important;
  }
  .s\:u-mt-80 {
    margin-top: 8rem !important;
  }
  .s\:u-mt-85 {
    margin-top: 8.5rem !important;
  }
  .s\:u-mt-90 {
    margin-top: 9rem !important;
  }
  .s\:u-mt-95 {
    margin-top: 9.5rem !important;
  }
  .s\:u-mt-100 {
    margin-top: 10rem !important;
  }
  .s\:u-ml-0 {
    margin-left: 0rem !important;
  }
  .s\:u-ml-5 {
    margin-left: 0.5rem !important;
  }
  .s\:u-ml-10 {
    margin-left: 1rem !important;
  }
  .s\:u-ml-15 {
    margin-left: 1.5rem !important;
  }
  .s\:u-ml-20 {
    margin-left: 2rem !important;
  }
  .s\:u-ml-25 {
    margin-left: 2.5rem !important;
  }
  .s\:u-ml-30 {
    margin-left: 3rem !important;
  }
  .s\:u-ml-35 {
    margin-left: 3.5rem !important;
  }
  .s\:u-ml-40 {
    margin-left: 4rem !important;
  }
  .s\:u-ml-45 {
    margin-left: 4.5rem !important;
  }
  .s\:u-ml-50 {
    margin-left: 5rem !important;
  }
  .s\:u-ml-55 {
    margin-left: 5.5rem !important;
  }
  .s\:u-ml-60 {
    margin-left: 6rem !important;
  }
  .s\:u-ml-65 {
    margin-left: 6.5rem !important;
  }
  .s\:u-ml-70 {
    margin-left: 7rem !important;
  }
  .s\:u-ml-75 {
    margin-left: 7.5rem !important;
  }
  .s\:u-ml-80 {
    margin-left: 8rem !important;
  }
  .s\:u-mr-0 {
    margin-right: 0rem !important;
  }
  .s\:u-mr-5 {
    margin-right: 0.5rem !important;
  }
  .s\:u-mr-10 {
    margin-right: 1rem !important;
  }
  .s\:u-mr-15 {
    margin-right: 1.5rem !important;
  }
  .s\:u-mr-20 {
    margin-right: 2rem !important;
  }
  .s\:u-mr-25 {
    margin-right: 2.5rem !important;
  }
  .s\:u-mr-30 {
    margin-right: 3rem !important;
  }
  .s\:u-mr-35 {
    margin-right: 3.5rem !important;
  }
  .s\:u-mr-40 {
    margin-right: 4rem !important;
  }
  .s\:u-mr-45 {
    margin-right: 4.5rem !important;
  }
  .s\:u-mr-50 {
    margin-right: 5rem !important;
  }
  .s\:u-mr-55 {
    margin-right: 5.5rem !important;
  }
  .s\:u-mr-60 {
    margin-right: 6rem !important;
  }
  .s\:u-mr-65 {
    margin-right: 6.5rem !important;
  }
  .s\:u-mr-70 {
    margin-right: 7rem !important;
  }
  .s\:u-mr-75 {
    margin-right: 7.5rem !important;
  }
  .s\:u-mr-80 {
    margin-right: 8rem !important;
  }
  .s\:u-mb-m-100 {
    margin-bottom: -10rem !important;
  }
  .s\:u-mb-m-95 {
    margin-bottom: -9.5rem !important;
  }
  .s\:u-mb-m-90 {
    margin-bottom: -9rem !important;
  }
  .s\:u-mb-m-85 {
    margin-bottom: -8.5rem !important;
  }
  .s\:u-mb-m-80 {
    margin-bottom: -8rem !important;
  }
  .s\:u-mb-m-75 {
    margin-bottom: -7.5rem !important;
  }
  .s\:u-mb-m-70 {
    margin-bottom: -7rem !important;
  }
  .s\:u-mb-m-65 {
    margin-bottom: -6.5rem !important;
  }
  .s\:u-mb-m-60 {
    margin-bottom: -6rem !important;
  }
  .s\:u-mb-m-55 {
    margin-bottom: -5.5rem !important;
  }
  .s\:u-mb-m-50 {
    margin-bottom: -5rem !important;
  }
  .s\:u-mb-m-45 {
    margin-bottom: -4.5rem !important;
  }
  .s\:u-mb-m-40 {
    margin-bottom: -4rem !important;
  }
  .s\:u-mb-m-35 {
    margin-bottom: -3.5rem !important;
  }
  .s\:u-mb-m-30 {
    margin-bottom: -3rem !important;
  }
  .s\:u-mb-m-25 {
    margin-bottom: -2.5rem !important;
  }
  .s\:u-mb-m-20 {
    margin-bottom: -2rem !important;
  }
  .s\:u-mb-m-15 {
    margin-bottom: -1.5rem !important;
  }
  .s\:u-mb-m-10 {
    margin-bottom: -1rem !important;
  }
  .s\:u-mb-m-5 {
    margin-bottom: -0.5rem !important;
  }
  .s\:u-mb-m-0 {
    margin-bottom: 0rem !important;
  }
  .s\:u-mt-m-100 {
    margin-top: -10rem !important;
  }
  .s\:u-mt-m-95 {
    margin-top: -9.5rem !important;
  }
  .s\:u-mt-m-90 {
    margin-top: -9rem !important;
  }
  .s\:u-mt-m-85 {
    margin-top: -8.5rem !important;
  }
  .s\:u-mt-m-80 {
    margin-top: -8rem !important;
  }
  .s\:u-mt-m-75 {
    margin-top: -7.5rem !important;
  }
  .s\:u-mt-m-70 {
    margin-top: -7rem !important;
  }
  .s\:u-mt-m-65 {
    margin-top: -6.5rem !important;
  }
  .s\:u-mt-m-60 {
    margin-top: -6rem !important;
  }
  .s\:u-mt-m-55 {
    margin-top: -5.5rem !important;
  }
  .s\:u-mt-m-50 {
    margin-top: -5rem !important;
  }
  .s\:u-mt-m-45 {
    margin-top: -4.5rem !important;
  }
  .s\:u-mt-m-40 {
    margin-top: -4rem !important;
  }
  .s\:u-mt-m-35 {
    margin-top: -3.5rem !important;
  }
  .s\:u-mt-m-30 {
    margin-top: -3rem !important;
  }
  .s\:u-mt-m-25 {
    margin-top: -2.5rem !important;
  }
  .s\:u-mt-m-20 {
    margin-top: -2rem !important;
  }
  .s\:u-mt-m-15 {
    margin-top: -1.5rem !important;
  }
  .s\:u-mt-m-10 {
    margin-top: -1rem !important;
  }
  .s\:u-mt-m-5 {
    margin-top: -0.5rem !important;
  }
  .s\:u-mt-m-0 {
    margin-top: 0rem !important;
  }
  .s\:u-ml-m-100 {
    margin-left: -10rem !important;
  }
  .s\:u-ml-m-95 {
    margin-left: -9.5rem !important;
  }
  .s\:u-ml-m-90 {
    margin-left: -9rem !important;
  }
  .s\:u-ml-m-85 {
    margin-left: -8.5rem !important;
  }
  .s\:u-ml-m-80 {
    margin-left: -8rem !important;
  }
  .s\:u-ml-m-75 {
    margin-left: -7.5rem !important;
  }
  .s\:u-ml-m-70 {
    margin-left: -7rem !important;
  }
  .s\:u-ml-m-65 {
    margin-left: -6.5rem !important;
  }
  .s\:u-ml-m-60 {
    margin-left: -6rem !important;
  }
  .s\:u-ml-m-55 {
    margin-left: -5.5rem !important;
  }
  .s\:u-ml-m-50 {
    margin-left: -5rem !important;
  }
  .s\:u-ml-m-45 {
    margin-left: -4.5rem !important;
  }
  .s\:u-ml-m-40 {
    margin-left: -4rem !important;
  }
  .s\:u-ml-m-35 {
    margin-left: -3.5rem !important;
  }
  .s\:u-ml-m-30 {
    margin-left: -3rem !important;
  }
  .s\:u-ml-m-25 {
    margin-left: -2.5rem !important;
  }
  .s\:u-ml-m-20 {
    margin-left: -2rem !important;
  }
  .s\:u-ml-m-15 {
    margin-left: -1.5rem !important;
  }
  .s\:u-ml-m-10 {
    margin-left: -1rem !important;
  }
  .s\:u-ml-m-5 {
    margin-left: -0.5rem !important;
  }
  .s\:u-ml-m-0 {
    margin-left: 0rem !important;
  }
  .s\:u-mr-m-100 {
    margin-right: -10rem !important;
  }
  .s\:u-mr-m-95 {
    margin-right: -9.5rem !important;
  }
  .s\:u-mr-m-90 {
    margin-right: -9rem !important;
  }
  .s\:u-mr-m-85 {
    margin-right: -8.5rem !important;
  }
  .s\:u-mr-m-80 {
    margin-right: -8rem !important;
  }
  .s\:u-mr-m-75 {
    margin-right: -7.5rem !important;
  }
  .s\:u-mr-m-70 {
    margin-right: -7rem !important;
  }
  .s\:u-mr-m-65 {
    margin-right: -6.5rem !important;
  }
  .s\:u-mr-m-60 {
    margin-right: -6rem !important;
  }
  .s\:u-mr-m-55 {
    margin-right: -5.5rem !important;
  }
  .s\:u-mr-m-50 {
    margin-right: -5rem !important;
  }
  .s\:u-mr-m-45 {
    margin-right: -4.5rem !important;
  }
  .s\:u-mr-m-40 {
    margin-right: -4rem !important;
  }
  .s\:u-mr-m-35 {
    margin-right: -3.5rem !important;
  }
  .s\:u-mr-m-30 {
    margin-right: -3rem !important;
  }
  .s\:u-mr-m-25 {
    margin-right: -2.5rem !important;
  }
  .s\:u-mr-m-20 {
    margin-right: -2rem !important;
  }
  .s\:u-mr-m-15 {
    margin-right: -1.5rem !important;
  }
  .s\:u-mr-m-10 {
    margin-right: -1rem !important;
  }
  .s\:u-mr-m-5 {
    margin-right: -0.5rem !important;
  }
  .s\:u-mr-m-0 {
    margin-right: 0rem !important;
  }
}
.u-w-full-vw {
  width: 100vw;
}
.u-w-full {
  width: 100%;
}
.u-w-half {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .s\:u-w-full {
    width: 100%;
  }
  .s\:u-w-auto {
    width: auto;
  }
  .s\:u-w-half {
    width: 50%;
  }
}
.u-h-full {
  height: 100%;
}
.u-h-half {
  height: 50%;
}

@media screen and (max-width: 767px) {
  .s\:u-h-full {
    height: 100%;
  }
  .s\:u-h-auto {
    height: auto;
  }
}
.u-z-9999 {
  z-index: 9999;
}

.u-mix-blend-normal {
  mix-blend-mode: normal;
}
.u-mix-blend-multiply {
  mix-blend-mode: multiply;
}

.u-opacity-0 {
  opacity: 0;
}
.u-opacity-20 {
  opacity: 0.2;
}
.u-opacity-50 {
  opacity: 0.5;
}
.u-opacity-100 {
  opacity: 1;
}

.u-palt {
  font-feature-settings: "palt";
}

.u-hidden-txt {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap; /* 折り返し防止 */
}

.l-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100dvh;
  overflow: hidden;
  padding: 10rem 0 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-container {
    padding: 6rem 0 0;
  }
}

.l-header {
  background: white;
  height: 10rem;
  left: 0;
  position: fixed;
  top: 0;
  width: 100dvw;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-header {
    align-items: center;
    background: transparent;
    display: flex;
    height: 9.8rem;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .l-header:before {
    background: white;
    content: " ";
    display: block;
    height: 9.8rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 100dvw;
  }
}
@media screen and (max-width: 767px) {
  .is-open-hamburger .l-header:after {
    background: rgba(107, 107, 107, 0.6);
    content: " ";
    display: block;
    left: 0;
    height: 100dvh;
    opacity: 1;
    position: fixed;
    mix-blend-mode: multiply;
    top: 0;
    width: 100dvw;
    z-index: 6666;
  }
}
@media screen and (max-width: 767px) {
  .l-header-ttl {
    font-size: 1.93rem;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
  }
  .is-open-hamburger .l-header-ttl {
    z-index: 6666;
  }
}
.l-header ul {
  align-items: center;
  display: flex;
  gap: 10.385rem;
  height: 100%;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-header ul {
    align-items: start;
    background: white;
    flex-direction: column;
    gap: 0;
    min-height: 84rem;
    height: auto;
    left: 0;
    padding: 9rem 7.5rem 4rem;
    position: absolute;
    top: 0;
    width: 33.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header ul li {
    width: 100%;
  }
}
.l-header ul li a {
  color: black;
  font-size: 2.1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-header ul li a {
    align-items: center;
    display: flex;
    font-size: 2.4rem;
    line-height: 8.6rem;
    font-weight: 500;
    white-space: nowrap;
    width: 100%;
  }
}

.l-footer {
  background-color: var(--light-gray);
  padding: 12.2rem 0 0;
}
.l-footer-ttl {
  border-bottom: 1px solid #666;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  margin: 0 auto 6.8rem;
  padding: 0 0 10.8rem;
  text-align: center;
  width: 129.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer-ttl {
    border: none;
    font-size: 3.4rem;
    line-height: 1.4705882353;
    margin: 0 auto 12.8rem;
    padding: 0;
    width: 100%;
  }
}
.l-footer-btns {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer-btns {
    flex-direction: column;
    gap: 3.5rem;
  }
}
.l-footer-btns .btn {
  align-items: center;
  background-color: #009ee5;
  color: white;
  display: flex;
  font-size: 1.98rem;
  font-weight: 700;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="268" height="59" viewBox="0 0 268 59" fill="none"><path d="M267.16 47.21C267.16 47.45 266.75 47.69 266.74 47.93C266.73 48.17 266.9 48.44 266.86 48.68C266.82 48.92 266.98 49.22 266.93 49.45C266.88 49.68 266.89 49.97 266.82 50.2C266.75 50.43 266.87 50.77 266.78 51C266.69 51.23 265.28 50.9 265.18 51.12C265.08 51.34 265.16 51.6 265.04 51.81C264.92 52.02 264.82 52.2 264.69 52.4C264.56 52.6 264.32 52.68 264.17 52.87C264.02 53.06 264.59 53.81 264.43 53.99C264.27 54.17 263.62 53.89 263.45 54.06C263.28 54.23 263.62 54.94 263.44 55.1C263.26 55.26 262.83 55.13 262.64 55.27C262.45 55.41 262.48 55.9 262.27 56.03C262.06 56.16 261.46 55.61 261.25 55.73C261.04 55.85 261.01 56.28 260.79 56.38C260.57 56.48 260.59 57.2 260.36 57.29C260.13 57.38 259.9 57.6 259.67 57.67C259.44 57.74 259.1 57.57 258.86 57.62C258.62 57.67 258.37 57.83 258.13 57.87C257.89 57.91 257.56 57.28 257.32 57.3C257.08 57.32 256.84 57.48 256.6 57.48C256.24 57.48 256.24 56.56 255.88 56.56C255.52 56.56 255.52 57.59 255.16 57.59C254.8 57.59 254.8 56.82 254.44 56.82C254.08 56.82 254.08 56.74 253.72 56.74C253.36 56.74 253.36 57.16 253 57.16C252.64 57.16 252.64 57.44 252.28 57.44C251.92 57.44 251.92 57.57 251.56 57.57C251.2 57.57 251.2 57.52 250.84 57.52C250.48 57.52 250.48 56.63 250.12 56.63C249.76 56.63 249.76 57.8 249.4 57.8C249.04 57.8 249.04 57.91 248.68 57.91C248.32 57.91 248.32 57.1 247.96 57.1C247.6 57.1 247.6 57.16 247.24 57.16C246.88 57.16 246.88 57.47 246.52 57.47C246.16 57.47 246.16 57.23 245.8 57.23C245.44 57.23 245.44 58.09 245.08 58.09C244.72 58.09 244.72 57.18 244.36 57.18C244 57.18 244 57.98 243.64 57.98C243.28 57.98 243.28 57.87 242.92 57.87C242.56 57.87 242.56 57.07 242.2 57.07C241.84 57.07 241.84 57.73 241.48 57.73C241.12 57.73 241.12 56.7 240.76 56.7C240.4 56.7 240.4 57.81 240.04 57.81C239.68 57.81 239.68 57.66 239.32 57.66C238.96 57.66 238.96 56.74 238.6 56.74C238.24 56.74 238.24 56.68 237.88 56.68C237.52 56.68 237.52 57.85 237.16 57.85C236.8 57.85 236.8 57.89 236.44 57.89C236.08 57.89 236.08 56.81 235.72 56.81C235.36 56.81 235.36 56.72 235 56.72C234.64 56.72 234.64 56.96 234.28 56.96C233.92 56.96 233.92 57.26 233.56 57.26C233.2 57.26 233.2 57.34 232.84 57.34C232.48 57.34 232.48 57.49 232.12 57.49C231.76 57.49 231.76 57.77 231.4 57.77C231.04 57.77 231.04 57.41 230.68 57.41C230.32 57.41 230.32 56.75 229.96 56.75C229.6 56.75 229.6 56.77 229.24 56.77C228.88 56.77 228.88 57.61 228.52 57.61C228.16 57.61 228.16 57.04 227.8 57.04C227.44 57.04 227.44 57.82 227.08 57.82C226.72 57.82 226.72 56.78 226.36 56.78C226 56.78 226 58.08 225.64 58.08C225.28 58.08 225.28 58.02 224.92 58.02C224.56 58.02 224.56 57.33 224.2 57.33C223.84 57.33 223.84 56.77 223.48 56.77C223.12 56.77 223.12 57.5 222.76 57.5C222.4 57.5 222.4 57.95 222.04 57.95C221.68 57.95 221.68 57.7 221.32 57.7C220.96 57.7 220.96 57.1 220.6 57.1C220.24 57.1 220.24 57.69 219.88 57.69C219.52 57.69 219.52 57.18 219.16 57.18C218.8 57.18 218.8 57.75 218.44 57.75C218.08 57.75 218.08 57.26 217.72 57.26C217.36 57.26 217.36 57.17 217 57.17C216.64 57.17 216.64 57.13 216.28 57.13C215.92 57.13 215.92 57.27 215.56 57.27C215.2 57.27 215.2 56.87 214.84 56.87C214.48 56.87 214.48 57.71 214.12 57.71C213.76 57.71 213.76 57.28 213.4 57.28C213.04 57.28 213.04 57.96 212.68 57.96C212.32 57.96 212.32 57.9 211.96 57.9C211.6 57.9 211.6 57.78 211.24 57.78C210.88 57.78 210.88 57.87 210.52 57.87C210.16 57.87 210.16 57.07 209.8 57.07C209.44 57.07 209.44 57.83 209.08 57.83C208.72 57.83 208.72 56.58 208.36 56.58C208 56.58 208 56.58 207.64 56.58C207.28 56.58 207.28 57.89 206.92 57.89C206.56 57.89 206.56 57.89 206.2 57.89C205.84 57.89 205.84 56.75 205.48 56.75C205.12 56.75 205.12 57.46 204.76 57.46C204.4 57.46 204.4 56.76 204.04 56.76C203.68 56.76 203.68 56.69 203.32 56.69C202.96 56.69 202.96 57.37 202.6 57.37C202.24 57.37 202.24 57.91 201.88 57.91C201.52 57.91 201.52 57.63 201.16 57.63C200.8 57.63 200.8 58.13 200.44 58.13C200.08 58.13 200.08 57.22 199.72 57.22C199.36 57.22 199.36 57.6 199 57.6C198.64 57.6 198.64 56.61 198.28 56.61C197.92 56.61 197.92 57.77 197.56 57.77C197.2 57.77 197.2 56.96 196.84 56.96C196.48 56.96 196.48 56.78 196.12 56.78C195.76 56.78 195.76 56.96 195.4 56.96C195.04 56.96 195.04 57.11 194.68 57.11C194.32 57.11 194.32 57.64 193.96 57.64C193.6 57.64 193.6 57.38 193.24 57.38C192.88 57.38 192.88 56.8 192.52 56.8C192.16 56.8 192.16 57.11 191.8 57.11C191.44 57.11 191.44 56.96 191.08 56.96C190.72 56.96 190.72 56.87 190.36 56.87C190 56.87 190 57.59 189.64 57.59C189.28 57.59 189.28 56.72 188.92 56.72C188.56 56.72 188.56 56.82 188.2 56.82C187.84 56.82 187.84 57.7 187.48 57.7C187.12 57.7 187.12 57.66 186.76 57.66C186.4 57.66 186.4 57.05 186.04 57.05C185.68 57.05 185.68 57.98 185.32 57.98C184.96 57.98 184.96 56.94 184.6 56.94C184.24 56.94 184.24 56.72 183.88 56.72C183.52 56.72 183.52 57.01 183.16 57.01C182.8 57.01 182.8 56.77 182.44 56.77C182.08 56.77 182.08 57.87 181.72 57.87C181.36 57.87 181.36 57.8 181 57.8C180.64 57.8 180.64 57.16 180.28 57.16C179.92 57.16 179.92 56.67 179.56 56.67C179.2 56.67 179.2 57.15 178.84 57.15C178.48 57.15 178.48 57.6 178.12 57.6C177.76 57.6 177.76 57.51 177.4 57.51C177.04 57.51 177.04 56.91 176.68 56.91C176.32 56.91 176.32 57.23 175.96 57.23C175.6 57.23 175.6 57.93 175.24 57.93C174.88 57.93 174.88 58.04 174.52 58.04C174.16 58.04 174.16 57.94 173.8 57.94C173.44 57.94 173.44 57.56 173.08 57.56C172.72 57.56 172.72 57.16 172.36 57.16C172 57.16 172 57.22 171.64 57.22C171.28 57.22 171.28 57.3 170.92 57.3C170.56 57.3 170.56 56.92 170.2 56.92C169.84 56.92 169.84 57.8 169.48 57.8C169.12 57.8 169.12 57.41 168.76 57.41C168.4 57.41 168.4 57.98 168.04 57.98C167.68 57.98 167.68 56.85 167.32 56.85C166.96 56.85 166.96 56.95 166.6 56.95C166.24 56.95 166.24 57.96 165.88 57.96C165.52 57.96 165.52 58.14 165.16 58.14C164.8 58.14 164.8 57.18 164.44 57.18C164.08 57.18 164.08 57.29 163.72 57.29C163.36 57.29 163.36 57.59 163 57.59C162.64 57.59 162.64 56.97 162.28 56.97C161.92 56.97 161.92 57.59 161.56 57.59C161.2 57.59 161.2 57.53 160.84 57.53C160.48 57.53 160.48 56.7 160.12 56.7C159.76 56.7 159.76 56.88 159.4 56.88C159.04 56.88 159.04 57.8 158.68 57.8C158.32 57.8 158.32 56.78 157.96 56.78C157.6 56.78 157.6 57.05 157.24 57.05C156.88 57.05 156.88 56.72 156.52 56.72C156.16 56.72 156.16 57.36 155.8 57.36C155.44 57.36 155.44 57.05 155.08 57.05C154.72 57.05 154.72 57.34 154.36 57.34C154 57.34 154 57.74 153.64 57.74C153.28 57.74 153.28 57.47 152.92 57.47C152.56 57.47 152.56 57.16 152.2 57.16C151.84 57.16 151.84 56.79 151.48 56.79C151.12 56.79 151.12 57.95 150.76 57.95C150.4 57.95 150.4 57.69 150.04 57.69C149.68 57.69 149.68 57.24 149.32 57.24C148.96 57.24 148.96 57.06 148.6 57.06C148.24 57.06 148.24 58.12 147.88 58.12C147.52 58.12 147.52 57.92 147.16 57.92C146.8 57.92 146.8 57.47 146.44 57.47C146.08 57.47 146.08 57.12 145.72 57.12C145.36 57.12 145.36 56.72 145 56.72C144.64 56.72 144.64 57.12 144.28 57.12C143.92 57.12 143.92 57.6 143.56 57.6C143.2 57.6 143.2 56.9 142.84 56.9C142.48 56.9 142.48 56.85 142.12 56.85C141.76 56.85 141.76 57.16 141.4 57.16C141.04 57.16 141.04 56.76 140.68 56.76C140.32 56.76 140.32 57.98 139.96 57.98C139.6 57.98 139.6 57.99 139.24 57.99C138.88 57.99 138.88 57.34 138.52 57.34C138.16 57.34 138.16 56.96 137.8 56.96C137.44 56.96 137.44 58.07 137.08 58.07C136.72 58.07 136.72 56.97 136.36 56.97C136 56.97 136 57.24 135.64 57.24C135.28 57.24 135.28 56.98 134.92 56.98C134.56 56.98 134.56 57.71 134.2 57.71C133.84 57.71 133.84 56.57 133.48 56.57C133.12 56.57 133.12 56.68 132.76 56.68C132.4 56.68 132.4 57.66 132.04 57.66C131.68 57.66 131.68 56.93 131.32 56.93C130.96 56.93 130.96 56.79 130.6 56.79C130.24 56.79 130.24 57.85 129.88 57.85C129.52 57.85 129.52 57.26 129.16 57.26C128.8 57.26 128.8 56.98 128.44 56.98C128.08 56.98 128.08 57.38 127.72 57.38C127.36 57.38 127.36 56.59 127 56.59C126.64 56.59 126.64 57.94 126.28 57.94C125.92 57.94 125.92 57.75 125.56 57.75C125.2 57.75 125.2 57.93 124.84 57.93C124.48 57.93 124.48 56.63 124.12 56.63C123.76 56.63 123.76 57.21 123.4 57.21C123.04 57.21 123.04 58 122.68 58C122.32 58 122.32 56.9 121.96 56.9C121.6 56.9 121.6 57.21 121.24 57.21C120.88 57.21 120.88 58.14 120.52 58.14C120.16 58.14 120.16 56.87 119.8 56.87C119.44 56.87 119.44 56.75 119.08 56.75C118.72 56.75 118.72 57.42 118.36 57.42C118 57.42 118 57.97 117.64 57.97C117.28 57.97 117.28 57.61 116.92 57.61C116.56 57.61 116.56 57.37 116.2 57.37C115.84 57.37 115.84 57.83 115.48 57.83C115.12 57.83 115.12 56.66 114.76 56.66C114.4 56.66 114.4 57.44 114.04 57.44C113.68 57.44 113.68 57.57 113.32 57.57C112.96 57.57 112.96 56.63 112.6 56.63C112.24 56.63 112.24 57.93 111.88 57.93C111.52 57.93 111.52 58.11 111.16 58.11C110.8 58.11 110.8 56.64 110.44 56.64C110.08 56.64 110.08 57.6 109.72 57.6C109.36 57.6 109.36 58.11 109 58.11C108.64 58.11 108.64 57.18 108.28 57.18C107.92 57.18 107.92 58.1 107.56 58.1C107.2 58.1 107.2 56.7 106.84 56.7C106.48 56.7 106.48 57.38 106.12 57.38C105.76 57.38 105.76 57.56 105.4 57.56C105.04 57.56 105.04 58.01 104.68 58.01C104.32 58.01 104.32 58.06 103.96 58.06C103.6 58.06 103.6 56.99 103.24 56.99C102.88 56.99 102.88 57.17 102.52 57.17C102.16 57.17 102.16 56.71 101.8 56.71C101.44 56.71 101.44 57.62 101.08 57.62C100.72 57.62 100.72 57.82 100.36 57.82C100 57.82 100 57.79 99.64 57.79C99.28 57.79 99.28 57.25 98.92 57.25C98.56 57.25 98.56 57.84 98.2 57.84C97.84 57.84 97.84 57.37 97.48 57.37C97.12 57.37 97.12 57.97 96.76 57.97C96.4 57.97 96.4 57.39 96.04 57.39C95.68 57.39 95.68 58.07 95.32 58.07C94.96 58.07 94.96 57.39 94.6 57.39C94.24 57.39 94.24 56.64 93.88 56.64C93.52 56.64 93.52 57.6 93.16 57.6C92.8 57.6 92.8 57.1 92.44 57.1C92.08 57.1 92.08 56.89 91.72 56.89C91.36 56.89 91.36 57.55 91 57.55C90.64 57.55 90.64 56.64 90.28 56.64C89.92 56.64 89.92 56.84 89.56 56.84C89.2 56.84 89.2 57.01 88.84 57.01C88.48 57.01 88.48 58.08 88.12 58.08C87.76 58.08 87.76 57.25 87.4 57.25C87.04 57.25 87.04 57.55 86.68 57.55C86.32 57.55 86.32 57.39 85.96 57.39C85.6 57.39 85.6 57.5 85.24 57.5C84.88 57.5 84.88 56.85 84.52 56.85C84.16 56.85 84.16 57.62 83.8 57.62C83.44 57.62 83.44 57.8 83.08 57.8C82.72 57.8 82.72 56.82 82.36 56.82C82 56.82 82 56.75 81.64 56.75C81.28 56.75 81.28 57.66 80.92 57.66C80.56 57.66 80.56 57.25 80.2 57.25C79.84 57.25 79.84 56.58 79.48 56.58C79.12 56.58 79.12 56.82 78.76 56.82C78.4 56.82 78.4 58.08 78.04 58.08C77.68 58.08 77.68 58.06 77.32 58.06C76.96 58.06 76.96 56.79 76.6 56.79C76.24 56.79 76.24 58.04 75.88 58.04C75.52 58.04 75.52 57.85 75.16 57.85C74.8 57.85 74.8 57.59 74.44 57.59C74.08 57.59 74.08 57.26 73.72 57.26C73.36 57.26 73.36 57.49 73 57.49C72.64 57.49 72.64 56.59 72.28 56.59C71.92 56.59 71.92 57.43 71.56 57.43C71.2 57.43 71.2 57.78 70.84 57.78C70.48 57.78 70.48 57.92 70.12 57.92C69.76 57.92 69.76 57.72 69.4 57.72C69.04 57.72 69.04 56.64 68.68 56.64C68.32 56.64 68.32 58.05 67.96 58.05C67.6 58.05 67.6 57.62 67.24 57.62C66.88 57.62 66.88 57.63 66.52 57.63C66.16 57.63 66.16 57.45 65.8 57.45C65.44 57.45 65.44 56.7 65.08 56.7C64.72 56.7 64.72 56.96 64.36 56.96C64 56.96 64 56.77 63.64 56.77C63.28 56.77 63.28 57.9 62.92 57.9C62.56 57.9 62.56 57.32 62.2 57.32C61.84 57.32 61.84 56.82 61.48 56.82C61.12 56.82 61.12 56.68 60.76 56.68C60.4 56.68 60.4 56.61 60.04 56.61C59.68 56.61 59.68 57.02 59.32 57.02C58.96 57.02 58.96 56.7 58.6 56.7C58.24 56.7 58.24 56.94 57.88 56.94C57.52 56.94 57.52 56.98 57.16 56.98C56.8 56.98 56.8 57.2 56.44 57.2C56.08 57.2 56.08 57.99 55.72 57.99C55.36 57.99 55.36 57.15 55 57.15C54.64 57.15 54.64 57.66 54.28 57.66C53.92 57.66 53.92 57.69 53.56 57.69C53.2 57.69 53.2 57.76 52.84 57.76C52.48 57.76 52.48 57.33 52.12 57.33C51.76 57.33 51.76 56.54 51.4 56.54C51.04 56.54 51.04 56.57 50.68 56.57C50.32 56.57 50.32 57.92 49.96 57.92C49.6 57.92 49.6 57.2 49.24 57.2C48.88 57.2 48.88 56.67 48.52 56.67C48.16 56.67 48.16 56.52 47.8 56.52C47.44 56.52 47.44 57.34 47.08 57.34C46.72 57.34 46.72 57.04 46.36 57.04C46 57.04 46 56.67 45.64 56.67C45.28 56.67 45.28 57 44.92 57C44.56 57 44.56 56.57 44.2 56.57C43.84 56.57 43.84 57.57 43.48 57.57C43.12 57.57 43.12 57.11 42.76 57.11C42.4 57.11 42.4 57.07 42.04 57.07C41.68 57.07 41.68 57.36 41.32 57.36C40.96 57.36 40.96 56.73 40.6 56.73C40.24 56.73 40.24 57.49 39.88 57.49C39.52 57.49 39.52 57.71 39.15 57.71C38.78 57.71 38.79 57.63 38.43 57.63C38.07 57.63 38.07 56.76 37.71 56.76C37.35 56.76 37.35 57.73 36.99 57.73C36.63 57.73 36.63 56.52 36.27 56.52C35.91 56.52 35.91 57.65 35.55 57.65C35.19 57.65 35.19 57.11 34.83 57.11C34.47 57.11 34.47 57.92 34.11 57.92C33.75 57.92 33.75 57.14 33.39 57.14C33.03 57.14 33.03 57.43 32.67 57.43C32.31 57.43 32.31 57.65 31.94 57.65C31.57 57.65 31.58 57.45 31.21 57.45C30.84 57.45 30.85 57.67 30.49 57.67C30.13 57.67 30.13 57.96 29.77 57.96C29.41 57.96 29.41 57.61 29.05 57.61C28.69 57.61 28.69 57.04 28.33 57.04C27.97 57.04 27.97 57.86 27.6 57.86C27.23 57.86 27.24 57.12 26.87 57.12C26.5 57.12 26.51 56.71 26.14 56.71C25.77 56.71 25.78 58.05 25.42 58.05C25.06 58.05 25.06 57.29 24.69 57.29C24.32 57.29 24.33 58.03 23.97 58.03C23.61 58.03 23.61 56.97 23.25 56.97C22.89 56.97 22.89 58.11 22.53 58.11C22.17 58.11 22.17 57.38 21.8 57.38C21.43 57.38 21.44 56.69 21.07 56.69C20.7 56.69 20.71 57.36 20.34 57.36C19.97 57.36 19.98 56.6 19.62 56.6C19.26 56.6 19.26 56.86 18.89 56.86C18.52 56.86 18.53 56.8 18.16 56.8C17.79 56.8 17.8 57.05 17.43 57.05C17.06 57.05 17.07 57.54 16.7 57.54C16.33 57.54 16.34 56.68 15.97 56.68C15.6 56.68 15.61 58.04 15.24 58.04C14.87 58.04 14.88 58.06 14.51 58.06C14.14 58.06 14.15 56.62 13.78 56.62C13.41 56.62 13.41 57.73 13.05 57.73C12.69 57.73 12.68 57.63 12.32 57.63C11.96 57.63 11.95 57.43 11.59 57.43C11.23 57.43 11.22 57.25 10.86 57.25C10.62 57.25 10.35 57.75 10.11 57.74C9.87 57.73 9.59 57.75 9.35 57.72C9.11 57.69 8.79 57.87 8.55 57.82C8.31 57.77 8.13 57.34 7.9 57.27C7.67 57.2 7.33 57.34 7.11 57.25C6.89 57.16 7.09 56.04 6.87 55.94C6.65 55.84 5.88 56.82 5.67 56.7C5.46 56.58 5.61 55.81 5.41 55.68C5.21 55.55 5.39 54.91 5.2 54.76C5.01 54.61 4.47 54.93 4.29 54.78C4.11 54.63 4.09 54.31 3.92 54.14C3.75 53.97 3.3 54.07 3.15 53.88C3 53.69 2.98 53.4 2.84 53.2C2.7 53 2.71 52.72 2.58 52.52C2.45 52.32 2.12 52.25 2.01 52.03C1.9 51.81 1.71 51.64 1.61 51.42C1.51 51.2 1.5 50.94 1.42 50.72C1.34 50.5 1.66 50.15 1.6 49.92C1.54 49.69 0.36 49.73 0.31 49.5C0.26 49.27 0.8 48.9 0.77 48.66C0.74 48.42 0.52 48.19 0.5 47.95C0.48 47.71 0 47.45 0 47.21C0 46.85 1.23 46.85 1.23 46.49C1.23 46.13 0.15 46.13 0.15 45.77C0.15 45.41 1.16 45.41 1.16 45.05C1.16 44.69 0.77 44.69 0.77 44.33C0.77 43.97 0.16 43.97 0.16 43.61C0.16 43.25 0.45 43.25 0.45 42.89C0.45 42.53 0.64 42.53 0.64 42.17C0.64 41.81 0.41 41.81 0.41 41.45C0.41 41.09 1.31 41.09 1.31 40.73C1.31 40.37 0.93 40.37 0.93 40C0.93 39.63 0.86 39.64 0.86 39.27C0.86 38.9 0.47 38.91 0.47 38.55C0.47 38.19 0.83 38.19 0.83 37.83C0.83 37.47 0.04 37.47 0.04 37.11C0.04 36.75 0.8 36.75 0.8 36.39C0.8 36.03 0.97 36.03 0.97 35.67C0.97 35.31 0.48 35.31 0.48 34.95C0.48 34.59 0.72 34.59 0.72 34.23C0.72 33.87 1.54 33.87 1.54 33.51C1.54 33.15 0.14 33.15 0.14 32.78C0.14 32.41 0.7 32.42 0.7 32.05C0.7 31.68 1.52 31.69 1.52 31.32C1.52 30.95 0.44 30.96 0.44 30.6C0.44 30.24 0.24 30.24 0.24 29.88C0.24 29.52 0.48 29.52 0.48 29.16C0.48 28.8 0.43 28.8 0.43 28.43C0.43 28.06 1.51 28.07 1.51 27.7C1.51 27.33 1.32 27.34 1.32 26.97C1.32 26.6 0.19 26.61 0.19 26.24C0.19 25.87 0.68 25.88 0.68 25.51C0.68 25.14 1.08 25.15 1.08 24.78C1.08 24.41 0.5 24.42 0.5 24.06C0.5 23.7 1.5 23.7 1.5 23.34C1.5 22.98 0.8 22.98 0.8 22.62C0.8 22.26 0.23 22.24 0.23 21.88C0.23 21.52 1.27 21.52 1.27 21.15C1.27 20.78 0.91 20.79 0.91 20.42C0.91 20.05 1.61 20.06 1.61 19.7C1.61 19.34 1.74 19.34 1.74 18.97C1.74 18.6 1.2 18.61 1.2 18.24C1.2 17.87 1.4 17.88 1.4 17.51C1.4 17.14 1.38 17.15 1.38 16.78C1.38 16.41 1.32 16.41 1.32 16.05C1.32 15.69 0.73 15.69 0.73 15.32C0.73 14.95 0.5 14.96 0.5 14.59C0.5 14.22 0.61 14.23 0.61 13.86C0.61 13.49 1.24 13.49 1.24 13.13C1.24 12.77 1.53 12.76 1.53 12.4C1.53 12.04 1.69 12.03 1.69 11.67C1.69 11.31 0.69 11.3 0.69 10.94C0.69 10.7 0.31 10.41 0.32 10.17C0.33 9.93 0.41 9.65 0.45 9.41C0.49 9.17 1.03 8.99 1.08 8.76C1.13 8.53 1.94 8.5 2.01 8.27C2.08 8.04 1.46 7.6 1.54 7.37C1.62 7.14 1.89 7 2 6.78C2.11 6.56 2.37 6.44 2.49 6.23C2.61 6.02 2.32 5.57 2.45 5.37C2.58 5.17 3.38 5.45 3.53 5.26C3.68 5.07 3.83 4.95 3.99 4.76C4.15 4.57 3.76 3.92 3.93 3.75C4.1 3.58 4.49 3.66 4.67 3.5C4.85 3.34 5.18 3.41 5.37 3.26C5.56 3.11 5.11 2.05 5.32 1.91C5.53 1.77 5.76 1.62 5.97 1.51C6.18 1.4 6.55 1.51 6.76 1.41C6.97 1.31 7.58 2.14 7.8 2.06C8.02 1.98 7.87 0.75 8.1 0.68C8.33 0.61 8.58 0.42 8.81 0.37C9.04 0.32 9.45 1.11 9.69 1.08C9.93 1.05 10.18 1.33 10.42 1.31C10.66 1.29 10.87 1.41 11.11 1.41C11.47 1.41 11.47 0.47 11.83 0.47C12.19 0.47 12.19 0.43 12.55 0.43C12.91 0.43 12.91 1.17 13.27 1.17C13.63 1.17 13.63 0.61 13.99 0.61C14.35 0.61 14.35 0.19 14.71 0.19C15.07 0.19 15.07 1.29 15.43 1.29C15.79 1.29 15.79 0.31 16.15 0.31C16.51 0.31 16.51 1.39 16.87 1.39C17.23 1.39 17.23 1.53 17.59 1.53C17.95 1.53 17.95 1.08 18.31 1.08C18.67 1.08 18.67 1.35 19.03 1.35C19.39 1.35 19.39 1.45 19.75 1.45C20.11 1.45 20.11 0.73 20.47 0.73C20.83 0.73 20.83 1.25 21.19 1.25C21.55 1.25 21.55 0.18 21.91 0.18C22.27 0.18 22.27 1.41 22.63 1.41C22.99 1.41 22.99 0.47 23.35 0.47C23.71 0.47 23.71 0.7 24.07 0.7C24.43 0.7 24.43 0.54 24.79 0.54C25.15 0.54 25.15 0.68 25.51 0.68C25.87 0.68 25.87 0.81 26.23 0.81C26.59 0.81 26.59 0.23 26.95 0.23C27.31 0.23 27.31 0.17 27.67 0.17C28.03 0.17 28.03 1.34 28.39 1.34C28.75 1.34 28.75 0.63 29.11 0.63C29.47 0.63 29.47 1.5 29.83 1.5C30.19 1.5 30.19 0.9 30.55 0.9C30.91 0.9 30.91 0.19 31.27 0.19C31.63 0.19 31.63 1.22 31.99 1.22C32.35 1.22 32.35 1.13 32.71 1.13C33.07 1.13 33.07 0.46 33.43 0.46C33.79 0.46 33.79 1.01 34.15 1.01C34.51 1.01 34.51 1.26 34.87 1.26C35.23 1.26 35.23 0.5 35.59 0.5C35.95 0.5 35.95 1.06 36.31 1.06C36.67 1.06 36.67 0.25 37.03 0.25C37.39 0.25 37.39 0.23 37.75 0.23C38.11 0.23 38.11 1.41 38.47 1.41C38.83 1.41 38.83 0.39 39.19 0.39C39.55 0.39 39.55 0.38 39.91 0.38C40.27 0.38 40.27 1.06 40.63 1.06C40.99 1.06 40.99 0.08 41.35 0.08C41.71 0.08 41.71 1.57 42.07 1.57C42.43 1.57 42.43 0.88 42.79 0.88C43.15 0.88 43.15 0.39 43.51 0.39C43.87 0.39 43.87 0.9 44.23 0.9C44.59 0.9 44.59 1.51 44.95 1.51C45.31 1.51 45.31 0.5 45.67 0.5C46.03 0.5 46.03 0.21 46.39 0.21C46.75 0.21 46.75 0.06 47.11 0.06C47.47 0.06 47.47 0.53 47.83 0.53C48.19 0.53 48.19 0.6 48.55 0.6C48.91 0.6 48.91 0.76 49.27 0.76C49.63 0.76 49.63 0.45 49.99 0.45C50.35 0.45 50.35 0.64 50.71 0.64C51.07 0.64 51.07 0.11 51.43 0.11C51.79 0.11 51.79 0.33 52.15 0.33C52.51 0.33 52.51 1.46 52.87 1.46C53.23 1.46 53.23 0.23 53.59 0.23C53.95 0.23 53.95 0.61 54.31 0.61C54.67 0.61 54.67 0.07 55.03 0.07C55.39 0.07 55.39 1.27 55.75 1.27C56.11 1.27 56.11 0.46 56.47 0.46C56.83 0.46 56.83 0.96 57.19 0.96C57.55 0.96 57.55 1.29 57.91 1.29C58.27 1.29 58.27 1.39 58.63 1.39C58.99 1.39 58.99 0.82 59.35 0.82C59.71 0.82 59.71 1.57 60.07 1.57C60.43 1.57 60.43 1.32 60.79 1.32C61.15 1.32 61.15 0.09 61.51 0.09C61.87 0.09 61.87 0.65 62.23 0.65C62.59 0.65 62.59 0.86 62.95 0.86C63.31 0.86 63.31 0.86 63.67 0.86C64.03 0.86 64.03 1.2 64.39 1.2C64.75 1.2 64.75 0.15 65.11 0.15C65.47 0.15 65.47 0.95 65.83 0.95C66.19 0.95 66.19 0.2 66.55 0.2C66.91 0.2 66.91 0.8 67.27 0.8C67.63 0.8 67.63 1.6 67.99 1.6C68.35 1.6 68.35 0.13 68.71 0.13C69.07 0.13 69.07 0.54 69.43 0.54C69.79 0.54 69.79 0.9 70.15 0.9C70.51 0.9 70.51 1.33 70.87 1.33C71.23 1.33 71.23 0.57 71.59 0.57C71.95 0.57 71.95 0.4 72.31 0.4C72.67 0.4 72.67 1.22 73.03 1.22C73.39 1.22 73.39 1.59 73.75 1.59C74.11 1.59 74.11 0.67 74.47 0.67C74.83 0.67 74.83 0.17 75.19 0.17C75.55 0.17 75.55 0.67 75.91 0.67C76.27 0.67 76.27 1.14 76.63 1.14C76.99 1.14 76.99 0.47 77.35 0.47C77.71 0.47 77.71 0.15 78.07 0.15C78.43 0.15 78.43 1.25 78.79 1.25C79.15 1.25 79.15 0.15 79.51 0.15C79.87 0.15 79.87 0.9 80.23 0.9C80.59 0.9 80.59 0.17 80.95 0.17C81.31 0.17 81.31 1.18 81.67 1.18C82.03 1.18 82.03 0.35 82.39 0.35C82.75 0.35 82.75 1.17 83.11 1.17C83.47 1.17 83.47 0.66 83.83 0.66C84.19 0.66 84.19 0.31 84.55 0.31C84.91 0.31 84.91 1.13 85.27 1.13C85.63 1.13 85.63 0.72 85.99 0.72C86.35 0.72 86.35 0.4 86.71 0.4C87.07 0.4 87.07 1.45 87.43 1.45C87.79 1.45 87.79 1.16 88.15 1.16C88.51 1.16 88.51 0.31 88.87 0.31C89.23 0.31 89.23 0.25 89.59 0.25C89.95 0.25 89.95 0.31 90.31 0.31C90.67 0.31 90.67 1.33 91.03 1.33C91.39 1.33 91.39 0.86 91.75 0.86C92.11 0.86 92.11 0.49 92.47 0.49C92.83 0.49 92.83 0.45 93.19 0.45C93.55 0.45 93.55 1.29 93.91 1.29C94.27 1.29 94.27 0.94 94.63 0.94C94.99 0.94 94.99 0.78 95.35 0.78C95.71 0.78 95.71 1.13 96.07 1.13C96.43 1.13 96.43 1.16 96.79 1.16C97.15 1.16 97.15 1.08 97.51 1.08C97.87 1.08 97.87 1.52 98.23 1.52C98.59 1.52 98.59 0.92 98.95 0.92C99.31 0.92 99.31 0.62 99.67 0.62C100.03 0.62 100.03 1.37 100.39 1.37C100.75 1.37 100.75 1.41 101.11 1.41C101.47 1.41 101.47 1.59 101.83 1.59C102.19 1.59 102.19 0.84 102.55 0.84C102.91 0.84 102.91 0.7 103.27 0.7C103.63 0.7 103.63 1.13 103.99 1.13C104.35 1.13 104.35 1.01 104.71 1.01C105.07 1.01 105.07 1.2 105.43 1.2C105.79 1.2 105.79 1.51 106.15 1.51C106.51 1.51 106.51 1.5 106.87 1.5C107.23 1.5 107.23 0.94 107.59 0.94C107.95 0.94 107.95 1.15 108.31 1.15C108.67 1.15 108.67 1.27 109.03 1.27C109.39 1.27 109.39 1.22 109.75 1.22C110.11 1.22 110.11 0.91 110.47 0.91C110.83 0.91 110.83 0.76 111.19 0.76C111.55 0.76 111.55 0.24 111.91 0.24C112.27 0.24 112.27 0.24 112.63 0.24C112.99 0.24 112.99 0.98 113.35 0.98C113.71 0.98 113.71 0.74 114.07 0.74C114.43 0.74 114.43 0.19 114.79 0.19C115.15 0.19 115.15 1.01 115.51 1.01C115.87 1.01 115.87 0.42 116.23 0.42C116.59 0.42 116.59 0.27 116.95 0.27C117.31 0.27 117.31 1.35 117.67 1.35C118.03 1.35 118.03 0.82 118.39 0.82C118.75 0.82 118.75 0.79 119.11 0.79C119.47 0.79 119.47 1.3 119.83 1.3C120.19 1.3 120.19 1.01 120.55 1.01C120.91 1.01 120.91 1.17 121.27 1.17C121.63 1.17 121.63 0.42 121.99 0.42C122.35 0.42 122.35 0.25 122.71 0.25C123.07 0.25 123.07 0.97 123.43 0.97C123.79 0.97 123.79 0.05 124.15 0.05C124.51 0.05 124.51 0.03 124.87 0.03C125.23 0.03 125.23 1.28 125.59 1.28C125.95 1.28 125.95 0.3 126.31 0.3C126.67 0.3 126.67 1.27 127.03 1.27C127.39 1.27 127.39 0.04 127.75 0.04C128.11 0.04 128.11 1.59 128.47 1.59C128.83 1.59 128.83 1.09 129.19 1.09C129.55 1.09 129.55 0.12 129.91 0.12C130.27 0.12 130.27 1.27 130.63 1.27C130.99 1.27 130.99 0.65 131.35 0.65C131.71 0.65 131.71 0.69 132.07 0.69C132.43 0.69 132.43 0.33 132.79 0.33C133.15 0.33 133.15 0.9 133.51 0.9C133.87 0.9 133.87 1.36 134.23 1.36C134.59 1.36 134.59 1.31 134.95 1.31C135.31 1.31 135.31 1.01 135.67 1.01C136.03 1.01 136.03 0.11 136.39 0.11C136.75 0.11 136.75 0.63 137.11 0.63C137.47 0.63 137.47 0.6 137.83 0.6C138.19 0.6 138.19 0.27 138.55 0.27C138.91 0.27 138.91 0.77 139.27 0.77C139.63 0.77 139.63 1.33 139.99 1.33C140.35 1.33 140.35 0.88 140.71 0.88C141.07 0.88 141.07 0.7 141.43 0.7C141.79 0.7 141.79 1.48 142.15 1.48C142.51 1.48 142.51 0.06 142.87 0.06C143.23 0.06 143.23 0.42 143.59 0.42C143.95 0.42 143.95 1.19 144.31 1.19C144.67 1.19 144.67 0.5 145.03 0.5C145.39 0.5 145.39 0.14 145.75 0.14C146.11 0.14 146.11 1.21 146.47 1.21C146.83 1.21 146.83 1.54 147.19 1.54C147.55 1.54 147.55 1.4 147.91 1.4C148.27 1.4 148.27 1.1 148.63 1.1C148.99 1.1 148.99 1.47 149.35 1.47C149.71 1.47 149.71 1.34 150.07 1.34C150.43 1.34 150.43 0.51 150.79 0.51C151.15 0.51 151.15 1.36 151.51 1.36C151.87 1.36 151.87 1.05 152.23 1.05C152.59 1.05 152.59 0.46 152.95 0.46C153.31 0.46 153.31 1.25 153.67 1.25C154.03 1.25 154.03 0.43 154.39 0.43C154.75 0.43 154.75 0.6 155.11 0.6C155.47 0.6 155.47 1.54 155.83 1.54C156.19 1.54 156.19 0.99 156.55 0.99C156.91 0.99 156.91 0.6 157.27 0.6C157.63 0.6 157.63 0.29 157.99 0.29C158.35 0.29 158.35 1.34 158.71 1.34C159.07 1.34 159.07 0.33 159.43 0.33C159.79 0.33 159.79 0.94 160.15 0.94C160.51 0.94 160.51 1.49 160.87 1.49C161.23 1.49 161.23 1.49 161.59 1.49C161.95 1.49 161.95 1.12 162.31 1.12C162.67 1.12 162.67 1.04 163.03 1.04C163.39 1.04 163.39 1.07 163.75 1.07C164.11 1.07 164.11 0.04 164.47 0.04C164.83 0.04 164.83 0.14 165.19 0.14C165.55 0.14 165.55 0.91 165.91 0.91C166.27 0.91 166.27 0.93 166.63 0.93C166.99 0.93 166.99 0.71 167.35 0.71C167.71 0.71 167.71 0.5 168.07 0.5C168.43 0.5 168.43 0.2 168.79 0.2C169.15 0.2 169.15 0.05 169.51 0.05C169.87 0.05 169.87 1.19 170.23 1.19C170.59 1.19 170.59 1.37 170.95 1.37C171.31 1.37 171.31 0.57 171.67 0.57C172.03 0.57 172.03 1.27 172.39 1.27C172.75 1.27 172.75 0.75 173.11 0.75C173.47 0.75 173.47 1.1 173.83 1.1C174.19 1.1 174.19 0.24 174.55 0.24C174.91 0.24 174.91 0.21 175.27 0.21C175.63 0.21 175.63 1.11 175.99 1.11C176.35 1.11 176.35 1.28 176.71 1.28C177.07 1.28 177.07 0.34 177.43 0.34C177.79 0.34 177.79 1.06 178.15 1.06C178.51 1.06 178.51 0.95 178.87 0.95C179.23 0.95 179.23 0.4 179.59 0.4C179.95 0.4 179.95 0.77 180.31 0.77C180.67 0.77 180.67 1.23 181.03 1.23C181.39 1.23 181.39 1.14 181.75 1.14C182.11 1.14 182.11 0.02 182.47 0.02C182.83 0.02 182.83 0.74 183.19 0.74C183.55 0.74 183.55 0.82 183.91 0.82C184.27 0.82 184.27 0.34 184.63 0.34C184.99 0.34 184.99 0.9 185.35 0.9C185.71 0.9 185.71 0.74 186.07 0.74C186.43 0.74 186.43 1.27 186.79 1.27C187.15 1.27 187.15 1.28 187.51 1.28C187.87 1.28 187.87 0.72 188.23 0.72C188.59 0.72 188.59 0.17 188.95 0.17C189.31 0.17 189.31 1.14 189.67 1.14C190.03 1.14 190.03 0.85 190.39 0.85C190.75 0.85 190.75 1.18 191.11 1.18C191.47 1.18 191.47 0.36 191.83 0.36C192.19 0.36 192.19 1.25 192.55 1.25C192.91 1.25 192.91 0.31 193.27 0.31C193.63 0.31 193.63 1 193.99 1C194.35 1 194.35 0.75 194.71 0.75C195.07 0.75 195.07 0.14 195.43 0.14C195.79 0.14 195.79 0.91 196.15 0.91C196.51 0.91 196.51 0.33 196.87 0.33C197.23 0.33 197.23 1.16 197.59 1.16C197.95 1.16 197.95 0 198.31 0C198.67 0 198.67 0.31 199.03 0.31C199.39 0.31 199.39 0.8 199.75 0.8C200.11 0.8 200.11 1.07 200.47 1.07C200.83 1.07 200.83 0.79 201.19 0.79C201.55 0.79 201.55 1.47 201.91 1.47C202.27 1.47 202.27 1.36 202.63 1.36C202.99 1.36 202.99 0.98 203.35 0.98C203.71 0.98 203.71 1.17 204.07 1.17C204.43 1.17 204.43 1.48 204.79 1.48C205.15 1.48 205.15 1.29 205.51 1.29C205.87 1.29 205.87 1.45 206.23 1.45C206.59 1.45 206.59 1.45 206.95 1.45C207.31 1.45 207.31 0.72 207.67 0.72C208.03 0.72 208.03 0.8 208.39 0.8C208.75 0.8 208.75 0.05 209.11 0.05C209.47 0.05 209.47 0.1 209.83 0.1C210.19 0.1 210.19 1.53 210.55 1.53C210.91 1.53 210.91 1.23 211.27 1.23C211.63 1.23 211.63 1.19 211.99 1.19C212.35 1.19 212.35 1.36 212.71 1.36C213.07 1.36 213.07 1.43 213.43 1.43C213.79 1.43 213.79 1.39 214.15 1.39C214.51 1.39 214.51 0.47 214.87 0.47C215.23 0.47 215.23 1.52 215.59 1.52C215.95 1.52 215.95 1.32 216.31 1.32C216.67 1.32 216.67 0.29 217.03 0.29C217.39 0.29 217.39 0.25 217.75 0.25C218.11 0.25 218.11 0.23 218.47 0.23C218.83 0.23 218.83 0.33 219.19 0.33C219.55 0.33 219.55 1.17 219.91 1.17C220.27 1.17 220.27 0.52 220.63 0.52C220.99 0.52 220.99 1.11 221.35 1.11C221.71 1.11 221.71 0.54 222.07 0.54C222.43 0.54 222.43 1.3 222.79 1.3C223.15 1.3 223.15 0.77 223.51 0.77C223.87 0.77 223.87 0.16 224.23 0.16C224.59 0.16 224.59 1.49 224.95 1.49C225.31 1.49 225.31 1.02 225.67 1.02C226.03 1.02 226.03 0.26 226.39 0.26C226.75 0.26 226.75 1.3 227.11 1.3C227.47 1.3 227.47 1.39 227.83 1.39C228.19 1.39 228.19 0.46 228.56 0.46C228.93 0.46 228.92 0.49 229.28 0.49C229.64 0.49 229.64 0.11 230 0.11C230.36 0.11 230.36 0.63 230.72 0.63C231.08 0.63 231.08 1.41 231.44 1.41C231.8 1.41 231.8 0.29 232.16 0.29C232.52 0.29 232.52 0.46 232.88 0.46C233.24 0.46 233.24 0.79 233.6 0.79C233.96 0.79 233.96 0.38 234.32 0.38C234.68 0.38 234.68 0.24 235.04 0.24C235.4 0.24 235.4 0.55 235.77 0.55C236.14 0.55 236.13 1.12 236.5 1.12C236.87 1.12 236.86 1.44 237.22 1.44C237.58 1.44 237.58 0.39 237.94 0.39C238.3 0.39 238.3 0.17 238.66 0.17C239.02 0.17 239.02 1.49 239.38 1.49C239.74 1.49 239.74 1.45 240.11 1.45C240.48 1.45 240.47 0.07 240.84 0.07C241.21 0.07 241.2 0.74 241.57 0.74C241.94 0.74 241.93 1.17 242.29 1.17C242.65 1.17 242.65 0.09 243.02 0.09C243.39 0.09 243.38 1.21 243.74 1.21C244.1 1.21 244.1 0.54 244.46 0.54C244.82 0.54 244.82 0.77 245.18 0.77C245.54 0.77 245.54 0.17 245.91 0.17C246.28 0.17 246.27 0.07 246.64 0.07C247.01 0.07 247 1.41 247.37 1.41C247.74 1.41 247.73 1.48 248.09 1.48C248.45 1.48 248.45 1.16 248.82 1.16C249.19 1.16 249.18 0.87 249.55 0.87C249.92 0.87 249.91 0.63 250.28 0.63C250.65 0.63 250.64 1.11 251.01 1.11C251.38 1.11 251.37 0.79 251.74 0.79C252.11 0.79 252.1 0.82 252.47 0.82C252.84 0.82 252.83 1.59 253.2 1.59C253.57 1.59 253.56 1.52 253.93 1.52C254.3 1.52 254.3 1.36 254.66 1.36C255.02 1.36 255.03 1.01 255.39 1.01C255.75 1.01 255.76 1.3 256.12 1.3C256.48 1.3 256.49 0.09 256.85 0.09C257.09 0.09 257.36 0.51 257.59 0.53C257.82 0.55 258.08 0.66 258.32 0.7C258.56 0.74 258.74 1.1 258.98 1.15C259.22 1.2 259.57 0.82 259.8 0.88C260.03 0.94 259.99 1.82 260.21 1.91C260.43 2 260.55 2.23 260.77 2.33C260.99 2.43 261.59 1.75 261.8 1.86C262.01 1.97 262.15 2.24 262.35 2.37C262.55 2.5 262.74 2.65 262.94 2.8C263.14 2.95 263.63 2.75 263.81 2.9C263.99 3.05 263.76 3.68 263.93 3.85C264.1 4.02 264.16 4.28 264.32 4.46C264.48 4.64 264.54 4.88 264.68 5.07C264.82 5.26 264.97 5.43 265.1 5.63C265.23 5.83 265.58 5.89 265.69 6.1C265.8 6.31 265.82 6.57 265.92 6.79C266.02 7.01 265.55 7.43 265.63 7.66C265.71 7.89 267.09 7.67 267.16 7.91C267.23 8.15 267.11 8.46 267.16 8.7C267.21 8.94 267.16 9.21 267.2 9.45C267.24 9.69 266.19 10.03 266.21 10.27C266.23 10.51 267.73 10.7 267.73 10.94C267.73 11.3 267.26 11.3 267.26 11.66C267.26 12.02 267.52 12.02 267.52 12.38C267.52 12.74 266.6 12.74 266.6 13.1C266.6 13.46 266.54 13.46 266.54 13.82C266.54 14.18 266.59 14.18 266.59 14.54C266.59 14.9 267.42 14.9 267.42 15.26C267.42 15.62 267.19 15.62 267.19 15.98C267.19 16.34 267.69 16.34 267.69 16.7C267.69 17.06 266.89 17.06 266.89 17.42C266.89 17.78 266.2 17.78 266.2 18.15C266.2 18.52 266.51 18.51 266.51 18.88C266.51 19.25 266.3 19.24 266.3 19.6C266.3 19.96 267.76 19.96 267.76 20.32C267.76 20.68 267.49 20.68 267.49 21.04C267.49 21.4 267.13 21.4 267.13 21.76C267.13 22.12 267.59 22.12 267.59 22.48C267.59 22.84 267.09 22.84 267.09 23.2C267.09 23.56 267.65 23.56 267.65 23.92C267.65 24.28 266.35 24.28 266.35 24.64C266.35 25 267.64 25 267.64 25.37C267.64 25.74 267.65 25.73 267.65 26.1C267.65 26.47 266.68 26.46 266.68 26.83C266.68 27.2 267.58 27.19 267.58 27.55C267.58 27.91 266.44 27.91 266.44 28.27C266.44 28.63 266.93 28.63 266.93 28.99C266.93 29.35 267.07 29.35 267.07 29.72C267.07 30.09 267.1 30.08 267.1 30.45C267.1 30.82 266.22 30.81 266.22 31.18C266.22 31.55 266.63 31.54 266.63 31.91C266.63 32.28 266.6 32.27 266.6 32.64C266.6 33.01 267.54 33 267.54 33.37C267.54 33.74 266.27 33.73 266.27 34.09C266.27 34.45 267.53 34.45 267.53 34.81C267.53 35.17 266.45 35.17 266.45 35.53C266.45 35.89 266.61 35.89 266.61 36.26C266.61 36.63 266.38 36.62 266.38 36.99C266.38 37.36 266.97 37.35 266.97 37.72C266.97 38.09 266.88 38.08 266.88 38.44C266.88 38.8 267.33 38.8 267.33 39.17C267.33 39.54 267.58 39.53 267.58 39.9C267.58 40.27 267.66 40.26 267.66 40.63C267.66 41 267.13 40.99 267.13 41.36C267.13 41.73 266.42 41.73 266.42 42.09C266.42 42.45 266.44 42.45 266.44 42.82C266.44 43.19 267.38 43.18 267.38 43.55C267.38 43.92 267.48 43.91 267.48 44.28C267.48 44.65 267.18 44.65 267.18 45.01C267.18 45.37 266.77 45.38 266.77 45.74C266.77 46.1 266.67 46.2 266.8 46.54C266.95 46.94 267.4 46.84 267.4 47.21H267.16Z" fill="black"/></svg>');
  height: 5.814rem;
  justify-content: center;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  width: 26.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer-btns .btn {
    aspect-ratio: 559/109;
    height: auto;
    font-size: 3.7rem;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="559" height="109" viewBox="0 0 559 109" fill="none"><path d="M557.58 87.14C557.58 87.58 555.24 87.91 555.21 88.34C555.18 88.77 557.4 89.4 557.34 89.83C557.28 90.26 555 90.3 554.92 90.72C554.84 91.14 555.68 91.72 555.57 92.14C555.46 92.56 554.56 92.67 554.42 93.08C554.28 93.49 556.4 94.75 556.24 95.15C556.08 95.55 554.29 95.23 554.1 95.62C553.91 96.01 555.8 97.56 555.58 97.93C555.36 98.3 553.76 97.89 553.52 98.25C553.28 98.61 553.33 99.2 553.06 99.55C552.79 99.9 551.04 98.97 550.75 99.3C550.46 99.63 552.41 102.05 552.1 102.36C551.79 102.67 550.6 102.13 550.27 102.41C549.94 102.69 549.81 103.28 549.47 103.55C549.13 103.82 547.56 102.35 547.2 102.59C546.84 102.83 546.43 102.82 546.06 103.04C545.69 103.26 545.53 103.7 545.14 103.9C544.75 104.1 545.41 106.59 545.01 106.76C544.61 106.93 543.2 104.41 542.79 104.56C542.38 104.71 542.44 106.2 542.02 106.32C541.6 106.44 541.33 107.26 540.9 107.34C540.47 107.42 540.1 108.24 539.67 108.29C539.24 108.34 538.65 107.35 538.21 107.38C537.77 107.41 537.32 105.84 536.88 105.84C536.23 105.84 536.23 108.32 535.58 108.32C534.93 108.32 534.93 106.17 534.28 106.17C533.63 106.17 533.63 105.54 532.98 105.54C532.33 105.54 532.33 106.92 531.68 106.92C531.03 106.92 531.03 107.07 530.38 107.07C529.73 107.07 529.73 105.63 529.08 105.63C528.43 105.63 528.43 107.47 527.78 107.47C527.13 107.47 527.13 107.66 526.48 107.66C525.83 107.66 525.83 107.38 525.18 107.38C524.53 107.38 524.53 106.26 523.88 106.26C523.23 106.26 523.23 107.75 522.58 107.75C521.93 107.75 521.93 106.01 521.28 106.01C520.63 106.01 520.63 106.82 519.98 106.82C519.33 106.82 519.33 105.6 518.68 105.6C518.03 105.6 518.03 106.15 517.38 106.15C516.73 106.15 516.73 108.61 516.08 108.61C515.43 108.61 515.43 108.36 514.78 108.36C514.13 108.36 514.13 105.88 513.48 105.88C512.83 105.88 512.83 108.75 512.18 108.75C511.53 108.75 511.53 106.71 510.88 106.71C510.23 106.71 510.23 108.31 509.58 108.31C508.93 108.31 508.93 106.21 508.28 106.21C507.63 106.21 507.63 108.16 506.98 108.16C506.33 108.16 506.33 105.77 505.68 105.77C505.03 105.77 505.03 107.9 504.38 107.9C503.73 107.9 503.73 106.94 503.08 106.94C502.43 106.94 502.43 107.56 501.78 107.56C501.13 107.56 501.13 106.4 500.48 106.4C499.83 106.4 499.83 107.62 499.18 107.62C498.53 107.62 498.53 108.2 497.88 108.2C497.23 108.2 497.23 108.3 496.57 108.3C495.91 108.3 495.92 105.88 495.26 105.88C494.6 105.88 494.61 108.01 493.95 108.01C493.29 108.01 493.3 105.91 492.64 105.91C491.98 105.91 491.99 105.69 491.33 105.69C490.67 105.69 490.68 107.83 490.02 107.83C489.36 107.83 489.37 105.77 488.71 105.77C488.05 105.77 488.06 107.03 487.4 107.03C486.74 107.03 486.75 105.98 486.09 105.98C485.43 105.98 485.44 106.04 484.78 106.04C484.12 106.04 484.13 105.74 483.47 105.74C482.81 105.74 482.82 107.57 482.16 107.57C481.5 107.57 481.51 106 480.85 106C480.19 106 480.2 106.65 479.54 106.65C478.88 106.65 478.89 107.64 478.23 107.64C477.57 107.64 477.58 108.4 476.92 108.4C476.26 108.4 476.27 108.34 475.61 108.34C474.95 108.34 474.96 108.05 474.3 108.05C473.64 108.05 473.65 108.02 472.99 108.02C472.33 108.02 472.34 105.68 471.68 105.68C471.02 105.68 471.03 106.9 470.37 106.9C469.71 106.9 469.72 105.99 469.06 105.99C468.4 105.99 468.41 106.3 467.75 106.3C467.09 106.3 467.1 107.56 466.44 107.56C465.78 107.56 465.79 105.6 465.13 105.6C464.47 105.6 464.48 106.57 463.82 106.57C463.16 106.57 463.17 105.43 462.51 105.43C461.85 105.43 461.86 107.48 461.2 107.48C460.54 107.48 460.55 108.64 459.89 108.64C459.23 108.64 459.24 108.09 458.58 108.09C457.92 108.09 457.93 106.04 457.27 106.04C456.61 106.04 456.62 105.58 455.96 105.58C455.3 105.58 455.31 108.27 454.65 108.27C453.99 108.27 454 107.6 453.34 107.6C452.68 107.6 452.69 107.92 452.03 107.92C451.37 107.92 451.38 108.58 450.72 108.58C450.06 108.58 450.07 108.4 449.42 108.4C448.77 108.4 448.77 106.48 448.12 106.48C447.47 106.48 447.47 107.64 446.82 107.64C446.17 107.64 446.17 106.28 445.52 106.28C444.87 106.28 444.87 106.8 444.22 106.8C443.57 106.8 443.57 107.6 442.92 107.6C442.27 107.6 442.27 106.18 441.62 106.18C440.97 106.18 440.97 108.38 440.32 108.38C439.67 108.38 439.67 107.48 439.02 107.48C438.37 107.48 438.37 108.45 437.72 108.45C437.07 108.45 437.07 105.55 436.42 105.55C435.77 105.55 435.77 106.63 435.12 106.63C434.47 106.63 434.47 106.23 433.82 106.23C433.17 106.23 433.17 106.06 432.52 106.06C431.87 106.06 431.87 108.08 431.22 108.08C430.57 108.08 430.57 105.69 429.92 105.69C429.27 105.69 429.27 107.13 428.62 107.13C427.97 107.13 427.97 107.99 427.32 107.99C426.67 107.99 426.67 107.27 426.02 107.27C425.37 107.27 425.37 107.82 424.72 107.82C424.07 107.82 424.07 106.64 423.42 106.64C422.77 106.64 422.77 108.74 422.12 108.74C421.47 108.74 421.47 107.51 420.82 107.51C420.17 107.51 420.17 108.3 419.52 108.3C418.87 108.3 418.87 106.55 418.22 106.55C417.57 106.55 417.57 105.79 416.92 105.79C416.27 105.79 416.27 108.06 415.62 108.06C414.97 108.06 414.97 106.52 414.32 106.52C413.67 106.52 413.67 108.71 413.02 108.71C412.37 108.71 412.37 107.86 411.72 107.86C411.07 107.86 411.07 108.48 410.42 108.48C409.77 108.48 409.77 106.22 409.12 106.22C408.47 106.22 408.47 106.34 407.81 106.34C407.15 106.34 407.16 106.37 406.5 106.37C405.84 106.37 405.85 107.82 405.19 107.82C404.53 107.82 404.54 106.74 403.88 106.74C403.22 106.74 403.23 108.24 402.57 108.24C401.91 108.24 401.92 106.04 401.26 106.04C400.6 106.04 400.61 107.95 399.95 107.95C399.29 107.95 399.3 108.62 398.64 108.62C397.98 108.62 397.99 107.24 397.33 107.24C396.67 107.24 396.68 105.53 396.02 105.53C395.36 105.53 395.37 106.64 394.71 106.64C394.05 106.64 394.06 108.66 393.4 108.66C392.74 108.66 392.75 105.95 392.09 105.95C391.43 105.95 391.44 107.4 390.78 107.4C390.12 107.4 390.13 107.51 389.47 107.51C388.81 107.51 388.82 107.96 388.16 107.96C387.5 107.96 387.51 107.75 386.85 107.75C386.19 107.75 386.2 108.35 385.54 108.35C384.88 108.35 384.89 105.81 384.23 105.81C383.57 105.81 383.58 107.92 382.92 107.92C382.26 107.92 382.27 106.14 381.61 106.14C380.95 106.14 380.96 105.68 380.3 105.68C379.64 105.68 379.65 107.07 378.99 107.07C378.33 107.07 378.34 107.79 377.68 107.79C377.02 107.79 377.03 107.08 376.37 107.08C375.71 107.08 375.72 107.5 375.06 107.5C374.4 107.5 374.41 107.6 373.75 107.6C373.09 107.6 373.1 108.67 372.44 108.67C371.78 108.67 371.79 107.34 371.13 107.34C370.47 107.34 370.48 106.13 369.82 106.13C369.16 106.13 369.17 107.33 368.51 107.33C367.85 107.33 367.86 107.66 367.2 107.66C366.54 107.66 366.55 106.9 365.89 106.9C365.23 106.9 365.24 108.67 364.58 108.67C363.92 108.67 363.93 107.06 363.27 107.06C362.61 107.06 362.62 106.98 361.96 106.98C361.3 106.98 361.31 108.41 360.65 108.41C359.99 108.41 360 107.77 359.34 107.77C358.68 107.77 358.69 107.61 358.03 107.61C357.37 107.61 357.38 108.43 356.72 108.43C356.06 108.43 356.07 108.45 355.41 108.45C354.75 108.45 354.76 106.4 354.1 106.4C353.44 106.4 353.45 105.95 352.79 105.95C352.13 105.95 352.14 108.08 351.48 108.08C350.82 108.08 350.83 106.79 350.17 106.79C349.51 106.79 349.52 106.22 348.86 106.22C348.2 106.22 348.21 105.91 347.55 105.91C346.89 105.91 346.9 108.07 346.24 108.07C345.58 108.07 345.59 108.53 344.93 108.53C344.28 108.53 344.28 107.07 343.62 107.07C342.96 107.07 342.97 108.76 342.31 108.76C341.65 108.76 341.66 107.32 341 107.32C340.34 107.32 340.35 108.71 339.69 108.71C339.03 108.71 339.04 106.74 338.38 106.74C337.72 106.74 337.73 107.55 337.07 107.55C336.41 107.55 336.42 107.77 335.76 107.77C335.1 107.77 335.11 107.39 334.45 107.39C333.79 107.39 333.8 105.52 333.14 105.52C332.48 105.52 332.49 107.46 331.83 107.46C331.17 107.46 331.18 108.16 330.52 108.16C329.86 108.16 329.87 108.26 329.21 108.26C328.55 108.26 328.56 107.82 327.9 107.82C327.24 107.82 327.25 105.95 326.59 105.95C325.93 105.95 325.94 108.51 325.28 108.51C324.62 108.51 324.63 105.49 323.97 105.49C323.31 105.49 323.32 105.49 322.66 105.49C322 105.49 322.01 108.28 321.35 108.28C320.69 108.28 320.7 107.3 320.04 107.3C319.38 107.3 319.39 108.42 318.73 108.42C318.07 108.42 318.08 108.45 317.42 108.45C316.76 108.45 316.77 105.53 316.11 105.53C315.45 105.53 315.46 108.03 314.8 108.03C314.14 108.03 314.15 105.61 313.49 105.61C312.83 105.61 312.84 107.14 312.18 107.14C311.52 107.14 311.53 107.37 310.87 107.37C310.21 107.37 310.22 106.9 309.56 106.9C308.9 106.9 308.91 107.69 308.25 107.69C307.59 107.69 307.6 105.92 306.94 105.92C306.28 105.92 306.29 106.72 305.63 106.72C304.97 106.72 304.98 108.37 304.32 108.37C303.66 108.37 303.67 107.23 303.01 107.23C302.35 107.23 302.36 108.37 301.7 108.37C301.04 108.37 301.05 108.48 300.39 108.48C299.73 108.48 299.74 107.21 299.08 107.21C298.42 107.21 298.43 108.64 297.77 108.64C297.11 108.64 297.12 107.23 296.46 107.23C295.8 107.23 295.81 106.27 295.15 106.27C294.49 106.27 294.5 106.88 293.84 106.88C293.18 106.88 293.19 106 292.53 106C291.87 106 291.88 106.39 291.22 106.39C290.56 106.39 290.57 105.94 289.91 105.94C289.25 105.94 289.26 106.22 288.6 106.22C287.94 106.22 287.95 108.59 287.29 108.59C286.63 108.59 286.64 107.65 285.98 107.65C285.32 107.65 285.33 106.39 284.67 106.39C284.01 106.39 284.02 107.83 283.36 107.83C282.7 107.83 282.71 105.54 282.05 105.54C281.39 105.54 281.4 106.54 280.74 106.54C280.08 106.54 280.09 106.59 279.43 106.59C278.77 106.59 278.78 106.47 278.12 106.47C277.46 106.47 277.47 105.73 276.81 105.73C276.16 105.73 276.16 106.36 275.5 106.36C274.84 106.36 274.85 105.98 274.19 105.98C273.53 105.98 273.54 107.79 272.88 107.79C272.22 107.79 272.23 107.95 271.57 107.95C270.91 107.95 270.92 108.17 270.26 108.17C269.6 108.17 269.61 107.03 268.95 107.03C268.29 107.03 268.3 105.61 267.64 105.61C266.98 105.61 266.99 107.33 266.33 107.33C265.67 107.33 265.68 105.87 265.02 105.87C264.36 105.87 264.37 107.26 263.71 107.26C263.05 107.26 263.06 108 262.4 108C261.74 108 261.75 106.34 261.09 106.34C260.43 106.34 260.44 107.49 259.78 107.49C259.12 107.49 259.13 106.2 258.47 106.2C257.81 106.2 257.82 107.27 257.16 107.27C256.5 107.27 256.51 106.6 255.85 106.6C255.19 106.6 255.2 108.41 254.54 108.41C253.88 108.41 253.89 107.76 253.23 107.76C252.57 107.76 252.58 107.17 251.92 107.17C251.26 107.17 251.27 106.14 250.61 106.14C249.95 106.14 249.96 107.65 249.3 107.65C248.64 107.65 248.65 106.92 247.99 106.92C247.33 106.92 247.34 105.88 246.68 105.88C246.02 105.88 246.03 108.52 245.37 108.52C244.71 108.52 244.72 106.28 244.06 106.28C243.4 106.28 243.41 107.89 242.75 107.89C242.09 107.89 242.1 108.14 241.44 108.14C240.78 108.14 240.79 108.56 240.13 108.56C239.47 108.56 239.48 105.84 238.82 105.84C238.16 105.84 238.17 106 237.51 106C236.85 106 236.86 108.37 236.2 108.37C235.54 108.37 235.55 107.52 234.89 107.52C234.23 107.52 234.24 105.72 233.58 105.72C232.92 105.72 232.93 107.05 232.27 107.05C231.61 107.05 231.62 108.12 230.96 108.12C230.3 108.12 230.31 105.99 229.65 105.99C228.99 105.99 229 107.4 228.34 107.4C227.68 107.4 227.69 106.47 227.03 106.47C226.37 106.47 226.38 106.38 225.72 106.38C225.06 106.38 225.07 107.31 224.41 107.31C223.75 107.31 223.76 107.96 223.1 107.96C222.44 107.96 222.45 108.62 221.79 108.62C221.13 108.62 221.14 106.12 220.48 106.12C219.82 106.12 219.83 106.28 219.17 106.28C218.51 106.28 218.52 107.16 217.86 107.16C217.2 107.16 217.21 108.62 216.55 108.62C215.89 108.62 215.9 105.55 215.24 105.55C214.58 105.55 214.59 106.22 213.93 106.22C213.27 106.22 213.28 107.44 212.62 107.44C211.96 107.44 211.97 107.03 211.31 107.03C210.65 107.03 210.66 107.47 210 107.47C209.34 107.47 209.35 105.7 208.69 105.7C208.03 105.7 208.04 107.73 207.38 107.73C206.72 107.73 206.73 106.42 206.07 106.42C205.41 106.42 205.42 108.58 204.76 108.58C204.1 108.58 204.11 107.89 203.45 107.89C202.79 107.89 202.8 106.96 202.14 106.96C201.48 106.96 201.49 106.85 200.84 106.85C200.19 106.85 200.19 108.71 199.54 108.71C198.89 108.71 198.89 107.35 198.24 107.35C197.59 107.35 197.59 108.29 196.94 108.29C196.29 108.29 196.29 105.97 195.64 105.97C194.99 105.97 194.99 108.62 194.34 108.62C193.69 108.62 193.69 107.28 193.04 107.28C192.39 107.28 192.39 106.65 191.74 106.65C191.09 106.65 191.09 107.35 190.44 107.35C189.79 107.35 189.79 106.23 189.14 106.23C188.49 106.23 188.49 108.32 187.84 108.32C187.19 108.32 187.19 107.11 186.54 107.11C185.89 107.11 185.89 106.17 185.24 106.17C184.59 106.17 184.59 106.56 183.93 106.56C183.27 106.56 183.28 105.68 182.62 105.68C181.96 105.68 181.97 106.77 181.31 106.77C180.65 106.77 180.66 105.84 180 105.84C179.34 105.84 179.35 108.74 178.69 108.74C178.03 108.74 178.04 105.57 177.38 105.57C176.72 105.57 176.73 107.8 176.07 107.8C175.41 107.8 175.42 108.01 174.76 108.01C174.1 108.01 174.11 108.58 173.45 108.58C172.79 108.58 172.79 107.54 172.14 107.54C171.49 107.54 171.48 107.43 170.83 107.43C170.18 107.43 170.18 106.28 169.52 106.28C168.86 106.28 168.87 106.69 168.21 106.69C167.56 106.69 167.56 107.24 166.9 107.24C166.24 107.24 166.25 105.98 165.59 105.98C164.93 105.98 164.94 105.94 164.28 105.94C163.62 105.94 163.63 107.48 162.97 107.48C162.31 107.48 162.32 106.15 161.66 106.15C161 106.15 161.01 105.48 160.35 105.48C159.69 105.48 159.7 106.82 159.04 106.82C158.38 106.82 158.39 105.53 157.73 105.53C157.07 105.53 157.08 106.06 156.42 106.06C155.76 106.06 155.77 106.4 155.11 106.4C154.45 106.4 154.46 108.16 153.8 108.16C153.14 108.16 153.15 107.94 152.49 107.94C151.83 107.94 151.84 108.18 151.18 108.18C150.52 108.18 150.53 108.56 149.87 108.56C149.21 108.56 149.22 106.01 148.56 106.01C147.9 106.01 147.91 106.09 147.25 106.09C146.59 106.09 146.6 108.17 145.94 108.17C145.28 108.17 145.29 107.1 144.63 107.1C143.97 107.1 143.98 108.75 143.32 108.75C142.66 108.75 142.67 108.57 142.01 108.57C141.35 108.57 141.36 106.78 140.7 106.78C140.04 106.78 140.04 106.09 139.39 106.09C138.74 106.09 138.73 107.73 138.08 107.73C137.43 107.73 137.42 108.6 136.77 108.6C136.12 108.6 136.11 107.37 135.46 107.37C134.81 107.37 134.8 107.37 134.15 107.37C133.5 107.37 133.5 105.43 132.84 105.43C132.18 105.43 132.19 107.94 131.53 107.94C130.87 107.94 130.88 106.88 130.22 106.88C129.56 106.88 129.57 107.4 128.91 107.4C128.25 107.4 128.26 108.23 127.6 108.23C126.94 108.23 126.95 107.18 126.29 107.18C125.63 107.18 125.64 108.03 124.98 108.03C124.32 108.03 124.33 106.06 123.67 106.06C123.01 106.06 123.02 105.93 122.36 105.93C121.7 105.93 121.71 107.61 121.05 107.61C120.39 107.61 120.4 105.9 119.74 105.9C119.08 105.9 119.09 107 118.43 107C117.77 107 117.78 108.62 117.12 108.62C116.46 108.62 116.46 108.11 115.81 108.11C115.16 108.11 115.15 106.89 114.5 106.89C113.85 106.89 113.84 106.98 113.19 106.98C112.54 106.98 112.53 106.45 111.88 106.45C111.23 106.45 111.22 105.51 110.57 105.51C109.92 105.51 109.91 106.46 109.26 106.46C108.61 106.46 108.6 106.82 107.95 106.82C107.3 106.82 107.3 106.04 106.64 106.04C105.98 106.04 105.99 108.47 105.33 108.47C104.67 108.47 104.68 106.86 104.02 106.86C103.36 106.86 103.37 108.2 102.71 108.2C102.05 108.2 102.06 105.73 101.4 105.73C100.74 105.73 100.74 106.61 100.09 106.61C99.43 106.61 99.43 108.01 98.78 108.01C98.13 108.01 98.12 105.69 97.47 105.69C96.82 105.69 96.81 107.03 96.16 107.03C95.51 107.03 95.5 108.57 94.85 108.57C94.2 108.57 94.19 106.24 93.54 106.24C92.89 106.24 92.88 108.19 92.23 108.19C91.58 108.19 91.57 107.56 90.92 107.56C90.27 107.56 90.26 107.08 89.61 107.08C88.96 107.08 88.95 107.02 88.3 107.02C87.65 107.02 87.64 105.72 86.99 105.72C86.34 105.72 86.33 106.16 85.68 106.16C85.03 106.16 85.02 108.1 84.37 108.1C83.72 108.1 83.71 106.71 83.06 106.71C82.41 106.71 82.4 105.88 81.75 105.88C81.1 105.88 81.09 105.6 80.44 105.6C79.79 105.6 79.78 105.68 79.13 105.68C78.48 105.68 78.47 106 77.82 106C77.17 106 77.16 105.88 76.51 105.88C75.86 105.88 75.85 106.84 75.2 106.84C74.55 106.84 74.54 106 73.89 106C73.24 106 73.23 106.72 72.58 106.72C71.93 106.72 71.92 107.77 71.27 107.77C70.62 107.77 70.62 106.9 69.96 106.9C69.3 106.9 69.31 105.62 68.65 105.62C67.99 105.62 68 108.01 67.34 108.01C66.68 108.01 66.69 106.04 66.03 106.04C65.37 106.04 65.38 107.6 64.72 107.6C64.06 107.6 64.07 107.53 63.41 107.53C62.75 107.53 62.75 106.99 62.1 106.99C61.45 106.99 61.44 105.43 60.79 105.43C60.14 105.43 60.13 107.44 59.48 107.44C58.83 107.44 58.82 106.66 58.17 106.66C57.52 106.66 57.51 106.45 56.86 106.45C56.21 106.45 56.2 107.92 55.55 107.92C54.9 107.92 54.89 106.95 54.24 106.95C53.58 106.95 53.58 108.28 52.93 108.28C52.28 108.28 52.27 108.05 51.62 108.05C50.97 108.05 50.96 106.75 50.3 106.75C49.64 106.75 49.64 106.51 48.99 106.51C48.34 106.51 48.33 107.79 47.68 107.79C47.03 107.79 47.02 107.01 46.37 107.01C45.72 107.01 45.71 106.61 45.05 106.61C44.39 106.61 44.39 107.15 43.74 107.15C43.09 107.15 43.08 108.67 42.43 108.67C41.78 108.67 41.77 106.58 41.12 106.58C40.47 106.58 40.46 107.64 39.8 107.64C39.14 107.64 39.14 106.44 38.49 106.44C37.84 106.44 37.83 106.93 37.17 106.93C36.51 106.93 36.51 108.42 35.85 108.42C35.19 108.42 35.19 105.83 34.53 105.83C33.87 105.83 33.87 106.69 33.22 106.69C32.57 106.69 32.56 105.58 31.91 105.58C31.26 105.58 31.25 107.12 30.59 107.12C29.93 107.12 29.93 107.44 29.27 107.44C28.61 107.44 28.61 107.74 27.95 107.74C27.29 107.74 27.29 107.64 26.63 107.64C25.97 107.64 25.97 108.44 25.31 108.44C24.65 108.44 24.65 106.8 23.99 106.8C23.33 106.8 23.33 108.08 22.67 108.08C22.01 108.08 22.01 107.59 21.35 107.59C20.91 107.59 20.55 105.89 20.12 105.86C19.69 105.83 19.03 108.01 18.6 107.95C18.17 107.89 18 106.15 17.57 106.06C17.14 105.97 16.75 105.91 16.33 105.79C15.91 105.67 15.83 104.68 15.42 104.54C15.01 104.4 13.84 106.33 13.43 106.17C13.02 106.01 12.51 105.95 12.12 105.76C11.73 105.57 11.53 104.94 11.15 104.72C10.77 104.5 10.79 103.65 10.43 103.41C10.07 103.17 9.43 103.32 9.08 103.05C8.73 102.78 8.77 102.07 8.44 101.78C8.11 101.49 7.53 101.49 7.23 101.18C6.93 100.87 7.67 99.64 7.38 99.31C7.09 98.98 5.83 99.52 5.56 99.18C5.29 98.84 6.23 97.69 5.99 97.32C5.75 96.95 3.21 98.04 2.99 97.67C2.77 97.3 4.86 95.68 4.67 95.29C4.48 94.9 2.35 95.42 2.18 95.01C2.01 94.6 0.97 94.45 0.83 94.04C0.69 93.63 0.96 92.99 0.84 92.57C0.72 92.15 0.84 91.6 0.75 91.17C0.66 90.74 2.23 90.03 2.17 89.6C2.11 89.17 1.34 88.83 1.31 88.39C1.28 87.95 1.79 87.52 1.79 87.08C1.79 86.43 0.73 86.43 0.73 85.77C0.73 85.11 2.8 85.12 2.8 84.46C2.8 83.8 2.33 83.8 2.33 83.15C2.33 82.5 2.33 82.49 2.33 81.84C2.33 81.19 2.06 81.19 2.06 80.53C2.06 79.87 2.83 79.88 2.83 79.22C2.83 78.56 0 78.63 0 77.98C0 77.33 2.32 77.33 2.32 76.67C2.32 76.01 3.09 76.02 3.09 75.36C3.09 74.7 2.12 74.7 2.12 74.05C2.12 73.4 1.25 73.39 1.25 72.74C1.25 72.09 3.16 72.09 3.16 71.43C3.16 70.77 0.33 70.78 0.33 70.12C0.33 69.46 2.6 69.47 2.6 68.81C2.6 68.15 1.15 68.16 1.15 67.5C1.15 66.84 2.72 66.85 2.72 66.19C2.72 65.53 1.14 65.54 1.14 64.88C1.14 64.22 0.66 64.23 0.66 63.57C0.66 62.91 0.87 62.92 0.87 62.26C0.87 61.6 1.82 61.61 1.82 60.95C1.82 60.29 0.64 60.29 0.64 59.64C0.64 58.99 2.42 58.98 2.42 58.33C2.42 57.68 2.57 57.68 2.57 57.02C2.57 56.36 2.36 56.37 2.36 55.71C2.36 55.05 2.06 55.06 2.06 54.4C2.06 53.74 1.58 53.75 1.58 53.09C1.58 52.43 0.4 52.43 0.4 51.78C0.4 51.13 0.19 51.12 0.19 50.47C0.19 49.82 2.46 49.81 2.46 49.16C2.46 48.51 2.2 48.51 2.2 47.85C2.2 47.19 0.95 47.19 0.95 46.54C0.95 45.89 3 45.88 3 45.23C3 44.58 2.67 44.57 2.67 43.92C2.67 43.27 2.53 43.26 2.53 42.61C2.53 41.96 0.83 41.95 0.83 41.3C0.83 40.65 1.51 40.64 1.51 39.99C1.51 39.34 1.98 39.33 1.98 38.68C1.98 38.03 0.52 38.02 0.52 37.37C0.52 36.72 0.85 36.71 0.85 36.06C0.85 35.41 0.33 35.4 0.33 34.75C0.33 34.1 2.57 34.09 2.57 33.44C2.57 32.79 0.09 32.78 0.09 32.13C0.09 31.48 1.34 31.47 1.34 30.82C1.34 30.17 0.22 30.16 0.22 29.51C0.22 28.86 0.95 28.85 0.95 28.2C0.95 27.55 2.27 27.54 2.27 26.88C2.27 26.22 1.44 26.22 1.44 25.57C1.44 24.91 1.64 24.91 1.64 24.25C1.64 23.59 1.6 23.59 1.6 22.93C1.6 22.27 0.21 22.27 0.21 21.61C0.21 21.17 0.01 20.63 0.04 20.2C0.07 19.77 1.11 19.35 1.16 18.92C1.21 18.49 3.31 18.41 3.39 17.99C3.47 17.57 2.71 17 2.82 16.58C2.93 16.16 2.1 15.45 2.24 15.04C2.38 14.63 4.24 14.9 4.41 14.49C4.58 14.08 3.71 13.27 3.9 12.88C4.09 12.49 3.99 11.94 4.2 11.56C4.41 11.18 5.27 11.22 5.52 10.86C5.77 10.5 4.72 9.19 4.99 8.85C5.26 8.51 6.19 8.66 6.48 8.33C6.77 8 6.85 7.45 7.16 7.15C7.47 6.85 7.16 5.79 7.5 5.51C7.84 5.23 9.71 6.8 10.06 6.54C10.41 6.28 9.79 4.69 10.15 4.45C10.51 4.21 11.18 4.4 11.55 4.18C11.92 3.96 12.03 3.17 12.42 2.97C12.81 2.77 14.12 4.65 14.52 4.48C14.92 4.31 14.64 2.43 15.05 2.29C15.46 2.15 16.23 3.21 16.65 3.09C17.07 2.97 17.14 1.38 17.57 1.29C18 1.2 18.42 0.75 18.86 0.7C19.3 0.65 19.97 3.25 20.41 3.23C20.85 3.21 21.18 2.34 21.62 2.34C22.27 2.34 22.27 0.1 22.92 0.1C23.57 0.1 23.57 0.36 24.22 0.36C24.87 0.36 24.87 2.53 25.52 2.53C26.17 2.53 26.17 0.5 26.82 0.5C27.47 0.5 27.47 2.98 28.12 2.98C28.77 2.98 28.77 1.25 29.42 1.25C30.07 1.25 30.07 1.99 30.72 1.99C31.37 1.99 31.37 3.13 32.02 3.13C32.67 3.13 32.67 1.81 33.32 1.81C33.97 1.81 33.97 0.19 34.62 0.19C35.27 0.19 35.27 2.37 35.92 2.37C36.57 2.37 36.57 2.89 37.22 2.89C37.87 2.89 37.87 3.01 38.52 3.01C39.17 3.01 39.17 2.61 39.82 2.61C40.47 2.61 40.47 0.32 41.12 0.32C41.77 0.32 41.77 1.34 42.42 1.34C43.07 1.34 43.07 1.95 43.72 1.95C44.37 1.95 44.37 2.78 45.02 2.78C45.67 2.78 45.67 0.27 46.32 0.27C46.97 0.27 46.97 1.69 47.62 1.69C48.27 1.69 48.27 1.96 48.92 1.96C49.57 1.96 49.57 0.74 50.22 0.74C50.87 0.74 50.87 2.18 51.52 2.18C52.17 2.18 52.17 0.78 52.82 0.78C53.47 0.78 53.47 2.23 54.12 2.23C54.77 2.23 54.77 0.78 55.42 0.78C56.07 0.78 56.07 2.3 56.72 2.3C57.37 2.3 57.37 1.2 58.02 1.2C58.67 1.2 58.67 0.68 59.32 0.68C59.97 0.68 59.97 1.5 60.62 1.5C61.27 1.5 61.27 2.18 61.93 2.18C62.59 2.18 62.58 2.43 63.24 2.43C63.9 2.43 63.89 2.87 64.55 2.87C65.21 2.87 65.2 2.05 65.86 2.05C66.52 2.05 66.51 2.87 67.17 2.87C67.83 2.87 67.82 1.9 68.48 1.9C69.14 1.9 69.13 3.28 69.79 3.28C70.45 3.28 70.44 1.41 71.1 1.41C71.76 1.41 71.75 3 72.41 3C73.07 3 73.06 1.53 73.72 1.53C74.38 1.53 74.37 3.23 75.03 3.23C75.69 3.23 75.68 2.07 76.34 2.07C77 2.07 76.99 1.11 77.65 1.11C78.31 1.11 78.3 0.66 78.96 0.66C79.62 0.66 79.61 1.77 80.27 1.77C80.93 1.77 80.92 1.47 81.58 1.47C82.24 1.47 82.23 0.71 82.89 0.71C83.55 0.71 83.54 0.9 84.2 0.9C84.86 0.9 84.85 0.47 85.51 0.47C86.17 0.47 86.16 2.59 86.82 2.59C87.48 2.59 87.47 1.88 88.13 1.88C88.79 1.88 88.78 0.49 89.44 0.49C90.1 0.49 90.09 1.88 90.75 1.88C91.41 1.88 91.4 0.55 92.06 0.55C92.72 0.55 92.71 1.34 93.37 1.34C94.03 1.34 94.02 0.44 94.68 0.44C95.34 0.44 95.33 2.56 95.99 2.56C96.65 2.56 96.64 3.1 97.3 3.1C97.96 3.1 97.95 1.26 98.61 1.26C99.27 1.26 99.26 3.21 99.92 3.21C100.58 3.21 100.57 0.22 101.23 0.22C101.89 0.22 101.88 1.8 102.54 1.8C103.2 1.8 103.19 2.14 103.85 2.14C104.51 2.14 104.5 3.04 105.16 3.04C105.82 3.04 105.81 2.86 106.47 2.86C107.13 2.86 107.12 2.05 107.78 2.05C108.44 2.05 108.43 0.11 109.08 0.11C109.73 0.11 109.73 1.82 110.38 1.82C111.03 1.82 111.03 2.64 111.68 2.64C112.33 2.64 112.33 1.85 112.98 1.85C113.63 1.85 113.63 0.61 114.28 0.61C114.93 0.61 114.93 3.25 115.58 3.25C116.23 3.25 116.23 2.33 116.88 2.33C117.53 2.33 117.53 0.85 118.18 0.85C118.83 0.85 118.83 2.06 119.48 2.06C120.13 2.06 120.13 2.25 120.78 2.25C121.43 2.25 121.43 0.51 122.08 0.51C122.73 0.51 122.73 3.01 123.38 3.01C124.03 3.01 124.03 1.57 124.68 1.57C125.33 1.57 125.33 2.34 125.98 2.34C126.63 2.34 126.63 3.21 127.28 3.21C127.93 3.21 127.93 0.89 128.58 0.89C129.23 0.89 129.23 2.89 129.88 2.89C130.53 2.89 130.53 1.58 131.18 1.58C131.83 1.58 131.83 1.65 132.48 1.65C133.13 1.65 133.13 1.72 133.78 1.72C134.43 1.72 134.43 2.08 135.08 2.08C135.73 2.08 135.73 2.81 136.38 2.81C137.03 2.81 137.03 0.44 137.68 0.44C138.33 0.44 138.33 0 138.98 0C139.63 0 139.63 1.03 140.28 1.03C140.93 1.03 140.93 2.31 141.58 2.31C142.23 2.31 142.23 2.37 142.88 2.37C143.53 2.37 143.53 3.17 144.18 3.17C144.83 3.17 144.83 0.95 145.48 0.95C146.13 0.95 146.13 2.54 146.78 2.54C147.43 2.54 147.43 1.08 148.08 1.08C148.73 1.08 148.73 2 149.38 2C150.03 2 150.03 2.71 150.69 2.71C151.35 2.71 151.34 3.02 152 3.02C152.66 3.02 152.65 0.87 153.31 0.87C153.97 0.87 153.96 2.23 154.62 2.23C155.28 2.23 155.27 2.8 155.93 2.8C156.59 2.8 156.58 1.88 157.24 1.88C157.9 1.88 157.89 1.68 158.55 1.68C159.21 1.68 159.2 2.35 159.86 2.35C160.52 2.35 160.51 1.71 161.17 1.71C161.83 1.71 161.82 1.9 162.48 1.9C163.14 1.9 163.13 1.9 163.79 1.9C164.45 1.9 164.44 0.69 165.1 0.69C165.76 0.69 165.75 0.19 166.41 0.19C167.07 0.19 167.06 0.33 167.72 0.33C168.38 0.33 168.37 0.18 169.03 0.18C169.69 0.18 169.68 0.18 170.34 0.18C171 0.18 170.99 0.33 171.65 0.33C172.31 0.33 172.3 3.15 172.96 3.15C173.62 3.15 173.61 2.55 174.27 2.55C174.93 2.55 174.92 0.58 175.58 0.58C176.24 0.58 176.23 0.09 176.89 0.09C177.55 0.09 177.54 2.72 178.2 2.72C178.86 2.72 178.85 2.37 179.51 2.37C180.17 2.37 180.16 3.11 180.82 3.11C181.48 3.11 181.47 1.6 182.13 1.6C182.79 1.6 182.78 3.08 183.44 3.08C184.1 3.08 184.09 2.83 184.75 2.83C185.41 2.83 185.4 0.63 186.06 0.63C186.72 0.63 186.71 1.84 187.37 1.84C188.03 1.84 188.02 1.76 188.68 1.76C189.34 1.76 189.33 3.05 189.99 3.05C190.65 3.05 190.64 1.78 191.3 1.78C191.96 1.78 191.95 2.78 192.61 2.78C193.27 2.78 193.26 2.33 193.92 2.33C194.58 2.33 194.57 0.59 195.23 0.59C195.89 0.59 195.88 2.1 196.54 2.1C197.2 2.1 197.19 2.85 197.85 2.85C198.51 2.85 198.5 0.04 199.16 0.04C199.82 0.04 199.81 1.61 200.47 1.61C201.13 1.61 201.12 0.53 201.78 0.53C202.44 0.53 202.43 0.1 203.09 0.1C203.75 0.1 203.74 1.12 204.4 1.12C205.06 1.12 205.05 1.24 205.71 1.24C206.37 1.24 206.36 1.02 207.02 1.02C207.68 1.02 207.67 2.35 208.33 2.35C208.99 2.35 208.98 1.78 209.64 1.78C210.3 1.78 210.29 2.35 210.95 2.35C211.61 2.35 211.6 1.03 212.26 1.03C212.92 1.03 212.91 1.36 213.57 1.36C214.23 1.36 214.22 0.64 214.88 0.64C215.54 0.64 215.53 1.85 216.19 1.85C216.85 1.85 216.84 3.21 217.5 3.21C218.16 3.21 218.15 2.89 218.81 2.89C219.47 2.89 219.46 0.61 220.12 0.61C220.78 0.61 220.77 2.56 221.43 2.56C222.09 2.56 222.08 2.14 222.74 2.14C223.4 2.14 223.39 3.14 224.05 3.14C224.71 3.14 224.7 0.74 225.36 0.74C226.02 0.74 226.01 0.02 226.67 0.02C227.33 0.02 227.32 2.36 227.98 2.36C228.64 2.36 228.63 3.3 229.29 3.3C229.95 3.3 229.94 0.51 230.6 0.51C231.26 0.51 231.25 2.04 231.91 2.04C232.57 2.04 232.56 2.81 233.22 2.81C233.88 2.81 233.87 2.72 234.53 2.72C235.19 2.72 235.18 0.62 235.84 0.62C236.5 0.62 236.49 0.57 237.15 0.57C237.81 0.57 237.8 0.9 238.46 0.9C239.12 0.9 239.11 2.7 239.77 2.7C240.43 2.7 240.42 2.77 241.08 2.77C241.74 2.77 241.73 0.31 242.39 0.31C243.05 0.31 243.04 0.98 243.7 0.98C244.36 0.98 244.35 1 245.01 1C245.67 1 245.66 2.27 246.32 2.27C246.98 2.27 246.97 0.14 247.63 0.14C248.29 0.14 248.28 0.55 248.94 0.55C249.6 0.55 249.59 2.61 250.25 2.61C250.91 2.61 250.9 2.77 251.56 2.77C252.22 2.77 252.21 1.98 252.87 1.98C253.53 1.98 253.52 2.36 254.18 2.36C254.84 2.36 254.83 0.26 255.49 0.26C256.15 0.26 256.14 0.33 256.8 0.33C257.46 0.33 257.45 3.09 258.11 3.09C258.77 3.09 258.76 2.38 259.42 2.38C260.08 2.38 260.07 0.13 260.73 0.13C261.39 0.13 261.38 2.74 262.04 2.74C262.7 2.74 262.69 3.13 263.35 3.13C264.01 3.13 264 1.83 264.66 1.83C265.32 1.83 265.31 2.94 265.97 2.94C266.63 2.94 266.62 1.33 267.28 1.33C267.94 1.33 267.93 1.91 268.59 1.91C269.25 1.91 269.24 3.14 269.9 3.14C270.56 3.14 270.55 2.49 271.21 2.49C271.87 2.49 271.86 1.03 272.52 1.03C273.18 1.03 273.17 2.49 273.83 2.49C274.49 2.49 274.48 1.4 275.14 1.4C275.8 1.4 275.79 1.9 276.45 1.9C277.11 1.9 277.1 2.8 277.76 2.8C278.42 2.8 278.41 2.34 279.07 2.34C279.73 2.34 279.72 1.27 280.38 1.27C281.04 1.27 281.03 2.89 281.69 2.89C282.35 2.89 282.34 0.8 283 0.8C283.66 0.8 283.65 0.39 284.31 0.39C284.97 0.39 284.96 0.81 285.62 0.81C286.28 0.81 286.27 1.76 286.93 1.76C287.59 1.76 287.58 1.68 288.24 1.68C288.9 1.68 288.89 2.91 289.55 2.91C290.21 2.91 290.2 2.29 290.86 2.29C291.52 2.29 291.51 0.74 292.17 0.74C292.83 0.74 292.82 1.7 293.48 1.7C294.14 1.7 294.13 2.37 294.79 2.37C295.45 2.37 295.44 1.23 296.1 1.23C296.76 1.23 296.75 1.53 297.41 1.53C298.07 1.53 298.06 2.47 298.72 2.47C299.38 2.47 299.37 2.53 300.03 2.53C300.69 2.53 300.68 0.63 301.34 0.63C302 0.63 301.99 3.29 302.65 3.29C303.31 3.29 303.3 1.01 303.96 1.01C304.62 1.01 304.61 0.57 305.27 0.57C305.93 0.57 305.92 1.69 306.58 1.69C307.24 1.69 307.23 1.79 307.89 1.79C308.55 1.79 308.54 1.53 309.2 1.53C309.86 1.53 309.85 2.55 310.51 2.55C311.17 2.55 311.16 0.94 311.82 0.94C312.48 0.94 312.47 1.86 313.13 1.86C313.79 1.86 313.78 1.26 314.44 1.26C315.1 1.26 315.09 3.3 315.75 3.3C316.41 3.3 316.4 2.07 317.06 2.07C317.72 2.07 317.71 3.33 318.37 3.33C319.03 3.33 319.02 1.18 319.68 1.18C320.34 1.18 320.33 0.25 320.99 0.25C321.65 0.25 321.64 2.4 322.3 2.4C322.96 2.4 322.95 2.61 323.61 2.61C324.27 2.61 324.26 0.6 324.92 0.6C325.58 0.6 325.57 2.31 326.23 2.31C326.89 2.31 326.88 2.02 327.54 2.02C328.2 2.02 328.19 0.04 328.85 0.04C329.51 0.04 329.5 3.07 330.16 3.07C330.82 3.07 330.81 3.34 331.47 3.34C332.13 3.34 332.12 2.48 332.78 2.48C333.44 2.48 333.43 1.82 334.09 1.82C334.75 1.82 334.74 2.69 335.4 2.69C336.06 2.69 336.05 1.31 336.71 1.31C337.37 1.31 337.36 2.93 338.02 2.93C338.68 2.93 338.67 3.31 339.33 3.31C339.99 3.31 339.98 1.38 340.64 1.38C341.3 1.38 341.29 2.58 341.95 2.58C342.61 2.58 342.6 0.46 343.26 0.46C343.92 0.46 343.91 2.57 344.57 2.57C345.23 2.57 345.22 3.09 345.88 3.09C346.54 3.09 346.53 2.57 347.19 2.57C347.85 2.57 347.84 2.86 348.5 2.86C349.16 2.86 349.15 0.89 349.81 0.89C350.47 0.89 350.46 2.14 351.12 2.14C351.78 2.14 351.77 2.18 352.43 2.18C353.09 2.18 353.08 0.32 353.74 0.32C354.4 0.32 354.39 2.52 355.05 2.52C355.71 2.52 355.7 1.58 356.36 1.58C357.02 1.58 357.01 1.21 357.66 1.21C358.31 1.21 358.31 0.95 358.96 0.95C359.61 0.95 359.61 0.35 360.26 0.35C360.91 0.35 360.91 2.16 361.56 2.16C362.21 2.16 362.21 1.51 362.86 1.51C363.51 1.51 363.51 0.1 364.16 0.1C364.81 0.1 364.81 3.07 365.46 3.07C366.11 3.07 366.11 1.05 366.76 1.05C367.41 1.05 367.41 1 368.06 1C368.71 1 368.71 1.55 369.36 1.55C370.01 1.55 370.01 0.55 370.66 0.55C371.31 0.55 371.31 0.99 371.96 0.99C372.61 0.99 372.61 1.47 373.26 1.47C373.91 1.47 373.91 0.7 374.57 0.7C375.23 0.7 375.22 3.03 375.88 3.03C376.54 3.03 376.53 2.39 377.19 2.39C377.85 2.39 377.84 1.19 378.5 1.19C379.16 1.19 379.15 1.1 379.81 1.1C380.47 1.1 380.46 0.85 381.12 0.85C381.78 0.85 381.77 2.24 382.43 2.24C383.09 2.24 383.08 1.91 383.74 1.91C384.4 1.91 384.39 0.98 385.05 0.98C385.71 0.98 385.71 0.2 386.36 0.2C387.01 0.2 387.02 2.43 387.67 2.43C388.32 2.43 388.32 1.34 388.98 1.34C389.64 1.34 389.63 1.4 390.29 1.4C390.95 1.4 390.94 1.75 391.6 1.75C392.26 1.75 392.25 1.36 392.91 1.36C393.57 1.36 393.56 0.52 394.22 0.52C394.88 0.52 394.87 2.42 395.53 2.42C396.19 2.42 396.18 0.91 396.84 0.91C397.5 0.91 397.49 1.42 398.15 1.42C398.81 1.42 398.8 0.78 399.46 0.78C400.12 0.78 400.11 2.39 400.77 2.39C401.43 2.39 401.42 3.31 402.08 3.31C402.74 3.31 402.73 2.88 403.39 2.88C404.05 2.88 404.04 2.8 404.7 2.8C405.36 2.8 405.35 0.06 406.01 0.06C406.67 0.06 406.66 0.79 407.32 0.79C407.98 0.79 407.97 0.11 408.63 0.11C409.29 0.11 409.28 2.57 409.94 2.57C410.6 2.57 410.59 1.22 411.25 1.22C411.91 1.22 411.9 1.6 412.56 1.6C413.22 1.6 413.21 0.64 413.87 0.64C414.53 0.64 414.52 0.06 415.18 0.06C415.84 0.06 415.83 3 416.49 3C417.15 3 417.14 0.09 417.8 0.09C418.46 0.09 418.46 3.04 419.11 3.04C419.76 3.04 419.77 2.08 420.42 2.08C421.07 2.08 421.08 0.82 421.73 0.82C422.38 0.82 422.39 2.92 423.04 2.92C423.69 2.92 423.7 0.83 424.35 0.83C425 0.83 425 1.91 425.66 1.91C426.32 1.91 426.31 1.15 426.97 1.15C427.63 1.15 427.62 0.33 428.28 0.33C428.94 0.33 428.93 1.49 429.59 1.49C430.25 1.49 430.24 0.2 430.9 0.2C431.56 0.2 431.55 1.57 432.21 1.57C432.87 1.57 432.86 2.83 433.52 2.83C434.18 2.83 434.17 1.45 434.83 1.45C435.49 1.45 435.48 0.12 436.14 0.12C436.8 0.12 436.79 1.6 437.45 1.6C438.11 1.6 438.1 2.11 438.76 2.11C439.42 2.11 439.41 2.6 440.07 2.6C440.73 2.6 440.72 1.03 441.38 1.03C442.04 1.03 442.04 2.29 442.69 2.29C443.34 2.29 443.35 2.83 444 2.83C444.65 2.83 444.66 1.19 445.31 1.19C445.96 1.19 445.97 0.27 446.62 0.27C447.27 0.27 447.28 1.19 447.93 1.19C448.58 1.19 448.59 0.91 449.24 0.91C449.89 0.91 449.9 1.44 450.55 1.44C451.2 1.44 451.2 0.89 451.86 0.89C452.52 0.89 452.51 1.06 453.17 1.06C453.83 1.06 453.82 1.8 454.48 1.8C455.14 1.8 455.13 1.3 455.79 1.3C456.45 1.3 456.44 1.38 457.1 1.38C457.76 1.38 457.76 2.01 458.41 2.01C459.06 2.01 459.07 0.74 459.72 0.74C460.37 0.74 460.38 2.68 461.03 2.68C461.68 2.68 461.69 1.94 462.34 1.94C462.99 1.94 463 2.14 463.65 2.14C464.3 2.14 464.31 2 464.96 2C465.61 2 465.62 0.37 466.27 0.37C466.92 0.37 466.93 0.13 467.58 0.13C468.23 0.13 468.24 3.16 468.89 3.16C469.54 3.16 469.55 2.44 470.2 2.44C470.85 2.44 470.86 1.83 471.51 1.83C472.16 1.83 472.17 0.3 472.82 0.3C473.47 0.3 473.48 2.54 474.13 2.54C474.78 2.54 474.79 2.95 475.44 2.95C476.09 2.95 476.1 2.07 476.75 2.07C477.4 2.07 477.41 2.99 478.06 2.99C478.71 2.99 478.72 2.13 479.37 2.13C480.02 2.13 480.03 3.19 480.68 3.19C481.33 3.19 481.34 2.69 481.99 2.69C482.64 2.69 482.65 2.14 483.3 2.14C483.95 2.14 483.96 1.46 484.61 1.46C485.26 1.46 485.27 3.2 485.92 3.2C486.57 3.2 486.58 2.34 487.23 2.34C487.88 2.34 487.88 2.88 488.54 2.88C489.2 2.88 489.19 2.31 489.85 2.31C490.51 2.31 490.5 0.57 491.16 0.57C491.82 0.57 491.81 1.12 492.47 1.12C493.13 1.12 493.12 1.02 493.78 1.02C494.44 1.02 494.43 2.69 495.09 2.69C495.75 2.69 495.75 0.11 496.4 0.11C497.05 0.11 497.06 2.98 497.71 2.98C498.36 2.98 498.37 0.51 499.02 0.51C499.67 0.51 499.68 0.26 500.33 0.26C500.98 0.26 500.99 1.34 501.64 1.34C502.29 1.34 502.3 1.71 502.95 1.71C503.6 1.71 503.61 3.15 504.26 3.15C504.91 3.15 504.92 3.27 505.57 3.27C506.22 3.27 506.23 0.83 506.88 0.83C507.53 0.83 507.54 1.46 508.2 1.46C508.86 1.46 508.86 0.25 509.51 0.25C510.16 0.25 510.17 2.41 510.82 2.41C511.47 2.41 511.48 1.29 512.13 1.29C512.78 1.29 512.79 0.66 513.45 0.66C514.11 0.66 514.11 0.54 514.76 0.54C515.41 0.54 515.42 1.66 516.07 1.66C516.72 1.66 516.73 1.14 517.38 1.14C518.03 1.14 518.04 0.21 518.7 0.21C519.36 0.21 519.36 0.57 520.01 0.57C520.66 0.57 520.67 1.43 521.33 1.43C521.99 1.43 521.99 3.12 522.65 3.12C523.31 3.12 523.31 1.58 523.97 1.58C524.63 1.58 524.63 2.06 525.28 2.06C525.93 2.06 525.94 2.22 526.59 2.22C527.24 2.22 527.25 2.3 527.91 2.3C528.57 2.3 528.57 2.25 529.23 2.25C529.89 2.25 529.89 2.36 530.55 2.36C531.21 2.36 531.21 2.08 531.87 2.08C532.53 2.08 532.53 2.19 533.19 2.19C533.85 2.19 533.85 0.92 534.51 0.92C535.17 0.92 535.17 2.46 535.83 2.46C536.49 2.46 536.49 2.6 537.15 2.6C537.59 2.6 537.97 2.45 538.41 2.48C538.85 2.51 539.14 3.19 539.57 3.25C540 3.31 540.55 2.3 540.98 2.39C541.41 2.48 542.29 0.81 542.71 0.92C543.13 1.03 543.62 1.26 544.03 1.4C544.44 1.54 543.9 4.22 544.3 4.39C544.7 4.56 545.17 4.41 545.56 4.6C545.95 4.79 547.24 3.32 547.62 3.53C548 3.74 547.42 5.5 547.78 5.74C548.14 5.98 548.68 5.9 549.03 6.17C549.38 6.44 549.67 6.71 550 7C550.33 7.29 551.49 6.69 551.8 7C552.11 7.31 552.87 7.28 553.16 7.61C553.45 7.94 553.24 8.75 553.5 9.1C553.76 9.45 554.01 9.85 554.26 10.21C554.51 10.57 554.58 11.07 554.8 11.45C555.02 11.83 556.18 11.76 556.37 12.15C556.56 12.54 556.63 13.08 556.8 13.49C556.97 13.9 556.99 14.43 557.13 14.85C557.27 15.27 557.69 15.67 557.8 16.1C557.91 16.53 555.37 17.56 555.46 17.99C555.55 18.42 556.89 18.59 556.94 19.02C556.99 19.45 558.74 19.77 558.77 20.21C558.8 20.65 556.9 21.19 556.9 21.63C556.9 22.28 557.02 22.28 557.02 22.94C557.02 23.6 557.75 23.59 557.75 24.25C557.75 24.91 558.75 24.91 558.75 25.56C558.75 26.21 556.29 26.22 556.29 26.87C556.29 27.52 558.54 27.52 558.54 28.18C558.54 28.84 557.05 28.83 557.05 29.49C557.05 30.15 556.21 30.14 556.21 30.8C556.21 31.46 556.57 31.45 556.57 32.11C556.57 32.77 557.08 32.76 557.08 33.42C557.08 34.08 555.67 34.08 555.67 34.73C555.67 35.39 555.52 35.39 555.52 36.04C555.52 36.69 558.01 36.69 558.01 37.35C558.01 38.01 557.62 38 557.62 38.66C557.62 39.32 557.16 39.31 557.16 39.97C557.16 40.63 557.05 40.62 557.05 41.28C557.05 41.94 556.28 41.93 556.28 42.59C556.28 43.25 558.35 43.24 558.35 43.9C558.35 44.56 557.69 44.55 557.69 45.21C557.69 45.87 556.97 45.86 556.97 46.52C556.97 47.18 558.23 47.17 558.23 47.83C558.23 48.49 557.11 48.49 557.11 49.14C557.11 49.79 557.15 49.8 557.15 50.45C557.15 51.1 555.7 51.1 555.7 51.76C555.7 52.42 556.95 52.41 556.95 53.07C556.95 53.73 555.6 53.72 555.6 54.38C555.6 55.04 557.76 55.03 557.76 55.69C557.76 56.35 558.78 56.35 558.78 57C558.78 57.65 556.23 57.66 556.23 58.31C556.23 58.96 556.38 58.97 556.38 59.62C556.38 60.27 557.74 60.27 557.74 60.93C557.74 61.59 555.99 61.59 555.99 62.24C555.99 62.89 556.19 62.9 556.19 63.55C556.19 64.2 558.65 64.21 558.65 64.86C558.65 65.51 556 65.52 556 66.17C556 66.82 555.51 66.83 555.51 67.48C555.51 68.13 556.76 68.14 556.76 68.79C556.76 69.44 557.68 69.45 557.68 70.1C557.68 70.75 558.64 70.76 558.64 71.41C558.64 72.06 555.61 72.07 555.61 72.72C555.61 73.37 557.62 73.38 557.62 74.03C557.62 74.68 557.66 74.69 557.66 75.34C557.66 75.99 556.85 76 556.85 76.65C556.85 77.3 557.65 77.31 557.65 77.96C557.65 78.61 557.85 78.62 557.85 79.27C557.85 79.92 555.73 79.93 555.73 80.58C555.73 81.23 556.79 81.24 556.79 81.9C556.79 82.56 555.78 82.56 555.78 83.21C555.78 83.86 557.19 83.87 557.19 84.53C557.19 85.19 556.91 85.25 557.13 85.87C557.39 86.59 557.89 86.51 557.89 87.17L557.58 87.14Z" fill="%23009ee7"/></svg>') no-repeat 0 0/100% auto;
    mask-image: none;
    width: 100%;
  }
}
.l-footer-btns .btn.is-blue {
  background-color: #1d4293;
}
@media screen and (max-width: 767px) {
  .l-footer-btns .btn.is-blue {
    background-color: unset;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="559" height="109" viewBox="0 0 559 109" fill="none"><path d="M557.58 87.14C557.58 87.58 555.24 87.91 555.21 88.34C555.18 88.77 557.4 89.4 557.34 89.83C557.28 90.26 555 90.3 554.92 90.72C554.84 91.14 555.68 91.72 555.57 92.14C555.46 92.56 554.56 92.67 554.42 93.08C554.28 93.49 556.4 94.75 556.24 95.15C556.08 95.55 554.29 95.23 554.1 95.62C553.91 96.01 555.8 97.56 555.58 97.93C555.36 98.3 553.76 97.89 553.52 98.25C553.28 98.61 553.33 99.2 553.06 99.55C552.79 99.9 551.04 98.97 550.75 99.3C550.46 99.63 552.41 102.05 552.1 102.36C551.79 102.67 550.6 102.13 550.27 102.41C549.94 102.69 549.81 103.28 549.47 103.55C549.13 103.82 547.56 102.35 547.2 102.59C546.84 102.83 546.43 102.82 546.06 103.04C545.69 103.26 545.53 103.7 545.14 103.9C544.75 104.1 545.41 106.59 545.01 106.76C544.61 106.93 543.2 104.41 542.79 104.56C542.38 104.71 542.44 106.2 542.02 106.32C541.6 106.44 541.33 107.26 540.9 107.34C540.47 107.42 540.1 108.24 539.67 108.29C539.24 108.34 538.65 107.35 538.21 107.38C537.77 107.41 537.32 105.84 536.88 105.84C536.23 105.84 536.23 108.32 535.58 108.32C534.93 108.32 534.93 106.17 534.28 106.17C533.63 106.17 533.63 105.54 532.98 105.54C532.33 105.54 532.33 106.92 531.68 106.92C531.03 106.92 531.03 107.07 530.38 107.07C529.73 107.07 529.73 105.63 529.08 105.63C528.43 105.63 528.43 107.47 527.78 107.47C527.13 107.47 527.13 107.66 526.48 107.66C525.83 107.66 525.83 107.38 525.18 107.38C524.53 107.38 524.53 106.26 523.88 106.26C523.23 106.26 523.23 107.75 522.58 107.75C521.93 107.75 521.93 106.01 521.28 106.01C520.63 106.01 520.63 106.82 519.98 106.82C519.33 106.82 519.33 105.6 518.68 105.6C518.03 105.6 518.03 106.15 517.38 106.15C516.73 106.15 516.73 108.61 516.08 108.61C515.43 108.61 515.43 108.36 514.78 108.36C514.13 108.36 514.13 105.88 513.48 105.88C512.83 105.88 512.83 108.75 512.18 108.75C511.53 108.75 511.53 106.71 510.88 106.71C510.23 106.71 510.23 108.31 509.58 108.31C508.93 108.31 508.93 106.21 508.28 106.21C507.63 106.21 507.63 108.16 506.98 108.16C506.33 108.16 506.33 105.77 505.68 105.77C505.03 105.77 505.03 107.9 504.38 107.9C503.73 107.9 503.73 106.94 503.08 106.94C502.43 106.94 502.43 107.56 501.78 107.56C501.13 107.56 501.13 106.4 500.48 106.4C499.83 106.4 499.83 107.62 499.18 107.62C498.53 107.62 498.53 108.2 497.88 108.2C497.23 108.2 497.23 108.3 496.57 108.3C495.91 108.3 495.92 105.88 495.26 105.88C494.6 105.88 494.61 108.01 493.95 108.01C493.29 108.01 493.3 105.91 492.64 105.91C491.98 105.91 491.99 105.69 491.33 105.69C490.67 105.69 490.68 107.83 490.02 107.83C489.36 107.83 489.37 105.77 488.71 105.77C488.05 105.77 488.06 107.03 487.4 107.03C486.74 107.03 486.75 105.98 486.09 105.98C485.43 105.98 485.44 106.04 484.78 106.04C484.12 106.04 484.13 105.74 483.47 105.74C482.81 105.74 482.82 107.57 482.16 107.57C481.5 107.57 481.51 106 480.85 106C480.19 106 480.2 106.65 479.54 106.65C478.88 106.65 478.89 107.64 478.23 107.64C477.57 107.64 477.58 108.4 476.92 108.4C476.26 108.4 476.27 108.34 475.61 108.34C474.95 108.34 474.96 108.05 474.3 108.05C473.64 108.05 473.65 108.02 472.99 108.02C472.33 108.02 472.34 105.68 471.68 105.68C471.02 105.68 471.03 106.9 470.37 106.9C469.71 106.9 469.72 105.99 469.06 105.99C468.4 105.99 468.41 106.3 467.75 106.3C467.09 106.3 467.1 107.56 466.44 107.56C465.78 107.56 465.79 105.6 465.13 105.6C464.47 105.6 464.48 106.57 463.82 106.57C463.16 106.57 463.17 105.43 462.51 105.43C461.85 105.43 461.86 107.48 461.2 107.48C460.54 107.48 460.55 108.64 459.89 108.64C459.23 108.64 459.24 108.09 458.58 108.09C457.92 108.09 457.93 106.04 457.27 106.04C456.61 106.04 456.62 105.58 455.96 105.58C455.3 105.58 455.31 108.27 454.65 108.27C453.99 108.27 454 107.6 453.34 107.6C452.68 107.6 452.69 107.92 452.03 107.92C451.37 107.92 451.38 108.58 450.72 108.58C450.06 108.58 450.07 108.4 449.42 108.4C448.77 108.4 448.77 106.48 448.12 106.48C447.47 106.48 447.47 107.64 446.82 107.64C446.17 107.64 446.17 106.28 445.52 106.28C444.87 106.28 444.87 106.8 444.22 106.8C443.57 106.8 443.57 107.6 442.92 107.6C442.27 107.6 442.27 106.18 441.62 106.18C440.97 106.18 440.97 108.38 440.32 108.38C439.67 108.38 439.67 107.48 439.02 107.48C438.37 107.48 438.37 108.45 437.72 108.45C437.07 108.45 437.07 105.55 436.42 105.55C435.77 105.55 435.77 106.63 435.12 106.63C434.47 106.63 434.47 106.23 433.82 106.23C433.17 106.23 433.17 106.06 432.52 106.06C431.87 106.06 431.87 108.08 431.22 108.08C430.57 108.08 430.57 105.69 429.92 105.69C429.27 105.69 429.27 107.13 428.62 107.13C427.97 107.13 427.97 107.99 427.32 107.99C426.67 107.99 426.67 107.27 426.02 107.27C425.37 107.27 425.37 107.82 424.72 107.82C424.07 107.82 424.07 106.64 423.42 106.64C422.77 106.64 422.77 108.74 422.12 108.74C421.47 108.74 421.47 107.51 420.82 107.51C420.17 107.51 420.17 108.3 419.52 108.3C418.87 108.3 418.87 106.55 418.22 106.55C417.57 106.55 417.57 105.79 416.92 105.79C416.27 105.79 416.27 108.06 415.62 108.06C414.97 108.06 414.97 106.52 414.32 106.52C413.67 106.52 413.67 108.71 413.02 108.71C412.37 108.71 412.37 107.86 411.72 107.86C411.07 107.86 411.07 108.48 410.42 108.48C409.77 108.48 409.77 106.22 409.12 106.22C408.47 106.22 408.47 106.34 407.81 106.34C407.15 106.34 407.16 106.37 406.5 106.37C405.84 106.37 405.85 107.82 405.19 107.82C404.53 107.82 404.54 106.74 403.88 106.74C403.22 106.74 403.23 108.24 402.57 108.24C401.91 108.24 401.92 106.04 401.26 106.04C400.6 106.04 400.61 107.95 399.95 107.95C399.29 107.95 399.3 108.62 398.64 108.62C397.98 108.62 397.99 107.24 397.33 107.24C396.67 107.24 396.68 105.53 396.02 105.53C395.36 105.53 395.37 106.64 394.71 106.64C394.05 106.64 394.06 108.66 393.4 108.66C392.74 108.66 392.75 105.95 392.09 105.95C391.43 105.95 391.44 107.4 390.78 107.4C390.12 107.4 390.13 107.51 389.47 107.51C388.81 107.51 388.82 107.96 388.16 107.96C387.5 107.96 387.51 107.75 386.85 107.75C386.19 107.75 386.2 108.35 385.54 108.35C384.88 108.35 384.89 105.81 384.23 105.81C383.57 105.81 383.58 107.92 382.92 107.92C382.26 107.92 382.27 106.14 381.61 106.14C380.95 106.14 380.96 105.68 380.3 105.68C379.64 105.68 379.65 107.07 378.99 107.07C378.33 107.07 378.34 107.79 377.68 107.79C377.02 107.79 377.03 107.08 376.37 107.08C375.71 107.08 375.72 107.5 375.06 107.5C374.4 107.5 374.41 107.6 373.75 107.6C373.09 107.6 373.1 108.67 372.44 108.67C371.78 108.67 371.79 107.34 371.13 107.34C370.47 107.34 370.48 106.13 369.82 106.13C369.16 106.13 369.17 107.33 368.51 107.33C367.85 107.33 367.86 107.66 367.2 107.66C366.54 107.66 366.55 106.9 365.89 106.9C365.23 106.9 365.24 108.67 364.58 108.67C363.92 108.67 363.93 107.06 363.27 107.06C362.61 107.06 362.62 106.98 361.96 106.98C361.3 106.98 361.31 108.41 360.65 108.41C359.99 108.41 360 107.77 359.34 107.77C358.68 107.77 358.69 107.61 358.03 107.61C357.37 107.61 357.38 108.43 356.72 108.43C356.06 108.43 356.07 108.45 355.41 108.45C354.75 108.45 354.76 106.4 354.1 106.4C353.44 106.4 353.45 105.95 352.79 105.95C352.13 105.95 352.14 108.08 351.48 108.08C350.82 108.08 350.83 106.79 350.17 106.79C349.51 106.79 349.52 106.22 348.86 106.22C348.2 106.22 348.21 105.91 347.55 105.91C346.89 105.91 346.9 108.07 346.24 108.07C345.58 108.07 345.59 108.53 344.93 108.53C344.28 108.53 344.28 107.07 343.62 107.07C342.96 107.07 342.97 108.76 342.31 108.76C341.65 108.76 341.66 107.32 341 107.32C340.34 107.32 340.35 108.71 339.69 108.71C339.03 108.71 339.04 106.74 338.38 106.74C337.72 106.74 337.73 107.55 337.07 107.55C336.41 107.55 336.42 107.77 335.76 107.77C335.1 107.77 335.11 107.39 334.45 107.39C333.79 107.39 333.8 105.52 333.14 105.52C332.48 105.52 332.49 107.46 331.83 107.46C331.17 107.46 331.18 108.16 330.52 108.16C329.86 108.16 329.87 108.26 329.21 108.26C328.55 108.26 328.56 107.82 327.9 107.82C327.24 107.82 327.25 105.95 326.59 105.95C325.93 105.95 325.94 108.51 325.28 108.51C324.62 108.51 324.63 105.49 323.97 105.49C323.31 105.49 323.32 105.49 322.66 105.49C322 105.49 322.01 108.28 321.35 108.28C320.69 108.28 320.7 107.3 320.04 107.3C319.38 107.3 319.39 108.42 318.73 108.42C318.07 108.42 318.08 108.45 317.42 108.45C316.76 108.45 316.77 105.53 316.11 105.53C315.45 105.53 315.46 108.03 314.8 108.03C314.14 108.03 314.15 105.61 313.49 105.61C312.83 105.61 312.84 107.14 312.18 107.14C311.52 107.14 311.53 107.37 310.87 107.37C310.21 107.37 310.22 106.9 309.56 106.9C308.9 106.9 308.91 107.69 308.25 107.69C307.59 107.69 307.6 105.92 306.94 105.92C306.28 105.92 306.29 106.72 305.63 106.72C304.97 106.72 304.98 108.37 304.32 108.37C303.66 108.37 303.67 107.23 303.01 107.23C302.35 107.23 302.36 108.37 301.7 108.37C301.04 108.37 301.05 108.48 300.39 108.48C299.73 108.48 299.74 107.21 299.08 107.21C298.42 107.21 298.43 108.64 297.77 108.64C297.11 108.64 297.12 107.23 296.46 107.23C295.8 107.23 295.81 106.27 295.15 106.27C294.49 106.27 294.5 106.88 293.84 106.88C293.18 106.88 293.19 106 292.53 106C291.87 106 291.88 106.39 291.22 106.39C290.56 106.39 290.57 105.94 289.91 105.94C289.25 105.94 289.26 106.22 288.6 106.22C287.94 106.22 287.95 108.59 287.29 108.59C286.63 108.59 286.64 107.65 285.98 107.65C285.32 107.65 285.33 106.39 284.67 106.39C284.01 106.39 284.02 107.83 283.36 107.83C282.7 107.83 282.71 105.54 282.05 105.54C281.39 105.54 281.4 106.54 280.74 106.54C280.08 106.54 280.09 106.59 279.43 106.59C278.77 106.59 278.78 106.47 278.12 106.47C277.46 106.47 277.47 105.73 276.81 105.73C276.16 105.73 276.16 106.36 275.5 106.36C274.84 106.36 274.85 105.98 274.19 105.98C273.53 105.98 273.54 107.79 272.88 107.79C272.22 107.79 272.23 107.95 271.57 107.95C270.91 107.95 270.92 108.17 270.26 108.17C269.6 108.17 269.61 107.03 268.95 107.03C268.29 107.03 268.3 105.61 267.64 105.61C266.98 105.61 266.99 107.33 266.33 107.33C265.67 107.33 265.68 105.87 265.02 105.87C264.36 105.87 264.37 107.26 263.71 107.26C263.05 107.26 263.06 108 262.4 108C261.74 108 261.75 106.34 261.09 106.34C260.43 106.34 260.44 107.49 259.78 107.49C259.12 107.49 259.13 106.2 258.47 106.2C257.81 106.2 257.82 107.27 257.16 107.27C256.5 107.27 256.51 106.6 255.85 106.6C255.19 106.6 255.2 108.41 254.54 108.41C253.88 108.41 253.89 107.76 253.23 107.76C252.57 107.76 252.58 107.17 251.92 107.17C251.26 107.17 251.27 106.14 250.61 106.14C249.95 106.14 249.96 107.65 249.3 107.65C248.64 107.65 248.65 106.92 247.99 106.92C247.33 106.92 247.34 105.88 246.68 105.88C246.02 105.88 246.03 108.52 245.37 108.52C244.71 108.52 244.72 106.28 244.06 106.28C243.4 106.28 243.41 107.89 242.75 107.89C242.09 107.89 242.1 108.14 241.44 108.14C240.78 108.14 240.79 108.56 240.13 108.56C239.47 108.56 239.48 105.84 238.82 105.84C238.16 105.84 238.17 106 237.51 106C236.85 106 236.86 108.37 236.2 108.37C235.54 108.37 235.55 107.52 234.89 107.52C234.23 107.52 234.24 105.72 233.58 105.72C232.92 105.72 232.93 107.05 232.27 107.05C231.61 107.05 231.62 108.12 230.96 108.12C230.3 108.12 230.31 105.99 229.65 105.99C228.99 105.99 229 107.4 228.34 107.4C227.68 107.4 227.69 106.47 227.03 106.47C226.37 106.47 226.38 106.38 225.72 106.38C225.06 106.38 225.07 107.31 224.41 107.31C223.75 107.31 223.76 107.96 223.1 107.96C222.44 107.96 222.45 108.62 221.79 108.62C221.13 108.62 221.14 106.12 220.48 106.12C219.82 106.12 219.83 106.28 219.17 106.28C218.51 106.28 218.52 107.16 217.86 107.16C217.2 107.16 217.21 108.62 216.55 108.62C215.89 108.62 215.9 105.55 215.24 105.55C214.58 105.55 214.59 106.22 213.93 106.22C213.27 106.22 213.28 107.44 212.62 107.44C211.96 107.44 211.97 107.03 211.31 107.03C210.65 107.03 210.66 107.47 210 107.47C209.34 107.47 209.35 105.7 208.69 105.7C208.03 105.7 208.04 107.73 207.38 107.73C206.72 107.73 206.73 106.42 206.07 106.42C205.41 106.42 205.42 108.58 204.76 108.58C204.1 108.58 204.11 107.89 203.45 107.89C202.79 107.89 202.8 106.96 202.14 106.96C201.48 106.96 201.49 106.85 200.84 106.85C200.19 106.85 200.19 108.71 199.54 108.71C198.89 108.71 198.89 107.35 198.24 107.35C197.59 107.35 197.59 108.29 196.94 108.29C196.29 108.29 196.29 105.97 195.64 105.97C194.99 105.97 194.99 108.62 194.34 108.62C193.69 108.62 193.69 107.28 193.04 107.28C192.39 107.28 192.39 106.65 191.74 106.65C191.09 106.65 191.09 107.35 190.44 107.35C189.79 107.35 189.79 106.23 189.14 106.23C188.49 106.23 188.49 108.32 187.84 108.32C187.19 108.32 187.19 107.11 186.54 107.11C185.89 107.11 185.89 106.17 185.24 106.17C184.59 106.17 184.59 106.56 183.93 106.56C183.27 106.56 183.28 105.68 182.62 105.68C181.96 105.68 181.97 106.77 181.31 106.77C180.65 106.77 180.66 105.84 180 105.84C179.34 105.84 179.35 108.74 178.69 108.74C178.03 108.74 178.04 105.57 177.38 105.57C176.72 105.57 176.73 107.8 176.07 107.8C175.41 107.8 175.42 108.01 174.76 108.01C174.1 108.01 174.11 108.58 173.45 108.58C172.79 108.58 172.79 107.54 172.14 107.54C171.49 107.54 171.48 107.43 170.83 107.43C170.18 107.43 170.18 106.28 169.52 106.28C168.86 106.28 168.87 106.69 168.21 106.69C167.56 106.69 167.56 107.24 166.9 107.24C166.24 107.24 166.25 105.98 165.59 105.98C164.93 105.98 164.94 105.94 164.28 105.94C163.62 105.94 163.63 107.48 162.97 107.48C162.31 107.48 162.32 106.15 161.66 106.15C161 106.15 161.01 105.48 160.35 105.48C159.69 105.48 159.7 106.82 159.04 106.82C158.38 106.82 158.39 105.53 157.73 105.53C157.07 105.53 157.08 106.06 156.42 106.06C155.76 106.06 155.77 106.4 155.11 106.4C154.45 106.4 154.46 108.16 153.8 108.16C153.14 108.16 153.15 107.94 152.49 107.94C151.83 107.94 151.84 108.18 151.18 108.18C150.52 108.18 150.53 108.56 149.87 108.56C149.21 108.56 149.22 106.01 148.56 106.01C147.9 106.01 147.91 106.09 147.25 106.09C146.59 106.09 146.6 108.17 145.94 108.17C145.28 108.17 145.29 107.1 144.63 107.1C143.97 107.1 143.98 108.75 143.32 108.75C142.66 108.75 142.67 108.57 142.01 108.57C141.35 108.57 141.36 106.78 140.7 106.78C140.04 106.78 140.04 106.09 139.39 106.09C138.74 106.09 138.73 107.73 138.08 107.73C137.43 107.73 137.42 108.6 136.77 108.6C136.12 108.6 136.11 107.37 135.46 107.37C134.81 107.37 134.8 107.37 134.15 107.37C133.5 107.37 133.5 105.43 132.84 105.43C132.18 105.43 132.19 107.94 131.53 107.94C130.87 107.94 130.88 106.88 130.22 106.88C129.56 106.88 129.57 107.4 128.91 107.4C128.25 107.4 128.26 108.23 127.6 108.23C126.94 108.23 126.95 107.18 126.29 107.18C125.63 107.18 125.64 108.03 124.98 108.03C124.32 108.03 124.33 106.06 123.67 106.06C123.01 106.06 123.02 105.93 122.36 105.93C121.7 105.93 121.71 107.61 121.05 107.61C120.39 107.61 120.4 105.9 119.74 105.9C119.08 105.9 119.09 107 118.43 107C117.77 107 117.78 108.62 117.12 108.62C116.46 108.62 116.46 108.11 115.81 108.11C115.16 108.11 115.15 106.89 114.5 106.89C113.85 106.89 113.84 106.98 113.19 106.98C112.54 106.98 112.53 106.45 111.88 106.45C111.23 106.45 111.22 105.51 110.57 105.51C109.92 105.51 109.91 106.46 109.26 106.46C108.61 106.46 108.6 106.82 107.95 106.82C107.3 106.82 107.3 106.04 106.64 106.04C105.98 106.04 105.99 108.47 105.33 108.47C104.67 108.47 104.68 106.86 104.02 106.86C103.36 106.86 103.37 108.2 102.71 108.2C102.05 108.2 102.06 105.73 101.4 105.73C100.74 105.73 100.74 106.61 100.09 106.61C99.43 106.61 99.43 108.01 98.78 108.01C98.13 108.01 98.12 105.69 97.47 105.69C96.82 105.69 96.81 107.03 96.16 107.03C95.51 107.03 95.5 108.57 94.85 108.57C94.2 108.57 94.19 106.24 93.54 106.24C92.89 106.24 92.88 108.19 92.23 108.19C91.58 108.19 91.57 107.56 90.92 107.56C90.27 107.56 90.26 107.08 89.61 107.08C88.96 107.08 88.95 107.02 88.3 107.02C87.65 107.02 87.64 105.72 86.99 105.72C86.34 105.72 86.33 106.16 85.68 106.16C85.03 106.16 85.02 108.1 84.37 108.1C83.72 108.1 83.71 106.71 83.06 106.71C82.41 106.71 82.4 105.88 81.75 105.88C81.1 105.88 81.09 105.6 80.44 105.6C79.79 105.6 79.78 105.68 79.13 105.68C78.48 105.68 78.47 106 77.82 106C77.17 106 77.16 105.88 76.51 105.88C75.86 105.88 75.85 106.84 75.2 106.84C74.55 106.84 74.54 106 73.89 106C73.24 106 73.23 106.72 72.58 106.72C71.93 106.72 71.92 107.77 71.27 107.77C70.62 107.77 70.62 106.9 69.96 106.9C69.3 106.9 69.31 105.62 68.65 105.62C67.99 105.62 68 108.01 67.34 108.01C66.68 108.01 66.69 106.04 66.03 106.04C65.37 106.04 65.38 107.6 64.72 107.6C64.06 107.6 64.07 107.53 63.41 107.53C62.75 107.53 62.75 106.99 62.1 106.99C61.45 106.99 61.44 105.43 60.79 105.43C60.14 105.43 60.13 107.44 59.48 107.44C58.83 107.44 58.82 106.66 58.17 106.66C57.52 106.66 57.51 106.45 56.86 106.45C56.21 106.45 56.2 107.92 55.55 107.92C54.9 107.92 54.89 106.95 54.24 106.95C53.58 106.95 53.58 108.28 52.93 108.28C52.28 108.28 52.27 108.05 51.62 108.05C50.97 108.05 50.96 106.75 50.3 106.75C49.64 106.75 49.64 106.51 48.99 106.51C48.34 106.51 48.33 107.79 47.68 107.79C47.03 107.79 47.02 107.01 46.37 107.01C45.72 107.01 45.71 106.61 45.05 106.61C44.39 106.61 44.39 107.15 43.74 107.15C43.09 107.15 43.08 108.67 42.43 108.67C41.78 108.67 41.77 106.58 41.12 106.58C40.47 106.58 40.46 107.64 39.8 107.64C39.14 107.64 39.14 106.44 38.49 106.44C37.84 106.44 37.83 106.93 37.17 106.93C36.51 106.93 36.51 108.42 35.85 108.42C35.19 108.42 35.19 105.83 34.53 105.83C33.87 105.83 33.87 106.69 33.22 106.69C32.57 106.69 32.56 105.58 31.91 105.58C31.26 105.58 31.25 107.12 30.59 107.12C29.93 107.12 29.93 107.44 29.27 107.44C28.61 107.44 28.61 107.74 27.95 107.74C27.29 107.74 27.29 107.64 26.63 107.64C25.97 107.64 25.97 108.44 25.31 108.44C24.65 108.44 24.65 106.8 23.99 106.8C23.33 106.8 23.33 108.08 22.67 108.08C22.01 108.08 22.01 107.59 21.35 107.59C20.91 107.59 20.55 105.89 20.12 105.86C19.69 105.83 19.03 108.01 18.6 107.95C18.17 107.89 18 106.15 17.57 106.06C17.14 105.97 16.75 105.91 16.33 105.79C15.91 105.67 15.83 104.68 15.42 104.54C15.01 104.4 13.84 106.33 13.43 106.17C13.02 106.01 12.51 105.95 12.12 105.76C11.73 105.57 11.53 104.94 11.15 104.72C10.77 104.5 10.79 103.65 10.43 103.41C10.07 103.17 9.43 103.32 9.08 103.05C8.73 102.78 8.77 102.07 8.44 101.78C8.11 101.49 7.53 101.49 7.23 101.18C6.93 100.87 7.67 99.64 7.38 99.31C7.09 98.98 5.83 99.52 5.56 99.18C5.29 98.84 6.23 97.69 5.99 97.32C5.75 96.95 3.21 98.04 2.99 97.67C2.77 97.3 4.86 95.68 4.67 95.29C4.48 94.9 2.35 95.42 2.18 95.01C2.01 94.6 0.97 94.45 0.83 94.04C0.69 93.63 0.96 92.99 0.84 92.57C0.72 92.15 0.84 91.6 0.75 91.17C0.66 90.74 2.23 90.03 2.17 89.6C2.11 89.17 1.34 88.83 1.31 88.39C1.28 87.95 1.79 87.52 1.79 87.08C1.79 86.43 0.73 86.43 0.73 85.77C0.73 85.11 2.8 85.12 2.8 84.46C2.8 83.8 2.33 83.8 2.33 83.15C2.33 82.5 2.33 82.49 2.33 81.84C2.33 81.19 2.06 81.19 2.06 80.53C2.06 79.87 2.83 79.88 2.83 79.22C2.83 78.56 0 78.63 0 77.98C0 77.33 2.32 77.33 2.32 76.67C2.32 76.01 3.09 76.02 3.09 75.36C3.09 74.7 2.12 74.7 2.12 74.05C2.12 73.4 1.25 73.39 1.25 72.74C1.25 72.09 3.16 72.09 3.16 71.43C3.16 70.77 0.33 70.78 0.33 70.12C0.33 69.46 2.6 69.47 2.6 68.81C2.6 68.15 1.15 68.16 1.15 67.5C1.15 66.84 2.72 66.85 2.72 66.19C2.72 65.53 1.14 65.54 1.14 64.88C1.14 64.22 0.66 64.23 0.66 63.57C0.66 62.91 0.87 62.92 0.87 62.26C0.87 61.6 1.82 61.61 1.82 60.95C1.82 60.29 0.64 60.29 0.64 59.64C0.64 58.99 2.42 58.98 2.42 58.33C2.42 57.68 2.57 57.68 2.57 57.02C2.57 56.36 2.36 56.37 2.36 55.71C2.36 55.05 2.06 55.06 2.06 54.4C2.06 53.74 1.58 53.75 1.58 53.09C1.58 52.43 0.4 52.43 0.4 51.78C0.4 51.13 0.19 51.12 0.19 50.47C0.19 49.82 2.46 49.81 2.46 49.16C2.46 48.51 2.2 48.51 2.2 47.85C2.2 47.19 0.95 47.19 0.95 46.54C0.95 45.89 3 45.88 3 45.23C3 44.58 2.67 44.57 2.67 43.92C2.67 43.27 2.53 43.26 2.53 42.61C2.53 41.96 0.83 41.95 0.83 41.3C0.83 40.65 1.51 40.64 1.51 39.99C1.51 39.34 1.98 39.33 1.98 38.68C1.98 38.03 0.52 38.02 0.52 37.37C0.52 36.72 0.85 36.71 0.85 36.06C0.85 35.41 0.33 35.4 0.33 34.75C0.33 34.1 2.57 34.09 2.57 33.44C2.57 32.79 0.09 32.78 0.09 32.13C0.09 31.48 1.34 31.47 1.34 30.82C1.34 30.17 0.22 30.16 0.22 29.51C0.22 28.86 0.95 28.85 0.95 28.2C0.95 27.55 2.27 27.54 2.27 26.88C2.27 26.22 1.44 26.22 1.44 25.57C1.44 24.91 1.64 24.91 1.64 24.25C1.64 23.59 1.6 23.59 1.6 22.93C1.6 22.27 0.21 22.27 0.21 21.61C0.21 21.17 0.01 20.63 0.04 20.2C0.07 19.77 1.11 19.35 1.16 18.92C1.21 18.49 3.31 18.41 3.39 17.99C3.47 17.57 2.71 17 2.82 16.58C2.93 16.16 2.1 15.45 2.24 15.04C2.38 14.63 4.24 14.9 4.41 14.49C4.58 14.08 3.71 13.27 3.9 12.88C4.09 12.49 3.99 11.94 4.2 11.56C4.41 11.18 5.27 11.22 5.52 10.86C5.77 10.5 4.72 9.19 4.99 8.85C5.26 8.51 6.19 8.66 6.48 8.33C6.77 8 6.85 7.45 7.16 7.15C7.47 6.85 7.16 5.79 7.5 5.51C7.84 5.23 9.71 6.8 10.06 6.54C10.41 6.28 9.79 4.69 10.15 4.45C10.51 4.21 11.18 4.4 11.55 4.18C11.92 3.96 12.03 3.17 12.42 2.97C12.81 2.77 14.12 4.65 14.52 4.48C14.92 4.31 14.64 2.43 15.05 2.29C15.46 2.15 16.23 3.21 16.65 3.09C17.07 2.97 17.14 1.38 17.57 1.29C18 1.2 18.42 0.75 18.86 0.7C19.3 0.65 19.97 3.25 20.41 3.23C20.85 3.21 21.18 2.34 21.62 2.34C22.27 2.34 22.27 0.1 22.92 0.1C23.57 0.1 23.57 0.36 24.22 0.36C24.87 0.36 24.87 2.53 25.52 2.53C26.17 2.53 26.17 0.5 26.82 0.5C27.47 0.5 27.47 2.98 28.12 2.98C28.77 2.98 28.77 1.25 29.42 1.25C30.07 1.25 30.07 1.99 30.72 1.99C31.37 1.99 31.37 3.13 32.02 3.13C32.67 3.13 32.67 1.81 33.32 1.81C33.97 1.81 33.97 0.19 34.62 0.19C35.27 0.19 35.27 2.37 35.92 2.37C36.57 2.37 36.57 2.89 37.22 2.89C37.87 2.89 37.87 3.01 38.52 3.01C39.17 3.01 39.17 2.61 39.82 2.61C40.47 2.61 40.47 0.32 41.12 0.32C41.77 0.32 41.77 1.34 42.42 1.34C43.07 1.34 43.07 1.95 43.72 1.95C44.37 1.95 44.37 2.78 45.02 2.78C45.67 2.78 45.67 0.27 46.32 0.27C46.97 0.27 46.97 1.69 47.62 1.69C48.27 1.69 48.27 1.96 48.92 1.96C49.57 1.96 49.57 0.74 50.22 0.74C50.87 0.74 50.87 2.18 51.52 2.18C52.17 2.18 52.17 0.78 52.82 0.78C53.47 0.78 53.47 2.23 54.12 2.23C54.77 2.23 54.77 0.78 55.42 0.78C56.07 0.78 56.07 2.3 56.72 2.3C57.37 2.3 57.37 1.2 58.02 1.2C58.67 1.2 58.67 0.68 59.32 0.68C59.97 0.68 59.97 1.5 60.62 1.5C61.27 1.5 61.27 2.18 61.93 2.18C62.59 2.18 62.58 2.43 63.24 2.43C63.9 2.43 63.89 2.87 64.55 2.87C65.21 2.87 65.2 2.05 65.86 2.05C66.52 2.05 66.51 2.87 67.17 2.87C67.83 2.87 67.82 1.9 68.48 1.9C69.14 1.9 69.13 3.28 69.79 3.28C70.45 3.28 70.44 1.41 71.1 1.41C71.76 1.41 71.75 3 72.41 3C73.07 3 73.06 1.53 73.72 1.53C74.38 1.53 74.37 3.23 75.03 3.23C75.69 3.23 75.68 2.07 76.34 2.07C77 2.07 76.99 1.11 77.65 1.11C78.31 1.11 78.3 0.66 78.96 0.66C79.62 0.66 79.61 1.77 80.27 1.77C80.93 1.77 80.92 1.47 81.58 1.47C82.24 1.47 82.23 0.71 82.89 0.71C83.55 0.71 83.54 0.9 84.2 0.9C84.86 0.9 84.85 0.47 85.51 0.47C86.17 0.47 86.16 2.59 86.82 2.59C87.48 2.59 87.47 1.88 88.13 1.88C88.79 1.88 88.78 0.49 89.44 0.49C90.1 0.49 90.09 1.88 90.75 1.88C91.41 1.88 91.4 0.55 92.06 0.55C92.72 0.55 92.71 1.34 93.37 1.34C94.03 1.34 94.02 0.44 94.68 0.44C95.34 0.44 95.33 2.56 95.99 2.56C96.65 2.56 96.64 3.1 97.3 3.1C97.96 3.1 97.95 1.26 98.61 1.26C99.27 1.26 99.26 3.21 99.92 3.21C100.58 3.21 100.57 0.22 101.23 0.22C101.89 0.22 101.88 1.8 102.54 1.8C103.2 1.8 103.19 2.14 103.85 2.14C104.51 2.14 104.5 3.04 105.16 3.04C105.82 3.04 105.81 2.86 106.47 2.86C107.13 2.86 107.12 2.05 107.78 2.05C108.44 2.05 108.43 0.11 109.08 0.11C109.73 0.11 109.73 1.82 110.38 1.82C111.03 1.82 111.03 2.64 111.68 2.64C112.33 2.64 112.33 1.85 112.98 1.85C113.63 1.85 113.63 0.61 114.28 0.61C114.93 0.61 114.93 3.25 115.58 3.25C116.23 3.25 116.23 2.33 116.88 2.33C117.53 2.33 117.53 0.85 118.18 0.85C118.83 0.85 118.83 2.06 119.48 2.06C120.13 2.06 120.13 2.25 120.78 2.25C121.43 2.25 121.43 0.51 122.08 0.51C122.73 0.51 122.73 3.01 123.38 3.01C124.03 3.01 124.03 1.57 124.68 1.57C125.33 1.57 125.33 2.34 125.98 2.34C126.63 2.34 126.63 3.21 127.28 3.21C127.93 3.21 127.93 0.89 128.58 0.89C129.23 0.89 129.23 2.89 129.88 2.89C130.53 2.89 130.53 1.58 131.18 1.58C131.83 1.58 131.83 1.65 132.48 1.65C133.13 1.65 133.13 1.72 133.78 1.72C134.43 1.72 134.43 2.08 135.08 2.08C135.73 2.08 135.73 2.81 136.38 2.81C137.03 2.81 137.03 0.44 137.68 0.44C138.33 0.44 138.33 0 138.98 0C139.63 0 139.63 1.03 140.28 1.03C140.93 1.03 140.93 2.31 141.58 2.31C142.23 2.31 142.23 2.37 142.88 2.37C143.53 2.37 143.53 3.17 144.18 3.17C144.83 3.17 144.83 0.95 145.48 0.95C146.13 0.95 146.13 2.54 146.78 2.54C147.43 2.54 147.43 1.08 148.08 1.08C148.73 1.08 148.73 2 149.38 2C150.03 2 150.03 2.71 150.69 2.71C151.35 2.71 151.34 3.02 152 3.02C152.66 3.02 152.65 0.87 153.31 0.87C153.97 0.87 153.96 2.23 154.62 2.23C155.28 2.23 155.27 2.8 155.93 2.8C156.59 2.8 156.58 1.88 157.24 1.88C157.9 1.88 157.89 1.68 158.55 1.68C159.21 1.68 159.2 2.35 159.86 2.35C160.52 2.35 160.51 1.71 161.17 1.71C161.83 1.71 161.82 1.9 162.48 1.9C163.14 1.9 163.13 1.9 163.79 1.9C164.45 1.9 164.44 0.69 165.1 0.69C165.76 0.69 165.75 0.19 166.41 0.19C167.07 0.19 167.06 0.33 167.72 0.33C168.38 0.33 168.37 0.18 169.03 0.18C169.69 0.18 169.68 0.18 170.34 0.18C171 0.18 170.99 0.33 171.65 0.33C172.31 0.33 172.3 3.15 172.96 3.15C173.62 3.15 173.61 2.55 174.27 2.55C174.93 2.55 174.92 0.58 175.58 0.58C176.24 0.58 176.23 0.09 176.89 0.09C177.55 0.09 177.54 2.72 178.2 2.72C178.86 2.72 178.85 2.37 179.51 2.37C180.17 2.37 180.16 3.11 180.82 3.11C181.48 3.11 181.47 1.6 182.13 1.6C182.79 1.6 182.78 3.08 183.44 3.08C184.1 3.08 184.09 2.83 184.75 2.83C185.41 2.83 185.4 0.63 186.06 0.63C186.72 0.63 186.71 1.84 187.37 1.84C188.03 1.84 188.02 1.76 188.68 1.76C189.34 1.76 189.33 3.05 189.99 3.05C190.65 3.05 190.64 1.78 191.3 1.78C191.96 1.78 191.95 2.78 192.61 2.78C193.27 2.78 193.26 2.33 193.92 2.33C194.58 2.33 194.57 0.59 195.23 0.59C195.89 0.59 195.88 2.1 196.54 2.1C197.2 2.1 197.19 2.85 197.85 2.85C198.51 2.85 198.5 0.04 199.16 0.04C199.82 0.04 199.81 1.61 200.47 1.61C201.13 1.61 201.12 0.53 201.78 0.53C202.44 0.53 202.43 0.1 203.09 0.1C203.75 0.1 203.74 1.12 204.4 1.12C205.06 1.12 205.05 1.24 205.71 1.24C206.37 1.24 206.36 1.02 207.02 1.02C207.68 1.02 207.67 2.35 208.33 2.35C208.99 2.35 208.98 1.78 209.64 1.78C210.3 1.78 210.29 2.35 210.95 2.35C211.61 2.35 211.6 1.03 212.26 1.03C212.92 1.03 212.91 1.36 213.57 1.36C214.23 1.36 214.22 0.64 214.88 0.64C215.54 0.64 215.53 1.85 216.19 1.85C216.85 1.85 216.84 3.21 217.5 3.21C218.16 3.21 218.15 2.89 218.81 2.89C219.47 2.89 219.46 0.61 220.12 0.61C220.78 0.61 220.77 2.56 221.43 2.56C222.09 2.56 222.08 2.14 222.74 2.14C223.4 2.14 223.39 3.14 224.05 3.14C224.71 3.14 224.7 0.74 225.36 0.74C226.02 0.74 226.01 0.02 226.67 0.02C227.33 0.02 227.32 2.36 227.98 2.36C228.64 2.36 228.63 3.3 229.29 3.3C229.95 3.3 229.94 0.51 230.6 0.51C231.26 0.51 231.25 2.04 231.91 2.04C232.57 2.04 232.56 2.81 233.22 2.81C233.88 2.81 233.87 2.72 234.53 2.72C235.19 2.72 235.18 0.62 235.84 0.62C236.5 0.62 236.49 0.57 237.15 0.57C237.81 0.57 237.8 0.9 238.46 0.9C239.12 0.9 239.11 2.7 239.77 2.7C240.43 2.7 240.42 2.77 241.08 2.77C241.74 2.77 241.73 0.31 242.39 0.31C243.05 0.31 243.04 0.98 243.7 0.98C244.36 0.98 244.35 1 245.01 1C245.67 1 245.66 2.27 246.32 2.27C246.98 2.27 246.97 0.14 247.63 0.14C248.29 0.14 248.28 0.55 248.94 0.55C249.6 0.55 249.59 2.61 250.25 2.61C250.91 2.61 250.9 2.77 251.56 2.77C252.22 2.77 252.21 1.98 252.87 1.98C253.53 1.98 253.52 2.36 254.18 2.36C254.84 2.36 254.83 0.26 255.49 0.26C256.15 0.26 256.14 0.33 256.8 0.33C257.46 0.33 257.45 3.09 258.11 3.09C258.77 3.09 258.76 2.38 259.42 2.38C260.08 2.38 260.07 0.13 260.73 0.13C261.39 0.13 261.38 2.74 262.04 2.74C262.7 2.74 262.69 3.13 263.35 3.13C264.01 3.13 264 1.83 264.66 1.83C265.32 1.83 265.31 2.94 265.97 2.94C266.63 2.94 266.62 1.33 267.28 1.33C267.94 1.33 267.93 1.91 268.59 1.91C269.25 1.91 269.24 3.14 269.9 3.14C270.56 3.14 270.55 2.49 271.21 2.49C271.87 2.49 271.86 1.03 272.52 1.03C273.18 1.03 273.17 2.49 273.83 2.49C274.49 2.49 274.48 1.4 275.14 1.4C275.8 1.4 275.79 1.9 276.45 1.9C277.11 1.9 277.1 2.8 277.76 2.8C278.42 2.8 278.41 2.34 279.07 2.34C279.73 2.34 279.72 1.27 280.38 1.27C281.04 1.27 281.03 2.89 281.69 2.89C282.35 2.89 282.34 0.8 283 0.8C283.66 0.8 283.65 0.39 284.31 0.39C284.97 0.39 284.96 0.81 285.62 0.81C286.28 0.81 286.27 1.76 286.93 1.76C287.59 1.76 287.58 1.68 288.24 1.68C288.9 1.68 288.89 2.91 289.55 2.91C290.21 2.91 290.2 2.29 290.86 2.29C291.52 2.29 291.51 0.74 292.17 0.74C292.83 0.74 292.82 1.7 293.48 1.7C294.14 1.7 294.13 2.37 294.79 2.37C295.45 2.37 295.44 1.23 296.1 1.23C296.76 1.23 296.75 1.53 297.41 1.53C298.07 1.53 298.06 2.47 298.72 2.47C299.38 2.47 299.37 2.53 300.03 2.53C300.69 2.53 300.68 0.63 301.34 0.63C302 0.63 301.99 3.29 302.65 3.29C303.31 3.29 303.3 1.01 303.96 1.01C304.62 1.01 304.61 0.57 305.27 0.57C305.93 0.57 305.92 1.69 306.58 1.69C307.24 1.69 307.23 1.79 307.89 1.79C308.55 1.79 308.54 1.53 309.2 1.53C309.86 1.53 309.85 2.55 310.51 2.55C311.17 2.55 311.16 0.94 311.82 0.94C312.48 0.94 312.47 1.86 313.13 1.86C313.79 1.86 313.78 1.26 314.44 1.26C315.1 1.26 315.09 3.3 315.75 3.3C316.41 3.3 316.4 2.07 317.06 2.07C317.72 2.07 317.71 3.33 318.37 3.33C319.03 3.33 319.02 1.18 319.68 1.18C320.34 1.18 320.33 0.25 320.99 0.25C321.65 0.25 321.64 2.4 322.3 2.4C322.96 2.4 322.95 2.61 323.61 2.61C324.27 2.61 324.26 0.6 324.92 0.6C325.58 0.6 325.57 2.31 326.23 2.31C326.89 2.31 326.88 2.02 327.54 2.02C328.2 2.02 328.19 0.04 328.85 0.04C329.51 0.04 329.5 3.07 330.16 3.07C330.82 3.07 330.81 3.34 331.47 3.34C332.13 3.34 332.12 2.48 332.78 2.48C333.44 2.48 333.43 1.82 334.09 1.82C334.75 1.82 334.74 2.69 335.4 2.69C336.06 2.69 336.05 1.31 336.71 1.31C337.37 1.31 337.36 2.93 338.02 2.93C338.68 2.93 338.67 3.31 339.33 3.31C339.99 3.31 339.98 1.38 340.64 1.38C341.3 1.38 341.29 2.58 341.95 2.58C342.61 2.58 342.6 0.46 343.26 0.46C343.92 0.46 343.91 2.57 344.57 2.57C345.23 2.57 345.22 3.09 345.88 3.09C346.54 3.09 346.53 2.57 347.19 2.57C347.85 2.57 347.84 2.86 348.5 2.86C349.16 2.86 349.15 0.89 349.81 0.89C350.47 0.89 350.46 2.14 351.12 2.14C351.78 2.14 351.77 2.18 352.43 2.18C353.09 2.18 353.08 0.32 353.74 0.32C354.4 0.32 354.39 2.52 355.05 2.52C355.71 2.52 355.7 1.58 356.36 1.58C357.02 1.58 357.01 1.21 357.66 1.21C358.31 1.21 358.31 0.95 358.96 0.95C359.61 0.95 359.61 0.35 360.26 0.35C360.91 0.35 360.91 2.16 361.56 2.16C362.21 2.16 362.21 1.51 362.86 1.51C363.51 1.51 363.51 0.1 364.16 0.1C364.81 0.1 364.81 3.07 365.46 3.07C366.11 3.07 366.11 1.05 366.76 1.05C367.41 1.05 367.41 1 368.06 1C368.71 1 368.71 1.55 369.36 1.55C370.01 1.55 370.01 0.55 370.66 0.55C371.31 0.55 371.31 0.99 371.96 0.99C372.61 0.99 372.61 1.47 373.26 1.47C373.91 1.47 373.91 0.7 374.57 0.7C375.23 0.7 375.22 3.03 375.88 3.03C376.54 3.03 376.53 2.39 377.19 2.39C377.85 2.39 377.84 1.19 378.5 1.19C379.16 1.19 379.15 1.1 379.81 1.1C380.47 1.1 380.46 0.85 381.12 0.85C381.78 0.85 381.77 2.24 382.43 2.24C383.09 2.24 383.08 1.91 383.74 1.91C384.4 1.91 384.39 0.98 385.05 0.98C385.71 0.98 385.71 0.2 386.36 0.2C387.01 0.2 387.02 2.43 387.67 2.43C388.32 2.43 388.32 1.34 388.98 1.34C389.64 1.34 389.63 1.4 390.29 1.4C390.95 1.4 390.94 1.75 391.6 1.75C392.26 1.75 392.25 1.36 392.91 1.36C393.57 1.36 393.56 0.52 394.22 0.52C394.88 0.52 394.87 2.42 395.53 2.42C396.19 2.42 396.18 0.91 396.84 0.91C397.5 0.91 397.49 1.42 398.15 1.42C398.81 1.42 398.8 0.78 399.46 0.78C400.12 0.78 400.11 2.39 400.77 2.39C401.43 2.39 401.42 3.31 402.08 3.31C402.74 3.31 402.73 2.88 403.39 2.88C404.05 2.88 404.04 2.8 404.7 2.8C405.36 2.8 405.35 0.06 406.01 0.06C406.67 0.06 406.66 0.79 407.32 0.79C407.98 0.79 407.97 0.11 408.63 0.11C409.29 0.11 409.28 2.57 409.94 2.57C410.6 2.57 410.59 1.22 411.25 1.22C411.91 1.22 411.9 1.6 412.56 1.6C413.22 1.6 413.21 0.64 413.87 0.64C414.53 0.64 414.52 0.06 415.18 0.06C415.84 0.06 415.83 3 416.49 3C417.15 3 417.14 0.09 417.8 0.09C418.46 0.09 418.46 3.04 419.11 3.04C419.76 3.04 419.77 2.08 420.42 2.08C421.07 2.08 421.08 0.82 421.73 0.82C422.38 0.82 422.39 2.92 423.04 2.92C423.69 2.92 423.7 0.83 424.35 0.83C425 0.83 425 1.91 425.66 1.91C426.32 1.91 426.31 1.15 426.97 1.15C427.63 1.15 427.62 0.33 428.28 0.33C428.94 0.33 428.93 1.49 429.59 1.49C430.25 1.49 430.24 0.2 430.9 0.2C431.56 0.2 431.55 1.57 432.21 1.57C432.87 1.57 432.86 2.83 433.52 2.83C434.18 2.83 434.17 1.45 434.83 1.45C435.49 1.45 435.48 0.12 436.14 0.12C436.8 0.12 436.79 1.6 437.45 1.6C438.11 1.6 438.1 2.11 438.76 2.11C439.42 2.11 439.41 2.6 440.07 2.6C440.73 2.6 440.72 1.03 441.38 1.03C442.04 1.03 442.04 2.29 442.69 2.29C443.34 2.29 443.35 2.83 444 2.83C444.65 2.83 444.66 1.19 445.31 1.19C445.96 1.19 445.97 0.27 446.62 0.27C447.27 0.27 447.28 1.19 447.93 1.19C448.58 1.19 448.59 0.91 449.24 0.91C449.89 0.91 449.9 1.44 450.55 1.44C451.2 1.44 451.2 0.89 451.86 0.89C452.52 0.89 452.51 1.06 453.17 1.06C453.83 1.06 453.82 1.8 454.48 1.8C455.14 1.8 455.13 1.3 455.79 1.3C456.45 1.3 456.44 1.38 457.1 1.38C457.76 1.38 457.76 2.01 458.41 2.01C459.06 2.01 459.07 0.74 459.72 0.74C460.37 0.74 460.38 2.68 461.03 2.68C461.68 2.68 461.69 1.94 462.34 1.94C462.99 1.94 463 2.14 463.65 2.14C464.3 2.14 464.31 2 464.96 2C465.61 2 465.62 0.37 466.27 0.37C466.92 0.37 466.93 0.13 467.58 0.13C468.23 0.13 468.24 3.16 468.89 3.16C469.54 3.16 469.55 2.44 470.2 2.44C470.85 2.44 470.86 1.83 471.51 1.83C472.16 1.83 472.17 0.3 472.82 0.3C473.47 0.3 473.48 2.54 474.13 2.54C474.78 2.54 474.79 2.95 475.44 2.95C476.09 2.95 476.1 2.07 476.75 2.07C477.4 2.07 477.41 2.99 478.06 2.99C478.71 2.99 478.72 2.13 479.37 2.13C480.02 2.13 480.03 3.19 480.68 3.19C481.33 3.19 481.34 2.69 481.99 2.69C482.64 2.69 482.65 2.14 483.3 2.14C483.95 2.14 483.96 1.46 484.61 1.46C485.26 1.46 485.27 3.2 485.92 3.2C486.57 3.2 486.58 2.34 487.23 2.34C487.88 2.34 487.88 2.88 488.54 2.88C489.2 2.88 489.19 2.31 489.85 2.31C490.51 2.31 490.5 0.57 491.16 0.57C491.82 0.57 491.81 1.12 492.47 1.12C493.13 1.12 493.12 1.02 493.78 1.02C494.44 1.02 494.43 2.69 495.09 2.69C495.75 2.69 495.75 0.11 496.4 0.11C497.05 0.11 497.06 2.98 497.71 2.98C498.36 2.98 498.37 0.51 499.02 0.51C499.67 0.51 499.68 0.26 500.33 0.26C500.98 0.26 500.99 1.34 501.64 1.34C502.29 1.34 502.3 1.71 502.95 1.71C503.6 1.71 503.61 3.15 504.26 3.15C504.91 3.15 504.92 3.27 505.57 3.27C506.22 3.27 506.23 0.83 506.88 0.83C507.53 0.83 507.54 1.46 508.2 1.46C508.86 1.46 508.86 0.25 509.51 0.25C510.16 0.25 510.17 2.41 510.82 2.41C511.47 2.41 511.48 1.29 512.13 1.29C512.78 1.29 512.79 0.66 513.45 0.66C514.11 0.66 514.11 0.54 514.76 0.54C515.41 0.54 515.42 1.66 516.07 1.66C516.72 1.66 516.73 1.14 517.38 1.14C518.03 1.14 518.04 0.21 518.7 0.21C519.36 0.21 519.36 0.57 520.01 0.57C520.66 0.57 520.67 1.43 521.33 1.43C521.99 1.43 521.99 3.12 522.65 3.12C523.31 3.12 523.31 1.58 523.97 1.58C524.63 1.58 524.63 2.06 525.28 2.06C525.93 2.06 525.94 2.22 526.59 2.22C527.24 2.22 527.25 2.3 527.91 2.3C528.57 2.3 528.57 2.25 529.23 2.25C529.89 2.25 529.89 2.36 530.55 2.36C531.21 2.36 531.21 2.08 531.87 2.08C532.53 2.08 532.53 2.19 533.19 2.19C533.85 2.19 533.85 0.92 534.51 0.92C535.17 0.92 535.17 2.46 535.83 2.46C536.49 2.46 536.49 2.6 537.15 2.6C537.59 2.6 537.97 2.45 538.41 2.48C538.85 2.51 539.14 3.19 539.57 3.25C540 3.31 540.55 2.3 540.98 2.39C541.41 2.48 542.29 0.81 542.71 0.92C543.13 1.03 543.62 1.26 544.03 1.4C544.44 1.54 543.9 4.22 544.3 4.39C544.7 4.56 545.17 4.41 545.56 4.6C545.95 4.79 547.24 3.32 547.62 3.53C548 3.74 547.42 5.5 547.78 5.74C548.14 5.98 548.68 5.9 549.03 6.17C549.38 6.44 549.67 6.71 550 7C550.33 7.29 551.49 6.69 551.8 7C552.11 7.31 552.87 7.28 553.16 7.61C553.45 7.94 553.24 8.75 553.5 9.1C553.76 9.45 554.01 9.85 554.26 10.21C554.51 10.57 554.58 11.07 554.8 11.45C555.02 11.83 556.18 11.76 556.37 12.15C556.56 12.54 556.63 13.08 556.8 13.49C556.97 13.9 556.99 14.43 557.13 14.85C557.27 15.27 557.69 15.67 557.8 16.1C557.91 16.53 555.37 17.56 555.46 17.99C555.55 18.42 556.89 18.59 556.94 19.02C556.99 19.45 558.74 19.77 558.77 20.21C558.8 20.65 556.9 21.19 556.9 21.63C556.9 22.28 557.02 22.28 557.02 22.94C557.02 23.6 557.75 23.59 557.75 24.25C557.75 24.91 558.75 24.91 558.75 25.56C558.75 26.21 556.29 26.22 556.29 26.87C556.29 27.52 558.54 27.52 558.54 28.18C558.54 28.84 557.05 28.83 557.05 29.49C557.05 30.15 556.21 30.14 556.21 30.8C556.21 31.46 556.57 31.45 556.57 32.11C556.57 32.77 557.08 32.76 557.08 33.42C557.08 34.08 555.67 34.08 555.67 34.73C555.67 35.39 555.52 35.39 555.52 36.04C555.52 36.69 558.01 36.69 558.01 37.35C558.01 38.01 557.62 38 557.62 38.66C557.62 39.32 557.16 39.31 557.16 39.97C557.16 40.63 557.05 40.62 557.05 41.28C557.05 41.94 556.28 41.93 556.28 42.59C556.28 43.25 558.35 43.24 558.35 43.9C558.35 44.56 557.69 44.55 557.69 45.21C557.69 45.87 556.97 45.86 556.97 46.52C556.97 47.18 558.23 47.17 558.23 47.83C558.23 48.49 557.11 48.49 557.11 49.14C557.11 49.79 557.15 49.8 557.15 50.45C557.15 51.1 555.7 51.1 555.7 51.76C555.7 52.42 556.95 52.41 556.95 53.07C556.95 53.73 555.6 53.72 555.6 54.38C555.6 55.04 557.76 55.03 557.76 55.69C557.76 56.35 558.78 56.35 558.78 57C558.78 57.65 556.23 57.66 556.23 58.31C556.23 58.96 556.38 58.97 556.38 59.62C556.38 60.27 557.74 60.27 557.74 60.93C557.74 61.59 555.99 61.59 555.99 62.24C555.99 62.89 556.19 62.9 556.19 63.55C556.19 64.2 558.65 64.21 558.65 64.86C558.65 65.51 556 65.52 556 66.17C556 66.82 555.51 66.83 555.51 67.48C555.51 68.13 556.76 68.14 556.76 68.79C556.76 69.44 557.68 69.45 557.68 70.1C557.68 70.75 558.64 70.76 558.64 71.41C558.64 72.06 555.61 72.07 555.61 72.72C555.61 73.37 557.62 73.38 557.62 74.03C557.62 74.68 557.66 74.69 557.66 75.34C557.66 75.99 556.85 76 556.85 76.65C556.85 77.3 557.65 77.31 557.65 77.96C557.65 78.61 557.85 78.62 557.85 79.27C557.85 79.92 555.73 79.93 555.73 80.58C555.73 81.23 556.79 81.24 556.79 81.9C556.79 82.56 555.78 82.56 555.78 83.21C555.78 83.86 557.19 83.87 557.19 84.53C557.19 85.19 556.91 85.25 557.13 85.87C557.39 86.59 557.89 86.51 557.89 87.17L557.58 87.14Z" fill="%231d4293"/></svg>');
  }
}
.l-footer-btns .btn.is-green {
  background-color: #00974b;
}
@media screen and (max-width: 767px) {
  .l-footer-btns .btn.is-green {
    background-color: unset;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="559" height="109" viewBox="0 0 559 109" fill="none"><path d="M557.58 87.14C557.58 87.58 555.24 87.91 555.21 88.34C555.18 88.77 557.4 89.4 557.34 89.83C557.28 90.26 555 90.3 554.92 90.72C554.84 91.14 555.68 91.72 555.57 92.14C555.46 92.56 554.56 92.67 554.42 93.08C554.28 93.49 556.4 94.75 556.24 95.15C556.08 95.55 554.29 95.23 554.1 95.62C553.91 96.01 555.8 97.56 555.58 97.93C555.36 98.3 553.76 97.89 553.52 98.25C553.28 98.61 553.33 99.2 553.06 99.55C552.79 99.9 551.04 98.97 550.75 99.3C550.46 99.63 552.41 102.05 552.1 102.36C551.79 102.67 550.6 102.13 550.27 102.41C549.94 102.69 549.81 103.28 549.47 103.55C549.13 103.82 547.56 102.35 547.2 102.59C546.84 102.83 546.43 102.82 546.06 103.04C545.69 103.26 545.53 103.7 545.14 103.9C544.75 104.1 545.41 106.59 545.01 106.76C544.61 106.93 543.2 104.41 542.79 104.56C542.38 104.71 542.44 106.2 542.02 106.32C541.6 106.44 541.33 107.26 540.9 107.34C540.47 107.42 540.1 108.24 539.67 108.29C539.24 108.34 538.65 107.35 538.21 107.38C537.77 107.41 537.32 105.84 536.88 105.84C536.23 105.84 536.23 108.32 535.58 108.32C534.93 108.32 534.93 106.17 534.28 106.17C533.63 106.17 533.63 105.54 532.98 105.54C532.33 105.54 532.33 106.92 531.68 106.92C531.03 106.92 531.03 107.07 530.38 107.07C529.73 107.07 529.73 105.63 529.08 105.63C528.43 105.63 528.43 107.47 527.78 107.47C527.13 107.47 527.13 107.66 526.48 107.66C525.83 107.66 525.83 107.38 525.18 107.38C524.53 107.38 524.53 106.26 523.88 106.26C523.23 106.26 523.23 107.75 522.58 107.75C521.93 107.75 521.93 106.01 521.28 106.01C520.63 106.01 520.63 106.82 519.98 106.82C519.33 106.82 519.33 105.6 518.68 105.6C518.03 105.6 518.03 106.15 517.38 106.15C516.73 106.15 516.73 108.61 516.08 108.61C515.43 108.61 515.43 108.36 514.78 108.36C514.13 108.36 514.13 105.88 513.48 105.88C512.83 105.88 512.83 108.75 512.18 108.75C511.53 108.75 511.53 106.71 510.88 106.71C510.23 106.71 510.23 108.31 509.58 108.31C508.93 108.31 508.93 106.21 508.28 106.21C507.63 106.21 507.63 108.16 506.98 108.16C506.33 108.16 506.33 105.77 505.68 105.77C505.03 105.77 505.03 107.9 504.38 107.9C503.73 107.9 503.73 106.94 503.08 106.94C502.43 106.94 502.43 107.56 501.78 107.56C501.13 107.56 501.13 106.4 500.48 106.4C499.83 106.4 499.83 107.62 499.18 107.62C498.53 107.62 498.53 108.2 497.88 108.2C497.23 108.2 497.23 108.3 496.57 108.3C495.91 108.3 495.92 105.88 495.26 105.88C494.6 105.88 494.61 108.01 493.95 108.01C493.29 108.01 493.3 105.91 492.64 105.91C491.98 105.91 491.99 105.69 491.33 105.69C490.67 105.69 490.68 107.83 490.02 107.83C489.36 107.83 489.37 105.77 488.71 105.77C488.05 105.77 488.06 107.03 487.4 107.03C486.74 107.03 486.75 105.98 486.09 105.98C485.43 105.98 485.44 106.04 484.78 106.04C484.12 106.04 484.13 105.74 483.47 105.74C482.81 105.74 482.82 107.57 482.16 107.57C481.5 107.57 481.51 106 480.85 106C480.19 106 480.2 106.65 479.54 106.65C478.88 106.65 478.89 107.64 478.23 107.64C477.57 107.64 477.58 108.4 476.92 108.4C476.26 108.4 476.27 108.34 475.61 108.34C474.95 108.34 474.96 108.05 474.3 108.05C473.64 108.05 473.65 108.02 472.99 108.02C472.33 108.02 472.34 105.68 471.68 105.68C471.02 105.68 471.03 106.9 470.37 106.9C469.71 106.9 469.72 105.99 469.06 105.99C468.4 105.99 468.41 106.3 467.75 106.3C467.09 106.3 467.1 107.56 466.44 107.56C465.78 107.56 465.79 105.6 465.13 105.6C464.47 105.6 464.48 106.57 463.82 106.57C463.16 106.57 463.17 105.43 462.51 105.43C461.85 105.43 461.86 107.48 461.2 107.48C460.54 107.48 460.55 108.64 459.89 108.64C459.23 108.64 459.24 108.09 458.58 108.09C457.92 108.09 457.93 106.04 457.27 106.04C456.61 106.04 456.62 105.58 455.96 105.58C455.3 105.58 455.31 108.27 454.65 108.27C453.99 108.27 454 107.6 453.34 107.6C452.68 107.6 452.69 107.92 452.03 107.92C451.37 107.92 451.38 108.58 450.72 108.58C450.06 108.58 450.07 108.4 449.42 108.4C448.77 108.4 448.77 106.48 448.12 106.48C447.47 106.48 447.47 107.64 446.82 107.64C446.17 107.64 446.17 106.28 445.52 106.28C444.87 106.28 444.87 106.8 444.22 106.8C443.57 106.8 443.57 107.6 442.92 107.6C442.27 107.6 442.27 106.18 441.62 106.18C440.97 106.18 440.97 108.38 440.32 108.38C439.67 108.38 439.67 107.48 439.02 107.48C438.37 107.48 438.37 108.45 437.72 108.45C437.07 108.45 437.07 105.55 436.42 105.55C435.77 105.55 435.77 106.63 435.12 106.63C434.47 106.63 434.47 106.23 433.82 106.23C433.17 106.23 433.17 106.06 432.52 106.06C431.87 106.06 431.87 108.08 431.22 108.08C430.57 108.08 430.57 105.69 429.92 105.69C429.27 105.69 429.27 107.13 428.62 107.13C427.97 107.13 427.97 107.99 427.32 107.99C426.67 107.99 426.67 107.27 426.02 107.27C425.37 107.27 425.37 107.82 424.72 107.82C424.07 107.82 424.07 106.64 423.42 106.64C422.77 106.64 422.77 108.74 422.12 108.74C421.47 108.74 421.47 107.51 420.82 107.51C420.17 107.51 420.17 108.3 419.52 108.3C418.87 108.3 418.87 106.55 418.22 106.55C417.57 106.55 417.57 105.79 416.92 105.79C416.27 105.79 416.27 108.06 415.62 108.06C414.97 108.06 414.97 106.52 414.32 106.52C413.67 106.52 413.67 108.71 413.02 108.71C412.37 108.71 412.37 107.86 411.72 107.86C411.07 107.86 411.07 108.48 410.42 108.48C409.77 108.48 409.77 106.22 409.12 106.22C408.47 106.22 408.47 106.34 407.81 106.34C407.15 106.34 407.16 106.37 406.5 106.37C405.84 106.37 405.85 107.82 405.19 107.82C404.53 107.82 404.54 106.74 403.88 106.74C403.22 106.74 403.23 108.24 402.57 108.24C401.91 108.24 401.92 106.04 401.26 106.04C400.6 106.04 400.61 107.95 399.95 107.95C399.29 107.95 399.3 108.62 398.64 108.62C397.98 108.62 397.99 107.24 397.33 107.24C396.67 107.24 396.68 105.53 396.02 105.53C395.36 105.53 395.37 106.64 394.71 106.64C394.05 106.64 394.06 108.66 393.4 108.66C392.74 108.66 392.75 105.95 392.09 105.95C391.43 105.95 391.44 107.4 390.78 107.4C390.12 107.4 390.13 107.51 389.47 107.51C388.81 107.51 388.82 107.96 388.16 107.96C387.5 107.96 387.51 107.75 386.85 107.75C386.19 107.75 386.2 108.35 385.54 108.35C384.88 108.35 384.89 105.81 384.23 105.81C383.57 105.81 383.58 107.92 382.92 107.92C382.26 107.92 382.27 106.14 381.61 106.14C380.95 106.14 380.96 105.68 380.3 105.68C379.64 105.68 379.65 107.07 378.99 107.07C378.33 107.07 378.34 107.79 377.68 107.79C377.02 107.79 377.03 107.08 376.37 107.08C375.71 107.08 375.72 107.5 375.06 107.5C374.4 107.5 374.41 107.6 373.75 107.6C373.09 107.6 373.1 108.67 372.44 108.67C371.78 108.67 371.79 107.34 371.13 107.34C370.47 107.34 370.48 106.13 369.82 106.13C369.16 106.13 369.17 107.33 368.51 107.33C367.85 107.33 367.86 107.66 367.2 107.66C366.54 107.66 366.55 106.9 365.89 106.9C365.23 106.9 365.24 108.67 364.58 108.67C363.92 108.67 363.93 107.06 363.27 107.06C362.61 107.06 362.62 106.98 361.96 106.98C361.3 106.98 361.31 108.41 360.65 108.41C359.99 108.41 360 107.77 359.34 107.77C358.68 107.77 358.69 107.61 358.03 107.61C357.37 107.61 357.38 108.43 356.72 108.43C356.06 108.43 356.07 108.45 355.41 108.45C354.75 108.45 354.76 106.4 354.1 106.4C353.44 106.4 353.45 105.95 352.79 105.95C352.13 105.95 352.14 108.08 351.48 108.08C350.82 108.08 350.83 106.79 350.17 106.79C349.51 106.79 349.52 106.22 348.86 106.22C348.2 106.22 348.21 105.91 347.55 105.91C346.89 105.91 346.9 108.07 346.24 108.07C345.58 108.07 345.59 108.53 344.93 108.53C344.28 108.53 344.28 107.07 343.62 107.07C342.96 107.07 342.97 108.76 342.31 108.76C341.65 108.76 341.66 107.32 341 107.32C340.34 107.32 340.35 108.71 339.69 108.71C339.03 108.71 339.04 106.74 338.38 106.74C337.72 106.74 337.73 107.55 337.07 107.55C336.41 107.55 336.42 107.77 335.76 107.77C335.1 107.77 335.11 107.39 334.45 107.39C333.79 107.39 333.8 105.52 333.14 105.52C332.48 105.52 332.49 107.46 331.83 107.46C331.17 107.46 331.18 108.16 330.52 108.16C329.86 108.16 329.87 108.26 329.21 108.26C328.55 108.26 328.56 107.82 327.9 107.82C327.24 107.82 327.25 105.95 326.59 105.95C325.93 105.95 325.94 108.51 325.28 108.51C324.62 108.51 324.63 105.49 323.97 105.49C323.31 105.49 323.32 105.49 322.66 105.49C322 105.49 322.01 108.28 321.35 108.28C320.69 108.28 320.7 107.3 320.04 107.3C319.38 107.3 319.39 108.42 318.73 108.42C318.07 108.42 318.08 108.45 317.42 108.45C316.76 108.45 316.77 105.53 316.11 105.53C315.45 105.53 315.46 108.03 314.8 108.03C314.14 108.03 314.15 105.61 313.49 105.61C312.83 105.61 312.84 107.14 312.18 107.14C311.52 107.14 311.53 107.37 310.87 107.37C310.21 107.37 310.22 106.9 309.56 106.9C308.9 106.9 308.91 107.69 308.25 107.69C307.59 107.69 307.6 105.92 306.94 105.92C306.28 105.92 306.29 106.72 305.63 106.72C304.97 106.72 304.98 108.37 304.32 108.37C303.66 108.37 303.67 107.23 303.01 107.23C302.35 107.23 302.36 108.37 301.7 108.37C301.04 108.37 301.05 108.48 300.39 108.48C299.73 108.48 299.74 107.21 299.08 107.21C298.42 107.21 298.43 108.64 297.77 108.64C297.11 108.64 297.12 107.23 296.46 107.23C295.8 107.23 295.81 106.27 295.15 106.27C294.49 106.27 294.5 106.88 293.84 106.88C293.18 106.88 293.19 106 292.53 106C291.87 106 291.88 106.39 291.22 106.39C290.56 106.39 290.57 105.94 289.91 105.94C289.25 105.94 289.26 106.22 288.6 106.22C287.94 106.22 287.95 108.59 287.29 108.59C286.63 108.59 286.64 107.65 285.98 107.65C285.32 107.65 285.33 106.39 284.67 106.39C284.01 106.39 284.02 107.83 283.36 107.83C282.7 107.83 282.71 105.54 282.05 105.54C281.39 105.54 281.4 106.54 280.74 106.54C280.08 106.54 280.09 106.59 279.43 106.59C278.77 106.59 278.78 106.47 278.12 106.47C277.46 106.47 277.47 105.73 276.81 105.73C276.16 105.73 276.16 106.36 275.5 106.36C274.84 106.36 274.85 105.98 274.19 105.98C273.53 105.98 273.54 107.79 272.88 107.79C272.22 107.79 272.23 107.95 271.57 107.95C270.91 107.95 270.92 108.17 270.26 108.17C269.6 108.17 269.61 107.03 268.95 107.03C268.29 107.03 268.3 105.61 267.64 105.61C266.98 105.61 266.99 107.33 266.33 107.33C265.67 107.33 265.68 105.87 265.02 105.87C264.36 105.87 264.37 107.26 263.71 107.26C263.05 107.26 263.06 108 262.4 108C261.74 108 261.75 106.34 261.09 106.34C260.43 106.34 260.44 107.49 259.78 107.49C259.12 107.49 259.13 106.2 258.47 106.2C257.81 106.2 257.82 107.27 257.16 107.27C256.5 107.27 256.51 106.6 255.85 106.6C255.19 106.6 255.2 108.41 254.54 108.41C253.88 108.41 253.89 107.76 253.23 107.76C252.57 107.76 252.58 107.17 251.92 107.17C251.26 107.17 251.27 106.14 250.61 106.14C249.95 106.14 249.96 107.65 249.3 107.65C248.64 107.65 248.65 106.92 247.99 106.92C247.33 106.92 247.34 105.88 246.68 105.88C246.02 105.88 246.03 108.52 245.37 108.52C244.71 108.52 244.72 106.28 244.06 106.28C243.4 106.28 243.41 107.89 242.75 107.89C242.09 107.89 242.1 108.14 241.44 108.14C240.78 108.14 240.79 108.56 240.13 108.56C239.47 108.56 239.48 105.84 238.82 105.84C238.16 105.84 238.17 106 237.51 106C236.85 106 236.86 108.37 236.2 108.37C235.54 108.37 235.55 107.52 234.89 107.52C234.23 107.52 234.24 105.72 233.58 105.72C232.92 105.72 232.93 107.05 232.27 107.05C231.61 107.05 231.62 108.12 230.96 108.12C230.3 108.12 230.31 105.99 229.65 105.99C228.99 105.99 229 107.4 228.34 107.4C227.68 107.4 227.69 106.47 227.03 106.47C226.37 106.47 226.38 106.38 225.72 106.38C225.06 106.38 225.07 107.31 224.41 107.31C223.75 107.31 223.76 107.96 223.1 107.96C222.44 107.96 222.45 108.62 221.79 108.62C221.13 108.62 221.14 106.12 220.48 106.12C219.82 106.12 219.83 106.28 219.17 106.28C218.51 106.28 218.52 107.16 217.86 107.16C217.2 107.16 217.21 108.62 216.55 108.62C215.89 108.62 215.9 105.55 215.24 105.55C214.58 105.55 214.59 106.22 213.93 106.22C213.27 106.22 213.28 107.44 212.62 107.44C211.96 107.44 211.97 107.03 211.31 107.03C210.65 107.03 210.66 107.47 210 107.47C209.34 107.47 209.35 105.7 208.69 105.7C208.03 105.7 208.04 107.73 207.38 107.73C206.72 107.73 206.73 106.42 206.07 106.42C205.41 106.42 205.42 108.58 204.76 108.58C204.1 108.58 204.11 107.89 203.45 107.89C202.79 107.89 202.8 106.96 202.14 106.96C201.48 106.96 201.49 106.85 200.84 106.85C200.19 106.85 200.19 108.71 199.54 108.71C198.89 108.71 198.89 107.35 198.24 107.35C197.59 107.35 197.59 108.29 196.94 108.29C196.29 108.29 196.29 105.97 195.64 105.97C194.99 105.97 194.99 108.62 194.34 108.62C193.69 108.62 193.69 107.28 193.04 107.28C192.39 107.28 192.39 106.65 191.74 106.65C191.09 106.65 191.09 107.35 190.44 107.35C189.79 107.35 189.79 106.23 189.14 106.23C188.49 106.23 188.49 108.32 187.84 108.32C187.19 108.32 187.19 107.11 186.54 107.11C185.89 107.11 185.89 106.17 185.24 106.17C184.59 106.17 184.59 106.56 183.93 106.56C183.27 106.56 183.28 105.68 182.62 105.68C181.96 105.68 181.97 106.77 181.31 106.77C180.65 106.77 180.66 105.84 180 105.84C179.34 105.84 179.35 108.74 178.69 108.74C178.03 108.74 178.04 105.57 177.38 105.57C176.72 105.57 176.73 107.8 176.07 107.8C175.41 107.8 175.42 108.01 174.76 108.01C174.1 108.01 174.11 108.58 173.45 108.58C172.79 108.58 172.79 107.54 172.14 107.54C171.49 107.54 171.48 107.43 170.83 107.43C170.18 107.43 170.18 106.28 169.52 106.28C168.86 106.28 168.87 106.69 168.21 106.69C167.56 106.69 167.56 107.24 166.9 107.24C166.24 107.24 166.25 105.98 165.59 105.98C164.93 105.98 164.94 105.94 164.28 105.94C163.62 105.94 163.63 107.48 162.97 107.48C162.31 107.48 162.32 106.15 161.66 106.15C161 106.15 161.01 105.48 160.35 105.48C159.69 105.48 159.7 106.82 159.04 106.82C158.38 106.82 158.39 105.53 157.73 105.53C157.07 105.53 157.08 106.06 156.42 106.06C155.76 106.06 155.77 106.4 155.11 106.4C154.45 106.4 154.46 108.16 153.8 108.16C153.14 108.16 153.15 107.94 152.49 107.94C151.83 107.94 151.84 108.18 151.18 108.18C150.52 108.18 150.53 108.56 149.87 108.56C149.21 108.56 149.22 106.01 148.56 106.01C147.9 106.01 147.91 106.09 147.25 106.09C146.59 106.09 146.6 108.17 145.94 108.17C145.28 108.17 145.29 107.1 144.63 107.1C143.97 107.1 143.98 108.75 143.32 108.75C142.66 108.75 142.67 108.57 142.01 108.57C141.35 108.57 141.36 106.78 140.7 106.78C140.04 106.78 140.04 106.09 139.39 106.09C138.74 106.09 138.73 107.73 138.08 107.73C137.43 107.73 137.42 108.6 136.77 108.6C136.12 108.6 136.11 107.37 135.46 107.37C134.81 107.37 134.8 107.37 134.15 107.37C133.5 107.37 133.5 105.43 132.84 105.43C132.18 105.43 132.19 107.94 131.53 107.94C130.87 107.94 130.88 106.88 130.22 106.88C129.56 106.88 129.57 107.4 128.91 107.4C128.25 107.4 128.26 108.23 127.6 108.23C126.94 108.23 126.95 107.18 126.29 107.18C125.63 107.18 125.64 108.03 124.98 108.03C124.32 108.03 124.33 106.06 123.67 106.06C123.01 106.06 123.02 105.93 122.36 105.93C121.7 105.93 121.71 107.61 121.05 107.61C120.39 107.61 120.4 105.9 119.74 105.9C119.08 105.9 119.09 107 118.43 107C117.77 107 117.78 108.62 117.12 108.62C116.46 108.62 116.46 108.11 115.81 108.11C115.16 108.11 115.15 106.89 114.5 106.89C113.85 106.89 113.84 106.98 113.19 106.98C112.54 106.98 112.53 106.45 111.88 106.45C111.23 106.45 111.22 105.51 110.57 105.51C109.92 105.51 109.91 106.46 109.26 106.46C108.61 106.46 108.6 106.82 107.95 106.82C107.3 106.82 107.3 106.04 106.64 106.04C105.98 106.04 105.99 108.47 105.33 108.47C104.67 108.47 104.68 106.86 104.02 106.86C103.36 106.86 103.37 108.2 102.71 108.2C102.05 108.2 102.06 105.73 101.4 105.73C100.74 105.73 100.74 106.61 100.09 106.61C99.43 106.61 99.43 108.01 98.78 108.01C98.13 108.01 98.12 105.69 97.47 105.69C96.82 105.69 96.81 107.03 96.16 107.03C95.51 107.03 95.5 108.57 94.85 108.57C94.2 108.57 94.19 106.24 93.54 106.24C92.89 106.24 92.88 108.19 92.23 108.19C91.58 108.19 91.57 107.56 90.92 107.56C90.27 107.56 90.26 107.08 89.61 107.08C88.96 107.08 88.95 107.02 88.3 107.02C87.65 107.02 87.64 105.72 86.99 105.72C86.34 105.72 86.33 106.16 85.68 106.16C85.03 106.16 85.02 108.1 84.37 108.1C83.72 108.1 83.71 106.71 83.06 106.71C82.41 106.71 82.4 105.88 81.75 105.88C81.1 105.88 81.09 105.6 80.44 105.6C79.79 105.6 79.78 105.68 79.13 105.68C78.48 105.68 78.47 106 77.82 106C77.17 106 77.16 105.88 76.51 105.88C75.86 105.88 75.85 106.84 75.2 106.84C74.55 106.84 74.54 106 73.89 106C73.24 106 73.23 106.72 72.58 106.72C71.93 106.72 71.92 107.77 71.27 107.77C70.62 107.77 70.62 106.9 69.96 106.9C69.3 106.9 69.31 105.62 68.65 105.62C67.99 105.62 68 108.01 67.34 108.01C66.68 108.01 66.69 106.04 66.03 106.04C65.37 106.04 65.38 107.6 64.72 107.6C64.06 107.6 64.07 107.53 63.41 107.53C62.75 107.53 62.75 106.99 62.1 106.99C61.45 106.99 61.44 105.43 60.79 105.43C60.14 105.43 60.13 107.44 59.48 107.44C58.83 107.44 58.82 106.66 58.17 106.66C57.52 106.66 57.51 106.45 56.86 106.45C56.21 106.45 56.2 107.92 55.55 107.92C54.9 107.92 54.89 106.95 54.24 106.95C53.58 106.95 53.58 108.28 52.93 108.28C52.28 108.28 52.27 108.05 51.62 108.05C50.97 108.05 50.96 106.75 50.3 106.75C49.64 106.75 49.64 106.51 48.99 106.51C48.34 106.51 48.33 107.79 47.68 107.79C47.03 107.79 47.02 107.01 46.37 107.01C45.72 107.01 45.71 106.61 45.05 106.61C44.39 106.61 44.39 107.15 43.74 107.15C43.09 107.15 43.08 108.67 42.43 108.67C41.78 108.67 41.77 106.58 41.12 106.58C40.47 106.58 40.46 107.64 39.8 107.64C39.14 107.64 39.14 106.44 38.49 106.44C37.84 106.44 37.83 106.93 37.17 106.93C36.51 106.93 36.51 108.42 35.85 108.42C35.19 108.42 35.19 105.83 34.53 105.83C33.87 105.83 33.87 106.69 33.22 106.69C32.57 106.69 32.56 105.58 31.91 105.58C31.26 105.58 31.25 107.12 30.59 107.12C29.93 107.12 29.93 107.44 29.27 107.44C28.61 107.44 28.61 107.74 27.95 107.74C27.29 107.74 27.29 107.64 26.63 107.64C25.97 107.64 25.97 108.44 25.31 108.44C24.65 108.44 24.65 106.8 23.99 106.8C23.33 106.8 23.33 108.08 22.67 108.08C22.01 108.08 22.01 107.59 21.35 107.59C20.91 107.59 20.55 105.89 20.12 105.86C19.69 105.83 19.03 108.01 18.6 107.95C18.17 107.89 18 106.15 17.57 106.06C17.14 105.97 16.75 105.91 16.33 105.79C15.91 105.67 15.83 104.68 15.42 104.54C15.01 104.4 13.84 106.33 13.43 106.17C13.02 106.01 12.51 105.95 12.12 105.76C11.73 105.57 11.53 104.94 11.15 104.72C10.77 104.5 10.79 103.65 10.43 103.41C10.07 103.17 9.43 103.32 9.08 103.05C8.73 102.78 8.77 102.07 8.44 101.78C8.11 101.49 7.53 101.49 7.23 101.18C6.93 100.87 7.67 99.64 7.38 99.31C7.09 98.98 5.83 99.52 5.56 99.18C5.29 98.84 6.23 97.69 5.99 97.32C5.75 96.95 3.21 98.04 2.99 97.67C2.77 97.3 4.86 95.68 4.67 95.29C4.48 94.9 2.35 95.42 2.18 95.01C2.01 94.6 0.97 94.45 0.83 94.04C0.69 93.63 0.96 92.99 0.84 92.57C0.72 92.15 0.84 91.6 0.75 91.17C0.66 90.74 2.23 90.03 2.17 89.6C2.11 89.17 1.34 88.83 1.31 88.39C1.28 87.95 1.79 87.52 1.79 87.08C1.79 86.43 0.73 86.43 0.73 85.77C0.73 85.11 2.8 85.12 2.8 84.46C2.8 83.8 2.33 83.8 2.33 83.15C2.33 82.5 2.33 82.49 2.33 81.84C2.33 81.19 2.06 81.19 2.06 80.53C2.06 79.87 2.83 79.88 2.83 79.22C2.83 78.56 0 78.63 0 77.98C0 77.33 2.32 77.33 2.32 76.67C2.32 76.01 3.09 76.02 3.09 75.36C3.09 74.7 2.12 74.7 2.12 74.05C2.12 73.4 1.25 73.39 1.25 72.74C1.25 72.09 3.16 72.09 3.16 71.43C3.16 70.77 0.33 70.78 0.33 70.12C0.33 69.46 2.6 69.47 2.6 68.81C2.6 68.15 1.15 68.16 1.15 67.5C1.15 66.84 2.72 66.85 2.72 66.19C2.72 65.53 1.14 65.54 1.14 64.88C1.14 64.22 0.66 64.23 0.66 63.57C0.66 62.91 0.87 62.92 0.87 62.26C0.87 61.6 1.82 61.61 1.82 60.95C1.82 60.29 0.64 60.29 0.64 59.64C0.64 58.99 2.42 58.98 2.42 58.33C2.42 57.68 2.57 57.68 2.57 57.02C2.57 56.36 2.36 56.37 2.36 55.71C2.36 55.05 2.06 55.06 2.06 54.4C2.06 53.74 1.58 53.75 1.58 53.09C1.58 52.43 0.4 52.43 0.4 51.78C0.4 51.13 0.19 51.12 0.19 50.47C0.19 49.82 2.46 49.81 2.46 49.16C2.46 48.51 2.2 48.51 2.2 47.85C2.2 47.19 0.95 47.19 0.95 46.54C0.95 45.89 3 45.88 3 45.23C3 44.58 2.67 44.57 2.67 43.92C2.67 43.27 2.53 43.26 2.53 42.61C2.53 41.96 0.83 41.95 0.83 41.3C0.83 40.65 1.51 40.64 1.51 39.99C1.51 39.34 1.98 39.33 1.98 38.68C1.98 38.03 0.52 38.02 0.52 37.37C0.52 36.72 0.85 36.71 0.85 36.06C0.85 35.41 0.33 35.4 0.33 34.75C0.33 34.1 2.57 34.09 2.57 33.44C2.57 32.79 0.09 32.78 0.09 32.13C0.09 31.48 1.34 31.47 1.34 30.82C1.34 30.17 0.22 30.16 0.22 29.51C0.22 28.86 0.95 28.85 0.95 28.2C0.95 27.55 2.27 27.54 2.27 26.88C2.27 26.22 1.44 26.22 1.44 25.57C1.44 24.91 1.64 24.91 1.64 24.25C1.64 23.59 1.6 23.59 1.6 22.93C1.6 22.27 0.21 22.27 0.21 21.61C0.21 21.17 0.01 20.63 0.04 20.2C0.07 19.77 1.11 19.35 1.16 18.92C1.21 18.49 3.31 18.41 3.39 17.99C3.47 17.57 2.71 17 2.82 16.58C2.93 16.16 2.1 15.45 2.24 15.04C2.38 14.63 4.24 14.9 4.41 14.49C4.58 14.08 3.71 13.27 3.9 12.88C4.09 12.49 3.99 11.94 4.2 11.56C4.41 11.18 5.27 11.22 5.52 10.86C5.77 10.5 4.72 9.19 4.99 8.85C5.26 8.51 6.19 8.66 6.48 8.33C6.77 8 6.85 7.45 7.16 7.15C7.47 6.85 7.16 5.79 7.5 5.51C7.84 5.23 9.71 6.8 10.06 6.54C10.41 6.28 9.79 4.69 10.15 4.45C10.51 4.21 11.18 4.4 11.55 4.18C11.92 3.96 12.03 3.17 12.42 2.97C12.81 2.77 14.12 4.65 14.52 4.48C14.92 4.31 14.64 2.43 15.05 2.29C15.46 2.15 16.23 3.21 16.65 3.09C17.07 2.97 17.14 1.38 17.57 1.29C18 1.2 18.42 0.75 18.86 0.7C19.3 0.65 19.97 3.25 20.41 3.23C20.85 3.21 21.18 2.34 21.62 2.34C22.27 2.34 22.27 0.1 22.92 0.1C23.57 0.1 23.57 0.36 24.22 0.36C24.87 0.36 24.87 2.53 25.52 2.53C26.17 2.53 26.17 0.5 26.82 0.5C27.47 0.5 27.47 2.98 28.12 2.98C28.77 2.98 28.77 1.25 29.42 1.25C30.07 1.25 30.07 1.99 30.72 1.99C31.37 1.99 31.37 3.13 32.02 3.13C32.67 3.13 32.67 1.81 33.32 1.81C33.97 1.81 33.97 0.19 34.62 0.19C35.27 0.19 35.27 2.37 35.92 2.37C36.57 2.37 36.57 2.89 37.22 2.89C37.87 2.89 37.87 3.01 38.52 3.01C39.17 3.01 39.17 2.61 39.82 2.61C40.47 2.61 40.47 0.32 41.12 0.32C41.77 0.32 41.77 1.34 42.42 1.34C43.07 1.34 43.07 1.95 43.72 1.95C44.37 1.95 44.37 2.78 45.02 2.78C45.67 2.78 45.67 0.27 46.32 0.27C46.97 0.27 46.97 1.69 47.62 1.69C48.27 1.69 48.27 1.96 48.92 1.96C49.57 1.96 49.57 0.74 50.22 0.74C50.87 0.74 50.87 2.18 51.52 2.18C52.17 2.18 52.17 0.78 52.82 0.78C53.47 0.78 53.47 2.23 54.12 2.23C54.77 2.23 54.77 0.78 55.42 0.78C56.07 0.78 56.07 2.3 56.72 2.3C57.37 2.3 57.37 1.2 58.02 1.2C58.67 1.2 58.67 0.68 59.32 0.68C59.97 0.68 59.97 1.5 60.62 1.5C61.27 1.5 61.27 2.18 61.93 2.18C62.59 2.18 62.58 2.43 63.24 2.43C63.9 2.43 63.89 2.87 64.55 2.87C65.21 2.87 65.2 2.05 65.86 2.05C66.52 2.05 66.51 2.87 67.17 2.87C67.83 2.87 67.82 1.9 68.48 1.9C69.14 1.9 69.13 3.28 69.79 3.28C70.45 3.28 70.44 1.41 71.1 1.41C71.76 1.41 71.75 3 72.41 3C73.07 3 73.06 1.53 73.72 1.53C74.38 1.53 74.37 3.23 75.03 3.23C75.69 3.23 75.68 2.07 76.34 2.07C77 2.07 76.99 1.11 77.65 1.11C78.31 1.11 78.3 0.66 78.96 0.66C79.62 0.66 79.61 1.77 80.27 1.77C80.93 1.77 80.92 1.47 81.58 1.47C82.24 1.47 82.23 0.71 82.89 0.71C83.55 0.71 83.54 0.9 84.2 0.9C84.86 0.9 84.85 0.47 85.51 0.47C86.17 0.47 86.16 2.59 86.82 2.59C87.48 2.59 87.47 1.88 88.13 1.88C88.79 1.88 88.78 0.49 89.44 0.49C90.1 0.49 90.09 1.88 90.75 1.88C91.41 1.88 91.4 0.55 92.06 0.55C92.72 0.55 92.71 1.34 93.37 1.34C94.03 1.34 94.02 0.44 94.68 0.44C95.34 0.44 95.33 2.56 95.99 2.56C96.65 2.56 96.64 3.1 97.3 3.1C97.96 3.1 97.95 1.26 98.61 1.26C99.27 1.26 99.26 3.21 99.92 3.21C100.58 3.21 100.57 0.22 101.23 0.22C101.89 0.22 101.88 1.8 102.54 1.8C103.2 1.8 103.19 2.14 103.85 2.14C104.51 2.14 104.5 3.04 105.16 3.04C105.82 3.04 105.81 2.86 106.47 2.86C107.13 2.86 107.12 2.05 107.78 2.05C108.44 2.05 108.43 0.11 109.08 0.11C109.73 0.11 109.73 1.82 110.38 1.82C111.03 1.82 111.03 2.64 111.68 2.64C112.33 2.64 112.33 1.85 112.98 1.85C113.63 1.85 113.63 0.61 114.28 0.61C114.93 0.61 114.93 3.25 115.58 3.25C116.23 3.25 116.23 2.33 116.88 2.33C117.53 2.33 117.53 0.85 118.18 0.85C118.83 0.85 118.83 2.06 119.48 2.06C120.13 2.06 120.13 2.25 120.78 2.25C121.43 2.25 121.43 0.51 122.08 0.51C122.73 0.51 122.73 3.01 123.38 3.01C124.03 3.01 124.03 1.57 124.68 1.57C125.33 1.57 125.33 2.34 125.98 2.34C126.63 2.34 126.63 3.21 127.28 3.21C127.93 3.21 127.93 0.89 128.58 0.89C129.23 0.89 129.23 2.89 129.88 2.89C130.53 2.89 130.53 1.58 131.18 1.58C131.83 1.58 131.83 1.65 132.48 1.65C133.13 1.65 133.13 1.72 133.78 1.72C134.43 1.72 134.43 2.08 135.08 2.08C135.73 2.08 135.73 2.81 136.38 2.81C137.03 2.81 137.03 0.44 137.68 0.44C138.33 0.44 138.33 0 138.98 0C139.63 0 139.63 1.03 140.28 1.03C140.93 1.03 140.93 2.31 141.58 2.31C142.23 2.31 142.23 2.37 142.88 2.37C143.53 2.37 143.53 3.17 144.18 3.17C144.83 3.17 144.83 0.95 145.48 0.95C146.13 0.95 146.13 2.54 146.78 2.54C147.43 2.54 147.43 1.08 148.08 1.08C148.73 1.08 148.73 2 149.38 2C150.03 2 150.03 2.71 150.69 2.71C151.35 2.71 151.34 3.02 152 3.02C152.66 3.02 152.65 0.87 153.31 0.87C153.97 0.87 153.96 2.23 154.62 2.23C155.28 2.23 155.27 2.8 155.93 2.8C156.59 2.8 156.58 1.88 157.24 1.88C157.9 1.88 157.89 1.68 158.55 1.68C159.21 1.68 159.2 2.35 159.86 2.35C160.52 2.35 160.51 1.71 161.17 1.71C161.83 1.71 161.82 1.9 162.48 1.9C163.14 1.9 163.13 1.9 163.79 1.9C164.45 1.9 164.44 0.69 165.1 0.69C165.76 0.69 165.75 0.19 166.41 0.19C167.07 0.19 167.06 0.33 167.72 0.33C168.38 0.33 168.37 0.18 169.03 0.18C169.69 0.18 169.68 0.18 170.34 0.18C171 0.18 170.99 0.33 171.65 0.33C172.31 0.33 172.3 3.15 172.96 3.15C173.62 3.15 173.61 2.55 174.27 2.55C174.93 2.55 174.92 0.58 175.58 0.58C176.24 0.58 176.23 0.09 176.89 0.09C177.55 0.09 177.54 2.72 178.2 2.72C178.86 2.72 178.85 2.37 179.51 2.37C180.17 2.37 180.16 3.11 180.82 3.11C181.48 3.11 181.47 1.6 182.13 1.6C182.79 1.6 182.78 3.08 183.44 3.08C184.1 3.08 184.09 2.83 184.75 2.83C185.41 2.83 185.4 0.63 186.06 0.63C186.72 0.63 186.71 1.84 187.37 1.84C188.03 1.84 188.02 1.76 188.68 1.76C189.34 1.76 189.33 3.05 189.99 3.05C190.65 3.05 190.64 1.78 191.3 1.78C191.96 1.78 191.95 2.78 192.61 2.78C193.27 2.78 193.26 2.33 193.92 2.33C194.58 2.33 194.57 0.59 195.23 0.59C195.89 0.59 195.88 2.1 196.54 2.1C197.2 2.1 197.19 2.85 197.85 2.85C198.51 2.85 198.5 0.04 199.16 0.04C199.82 0.04 199.81 1.61 200.47 1.61C201.13 1.61 201.12 0.53 201.78 0.53C202.44 0.53 202.43 0.1 203.09 0.1C203.75 0.1 203.74 1.12 204.4 1.12C205.06 1.12 205.05 1.24 205.71 1.24C206.37 1.24 206.36 1.02 207.02 1.02C207.68 1.02 207.67 2.35 208.33 2.35C208.99 2.35 208.98 1.78 209.64 1.78C210.3 1.78 210.29 2.35 210.95 2.35C211.61 2.35 211.6 1.03 212.26 1.03C212.92 1.03 212.91 1.36 213.57 1.36C214.23 1.36 214.22 0.64 214.88 0.64C215.54 0.64 215.53 1.85 216.19 1.85C216.85 1.85 216.84 3.21 217.5 3.21C218.16 3.21 218.15 2.89 218.81 2.89C219.47 2.89 219.46 0.61 220.12 0.61C220.78 0.61 220.77 2.56 221.43 2.56C222.09 2.56 222.08 2.14 222.74 2.14C223.4 2.14 223.39 3.14 224.05 3.14C224.71 3.14 224.7 0.74 225.36 0.74C226.02 0.74 226.01 0.02 226.67 0.02C227.33 0.02 227.32 2.36 227.98 2.36C228.64 2.36 228.63 3.3 229.29 3.3C229.95 3.3 229.94 0.51 230.6 0.51C231.26 0.51 231.25 2.04 231.91 2.04C232.57 2.04 232.56 2.81 233.22 2.81C233.88 2.81 233.87 2.72 234.53 2.72C235.19 2.72 235.18 0.62 235.84 0.62C236.5 0.62 236.49 0.57 237.15 0.57C237.81 0.57 237.8 0.9 238.46 0.9C239.12 0.9 239.11 2.7 239.77 2.7C240.43 2.7 240.42 2.77 241.08 2.77C241.74 2.77 241.73 0.31 242.39 0.31C243.05 0.31 243.04 0.98 243.7 0.98C244.36 0.98 244.35 1 245.01 1C245.67 1 245.66 2.27 246.32 2.27C246.98 2.27 246.97 0.14 247.63 0.14C248.29 0.14 248.28 0.55 248.94 0.55C249.6 0.55 249.59 2.61 250.25 2.61C250.91 2.61 250.9 2.77 251.56 2.77C252.22 2.77 252.21 1.98 252.87 1.98C253.53 1.98 253.52 2.36 254.18 2.36C254.84 2.36 254.83 0.26 255.49 0.26C256.15 0.26 256.14 0.33 256.8 0.33C257.46 0.33 257.45 3.09 258.11 3.09C258.77 3.09 258.76 2.38 259.42 2.38C260.08 2.38 260.07 0.13 260.73 0.13C261.39 0.13 261.38 2.74 262.04 2.74C262.7 2.74 262.69 3.13 263.35 3.13C264.01 3.13 264 1.83 264.66 1.83C265.32 1.83 265.31 2.94 265.97 2.94C266.63 2.94 266.62 1.33 267.28 1.33C267.94 1.33 267.93 1.91 268.59 1.91C269.25 1.91 269.24 3.14 269.9 3.14C270.56 3.14 270.55 2.49 271.21 2.49C271.87 2.49 271.86 1.03 272.52 1.03C273.18 1.03 273.17 2.49 273.83 2.49C274.49 2.49 274.48 1.4 275.14 1.4C275.8 1.4 275.79 1.9 276.45 1.9C277.11 1.9 277.1 2.8 277.76 2.8C278.42 2.8 278.41 2.34 279.07 2.34C279.73 2.34 279.72 1.27 280.38 1.27C281.04 1.27 281.03 2.89 281.69 2.89C282.35 2.89 282.34 0.8 283 0.8C283.66 0.8 283.65 0.39 284.31 0.39C284.97 0.39 284.96 0.81 285.62 0.81C286.28 0.81 286.27 1.76 286.93 1.76C287.59 1.76 287.58 1.68 288.24 1.68C288.9 1.68 288.89 2.91 289.55 2.91C290.21 2.91 290.2 2.29 290.86 2.29C291.52 2.29 291.51 0.74 292.17 0.74C292.83 0.74 292.82 1.7 293.48 1.7C294.14 1.7 294.13 2.37 294.79 2.37C295.45 2.37 295.44 1.23 296.1 1.23C296.76 1.23 296.75 1.53 297.41 1.53C298.07 1.53 298.06 2.47 298.72 2.47C299.38 2.47 299.37 2.53 300.03 2.53C300.69 2.53 300.68 0.63 301.34 0.63C302 0.63 301.99 3.29 302.65 3.29C303.31 3.29 303.3 1.01 303.96 1.01C304.62 1.01 304.61 0.57 305.27 0.57C305.93 0.57 305.92 1.69 306.58 1.69C307.24 1.69 307.23 1.79 307.89 1.79C308.55 1.79 308.54 1.53 309.2 1.53C309.86 1.53 309.85 2.55 310.51 2.55C311.17 2.55 311.16 0.94 311.82 0.94C312.48 0.94 312.47 1.86 313.13 1.86C313.79 1.86 313.78 1.26 314.44 1.26C315.1 1.26 315.09 3.3 315.75 3.3C316.41 3.3 316.4 2.07 317.06 2.07C317.72 2.07 317.71 3.33 318.37 3.33C319.03 3.33 319.02 1.18 319.68 1.18C320.34 1.18 320.33 0.25 320.99 0.25C321.65 0.25 321.64 2.4 322.3 2.4C322.96 2.4 322.95 2.61 323.61 2.61C324.27 2.61 324.26 0.6 324.92 0.6C325.58 0.6 325.57 2.31 326.23 2.31C326.89 2.31 326.88 2.02 327.54 2.02C328.2 2.02 328.19 0.04 328.85 0.04C329.51 0.04 329.5 3.07 330.16 3.07C330.82 3.07 330.81 3.34 331.47 3.34C332.13 3.34 332.12 2.48 332.78 2.48C333.44 2.48 333.43 1.82 334.09 1.82C334.75 1.82 334.74 2.69 335.4 2.69C336.06 2.69 336.05 1.31 336.71 1.31C337.37 1.31 337.36 2.93 338.02 2.93C338.68 2.93 338.67 3.31 339.33 3.31C339.99 3.31 339.98 1.38 340.64 1.38C341.3 1.38 341.29 2.58 341.95 2.58C342.61 2.58 342.6 0.46 343.26 0.46C343.92 0.46 343.91 2.57 344.57 2.57C345.23 2.57 345.22 3.09 345.88 3.09C346.54 3.09 346.53 2.57 347.19 2.57C347.85 2.57 347.84 2.86 348.5 2.86C349.16 2.86 349.15 0.89 349.81 0.89C350.47 0.89 350.46 2.14 351.12 2.14C351.78 2.14 351.77 2.18 352.43 2.18C353.09 2.18 353.08 0.32 353.74 0.32C354.4 0.32 354.39 2.52 355.05 2.52C355.71 2.52 355.7 1.58 356.36 1.58C357.02 1.58 357.01 1.21 357.66 1.21C358.31 1.21 358.31 0.95 358.96 0.95C359.61 0.95 359.61 0.35 360.26 0.35C360.91 0.35 360.91 2.16 361.56 2.16C362.21 2.16 362.21 1.51 362.86 1.51C363.51 1.51 363.51 0.1 364.16 0.1C364.81 0.1 364.81 3.07 365.46 3.07C366.11 3.07 366.11 1.05 366.76 1.05C367.41 1.05 367.41 1 368.06 1C368.71 1 368.71 1.55 369.36 1.55C370.01 1.55 370.01 0.55 370.66 0.55C371.31 0.55 371.31 0.99 371.96 0.99C372.61 0.99 372.61 1.47 373.26 1.47C373.91 1.47 373.91 0.7 374.57 0.7C375.23 0.7 375.22 3.03 375.88 3.03C376.54 3.03 376.53 2.39 377.19 2.39C377.85 2.39 377.84 1.19 378.5 1.19C379.16 1.19 379.15 1.1 379.81 1.1C380.47 1.1 380.46 0.85 381.12 0.85C381.78 0.85 381.77 2.24 382.43 2.24C383.09 2.24 383.08 1.91 383.74 1.91C384.4 1.91 384.39 0.98 385.05 0.98C385.71 0.98 385.71 0.2 386.36 0.2C387.01 0.2 387.02 2.43 387.67 2.43C388.32 2.43 388.32 1.34 388.98 1.34C389.64 1.34 389.63 1.4 390.29 1.4C390.95 1.4 390.94 1.75 391.6 1.75C392.26 1.75 392.25 1.36 392.91 1.36C393.57 1.36 393.56 0.52 394.22 0.52C394.88 0.52 394.87 2.42 395.53 2.42C396.19 2.42 396.18 0.91 396.84 0.91C397.5 0.91 397.49 1.42 398.15 1.42C398.81 1.42 398.8 0.78 399.46 0.78C400.12 0.78 400.11 2.39 400.77 2.39C401.43 2.39 401.42 3.31 402.08 3.31C402.74 3.31 402.73 2.88 403.39 2.88C404.05 2.88 404.04 2.8 404.7 2.8C405.36 2.8 405.35 0.06 406.01 0.06C406.67 0.06 406.66 0.79 407.32 0.79C407.98 0.79 407.97 0.11 408.63 0.11C409.29 0.11 409.28 2.57 409.94 2.57C410.6 2.57 410.59 1.22 411.25 1.22C411.91 1.22 411.9 1.6 412.56 1.6C413.22 1.6 413.21 0.64 413.87 0.64C414.53 0.64 414.52 0.06 415.18 0.06C415.84 0.06 415.83 3 416.49 3C417.15 3 417.14 0.09 417.8 0.09C418.46 0.09 418.46 3.04 419.11 3.04C419.76 3.04 419.77 2.08 420.42 2.08C421.07 2.08 421.08 0.82 421.73 0.82C422.38 0.82 422.39 2.92 423.04 2.92C423.69 2.92 423.7 0.83 424.35 0.83C425 0.83 425 1.91 425.66 1.91C426.32 1.91 426.31 1.15 426.97 1.15C427.63 1.15 427.62 0.33 428.28 0.33C428.94 0.33 428.93 1.49 429.59 1.49C430.25 1.49 430.24 0.2 430.9 0.2C431.56 0.2 431.55 1.57 432.21 1.57C432.87 1.57 432.86 2.83 433.52 2.83C434.18 2.83 434.17 1.45 434.83 1.45C435.49 1.45 435.48 0.12 436.14 0.12C436.8 0.12 436.79 1.6 437.45 1.6C438.11 1.6 438.1 2.11 438.76 2.11C439.42 2.11 439.41 2.6 440.07 2.6C440.73 2.6 440.72 1.03 441.38 1.03C442.04 1.03 442.04 2.29 442.69 2.29C443.34 2.29 443.35 2.83 444 2.83C444.65 2.83 444.66 1.19 445.31 1.19C445.96 1.19 445.97 0.27 446.62 0.27C447.27 0.27 447.28 1.19 447.93 1.19C448.58 1.19 448.59 0.91 449.24 0.91C449.89 0.91 449.9 1.44 450.55 1.44C451.2 1.44 451.2 0.89 451.86 0.89C452.52 0.89 452.51 1.06 453.17 1.06C453.83 1.06 453.82 1.8 454.48 1.8C455.14 1.8 455.13 1.3 455.79 1.3C456.45 1.3 456.44 1.38 457.1 1.38C457.76 1.38 457.76 2.01 458.41 2.01C459.06 2.01 459.07 0.74 459.72 0.74C460.37 0.74 460.38 2.68 461.03 2.68C461.68 2.68 461.69 1.94 462.34 1.94C462.99 1.94 463 2.14 463.65 2.14C464.3 2.14 464.31 2 464.96 2C465.61 2 465.62 0.37 466.27 0.37C466.92 0.37 466.93 0.13 467.58 0.13C468.23 0.13 468.24 3.16 468.89 3.16C469.54 3.16 469.55 2.44 470.2 2.44C470.85 2.44 470.86 1.83 471.51 1.83C472.16 1.83 472.17 0.3 472.82 0.3C473.47 0.3 473.48 2.54 474.13 2.54C474.78 2.54 474.79 2.95 475.44 2.95C476.09 2.95 476.1 2.07 476.75 2.07C477.4 2.07 477.41 2.99 478.06 2.99C478.71 2.99 478.72 2.13 479.37 2.13C480.02 2.13 480.03 3.19 480.68 3.19C481.33 3.19 481.34 2.69 481.99 2.69C482.64 2.69 482.65 2.14 483.3 2.14C483.95 2.14 483.96 1.46 484.61 1.46C485.26 1.46 485.27 3.2 485.92 3.2C486.57 3.2 486.58 2.34 487.23 2.34C487.88 2.34 487.88 2.88 488.54 2.88C489.2 2.88 489.19 2.31 489.85 2.31C490.51 2.31 490.5 0.57 491.16 0.57C491.82 0.57 491.81 1.12 492.47 1.12C493.13 1.12 493.12 1.02 493.78 1.02C494.44 1.02 494.43 2.69 495.09 2.69C495.75 2.69 495.75 0.11 496.4 0.11C497.05 0.11 497.06 2.98 497.71 2.98C498.36 2.98 498.37 0.51 499.02 0.51C499.67 0.51 499.68 0.26 500.33 0.26C500.98 0.26 500.99 1.34 501.64 1.34C502.29 1.34 502.3 1.71 502.95 1.71C503.6 1.71 503.61 3.15 504.26 3.15C504.91 3.15 504.92 3.27 505.57 3.27C506.22 3.27 506.23 0.83 506.88 0.83C507.53 0.83 507.54 1.46 508.2 1.46C508.86 1.46 508.86 0.25 509.51 0.25C510.16 0.25 510.17 2.41 510.82 2.41C511.47 2.41 511.48 1.29 512.13 1.29C512.78 1.29 512.79 0.66 513.45 0.66C514.11 0.66 514.11 0.54 514.76 0.54C515.41 0.54 515.42 1.66 516.07 1.66C516.72 1.66 516.73 1.14 517.38 1.14C518.03 1.14 518.04 0.21 518.7 0.21C519.36 0.21 519.36 0.57 520.01 0.57C520.66 0.57 520.67 1.43 521.33 1.43C521.99 1.43 521.99 3.12 522.65 3.12C523.31 3.12 523.31 1.58 523.97 1.58C524.63 1.58 524.63 2.06 525.28 2.06C525.93 2.06 525.94 2.22 526.59 2.22C527.24 2.22 527.25 2.3 527.91 2.3C528.57 2.3 528.57 2.25 529.23 2.25C529.89 2.25 529.89 2.36 530.55 2.36C531.21 2.36 531.21 2.08 531.87 2.08C532.53 2.08 532.53 2.19 533.19 2.19C533.85 2.19 533.85 0.92 534.51 0.92C535.17 0.92 535.17 2.46 535.83 2.46C536.49 2.46 536.49 2.6 537.15 2.6C537.59 2.6 537.97 2.45 538.41 2.48C538.85 2.51 539.14 3.19 539.57 3.25C540 3.31 540.55 2.3 540.98 2.39C541.41 2.48 542.29 0.81 542.71 0.92C543.13 1.03 543.62 1.26 544.03 1.4C544.44 1.54 543.9 4.22 544.3 4.39C544.7 4.56 545.17 4.41 545.56 4.6C545.95 4.79 547.24 3.32 547.62 3.53C548 3.74 547.42 5.5 547.78 5.74C548.14 5.98 548.68 5.9 549.03 6.17C549.38 6.44 549.67 6.71 550 7C550.33 7.29 551.49 6.69 551.8 7C552.11 7.31 552.87 7.28 553.16 7.61C553.45 7.94 553.24 8.75 553.5 9.1C553.76 9.45 554.01 9.85 554.26 10.21C554.51 10.57 554.58 11.07 554.8 11.45C555.02 11.83 556.18 11.76 556.37 12.15C556.56 12.54 556.63 13.08 556.8 13.49C556.97 13.9 556.99 14.43 557.13 14.85C557.27 15.27 557.69 15.67 557.8 16.1C557.91 16.53 555.37 17.56 555.46 17.99C555.55 18.42 556.89 18.59 556.94 19.02C556.99 19.45 558.74 19.77 558.77 20.21C558.8 20.65 556.9 21.19 556.9 21.63C556.9 22.28 557.02 22.28 557.02 22.94C557.02 23.6 557.75 23.59 557.75 24.25C557.75 24.91 558.75 24.91 558.75 25.56C558.75 26.21 556.29 26.22 556.29 26.87C556.29 27.52 558.54 27.52 558.54 28.18C558.54 28.84 557.05 28.83 557.05 29.49C557.05 30.15 556.21 30.14 556.21 30.8C556.21 31.46 556.57 31.45 556.57 32.11C556.57 32.77 557.08 32.76 557.08 33.42C557.08 34.08 555.67 34.08 555.67 34.73C555.67 35.39 555.52 35.39 555.52 36.04C555.52 36.69 558.01 36.69 558.01 37.35C558.01 38.01 557.62 38 557.62 38.66C557.62 39.32 557.16 39.31 557.16 39.97C557.16 40.63 557.05 40.62 557.05 41.28C557.05 41.94 556.28 41.93 556.28 42.59C556.28 43.25 558.35 43.24 558.35 43.9C558.35 44.56 557.69 44.55 557.69 45.21C557.69 45.87 556.97 45.86 556.97 46.52C556.97 47.18 558.23 47.17 558.23 47.83C558.23 48.49 557.11 48.49 557.11 49.14C557.11 49.79 557.15 49.8 557.15 50.45C557.15 51.1 555.7 51.1 555.7 51.76C555.7 52.42 556.95 52.41 556.95 53.07C556.95 53.73 555.6 53.72 555.6 54.38C555.6 55.04 557.76 55.03 557.76 55.69C557.76 56.35 558.78 56.35 558.78 57C558.78 57.65 556.23 57.66 556.23 58.31C556.23 58.96 556.38 58.97 556.38 59.62C556.38 60.27 557.74 60.27 557.74 60.93C557.74 61.59 555.99 61.59 555.99 62.24C555.99 62.89 556.19 62.9 556.19 63.55C556.19 64.2 558.65 64.21 558.65 64.86C558.65 65.51 556 65.52 556 66.17C556 66.82 555.51 66.83 555.51 67.48C555.51 68.13 556.76 68.14 556.76 68.79C556.76 69.44 557.68 69.45 557.68 70.1C557.68 70.75 558.64 70.76 558.64 71.41C558.64 72.06 555.61 72.07 555.61 72.72C555.61 73.37 557.62 73.38 557.62 74.03C557.62 74.68 557.66 74.69 557.66 75.34C557.66 75.99 556.85 76 556.85 76.65C556.85 77.3 557.65 77.31 557.65 77.96C557.65 78.61 557.85 78.62 557.85 79.27C557.85 79.92 555.73 79.93 555.73 80.58C555.73 81.23 556.79 81.24 556.79 81.9C556.79 82.56 555.78 82.56 555.78 83.21C555.78 83.86 557.19 83.87 557.19 84.53C557.19 85.19 556.91 85.25 557.13 85.87C557.39 86.59 557.89 86.51 557.89 87.17L557.58 87.14Z" fill="%2300974b"/></svg>');
  }
}
.l-footer-social {
  display: flex;
  gap: 7.1rem;
  justify-content: center;
  padding: 11.1rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .l-footer-social {
    flex-wrap: wrap;
    margin: 0 auto 9.5rem;
    row-gap: 4rem;
    padding: 0;
    width: 49.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-social-ttl {
    font-size: 3.4rem;
    padding: 7rem 0 5rem;
    text-align: center;
  }
}
.l-footer-social li a {
  display: block;
  height: 5.5rem;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .l-footer-social li a {
    height: 7rem;
  }
}
.l-footer-social li a img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 767px) {
  .l-footer-tenma {
    background: white;
    margin: 0 calc(50% - 50vw);
    padding: 7.8rem 0 3.3rem;
    width: 100dvw;
  }
}
.l-footer-tenma a {
  display: block;
  margin: 0 auto 4.5rem;
  width: 19.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer-tenma a {
    margin: 0 auto;
    width: 27.5rem;
  }
}
.l-footer-copy {
  align-items: center;
  background: white;
  display: flex;
  height: 9.8rem;
  justify-content: center;
  letter-spacing: 0.08rem;
  text-align: center;
  width: 100dvw;
}
@media screen and (max-width: 767px) {
  .l-footer-copy {
    padding: 0 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-copy small {
    font-size: 2.3rem;
    letter-spacing: 0.03rem;
  }
}

@media screen and (max-width: 767px) {
  .js-hamburger-btn {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 9.8rem;
    width: 11.3rem;
    z-index: 9999;
  }
}
@media screen and (max-width: 767px) {
  .js-hamburger-btn span {
    background-color: var(--black);
    bottom: 0;
    display: block;
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s ease;
    width: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .js-hamburger-btn span:before, .js-hamburger-btn span:after {
    background-color: var(--black);
    border-radius: 9999px;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
    transition: all 0.4s ease;
  }
}
@media screen and (max-width: 767px) {
  .js-hamburger-btn span:before {
    top: -1.1rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .js-hamburger-btn span::after {
    bottom: -1.1rem;
    right: unset;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .js-hamburger-btn.is-open span {
    background-color: transparent !important;
    transform: scale(1.1530434783);
  }
}
@media screen and (max-width: 767px) {
  .js-hamburger-btn.is-open span:before, .js-hamburger-btn.is-open span:after {
    background-color: black;
    bottom: 0;
    margin: auto;
    top: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .js-hamburger-btn.is-open span::before {
    transform: rotate(150deg);
  }
}
@media screen and (max-width: 767px) {
  .js-hamburger-btn.is-open span::after {
    transform: rotate(-150deg);
  }
}

.js-hamburger-menu {
  display: contents;
}
@media screen and (max-width: 767px) {
  .js-hamburger-menu {
    display: block;
    height: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    transform: translateY(-100vh);
    transition: opacity 0.4s ease;
    top: 0;
    width: 100dvw;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .js-hamburger-menu.is-open {
    height: 100dvh;
    opacity: 1;
    transform: translateY(0);
    z-index: 7777;
  }
}

[data-js-fadeinup],
[data-js-fadeinup-wrapper] > * {
  backface-visibility: hidden;
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  transform: translateY(3rem);
}
[data-js-fadeinup].is-inview,
[data-js-fadeinup-wrapper] > *.is-inview {
  opacity: 1;
  transform: translateY(0);
}

[data-js-fadeinup] [data-js-fadeinup],
[data-js-fadeinup-wrapper] [data-js-fadeinup],
[data-js-fadeinup] [data-js-fadeinup-wrapper] > * {
  transform: translateY(1rem);
}
[data-js-fadeinup] [data-js-fadeinup].is-inview,
[data-js-fadeinup-wrapper] [data-js-fadeinup].is-inview,
[data-js-fadeinup] [data-js-fadeinup-wrapper] > *.is-inview {
  opacity: 1;
  transform: translateY(0);
}

[data-js-fadeinup="2"] {
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  [data-js-fadeinup="2"] {
    transition-delay: unset;
  }
}

[data-js-fadeinup="3"] {
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  [data-js-fadeinup="3"] {
    transition-delay: unset;
  }
}

[data-js-fadeinup="4"] {
  transition-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  [data-js-fadeinup="4"] {
    transition-delay: unset;
  }
}

[data-js-fadeinup="5"] {
  transition-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  [data-js-fadeinup="5"] {
    transition-delay: unset;
  }
}

[data-js-fadeinup="6"] {
  transition-delay: 1s;
}
@media screen and (max-width: 767px) {
  [data-js-fadeinup="6"] {
    transition-delay: unset;
  }
}

/* デフォルト：非表示（画面外） */
.grecaptcha-badge {
  bottom: -100px !important;
}

.p-hero {
  padding: 8.9rem 0 8.5rem;
}
@media screen and (max-width: 767px) {
  .p-hero {
    padding: 8rem 0 7.3rem;
  }
}
.p-hero-logo {
  margin: 0 auto;
  width: 14.8rem;
}
@media screen and (max-width: 767px) {
  .p-hero-logo {
    width: 15.4rem;
  }
}
.p-hero-ttl {
  padding: 6rem 0 0;
  text-align: center;
}
.p-hero-ttl .en {
  display: block;
  margin: 0 auto 1.8rem;
  width: 57.2rem;
}
.p-hero-ttl .ja {
  display: block;
  font-size: 2.12rem;
  line-height: 1;
}
.p-hero-img {
  display: block;
  margin: 0 auto;
  padding: 8.1rem 0 0;
  width: 142.1rem;
}
@media screen and (max-width: 767px) {
  .p-hero-img {
    padding: 5.1rem 0 0;
    width: 59.7rem;
  }
}

.p-intro {
  background: var(--light-gray);
  padding: 9rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding: 6rem 0 5.4rem;
  }
}
.p-intro-photo {
  background: url(../img/intro_photo.webp) no-repeat 0 0/contain;
  content: " ";
  display: block;
  height: 52rem;
  margin: 0 auto -26rem;
  width: 132rem;
}
@media screen and (max-width: 767px) {
  .p-intro-photo {
    background: url(../img/intro_photo_sp.webp) no-repeat 0 0/contain;
    height: 49.7rem;
    margin: 0 auto;
    width: 65rem;
  }
}
.p-intro-img {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-intro-img {
    position: relative;
  }
}
.p-intro-img.img-1 {
  left: calc(50% + 50.2rem);
  top: 13.5rem;
  width: 43rem;
}
.p-intro-img.img-2 {
  left: calc(50% + 31rem);
  top: 104.5rem;
  width: 43.26rem;
}
@media screen and (max-width: 767px) {
  .p-intro-img.img-2 {
    left: unset;
    margin: 0 auto;
    right: unset;
    top: unset;
    width: 39.5rem;
  }
}
.p-intro-img.img-3 {
  left: calc(50% - 87rem);
  top: 71.2rem;
  width: 42.2rem;
}
@media screen and (max-width: 767px) {
  .p-intro-img.img-3 {
    left: unset;
    margin: 0 auto;
    top: unset;
    width: 40.6rem;
  }
}
.p-intro-head {
  margin: 0 0 28.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-intro-head {
    margin: 0 0 7.5rem;
  }
}
.p-intro-head .c-ttl-1 {
  margin: 0 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-intro-head .c-ttl-1 {
    margin: 0 0 3.4rem;
  }
}
.p-intro-head .txt {
  background: url(../img/intro_head_bg.webp) no-repeat calc(50% + 2rem) 0/82.9rem auto;
  padding: 11rem 0 0;
  min-height: 84.67rem;
}
@media screen and (max-width: 767px) {
  .p-intro-head .txt {
    background: none;
    min-height: unset;
    padding: 0;
  }
}
.p-intro-head .txt p {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 2.28;
}
@media screen and (max-width: 767px) {
  .p-intro-head .txt p {
    font-size: 2.3rem;
    line-height: 2;
  }
}
.p-intro-head .txt p + p {
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-intro-head .txt p + p {
    padding-top: 5rem;
  }
}
.p-intro .c-ttl-2 {
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-intro .c-ttl-2 {
    margin-bottom: 2.5rem;
  }
}
.p-intro .ttl {
  font-size: 4.8rem;
  line-height: 1.6;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-intro .ttl {
    font-size: 2.6rem;
    line-height: 1.7;
    margin-bottom: 6.5rem;
    text-align: center;
  }
}
.p-intro-whats {
  margin-bottom: 18.2rem;
  padding-right: 14rem;
}
@media screen and (max-width: 767px) {
  .p-intro-whats {
    margin-bottom: 11.5rem;
    padding: 15.5rem 0 0;
  }
}
.p-intro-whats p {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-intro-whats p {
    letter-spacing: -0.01rem;
    margin: 0 auto;
    white-space: unset;
    width: 59.5rem;
  }
}
.p-intro-mark {
  margin-bottom: 23.5rem;
}
@media screen and (max-width: 767px) {
  .p-intro-mark {
    flex-direction: column;
    margin-bottom: 15.5rem;
    padding: 18rem 0 0;
  }
}
.p-intro-mark-img {
  align-items: start;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  width: 48rem;
}
@media screen and (max-width: 767px) {
  .p-intro-mark-img {
    order: 2;
    padding: 0.5rem 0 7rem;
    width: 100%;
  }
}
.p-intro-mark-img img {
  margin: 15.1rem 0 0 -3.2rem;
  height: auto;
  width: 19.9rem;
}
@media screen and (max-width: 767px) {
  .p-intro-mark-img img {
    margin: 0 auto;
    width: 15.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-intro-mark-body {
    display: contents;
  }
}
.p-intro-mark-body .txt {
  line-height: 2.1428571429;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-intro-mark-body .txt {
    letter-spacing: -0.015rem;
    order: 5;
    white-space: unset;
  }
}

.p-program {
  padding: 48rem 0 25.7rem;
}
@media screen and (max-width: 767px) {
  .p-program {
    padding: 12.3rem 0 7.8rem;
  }
}
.p-program .box {
  background: var(--light-gray);
}
@media screen and (max-width: 767px) {
  .p-program .box {
    background: unset;
  }
}
.p-program-item > .u-flex {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-program-item > .u-flex {
    flex-direction: column;
  }
}
.p-program-item.item-1 {
  margin-bottom: 14.5rem;
}
@media screen and (max-width: 767px) {
  .p-program-item.item-1 {
    margin-bottom: 17rem;
  }
}
.p-program-item.item-1 .photo {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-program-item.item-1 .photo {
    background: url(../img/program_photo_sp.webp) no-repeat 0 0/contain;
    content: " ";
    display: block;
    height: 46.35rem;
    margin: 10rem 0 0;
    width: 65rem;
  }
}
.p-program-item.item-1 .c-ttl-3 {
  margin-bottom: 4rem;
}
.p-program-item.item-1 .u-flex {
  gap: 7.2rem;
}
.p-program-item.item-1 .box {
  padding: 4.5rem 5rem 3rem 5rem;
  width: 62.4rem;
}
@media screen and (max-width: 767px) {
  .p-program-item.item-1 .box {
    padding: 0;
    width: 100%;
  }
}
.p-program-item.item-1 .box-txt {
  line-height: 2.1;
  letter-spacing: -0.065rem;
}
@media screen and (max-width: 767px) {
  .p-program-item.item-1 .box-txt {
    font-size: 2.3rem;
    line-height: 2.25;
  }
}
.p-program-item.item-1 .box-img {
  display: block;
  text-align: center;
}
.p-program-item.item-1 .box-1 img {
  margin: 4.8rem 0 0;
  width: 32.2rem;
}
@media screen and (max-width: 767px) {
  .p-program-item.item-1 .box-1 img {
    margin: 9.8rem 0 0;
    width: 59.1rem;
  }
}
.p-program-item.item-1 .box-2 img {
  margin: 8.2rem 0 0;
  width: 44.5rem;
}
@media screen and (max-width: 767px) {
  .p-program-item.item-1 .box-2 img {
    margin: 4.2rem 0 0;
    width: 60.6rem;
  }
}
.p-program-item.item-2 {
  margin: 0 0 19.2rem;
}
@media screen and (max-width: 767px) {
  .p-program-item.item-2 {
    margin: 0;
  }
}
.p-program-item.item-2 .desc {
  letter-spacing: 0;
  margin: 5.2rem auto 7rem;
  line-height: 2.1428571429;
  width: 111rem;
}
@media screen and (max-width: 767px) {
  .p-program-item.item-2 .desc {
    letter-spacing: 0.02rem;
    margin: 5.2rem auto 6rem;
    width: unset;
  }
}
.p-program-item.item-2 .desc-note {
  display: block;
  font-size: 1.92rem;
  line-height: 1.6;
  padding: 1rem 0 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-program-item.item-2 .desc-note {
    line-height: 1.7647058824;
    white-space: unset;
  }
}
.p-program-item.item-2 .desc-note a {
  text-decoration: underline;
}
.p-program-item.item-2 .boxes {
  margin: 0 auto;
}
.p-program-item.item-2 .boxes .c-ttl-4 {
  margin: 0 0 2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-program-item.item-2 .boxes .c-ttl-4 {
    margin: 0 0 7.6rem;
  }
}
.p-program-item.item-2 .boxes .u-flex {
  gap: 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-program-item.item-2 .boxes .u-flex {
    flex-direction: column;
    gap: 10.7rem;
  }
}
.p-program-item.item-2 .boxes .box {
  display: flex;
  flex-direction: column;
  padding: 3.8rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-program-item.item-2 .boxes .box {
    padding: 0;
  }
}
.p-program-item.item-2 .boxes .box-ttl {
  font-size: 3.168rem;
  line-height: 1.3695391414;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-program-item.item-2 .boxes .box-ttl {
    font-size: 3.7rem;
    margin: 0 0 3.4rem;
  }
}
.p-program-item.item-2 .boxes .box-img {
  padding: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-program-item.item-2 .boxes .box-img {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-program-item.item-2 .boxes .box-img img {
    width: 30.4rem;
  }
}
.p-program-item.item-2 .boxes .box-txt {
  line-height: 1.6;
  padding: 1.3rem 0 0;
  text-align: center;
}
.p-program-item.item-2 .boxes-1 {
  width: 88rem;
}
@media screen and (max-width: 767px) {
  .p-program-item.item-2 .boxes-1 {
    width: 100%;
  }
}
.p-program-item.item-2 .boxes-1 .box {
  width: 42.6rem;
}
@media screen and (max-width: 767px) {
  .p-program-item.item-2 .boxes-1 .box {
    width: 100%;
  }
}
.p-program-item.item-2 .boxes-2 {
  width: 100%;
}
.p-program-item.item-2 .boxes-2:before {
  aspect-ratio: 1/1;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="67" height="67" viewBox="0 0 67 67" fill="none"><path d="M66.33 27.86H38.47V0H27.86V27.86H0V38.47H27.86V66.33H38.47V38.47H66.33V27.86Z" fill="%23241C1A"/></svg>') no-repeat 50% 50%/contain;
  content: " ";
  display: block;
  margin: 6rem auto;
  width: 6.7rem;
}
@media screen and (max-width: 767px) {
  .p-program-item.item-2 .boxes-2:before {
    margin: 8.2rem auto;
    width: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-program-item.item-2 .boxes-2 .u-flex {
    gap: 10rem;
  }
}
.p-program-item.item-2 .boxes-2 .box {
  justify-content: space-between;
  padding-bottom: 2rem;
  padding-top: 5.3rem;
}
@media screen and (max-width: 767px) {
  .p-program-item.item-2 .boxes-2 .box {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-program-item.item-2 .boxes-2 .box-ttl {
    letter-spacing: 0.3rem;
  }
}
.p-program-item.item-2 .boxes-2 .box-img {
  transform: translateY(-0.5rem);
}
@media screen and (max-width: 767px) {
  .p-program-item.item-2 .boxes-2 .box-img {
    transform: unset;
    padding: 5.2rem 0 0;
  }
}

.p-products {
  background-color: var(--light-gray);
}
.p-products-photo {
  background: url(../img/program_photo.webp) no-repeat 0 0/contain;
  height: 51.1rem;
  margin: -25rem auto 0;
  width: 132rem;
}
@media screen and (max-width: 767px) {
  .p-products-photo {
    display: none;
  }
}
.p-products .c-inner {
  padding: 19.2rem 0 15rem;
}
@media screen and (max-width: 767px) {
  .p-products .c-inner {
    padding: 10.6rem 0 4.5rem;
  }
}
.p-products-ttl {
  font-size: 4.8rem;
  padding: 3.3rem 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-products-ttl {
    font-size: 2.6rem;
    padding: 5.1rem 0 0;
  }
}
.p-products-desc {
  line-height: 1.6;
  margin: 1.2rem 0 7.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-products-desc {
    line-height: 2.2608695652;
    margin: 2.2rem 0 2rem;
  }
}
.p-products-slide {
  overflow: hidden;
  padding: 0 0 10rem;
  margin: 0 calc(50% - 50vw);
  width: 100dvw;
}
@media screen and (min-width: 1960px) {
  .p-products-slide {
    margin: 0 0 0 -513px;
    width: 1960px;
  }
}
.p-products-slide .js-slide {
  display: flex;
  height: 50rem;
}
.p-products-slide .js-slide:not(.is-ready) {
  visibility: hidden;
}
.p-products-slide .slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 50rem;
  position: relative;
  width: 64rem;
}
@media screen and (max-width: 767px) {
  .p-products-slide .slide {
    width: 54.5rem;
  }
}
.p-products-slide .slide-inner {
  display: block;
  transform: scale(0.814) translateX(0);
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.p-products-slide .slide-ttl {
  align-items: center;
  background: white;
  display: flex;
  font-size: 3rem;
  padding: 0 4rem;
  height: 12rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-products-slide .slide-ttl {
    font-size: 2.5rem;
    height: 10.2rem;
    padding: 0 3rem;
  }
}
.p-products-slide .slide.is-current .slide-inner {
  transform: scale(1);
}
.p-products-slide .slide.is-prev .slide-inner {
  transform: scale(0.814) translateX(3.74%);
}
.p-products-slide .slide.is-next .slide-inner {
  transform: scale(0.814) translateX(-3.74%);
}
.p-products-slide .slide.is-prev-2 .slide-inner {
  transform: scale(0.814) translateX(20%);
}
.p-products-slide .slide.is-next-2 .slide-inner {
  transform: scale(0.814) translateX(-20%);
}
.p-products-slide .slick-dots {
  bottom: -10rem;
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-products-slide .slick-dots {
    bottom: -4.3rem;
  }
}
.p-products-slide .slick-dots button {
  aspect-ratio: 1/1;
  background: #b2b2b2;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -9999px;
  width: 1.5rem;
  zoom: 1;
}
.p-products-slide .slick-dots .slick-active button {
  background: var(--light-blue);
}

.p-supporters {
  background-color: var(--light-gray);
}
.p-supporters .c-ttl-3 {
  margin-bottom: 8.5rem;
}
@media screen and (max-width: 767px) {
  .p-supporters .c-ttl-3 {
    margin-bottom: 6.5rem;
  }
}
.p-supporters .c-ttl-4 {
  font-size: 5.1rem;
  font-weight: 700;
  letter-spacing: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-supporters .c-ttl-4 {
    font-size: 4.5rem;
    letter-spacing: 0.3rem;
  }
}
.p-supporters .c-ttl-4 .u-flex {
  align-items: baseline;
  justify-content: center;
  line-height: 1;
  padding-bottom: 0.8rem;
}
.p-supporters .c-ttl-4 .num {
  font-family: var(--font-2);
  font-size: 7.96rem;
  letter-spacing: 0;
  padding: 0 0.7rem 0 1.8rem;
  transform: translateY(0.8rem);
}
@media screen and (max-width: 767px) {
  .p-supporters .c-ttl-4 .num {
    font-size: 7rem;
    padding-left: 1.3rem;
    padding-right: 0.4rem;
  }
}
.p-supporters .c-ttl-4 .unit {
  font-size: 2.83rem;
  padding-right: 1.3rem;
  transform: translateY(0.2rem);
}
@media screen and (max-width: 767px) {
  .p-supporters .c-ttl-4 .unit {
    padding-right: 0.8rem;
    font-size: 2.5rem;
  }
}
.p-supporters .c-ttl-4 small {
  font-size: 1.6rem;
  letter-spacing: 0;
  transform: translateY(0.5rem);
}
@media screen and (max-width: 767px) {
  .p-supporters .c-ttl-4 small {
    font-size: 1.4rem;
  }
}
.p-supporters-desc {
  letter-spacing: -0.015rem;
  line-height: 1.8181818182;
  margin: 0 auto;
  padding: 5.5rem 0 4.4rem;
  white-space: nowrap;
  width: 113.8rem;
}
@media screen and (max-width: 767px) {
  .p-supporters-desc {
    font-size: 2.3rem;
    line-height: 2.2608695652;
    letter-spacing: 0.1rem;
    padding: 3.5rem 0 3.4rem;
    white-space: unset;
    width: 100%;
  }
}
.p-supporters-note {
  display: block;
  font-size: 1.92rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-supporters-note {
    font-size: 1.7rem;
    line-height: 1.7647058824;
    white-space: nowrap;
    margin-left: -2rem;
  }
}
.p-supporters-items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3.18rem;
  margin: 0 auto;
  row-gap: 6.2rem;
  padding: 5rem 0 0;
  width: 119.4rem;
}
.p-supporters-items li {
  width: 27.46rem;
}
.p-supporters-items li a {
  width: 100%;
}
.p-supporters-items li a[href="#"] {
  pointer-events: none;
}
.p-supporters-items li a img {
  border-radius: 1.3rem;
}
.p-supporters-items li a .ttl {
  display: block;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0;
  padding: 0.6rem 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-supporters-items li a .ttl {
    font-size: 1.6rem;
    white-space: normal;
  }
}

/*# sourceMappingURL=app.css.map */
