.block_with_image_section {
  padding-top: 30px;
  padding-bottom: 45px;
}
.block_with_image_section.container-small {
  padding-top: 0;
  padding-bottom: 160px;
}
.block_with_image_section.container-small > .container {
  max-width: 958px;
}
.block_with_image_section.container-small .image_block {
  flex: 0 0 34%;
  max-width: 34%;
}
@media screen and (max-width: 575px) {
  .block_with_image_section.container-small .image_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .block_with_image_section.container-small .image_block img {
    max-width: 160px !important;
  }
}
.block_with_image_section.container-small .text_block {
  flex: 0 0 66%;
  max-width: 66%;
  padding-top: 0;
  padding-bottom: 0;
}
@media all and (min-width: 768px) {
  .block_with_image_section.container-small .text_block {
    padding-left: 85px;
  }
}
@media print {
  .block_with_image_section.container-small .text_block {
    padding-left: 85px;
  }
}
@media screen and (max-width: 575px) {
  .block_with_image_section.container-small .text_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.block_with_image_section .image_block.image_offset .inner {
  width: calc(100% + 100px);
}
@media screen and (max-width: 991px) {
  .block_with_image_section .image_block.image_offset .inner {
    width: 100%;
    aspect-ratio: 2;
  }
}
@media screen and (max-width: 767px) {
  .block_with_image_section .image_block.image_offset .inner {
    width: 100%;
    aspect-ratio: 1.57;
  }
}
.block_with_image_section .image_block.image_offset .inner picture {
  width: 100%;
  height: 100%;
}
.block_with_image_section .image_block.image_offset .inner img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.block_with_image_section .image_block.image_default img {
  max-width: 100%;
}
.block_with_image_section .image_block .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.block_with_image_section .text_block {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .block_with_image_section .text_block {
    padding-bottom: 0;
  }
}
.block_with_image_section .text_block.border {
  border: none !important;
}
.block_with_image_section .text_block.border .inner {
  padding: 50px 75px 75px;
  border: 2px solid #5CC898;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .block_with_image_section .text_block.border .inner {
    padding: 40px;
  }
}
.block_with_image_section .text_block.border_none .inner .description {
  font-family: "Roboto", sans-serif;
}
.block_with_image_section .text_block .inner {
  background: #FFFFFF;
}
.block_with_image_section h2 {
  display: flex;
  flex-wrap: wrap;
  font-size: 42px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  color: #383838;
  margin-bottom: 30px;
}
.block_with_image_section h2.big {
  font-size: 52px;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .block_with_image_section h2.big {
    font-size: 42px;
  }
}
@media screen and (max-width: 575px) {
  .block_with_image_section h2.big {
    text-align: center;
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .block_with_image_section h2 .desktop_br {
    width: auto;
  }
}
.block_with_image_section .description {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #383838;
}

section.contact_section {
  background: #4A5159;
  padding: 119px 0 85px;
}
@media screen and (max-width: 767px) {
  section.contact_section {
    padding: 80px 0 66px;
  }
}
section.contact_section > .container {
  max-width: 1170px;
}
@media screen and (max-width: 767px) {
  section.contact_section > .container {
    padding: 0 20px;
  }
}
section.contact_section > .container > .row {
  align-items: center;
}
section.contact_section .gfield_description {
  display: none;
}
section.contact_section .gf_browser_gecko {
  background: transparent !important;
  padding: 0 !important;
  border: none;
}
section.contact_section .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}
section.contact_section ul.gform_fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
section.contact_section ul.gform_fields li {
  width: 100%;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  grid-column: span 1;
}
section.contact_section ul.gform_fields li.gfield--type-date, section.contact_section ul.gform_fields li.gfield--type-date + li {
  grid-column: span 2;
}
@media all and (min-width: 768px) {
  section.contact_section ul.gform_fields li.gfield--type-date .ginput_container, section.contact_section ul.gform_fields li.gfield--type-date + li .ginput_container {
    width: calc(50% - 15px);
  }
}
@media print {
  section.contact_section ul.gform_fields li.gfield--type-date .ginput_container, section.contact_section ul.gform_fields li.gfield--type-date + li .ginput_container {
    width: calc(50% - 15px);
  }
}
section.contact_section ul.gform_fields li.gfield_error {
  background: transparent;
  border: none;
}
section.contact_section ul.gform_fields li.gfield_error label {
  color: #790000;
}
section.contact_section select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/arrow-down.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
  background-size: 14px !important;
  padding-right: 30px !important;
}
section.contact_section .left_block {
  max-width: 26.7%;
  flex: 0 0 26.7%;
  height: 100%;
  align-items: center;
}
@media all and (min-width: 768px) {
  section.contact_section .left_block {
    padding-right: 0 !important;
  }
}
@media print {
  section.contact_section .left_block {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  section.contact_section .left_block {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 50px;
  }
}
section.contact_section .left_block h2 {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-weight: 600;
  text-align: left;
  line-height: 56px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  section.contact_section .left_block h2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  section.contact_section .left_block h2 {
    padding: 0 30px;
  }
}
section.contact_section .left_block .subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  color: #FFFFFF;
}
@media all and (min-width: 768px) {
  section.contact_section .left_block .subtitle {
    max-width: 285px;
  }
}
@media print {
  section.contact_section .left_block .subtitle {
    max-width: 285px;
  }
}
@media screen and (max-width: 991px) {
  section.contact_section .left_block .subtitle {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  section.contact_section .left_block .subtitle {
    padding: 0 30px;
  }
}
section.contact_section .left_block .subtitle p {
  margin-bottom: 15px;
}
section.contact_section .right_block {
  max-width: 73.3%;
  flex: 0 0 73.3%;
  height: 100%;
  align-items: center;
}
@media all and (min-width: 992px) {
  section.contact_section .right_block {
    padding-left: 68px;
  }
}
@media print {
  section.contact_section .right_block {
    padding-left: 68px;
  }
}
@media screen and (max-width: 991px) {
  section.contact_section .right_block {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
section.contact_section .right_block .inner {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 63px 59px 56px 50px;
}
@media screen and (max-width: 767px) {
  section.contact_section .right_block .inner {
    padding: 30px;
  }
}
section.contact_section .right_block h3 {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  section.contact_section .right_block h3 {
    font-size: 36px;
    text-align: center;
  }
}
section.contact_section .right_block .subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #383838;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  section.contact_section .right_block .subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
section.contact_section .right_block .shortcode-container .gform_wrapper {
  padding: 0 !important;
  background: transparent !important;
}
section.contact_section .right_block .shortcode-container .gform_title {
  display: none;
}
section.contact_section .right_block .shortcode-container .gform_fields {
  position: relative;
  gap: 20px 30px;
}
@media screen and (max-width: 767px) {
  section.contact_section .right_block .shortcode-container .gform_fields {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  section.contact_section .right_block .shortcode-container .gform_fields .gfield {
    width: 100%;
  }
}
section.contact_section .right_block .shortcode-container .gform_required_legend {
  display: none;
}
section.contact_section .right_block .shortcode-container .gfield--type-name legend.gform-field-label {
  display: none;
}
section.contact_section .right_block .shortcode-container .gfield_required {
  display: none;
}
section.contact_section .right_block .shortcode-container label {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.5%;
  color: #383838;
  margin: 0 !important;
}
section.contact_section .right_block .shortcode-container .ginput_container {
  margin: 0 !important;
}
section.contact_section .right_block .shortcode-container input,
section.contact_section .right_block .shortcode-container select,
section.contact_section .right_block .shortcode-container textarea {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #383838;
  border: 1px solid #EEF4FF;
  border-radius: 10px;
  background: #F3F4F7;
  line-height: 1.5;
  padding: 0 12px !important;
  height: 50px;
  margin-top: 10px;
  outline: none;
}
section.contact_section .right_block .shortcode-container input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #F3F4F7 inset;
  font-weight: 500;
}
section.contact_section .right_block .shortcode-container textarea {
  padding: 12px;
}
section.contact_section .right_block .shortcode-container .gfield--type-date .ginput_container {
  position: relative;
}
section.contact_section .right_block .shortcode-container .gfield--type-date input {
  width: 100% !important;
}
section.contact_section .right_block .shortcode-container .gfield--type-date img {
  position: absolute;
  bottom: 16px;
  right: 13px;
  margin: 0;
}
@media all and (min-width: 768px) {
  section.contact_section .right_block .shortcode-container .gfield--type-textarea {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media print {
  section.contact_section .right_block .shortcode-container .gfield--type-textarea {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
section.contact_section .right_block .shortcode-container .gfield--type-textarea textarea {
  height: 153px;
  max-height: 153px;
  min-height: 153px;
}
section.contact_section .right_block .shortcode-container .gform-footer {
  display: flex;
  justify-content: flex-end;
  padding-top: 40px;
  margin-top: 0;
}
section.contact_section .right_block .shortcode-container .gform-footer [type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #383838;
  height: 50px;
  width: auto;
  padding: 0 45px;
  min-width: 220px;
  border-radius: 10px;
  background: #52DCB6;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.2s linear;
  height: 50px;
  font-weight: 500 !important;
  padding-left: 20px !important;
  padding-right: 55px !important;
  background-image: url(../images/arrow-right.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 22px center !important;
  background-size: 15px !important;
  text-transform: none !important;
  min-width: 154px;
  margin: 0;
}
section.contact_section .right_block .shortcode-container .gform-footer [type=submit]:hover {
  background: #5CC898;
  color: #383838;
}
@media screen and (max-width: 767px) {
  section.contact_section .right_block .shortcode-container .gform-footer [type=submit] {
    width: 100%;
  }
}

.hero_section {
  padding-top: 72px;
  padding-bottom: 85px;
  background: linear-gradient(to bottom, rgba(92, 200, 152, 0.3) 0%, #FFFFFF 100%);
}
.hero_section > .container > .row {
  align-items: center;
}
.hero_section h1 {
  display: flex;
  flex-wrap: wrap;
  font-size: 56px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #383838;
  margin-bottom: 30px;
}
.hero_section .subtitle {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #383838;
}
@media all and (min-width: 768px) {
  .hero_section .subtitle {
    max-width: 500px;
  }
}
@media print {
  .hero_section .subtitle {
    max-width: 500px;
  }
}
.hero_section .hero-image {
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hero_section .hero-image {
    margin-bottom: 40px;
  }
}

section.package_section {
  margin-bottom: 100px !important;
}
section.package_section .package-wrap {
  border: 2px solid #5CC898;
  border-radius: 30px;
  padding: 0 50px 50px;
  overflow: hidden;
}
@media screen and (max-width: 767px) and (max-width: 575px) {
  section.package_section .package-wrap {
    padding: 0 20px 50px;
  }
}
section.package_section h2 {
  font-size: 34px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  color: #5CC898;
  background: #E0F8F1;
  text-align: center;
  padding: 14px 20px;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 714px;
  border-radius: 0 0 10px 10px;
}
section.package_section .subtitle {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #383838;
  width: 100%;
  max-width: 714px;
  margin: 0 auto 50px;
  text-align: center;
}
section.package_section .included {
  position: relative;
  background: #F7F7F7;
  border-radius: 30px;
  padding: 30px 50px;
  margin-bottom: 120px;
}
section.package_section .included:after {
  content: "";
  position: absolute;
  bottom: -96px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background-image: url("../images/icon-plus.svg");
}
section.package_section .included h4 {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #FFFFFF;
  margin: 0 auto;
  background: #9EA1A4;
  text-align: center;
  padding: 6px 15px;
  width: auto;
  text-transform: uppercase;
  border-radius: 20px;
  white-space: nowrap;
}
section.package_section .included h5 {
  position: relative;
  padding-left: 70px;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  color: #383838;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  section.package_section .included h5 {
    font-size: 20px;
  }
}
section.package_section .included h5:before, section.package_section .included h5:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 20px;
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 50%;
}
section.package_section .included h5:after {
  top: 10px;
  left: 28px;
  background: #5CC898;
  width: 14px;
  height: 14px;
}
section.package_section .included .options {
  gap: 30px 0;
}
section.package_section .items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
}
section.package_section .item_package {
  background: #F7F7F7;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 50px;
}
section.package_section .item_package:last-child {
  margin-bottom: 0;
}
section.package_section .item_package .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 0;
  margin: 0;
}
@media all and (min-width: 768px) {
  section.package_section .item_package .gallery {
    flex: 0 0 56.25%;
    max-width: 56.25%;
  }
}
@media print {
  section.package_section .item_package .gallery {
    flex: 0 0 56.25%;
    max-width: 56.25%;
  }
}
section.package_section .item_package .gallery.type-inline .gallery-slider {
  display: flex;
}
section.package_section .item_package .gallery.type-inline .gallery-slider .item {
  padding: 0 7.5px;
}
section.package_section .item_package .gallery .owl-carousel.owl-thumbs {
  display: inline-grid;
  max-width: 100%;
}
section.package_section .item_package .gallery .owl-carousel.owl-thumbs .owl-nav button {
  position: absolute;
  top: calc(50% - 0px);
  left: -30px;
  transform: translateY(-50%);
  display: block;
  width: 34px;
  height: 48px;
  background-image: url(../images/prev-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 18px;
  opacity: 1;
  visibility: visible;
  transition: all 0.2s linear;
}
section.package_section .item_package .gallery .owl-carousel.owl-thumbs .owl-nav button.owl-next {
  background-image: url(../images/next-black.svg);
  left: unset;
  right: -30px;
}
section.package_section .item_package .gallery .owl-carousel.owl-thumbs .owl-nav button.disabled {
  opacity: 0;
  visibility: hidden;
}
section.package_section .item_package .gallery .owl-carousel.owl-thumbs .owl-nav button span {
  display: none;
}
section.package_section .item_package .gallery .owl-carousel.owl-thumbs .item {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  border-radius: 5px;
  border: 3px solid transparent;
  cursor: pointer;
  transition: all 0.2s linear;
  overflow: hidden;
  /*&:after {
  	content: '';
  	display: block;
  	width: 100%;
  	height: 100%;
  	position: absolute;
  	top: 0;
  	left: 0;
  	background: rgba($color_black, 0.2);
  	transition: all 0.2s linear;
  }*/
}
section.package_section .item_package .gallery .owl-carousel.owl-thumbs .item.active {
  border-color: #5CC898;
  /*&:after {
  	background: rgba($color_black, 0);
  }*/
}
section.package_section .item_package .gallery .owl-carousel.owl-thumbs .item:hover:after {
  background: rgba(0, 0, 0, 0);
}
section.package_section .item_package .gallery .owl-carousel.owl-thumbs .item.video {
  position: relative;
}
section.package_section .item_package .gallery .owl-carousel.owl-thumbs .item.video:hover:before {
  width: 35px;
  height: 35px;
}
section.package_section .item_package .gallery .owl-carousel.owl-thumbs .item.video:before {
  content: "";
  display: block;
  background-image: url("../images/icon-play.svg");
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.2s linear;
}
section.package_section .item_package .gallery .owl-carousel.owl-thumbs .item picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
section.package_section .item_package .gallery .owl-carousel.owl-thumbs .item img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
section.package_section .item_package .gallery .owl-carousel.owl-thumbs .item video {
  scale: 1.8;
}
section.package_section .item_package .gallery .gallery-slider {
  display: inline-grid;
  max-width: 100%;
}
section.package_section .item_package .gallery .gallery-slider .item {
  border-radius: 10px;
  overflow: hidden;
}
section.package_section .item_package .gallery .gallery-slider .owl-nav button {
  position: absolute;
  top: calc(50% - 11px);
  left: 26px;
  transform: translateY(-50%);
  display: block;
  width: 34px;
  height: 48px;
  background-image: url(../images/prev.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 28px;
  opacity: 1;
  visibility: visible;
  transition: all 0.2s linear;
}
section.package_section .item_package .gallery .gallery-slider .owl-nav button.owl-next {
  background-image: url(../images/next.svg);
  left: unset;
  right: 26px;
}
section.package_section .item_package .gallery .gallery-slider .owl-nav button.disabled {
  opacity: 0;
  visibility: hidden;
}
section.package_section .item_package .gallery .gallery-slider .owl-nav button span {
  display: none;
}
section.package_section .item_package .gallery .gallery-slider img {
  max-width: 100%;
}
section.package_section .item_package .gallery .gallery-slider a[data-type=iframe] {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
section.package_section .item_package .gallery .gallery-slider a[data-type=iframe]:hover:before {
  width: 65px;
  height: 65px;
}
section.package_section .item_package .gallery .gallery-slider a[data-type=iframe]:before {
  content: "";
  display: block;
  background-image: url("../images/icon-play.svg");
  width: 60px;
  height: 60px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.2s linear;
}
section.package_section .item_package .gallery .gallery-slider a[data-type=iframe]:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
section.package_section .item_package .gallery .gallery-slider video {
  border-radius: 10px;
  max-width: 100%;
  overflow: hidden;
}
section.package_section .item_package .gallery [data-type=video] {
  position: relative;
  display: inline-block;
}
section.package_section .item_package .gallery [data-type=video]:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
section.package_section .item_package .gallery video {
  position: relative;
  max-width: 100%;
  height: auto;
  z-index: 1;
}
section.package_section .item_package .options {
  padding-left: 69px;
}
@media all and (min-width: 768px) {
  section.package_section .item_package .options {
    flex: 0 0 43.75%;
    max-width: 43.75%;
  }
}
@media print {
  section.package_section .item_package .options {
    flex: 0 0 43.75%;
    max-width: 43.75%;
  }
}
section.package_section .item_package .options h3 {
  position: relative;
  font-size: 29px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  color: #383838;
  padding-top: 30px;
  margin-bottom: 20px;
}
section.package_section .item_package .options h3:before, section.package_section .item_package .options h3:after {
  content: "";
  position: absolute;
  top: 34px;
  left: -50px;
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 50%;
}
section.package_section .item_package .options h3:after {
  top: 42px;
  left: -42px;
  background: #5CC898;
  width: 14px;
  height: 14px;
}
section.package_section .item_package .options .description {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #383838;
}

.text_section {
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #383838;
}
@media screen and (max-width: 991px) {
  .text_section {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.text_section h2 {
  font-size: 42px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 25px;
  color: #383838;
}

body.page-template-page-flexible .featured-image.page-header-image {
  display: none;
}
body.page-template-page-flexible .site-main > * {
  margin-bottom: 0;
}
body.page-template-page-flexible .f-html {
  background-color: transparent;
}

.container,
.e-con > .e-con-inner,
.e-con.e-flex > .e-con-inner {
  max-width: 1230px;
}

.desktop_br {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .desktop_br {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .mobile_br {
    display: inline-block;
    width: 100%;
  }
}

/*# sourceMappingURL=app.css.map */
