.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

a {
  color: #000;
  text-decoration: underline;
}

.main-wrapper {
  background-color: #eaddcd;
  min-height: 100vh;
  padding: 20px;
}

.block-border-line {
  border: 2px solid #8f0303;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 96vh;
  margin: 0;
  display: flex;
  position: relative;
}

.block-logo {
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.link-block {
  width: 120px;
}

.block-img {
  z-index: 1;
  width: 600px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.block-circle {
  filter: blur(109px);
  background-color: #8c0304;
  border-radius: 100%;
  width: 600px;
  height: 600px;
  position: absolute;
  inset: auto 1% 2% auto;
}

.block-heading {
  z-index: 2;
  max-width: 50%;
  position: absolute;
  inset: 42% auto 29% 1%;
}

.heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 64px;
  line-height: .6;
}

.pattern {
  position: absolute;
  inset: auto 0% 0%;
  transform: rotate(180deg);
}

.button {
  color: #8c0304;
  background-color: #fff0;
  border: 1px solid #8f0204;
  border-radius: 24px;
  font-size: 12px;
}

.text-span {
  color: #8f0403;
  font-family: Lora, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: .6;
}

.section-1 {
  background-color: #eaddcd;
  padding: 20px;
  position: static;
  overflow: hidden;
}

.block-1 {
  background-color: #eaddcd00;
  border: 2px #8f0204;
  padding: 0;
}

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

.text-block {
  margin-bottom: 20px;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
}

.text-block._20 {
  margin-bottom: 0;
}

.text-block._2, .text-block-2 {
  font-size: 14px;
}

.section-2 {
  background-color: #eaddcd;
  padding: 20px;
  position: static;
}

.block-2 {
  border: 2px #8f0204;
  padding: 0;
  position: relative;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
}

.text-block-3 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 150%;
}

.text-block-3._20 {
  margin-bottom: 0;
  font-size: 18px;
}

.grid {
  border: 1px #000;
  border-bottom: 5px dotted #8c0304;
  grid-template-rows: auto;
  margin-bottom: 64px;
  padding-bottom: 64px;
}

.block-circle-2 {
  filter: blur(109px);
  background-color: #8c0304;
  border-radius: 100%;
  width: 600px;
  height: 600px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.grid-2 {
  border-bottom: 5px dotted #8c0304;
  grid-template-rows: auto;
  margin-bottom: 64px;
  padding-bottom: 64px;
}

.grid-2._64 {
  margin-bottom: 0;
}

.footer {
  background-color: #eaddcd;
  padding: 20px;
}

.block-footer {
  border: 2px solid #8c0304;
  padding: 20px;
}

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

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
}

.container {
  z-index: 2;
  padding: 0;
  position: relative;
}

.text-block-5 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 150%;
}

.text-block-5._20 {
  margin-bottom: 0;
  font-size: 18px;
}

.pattern2 {
  position: absolute;
  inset: 0% 0% auto;
}

.heading-2 {
  border: 3px dotted #8c0404;
  border-radius: 0;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 20px;
}

.heading-2._2 {
  margin-top: 48px;
}

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

.block-photos {
  border-top: 2px solid #8c0404;
  border-bottom: 2px solid #8c0404;
  margin-top: 49px;
  margin-bottom: 49px;
  padding: 40px;
  position: relative;
}

.block-photos._48 {
  border-top-style: solid;
  border-top-width: 2px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  margin-bottom: 0;
}

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

.icon1 {
  position: absolute;
  inset: 3% auto auto 0%;
}

.icon2 {
  position: absolute;
  inset: auto 1% 2% auto;
}

.block-circle2 {
  filter: blur(109px);
  background-color: #8c0304;
  border-radius: 100%;
  width: 400px;
  height: 40px;
  position: absolute;
  inset: auto auto 49% -16%;
}

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

.mai-head {
  padding-left: 5%;
}

@media screen and (min-width: 1280px) {
  .block-img {
    width: 618px;
  }
}

@media screen and (min-width: 1440px) {
  .main-wrapper {
    min-height: 100vh;
  }

  .block-border-line {
    min-height: auto;
  }

  .block-img {
    width: 650px;
  }

  .image {
    width: 96%;
  }
}

@media screen and (min-width: 1920px) {
  .main-wrapper {
    width: 100%;
    min-height: auto;
  }

  .block-img {
    width: 950px;
  }

  .block-circle {
    width: 800px;
    height: 800px;
  }

  .heading {
    font-size: 100px;
    line-height: .8;
  }

  .text-span {
    font-size: 22px;
    line-height: .8;
  }

  .block-circle2 {
    width: 800px;
    height: 800px;
  }
}

