@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
:root {
  --image_aspect_ratio: 4/2.5;
  --section_padding: 8vh;
  --anchors_height: 60px;
  --anchors_bg: var(--main);
  --anchors_color: var(--main-color-associated);
  --anchors_highlight_color: var(--secondary);
  --anchors_border: var(--main-l-15);
  --arrow_width: 40px;
  --overlay_bg: rgba(0, 0, 0, .5);
  --header_height: 100px;
  --stroke: var(--gray-300);
  --bookingform_inline_height: 120px;
}
@media (max-width: 991px) {
  :root {
    --section_padding: 4vh;
  }
}
@media (max-width: 767px) {
  :root {
    --anchors_height: 50px;
    --header_height: 60px;
  }
}

/*$anchorsHeight: 60px;
$anchorsBg: $alternativeBackground;
$anchorsColor: $fontColor;
$anchorsHighlightColor: $thirdColor;
$anchorsBorder: rgba($anchorsColor, .3);*/
.mega_details_wrapper.privacy_landing_page .mega_details_content {
  max-width: 1100px;
}
@media (min-width: 1400px) {
  .mega_details_wrapper.privacy_landing_page .mega_details_content .mega_details {
    padding: 80px;
  }
}

.children_previews .item_wrap.no_image_available .item .thumb {
  display: none;
}
.children_previews .item_wrap .item {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  background: var(--bg-l-3);
}
.children_previews .item_wrap .item .thumb {
  width: 100%;
  aspect-ratio: var(--image_aspect_ratio);
  overflow: hidden;
  background-attachment: scroll;
  background-size: cover;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center;
}
.children_previews .item_wrap .item .content_wrap {
  padding: 2em;
}
.children_previews .item_wrap .item .content_wrap .content {
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
}
.children_previews .item_wrap .item .title {
  font-family: var(--highlight-font);
  line-height: 125%;
  position: relative;
  text-transform: none;
  color: var(--titles);
  font-size: 1.8em;
  display: block;
  text-align: center;
  margin-bottom: 0.5em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .children_previews .item_wrap .item .title {
    font-size: 2em;
  }
}
@media (max-width: 991px) {
  .children_previews .item_wrap .item .title {
    font-size: 1.5em;
  }
}
.children_previews .item_wrap .item .title strong {
  font-weight: inherit;
}
.children_previews .item_wrap .item .title strong {
  color: var(--secondary);
}
.children_previews .item_wrap .item .title:hover {
  text-decoration: none;
  color: var(--hover);
}
.children_previews .item_wrap .item .subtitle {
  line-height: 150%;
  position: relative;
  font-family: var(--first-font);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--secondary);
  font-size: 1.1em;
  margin-bottom: 1em;
  text-align: center;
}
.children_previews .item_wrap .item .subtitle strong {
  font-weight: inherit;
}
.children_previews .item_wrap .item .description {
  line-height: 170%;
}
@media (max-width: 991px) {
  .children_previews .item_wrap .item .description {
    font-size: 0.9em;
  }
}
.children_previews .item_wrap .item .btns_wrap {
  margin-top: 1.5em;
}
.children_previews .item_wrap .item .btns_wrap .offers_container {
  height: 50px;
  margin: 5px;
}
@media (max-width: 991px) {
  .children_previews .item_wrap .item .btns_wrap .offers_container {
    width: 100%;
  }
  .children_previews .item_wrap .item .btns_wrap .offers_container .btnCta {
    display: block;
    width: 100%;
  }
}
.children_previews .item_wrap .item .btns_wrap .btn:not(:only-child) {
  margin: 5px;
}
@media (max-width: 991px) {
  .children_previews .item_wrap .item .btns_wrap .btn:not(:only-child) {
    display: block;
    width: 100%;
  }
}
.children_previews .item_wrap .item .btns_wrap .btn:only-child {
  margin: 0;
}
.children_previews .item_wrap .item .btns_wrap .read_more {
  display: inline-block;
  height: 50px;
  overflow: hidden;
  text-align: center;
}
.children_previews .item_wrap .item .btns_wrap .read_more a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 1em 1.5em;
  height: 100%;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  position: relative;
  line-height: 120%;
  font-family: var(--first-font);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.children_previews .item_wrap .item .btns_wrap .read_more a * {
  color: inherit;
  font-weight: inherit;
}
.children_previews .item_wrap .item .btns_wrap .read_more a:hover, .children_previews .item_wrap .item .btns_wrap .read_more a:focus {
  text-decoration: none;
  outline: none;
}
.children_previews .item_wrap .item .btns_wrap .read_more a {
  background-color: transparent;
  color: var(--secondary);
  border-width: 1px;
  border-style: solid;
  color: true;
}
.children_previews .item_wrap .item .btns_wrap .read_more a:hover {
  background-color: var(--hover);
  border-color: var(--hover);
  color: var(--hover-color-associated);
}
.children_previews .item_wrap .item .btns_wrap .btnCta {
  display: inline-block;
  height: 50px;
  overflow: hidden;
  text-align: center;
}
.children_previews .item_wrap .item .btns_wrap .btnCta a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 1em 1.5em;
  height: 100%;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  position: relative;
  line-height: 120%;
  font-family: var(--first-font);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.children_previews .item_wrap .item .btns_wrap .btnCta a * {
  color: inherit;
  font-weight: inherit;
}
.children_previews .item_wrap .item .btns_wrap .btnCta a:hover, .children_previews .item_wrap .item .btns_wrap .btnCta a:focus {
  text-decoration: none;
  outline: none;
}
.children_previews .item_wrap .item .btns_wrap .btnCta a {
  background-color: var(--highlighted);
  color: var(--highlighted-color-associated);
}
.children_previews .item_wrap .item .btns_wrap .btnCta a:hover {
  background-color: var(--hover);
  color: var(--hover-color-associated);
}

