:root {
  --weblowshi-ifang---white: white;
  --weblowshi-ifang---black: black;
  --weblowshi-ifang---red: red;
  --weblowshi-ifang---gray: grey;
  --weblowshi-ifang---silver: silver;
  --weblowshi-ifang---blue: blue;
  --weblowshi-ifang---navy: navy;
  --weblowshi-ifang---teal: teal;
  --weblowshi-ifang---green: green;
  --weblowshi-ifang---lime: lime;
  --weblowshi-ifang---cyan: cyan;
  --weblowshi-ifang---yellow: yellow;
  --weblowshi-ifang---magenta: magenta;
  --weblowshi-ifang---olive: olive;
  --weblowshi-ifang---purple: purple;
  --weblowshi-ifang---maroon: maroon;
  --weblowshi-ifang---元の色: transparent;
  --weblowshi-ifang---背景色: #b7e5eb;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.text-block {
  color: #fc0000;
  text-align: center;
  -webkit-text-stroke-color: #0c0c0c;
  text-overflow: clip;
  overflow-wrap: normal;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.link-block {
  text-align: center;
  text-decoration: none;
}

.section {
  text-align: center;
  background-color: #fde3e3;
  line-height: 60px;
}

.flex-block {
  justify-content: center;
  align-items: center;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7 {
  text-align: center;
  text-decoration: none;
}

.link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7 {
  text-decoration: none;
}

.button, .button-2 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px #000;
  border-right: 1px solid #8a8a8a;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 60px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.button-3, .button-4, .button-5 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px #000;
  border-right: 1px solid #8a8a8a;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 60px;
  padding-top: 9px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.button-6 {
  text-align: center;
  background-color: #fff;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 60px;
  padding-top: 9px;
  text-decoration: none;
  display: flex;
}

.text-span {
  color: #000;
  font-weight: 400;
}

.grid {
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.heading {
  color: #333;
  min-width: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  overflow: visible;
}

.section-2 {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #ece6e0;
  height: auto;
  margin-top: 0;
  line-height: 40px;
  overflow: visible;
}

.body {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.container {
  padding-top: 30px;
}

.section-3 {
  background-color: #f1f0f0;
  height: 200px;
  margin-bottom: -35px;
}

.quick-stack {
  grid-column-gap: 39px;
  grid-row-gap: 5px;
}

.cell {
  justify-content: center;
  align-items: center;
}

.quick-stack-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.section-4 {
  background-color: #f1f0f0;
  margin-bottom: 50px;
}

.button-7 {
  color: #000;
  background-color: #fff;
  background-image: linear-gradient(#fff3, #fff3), url('../images/topb01.JPG');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  background-attachment: scroll, scroll;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  justify-content: center;
  align-items: flex-end;
  width: 200px;
  height: 200px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  display: inline-flex;
}

.button-7:hover {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/topb01.JPG');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 110%;
  background-attachment: scroll, scroll;
}

.button-8 {
  color: #000;
  background-color: #fff;
  background-image: linear-gradient(#fff3, #fff3), url('../images/topb02.JPG');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  justify-content: center;
  align-items: flex-end;
  width: 200px;
  height: 200px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  display: inline-flex;
}

.button-8:hover {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/topb02.JPG');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 110%;
}

.button-9 {
  color: #000;
  background-color: #fff;
  background-image: linear-gradient(#fff3, #fff3), url('../images/topb03.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  justify-content: center;
  align-items: flex-end;
  width: 200px;
  height: 200px;
  padding: 5px 0 0;
  font-weight: 400;
  display: inline-flex;
}

.button-9:hover {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/topb03.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 110%;
}

.button-10 {
  color: #000;
  background-color: #fff;
  background-image: linear-gradient(#fff3, #fff3), url('../images/topb04.JPG');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  justify-content: center;
  align-items: flex-end;
  width: 200px;
  height: 200px;
  padding: 0;
  font-weight: 400;
  display: inline-flex;
}

.button-10:hover {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/topb04.JPG');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 110%;
}

.button-11 {
  color: #000;
  background-color: #fff;
  background-image: linear-gradient(#fff3, #fff3), url('../images/topb05.JPG');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  justify-content: center;
  align-items: flex-end;
  width: 200px;
  height: 200px;
  padding: 5px 0 0;
  font-weight: 400;
  display: inline-flex;
}

.button-11:hover {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/topb05.JPG');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 110%;
}

.button-12 {
  color: #000;
  background-color: #fff;
  background-image: linear-gradient(#fff3, #fff3), url('../images/topb06.JPG');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  justify-content: center;
  align-items: flex-end;
  width: 200px;
  height: 200px;
  padding: 0;
  font-weight: 400;
  display: inline-flex;
}

.button-12:hover {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/topb06.JPG');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 110%;
}

.button-13, .button-14, .button-15 {
  color: #000;
  background-color: #fff;
  border-left: 1px solid #ff8b47;
  justify-content: flex-start;
  align-items: center;
  width: 290px;
  height: 50px;
  padding-left: 25px;
  font-weight: 400;
  display: flex;
}

.cell-2, .cell-3 {
  justify-content: center;
  align-items: center;
}

.cell-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-5, .cell-6, .cell-7, .cell-8, .cell-9, .cell-10 {
  justify-content: center;
  align-items: center;
}

.text-block-8 {
  color: #ff8b47;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

.image-2 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.heading-2 {
  color: #000;
  text-align: left;
  border-left: 1px solid #ff8b47;
  margin-left: 0;
  padding-left: 15px;
}

.navbar {
  text-align: left;
  background-color: #fff0;
}

.search {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.search-input {
  border: 1px #000;
  border-bottom: 1px solid #ff8b47;
  margin: 10px auto 0;
}

.field-label {
  margin-top: 5px;
  margin-bottom: 0;
}

.search-button {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.menu-button {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.cell-12, .cell-13 {
  justify-content: center;
  align-items: center;
}

.button-16 {
  color: #000;
  background-color: #fff;
  background-image: linear-gradient(#fff3, #fff3), url('../images/topb07.JPG');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  justify-content: center;
  align-items: flex-end;
  width: 200px;
  height: 200px;
  padding: 0;
  font-weight: 400;
  display: inline-flex;
}

.button-16:hover {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/topb07.JPG');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 110%;
}

.button-17 {
  opacity: 1;
  pointer-events: auto;
  color: #000;
  background-color: #fff;
  background-image: linear-gradient(#fff3, #fff3), url('../images/topb08.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  justify-content: center;
  align-items: flex-end;
  width: 200px;
  height: 200px;
  padding: 0;
  font-weight: 400;
  display: inline-flex;
}

.button-17:hover {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/topb08.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 110%;
}

.paragraph-3 {
  margin-top: -79px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.container-2 {
  color: #000;
  text-align: left;
  text-shadow: 0 1px 1px #0003;
  border: 1px solid gray;
  max-width: none;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-weight: 400;
  display: none;
}

.tabs-menu {
  border: 1px gray;
}

.heading-3 {
  color: #000;
  margin-bottom: 20px;
  font-family: Noto Serif JP, sans-serif;
  font-weight: 400;
}

.container-3 {
  max-width: none;
  margin-left: 10px;
  margin-right: 10px;
}

.paragraph-4 {
  color: #fd6a14;
  text-overflow: clip;
  padding-left: 25px;
  line-height: 30px;
}

.heading-4 {
  color: #000;
  text-align: left;
  padding-left: 10px;
  font-weight: 400;
}

.container-4 {
  aspect-ratio: 4;
  border: 1px solid #000;
  margin-bottom: 10px;
  overflow: scroll;
}

.heading-5 {
  color: #000;
  text-align: left;
  padding-left: 10px;
  font-weight: 400;
}

.container-5 {
  aspect-ratio: 4;
  border: 1px solid #000;
  margin-bottom: 10px;
  overflow: scroll;
}

.heading-6 {
  color: #000;
  text-align: left;
  padding-left: 10px;
  font-weight: 400;
}

.container-6 {
  box-sizing: border-box;
  aspect-ratio: 4;
  object-fit: fill;
  object-position: 50% 50%;
  border: 1px solid #000;
  margin-bottom: 10px;
  overflow: scroll;
}

.heading-7 {
  color: #000;
  text-align: left;
  border-left: 3px solid #ff8b47;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 15px;
}

.text-block-9, .text-block-10 {
  line-height: 30px;
}

.text-block-11 {
  margin-bottom: 10px;
  line-height: 30px;
}

.text-span-2, .text-span-3, .text-span-4 {
  color: #fd6a14;
}

.link-2 {
  line-height: 20px;
}

.text-block-12 {
  color: red;
  text-align: left;
  margin-bottom: 10px;
  padding-left: 25px;
  font-weight: 400;
  line-height: 20px;
}

.text-span-5 {
  color: #000;
}

.link-3 {
  color: red;
  text-decoration: none;
}

.text-span-6 {
  color: #000;
}

.footer-dark {
  color: #000;
  border-top-width: 1px;
  border-top-color: #e4ebf3;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px 15px;
  font-weight: 400;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.tabs-menu-2 {
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.link-4 {
  color: red;
  text-decoration: none;
}

.text-span-7 {
  color: #000;
}

.link-5 {
  color: red;
  text-decoration: none;
}

.text-span-8 {
  color: #000;
}

.link-6 {
  color: red;
  text-decoration: none;
}

.text-span-9 {
  color: #000;
}

.link-7 {
  color: red;
  text-decoration: none;
}

.text-span-10 {
  color: #000;
}

.link-8 {
  color: red;
  text-decoration: none;
}

.text-span-11 {
  color: #000;
}

.link-9 {
  color: red;
  text-decoration: none;
}

.text-span-12 {
  color: #000;
}

.link-10 {
  color: red;
  text-decoration: none;
}

.text-span-13 {
  color: #000;
}

.link-11 {
  color: red;
  text-decoration: none;
}

.text-span-14 {
  color: #000;
}

.link-12 {
  color: red;
  text-decoration: none;
}

.text-span-15 {
  color: #000;
}

.link-13 {
  color: red;
  text-decoration: none;
}

.text-span-16 {
  color: #000;
}

.link-14 {
  color: red;
  text-decoration: none;
}

.text-span-17 {
  color: #000;
}

.link-15 {
  color: red;
  text-decoration: none;
}

.text-span-18 {
  color: #000;
}

.link-16 {
  color: red;
  text-decoration: none;
}

.text-span-19 {
  color: #000;
}

.link-17 {
  color: red;
  text-decoration: none;
}

.text-span-20 {
  color: #000;
}

.link-18 {
  color: red;
  text-decoration: none;
}

.text-span-21 {
  color: #000;
}

.link-19 {
  color: red;
  text-decoration: none;
}

.text-span-22 {
  color: #000;
}

.link-20 {
  color: red;
  text-decoration: none;
}

.text-span-23 {
  color: #000;
}

.link-21 {
  color: red;
  text-decoration: none;
}

.text-span-24 {
  color: #000;
}

.link-22 {
  color: red;
  text-decoration: none;
}

.text-span-25 {
  color: #000;
}

.link-23 {
  color: red;
  text-decoration: none;
}

.text-span-26 {
  color: #000;
}

.link-24 {
  color: red;
  text-decoration: none;
}

.text-span-27 {
  color: #000;
}

.link-25 {
  color: red;
  text-decoration: none;
}

.text-span-28 {
  color: #000;
}

.link-26 {
  color: red;
  text-decoration: none;
}

.text-span-29 {
  color: #000;
}

.link-27 {
  color: red;
  text-decoration: none;
}

.text-span-30 {
  color: #000;
}

.link-28 {
  color: red;
  text-decoration: none;
}

.text-span-31 {
  color: #000;
}

.link-29 {
  color: red;
  text-decoration: none;
}

.text-span-32 {
  color: #000;
}

.link-30 {
  color: red;
  text-decoration: none;
}

.text-span-33 {
  color: #000;
}

.link-31 {
  color: red;
  text-decoration: none;
}

.text-span-34 {
  color: #000;
}

.link-32 {
  color: red;
  text-decoration: none;
}

.text-span-35 {
  color: #000;
}

.link-33 {
  color: red;
  text-decoration: none;
}

.text-span-36 {
  color: #000;
}

.link-34 {
  color: red;
  text-decoration: none;
}

.text-span-37 {
  color: #000;
}

.link-35 {
  color: red;
  text-decoration: none;
}

.text-span-38 {
  color: #000;
}

.link-36 {
  color: red;
  text-decoration: none;
}

.text-span-39 {
  color: #000;
}

.link-37 {
  color: red;
  text-decoration: none;
}

.text-span-40 {
  color: #000;
}

.link-38 {
  color: red;
  text-decoration: none;
}

.text-span-41 {
  color: #000;
}

.link-39 {
  color: red;
  text-decoration: none;
}

.text-span-42 {
  color: #000;
}

.link-40 {
  color: red;
  text-decoration: none;
}

.text-span-43 {
  color: #000;
}

.link-41 {
  color: red;
  text-decoration: none;
}

.text-span-44 {
  color: #000;
}

.link-42 {
  color: red;
  text-decoration: none;
}

.text-span-45 {
  color: #000;
}

.link-43 {
  color: red;
  text-decoration: none;
}

.text-span-46 {
  color: #000;
}

.link-44 {
  color: red;
  text-decoration: none;
}

.text-span-47 {
  color: #fd6a14;
  border: 1px solid #fd6a14;
}

.text-span-48 {
  color: #000;
}

.text-span-49 {
  color: #fd6a14;
  border: 1px solid #fd6a14;
}

.div-block {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-2 {
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: static;
}

.text-block-13 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-8 {
  border: 1px gray;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.slider {
  float: none;
  clear: both;
  justify-content: center;
  align-items: center;
  width: 450px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.tabs-content {
  overflow: hidden;
}

.image-3 {
  z-index: auto;
  float: none;
  clear: none;
  vertical-align: baseline;
  position: static;
  inset: 0%;
}

.slide {
  vertical-align: baseline;
  position: static;
}

.container-9, .container-10 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.slide-2 {
  aspect-ratio: auto;
  position: static;
  overflow: visible;
}

.grid-2 {
  grid-row-gap: 16px;
  text-align: center;
  border: 1px #000;
  border-radius: 3px;
  grid-template-rows: 1fr 1fr auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-items: center;
}

.subscript {
  font-weight: 400;
  display: inline;
}

.text-block-14 {
  background-color: #0ff;
  border: 1px solid #000;
  border-radius: 10px;
  width: 200px;
  max-width: none;
}

.text-block-15 {
  background-color: #00ffff75;
  border: 1px solid #000;
  border-radius: 10px;
  width: 200px;
}

.text-block-16 {
  background-color: orange;
  border: 1px solid #000;
  border-radius: 10px;
  width: 200px;
}

.text-block-17 {
  background-color: #ffa500c9;
  border: 1px solid #000;
  border-radius: 10px;
  width: 200px;
}

.text-block-18 {
  background-color: #00ff00ab;
  border: 1px solid #000;
  border-radius: 10px;
  width: 200px;
}

.text-block-19 {
  background-color: #e99db5;
  border: 1px solid #000;
  border-radius: 10px;
  width: 200px;
}

.text-block-20 {
  background-color: #f8acc47a;
  border: 1px solid #000;
  border-radius: 10px;
  width: 200px;
  height: auto;
}

.text-block-21 {
  background-color: #718bd6;
  border: 1px solid #000;
  border-radius: 10px;
  width: 200px;
}

.grid-3 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-block-22 {
  margin-top: -15px;
  padding-top: 0;
}

.text-block-23 {
  color: #fff;
  text-align: left;
  background-color: #62c7af;
  border-radius: 10px;
}

.text-block-24 {
  text-align: left;
  margin-top: -15px;
}

.text-block-25 {
  color: #fff;
  background-color: #62c7af;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  align-self: auto;
}

.text-block-26 {
  color: #fff;
  background-color: #62c7af;
  border-radius: 10px;
  display: block;
}

.text-block-27 {
  color: #fff;
  background-color: #62c7af;
  border-radius: 10px;
}

.text-block-28 {
  color: #fff;
  background-color: #62c7af;
  border-radius: 10px;
  display: block;
}

.text-block-29, .text-block-30, .text-block-31, .text-block-32, .text-block-33, .text-block-34, .text-block-35, .text-block-36 {
  color: #fff;
  background-color: #62c7af;
  border-radius: 10px;
}

.text-block-37 {
  color: #fff;
  background-color: #00f;
  border-radius: 10px;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 0;
  display: flex;
}

.text-block-38, .text-block-39, .text-block-40, .text-block-41, .text-block-42, .text-block-43, .text-block-44, .text-block-45, .text-block-46, .text-block-47, .text-block-48, .text-block-49 {
  margin-top: -15px;
}

.text-block-50 {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
}

.link-45 {
  color: red;
  text-decoration: none;
}

.link-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  vertical-align: baseline;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.bold-text {
  color: #000c;
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.bold-text-2 {
  color: #000c;
  text-align: center;
  vertical-align: baseline;
  background-color: #fff;
  border: 1px solid #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  color: #000c;
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  display: flex;
}

.bold-text-8 {
  color: #000c;
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  display: flex;
}

.container-12 {
  z-index: 10;
  outline-offset: 0px;
  background-color: #fff;
  outline: 3px #000;
  width: 70%;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
}

.image-4 {
  opacity: 1;
  outline-offset: 0px;
  outline: 3px #000;
  width: 100%;
  margin-top: 0;
}

.div-block-4 {
  position: absolute;
  inset: 0% 0% auto;
}

.slider-2 {
  height: 100%;
}

.heading-8 {
  border-left: 3px solid #ff8b47;
  padding-left: 15px;
}

.heading-9, .heading-10 {
  border-left: 3px solid #ff8b47;
  margin-top: 40px;
  padding-left: 15px;
}

.heading-11 {
  border-left: 3px solid #ff8b47;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 15px;
}

.text-block-51 {
  margin-top: 20px;
  margin-bottom: 25px;
  margin-left: 15px;
}

.text-block-52 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.text-block-53, .text-block-54 {
  margin-bottom: 10px;
}

.grid-4 {
  grid-column-gap: 14px;
  grid-row-gap: 9px;
  grid-template: ". . Area-9 Area-9 . ."
                 "Area-16 . Area Area . ."
                 ". Area-14 Area-14 Area-14 Area-14 ."
                 "Area-2 Area-2 Area-3 Area-3 Area-4 Area-4"
                 ". . Area-15 Area-15 Area-15 Area-15"
                 ". . Area-5 Area-6 Area-7 Area-8"
                 ". . Area-10 Area-10 . ."
                 "Area-11 Area-11 Area-13 Area-13 Area-13 Area-13"
                 "Area-12 Area-12 Area-13 Area-13 Area-13 Area-13"
                 "Area-17 Area-17 Area-17 Area-17 . ."
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row dense;
  justify-content: stretch;
  justify-items: stretch;
  margin-bottom: 25px;
  display: none;
}

.text-block-55 {
  color: #0095ff;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
}

.text-block-56 {
  text-align: center;
  background-color: #ff8b47;
  border-radius: 5px;
  line-height: 30px;
}

.text-span-50 {
  color: red;
}

.text-span-51 {
  color: #000;
}

.text-span-52 {
  color: #000;
  text-align: center;
  padding-left: 0;
}

.button-18 {
  text-align: center;
  background-color: #0f0;
  border-radius: 10px;
  margin-top: -9px;
  padding-top: 10px;
}

.button-19 {
  color: #000;
  text-align: center;
  background-color: #0f0;
  border-radius: 10px;
  margin-top: -10px;
  line-height: 40px;
}

.text-block-57 {
  text-align: center;
  background-color: #0f0;
  border-radius: 10px;
  margin-top: -8px;
  line-height: 60px;
}

.text-block-58 {
  color: #0095ff;
  text-align: center;
  padding-top: 14px;
  font-size: 20px;
  line-height: 25px;
}

.button-20, .button-21 {
  color: #000;
  text-align: center;
  background-color: #ff0;
  border-radius: 10px;
  font-size: 12px;
}

.text-block-59, .text-block-60 {
  text-align: center;
  background-color: #ff0;
  border-radius: 10px;
  line-height: 38px;
}

.button-22, .button-23 {
  color: #000;
  text-align: center;
  background-color: #b7e5eb;
  border-radius: 10px;
}

.text-block-61 {
  background-color: #b7e5eb;
  border-radius: 10px;
  line-height: 28px;
}

.text-span-53, .text-span-54, .text-span-55, .text-span-56, .text-span-57 {
  color: red;
}

.text-block-62 {
  text-align: center;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  margin-left: -12px;
  margin-right: -12px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 14px;
  overflow: visible;
}

.text-block-63 {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-top: -10px;
  margin-bottom: -11px;
  display: flex;
}

.text-span-58 {
  justify-content: center;
  align-items: flex-start;
  margin-top: -6px;
  margin-bottom: 6px;
  display: flex;
}

.text-span-59 {
  margin-top: 15px;
  margin-right: -1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 16px;
}

.text-span-60, .text-span-61 {
  margin-top: 15px;
  margin-left: -1px;
  margin-right: -1px;
  font-size: 16px;
  line-height: 16px;
}

.text-span-62 {
  margin-top: 15px;
  margin-left: -1px;
  font-size: 16px;
  line-height: 16px;
}

.text-span-63 {
  margin-left: -1px;
  margin-right: -1px;
  font-size: 16px;
}

.text-span-64 {
  color: red;
}

.text-block-64 {
  padding-left: 20px;
}

.container-13 {
  margin-top: 10px;
}

.text-block-66 {
  color: #333;
}

.quick-stack-3 {
  text-align: left;
}

.cell-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.cell-15 {
  text-align: left;
  justify-content: center;
  align-items: flex-end;
}

.cell-16 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.cell-17, .cell-18 {
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.cell-19, .cell-20, .cell-21, .cell-22, .cell-23, .cell-24, .cell-25, .cell-26, .cell-27 {
  display: block;
}

.cell-28 {
  justify-content: center;
  align-items: flex-end;
  display: block;
}

.cell-29 {
  text-align: left;
  justify-content: center;
  align-items: flex-end;
}

.cell-30, .cell-31, .cell-32, .cell-33, .cell-34, .cell-35, .cell-36, .cell-37, .cell-38, .cell-39, .cell-40, .cell-41, .cell-42 {
  display: block;
}

.quick-stack-4, .quick-stack-5 {
  padding: 0;
}

.quick-stack-6 {
  margin-top: 20px;
  padding: 0;
}

.cell-43 {
  flex-flow: column;
  display: block;
}

.cell-44 {
  display: block;
}

.body-2 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.container-15 {
  padding-left: 50px;
  padding-right: 50px;
  display: none;
}

.section-5 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.container-16 {
  margin-bottom: 10px;
}

.quick-stack-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 0;
  padding-right: 0;
}

.button-24 {
  width: 100%;
}

.button-25 {
  border-left: 1px solid #000;
  width: 100%;
}

.button-26 {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  width: 50%;
}

.button-27 {
  width: 100%;
}

.button-28 {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.cell-45 {
  border-right-width: 1px;
  border-right-color: #000;
}

.div-block-5 {
  border: 1px solid #000;
  width: 100%;
  height: 50%;
}

.div-block-6 {
  border: 1px solid #000;
  width: 75px;
  height: 20px;
}

.div-block-7 {
  border-left: 1px solid #000;
  width: 100%;
  height: 20px;
}

.div-block-8 {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  width: 100%;
  height: 20px;
}

.div-block-9 {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  width: 100%;
  height: 20px;
}

.div-block-10 {
  border-left: 1px solid #000;
  width: 100%;
  height: 20px;
}

.div-block-11 {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  width: 100%;
  height: 20px;
}

.div-block-12, .div-block-13 {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  width: 100%;
  height: 20px;
}

.div-block-14 {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  width: 150px;
  height: 20px;
}

.button-29 {
  text-align: center;
  background-color: #6ea7e4;
  border-radius: 10px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-30 {
  text-align: center;
  background-color: #6ea7e4;
  border-radius: 10px;
  width: 90%;
  padding-left: 0;
  padding-right: 0;
}

.cell-46 {
  justify-content: center;
  align-items: center;
}

.button-31 {
  text-align: center;
  background-color: #6ea7e4;
  border-radius: 10px;
  width: 90%;
  padding-top: 19px;
  padding-bottom: 19px;
}

.cell-47 {
  justify-content: center;
  align-items: center;
}

.button-32 {
  text-align: center;
  background-color: #6ea7e4;
  border-radius: 10px;
  width: 90%;
  padding-top: 19px;
  padding-bottom: 19px;
}

.cell-48 {
  justify-content: center;
  align-items: center;
}

.button-33 {
  text-align: center;
  background-color: #6ea7e4;
  border-radius: 10px;
  width: 90%;
  padding-left: 0;
  padding-right: 0;
}

.cell-49, .cell-50 {
  justify-content: center;
  align-items: center;
}

.button-34 {
  text-align: center;
  background-color: #6ea7e4;
  border-radius: 10px;
  width: 90%;
}

.cell-51 {
  justify-content: center;
  align-items: center;
}

.button-35, .button-36 {
  text-align: center;
  background-color: #6ea7e4;
  border-radius: 10px;
  width: 90%;
}

.cell-52 {
  justify-content: center;
  align-items: center;
}

.text-block-67, .text-block-68 {
  text-align: center;
  font-size: 20px;
  line-height: 25px;
}

.grid-5 {
  grid-template-rows: auto;
}

.container-17 {
  color: #fff;
  background-color: #6ea7e4;
  border-radius: 10px;
  width: 100%;
  padding: 10px 20px 10px 0;
}

.button-37 {
  color: #333;
  text-align: center;
  background-image: url('../images/eminensuasinomaki.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 250px;
  box-shadow: 5px 5px 5px #0003;
}

.button-37:hover {
  background-color: #6ea7e4cc;
  box-shadow: 5px 5px 5px #00000080;
}

.button-38 {
  color: #333;
  text-align: center;
  background-image: url('../images/asinomakionsen.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 250px;
  box-shadow: 5px 5px 5px #0003;
}

.button-38:hover {
  background-color: #6ea7e4cc;
  box-shadow: 5px 5px 5px #00000080;
}

.quick-stack-8 {
  margin-left: 100px;
  margin-right: 100px;
}

.text-block-69 {
  margin-top: 20px;
  margin-left: 15px;
  line-height: 25px;
}

.list-item {
  margin-bottom: 10px;
}

.list-3 {
  margin-left: 15px;
  padding-left: 20px;
  list-style-type: decimal;
}

.container-18 {
  margin-top: 20px;
}

.list-item-2, .list-item-3 {
  margin-bottom: 10px;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-left: 100px;
}

.container-19 {
  color: #fff;
  cursor: pointer;
  background-color: #4da573;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.container-20 {
  color: #fff;
  cursor: pointer;
  background-color: #aead5f;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.container-21 {
  color: #fff;
  cursor: pointer;
  background-color: #58779a;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.container-22 {
  cursor: pointer;
  border: 2px solid #f09f70;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-block-70 {
  color: #f09f70;
  font-size: 14px;
}

.text-block-71 {
  font-size: 14px;
}

.grid-7 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1fr;
}

.text-block-72 {
  text-align: left;
}

.link-46 {
  color: #333;
}

.text-block-73 {
  text-align: left;
}

.link-47 {
  color: #333;
}

.text-block-74 {
  text-align: left;
}

.link-48 {
  color: #333;
}

.grid-8 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1fr;
}

.text-block-75, .text-block-76, .text-block-77 {
  text-align: left;
}

.link-49, .link-50, .link-51 {
  color: #333;
}

.container-23 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.grid-9 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1fr;
}

.container-24 {
  margin-top: 20px;
  margin-bottom: 30px;
  display: none;
}

.text-block-78 {
  text-align: left;
}

.link-52 {
  color: #333;
}

.text-block-79 {
  text-align: left;
}

.link-53 {
  color: #333;
}

.text-block-80 {
  text-align: left;
}

.link-54 {
  color: #333;
}

.container-25 {
  margin-top: 20px;
  margin-bottom: 30px;
  display: none;
}

.grid-10 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1fr;
}

.text-block-81 {
  text-align: left;
}

.link-55 {
  color: #333;
}

.text-block-82 {
  text-align: left;
}

.link-56 {
  color: #333;
}

.text-block-83 {
  text-align: left;
}

.link-57 {
  color: #333;
}

.container-26 {
  margin-top: 20px;
  margin-bottom: 30px;
  display: none;
}

.text-block-84 {
  font-size: 14px;
}

.image-7, .image-8 {
  width: 100%;
}

.text-block-85, .text-block-86, .text-block-87 {
  font-size: 14px;
}

.paragraph-5 {
  margin-top: 20px;
  margin-left: 15px;
}

.image-9 {
  background-image: linear-gradient(#00000080, #00000080);
}

.grid-11 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  margin-left: 140px;
  margin-right: 140px;
}

.paragraph-6 {
  margin-left: 15px;
}

.grid-12 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  margin-left: 140px;
  margin-right: 140px;
}

.paragraph-7 {
  margin-left: 15px;
}

.grid-13 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  margin-left: 140px;
  margin-right: 140px;
}

.heading-12 {
  text-align: center;
}

.paragraph-8 {
  margin-left: 15px;
}

.container-27 {
  margin-top: 50px;
}

.grid-14 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-15, .text-block-88, .div-block-16, .div-block-17, .text-block-89 {
  color: #fff;
  text-align: center;
  background-color: #ff8b47;
  border: 5px solid #fff;
  border-radius: 15px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 40px;
  box-shadow: 2px 2px 5px #0003;
}

.text-block-90 {
  color: #fff;
  text-align: center;
  background-color: #ff8b47;
  border: 5px solid #fff;
  border-radius: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 40px;
  box-shadow: 2px 2px 5px #0003;
}

.text-block-91, .div-block-18, .text-block-92 {
  color: #fff;
  text-align: center;
  background-color: #ff8b47;
  border: 5px solid #fff;
  border-radius: 15px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 40px;
  box-shadow: 2px 2px 5px #0003;
}

.paragraph-9 {
  margin-left: 15px;
}

.grid-15 {
  grid-template-columns: 1fr;
}

.paragraph-10 {
  margin-left: 15px;
}

.grid-16 {
  grid-template-columns: 1fr;
}

.image-11 {
  width: 100%;
}

.container-28 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-11, .paragraph-12 {
  margin-left: 15px;
}

.container-29 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-17 {
  grid-template-columns: 1fr;
}

.hero-heading-center {
  padding: 20px 30px;
  position: relative;
}

.container-30 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  line-height: 30px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.grid-18 {
  grid-template-columns: 1fr;
}

.hero-heading-right {
  padding: 20px 30px;
  position: relative;
}

.grid-19 {
  grid-template-columns: 1fr;
}

.text-block-93 {
  font-size: 20px;
  line-height: 40px;
}

.image-16 {
  width: 50%;
}

.section-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-13, .paragraph-14, .paragraph-15 {
  margin-left: 20px;
  line-height: 30px;
}

.paragraph-16 {
  color: #ffffffb3;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 30px;
}

.heading-13 {
  border-left: 2px solid #ff9a47;
  padding-left: 10px;
}

.heading-14, .heading-15 {
  border-left: 2px solid #ff9a47;
  margin-top: 40px;
  padding-left: 10px;
}

.text-block-94 {
  background-color: #000;
}

.container-32 {
  color: #fff;
  background-color: #000000e6;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-17 {
  width: 100%;
  position: relative;
}

.grid-20 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.heading-16 {
  margin-top: 0;
  padding-left: 20px;
}

.hero-heading-center-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.container-33 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
  padding-left: 20px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.grid-21 {
  grid-template-columns: 1fr;
}

.image-18, .image-19 {
  width: 100%;
}

.hero-heading-right-2 {
  padding: 20px 30px;
  position: relative;
}

.section-7, .section-8 {
  padding: 20px 30px;
}

.heading-17 {
  border-bottom: 2px solid #0006;
  padding-bottom: 10px;
  padding-left: 20px;
}

.heading-18 {
  border-left: 2px solid #ff8b47;
  margin-top: 40px;
  padding-left: 20px;
}

.paragraph-17, .paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23, .paragraph-24, .paragraph-25, .paragraph-26 {
  margin-left: 20px;
}

.heading-19 {
  margin-top: 20px;
}

.paragraph-27, .paragraph-28, .paragraph-29 {
  margin-left: 20px;
}

.heading-20 {
  margin-top: 20px;
}

.heading-21, .heading-22, .heading-23, .heading-24, .heading-25, .heading-26, .heading-27, .heading-28, .heading-29, .heading-30, .heading-31 {
  margin-top: 40px;
}

.grid-22 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.container-36 {
  flex-flow: column;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-20 {
  width: 100%;
}

.container-37 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-21 {
  width: 100%;
}

.container-38 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-22 {
  width: 100%;
}

.container-39 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-23 {
  width: 100%;
}

.container-40 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-24 {
  width: 100%;
}

.container-41 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-25 {
  width: 100%;
}

.container-42 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-26 {
  width: 100%;
}

.container-43 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-27 {
  width: 100%;
}

.heading-32, .text-block-95 {
  color: #333;
}

.link-block-9 {
  color: #333;
  border: 1px solid #0000004d;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.link-block-9:hover {
  background-image: linear-gradient(#e4e4e480, #e4e4e480);
}

.link-block-10 {
  color: #333;
  border: 1px solid #0000004d;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.link-block-10:hover {
  background-image: linear-gradient(#e4e4e480, #e4e4e480);
}

.link-block-11 {
  color: #333;
  border: 1px solid #0000004d;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.link-block-11:hover {
  background-image: linear-gradient(#e4e4e480, #e4e4e480);
}

.link-block-12 {
  color: #333;
  border: 1px solid #0000004d;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.link-block-12:hover {
  background-image: linear-gradient(#e4e4e480, #e4e4e480);
}

.link-block-13 {
  color: #333;
  border: 1px solid #0000004d;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.link-block-13:hover {
  background-image: linear-gradient(#e4e4e480, #e4e4e480);
}

.link-block-14 {
  color: #333;
  border: 1px solid #0000004d;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.link-block-14:hover {
  background-image: linear-gradient(#e4e4e480, #e4e4e480);
}

.link-block-15 {
  color: #333;
  border: 1px solid #0000004d;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.link-block-15:hover {
  background-image: linear-gradient(#e4e4e480, #e4e4e480);
}

.link-block-16 {
  color: #333;
  border: 1px solid #0000004d;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.link-block-16:hover {
  background-image: linear-gradient(#e4e4e480, #e4e4e480);
}

.link-58 {
  color: #333;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.link-58:hover {
  color: #646464;
}

.grid-23 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.container-44 {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.list-4 {
  list-style-type: decimal;
}

.paragraph-30 {
  padding-left: 20px;
}

.paragraph-31 {
  padding-left: 20px;
  text-decoration: underline;
}

.link-59, .paragraph-32, .paragraph-33, .paragraph-34 {
  padding-left: 20px;
}

.paragraph-35 {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 20px;
}

.heading-33, .heading-34, .heading-35, .heading-36 {
  border-left: 2px solid #ff8b47;
  margin-top: 40px;
  padding-left: 10px;
}

.image-28 {
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-left: 20px;
  display: block;
}

.image-29 {
  width: 80%;
  margin-right: 10px;
}

.image-30 {
  width: 80%;
}

.image-31 {
  width: 50%;
}

.grid-24 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  margin-left: 20px;
}

.image-32 {
  width: 40%;
  margin-left: 20px;
}

.section-10 {
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.image-33 {
  width: 40%;
  margin-left: 20px;
}

.paragraph-36 {
  margin-top: 20px;
  padding-left: 20px;
}

.grid-25, .grid-26 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.grid-27, .grid-28 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.link-60 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.container-46 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.slider-3, .slider-4, .slider-5 {
  height: 100%;
}

.heading-37 {
  border-left: 3px solid #ff8b47;
  padding-left: 15px;
}

.grid-29 {
  grid-template-rows: auto;
  margin-left: 20px;
}

.paragraph-37, .paragraph-38 {
  padding-left: 20px;
}

.grid-30 {
  grid-template-rows: auto;
  margin-left: 20px;
}

.hero-heading-right-3 {
  padding: 80px 30px;
  position: relative;
}

.container-52 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.paragraph-39 {
  text-align: right;
}

.container-53 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.paragraph-40 {
  color: #009dff;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.grid-31 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.hero-heading-left {
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

.paragraph-41 {
  color: #009dff;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.grid-32 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.heading-38 {
  border-left: 3px solid #ff8b47;
  padding-left: 15px;
}

.paragraph-42 {
  padding-left: 20px;
}

.grid-33 {
  grid-template-rows: auto;
  margin-left: 20px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.hero-heading-center-3 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-3.margin-bottom-32px {
  text-align: left;
  border-left: 3px solid #ff8b47;
  margin-bottom: 32px;
  padding-left: 15px;
}

.hero-wrapper-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-5 {
  margin-bottom: 24px;
}

.paragraph-43 {
  color: #009dff;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.hero-subscribe-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-54 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-6 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-6 {
  margin-bottom: 24px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.shadow-two-4 {
  width: 99.9963%;
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-left-2 {
  padding: 80px 30px;
  position: relative;
}

.paragraph-44 {
  color: #009dff;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.heading-39 {
  border-left: 3px solid #ff8b47;
  padding-left: 15px;
}

.hero-heading-center-4 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-4.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-heading-right-4 {
  padding: 80px 30px;
  position: relative;
}

.heading-40 {
  border-left: 3px solid #ff8b47;
  padding-left: 15px;
}

.paragraph-45 {
  color: #009dff;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.heading-41 {
  border-left: 3px solid #ff8b47;
  padding-left: 15px;
}

.paragraph-46 {
  color: #009dff;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-47 {
  color: #009dff;
  text-align: right;
  font-size: 20px;
  line-height: 30px;
}

.heading-42, .heading-43 {
  border-left: 3px solid #ff8b47;
  padding-left: 15px;
}

.link-block-17 {
  border: 1px solid #0000004d;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.link-block-17:hover {
  background-image: linear-gradient(#e4e4e480, #e4e4e480);
}

.link-block-18 {
  border: 1px solid #0000004d;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.link-block-18:hover {
  background-image: linear-gradient(#e4e4e480, #e4e4e480);
}

.link-block-19 {
  border: 1px solid #0000004d;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.link-block-19:hover {
  background-image: linear-gradient(#e4e4e480, #e4e4e480);
}

.link-block-20 {
  border: 1px solid #0000004d;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.link-block-20:hover {
  background-image: linear-gradient(#e4e4e480, #e4e4e480);
}

.link-block-21 {
  border: 1px solid #0000004d;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.link-block-21:hover {
  background-image: linear-gradient(#e4e4e480, #e4e4e480);
}

.link-block-22 {
  border: 1px solid #0000004d;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.link-block-22:hover {
  background-image: linear-gradient(#e4e4e480, #e4e4e480);
}

.link-block-23 {
  border: 1px solid #0000004d;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.link-block-23:hover {
  background-image: linear-gradient(#e4e4e480, #e4e4e480);
}

.link-block-24 {
  border: 1px solid #0000004d;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.link-block-24:hover {
  background-image: linear-gradient(#e4e4e480, #e4e4e480);
}

.link-block-25 {
  border: 1px solid #0000004d;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.link-block-25:hover {
  background-image: linear-gradient(#e4e4e480, #e4e4e480);
}

.link-block-26 {
  border: 1px solid #0000004d;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.link-block-26:hover {
  background-image: linear-gradient(#e4e4e480, #e4e4e480);
}

.grid-34 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.link-block-27 {
  border: 1px solid #0000004d;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.link-block-27:hover {
  background-image: linear-gradient(#e4e4e480, #e4e4e480);
}

.link-block-28 {
  border: 1px solid #0000004d;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.link-block-28:hover {
  background-image: linear-gradient(#e4e4e480, #e4e4e480);
}

.link-block-29 {
  border: 1px solid #0000004d;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.link-block-29:hover {
  background-image: linear-gradient(#e4e4e480, #e4e4e480);
}

.link-block-30 {
  border: 1px solid #0000004d;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.link-block-30:hover {
  background-image: linear-gradient(#e4e4e480, #e4e4e480);
}

.link-block-31 {
  border: 1px solid #0000004d;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.link-block-31:hover {
  background-image: linear-gradient(#e4e4e480, #e4e4e480);
}

.link-block-32 {
  border: 1px solid #0000004d;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.link-block-32:hover {
  background-image: linear-gradient(#e4e4e480, #e4e4e480);
}

.link-block-33 {
  border: 1px solid #0000004d;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.link-block-33:hover {
  background-image: linear-gradient(#e4e4e480, #e4e4e480);
}

.link-block-34 {
  border: 1px solid #0000004d;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.link-block-34:hover {
  background-image: linear-gradient(#e4e4e480, #e4e4e480);
}

.container-55 {
  text-align: right;
  max-width: none;
}

.grid-35 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: 20px;
  margin-right: 20px;
}

.container-56 {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 5px 5px 15px #0003;
}

.text-block-96, .text-block-97, .text-block-98, .text-block-99 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 40px;
}

.image-35, .image-36, .image-37, .image-38 {
  width: 40%;
}

.image-39, .image-40, .image-41, .image-42 {
  width: 35px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.image-43 {
  width: 45px;
  display: none;
}

.section-11 {
  margin-bottom: -150px;
  position: relative;
  top: -150px;
}

.navbar-no-shadow {
  width: 100%;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #ddd0;
  background-image: linear-gradient(0deg, #fff0, #fff9 20%);
  width: 100%;
  padding: 10px 20px;
  position: fixed;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand-2 {
  padding-bottom: 20px;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.image-44 {
  background-image: linear-gradient(270deg, #004aad, #5cdee6);
  width: 100%;
  padding-top: 80px;
}

.container-57 {
  color: #fff;
  background-color: #ff7f7f;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-block-100 {
  font-size: 14px;
}

.link-block-35, .link-block-36, .link-block-37, .link-block-38 {
  color: #333;
}

.text-block-101, .text-block-102, .text-block-103, .text-block-104, .text-block-105, .text-block-106 {
  font-size: 15px;
}

.body-3, .body-4, .body-5 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.body-6, .body-7 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.body-8, .body-9, .body-10 {
  font-family: Noto Sans JP, sans-serif;
}

.image-45 {
  width: 20%;
}

.grid-36 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .25fr .5fr 1fr;
}

.image-46, .image-47, .image-48, .image-49, .image-50, .image-51, .image-52, .image-53, .image-54, .image-55, .image-56, .image-57, .image-58, .image-59, .image-60, .image-61, .image-62, .image-63 {
  width: 40%;
}

.cell-53 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.image-64, .image-65, .image-66, .image-67, .image-68, .image-69, .image-70, .image-71, .image-72, .image-73, .image-74, .image-75, .image-76, .image-77, .image-78, .image-79 {
  width: 40%;
}

.container-58, .container-59, .container-60, .container-61 {
  width: 100%;
}

.cell-55 {
  display: block;
}

.container-62 {
  text-align: center;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
}

.image-80 {
  text-align: left;
  width: 50%;
}

.text-block-107 {
  color: #333;
  margin-bottom: 10px;
}

.link-block-39 {
  -webkit-text-decoration: none;
  text-decoration: none;
  box-shadow: 5px 5px 5px #0003;
}

.link-block-39:hover {
  box-shadow: 5px 5px 5px #00000080;
}

.link-block-40 {
  -webkit-text-decoration: none;
  text-decoration: none;
  box-shadow: 5px 5px 5px #0003;
}

.link-block-40:hover {
  box-shadow: 5px 5px 5px #00000080;
}

.text-block-108 {
  color: #333;
  margin-bottom: 10px;
}

.section-12 {
  display: none;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-63 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-5 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.text-block-109 {
  color: #333;
  font-size: 13px;
  line-height: 20px;
}

.image-81 {
  width: 50%;
}

.image-82 {
  width: 35px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.image-83 {
  width: 45px;
  display: none;
}

.image-84 {
  width: 35px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.image-85 {
  width: 45px;
  display: none;
}

.grid-37 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-left: 100px;
  margin-right: 100px;
}

.container-64 {
  margin-top: 40px;
}

.grid-38 {
  grid-template-rows: auto;
}

.cell-56, .cell-57 {
  justify-content: center;
  align-items: center;
}

.list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9 {
  text-align: left;
}

.cell-58 {
  justify-content: center;
  align-items: center;
}

.link-61 {
  color: #333;
  text-decoration-color: #333;
}

.link-62, .link-63, .link-64, .link-65, .link-66, .link-67 {
  color: #333;
}

.grid-39 {
  grid-template-rows: auto;
}

.cell-59, .cell-60 {
  justify-content: center;
  align-items: center;
}

.container-72 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-block-41 {
  border: 1px solid #0000004d;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.heading-44, .paragraph-48 {
  padding-left: 20px;
}

@media screen and (max-width: 991px) {
  .button {
    justify-content: center;
    align-items: center;
    width: 170px;
  }

  .button-2, .button-3, .button-4, .button-5 {
    width: 170px;
  }

  .button-6 {
    width: 170px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-span {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .quick-stack {
    grid-column-gap: 22px;
    grid-row-gap: 37px;
  }

  .cell {
    justify-content: center;
    align-items: flex-start;
  }

  .button-13, .button-14, .button-15 {
    border-left: 1px solid #fd8700;
    justify-content: flex-start;
    align-items: center;
    padding-left: 25px;
  }

  .link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: static;
  }

  .paragraph {
    color: #000;
    text-align: left;
    flex-flow: row;
    margin-top: -10px;
    padding-top: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 400;
    display: flex;
  }

  .cell-11 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .paragraph-2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image {
    width: 250px;
    max-width: none;
    height: 50px;
    display: inline-block;
  }

  .container-2 {
    margin-top: 0;
  }

  .container-7 {
    max-width: 728px;
  }

  .footer-wrapper {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .div-block {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .container-12 {
    width: 80%;
  }

  .text-block-66 {
    max-width: none;
  }

  .container-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-33 {
    width: 34px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell-49, .cell-50 {
    justify-content: flex-start;
    align-items: center;
  }

  .button-34 {
    width: 34px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell-51 {
    justify-content: flex-start;
    align-items: center;
  }

  .button-35, .button-36 {
    width: 34px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell-52 {
    justify-content: flex-start;
    align-items: center;
  }

  .quick-stack-8 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .container-30 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .paragraph-16 {
    font-size: 14px;
    line-height: 28px;
  }

  .heading-16 {
    margin-bottom: 0;
  }

  .container-33 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-52 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-54 {
    max-width: 728px;
  }

  .hero-wrapper-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-6 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-63 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }
}

@media screen and (max-width: 767px) {
  .container-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    text-align: left;
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .div-block-2 {
    text-align: right;
  }

  .container-12 {
    width: 90%;
  }

  .container-13 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .button-33 {
    padding-left: 10px;
  }

  .button-37, .button-38 {
    padding-bottom: 160px;
  }

  .quick-stack-8 {
    margin-left: 0;
    margin-right: 0;
  }

  .list-3 {
    padding-left: 40px;
  }

  .grid-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 100px;
  }

  .hero-heading-center, .hero-heading-right {
    padding: 60px 15px;
  }

  .grid-20 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .hero-heading-center-2, .hero-heading-right-2 {
    padding: 60px 15px;
  }

  .section-7, .section-8, .section-9 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-27 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-28 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .slider-3, .slider-4, .slider-5 {
    height: 100%;
  }

  .container-50 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-heading-right-3, .hero-heading-left {
    padding: 60px 15px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-center-3, .hero-subscribe-left, .hero-heading-left-2, .hero-heading-center-4, .hero-heading-right-4 {
    padding: 60px 15px;
  }

  .grid-35 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .grid-37 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .body {
    margin-left: 0;
    font-size: 15px;
  }

  .quick-stack-2 {
    margin-left: 3px;
  }

  .container-2 {
    border-style: none;
    margin-bottom: 10px;
  }

  .footer-dark {
    margin-left: 1px;
    padding-top: 15px;
  }

  .container-7 {
    max-width: none;
  }

  .footer-divider {
    margin-top: 15px;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
  }

  .grid-3 {
    grid-template-areas: "Area";
    grid-auto-flow: row;
  }

  .bold-text-2 {
    justify-content: center;
    align-items: center;
  }

  .container-12 {
    width: 100%;
  }

  .image-4 {
    margin-top: 0;
  }

  .slider-2 {
    margin-left: 0;
  }

  .button-18 {
    margin-right: 68px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-19 {
    margin-left: -78px;
    margin-right: 109px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-57 {
    margin-left: -117px;
    margin-right: 80px;
  }

  .text-block-65 {
    font-size: 13.1px;
  }

  .text-block-66 {
    margin-top: 10px;
  }

  .image-5 {
    margin-bottom: 10px;
  }

  .quick-stack-4 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-5 {
    padding: 0;
  }

  .quick-stack-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .body-2 {
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }

  .container-14 {
    margin-left: 10px;
  }

  .section-5 {
    padding-left: 10px;
  }

  .button-29 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
  }

  .button-30, .button-31, .button-32, .button-33, .button-34, .button-35, .button-36 {
    font-size: 10px;
  }

  .quick-stack-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0;
  }

  .container-19, .container-20 {
    height: 30px;
  }

  .container-21 {
    height: 30px;
    font-size: 10px;
  }

  .text-block-70, .text-block-71, .text-block-84, .text-block-85, .text-block-86, .text-block-87 {
    font-size: 10px;
  }

  .grid-14 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 60px;
    margin-right: 60px;
  }

  .div-block-15, .text-block-88, .div-block-16, .div-block-17, .text-block-89, .text-block-90, .text-block-91, .div-block-18, .text-block-92 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-30 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .container-33 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .grid-22 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-23 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .section-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-25, .grid-26 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-27 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-28 {
    grid-template-columns: 1fr 1fr;
  }

  .container-47, .container-48, .container-49, .container-51 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-52 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .container-54 {
    max-width: none;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .grid-34 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-35 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-96, .text-block-97, .text-block-98, .text-block-99 {
    font-size: 15px;
  }

  .section-11 {
    margin-bottom: -30px;
    top: -30px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .text-block-100, .text-block-101, .text-block-102, .text-block-103 {
    font-size: 10px;
  }

  .body-3, .body-4, .body-5, .body-6 {
    font-size: 15px;
  }

  .container-63 {
    max-width: none;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .text-block-109 {
    font-size: 10px;
  }

  .grid-37 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-65, .container-66, .container-67, .container-68, .container-69, .container-70, .container-71 {
    margin-left: 10px;
  }
}

#w-node-_7ac97670-bdd9-f40a-1467-72c29565bd10-5703d2aa, #w-node-e53a7a0b-0769-f42f-7f58-4722e5754e08-5703d2aa, #w-node-_6ec640b4-47cd-e0cf-f96f-fcff4b8461c7-5703d2aa, #w-node-_7630c239-5206-cf58-5d17-9f868581d5af-5703d2aa, #w-node-_4fcfc73d-fb19-1a38-3dd5-1ad0ce72cf6f-5703d2aa, #w-node-_4bc2b6b7-75f1-b541-a5d5-990f790fbdbb-5703d2aa, #w-node-_7479c19a-2746-fc43-5e98-8aab4eaf700d-5703d2aa, #w-node-_000dbe0c-8836-73d0-3fec-edc5f4053127-5703d2aa, #w-node-_9ca85165-0e6e-767d-bf55-ffa2ed5a75ac-5703d2aa, #w-node-_42c1c1e0-b450-7c56-20e6-b52364d2a8b7-5703d2aa, #w-node-_0faf0269-60da-fd62-499b-17d077850a8a-5703d2aa, #w-node-_4841c5c4-318b-ad2b-7423-1fb291229e50-5703d2aa {
  align-self: center;
}

#w-node-_31e3dbec-1651-db25-a5f3-97a6b7347239-5703d2aa {
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto auto;
}

#w-node-_95c2682f-1b9f-8ec6-76a5-e6926df83c9b-5703d2aa {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f5f14196-a819-96bf-8409-df1db35409cd-7840f171 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-d215a0a1-9234-be44-95e8-d14983ebc5fa-7840f171, #w-node-_5307d8b8-d42f-d048-3956-b24d8b0d6cb0-7840f171, #w-node-f80c8b1a-5bde-aa31-dda3-54e9ccfbca0d-7840f171, #w-node-_43e47fed-fcdb-e8c2-bb82-4bc53fd7bbf6-7840f171, #w-node-_9a6148b4-5656-1994-76d5-9d3be9b6d729-7840f171, #w-node-_73cc35e8-0f0b-e33f-d860-7c0c214193c8-7840f171 {
  grid-column: span 4 / span 4;
}

#w-node-_299e8d74-b838-9a7a-30a6-24e3c5068df5-7840f171, #w-node-e374cee0-7d6f-fde5-af63-f3db9f9b14bf-7840f171, #w-node-_48d22d0e-efc0-d5cb-d319-a88abd8190d2-7840f171, #w-node-bbb8c7e7-0ba9-0f83-fc15-ca665d8b45c1-7840f171, #w-node-d273fb0f-5975-0a23-130b-e7bc60a05414-7840f171, #w-node-_3fd5bf4c-351c-29e0-0fbd-199579ca8061-7840f171, #w-node-_84c3e5ab-f408-c961-cdc1-bc0b1007173f-7840f171, #w-node-_8bef5bb4-a0e5-32c2-4a0c-7977a9d31ad9-7840f171 {
  grid-column: span 2 / span 2;
}

#w-node-b9ad9978-bf9a-de3b-9fcd-728130a822b9-7840f171 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b9ad9978-bf9a-de3b-9fcd-728130a822ba-7840f171 {
  grid-column: span 2 / span 2;
}

#w-node-ec9f3b00-2f1e-e3f3-9e5c-44864555c674-7840f171 {
  justify-self: end;
}

#w-node-ebd9ff9e-b3cd-9da3-92eb-420f8a2afb29-7840f171 {
  justify-self: start;
}

#w-node-afb95b6e-2df5-97d9-f437-70b83d9b1c8e-7840f171 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d24c3e0-95d5-96f7-f9bf-f50f9619e442-7840f171 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_471c4fd8-1153-564f-04a6-78151e53d215-7840f171 {
  grid-area: Area-2;
}

#w-node-_092c837c-1309-c5fb-430d-d96f0e8b9e83-7840f171 {
  grid-area: Area;
}

#w-node-_26755258-11c9-1977-0406-824ed6b9621d-7840f171 {
  grid-area: Area-14;
}

#w-node-_8e0eaad9-a3a7-35f1-f9b2-485489b5321b-7840f171 {
  grid-area: Area-15;
}

#w-node-_4d8d0403-42ed-4afd-27fb-76ff2a921743-7840f171 {
  grid-area: Area-3;
}

#w-node-_726f6f19-c17a-2965-07b3-8803919b620c-7840f171 {
  grid-area: Area-4;
}

#w-node-_98e9fd27-e23a-ecda-37de-12fea81958de-7840f171 {
  grid-area: Area-5;
}

#w-node-ddfe4b7a-20e8-a641-25b5-c528a943d835-7840f171 {
  grid-area: Area-10;
}

#w-node-_812f1408-33fc-5332-bc8d-35bc8bdf2b24-7840f171 {
  grid-area: Area-11;
}

#w-node-_612e4d61-a4dd-d473-fc52-41bcd6693e73-7840f171 {
  grid-area: Area-12;
}

#w-node-d79d6363-b869-33fd-9b5b-d1843df2f1a0-7840f171 {
  grid-area: Area-13;
}

#w-node-_27eeac9f-aebb-2a33-00b1-05e0472609b5-7840f171 {
  grid-area: Area-7;
}

#w-node-_3bc30b32-0b90-5a61-0f31-3cca3bb43524-7840f171 {
  grid-area: Area-6;
}

#w-node-_96c0dab7-dd3c-489b-9dc9-4b5a34b8dcbb-7840f171 {
  grid-area: Area-8;
}

#w-node-d076b63f-eed7-3699-2aef-783e38f5a16d-7840f171 {
  grid-area: Area-17;
}

#w-node-_0e85672b-73c1-2a30-1bc9-e96cb8d3b1e5-7840f171 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9c50f028-163b-83e3-78a7-4611b0aa79ff-7840f171 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto 1fr auto auto auto minmax(auto, 1fr) auto;
  grid-template-columns: 1fr;
}

#w-node-b6dec633-f953-a18d-535b-aa4adceb56f4-7840f171 {
  grid-row: span 3 / span 3;
}

#w-node-_7887adf9-b82a-60eb-3b1f-19adf5beb7ae-7840f171 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_490e554c-dbde-7316-3ae7-dbb894ac6b80-7840f171 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_95b95a7b-f5e8-1efd-48ea-b23f40158fbf-67d9a752, #w-node-da613834-4c50-4b96-88a2-beddb802997b-67d9a752, #w-node-a5cd52b8-d8d1-4bdb-fdc8-765f2f411016-67d9a752, #w-node-_8cb8ebeb-94d0-73a4-fa6b-ca449823be46-67d9a752, #w-node-_96f4c142-3486-3854-cd46-e506f6937294-67d9a752, #w-node-_38592a0c-a917-7575-5caf-1dcaf36bb91f-67d9a752, #w-node-c0b0d8ba-d65b-b77a-09ea-196b05198192-67d9a752 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c62cdfe7-663a-cf5c-39ca-ec39894e234b-67d9a752 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .25fr .5fr 1fr;
}

#w-node-_7c332ed1-522d-ee58-d105-b845b88371bf-67d9a752 {
  grid-row: span 9 / span 9;
}

#w-node-_26d451d4-1d96-c338-d8a7-d0a648c0d81a-67d9a752 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fd4e5180-8a85-2603-515c-67203424581c-9f0161d1 {
  justify-self: start;
}

#w-node-_52675bfb-bf14-fd85-edad-2a5b7087a415-9f0161d1 {
  justify-self: end;
}

#w-node-_1a4763e4-cdb6-62b0-5ea5-2bd6bd28aa97-9f0161d1, #w-node-_29ab67b9-3039-8ae6-3328-1cf7e74252ef-9f0161d1 {
  justify-self: start;
}

#w-node-_81b6e307-2af2-fe30-290b-2c0c103c2e3f-9f0161d1 {
  justify-self: end;
}

#w-node-_62f67b75-65ec-c4de-b93a-b374fb1d3dae-9f0161d1, #w-node-bcb91ec6-7191-4c0b-05dc-fe26402df398-9f0161d1, #w-node-_645fb777-8786-3cec-1332-499f5ca47000-9f0161d1, #w-node-_3c09432d-288d-8187-7850-0fb1274f4276-9f0161d1 {
  justify-self: center;
}

#w-node-_88ba1ff9-02a3-aa1e-411e-c8bf03a4f315-9f0161d1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_50759736-a8ce-3649-4bc5-c132cb17e7a9-1190753c, #w-node-_6061d2c4-52f8-dcd1-2192-c7de2a1dcea4-1190753c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa9843a5-da70-bc2d-fa0f-004c6b77e6e0-1190753c {
  justify-self: start;
}

#w-node-fa9843a5-da70-bc2d-fa0f-004c6b77e6e2-1190753c {
  justify-self: end;
}

#w-node-_43467ceb-2556-8dd2-1206-2446e7942cb5-1190753c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18c6ba47-8cf4-2bf0-2e2f-733270f07fdf-1190753c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_074130d3-3c53-d8f9-7845-cb8d874fc123-dafe9112 {
  order: 9999;
}

#w-node-d441f928-a91a-9153-4ef7-180a1491ca9c-dafe9112, #w-node-d16a8363-5b84-dbd5-317a-389e10586e41-dafe9112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d80c35a7-a7d6-7aa8-1537-e35f41bda5a8-dafe9112, #w-node-_6eb8df81-ca1b-196b-7741-c0f1d7927f99-c864bd7b, #w-node-_201bf2d5-a5ae-31df-33d7-34633a422790-961dbdc1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-acc06f2d-7757-e4d4-72b7-ce68b774d4d4-d8443b2d, #w-node-b1195217-2ed5-ffaa-fb89-817cd39ebeae-d8443b2d, #w-node-_98e0f955-f5d4-dfef-4aad-e0b16a5fd245-d8443b2d, #w-node-_3e291c42-5052-0d98-be16-29e5ac2c0e38-d8443b2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2434414-1e90-4620-1f34-5fb698a951fb-d8443b2d, #w-node-ec958efb-4ae0-8973-3055-afa83df4c92a-384977dd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_31e3dbec-1651-db25-a5f3-97a6b7347239-5703d2aa {
    grid-template-rows: auto auto;
    grid-template-columns: auto auto 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_31e3dbec-1651-db25-a5f3-97a6b7347239-5703d2aa {
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
  }

  #w-node-_95c2682f-1b9f-8ec6-76a5-e6926df83c9b-5703d2aa, #w-node-_490e554c-dbde-7316-3ae7-dbb894ac6b80-7840f171, #w-node-_26d451d4-1d96-c338-d8a7-d0a648c0d81a-67d9a752, #w-node-_88ba1ff9-02a3-aa1e-411e-c8bf03a4f315-9f0161d1, #w-node-_18c6ba47-8cf4-2bf0-2e2f-733270f07fdf-1190753c, #w-node-d80c35a7-a7d6-7aa8-1537-e35f41bda5a8-dafe9112, #w-node-_6eb8df81-ca1b-196b-7741-c0f1d7927f99-c864bd7b, #w-node-_201bf2d5-a5ae-31df-33d7-34633a422790-961dbdc1, #w-node-d2434414-1e90-4620-1f34-5fb698a951fb-d8443b2d, #w-node-ec958efb-4ae0-8973-3055-afa83df4c92a-384977dd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_31e3dbec-1651-db25-a5f3-97a6b7347239-5703d2aa {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
  }

  #w-node-_95c2682f-1b9f-8ec6-76a5-e6926df83c9b-5703d2aa, #w-node-_0e85672b-73c1-2a30-1bc9-e96cb8d3b1e5-7840f171, #w-node-_490e554c-dbde-7316-3ae7-dbb894ac6b80-7840f171, #w-node-_26d451d4-1d96-c338-d8a7-d0a648c0d81a-67d9a752, #w-node-_88ba1ff9-02a3-aa1e-411e-c8bf03a4f315-9f0161d1, #w-node-_18c6ba47-8cf4-2bf0-2e2f-733270f07fdf-1190753c, #w-node-d80c35a7-a7d6-7aa8-1537-e35f41bda5a8-dafe9112, #w-node-_6eb8df81-ca1b-196b-7741-c0f1d7927f99-c864bd7b, #w-node-_201bf2d5-a5ae-31df-33d7-34633a422790-961dbdc1, #w-node-d2434414-1e90-4620-1f34-5fb698a951fb-d8443b2d, #w-node-ec958efb-4ae0-8973-3055-afa83df4c92a-384977dd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


