/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.6.9.2711997059
Updated: 2024-04-01 14:44:19

*/

.main-title.wp-block-heading,
h2.wp-block-heading,
h3.wp-block-heading {
  line-height: 1;
}

.main-title.wp-block-heading small,
h2.wp-block-heading small {
  font-size: 0.34em;
  font-size: clamp(16px, 0.34em, 30px);
  letter-spacing: 0.1em;
}

.heading__space-out {
  letter-spacing: 0.15em;
  font-family: "Filosofia-", filosofia, serif;
}

.entry-content p {
  max-width: 64.5em !important;
}

/* about paragraph */
.page .wp-container-36 p {
  max-width: 33em !important;
}

.page .entry-content .divider {
  height: 2px;
  display: block;
  margin: 6em auto !important;
  border: none;
  width: 25em;
  max-width: unset !important;
  background: var(--ast-global-color-3);
  position: relative;
  overflow: visible;
}
.page .entry-content .divider::after {
  content: "";
  display: block;
  background: white;
  border: 2px solid var(--ast-global-color-3);
  height: 2.5em;
  width: 1em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
}

.eb-parent-wrapper .eb-counter-wrapper .eb-counter-title {
  font-size: 1.25em;
  text-transform: capitalize;
  font-family: "proxima-nova";
  font-weight: normal;
}

.eb-parent-wrapper .eb-counter-wrapper .counter-contents-wrapper {
  gap: 0;
}

.eb-parent-wrapper .eb-counter-wrapper .eb-counter-number {
  font-size: 4.375em;
  font-style: italic;
  font-family: "filosofia-unicase", ui-serif;
}

.eb-parent-wrapper .eb-counter-wrapper .eb-counter-number > * {
  font-size: 1em !important;
  font-weight: normal !important;
}

.page .entry-content .stat-burst {
  width: 16em !important;
  height: 16em !important;
  justify-content: center;
}

.page .entry-content .icon-container {
  width: 2.5em !important;
  height: 2.5em !important;
  padding: 0.6em;
}

.eb-slider-image {
  max-width: 6em !important;
  margin: 1em auto;
  border-radius: 100%;
}

.gutena-testimonial-block .gutena-testimonial-icon-block svg {
  fill: var(--ast-global-color-1);
}

.tns-nav {
  display: none !important;
}

.wp-block-columns p {
  max-width: 94% !important;
}

.logos > * {
  max-width: unset !important;
  gap: 3vw;
}
.logos img {
  filter: grayscale(1) brightness(0);
  opacity: 0.33;
  transition: opacity 0.33s, filter 0.33s;
}
.logos img:hover {
  opacity: 1;
  filter: none;
}

.main-navigation a {
  letter-spacing: 0.125em;
  position: relative;
}

