.land-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 0 auto 80px auto !important;
}
@media (max-width: 991px) {
  .land-features {
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 769px) {
  .land-features {
    grid-template-columns: 1fr;
  }
}
.land-features .column {
  height: auto;
}
.land-features .item-features {
  background-color: #f8b32a;
  padding: 25px 22px 35px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.land-features .item-features__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}
.land-features .item-features__bottom .button-direct {
  padding: 9px 20px 9px 20px;
}
@media (max-width: 479px) {
  .land-features .item-features__bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .land-features .item-features__bottom .button {
    max-width: 100%;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}
.land-features .item-features__top {
  display: flex;
  margin-bottom: 5px;
}
.land-features .item-features__top h3 {
  margin: 0 0 25px;
}
.land-features .item-features__top img {
  width: 60px;
  margin-right: 22px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  display: inline-flex;
}
.land-features .item-features ul {
  padding: 0;
  list-style: none;
}
.land-features .item-features ul li {
  position: relative;
  padding: 0px 0 0px 32px;
}
.land-features .item-features ul li:before {
  content: "\f00c";
  margin-right: 6px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  vertical-align: top;
  margin-top: 4px;
  position: absolute;
  left: 0;
}

@media (min-width: 479px) {
  .block-questions-spollers {
    margin-bottom: 60px;
  }
}
.block-questions-spollers .spollers__item {
  border-radius: 4px;
  background: rgba(14, 112, 131, 0.07);
  border: 1px solid rgba(14, 112, 131, 0.4);
  position: relative;
  margin-bottom: 10px;
  transition: all 0.3s ease 0s;
}
.block-questions-spollers .spollers__item[open] {
  background: rgba(14, 112, 131, 0.18);
  border: 1px solid rgba(14, 112, 131, 0.7);
}
.block-questions-spollers .spollers__item[open] .spollers__title::after {
  content: "\f068";
}
.block-questions-spollers .spollers__item:last-child {
  margin-bottom: 0;
}
.block-questions-spollers .spollers__body {
  padding: 11px 20px 11px 20px;
  font-family: "Droid Sans";
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #000;
}
.block-questions-spollers .spollers__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
  color: #000;
  padding: 11px 50px 11px 20px;
  position: relative;
  list-style: none;
  cursor: pointer;
}
.block-questions-spollers .spollers__title::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #0e7083;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.margin-bottom-none {
  margin-bottom: 0 !important;
}

.wp-block-image img {
  max-width: 100%;
}

.block-one-hero {
  margin-bottom: 10px !important;
}
.block-one-hero > .wp-block-column:first-child {
  max-width: 500px;
}

.section-info {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 40px 0;
}
@media (max-width: 992px) {
  .section-info {
    flex-direction: column;
  }
}
@media (min-width: 993px) {
  .section-info .wp-block-column > h3 {
    margin: 0 0 20px;
  }
  .section-info .block-questions {
    width: 100%;
  }
  .section-info .block-questions h3 + p {
    margin: 0 0 30px;
  }
}
.section-info .block-questions .button {
  border: 2px solid transparent;
}
.section-info .block-questions .button:hover {
  background: #fff;
  color: #0e7083;
  border-color: #0e7083;
  text-decoration: none;
}
@media (max-width: 479px) {
  .section-info .block-questions .button {
    display: none;
  }
}

@media (min-width: 993px) {
  .block-contact {
    flex: 0 0 auto !important;
    width: 400px;
  }
}
.block-contact .block-contact-phone {
  font-family: "Droid Sans";
  font-weight: bold;
  font-size: 34px;
  line-height: 25px;
  text-align: left;
  color: #000;
  display: inline-block;
}
@media (max-width: 479px) {
  .block-contact .block-contact-phone {
    text-align: center;
    display: block;
    border-radius: 25px;
    padding: 10px;
    border: 2px solid #000;
  }
}
.block-contact .button {
  border: 2px solid transparent;
}
.block-contact .button:hover {
  background: #fff;
  color: #0e7083;
  border-color: #0e7083;
  text-decoration: none;
}
@media (max-width: 479px) {
  .block-contact .button {
    max-width: 100%;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}
.block-contact__body {
  border-radius: 8px;
  background: #f7f6f0;
  margin-bottom: 50px;
}
.block-contact__content {
  padding: 0;
}
.block-contact__content h3 {
  margin-bottom: 10px;
}
.block-contact__content p {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .block-contact__image {
    text-align: center;
  }
}
.block-contact__image img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .block-contact__image img {
    max-width: 500px;
  }
}