@media screen and (max-width: 991px) {
  .main-wrapper {
    overflow: hidden;
  }

  .block-img {
    width: 450px;
  }

  .block-circle {
    width: 500px;
    height: 500px;
    inset: auto 0% 0% 23%;
  }

  .block-heading {
    max-width: 70%;
    top: 21%;
  }

  .heading {
    line-height: .8;
  }

  .text-span {
    font-size: 16px;
    line-height: 1;
  }

  .image {
    width: 400px;
  }

  .block-circle2 {
    width: 500px;
    height: 500px;
  }

  .grid-5 {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    flex-flow: column;
    display: flex;
  }

  .main-ph {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .block-img {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .block-circle {
    width: 400px;
    height: 400px;
    left: 16%;
  }

  .block-heading {
    max-width: 100%;
    margin-top: 32px;
    margin-left: 5%;
    margin-right: 5%;
    position: static;
    top: 14%;
  }

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

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

  .image {
    width: 70%;
  }

  .grid-5 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    display: flex;
  }

  .main-ph {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .main-wrapper {
    min-height: auto;
    overflow: hidden;
  }

  .block-border-line {
    min-height: 81vh;
  }

  .block-logo {
    z-index: 5;
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    position: relative;
  }

  .block-img {
    z-index: 4;
    width: 100%;
  }

  .block-circle {
    z-index: 0;
    width: 250px;
    height: 250px;
    inset: auto 0% 0% 20%;
  }

  .block-heading {
    max-width: 100%;
    margin-top: 32px;
    margin-left: 5%;
    margin-right: 5%;
    position: static;
  }

  .heading {
    text-align: center;
    font-size: 47px;
    line-height: 92%;
  }

  .pattern {
    z-index: 1;
    inset: 0% 0% auto;
    transform: none;
  }

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

  .block-circle-2 {
    z-index: 0;
    width: 400px;
    height: 400px;
    inset: auto 0% 0%;
  }

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

  .pattern2 {
    z-index: 1;
    inset: 0% 0% auto;
    transform: none;
  }

  .heading-2._2 {
    margin-top: 0;
  }

  .grid-3 {
    flex-flow: column;
    display: flex;
  }

  .icon {
    width: 64px;
  }

  .block-photos {
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 20px;
  }

  .grid-4 {
    flex-flow: column;
    display: flex;
  }

  .icon1 {
    top: 2%;
  }

  .icon2 {
    right: 0%;
  }

  .img1 {
    width: 100%;
  }

  .block-circle2 {
    z-index: 0;
    width: 250px;
    height: 250px;
    inset: auto 0% 0% 20%;
  }

  .grid-5 {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    flex-flow: column;
    display: flex;
  }

  .main-ph {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

#w-node-_92fbd9cc-2719-1a81-890b-848910d5e28b-9443f528, #w-node-_614427dc-950e-90a2-52fe-fed69a20f27c-9443f528, #w-node-e39a6a27-2772-988c-3a08-631e6505662a-9443f528, #w-node-e39a6a27-2772-988c-3a08-631e6505662c-9443f528, #w-node-b8cba7ba-4e46-5944-4bc7-bce34fe55cdd-9443f528, #w-node-b8cba7ba-4e46-5944-4bc7-bce34fe55cdf-9443f528, #w-node-_13028e61-252e-73fb-2c32-b697aed613ee-9443f528, #w-node-f945997a-979d-104c-b67c-9e9819c5ca1f-9443f528, #w-node-f945997a-979d-104c-b67c-9e9819c5ca21-9443f528, #w-node-b3e2f155-c60e-b901-535f-a3474bde455b-9443f528, #w-node-b3e2f155-c60e-b901-535f-a3474bde455d-9443f528, #w-node-e30df16f-12e1-4edd-6616-621f1aef961c-9443f528, #w-node-_76569971-5943-a033-8b90-4202e2072312-9443f528, #w-node-_76569971-5943-a033-8b90-4202e2072314-9443f528, #w-node-_28f1b2cc-e172-fad5-d673-b86cca67c55b-9443f528, #w-node-_28f1b2cc-e172-fad5-d673-b86cca67c55d-9443f528, #w-node-_28f1b2cc-e172-fad5-d673-b86cca67c570-9443f528, #w-node-_28f1b2cc-e172-fad5-d673-b86cca67c58a-9443f528, #w-node-_28f1b2cc-e172-fad5-d673-b86cca67c58c-9443f528, #w-node-_51362b6e-6d5f-5e4c-e94d-7526b87f3ffd-9443f528, #w-node-_51362b6e-6d5f-5e4c-e94d-7526b87f3fff-9443f528 {
  align-self: center;
}