.content_container + .children_section {
  margin-top: 3em;
}

.post_preview_section {
  --item_padding: 20px;
}
.post_preview_section .content_container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 90%;
  border-style: solid;
  border-width: 0 1px;
  border-color: red;
}
@media (max-width: 767px) {
  .post_preview_section .content_container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post_preview_section .content_container {
    max-width: 740px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .post_preview_section .content_container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .post_preview_section .content_container {
    width: calc(100% - 160px);
    max-width: 1300px;
  }
}

.post_preview_section.layout_list .children_section {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 90%;
  border-style: solid;
  border-width: 0 1px;
  border-color: red;
}
@media (max-width: 767px) {
  .post_preview_section.layout_list .children_section {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post_preview_section.layout_list .children_section {
    max-width: 740px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .post_preview_section.layout_list .children_section {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .post_preview_section.layout_list .children_section {
    width: calc(100% - 160px);
    max-width: 1300px;
  }
}
.post_preview_section.layout_list .children_section .children_previews .item_wrap + .item_wrap {
  margin-top: var(--item_padding);
}
@media (min-width: 1200px) {
  .post_preview_section.layout_list .children_section .children_previews .item_wrap + .item_wrap {
    margin-top: calc(var(--item_padding) * 2);
  }
}
.post_preview_section.layout_list .children_section .children_previews .item_wrap.even .item {
  flex-direction: row-reverse;
}
.post_preview_section.layout_list .children_section .children_previews .item_wrap .item {
  display: flex;
  min-height: 350px;
}
@media (max-width: 767px) {
  .post_preview_section.layout_list .children_section .children_previews .item_wrap .item {
    display: block;
    min-height: unset;
  }
}
.post_preview_section.layout_list .children_section .children_previews .item_wrap .item .content_wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.post_preview_section.layout_list .children_section .children_previews .item_wrap .item .thumb,
.post_preview_section.layout_list .children_section .children_previews .item_wrap .item .content_wrap {
  width: 50%;
}
@media (max-width: 767px) {
  .post_preview_section.layout_list .children_section .children_previews .item_wrap .item .thumb,
  .post_preview_section.layout_list .children_section .children_previews .item_wrap .item .content_wrap {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .post_preview_section.layout_grid {
    --item_padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post_preview_section.layout_grid {
    --item_padding: 10px;
  }
}
.post_preview_section.layout_grid .children_section {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 90%;
  border-style: solid;
  border-width: 0 1px;
  border-color: red;
}
@media (max-width: 767px) {
  .post_preview_section.layout_grid .children_section {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post_preview_section.layout_grid .children_section {
    max-width: 740px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .post_preview_section.layout_grid .children_section {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .post_preview_section.layout_grid .children_section {
    width: calc(100% - 160px);
    max-width: 1300px;
  }
}
.post_preview_section.layout_grid .children_section .children_previews .wrap {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin-right: calc(var(--item_padding) * -1);
  margin-left: calc(var(--item_padding) * -1);
  align-items: stretch;
}
@media (min-width: 768px) {
  .post_preview_section.layout_grid .children_section .children_previews .wrap.items_is_odd .item_wrap.firs_child {
    width: 100%;
  }
  .post_preview_section.layout_grid .children_section .children_previews .wrap.items_is_odd .item_wrap.firs_child .item {
    flex-direction: row;
  }
  .post_preview_section.layout_grid .children_section .children_previews .wrap.items_is_odd .item_wrap.firs_child .item .thumb, .post_preview_section.layout_grid .children_section .children_previews .wrap.items_is_odd .item_wrap.firs_child .item .content_wrap {
    flex-grow: 1;
  }
  .post_preview_section.layout_grid .children_section .children_previews .wrap.items_is_odd .item_wrap.firs_child .item .thumb {
    width: calc(50% - var(--item_padding) / 2);
  }
  .post_preview_section.layout_grid .children_section .children_previews .wrap.items_is_odd .item_wrap.firs_child .item .content_wrap {
    width: calc(50% + var(--item_padding) / 2);
  }
}
.post_preview_section.layout_grid .children_section .children_previews .item_wrap {
  width: 50%;
  padding: var(--item_padding);
}
@media (max-width: 767px) {
  .post_preview_section.layout_grid .children_section .children_previews .item_wrap {
    width: 100%;
    padding-top: 0;
  }
}
.post_preview_section.layout_grid .children_section .children_previews .item_wrap .item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.post_preview_section.layout_grid .children_section .children_previews .item_wrap .item .content_wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .post_preview_section.layout_grid .children_section .children_previews .item_wrap .item .content_wrap,
  .post_preview_section.layout_grid .children_section .children_previews .item_wrap .item .thumb {
    width: 100%;
  }
}

.post_preview_section.layout_carousel .children_section .children_previews {
  position: relative;
}
.post_preview_section.layout_carousel .children_section .children_previews.slick_start .item_wrap .item {
  height: 100%;
}
.post_preview_section.layout_carousel .children_section .children_previews .wrap.carousel,
.post_preview_section.layout_carousel .children_section .children_previews .pager {
  width: calc(100% - (var(--arrow_width) * 2 + 60px));
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1400px) {
  .post_preview_section.layout_carousel .children_section .children_previews .wrap.carousel,
  .post_preview_section.layout_carousel .children_section .children_previews .pager {
    width: calc(100% - (var(--arrow_width) * 2 + 170px));
  }
}
@media (max-width: 991px) {
  .post_preview_section.layout_carousel .children_section .children_previews .wrap.carousel,
  .post_preview_section.layout_carousel .children_section .children_previews .pager {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.post_preview_section.layout_carousel .children_section .children_previews .pager {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .post_preview_section.layout_carousel .children_section .children_previews .pager {
    margin-top: 10px;
  }
}
.post_preview_section.layout_carousel .children_section .children_previews .pager ul {
  width: 100%;
}
@media (min-width: 992px) {
  .post_preview_section.layout_carousel .children_section .children_previews .arrow.prev {
    left: 25px;
  }
}
@media (min-width: 1400px) {
  .post_preview_section.layout_carousel .children_section .children_previews .arrow.prev {
    left: 45px;
  }
}
@media (max-width: 991px) {
  .post_preview_section.layout_carousel .children_section .children_previews .arrow.prev {
    left: 0;
  }
}
@media (min-width: 992px) {
  .post_preview_section.layout_carousel .children_section .children_previews .arrow.next {
    right: 25px;
  }
}
@media (min-width: 1400px) {
  .post_preview_section.layout_carousel .children_section .children_previews .arrow.next {
    right: 45px;
  }
}
@media (max-width: 991px) {
  .post_preview_section.layout_carousel .children_section .children_previews .arrow.next {
    right: 0;
  }
}
.post_preview_section.layout_carousel .children_section .children_previews .item_wrap {
  padding: var(--item_padding);
  width: 33.333333%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .post_preview_section.layout_carousel .children_section .children_previews .item_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .post_preview_section.layout_carousel .children_section .children_previews .item_wrap {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.post_preview_section.layout_carousel .children_section .children_previews .item_wrap .item {
  display: flex;
  flex-direction: column;
}
.post_preview_section.layout_carousel .children_section .children_previews .item_wrap .item .content_wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .post_preview_section.layout_carousel .children_section .children_previews .item_wrap .item .content_wrap .subtitle {
    display: none;
  }
}

.post_preview_section.layout_carousel_tabbed .children_section .children_pager {
  --arrow_size: 60px;
  --pager_height: 100px;
  position: relative;
  background: var(--main);
  color: var(--main-color-associated);
  height: var(--pager_height);
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 991px) {
  .post_preview_section.layout_carousel_tabbed .children_section .children_pager {
    --pager_height: 60px;
    --arrow_size: var(--pager_height);
  }
}
.post_preview_section.layout_carousel_tabbed .children_section .children_pager .wrap {
  width: calc(100% - var(--arrow_size) - 20px);
  border-style: solid;
  border-width: 0 1px;
  border-color: var(--main-l-15);
  height: var(--pager_height);
}
@media (max-width: 767px) {
  .post_preview_section.layout_carousel_tabbed .children_section .children_pager .wrap {
    width: 100%;
    border: none;
  }
}
.post_preview_section.layout_carousel_tabbed .children_section .children_pager .wrap .item {
  border-right: 1px solid var(--main-l-15);
}
.post_preview_section.layout_carousel_tabbed .children_section .children_pager .wrap .item:hover, .post_preview_section.layout_carousel_tabbed .children_section .children_pager .wrap .item:focus {
  outline: none;
}
.post_preview_section.layout_carousel_tabbed .children_section .children_pager .wrap .item.item.slick-current .label {
  background: var(--bg-l-3);
  color: var(--titles);
}
.post_preview_section.layout_carousel_tabbed .children_section .children_pager .wrap .item .label {
  height: 100%;
  text-align: center;
  padding: 0.5em 1em;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .post_preview_section.layout_carousel_tabbed .children_section .children_pager .wrap .item .label {
    font-size: 0.9em;
  }
}
.post_preview_section.layout_carousel_tabbed .children_section .children_pager .wrap .item .label:hover {
  background: var(--main);
}
.post_preview_section.layout_carousel_tabbed .children_section .children_pager .wrap .item .title {
  font-family: var(--highlight-font);
  font-size: 1.3em;
  line-height: 120%;
}
@media (max-width: 991px) {
  .post_preview_section.layout_carousel_tabbed .children_section .children_pager .wrap .item .title {
    font-size: 1em;
    font-family: var(--first-font);
  }
}
.post_preview_section.layout_carousel_tabbed .children_section .children_pager .wrap .item .subtitle {
  font-style: italic;
  line-height: 120%;
  margin-top: 0.5em;
}
@media (max-width: 991px) {
  .post_preview_section.layout_carousel_tabbed .children_section .children_pager .wrap .item .subtitle {
    display: none;
  }
}
.post_preview_section.layout_carousel_tabbed .children_section .children_pager .arrow {
  background: transparent;
  position: relative;
  left: auto;
  right: auto;
  margin-top: 0;
  top: 0;
  width: var(--arrow_size);
  border-radius: 0;
  border: none;
}
@media (max-width: 767px) {
  .post_preview_section.layout_carousel_tabbed .children_section .children_pager .arrow {
    display: none;
  }
}
.post_preview_section.layout_carousel_tabbed .children_section .children_pager .arrow:before, .post_preview_section.layout_carousel_tabbed .children_section .children_pager .arrow:after {
  background: var(--main-color-associated);
}
.post_preview_section.layout_carousel_tabbed .children_section .children_pager .arrow:hover {
  background: var(--bg-l-3);
}
.post_preview_section.layout_carousel_tabbed .children_section .children_pager .arrow:hover:before, .post_preview_section.layout_carousel_tabbed .children_section .children_pager .arrow:hover:after {
  background: var(--titles);
}
.post_preview_section.layout_carousel_tabbed .children_section .children_pager .item,
.post_preview_section.layout_carousel_tabbed .children_section .children_pager .arrow {
  height: var(--pager_height);
}
.post_preview_section.layout_carousel_tabbed .children_section .children_previews .wrap.carousel_tabbed .item_wrap {
  --item_width: 400px;
  margin-bottom: 20px;
}
@media (min-width: 1400px) {
  .post_preview_section.layout_carousel_tabbed .children_section .children_previews .wrap.carousel_tabbed .item_wrap {
    --item_width: 560px;
  }
}
@media (min-width: 1600px) and (min-height: 900px) {
  .post_preview_section.layout_carousel_tabbed .children_section .children_previews .wrap.carousel_tabbed .item_wrap {
    --item_width: 600px;
  }
}
.post_preview_section.layout_carousel_tabbed .children_section .children_previews .wrap.carousel_tabbed .item_wrap .item {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
  min-height: 50vh;
}
@media (max-width: 991px) {
  .post_preview_section.layout_carousel_tabbed .children_section .children_previews .wrap.carousel_tabbed .item_wrap .item {
    display: block;
    height: auto;
    min-height: unset;
    max-height: unset;
  }
}
.post_preview_section.layout_carousel_tabbed .children_section .children_previews .wrap.carousel_tabbed .item_wrap .item .thumb {
  max-height: 600px;
  width: calc(100% - var(--item_width));
}
@media (max-width: 991px) {
  .post_preview_section.layout_carousel_tabbed .children_section .children_previews .wrap.carousel_tabbed .item_wrap .item .thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.post_preview_section.layout_carousel_tabbed .children_section .children_previews .wrap.carousel_tabbed .item_wrap .item .content_wrap {
  width: var(--item_width);
  flex-grow: 1;
  padding-right: 3em;
  padding-left: 3em;
}
@media (min-width: 992px) {
  .post_preview_section.layout_carousel_tabbed .children_section .children_previews .wrap.carousel_tabbed .item_wrap .item .content_wrap {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .post_preview_section.layout_carousel_tabbed .children_section .children_previews .wrap.carousel_tabbed .item_wrap .item .content_wrap {
    width: 100%;
  }
}
.post_preview_section.layout_carousel_tabbed .children_section .children_previews .wrap.carousel_tabbed .item_wrap .item .content_wrap .content {
  margin-right: auto;
  margin-left: auto;
  max-width: 460px;
}
@media (max-width: 991px) {
  .post_preview_section.layout_carousel_tabbed .children_section .children_previews .wrap.carousel_tabbed .item_wrap .item .content_wrap .content {
    max-width: 600px;
  }
}
/*# sourceMappingURL=post_preview.css.map */