@media (max-width: 769px) {
  .block-promotion {
    order: -1;
    margin-top: 50px !important;
  }
}
.block-promotion__header h3 {
  color: #f8b32a;
}
.block-promotion__header span {
  font-family: "Droid Sans";
  font-weight: normal;
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  color: #000;
  margin-bottom: 20px;
  display: inline-block;
}
@media (min-width: 769px) {
  .block-promotion__header span {
    font-size: 36px;
    line-height: 39px;
  }
  .block-one-hero-image {
    transform: translateY(-30px);
  }
}
.block-promotion .button {
  border: 2px solid transparent;
}
.block-promotion .button:hover {
  background: #fff;
  color: #0e7083;
  border-color: #0e7083;
  text-decoration: none;
}
@media (max-width: 479px) {
  .block-promotion .button {
    max-width: 100%;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
  }
}
.block-promotion__ps {
  font-family: "Droid Sans";
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #000;
}

@media (max-width: 769px) {
  .o-container--new-custom {
    padding: 32px 16px 96px !important;
  }
  .block-one-hero-image {
    order: -1;
  }
}
.link-more-info {
  font-family: "Droid Sans";
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
  color: #000;
}

.button.button-direct::after {
  content: "\f35d";
}

.section-questions p a {
  color: #1f1e21;
  font-weight: 400;
  text-decoration: underline;
}

@media (max-width: 992px) {
  .block-contact {
    margin: 0;
  }
}

/* feature blocks 30.10.2023 */
.section-feature-single {
  padding: 50px 4px;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}