.main-navigation a::after {
  content: "";
  position: absolute;
  bottom: 2em;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 2px;
  width: 70%;
  background: var(--ast-global-color-1);
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

.main-navigation a:hover::after {
  opacity: 1;
}

.wp-image-51 {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.gutena-testimonial-text-content {
  font-size: 1.25em;
}

.wp-block-gutena-testimonial-icon {
  position: absolute;
  left: 2em;
  width: 4em;
  top: 4em;
}

.wp-block-gutena-testimonial-item {
  position: relative;
  /* overflow: visible; */
}

.wp-block-gutena-testimonial-icon svg {
  fill: var(--ast-global-color-0) !important;
}

.gutena-testimonial-text-block {
  padding: 1em;
}

.gutena-testimonial-details-image {
  width: 100px;
  height: 100px;
  margin: 0 !important;
}

.gutena-testimonial-details-image img {
  width: 100% !important;
  height: 100% !important;
}

.gutena-testimonial-block .tns-outer .tns-controls button[data-controls=prev]::after,
.gutena-testimonial-block .tns-outer .tns-controls button[data-controls=next]::after {
  content: "";
  width: 20px;
  background: var(--ast-global-color-0);
  height: 3px;
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
}

.gutena-testimonial-block .tns-outer .tns-controls button[data-controls=prev]::after {
  left: 9px;
}

.gutena-testimonial-block .tns-outer .tns-controls button {
  padding: 8px;
  border: 3px solid;
  border-color: var(--ast-global-color-0);
  border-radius: 100%;
}

.gutena-testimonial-block .tns-outer .tns-controls button[data-controls=prev]:before,
.gutena-testimonial-block .tns-outer .tns-controls button[data-controls=next]:before {
  border-width: 3px 3px 0 0;
}

.links > * {
  gap: 1em;
  margin-right: 2em !important;
}
.links a {
  font-size: 1.25em;
  color: var(--ast-global-color-0);
}

.wp-container-44 .wp-block-group {
  gap: 1em;
}

.entry-content .wp-block-jetpack-contact-form label {
  display: none;
}

.wp-block-jetpack-contact-form input,
.wp-block-jetpack-contact-form textarea {
  border: 1px solid var(--ast-global-color-3);
  border-radius: 0.25em;
  color: var(--ast-global-color-2);
}

.wp-block-jetpack-contact-form input:focus,
.wp-block-jetpack-contact-form textarea:focus {
  border: 1px solid var(--ast-global-color-0);
  outline: 1px solid var(--ast-global-color-1);
}

.wp-block-jetpack-contact-form input::-moz-placeholder, .wp-block-jetpack-contact-form textarea::-moz-placeholder {
  font-style: italic;
  color: var(--ast-global-color-3);
}

.wp-block-jetpack-contact-form input::placeholder,
.wp-block-jetpack-contact-form textarea::placeholder {
  font-style: italic;
  color: var(--ast-global-color-3);
}

.entry-content .contact-p {
  margin-left: 0 !important;
}

textarea {
  max-height: 166px;
}

.wp-block-button button {
  border-radius: 0.25em !important;
  font-style: italic;
}

.page .site-footer {
  background-image: url("/wp-content/uploads/2023/08/bg-purple-design.jpg");
  padding: 2em 0.25em 5em;
  background-size: 100% auto;
  background-position: center center;
}

.stat-burst {
  background-image: url("/wp-content/uploads/2023/08/bg-circle.png");
}

@media all and (max-width: 750px) {
  .wp-image-124 {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .wp-block-cover:first-of-type {
    min-height: 43vw !important;
  }
  .logos {
    padding: 1em 0 !important;
  }
  .logos .is-layout-flex > * {
    flex: 0 1 11em;
  }
  .page .entry-content .divider {
    max-width: 100% !important;
    margin: 14vw auto !important;
  }
  #impact .wp-block-columns {
    gap: 1%;
  }
  .page .entry-content .stat-burst {
    font-size: 2.6vw;
    width: 44vw !important;
    height: 44vw !important;
    justify-content: center;
    margin: auto !important;
  }
  #impact .wp-block-column {
    flex-basis: 49% !important;
    flex-grow: 0 !important;
  }
  #impact .wp-block-cover__image-background {
    top: unset !important;
    bottom: 0;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  #work-with-us {
    padding-left: 0;
    padding-right: 0;
  }
  .wp-block-gutena-testimonial-item {
    padding: 0 !important;
  }
  .gutena-testimonial-text-content {
    font-size: 1.2em;
  }
  .ast-plain-container.ast-no-sidebar .entry-content > .alignfull {
    padding: 2em 0.5em;
  }
  h2.wp-block-heading,
  .main-title.wp-block-heading {
    font-size: 9.3vw;
    max-width: 89.9vw !important;
  }
  h2.wp-block-heading small,
  .main-title.wp-block-heading {
    letter-spacing: 0.7vw;
    font-size: 4.7vw;
    display: block;
    margin-bottom: 4vw;
  }
  .entry-content > section:first-of-type .main-title.wp-block-heading br,
  .entry-content > section:first-of-type h2.wp-block-heading br {
    display: none;
  }
  .entry-content > section:first-of-type .main-title.wp-block-heading small {
    display: block;
    font-size: 1em;
  }
  .logos .is-layout-flex > * img {
    width: 77% !important;
    margin: auto;
    display: block;
  }
  .logos .is-layout-flex > * img[src*=pearl] {
    width: 100% !important;
  }
  .wp-block-columns.is-layout-flex .wp-block-column {
    max-width: 92vw;
    margin: 0 auto;
  }
  .wp-block-columns.is-layout-flex .wp-block-column img {
    width: 100%;
  }
  h3.wp-block-heading {
    font-size: 6.5vw;
  }
  .wp-container-32 .wp-block-heading br {
    display: none;
  }
  #impact .wp-block-cover__image-background {
    display: none;
  }
  #impact {
    min-height: unset !important;
  }
  .tns-ovh {
    margin: 0 !important;
  }
  .wp-block-jetpack-contact-form > * {
    padding: 0 !important;
    gap: 1em !important;
  }
  #work-with-us + h3 {
    max-width: 83vw;
    margin-left: 0;
  }
  .links > * {
    width: 100%;
  }
	.parent-pageid-867 .entry-content > * {
    padding: 1em !important;
}

