:root {
  --markhoiry: #557792;
  --pr: #c73a3a;
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 65px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

strong {
  font-weight: bold;
}

.container {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding: 60px 60px 0;
  display: flex;
  position: relative;
}

.container.sub_conts {
  pointer-events: auto;
  padding-top: 0;
  padding-bottom: 60px;
}

.body {
  color: #242424;
  background-color: #dbdbdb;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.25;
}

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

.image {
  pointer-events: none;
  vertical-align: middle;
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  height: 70vh;
  min-height: 500px;
  max-height: 835px;
}

.heading {
  color: #242424;
  text-transform: uppercase;
  flex: 0 auto;
  font-size: clamp(20px, 3vw, 48px);
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}

.text-span {
  color: #c73939;
  text-underline-offset: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: clamp(24px, 6vw, 100px);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: underline;
  text-decoration-thickness: 6px;
  display: inline-block;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  perspective: 770px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: translate(0);
}

.cheker_cont {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 1;
  will-change: transform;
  transform-style: preserve-3d;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: auto;
  display: grid;
  position: absolute;
  inset: 39% auto auto 50%;
  transform: translate(-50%, -50%)rotateX(72deg)rotateY(-1deg)rotateZ(39deg);
}

.chk_bw {
  will-change: transform, opacity;
  background-color: #ebebeb;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.86, 0, .07, 1);
  transform: translate(0);
  box-shadow: inset 0 2px 20px #86a0ff00;
}

.chk_bw.levitated {
  opacity: 0;
  transform-style: preserve-3d;
  transition-timing-function: cubic-bezier(.86, 0, .07, 1);
  transform: translate3d(0, 0, -150px);
}

.div-block-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed {
  opacity: .09;
  pointer-events: auto;
  position: absolute;
}

.code-embed:hover {
  opacity: 19;
}

.div-block-3 {
  flex: 1;
}

.container-2 {
  z-index: 3;
  opacity: 1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #dadada66;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  align-self: stretch;
  width: 100%;
  max-width: 1400px;
  padding: 20px 25px 15px;
  display: flex;
  position: sticky;
  top: 0;
}

.image-2 {
  object-fit: contain;
  max-width: 150px;
  height: 51px;
}

.text-block {
  align-self: center;
  margin-left: auto;
  padding-right: 8px;
  font-size: 20px;
  line-height: 1.1;
}

.div-block-4 {
  pointer-events: none;
  background-image: linear-gradient(#dbdbdb 28%, #0000 66%);
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.code-embed-2 {
  pointer-events: none;
  color: var(--markhoiry);
  width: 100.5%;
  height: 230px;
  position: absolute;
  inset: auto 0% -7px;
}

.div-block-5 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
}

.link-block {
  outline-offset: 0px;
  color: #242424;
  background-color: #ffffff5e;
  border: 1px #000;
  border-radius: 3px;
  outline: 1px solid #00000021;
  justify-content: center;
  align-items: center;
  padding: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.link-block:hover {
  box-shadow: -6px 7px #0000001c;
}

.link-block.hilight_red {
  color: #fff;
  background-color: #c73a3a;
}

.image-3 {
  filter: brightness(0%);
  object-fit: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.image-3.call {
  filter: brightness(1000%);
}

.text-block-2 {
  align-self: center;
  padding-right: 8px;
  font-size: 14px;
}

.div-block-6 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block-2.w--current {
  transition: all .2s;
}

.link-block-2.w--current:hover {
  outline-offset: 4px;
  border-radius: 7px;
  outline: 2px solid #c73a3a69;
}

.block-quote {
  text-align: center;
  text-shadow: 0 4px 4px #0003;
  border: 1px #000;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 920px;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
}

.section-2 {
  background-color: #646464;
  background-image: linear-gradient(180deg, var(--markhoiry), #fff0 75%), radial-gradient(circle farthest-corner at 50% -175%, var(--markhoiry) 62%, #27120566), url('../images/ckmv001_1.avif');
  color: #fff;
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  padding-bottom: 80px;
  position: relative;
}

.rich-text-block {
  justify-content: center;
  align-items: center;
  min-height: 600px;
  display: flex;
}

.bold-text-3 {
  color: #ffcc8f;
  display: inline;
}

.code-embed-3 {
  width: 100%;
  height: 120px;
  position: absolute;
  inset: 10px 0% auto;
  transform: translate(0, -100%);
}

.code-embed-3.footer {
  color: #000;
  border: 1px #000;
  top: 15px;
}

.code-embed-3.sub_hm {
  color: #dbdbdb;
  inset: auto 0% -11px;
  transform: none;
}

.container-3 {
  perspective: 752px;
  perspective-origin: 50%;
  max-width: 1280px;
  padding: 100px 60px;
  position: relative;
}

.container-3.stick_top_bt {
  border-bottom: 4px dashed #adadad;
  max-width: 100%;
  padding: 0;
  overflow: hidden;
}

.container-3.stick_top_bt.bg_whitend {
  z-index: -1;
  background-color: #fff;
  border-bottom-style: none;
  width: 100%;
  max-width: 1500px;
  height: 150px;
  transform: rotate(0);
}

.container-3.footer_cont {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-2 {
  text-align: center;
  text-transform: none;
}

.image-4 {
  width: 150px;
}

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

.chk_grd_layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.ckh_grd_itm {
  aspect-ratio: 1;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
  position: relative;
}

.image-5 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: block;
}

.div-block-9 {
  flex: 1;
  align-self: stretch;
}

.text-block-3 {
  text-align: center;
  padding: 20px;
  font-size: 24px;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 8px;
  right: 8px;
}

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

.link-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--pr);
  color: var(--pr);
  text-align: center;
  background-color: #dbdbdb;
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 3px 5px #0003;
}

.link-block-3:hover {
  background-color: #fff;
}

.image-6 {
  align-self: center;
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
}

.text-block-5 {
  color: #000;
  font-size: 20px;
  line-height: 1.2;
}

.heading-3 {
  color: var(--pr);
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 30px;
}

.image-7 {
  width: 20%;
  margin-bottom: -4px;
  margin-left: 0%;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.image-7.bottom_slidable {
  object-fit: contain;
  width: 55%;
  max-height: 100%;
  margin-left: 15%;
  position: relative;
}

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

.div-block-11 {
  text-align: center;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: inset 0 2px 5px #0003;
}

.heading-5 {
  color: var(--pr);
  font-size: 32px;
  line-height: 1.2;
}

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

.block-quote-2 {
  border-left-color: var(--pr);
}

.footer_qwe {
  color: var(--markhoiry);
  background-color: #000;
  background-image: url('../images/Checkers-Moving-_2.avif'), linear-gradient(#000 11%, #1f1f1f);
  background-position: 50%, 0 0;
  background-size: 350px, auto;
  margin-top: 130px;
  position: relative;
}

.image-8 {
  max-width: 500px;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  margin-top: -175px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 70px;
  display: flex;
}

.ssm_btn-2 {
  color: #575757;
  background-color: #1b1b1b;
  border: 1px solid #ffffff42;
  border-radius: 59px 24px 47px 59px;
  padding: 6px 16px 6px 6px;
  transition: all .45s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.ssm_btn-2:hover {
  color: #fff;
  background-color: #2a2f46;
  box-shadow: 0 0 19px #ffffff38;
}

.code-embed-43 {
  aspect-ratio: 4 / 1.12;
  filter: drop-shadow(0 0 #d6f2ff00);
  justify-content: center;
  align-items: center;
  width: 230px;
  line-height: 100%;
  transition: all .2s;
  display: flex;
}

.code-embed-44 {
  opacity: .16;
  color: #e6eaee;
  min-height: 50%;
  transition: opacity .3s;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-6 {
  color: #adadad;
}

.section-3 {
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  min-height: 299px;
  margin-top: -180px;
  margin-bottom: -50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-14 {
  z-index: 1;
  background-image: linear-gradient(90deg, #dbdbdb 47%, #dbdbdb00);
  width: 25%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-14.last_one {
  z-index: 1;
  background-image: linear-gradient(272deg, #dbdbdb 47%, #dbdbdb00);
  inset: 0% 0% 0% auto;
}

.paragraph-3 {
  font-size: 19px;
}

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

.section-4 {
  overflow: hidden;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin: 20px auto 40px;
}

.youtube {
  border-radius: 8px;
  overflow: hidden;
}

.heading-8 {
  text-transform: uppercase;
}

.heading-9, .paragraph-4 {
  text-align: center;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
    line-height: 1.2;
  }

  h2 {
    font-size: 42px;
    line-height: 1.2;
  }

  .container {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .image {
    height: 50vw;
    min-height: 410px;
  }

  .heading {
    font-size: 40px;
    line-height: 1.5;
  }

  .text-span {
    font-size: 60px;
  }

  .cheker_cont {
    width: 150vw;
  }

  .div-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-5 {
    grid-column-gap: 12px;
    grid-row-gap: 10px;
  }

  .link-block, .link-block.hilight_red {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .text-block-2 {
    display: none;
  }

  .bold-text {
    font-size: 14px;
  }

  .link-block-2 {
    align-self: center;
  }

  .block-quote {
    font-size: 28px;
  }

  .rich-text-block {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .container-3 {
    padding: 60px 40px;
  }

  .container-3.stick_top_bt.bg_whitend {
    height: auto;
  }

  .heading-2 {
    text-align: left;
  }

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

  .text-block-3 {
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

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

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

  .div-block-11 {
    outline-offset: 0px;
    border-radius: 6px;
    outline: 3px #555;
    box-shadow: inset 0 2px 5px #0003;
  }

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

  .ssm_btn-2 {
    color: #464646;
  }

  .section-3 {
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-9 {
    max-width: 300px;
  }

  .paragraph-4 {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
    line-height: 1.2;
  }

  h2 {
    font-size: 36px;
    line-height: 1.2;
  }

  .container {
    align-self: center;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image {
    height: 55vw;
    min-height: auto;
  }

  .heading {
    font-size: 28px;
    line-height: 1.8;
  }

  .text-span {
    font-size: 42px;
  }

  .cheker_cont {
    width: 175vw;
  }

  .code-embed {
    inset: 0% auto auto 0%;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-2 {
    max-width: 135px;
    height: 47px;
  }

  .code-embed-2 {
    height: 200px;
  }

  .block-quote {
    font-size: 24px;
  }

  .rich-text-block {
    min-height: auto;
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .image-4 {
    display: none;
  }

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

  .text-block-3 {
    padding: 10px 20px 20px;
    font-size: 20px;
    line-height: 1.2;
  }

  .grid-2 {
    max-width: 100%;
  }

  .link-block-3 {
    font-size: 20px;
  }

  .image-6 {
    width: 100px;
    height: 100px;
    font-size: 20px;
  }

  .text-block-5 {
    overflow-wrap: anywhere;
    font-size: 18px;
    line-height: 1.2;
  }

  .heading-3 {
    font-size: 24px;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 1.2;
  }

  h2 {
    font-size: 24px;
    line-height: 1.2;
  }

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

  .image {
    height: 58vw;
  }

  .heading {
    font-size: 18px;
    line-height: 1.8;
  }

  .text-span {
    text-underline-offset: 9px;
    padding-left: 0;
    padding-right: 0;
    font-size: 29px;
    line-height: 1.1;
    text-decoration-thickness: 3px;
  }

  .section {
    max-width: 100vw;
    overflow: hidden;
  }

  .cheker_cont {
    width: 250vw;
  }

  .code-embed {
    max-width: 60%;
  }

  .container-2 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    padding: 12px 15px 12px 20px;
  }

  .image-2 {
    max-width: 100px;
    height: 40px;
    margin-bottom: -2px;
  }

  .text-block {
    padding-right: 0;
    display: none;
  }

  .code-embed-2 {
    height: 150px;
  }

  .div-block-5 {
    pointer-events: none;
    flex: 0 auto;
    justify-content: flex-end;
    margin-top: auto;
    padding-left: 0;
  }

  .link-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    pointer-events: auto;
  }

  .link-block.hilight_red {
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    width: auto;
  }

  .image-3 {
    width: 40px;
    height: 40px;
  }

  .bold-text {
    display: none;
  }

  .link-block-2.w--current {
    align-self: center;
    margin-left: -6px;
  }

  .bold-text-2 {
    margin-right: 6px;
    font-size: 24px;
    line-height: 1;
  }

  .block-quote {
    font-size: 22px;
  }

  .section-2 {
    background-image: linear-gradient(180deg, var(--markhoiry) 43%, #fff0), radial-gradient(circle farthest-corner at 50% -175%, var(--markhoiry) 62%, #27120566), url('../images/ckmv001_1.avif');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    padding-bottom: 32px;
  }

  .rich-text-block {
    min-height: auto;
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .code-embed-3 {
    height: 60px;
  }

  .container-3 {
    max-width: 100%;
    padding: 40px 20px;
  }

  .container-3.stick_top_bt.bg_whitend {
    display: none;
  }

  .chk_grd_layout {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .text-block-3 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.1;
    left: 4px;
    right: 4px;
  }

  .grid-2 {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .link-block-3 {
    font-size: 20px;
  }

  .image-6 {
    width: 70px;
    height: 70px;
    margin-bottom: 0;
  }

  .text-block-5 {
    font-size: 17px;
  }

  .heading-3 {
    font-size: 20px;
  }

  .image-7 {
    width: 55%;
  }

  .image-7.bottom_slidable {
    width: 81%;
    margin-left: -68%;
  }

  .grid-3 {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .footer_qwe {
    margin-top: 90px;
  }

  .image-8 {
    max-width: 200px;
  }

  .div-block-12 {
    margin-top: -65px;
    margin-bottom: 20px;
  }

  .ssm_btn-2 {
    margin: 0 auto;
  }

  .section-3 {
    display: none;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 1.2;
  }
}

#w-node-_97c4bb11-ed75-c44f-a360-c117892da27d-8b99316f, #w-node-f1a2eb74-b867-39e3-b737-c37829f5e410-8b99316f, #w-node-_53f6918b-f40e-da1c-b499-6b427f6b509a-8b99316f, #w-node-_09adfb87-6be2-1ec4-c13f-8ca17e32781f-8b99316f, #w-node-_7a460404-498e-c540-f9ff-50bacdccfd26-8b99316f, #w-node-_213afe22-ecf4-5762-658e-7d7bd593401c-8b99316f, #w-node-c6358fb6-f99a-0544-d049-6c7414dbf1c0-8b99316f, #w-node-ddc9c678-a7e1-e6f4-9f8d-8156c49b66e9-8b99316f, #w-node-_1bedaca4-3673-c23b-136b-162b9530f628-8b99316f, #w-node-_6e9e9fcb-e354-03b4-db2f-dc40d5b282f1-8b99316f, #w-node-f2c4e320-1389-7ca4-2eff-d9e826b100f6-8b99316f, #w-node-_35b1b9c6-3ca7-6bf0-d5cf-0c8692fce9f9-8b99316f, #w-node-c2bc1b2b-03d6-85aa-0e16-b1af5ea22144-8b99316f, #w-node-_317c1b14-c796-9a21-e23f-7cc6030599d1-8b99316f, #w-node-fe4cd7d0-4dae-5907-3bd5-931f6a00bb01-8b99316f, #w-node-_50e94387-9906-a832-f8e7-e5d827fbee96-8b99316f, #w-node-c99c5b37-7873-5019-51a6-85c4b7bf1149-8b99316f, #w-node-_238ad5e2-bf78-173e-8430-0422c2d04467-8b99316f, #w-node-a5b321c5-04cb-83f1-fb68-d600d283328f-8b99316f, #w-node-a7c7c3c0-0deb-c98b-8e1b-bb58a8134a6c-8b99316f, #w-node-d793b5b3-89e5-f627-39e6-deed0d2e1f2a-8b99316f, #w-node-_711eda84-d080-0df3-2ea6-972782da6a96-8b99316f, #w-node-_0220b9a3-1569-cf66-0681-85f5d77fd1cc-8b99316f, #w-node-f765839e-d280-8458-e60c-430b91a123f9-8b99316f, #w-node-_00f849ff-d7ac-fe65-5417-9f870a3db81c-8b99316f, #w-node-c10742f6-adab-76dc-38a9-c73af05113fe-8b99316f, #w-node-_548d1d26-b6da-325b-3a1b-19d3eca95699-8b99316f, #w-node-f83e3b07-677b-9d7e-46e4-2f48d4f47c5f-8b99316f, #w-node-f0f72434-3968-f374-89e0-88314c0c1211-8b99316f, #w-node-_9cf048c3-f327-43b9-371b-7a1d6721e08c-8b99316f, #w-node-e605c93b-b031-c8ab-fef1-f30cd2837ddd-8b99316f, #w-node-_0797cd74-154a-10a9-4b26-957f590b0616-8b99316f, #w-node-_30f79c2f-85ab-b187-9a04-343b3b64052b-8b99316f, #w-node-_8cfb62da-bdb9-b3f6-bca9-4bca91ebb255-8b99316f, #w-node-_1278b2c1-9319-c61f-4762-c6d8392c903a-8b99316f, #w-node-_4b630543-df55-27ad-2af0-fb933f1fcb91-8b99316f, #w-node-c05d0de7-0996-6a64-c039-e86b1e84bd13-8b99316f, #w-node-_7d35a06c-3473-105f-a587-337c30ecd63d-8b99316f, #w-node-c3f7a067-8e97-8ec9-47c7-9381331a051d-8b99316f, #w-node-_2521d51d-b389-4659-8218-b82b0e987085-8b99316f, #w-node-_4a08a284-57ea-27fb-1bf5-fecbe9c3e742-8b99316f, #w-node-_1dc32304-1e68-77a9-c0ee-dd9d37b0520a-8b99316f, #w-node-_0a623658-d932-e0f2-5d07-384fdfc37b53-8b99316f, #w-node-ab9129bb-7b3e-77a8-7d80-7ee49f3623bd-8b99316f, #w-node-_04e36e4c-2a1f-fc59-6fa2-c8ecd59d4b9c-8b99316f, #w-node-d8aae70a-618c-ea88-78f5-4e1f22fff67b-8b99316f, #w-node-e60fcf68-bcf4-e6e6-76d4-a88d6166920c-8b99316f, #w-node-_536e5f5f-130b-d7d2-77ed-26846382fe82-8b99316f, #w-node-ae22281a-01b3-cc97-372d-a2a644854111-8b99316f, #w-node-_9423a646-d06d-bb2a-f42a-2b087d931654-8b99316f, #w-node-a107753a-921a-bc72-f22b-203eab1404d7-8b99316f, #w-node-b51c0c38-02ca-1f76-b8ce-f057971ccab6-8b99316f, #w-node-_279db6fd-8425-250b-8cb8-d5024fc8744a-8b99316f, #w-node-_393d6628-77ac-e782-dcc1-356d06158164-8b99316f, #w-node-_49eb2a6d-0156-6500-47e9-b4f2198903e6-8b99316f, #w-node-a28c69bd-1801-6261-d11f-83e3e16ebc5c-8b99316f, #w-node-_6e6ca6bf-57b6-4759-91fd-99d737ef7f43-8b99316f, #w-node-_463d0503-f3a1-4446-f4c3-0720f8c821a2-8b99316f, #w-node-_1dca0b83-5f58-93fe-feb5-3261cee4091d-8b99316f, #w-node-eb0c8239-c2c6-ebe1-36d1-bce2d36e80b6-8b99316f, #w-node-_32879a39-197a-56de-36ff-a392a4b53663-8b99316f, #w-node-_55163725-13a3-4988-ddc3-23ec04d59c95-8b99316f, #w-node-f55f9284-cc96-1aaf-b5c3-27a3ce443493-8b99316f {
  place-self: stretch stretch;
}

#w-node-fdcf02e9-09d3-1999-1186-3be875abc96a-8b99316f {
  place-self: auto;
}

#w-node-_15182a39-4f37-4406-5bef-7254304f8f46-8b99316f, #w-node-_8f2c70e7-eeeb-1e17-24b7-c4680b2b8ea7-8b99316f {
  align-self: center;
}

#w-node-_2cf1b540-eb57-8e63-4ca5-3f2cb26489a9-8b99316f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_185ab10a-8dc6-ecf3-6d17-c30bf3f1114d-8b99316f {
  align-self: center;
}

#w-node-f604d203-777d-2c86-0963-d56324b39c7f-8b99316f {
  justify-self: stretch;
}

#w-node-_65908c58-1be4-7b3b-c545-9523740d5fe1-8b99316f {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-be183db9-9f58-2675-819a-1b017629f5f6-8b99316f, #w-node-db0c1f78-330d-8353-cd5f-df19549eaeba-8b99316f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cb07f206-7267-58f9-0224-d52f83d6fc18-8b99316f {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-be183db9-9f58-2675-819a-1b017629f5f6-8b99316f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