.section-feature-single .wp-block-columns {
  flex-direction: column-reverse;
  max-width: 1298px;
  margin: auto;
  padding: 0 16px;
}
.section-feature-single h2 {
  margin: 0 0 10px;
}
@media (max-width: 1024px) {
  .section-feature-single h2 {
    font-size: 44px;
    line-height: 1.05;
  }
}
@media (max-width: 768px) {
  .section-feature-single h2 {
    font-size: 40px;
  }
}
.section-feature-single h2 span {
  white-space: nowrap;
}
.section-feature-single .block-details {
  margin: 0 0 28px;
}
.section-feature-single .block-details .wrapper {
  position: relative;
}
.section-feature-single .block-details .circle {
  width: 192px;
  height: 192px;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0 0;
  box-sizing: border-box;
}
.section-feature-single .block-details .circle p {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
}
.section-feature-single .block-details .circle .circle-title {
  color: #f8b32a;
  font-size: 22px;
  line-height: 1.1;
  font-family: "Chunk Five", sans-serif;
  font-weight: 400;
  margin: 0 0 5px;
}
.section-feature-single .block-details .circle .circle-title + p {
  margin: -5px 0 5px;
}
.section-feature-single .block-details .circle .circle-number {
  font-family: "Chunk Five", sans-serif;
  font-weight: 400;
  font-size: 85px;
  line-height: 0.8;
}
.section-feature-single .block-details .circle .circle-number sub {
  font-family: "Droid Sans", sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  vertical-align: 0.6em;
}
.section-feature-single .block-details .circle .circle-number sup {
  font-size: 32px;
  line-height: 1;
  vertical-align: top;
}
.section-feature-single .block-details figure {
  position: absolute;
  bottom: 0;
}
.section-feature-single .block-details figure img {
  display: block;
  max-width: 100%;
  height: auto;
}
.section-feature-single .block-text {
  font-size: 18px;
  line-height: 26px;
}
.section-feature-single .block-text h2 {
  display: none;
}
.section-feature-single .block-text p {
  margin: 0 0 26px;
}
.section-feature-single .block-text ul li {
  position: relative;
  padding: 0px 0 0px 32px;
}
.section-feature-single .block-text ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-top: 4px;
  position: absolute;
  left: 0;
}
.section-feature-single .block-text .buttons {
  padding: 32px 0 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section-feature-single .block-text .buttons .button {
  width: 100%;
  padding: 11px;
}
.section-feature-single .block-text .buttons .button.blue {
  text-align: center;
  box-sizing: border-box;
  border: 2px solid transparent;
}
.section-feature-single .block-text .buttons .button:after {
  display: none;
}
.section-feature-single .block-text .buttons .button.blue:hover {
  background-color: transparent;
  color: #0e7083;
  border-color: #0e7083;
  text-decoration: none;
}
.section-feature-single .block-text .buttons .button.outline-blue {
  text-align: center;
  box-sizing: border-box;
  background-color: transparent;
  border: 2px solid #0e7083;
  color: #0e7083;
}
.section-feature-single .block-text .buttons .button.outline-blue:hover {
  background-color: #0e7083;
  color: #fff;
  border-color: #0e7083;
  text-decoration: none;
}
.section-feature-single .block-note {
  padding: 30px 16px 0;
  font-size: 16px;
  line-height: 18px;
  max-width: 1298px;
  margin: auto;
  box-sizing: border-box;
}

@media (min-width: 769px) {
  .section-feature-single .wp-block-columns {
    flex-direction: row;
    gap: 20px;
  }
  .section-feature-single .block-details {
    margin: 0;
  }
  .section-feature-single .block-details h2 {
    display: none;
  }
  .section-feature-single .block-text h2 {
    display: block;
    letter-spacing: -1px;
    margin: 0 0 35px;
  }
}
@media (min-width: 1024px) {
  .section-feature-single {
    padding: 55px 0 69px;
  }
  .section-feature-single .block-details .circle {
    width: 276px;
    height: 276px;
    padding: 10px 0 0;
  }
  .section-feature-single .block-details .circle p {
    font-size: 16px;
    line-height: 20px;
  }
  .section-feature-single .block-details .circle .circle-title {
    font-size: 30px;
    margin: 0 0 5px;
  }
  .section-feature-single .block-details .circle .circle-title + p {
    margin: -5px 0 5px;
  }
  .section-feature-single .block-details .circle .circle-number {
    font-size: 95px;
    line-height: 0.8;
  }
  .section-feature-single .block-details .circle .circle-number sub {
    font-size: 36px;
  }
  .section-feature-single .block-details .circle .circle-number sup {
    font-size: 45px;
  }
  .section-feature-single .block-text .buttons .button {
    width: auto;
    padding: 10px 18px;
    white-space: nowrap;
  }
  .section-feature-single .block-note {
    padding: 47px 16px 0;
    margin-bottom: -52px;
  }
}
@media (min-width: 1280px) {
  .section-feature-single .block-text {
    font-size: 20px;
    line-height: 30px;
  }
  .section-feature-single .block-text p {
    margin: 0 0 30px;
  }
  .section-feature-single .block-text .buttons {
    flex-direction: row;
    padding: 46px 0 0 10px;
  }
  .section-feature-single .block-details .wrapper {
    margin-left: 25px;
  }
}

.section-feature-single--primary {
  background-color: #f8b32a;
}
.section-feature-single--primary h2 span {
  color: #fff;
}
.section-feature-single--primary .block-details .wrapper {
  padding: 0 0 45px;
}
.section-feature-single--primary .block-details figure {
  left: 152px;
  max-width: 204px;
  width: calc(100% - 152px);
}
@media (min-width: 1024px) {
  .section-feature-single--primary .block-details .wrapper {
    padding: 0 0 63px;
  }
  .section-feature-single--primary .block-details figure {
    left: 216px;
    max-width: 292px;
    width: calc(100% - 216px);
  }
}

.section-feature-single--dark {
  background-color: #000000;
  color: #fff;
}
.section-feature-single--dark h2 {
  color: #fff;
}
.section-feature-single--dark h2 span {
  color: #f8b32a;
}
.section-feature-single--dark .block-details .circle {
  color: #000;
}
.section-feature-single--dark .block-details .wrapper {
  padding: 0 0 75px;
}
.section-feature-single--dark .block-details figure {
  left: 156px;
  max-width: 167px;
  width: calc(100% - 156px);
}
@media (min-width: 1024px) {
  .section-feature-single--dark .block-details .wrapper {
    padding: 0 0 104px;
  }
  .section-feature-single--dark .block-details figure {
    left: 218px;
    max-width: 238px;
    width: calc(100% - 218px);
  }
}

.section-feature-single--light {
  background-color: #f7f6f0;
}
.section-feature-single--light h2 {
  color: #f8b32a;
}
.section-feature-single--light h2 span {
  color: #000;
}
.section-feature-single--light .block-details .circle {
  background-color: #f8b32a;
}
.section-feature-single--light .block-details .circle .circle-title {
  color: #fff;
}
.section-feature-single--light .block-details .wrapper {
  padding: 0 0 63px;
}
.section-feature-single--light .block-details figure {
  left: 175px;
  max-width: 173px;
  width: calc(100% - 175px);
}
@media (min-width: 1024px) {
  .section-feature-single--light .block-details .wrapper {
    padding: 0 0 86px;
  }
  .section-feature-single--light .block-details figure {
    left: 257px;
    max-width: 254px;
    width: calc(100% - 257px);
  }
}