.parent-pageid-867 .entry-content h1 {
    font-size: 8vw !important;
    max-width: 60vw !important;
}

.parent-pageid-867 .entry-content p:first-of-type {
    margin-top: 18vw !important;
}

}
@media all and (min-width: 751px) and (max-width: 1600px) {
  .logos figure {
    width: 12vw;
  }
  .logos figure:last-of-type {
    width: 17vw;
  }
  .stat-burst {
    font-size: 1vw !important;
  }
}
@media all and (min-width: 1601px) {
  .logos figure:last-of-type img {
    min-width: 310px;
  }
}
@media all and (min-width: 751px) {
  .main-navigation {
    font-size: 0.9em;
  }
}
@media all and (min-width: 1200px) {
  .about-text {
    max-width: 42em !important;
    margin-right: 1em !important;
  }
  .about-text + * {
    max-width: 30em !important;
  }
}
.hero-mobile {
  min-height: 78vw !important;
}

@media all and (min-width: 919px) {
  .mobile-only {
    display: none !important;
  }
}
@media all and (max-width: 918px) {
  .desktop-only {
    display: none !important;
  }
}
.site-header__sticky {
  background: rgba(0, 0, 0, 0.4);
  position: fixed !important;
  top: 0;
}

.ast-theme-transparent-header [data-section=section-header-mobile-trigger] .ast-button-wrap .ast-mobile-menu-trigger-minimal {
  padding: 0;
}

[data-section=section-header-mobile-trigger] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
  width: 1.8em;
  height: 1.8em;
}

