:root {
  --red: #dc3545;
}

.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;
}

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

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

.main-wrapper {
  position: relative;
}

.ep-link {
  width: 116px;
}

.logo-ep {
  z-index: 2;
  padding-top: 10px;
  padding-right: 40px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.main-ttl {
  background-color: #25365200;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 30%;
}

.heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 56px;
  line-height: 135%;
}

.subtitle-text {
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 150%;
}

.sp-linkopt {
  background-color: #dc3545;
  border-radius: 280px;
  width: 280px;
  margin-top: 20px;
  padding: 20px;
  text-decoration: none;
  transition: all .555s;
}

.sp-linkopt:hover {
  background-color: #253652;
  transform: translate(0, 10px);
  box-shadow: inset 0 0 0 1px #fff;
}

.namesp-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.body {
  color: #000;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.block-dark {
  background-color: #0009;
  position: absolute;
  inset: 0%;
}

.sup-box {
  flex-flow: column;
  display: flex;
}

.supdate {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.spons-text {
  color: #dc3545;
  margin-right: 0;
  font-weight: 500;
}

.pream-box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.cont {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.sp-link-box {
  margin-top: 5px;
}

.regul-text {
  margin-bottom: 20px;
}

.link {
  color: #dc3545;
  font-weight: 600;
}

.date-text {
  text-align: right;
  margin-bottom: 0;
  font-weight: 500;
}

.pream-sec {
  padding-bottom: 0;
}

.zmist-sec {
  background-color: #253652;
  padding-bottom: 0;
}

.cont-2 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.zmist-box {
  padding-top: 60px;
  padding-bottom: 60px;
}

.zmist-lbl-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

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

.zmist-link-item {
  border: 1px #fff;
  border-radius: 8px;
  padding: 20px;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px #ffffff6e;
}

.zmist-link-item:hover {
  background-color: #dc3545;
  border-style: none;
}

.zmist-name-text {
  color: #fff;
  text-align: center;
  text-transform: none;
  height: 100px;
  font-size: 16px;
  font-weight: 500;
}

.arr-box {
  text-align: right;
}

.link-4 {
  color: #dc3445;
  font-weight: 600;
}

.quot-text {
  color: #253652;
  margin-bottom: 0;
  font-weight: 600;
}

.risk_text {
  color: #253653;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.procents {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

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

.dif-lbl-text {
  margin-bottom: 40px;
  font-weight: 600;
}

.textn {
  margin-bottom: 20px;
}

.textn.nogaps {
  margin-bottom: 0;
}

.dif {
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  box-shadow: 0 2px 5px #0003;
}

.dif.nosee {
  display: none;
}

.risks {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.dif-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

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

.chapter-box {
  padding-top: 60px;
  padding-bottom: 60px;
}

.chapter-box.lip {
  padding-top: 40px;
  padding-bottom: 40px;
}

.dif-simple-text {
  color: #fff;
  font-size: 14px;
}

.procents_item {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  padding: 20px;
}

.quotation {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #25365257;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.75fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  display: grid;
  box-shadow: 0 2px 5px #0003;
}

.risk_icon {
  margin-bottom: 10px;
}

.heading-2 {
  color: #253652;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 0%;
  line-height: 135%;
}

.proc_number_text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.proc_decor {
  background-color: #dc3445;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 20px;
}

.proc_decor.navy {
  background-color: #253652;
}

.expl_proc_text {
  text-align: center;
}

.expl_proc_text.stepi {
  text-align: left;
}

.link-2 {
  color: #dc3445;
}

.heading-3 {
  color: #253652;
  margin-bottom: 20px;
  line-height: 135%;
}

.dif-grid-item {
  background-color: #253652;
  border-radius: 8px;
  padding: 20px;
}

.dif-grid-item.red {
  background-color: #dc3545;
}

.image-4 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.difname-tx {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.image-3 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.risk_item {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.dif-arrow {
  text-align: right;
  margin-top: 0;
  margin-bottom: 10px;
}

.chapter-sec {
  background-color: #eee;
  padding-bottom: 0;
}

.chapter-sec.white_style {
  background-color: #fff;
}

.faq_answer {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.faq_question-expand {
  width: 16px;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-medium.text-size-large {
  color: #000;
  flex: 1;
  align-self: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.block-13 {
  background-color: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 0 1.25rem 1.25rem;
  position: relative;
  overflow: hidden;
}

.container-3 {
  z-index: 1;
  max-width: 1000px;
  position: relative;
}

.faq_expand-icon {
  background-color: #0b0d011f;
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.faq_item {
  background-color: #fff;
  border-bottom: .0625rem #aad0ff;
  border-radius: 8px;
  margin-bottom: 20px;
  position: static;
}

.text-block-52 {
  color: #000;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
}

.faq_question {
  z-index: 2;
  grid-column-gap: 2rem;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 1rem 1rem 1.25rem;
  display: flex;
  position: relative;
}

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

.list-item-2._12 {
  margin-bottom: 0;
}

.list-item-3 {
  margin-bottom: 12px;
}

.list-2 {
  padding-left: 20px;
}

.block-h2 {
  margin-bottom: 24px;
}

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

.circle {
  background-color: #dc3445;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.text-block-53 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.heading-4 {
  color: #253653;
  line-height: 150%;
}

.heading-5 {
  color: #253653;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 150%;
}

.text-span {
  color: #253653;
  font-weight: 600;
}

.image-5 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-6 {
  color: #253652;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 0%;
  line-height: 135%;
}

.photoes_box {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-7 {
  color: #253652;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 0%;
  line-height: 135%;
}

.link-5 {
  color: #dc3445;
}

.image-6 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fin-sec {
  background-color: #253652;
}

.cont-3 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.fin-box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.fin-text {
  color: #fff;
  font-size: 12px;
}

.image-7 {
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-54 {
  text-align: center;
  font-weight: 400;
}

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

.adv-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #cacaca;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.75fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px;
  display: grid;
}

.step-box {
  background-color: #dc3545;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.step-text {
  color: #fff;
  font-size: 21px;
  line-height: 130%;
}

.acc-span {
  color: #dc3545;
  font-weight: 600;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30, .bold-text-31, .bold-text-32 {
  color: #dc3545;
}

.link-6 {
  color: #dc3545;
  font-weight: 500;
}

.mif-item {
  background-color: #253652;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px;
}

.ab-mif {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #dfdede;
  grid-template-rows: auto;
  grid-template-columns: .25fr 3.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 10px;
  display: grid;
}

.circle-box {
  background-color: #dc3545;
  border-radius: 108px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.mif_number_text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.mif-name-text {
  color: #fff;
  text-transform: uppercase;
  padding-left: 0;
  font-size: 16px;
  font-weight: 600;
}

.mif-norm-text {
  color: #fff;
  padding-top: 10px;
}

.bold-text-33, .bold-text-34, .bold-text-35 {
  color: #dc3545;
}

.ph_box {
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image {
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.block-13-2 {
  background-color: #fff;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  padding: 0 1.25rem 1.25rem;
  position: relative;
  overflow: hidden;
}

.faq_expand-icon-2 {
  background-color: #0b0d011f;
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.faq_item-2 {
  background-color: #fff;
  border-bottom: .0625rem #aad0ff;
  border-radius: 1.5rem;
  position: static;
}

.text-block-55 {
  color: #000;
  font-size: 1rem;
}

.faq_question-2 {
  z-index: 2;
  grid-column-gap: 2rem;
  cursor: pointer;
  background-color: #fff;
  border-radius: 12px;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 1rem 1rem 1.25rem;
  display: flex;
  position: relative;
}

.que {
  margin-bottom: 24px;
}

.link-7 {
  color: #dc3545;
  font-weight: 600;
}

.text-span-2 {
  color: #253653;
  font-weight: 600;
}

.bold-text-36, .bold-text-37 {
  color: #dc3445;
}

.bold-text-38, .bold-text-39, .bold-text-40, .bold-text-41 {
  color: #dc3545;
}

.bold-text-42, .bold-text-43, .bold-text-44, .bold-text-45, .bold-text-46, .bold-text-47, .bold-text-48, .bold-text-49, .bold-text-50, .bold-text-51, .bold-text-52, .bold-text-53, .bold-text-54, .bold-text-55, .bold-text-56, .bold-text-57, .bold-text-58, .bold-text-59, .bold-text-60, .bold-text-61 {
  color: var(--red);
}

@media screen and (min-width: 1280px) {
  .main-ttl {
    bottom: 35%;
  }

  .heading {
    font-size: 64px;
  }
}

@media screen and (min-width: 1440px) {
  .ep-link {
    width: 128px;
  }

  .logo-ep {
    padding-top: 20px;
  }

  .main-ttl {
    background-color: #25365200;
    bottom: 30%;
  }

  .heading {
    font-size: 80px;
  }

  .subtitle-text {
    font-size: 32px;
  }

  .sp-linkopt {
    width: 300px;
    padding: 24px;
  }

  .namesp-text {
    letter-spacing: .5px;
    font-size: 16px;
    line-height: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .ep-link {
    width: 180px;
  }

  .logo-ep {
    padding-top: 40px;
  }

  .main-ttl {
    bottom: 40%;
  }

  .heading {
    font-size: 108px;
  }

  .subtitle-text {
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  .ep-link {
    width: 104px;
  }

  .logo-ep {
    padding-right: 20px;
  }

  .heading {
    font-size: 40px;
  }

  .subtitle-text {
    font-size: 18px;
  }

  .cont, .cont-2 {
    max-width: 640px;
  }

  .zmist-grid, .procents.steps, .risks {
    grid-template-columns: 1fr 1fr;
  }

  .quotation {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .heading-2 {
    font-size: 28px;
  }

  .container-3 {
    max-width: 900px;
  }

  .faq_question {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .heading-6, .heading-7 {
    font-size: 28px;
  }

  .cont-3 {
    max-width: 640px;
  }

  .circle-box {
    border-radius: 96px;
    width: 96px;
    height: 96px;
  }

  .mif_number_text {
    font-size: 20px;
  }

  .mif-name-text {
    font-size: 15px;
  }

  .faq_question-2 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .main-ttl {
    bottom: 35%;
  }

  .heading {
    font-size: 28px;
  }

  .subtitle-text {
    padding-left: 15%;
    padding-right: 15%;
    font-size: 15px;
  }

  .sp-linkopt {
    width: 260px;
    padding: 10px;
  }

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

  .cont, .cont-2 {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

  .zmist-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .zmist-name-text {
    height: auto;
    padding-bottom: 10px;
  }

  .arr-box {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .dif-lbl-text {
    margin-bottom: 20px;
  }

  .dif {
    padding: 20px;
  }

  .risks, .dif-grid {
    grid-template-columns: 1fr;
  }

  .chapter-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .quotation {
    grid-template-columns: 1fr;
    padding: 20px;
  }

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

  .image-3 {
    max-width: 70%;
  }

  .faq_answer {
    margin-bottom: 0;
  }

  .text-weight-medium.text-size-large {
    color: #000;
  }

  .block-13 {
    padding-left: .25rem;
  }

  .container-3 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .faq_item {
    background-color: #fff;
  }

  .faq_question {
    padding-top: 1.25rem;
    padding-bottom: 1rem;
  }

  .heading-6, .heading-7 {
    font-size: 20px;
  }

  .image-6 {
    max-width: 70%;
  }

  .cont-3 {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

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

  .adv-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #f8f8f8;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
  }

  .step-text {
    font-size: 40px;
  }

  .ab-mif {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 3.25fr;
    place-items: center start;
  }

  .block-13-2 {
    padding-left: .25rem;
  }

  .faq_item-2 {
    background-color: #fff;
  }

  .faq_question-2 {
    padding-top: 1.25rem;
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .main-wrapper {
    background-color: #253653;
  }

  .ep-link {
    text-align: center;
  }

  .logo-ep {
    justify-content: center;
    align-items: center;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-right: 0;
    display: flex;
    position: static;
    inset: 0% 0% auto;
  }

  .main-ttl {
    position: static;
  }

  .heading {
    font-size: 28px;
  }

  .subtitle-text {
    padding-left: 5%;
    padding-right: 5%;
  }

  .block-dark {
    display: none;
    position: static;
  }

  .zmist-grid, .procents.steps {
    grid-template-columns: 1fr;
  }

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

  .heading-2 {
    text-align: center;
    font-size: 24px;
  }

  .heading-3 {
    text-align: center;
    font-size: 16px;
  }

  .image-3 {
    max-width: 100%;
  }

  .risk_item {
    padding: 10px;
  }

  .quot-mark {
    margin-bottom: 10px;
  }

  .faq_answer {
    margin-bottom: 0;
  }

  .text-weight-medium.text-size-large {
    color: #000;
    font-size: 20px;
    line-height: 150%;
  }

  .block-13 {
    padding: 0 .25rem 1.25rem;
    display: block;
  }

  .container-3 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .faq_expand-icon {
    background-color: #5a5a5a4f;
  }

  .faq_item {
    background-color: #fff;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .25fr 5.5fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: grid;
  }

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

  .heading-5 {
    font-size: 22px;
  }

  .heading-6, .heading-7 {
    text-align: center;
    font-size: 24px;
  }

  .image-6 {
    max-width: 100%;
  }

  .step-text {
    text-align: center;
    font-size: 20px;
  }

  .ab-mif {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .mif-name-text {
    text-align: center;
  }

  .block-13-2 {
    padding: 0 .25rem 1.25rem;
    display: block;
  }

  .faq_expand-icon-2 {
    background-color: #5a5a5a4f;
  }

  .faq_item-2 {
    background-color: #fff;
  }
}

#w-node-f30ed4c5-97d6-369a-1acd-43d5e6e2ca7b-fd2c8ddb {
  place-self: start center;
}

#w-node-f30ed4c5-97d6-369a-1acd-43d5e6e2ca7d-fd2c8ddb {
  place-self: center;
}

#w-node-f30ed4c5-97d6-369a-1acd-43d5e6e2ca7e-fd2c8ddb {
  place-self: auto;
}

#w-node-_6f766f6e-cb23-09ab-8406-28615a6de0c6-fd2c8ddb, #w-node-fe028de7-6e1b-3764-d9dd-38e6fac34f47-fd2c8ddb {
  align-self: center;
}

#w-node-a37885fc-d98e-687c-820a-d96f4b871aac-fd2c8ddb {
  place-self: start center;
}

#w-node-a37885fc-d98e-687c-820a-d96f4b871aae-fd2c8ddb {
  place-self: center;
}

#w-node-a37885fc-d98e-687c-820a-d96f4b871aaf-fd2c8ddb {
  place-self: auto;
}

#w-node-a07c0485-c9b4-618b-48e9-06dcdd27c03c-fd2c8ddb, #w-node-a07c0485-c9b4-618b-48e9-06dcdd27c03f-fd2c8ddb, #w-node-e4ed431c-a5cb-61f7-cf2b-30482b8f86ee-fd2c8ddb, #w-node-e4ed431c-a5cb-61f7-cf2b-30482b8f86f1-fd2c8ddb, #w-node-df2c5355-9d30-3ecf-6651-d81b548e94ec-fd2c8ddb, #w-node-df2c5355-9d30-3ecf-6651-d81b548e94ef-fd2c8ddb, #w-node-_4176f0f8-3d68-77ae-9c2d-c0f9a3d11b40-fd2c8ddb, #w-node-_4176f0f8-3d68-77ae-9c2d-c0f9a3d11b43-fd2c8ddb, #w-node-_75fcc477-f948-5b77-1232-1609061a1ab4-fd2c8ddb, #w-node-_75fcc477-f948-5b77-1232-1609061a1ab7-fd2c8ddb {
  align-self: center;
}

#w-node-ef0a32c1-5bc2-8aa5-08bf-86ce062fb234-fd2c8ddb, #w-node-_66aaefdd-03cb-a926-99f1-3a9801760797-fd2c8ddb {
  place-self: center;
}

#w-node-bcae032f-293b-6dcd-5402-9fbc3cdfc066-fd2c8ddb {
  place-self: start center;
}

#w-node-bcae032f-293b-6dcd-5402-9fbc3cdfc068-fd2c8ddb {
  place-self: center;
}

#w-node-bcae032f-293b-6dcd-5402-9fbc3cdfc069-fd2c8ddb {
  place-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_3cef9bf1-7d1a-1c42-1685-e63b06f69997-fd2c8ddb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e91ce3b2-edcf-af37-262a-a9723f3351d6-fd2c8ddb {
    align-self: center;
  }

  #w-node-f30ed4c5-97d6-369a-1acd-43d5e6e2ca7b-fd2c8ddb, #w-node-a37885fc-d98e-687c-820a-d96f4b871aac-fd2c8ddb {
    place-self: center;
  }

  #w-node-_3cef9bf1-7d1a-1c42-1685-e63b06f69997-fd2c8ddb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bcae032f-293b-6dcd-5402-9fbc3cdfc066-fd2c8ddb {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f30ed4c5-97d6-369a-1acd-43d5e6e2ca7b-fd2c8ddb, #w-node-a37885fc-d98e-687c-820a-d96f4b871aac-fd2c8ddb, #w-node-bcae032f-293b-6dcd-5402-9fbc3cdfc066-fd2c8ddb {
    place-self: center;
  }
}


