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

h1 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
}

p {
  color: #000;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

img {
  max-width: 100%;
  display: inline-block;
}

.main-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr;
  grid-auto-columns: 1fr;
  height: 80vh;
  margin: 20px 80px 40px;
  padding-right: 0;
  display: grid;
  overflow: visible;
}

.container-hero {
  border-bottom: 3px #000;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  max-width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.date-wrapp {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.heading {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 40px;
}

.date-text {
  color: #501d2c;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.logo-link {
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.heandind-wrapp {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.logo-wrapp {
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 0;
  display: flex;
}

.section {
  background-color: #8e8b8800;
  display: none;
}

.section.main-section {
  display: block;
}

.section._2 {
  display: none;
}

.heading-2 {
  color: #fff;
}

.container {
  max-width: 940px;
  padding-top: 40px;
}

.container._40 {
  margin-bottom: 40px;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.hero {
  object-fit: cover;
  object-position: 80% 50%;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.question {
  border: 3px dashed #501d2c;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 20px;
  display: block;
}

.heanding-2 {
  color: #000;
  text-align: center;
  background-color: #501d2c00;
  border: 3px #501d2c;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
  display: block;
}

.bold-text {
  color: #501d2c;
}

.block-ph {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.block-ph.slider {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.photo {
  vertical-align: baseline;
  border-radius: 20px;
  flex: 0 auto;
  width: 790px;
  max-width: 100%;
  display: block;
}

.photo._1 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  margin-bottom: 6px;
}

.photo._1._12 {
  margin-bottom: 0;
}

.photo._2 {
  width: 460px;
  margin-bottom: 6px;
}

.photo.slide {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 12px;
  width: 460px;
  height: auto;
}

.image-3, .image-4, .image-5 {
  border-radius: 20px;
}

.section-1 {
  border-right: 1px #000;
  max-width: 100%;
}

.logo {
  width: 190px;
  max-width: 80%;
}

.section-3 {
  background-color: #ddd;
}

.section-4 {
  background-color: #ececec;
}

.futter-text {
  margin-bottom: 40px;
  font-size: 14px;
}

.h1 {
  text-align: left;
  border-bottom: 4px #000;
  padding-bottom: 20px;
  line-height: 150%;
}

.div-block-4 {
  padding-bottom: 20px;
}

.link {
  color: #501d2c;
  font-size: 36px;
  text-decoration: underline;
}

.image-7 {
  display: block;
}

.div-block-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 2fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.div-block-5._1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-8 {
  border-radius: 30px;
  max-width: 100%;
}

.image-9 {
  border-radius: 30px;
}

.image-9._1 {
  max-width: 80%;
}

.image-10 {
  border-radius: 30px;
}

.heanding-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #501d2c00;
  border-bottom: 4px #501d2c;
  border-left: 4px #501d2c;
  border-radius: 30px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 3.25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  margin-bottom: 30px;
  padding: 0;
  display: flex;
}

.quo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  display: grid;
}

.quo._40 {
  margin-bottom: 0;
}

.quo-photo-wrapp {
  border-radius: 32px;
}

.quo-text-wrapp {
  background-color: #501d2c;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  padding: 40px 20px 40px 80px;
}

.quo-photo {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 140px;
  width: 100%;
  position: relative;
  left: 22%;
}

.quo-name {
  color: #fff;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

.quo-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

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

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

.text-block._40 {
  margin-bottom: 40px;
}

.quo-text-1 {
  font-weight: 500;
}

.circle {
  background-color: #501d2c;
  border-radius: 710px;
  width: 40px;
  height: 40px;
}

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

.link-2 {
  color: #501d2c;
  font-weight: 600;
}

.bold-text-3 {
  line-height: 150%;
}

.text-ph {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}

@media screen and (max-width: 991px) {
  p {
    margin-bottom: 20px;
  }

  .main-grid {
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logo-wrapp {
    margin-bottom: 60px;
  }

  .container {
    max-width: 728px;
    padding-top: 32px;
  }

  .heanding-2 {
    margin-bottom: 0;
    padding: 0;
    font-size: 22px;
  }

  .block-ph {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .block-ph.slider {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: auto;
  }

  .photo.slide {
    width: 360px;
    height: 290px;
  }

  .h1 {
    font-size: 28px;
  }

  .paragraph-2 {
    margin-bottom: 2px;
  }

  .div-block-4 {
    padding-bottom: 0;
  }

  .link {
    font-size: 28px;
  }

  .heanding-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 24px;
    padding: 0;
  }

  .image-11 {
    border-right: 2px solid #fff;
    max-width: 91%;
    padding-right: 6px;
  }

  .quo {
    margin-top: 32px;
    margin-bottom: 32px;
    padding-top: 0;
  }

  .quo-text-wrapp {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 44px;
  }

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

@media screen and (max-width: 767px) {
  .main-grid {
    flex-flow: column;
    grid-template-columns: 2fr 2.75fr;
    display: flex;
  }

  .container-hero {
    max-width: none;
    margin: 20px 5%;
  }

  .date-wrapp {
    margin-bottom: 20px;
  }

  .heandind-wrapp {
    justify-content: flex-start;
    align-items: stretch;
  }

  .logo-wrapp {
    margin-bottom: 20px;
  }

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

  .h1 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 24px;
  }

  .link {
    font-size: 24px;
  }

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

  .quo {
    margin-top: 32px;
    padding-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .main-grid {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
    margin: 12px 5% 20px;
    display: flex;
  }

  .container-hero {
    max-width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .logo-link {
    width: 60%;
    padding: 0;
  }

  .heandind-wrapp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .logo-wrapp {
    flex-flow: row;
    margin-top: 20px;
  }

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

  .container._40 {
    margin-bottom: 32px;
  }

  .hero {
    margin-bottom: 0;
  }

  .heanding-2 {
    text-align: center;
    margin-bottom: 0;
    padding: 0;
    font-size: 20px;
    line-height: 150%;
  }

  .block-ph.slider {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .photo._1 {
    max-width: 100%;
  }

  .photo.slide {
    width: 180px;
    height: 160px;
  }

  .logo {
    width: 160px;
    max-width: 71%;
  }

  .futter-text {
    margin-bottom: 32px;
    font-size: 12px;
  }

  .h1 {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 23px;
  }

  .div-block-5 {
    display: flex;
    overflow: auto;
  }

  .heanding-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-bottom-style: none;
    border-left-style: none;
    border-left-width: 3px;
    border-radius: 0;
    flex-flow: column;
    padding: 0;
  }

  .image-11 {
    border-bottom: 2px #fff;
    border-right-style: none;
    max-width: 16%;
  }

  .quo {
    flex-flow: column;
    display: flex;
  }

  .quo-photo-wrapp {
    z-index: 1;
    width: 50%;
    margin-bottom: -24px;
    position: relative;
  }

  .quo-text-wrapp {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    padding: 32px 20px 20px;
  }

  .quo-photo {
    position: static;
    top: 0%;
    left: 0%;
  }

  .quo-name, .quo-text {
    text-align: center;
  }

  .circle {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e981b449-d1d0-bce1-da52-30de0d6e8a12-65c31855 {
    place-self: auto;
  }
}