.wp-block-jetpack-slideshow_button-pause {
  display: none !important;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom {
  display: none !important;
}

.mobile-slider {
  max-width: unset !important;
  margin-left: -20px !important;
  margin-right: 0 !important;
  min-width: 100vw !important;
}

.mobile-slider * {
  width: 100% !important;
  max-width: unset !important;
}

.mobile-slider img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.wp-block-jetpack-slideshow_button-prev, .wp-block-jetpack-slideshow_button-next {
  display: none !important;
}

.desktop-slider {
  max-width: unset !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: auto !important;
  width: 100vw !important;
}

.desktop-slider * {
  width: 100% !important;
}

.desktop-slider img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

@media all and (min-width: 751px) and (max-width: 1300px) {
  .main-navigation {
    font-size: 1.1vw;
  }
}
@media all and (max-width: 921px) {
  .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link {
    background: var(--ast-global-color-2);
    color: var(--ast-global-color-4);
  }
}
@media all and (min-width: 1200px) {
  .map-image {
    min-width: 120% !important;
    position: relative;
    left: -10%;
    max-width: unset !important;
  }
  .map-image img {
    min-width: 100% !important;
    max-width: unset !important;
  }
}
.read-more {
  display: none;
}

.page .sdm_pass_protected_download {
  box-shadow: none;
  font: inherit;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  margin: 0;
  vertical-align: baseline;
  background: #e6e6e6;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word;
  border-radius: 0.25em !important;
  font-style: italic;
  background-color: var(--ast-global-color-1);
  color: var(--ast-global-color-0);
  font-family: inherit;
  font-weight: 400;
  line-height: 1em;
  font-size: 1em;
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1em;
  padding-left: 2em;
  border: none;
  text-decoration: none !important;
}

.wpdm-download-link.btn.btn-primary {
  border: none;
  background: none;
  color: var(--ast-global-color-0);
  font-weight: normal;
  font-family: "proxima-nova";
  text-decoration: underline !important;
  text-align: left;
}
.wpdm-download-link.btn.btn-primary:hover, .wpdm-download-link.btn.btn-primary:focus {
  box-shadow: none;
  outline: none;
  font-weight: bold;
}

@media all and (min-width: 1000px) {
  .swiper-container,
  .swiper-container > * {
    min-height: 43vw;
    height: 43vw !important;
  }
}/*# sourceMappingURL=style.css.map */

.page {
  /* background styles */
  /* container styles */
  /* logos section */
  /* stat counter */
  /* other */
  /* and-you */
  /* who */
}
.page .site-header {
  width: 100vw;
}
.page .site-logo-img img {
  display: none;
}
.page .site-logo-img a::after {
  content: "";
  background-image: url(/wp-content/uploads/2024/02/new-logo.svg);
  display: block;
  width: 13.5em;
  height: 1.8em;
  background-repeat: no-repeat;
}
.page .site-header-primary-section-left {
  justify-content: center;
  background-image: url(/wp-content/uploads/2024/02/bg-blue-pattern.jpg);
}
.page .ast-primary-header-bar {
  background-color: #002759;
}
.page .ast-site-identity {
  padding: 0 !important;
}
.page .ast-mobile-header-wrap .ast-primary-header-bar, .page .ast-primary-header-bar .site-primary-header-wrap {
  min-height: 78px;
}
.page .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
  line-height: 78px;
}
.page .ast-builder-menu-1 .menu-item > .menu-link {
  color: #ffd0a8;
}
.page .ast-builder-menu-1 .menu-item > .menu-link {
  font-size: 1.1em;
}
.page .main-navigation a::after {
  bottom: 1.3em;
}
@media (max-width: 921px) {
  .page #masthead .ast-mobile-header-wrap .ast-primary-header-bar, .page #masthead .ast-mobile-header-wrap .ast-below-header-bar {
    padding-left: 0;
    padding-right: 1em;
  }
  .page .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link {
    background: #002759;
    color: #ffd0a8;
    text-transform: uppercase;
    font-family: "dedale", sans-serif;
  }
  .page .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link::after {
    display: none;
  }
}
.page .site-footer {
  background-image: url(/wp-content/uploads/2024/02/bg-blue-pattern.jpg);
  background-repeat: repeat;
  background-size: auto;
}
.page .ast-footer-copyright p img {
  display: none;
}
.page .ast-footer-copyright p::after {
  content: "";
  background-image: url(/wp-content/uploads/2024/02/new-logo.svg);
  display: block;
  width: 14em;
  height: 1.7em;
  margin: 0 auto;
  background-repeat: none;
}
.page #content {
  box-shadow: 0 0em 1.2em 0.4em black;
  position: relative;
  z-index: 1;
}
.page footer {
  position: relative;
  z-index: 0;
  min-height: 300px;
}
.page .go-back-message {
  display: none;
}
.page .entry-content h2, .page .entry-content h3, .page .entry-content h4, .page .entry-content h5, .page .entry-content h6, .page .entry-content ul, .page .entry-content p, .page .entry-content a {
  font-family: "dedale", sans-serif;
  font-weight: 400;
}
.page .entry-content em, .page .entry-content i {
  font-style: italic;
}
.page .entry-content b, .page .entry-content em {
  font-weight: 700;
}
.page .entry-content h2 {
  font-size: 3.125em;
}
.page .entry-content h3 {
  font-size: 1.5625em;
  line-height: 1.4;
}
.page .entry-content h2 + h3 {
  font-size: 1.25em;
}
.page .bg {
  overflow: hidden !important;
}
.page .bg h2,
.page .bg h3,
.page .bg h4 {
  color: inherit;
  z-index: 2;
}
.page .bg--blue {
  background: #002759;
  color: #ffd0a8;
}
.page .bg--sand {
  background: #ffd0a8;
}
.page .bg--orange {
  background: #e5413a;
  color: white;
}
.page .bg--orange-light {
  background: #ff7e1d;
}
.page .bg--brown {
  color: #ffd0a8;
  background: #6b3529;
}
.page .bg--bee::after {
  content: "";
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  display: block;
  z-index: 0;
  background-image: url(/wp-content/uploads/2024/02/bee-1.svg);
  background-repeat: no-repeat;
  background-position: 70% -42%;
  background-size: 100% auto;
  filter: invert(14%) sepia(64%) saturate(1453%) hue-rotate(195deg) brightness(96%) contrast(95%);
}
.home .page .bg--corner-bee {
  position: relative;
  padding-top: 5em;
}
.page .bg--corner-bee > * {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.page .bg--corner-bee > .size-full,
.page .bg--corner-bee > .size-full img {
  max-width: 1600px;
  width: 100%;
}
.page .bg--corner-bee::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 2em;
  margin: auto;
  width: 8em;
  height: 5.4em;
  display: block;
  z-index: 1;
  background-image: url(/wp-content/uploads/2024/02/bee-1.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: translateX(17em) translateY(1em);
  filter: invert(82%) sepia(30%) saturate(475%) hue-rotate(331deg) brightness(101%) contrast(99%);
}
.page .bg--corner-bee p {
  max-width: unset !important;
}
.page [class*=-pattern] {
  background-repeat: repeat;
}
.page .bg--blue-pattern {
  background-image: url(/wp-content/uploads/2024/02/bg-blue-pattern.jpg);
}
.page .bg--orange-pattern-1 {
  background-image: url(/wp-content/uploads/2024/02/bg-orange-1.jpg);
}
.page .bg--orange-pattern-2 {
  background-image: url(/wp-content/uploads/2024/02/bg-orange-2.jpg);
}
.page .bg--orange-pattern-3 {
  background-image: url(/wp-content/uploads/2024/02/bg-orange-3.jpg);
}
.page .bg--orange-pattern-4 {
  background-image: url(/wp-content/uploads/2024/02/bg-orange-4.jpg);
}
.page .bg--orange-pattern-5 {
  background-image: url(/wp-content/uploads/2024/02/bg-orange-5.jpg);
}
.page .hero {
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.page .add-period::after {
  content: ".";
}
.page .split {
  justify-content: space-around;
  align-items: stretch;
  padding: 0 !important;
  gap: 0 !important;
  width: 100%;
}
.page .split > * {
  flex: 1 1 37em;
  padding: 3em 1em;
  position: relative;
  display: flex;
  justify-content: center;
  align-self: stretch;
}
.page .split--figure figure {
  padding: 0;
}
.page .split--figure figure img {
  width: 100%;
  height: auto;
}
.page .split--figure > * {
  text-align: left;
}
.page .split p {
  max-width: 32.8em !important;
  line-height: 1.6;
}
@media all and (min-width: 1390px) {
  .page .split,
  .page .split > * {
    min-height: 27em;
  }
  .page .split--figure h3 {
    min-width: 21.1em;
  }
}
@media all and (max-width: 1389px) and (min-width: 750px) {
  .page .split--figure,
  .page .split--figure > * {
    min-height: 32vw;
  }
  .page .split--figure {
    font-size: 1.28vw;
  }
  .page .split--figure h3 {
    min-width: 42vw;
  }
}
@media all and (min-width: 750px) {
  .page .split--figure figure {
    max-height: 20em;
    display: flex;
    flex-basis: 30em;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }
  .page .split--figure > div {
    padding: 0 3em;
    flex-basis: 30em;
  }
  .page .split--figure figure:first-child {
    justify-content: flex-end;
  }
  .page .split--figure div:first-child {
    align-items: flex-end;
  }
  .page .split--figure figure img {
    height: 100%;
    width: auto;
  }
}
@media all and (max-width: 750px) {
  .page .split--figure {
    flex-direction: column;
  }
  .page .split--figure > figure {
    order: 0;
  }
  .page .split--figure > div {
    order: 1;
    margin: auto;
  }
  .page .split--figure > * {
    flex: 0 1 auto;
  }
}
.page #ast-scroll-top {
  background-color: white;
  color: var(--ast-global-color-0);
}
.page #ast-scroll-top:hover, .page #ast-scroll-top:focus {
  color: white;
  background-color: var(--ast-global-color-0);
}
.page .hotels {
  padding: 4em 0 !important;
  font-size: 1vw;
}
.page .hotels > * {
  width: auto !important;
  max-width: 78em !important;
  gap: 3vw;
}
.page .hotels img {
  width: 12em !important;
}
@media all and (min-width: 750px) {
	.page .hotels img[src*=public] {
    width: 14em !important;
}
  .page .hotels img[src*=regency] {
    width: 16em !important;
  }
  .page .hotels img[src*=ritz] {
    width: 9em !important;
  }
  .page .hotels img[src*=pearl] {
    width: 20em !important;
  }
}
@media all and (max-width: 750px) {
  .page .hotels {
    font-size: 1.1vw;
  }
  .page .hotels > * {
    flex-wrap: wrap;
  }
  .page .hotels img {
    width: 25em !important;
  }
  .page .hotels img[src*=regency] {
    width: 34em !important;
  }
  .page .hotels img[src*=ritz] {
    width: 18em !important;
  }
  .page .hotels img[src*=hard-rock] {
    width: 20em !important;
  }
  .page .hotels img[src*=pearl] {
    width: 30em !important;
  }
}
.page .bg--sand.hotels img {
  filter: invert(21%) sepia(11%) saturate(4641%) hue-rotate(329deg) brightness(96%) contrast(89%);
  transition: filter 0.33s;
}
.page .bg--sand.hotels img:hover {
  filter: none;
}
.page #content .counter-contents-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 0.4em;
  font-size: 2.2em;
  color: inherit;
}
.page #content .counter-contents-wrapper * {
  font-size: 1em !important;
  color: inherit;
}
.page #services,
.page .section-stack {
  gap: 0;
}
.page #services {
  padding: 0;
}
.page .header {
  padding: 1.7em 0;
  width: 100%;
}
.page .header--large {
  padding: 4em 0;
}
.page #content .and-you {
  padding: 0 0 5em;
}
.page #page .and-you h3 {
  margin: 1.2em auto 0.75em;
}
.page .and-you .wp-block-columns {
  max-width: 1300px;
  justify-content: space-around;
}
.page .and-you img, .page .and-you p {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.page #impact {
  padding-bottom: 0;
}
@media all and (max-width: 1000px) {
  .page #impact {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.page #impact .wp-block-image img[src*=hotel] {
  width: 100%;
}
.page #impact ul {
  list-style: none;
  padding-left: 0;
  font-size: 2.1875em;
  line-height: 1.5;
}
@media all and (max-width: 1000px) {
  .page #impact ul {
    font-size: 3.6vw;
  }
}
.page .who {
  gap: 0;
  padding: 0 !important;
}
.page .who > * {
  width: 100%;
  justify-content: center;
  margin: 0;
  flex-wrap: wrap !important;
  position: relative;
}
.page .who > *:first-child {
  padding-top: 2em;
}
.page .who > *:last-child {
  padding-bottom: 3em;
}
.page .who > *:first-child > *:first-child {
  padding: 1em;
}
.page .who > *:last-child > *:first-child {
  padding: 2em 1em;
}
.page .who > * > *:first-child {
  flex: 0 1 34em;
}
.page .who > * > .why {
  flex: 1 1 25em;
  max-width: 600px;
}
.page .why {
  padding: 2em;
}
.page .why--top {
  align-self: flex-end;
}
.page .why--bottom {
  align-self: flex-start;
}
.page .why img {
  display: block !important;
}
@media all and (max-width: 1000px) and (min-width: 600px) {
  .page .who * {
    overflow: visible !important;
  }
  .page .who > * > .why {
    min-width: 100%;
  }
  .page .who > *:first-child > *:first-child {
    padding-bottom: 25vw;
  }
  .page .who > *:last-child > *:first-child {
    order: 1;
  }
  .page .who > * > * {
    flex-grow: 1 !important;
  }
  .page .who .why.why--top {
    position: absolute;
    right: 5vw;
    bottom: -10vw;
    min-width: unset !important;
    width: 35vw;
    height: auto;
    margin: 0;
    z-index: 5;
    flex: 0 1 auto;
    padding: 1em;
    float: right;
  }
}
@media all and (max-width: 600px) {
  .page .who > *:last-child > *:first-child {
    order: 1;
  }
  .page .who .why {
    padding: 1em;
  }
}
.page .bee-small {
  width: 7em;
}
.page .bee-small img {
  width: 100% !important;
}
.page .big-bee {
  overflow: visible !important;
}
.page .big-bee img[src*=bee] {
  width: 38vw;
}
.page .gutena-testimonial-block .gutena-testimonial-icon-block svg {
  fill: black !important;
}
@media all and (max-width: 750px) {
  .page #bee {
    padding-top: 0;
  }
  .page .big-bee > * > * {
    flex-direction: column-reverse;
  }
  .page .big-bee figure {
    margin-left: auto;
    align-self: flex-end;
  }
  .page .big-bee img[src*=bee] {
    width: 23vw;
    margin: 0 3vw -2vw 0;
  }
}
.page .wp-block-essential-blocks-number-counter {
  font-size: 2.1875em;
}
.page .wp-block-essential-blocks-number-counter * {
  font-family: "dedale" !important;
  font-size: 1em !important;
  font-style: 400 !important;
}
.page #reviews {
  padding: 4em 0 2em;
}
.page .gutena-testimonial-text-content {
  font-family: "dedale";
}
.page .gutena-testimonial-block.align-center .gutena-testimonial-icon-block svg {
  display: none;
}
.page .gutena-testimonial-block.align-center .gutena-testimonial-icon-block {
  position: relative;
}
.page .gutena-testimonial-block.align-center .gutena-testimonial-icon-block::after {
  content: "";
  display: block;
  width: 3.6em;
  height: 3em;
  background-image: url(/wp-content/uploads/2024/02/quote.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: -1.4em;
  top: -2em;
}
.page #contact {
  padding: 4em 0 2em;
}
.page #contact h3 {
  color: #ff7e1d;
  font-size: 2.1875em;
}
.page .wp-block-jetpack-contact-form-container {
  width: 100%;
}
.page #contact > div {
  max-width: 1200px;
  padding: 1em;
}
.page .wp-block-jetpack-contact-form {
  padding: 0 !important;
}
.page #hipsh-and-you .wp-block-column img {
  max-width: 384px;
}
.page #page p a {
  color: black;
}
.page #page p a:hover,
.page #page p a:focus {
  font-weight: bold;
}
.page .gutena-testimonial-block .tns-outer .tns-controls button {
  border-color: black;
  color: black;
}
.page .gutena-testimonial-block .tns-outer .tns-controls button:hover, .page .gutena-testimonial-block .tns-outer .tns-controls button:focus {
  opacity: 0.6;
}
.page .gutena-testimonial-text-content strong {
  font-weight: bold !important;
}
.page .wp-block-button .wp-block-button__link, .page .wp-block-search .wp-block-search__button, .page body .wp-block-file .wp-block-file__button {
  background: #ffd0a8;
  color: #2b0c48;
  text-transform: uppercase;
  font-family: "dedale", sans-serif;
  font-style: normal;
  font-weight: 700;
  border: 2px solid transparent !important;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.page .wp-block-button .wp-block-button__link:hover, .page .wp-block-button .wp-block-button__link:focus {
  background-color: #2b0c48;
  border-color: #ffd0a8 !important;
  color: #ffd0a8;
}
@media all and (max-width: 1100px) {
  .page #page .entry-content .bg--corner-bee h2 em {
    display: block;
  }
}
@media all and (max-width: 750px) {
  .page #bee {
    padding: 0 1em;
  }
  .page #hipsh-and-you h3 {
    max-width: 80vw;
  }
  .page .entry-content > section:first-of-type h2.wp-block-heading br {
    display: block !important;
  }
  .page #page .entry-content h2 {
    font-size: 4.6vw;
  }
  .page #page .entry-content h3 {
    font-size: 4.5vw;
  }
  .page .wp-block-essential-blocks-number-counter {
    font-size: 3.6vw;
  }
  .page .bee-title {
    width: 100%;
    justify-content: space-between;
  }
  .page .wp-block-jetpack-contact-form {
    padding: 1em;
  }
  .page .site-header__sticky,
  .page .ast-header-break-point #ast-mobile-header {
    width: 100vw;
  }
  .page .bg--corner-bee::after {
    width: 5em;
    transform: translateX(26vw);
  }
}
.gutena-testimonial-block .tns-outer .tns-controls button::after {
    visibility: hidden;
}

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

/* individual bio pages */
.page-id-867,
.parent-pageid-867 {
    background: url(/wp-content/uploads/2024/02/bg-orange-4.jpg) left top repeat !important;
}

.staff-bio {
    position: relative;
    font-size: 1em;
    gap: 3em;
    align-items: flex-start !important;
    padding-top: 3em !important;
    padding-bottom: 6em !important;
}

.staff-bio__text {
    max-width: 38em !important;
}

.staff-bio > * {
    min-height: 100%;
    position: relative;
}

.staff-bio__image {
    position: sticky;
    top: 0;
}

.staff-bio h1,
.staff-bio h2,
.staff-bio h3 {
    line-height: 1.1 !important;
    font-weight: 400 !important;
    font-family: 'dedale', sans-serif !important;
}

.staff-bio h1 {
    font-size: 3.75em !important;
}

.staff-bio h2,
.staff-bio h3 {
    font-size: 1.875em !important;
}

.staff-bio h3 {
    margin: 1em 0 -0.5em;
}

.staff-bio h4 {
    font-family: 'dedale', sans-serif !important;
    font-size: 1em !important;
    margin: 1em 0 -0.75em;
    text-transform: capitalize;
    font-weight: bold !important;
}

.staff-bio .staff-bio__text .icon-container {
    margin: 0;
    padding: 0;
    width: 3.25em !important;
    height: 3.25em !important;
}

.staff-bio__text > .wp-block-group:first-of-type {
	width: 100%;
}

@media (min-width: 751px) {
    .staff-bio .two-column {
        column-count: 2;
        column-gap: 2em;
        line-height: 1.35;
    }
    
    .staff-bio .two-column li {
        margin: 0 0 1em;
    }
}

@media (max-width: 750px) {
    .staff-bio {
        flex-direction: column-reverse;
    }
    .staff-bio__text > .wp-block-group:first-of-type {
        gap: 0.5em;
        flex-direction: column-reverse;
        align-items: flex-start !important;
		max-width: 56vw;
    }
    .staff-bio h1 {
        font-size: 10vw !important;
        max-width: 4em !important;
    }
    .staff-bio h2 {
        font-size: 4vw !important;
        max-width: 12em !important;
    }
    .staff-bio__image {
        position: static !important;
    }
    .staff-bio__image .wp-block-image {
        position: absolute;
        right: 0;
        top: 0;
        max-width: 10em;
        margin: 1em;
    }
}

.page-id-867 .site-content .ast-container {
    max-width: none !important;
    width: 100% !important;
    padding: 0;
}

.and-co {
    width: 100% !important;
    max-width: unset !important;
}

.and-co > * {
    max-width: var(--wp--custom--ast-content-width-size) !important;
    margin: 2em auto !important;
}

.and-co h1 {
    font-size: 5em !important;
    font-family: 'dedale' !important;
    font-weight: 400 !important;
}

.and-co h2 {
    font-family: 'dedale' !important;
    font-size: 1.875em !important;
    font-weight: 400 !important;
}

.staff-row {
    align-items: stretch !important;
    margin: 2em auto;
}

.staff-row > * {
    flex: 0 1 23em;
    padding: 0.375em;
    background: #ff7e1d;
}

.staff-row__person .wp-block-image, .staff-row__person .wp-block-image img {
    width: 100%;
    min-width: 100%;
}

.staff-row__person h3 {
    font-size: 1.5em !important;
    font-family: 'dedale' !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
    padding: 0 0.5rem;
}

.staff-row__person h4 {
    font-size: 0.9em !important;
    font-family: 'dedale' !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
    padding: 0 0.5rem;
}

.staff-row__person h4 a {
	text-transform: none !important;
}

body .staff-row__person .icon-container {
    width: 3em !important;
    height:  3em !important;
    margin: 0 0 1em 0.25em !important;
    padding: 0 !important;
}

.staff-row__person {
    gap: 0.4em !important;
}

.staff-row__person img {
    margin-bottom: 1em !important;
}

.staff-row__person .wp-block-outermost-icon-block {
    margin-top: auto;
}

#bee p:last-of-type {
    margin-bottom: 3em;
}

.ast-footer-copyright {
    margin-top: 40px;
}

.page-id-602 #primary {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.page-id-602 .entry-header {
  display: none;
}
.page-id-602 .ast-builder-menu-1 .menu-item > .menu-link {
  color: white;
}
.page-id-602 .bg--brown {
  color: #ffd0a8;
  background: #6b3529;
  position: relative;
  padding-top: 5em !important;
}
.page-id-602 .pub-logos p {
  line-height: 1.4;
}
.page-id-602 .pub-logos p a {
  text-decoration: underline;
  text-underline-offset: 0.25em;
  font-weight: normal;
}
.page-id-602 .pub-logos p a:hover, .page-id-602 .pub-logos p a:focus {
  font-weight: normal !important;
  text-decoration: none !important;
}
@media all and (max-width: 750px) {
  .page-id-602 .pub-logos {
    display: flex;
    flex-wrap: wrap;
  }
  .page-id-602 .pub-logos > * {
    flex: 0 1 42vw;
    padding: 0.5em 0.2em;
  }
  .page-id-602 #services > h2 {
    font-size: 5.8vw !important;
  }
}

.hidden {
  display: none !important;
}/*# sourceMappingURL=updates.css.map */