@charset "UTF-8";
/* stylelint-disable length-zero-no-unit */
/* stylelint-enable length-zero-no-unit */
.fusion-tb-header {
  background-color: var(--awb_header_bg_color, transparent);
}

.clearfix,
.container,
.elementor-section-boxed:not(.elementor-section-stretched),
.container-fluid,
.row {
  clear: both;
}

.fusion-clearfix,
.clearfix,
.container,
.elementor-section-boxed:not(.elementor-section-stretched),
.container-fluid,
.row {
  zoom: 1;
  clear: both;
}

.fusion-clearfix:after,
.clearfix:after,
.fusion-clearfix:before,
.clearfix:before,
.container:after,
.elementor-section-boxed:not(.elementor-section-stretched):after,
.container:before,
.elementor-section-boxed:not(.elementor-section-stretched):before,
.container-fluid:after,
.container-fluid:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}

.fusion-clearfix:after,
.clearfix:after,
.container:after,
.elementor-section-boxed:not(.elementor-section-stretched):after,
.container-fluid:after,
.row:after {
  clear: both;
}

/* Alignment */
.alignleft,
.fusion-alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}

.alignright,
.fusion-alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}

.aligncenter,
.fusion-aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.aligncenter .fontawesome-icon,
.fusion-aligncenter .fontawesome-icon {
  float: none;
}

.create-block-format-context {
  display: inline-block;
  zoom: 1;
  clear: both;
  margin-bottom: 40px;
  width: 100%;
}

.create-block-format-context:after,
.create-block-format-context:before {
  content: " ";
  display: table;
}

.create-block-format-context:after {
  clear: both;
}

.create-block-format-context:after,
.create-block-format-context:before {
  content: " ";
  display: table;
}

.create-block-format-context:after {
  clear: both;
}

.fusion-columns {
  margin: 0 -15px;
}

.fusion-columns-5 .col-lg-2,
.fusion-columns-5 .col-md-2,
.fusion-columns-5 .col-sm-2,
.fusion-columns-5 .col-xs-2 {
  width: 20%;
}

.fusion-columns-5 .fusion-column:nth-of-type(5n + 1),
.fusion-columns-5 .fusion-flip-box-wrapper:nth-of-type(5n + 1) {
  clear: both;
}

.fusion-columns-6 .fusion-column:nth-of-type(6n+1),
.fusion-columns-6 .fusion-flip-box-wrapper:nth-of-type(6n+1) {
  clear: both;
}

.fusion-columns-4 .fusion-column:nth-of-type(4n+1),
.fusion-columns-4 .fusion-flip-box-wrapper:nth-of-type(4n+1) {
  clear: both;
}

.fusion-columns-3 .fusion-column:nth-of-type(3n+1),
.fusion-columns-3 .fusion-flip-box-wrapper:nth-of-type(3n+1) {
  clear: both;
}

.fusion-columns-2 .fusion-column:nth-of-type(2n+1),
.fusion-columns-2 .fusion-flip-box-wrapper:nth-of-type(2n+1) {
  clear: both;
}

.fusion-builder-row > p {
  display: none;
}

.fusion-builder-row {
  width: 100%;
  margin: 0 auto;
}

.fusion-builder-row.fusion-builder-row-inner {
  max-width: 100% !important;
}

.fusion-builder-row:after {
  clear: both;
  content: " ";
  display: table;
}

.row:after {
  clear: both;
  content: " ";
  display: table;
}

.fusion-fullwidth {
  position: relative;
}

.fusion-fullwidth .fusion-row {
  position: relative;
  z-index: 10;
}

.fusion-fullwidth .fullwidth-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
}

.fusion-fullwidth .fullwidth-video video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-height: 100%;
  min-width: 100%;
}

.fusion-fullwidth .fullwidth-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  height: 100%;
  width: 100%;
}

.fusion-fullwidth.faded-background .fullwidth-faded {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-height: 100%;
  min-width: 100%;
}

.fusion-fullwidth.fusion-ie-mode::before,
.fusion-fullwidth.fusion-ie-mode .fullwidth-faded::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
}

.fullwidth-box.video-background .fullwidth-video-image {
  display: none;
}

.ua-mobile .fullwidth-box.video-background .fullwidth-video-image {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}

.fusion-overflow-visible {
  overflow: visible !important;
}

.fusion-column-first {
  clear: left;
}

.fusion-column-no-min-height .fusion-column-content-centered,
.fusion-column-no-min-height .fusion-column-wrapper {
  min-height: 0 !important;
}

.fusion-builder-column.fusion-column-last {
  margin-right: 0;
}

.fusion-builder-placeholder,
.fusion-builder-placeholder:active,
.fusion-builder-placeholder:hover,
.fusion-builder-placeholder:visited {
  display: block;
  background: rgba(42, 48, 53, 0.5);
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 30px;
  font-size: 18px;
  margin: 5px 0;
}

/* Rollovers */
.fusion-image-wrapper {
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.fusion-image-wrapper:hover .fusion-rollover {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.no-csstransforms .fusion-image-wrapper:hover .fusion-rollover {
  display: block;
}

.fusion-image-wrapper.fusion-video {
  display: block;
}

.fusion-image-size-fixed {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}

.fusion-rollover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: normal;
  text-align: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#aad75d), to(#d1e990));
  background-image: linear-gradient(to top, #aad75d, #d1e990);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-style: preserve-3d;
}

.no-csstransforms .fusion-rollover {
  display: none;
}

.fusion-rollover a {
  text-decoration: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.fusion-rollover-content {
  padding: 10px;
  width: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fusion-rollover-content .fusion-rollover-categories,
.fusion-rollover-content .fusion-rollover-title {
  margin: 0;
  line-height: normal;
  font-size: 13px;
  color: #333;
}

.fusion-rollover-content .fusion-rollover-title {
  margin-bottom: 3px;
  margin-top: 10px;
  padding-top: 0;
}

.fusion-rollover-content .fusion-rollover-categories {
  z-index: 99;
  position: relative;
}

.fusion-rollover-content .fusion-rollover-categories a {
  font-size: 11px;
}

.fusion-rollover-content .fusion-rollover-categories a:hover {
  color: #444;
}

.fusion-rollover-content .fusion-link-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}

.fusion-rollover-sep {
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  width: 5px;
}

.fusion-rollover-gallery,
.fusion-rollover-link {
  display: inline-block;
  opacity: 0.9;
  position: relative;
  vertical-align: middle;
  margin: 0;
  height: 36px;
  width: 35px;
  text-indent: -10000px;
  background-color: #333;
  border-radius: 50%;
  background-clip: padding-box;
  z-index: 99;
}

.fusion-rollover-gallery:hover,
.fusion-rollover-link:hover {
  opacity: 1;
}

.fusion-rollover-gallery:before,
.fusion-rollover-link:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-indent: 0;
  line-height: normal;
  text-shadow: none;
  font-family: "awb-icons";
  font-size: 15px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.fusion-rollover-link:before {
  content: "";
}

.fusion-rollover-gallery:before {
  content: "";
}

.fusion-read-more {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  position: relative;
}

.fusion-read-more:after {
  content: "";
  top: 50%;
  right: -10px;
  padding-left: 5px;
  font-size: 14px;
  font-family: "awb-icons";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fusion-text-no-margin > p:last-child {
  margin-bottom: 0;
}

.fusion-builder-elements-primary_color_elements {
  color: var(--primary_color);
}

.fusion-builder-elements-primary_border_color_elements {
  border-color: var(--primary_color);
}

.fusion-builder-elements-primary_background_color_elements {
  background-color: var(--primary_color);
}

.products .product-list-view .fusion-product-wrapper {
  padding-left: var(--timeline_bg_color-20px-transparent);
  padding-right: var(--timeline_bg_color-20px-transparent);
}

.products li.product .fusion-product-wrapper {
  background-color: var(--timeline_bg_color);
}

.container, .elementor-section-boxed:not(.elementor-section-stretched) {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 0px) {
  .container, .elementor-section-boxed:not(.elementor-section-stretched) {
    /* width: 750px; */
  }
}
@media (min-width: 992px) {
  .container, .elementor-section-boxed:not(.elementor-section-stretched) {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container, .elementor-section-boxed:not(.elementor-section-stretched) {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: 0%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: 0%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 0px) {
  .col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: 0%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: 0%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: 0%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: 0%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: 0%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: 0%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.container, .elementor-section-boxed:not(.elementor-section-stretched),
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--column-gutter, 10px);
  padding-left: var(--column-gutter, 10px);
  margin-right: auto;
  margin-left: auto;
}

.container, .elementor-section-boxed:not(.elementor-section-stretched) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .container, .elementor-section-boxed:not(.elementor-section-stretched),
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (min-width: 576px) {
  .container-sm,
.container,
.elementor-section-boxed:not(.elementor-section-stretched) {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
.container-sm,
.container,
.elementor-section-boxed:not(.elementor-section-stretched) {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
.container-md,
.container-sm,
.container,
.elementor-section-boxed:not(.elementor-section-stretched) {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
.container-lg,
.container-md,
.container-sm,
.container,
.elementor-section-boxed:not(.elementor-section-stretched) {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container,
.elementor-section-boxed:not(.elementor-section-stretched) {
    max-width: 1320px;
  }
}
@media screen and (min-width: 1400px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1320px !important;
  }

  .e-con {
    --container-max-width: 1320px !important;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: calc(-1 * var(--column-gutter));
  margin-left: calc(-1 * var(--column-gutter));
  width: 100%;
}
@media (max-width: 576px) {
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}
.row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 var(--column-gutter);
}
.row > :not([class^=col-]) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.no-padding {
  padding: 0;
  margin: 0;
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
@media (max-width: 576px) {
  .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

[class^=col-] {
  margin-right: var(--column-gutter);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[class^=col-]:last-child {
  margin-right: 0;
}

.col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xxl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xs {
  position: relative;
  width: 100%;
  min-height: 1px;
  margin: 0 0 calc(var(--item-spacing) / 2);
  padding-right: var(--column-gutter);
  padding-left: var(--column-gutter);
}

.col-xs-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% * 1 / 12);
          flex: 0 0 calc(100% * 1 / 12);
  max-width: calc(100% * 1 / 12);
}
.col-xs-1--offset {
  margin-left: calc(100% * 1 / 12);
}

.col-xs-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% * 2 / 12);
          flex: 0 0 calc(100% * 2 / 12);
  max-width: calc(100% * 2 / 12);
}
.col-xs-2--offset {
  margin-left: calc(100% * 2 / 12);
}

.col-xs-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% * 3 / 12);
          flex: 0 0 calc(100% * 3 / 12);
  max-width: calc(100% * 3 / 12);
}
.col-xs-3--offset {
  margin-left: calc(100% * 3 / 12);
}

.col-xs-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% * 4 / 12);
          flex: 0 0 calc(100% * 4 / 12);
  max-width: calc(100% * 4 / 12);
}
.col-xs-4--offset {
  margin-left: calc(100% * 4 / 12);
}

.col-xs-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% * 5 / 12);
          flex: 0 0 calc(100% * 5 / 12);
  max-width: calc(100% * 5 / 12);
}
.col-xs-5--offset {
  margin-left: calc(100% * 5 / 12);
}

.col-xs-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% * 6 / 12);
          flex: 0 0 calc(100% * 6 / 12);
  max-width: calc(100% * 6 / 12);
}
.col-xs-6--offset {
  margin-left: calc(100% * 6 / 12);
}

.col-xs-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% * 7 / 12);
          flex: 0 0 calc(100% * 7 / 12);
  max-width: calc(100% * 7 / 12);
}
.col-xs-7--offset {
  margin-left: calc(100% * 7 / 12);
}

.col-xs-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% * 8 / 12);
          flex: 0 0 calc(100% * 8 / 12);
  max-width: calc(100% * 8 / 12);
}
.col-xs-8--offset {
  margin-left: calc(100% * 8 / 12);
}

.col-xs-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% * 9 / 12);
          flex: 0 0 calc(100% * 9 / 12);
  max-width: calc(100% * 9 / 12);
}
.col-xs-9--offset {
  margin-left: calc(100% * 9 / 12);
}

.col-xs-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% * 10 / 12);
          flex: 0 0 calc(100% * 10 / 12);
  max-width: calc(100% * 10 / 12);
}
.col-xs-10--offset {
  margin-left: calc(100% * 10 / 12);
}

.col-xs-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% * 11 / 12);
          flex: 0 0 calc(100% * 11 / 12);
  max-width: calc(100% * 11 / 12);
}
.col-xs-11--offset {
  margin-left: calc(100% * 11 / 12);
}

.col-xs-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% * 12 / 12);
          flex: 0 0 calc(100% * 12 / 12);
  max-width: calc(100% * 12 / 12);
}
.col-xs-12--offset {
  margin-left: calc(100% * 12 / 12);
}

@media (min-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 1 / 12);
            flex: 0 0 calc(100% * 1 / 12);
    max-width: calc(100% * 1 / 12);
  }
  .col-sm-1--offset {
    margin-left: calc(100% * 1 / 12);
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 2 / 12);
            flex: 0 0 calc(100% * 2 / 12);
    max-width: calc(100% * 2 / 12);
  }
  .col-sm-2--offset {
    margin-left: calc(100% * 2 / 12);
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 3 / 12);
            flex: 0 0 calc(100% * 3 / 12);
    max-width: calc(100% * 3 / 12);
  }
  .col-sm-3--offset {
    margin-left: calc(100% * 3 / 12);
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 4 / 12);
            flex: 0 0 calc(100% * 4 / 12);
    max-width: calc(100% * 4 / 12);
  }
  .col-sm-4--offset {
    margin-left: calc(100% * 4 / 12);
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 5 / 12);
            flex: 0 0 calc(100% * 5 / 12);
    max-width: calc(100% * 5 / 12);
  }
  .col-sm-5--offset {
    margin-left: calc(100% * 5 / 12);
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 6 / 12);
            flex: 0 0 calc(100% * 6 / 12);
    max-width: calc(100% * 6 / 12);
  }
  .col-sm-6--offset {
    margin-left: calc(100% * 6 / 12);
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 7 / 12);
            flex: 0 0 calc(100% * 7 / 12);
    max-width: calc(100% * 7 / 12);
  }
  .col-sm-7--offset {
    margin-left: calc(100% * 7 / 12);
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 8 / 12);
            flex: 0 0 calc(100% * 8 / 12);
    max-width: calc(100% * 8 / 12);
  }
  .col-sm-8--offset {
    margin-left: calc(100% * 8 / 12);
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 9 / 12);
            flex: 0 0 calc(100% * 9 / 12);
    max-width: calc(100% * 9 / 12);
  }
  .col-sm-9--offset {
    margin-left: calc(100% * 9 / 12);
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 10 / 12);
            flex: 0 0 calc(100% * 10 / 12);
    max-width: calc(100% * 10 / 12);
  }
  .col-sm-10--offset {
    margin-left: calc(100% * 10 / 12);
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 11 / 12);
            flex: 0 0 calc(100% * 11 / 12);
    max-width: calc(100% * 11 / 12);
  }
  .col-sm-11--offset {
    margin-left: calc(100% * 11 / 12);
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 12 / 12);
            flex: 0 0 calc(100% * 12 / 12);
    max-width: calc(100% * 12 / 12);
  }
  .col-sm-12--offset {
    margin-left: calc(100% * 12 / 12);
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 1 / 12);
            flex: 0 0 calc(100% * 1 / 12);
    max-width: calc(100% * 1 / 12);
  }
  .col-md-1--offset {
    margin-left: calc(100% * 1 / 12);
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 2 / 12);
            flex: 0 0 calc(100% * 2 / 12);
    max-width: calc(100% * 2 / 12);
  }
  .col-md-2--offset {
    margin-left: calc(100% * 2 / 12);
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 3 / 12);
            flex: 0 0 calc(100% * 3 / 12);
    max-width: calc(100% * 3 / 12);
  }
  .col-md-3--offset {
    margin-left: calc(100% * 3 / 12);
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 4 / 12);
            flex: 0 0 calc(100% * 4 / 12);
    max-width: calc(100% * 4 / 12);
  }
  .col-md-4--offset {
    margin-left: calc(100% * 4 / 12);
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 5 / 12);
            flex: 0 0 calc(100% * 5 / 12);
    max-width: calc(100% * 5 / 12);
  }
  .col-md-5--offset {
    margin-left: calc(100% * 5 / 12);
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 6 / 12);
            flex: 0 0 calc(100% * 6 / 12);
    max-width: calc(100% * 6 / 12);
  }
  .col-md-6--offset {
    margin-left: calc(100% * 6 / 12);
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 7 / 12);
            flex: 0 0 calc(100% * 7 / 12);
    max-width: calc(100% * 7 / 12);
  }
  .col-md-7--offset {
    margin-left: calc(100% * 7 / 12);
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 8 / 12);
            flex: 0 0 calc(100% * 8 / 12);
    max-width: calc(100% * 8 / 12);
  }
  .col-md-8--offset {
    margin-left: calc(100% * 8 / 12);
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 9 / 12);
            flex: 0 0 calc(100% * 9 / 12);
    max-width: calc(100% * 9 / 12);
  }
  .col-md-9--offset {
    margin-left: calc(100% * 9 / 12);
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 10 / 12);
            flex: 0 0 calc(100% * 10 / 12);
    max-width: calc(100% * 10 / 12);
  }
  .col-md-10--offset {
    margin-left: calc(100% * 10 / 12);
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 11 / 12);
            flex: 0 0 calc(100% * 11 / 12);
    max-width: calc(100% * 11 / 12);
  }
  .col-md-11--offset {
    margin-left: calc(100% * 11 / 12);
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 12 / 12);
            flex: 0 0 calc(100% * 12 / 12);
    max-width: calc(100% * 12 / 12);
  }
  .col-md-12--offset {
    margin-left: calc(100% * 12 / 12);
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 1 / 12);
            flex: 0 0 calc(100% * 1 / 12);
    max-width: calc(100% * 1 / 12);
  }
  .col-lg-1--offset {
    margin-left: calc(100% * 1 / 12);
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 2 / 12);
            flex: 0 0 calc(100% * 2 / 12);
    max-width: calc(100% * 2 / 12);
  }
  .col-lg-2--offset {
    margin-left: calc(100% * 2 / 12);
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 3 / 12);
            flex: 0 0 calc(100% * 3 / 12);
    max-width: calc(100% * 3 / 12);
  }
  .col-lg-3--offset {
    margin-left: calc(100% * 3 / 12);
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 4 / 12);
            flex: 0 0 calc(100% * 4 / 12);
    max-width: calc(100% * 4 / 12);
  }
  .col-lg-4--offset {
    margin-left: calc(100% * 4 / 12);
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 5 / 12);
            flex: 0 0 calc(100% * 5 / 12);
    max-width: calc(100% * 5 / 12);
  }
  .col-lg-5--offset {
    margin-left: calc(100% * 5 / 12);
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 6 / 12);
            flex: 0 0 calc(100% * 6 / 12);
    max-width: calc(100% * 6 / 12);
  }
  .col-lg-6--offset {
    margin-left: calc(100% * 6 / 12);
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 7 / 12);
            flex: 0 0 calc(100% * 7 / 12);
    max-width: calc(100% * 7 / 12);
  }
  .col-lg-7--offset {
    margin-left: calc(100% * 7 / 12);
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 8 / 12);
            flex: 0 0 calc(100% * 8 / 12);
    max-width: calc(100% * 8 / 12);
  }
  .col-lg-8--offset {
    margin-left: calc(100% * 8 / 12);
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 9 / 12);
            flex: 0 0 calc(100% * 9 / 12);
    max-width: calc(100% * 9 / 12);
  }
  .col-lg-9--offset {
    margin-left: calc(100% * 9 / 12);
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 10 / 12);
            flex: 0 0 calc(100% * 10 / 12);
    max-width: calc(100% * 10 / 12);
  }
  .col-lg-10--offset {
    margin-left: calc(100% * 10 / 12);
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 11 / 12);
            flex: 0 0 calc(100% * 11 / 12);
    max-width: calc(100% * 11 / 12);
  }
  .col-lg-11--offset {
    margin-left: calc(100% * 11 / 12);
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 12 / 12);
            flex: 0 0 calc(100% * 12 / 12);
    max-width: calc(100% * 12 / 12);
  }
  .col-lg-12--offset {
    margin-left: calc(100% * 12 / 12);
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 1 / 12);
            flex: 0 0 calc(100% * 1 / 12);
    max-width: calc(100% * 1 / 12);
  }
  .col-xl-1--offset {
    margin-left: calc(100% * 1 / 12);
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 2 / 12);
            flex: 0 0 calc(100% * 2 / 12);
    max-width: calc(100% * 2 / 12);
  }
  .col-xl-2--offset {
    margin-left: calc(100% * 2 / 12);
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 3 / 12);
            flex: 0 0 calc(100% * 3 / 12);
    max-width: calc(100% * 3 / 12);
  }
  .col-xl-3--offset {
    margin-left: calc(100% * 3 / 12);
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 4 / 12);
            flex: 0 0 calc(100% * 4 / 12);
    max-width: calc(100% * 4 / 12);
  }
  .col-xl-4--offset {
    margin-left: calc(100% * 4 / 12);
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 5 / 12);
            flex: 0 0 calc(100% * 5 / 12);
    max-width: calc(100% * 5 / 12);
  }
  .col-xl-5--offset {
    margin-left: calc(100% * 5 / 12);
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 6 / 12);
            flex: 0 0 calc(100% * 6 / 12);
    max-width: calc(100% * 6 / 12);
  }
  .col-xl-6--offset {
    margin-left: calc(100% * 6 / 12);
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 7 / 12);
            flex: 0 0 calc(100% * 7 / 12);
    max-width: calc(100% * 7 / 12);
  }
  .col-xl-7--offset {
    margin-left: calc(100% * 7 / 12);
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 8 / 12);
            flex: 0 0 calc(100% * 8 / 12);
    max-width: calc(100% * 8 / 12);
  }
  .col-xl-8--offset {
    margin-left: calc(100% * 8 / 12);
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 9 / 12);
            flex: 0 0 calc(100% * 9 / 12);
    max-width: calc(100% * 9 / 12);
  }
  .col-xl-9--offset {
    margin-left: calc(100% * 9 / 12);
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 10 / 12);
            flex: 0 0 calc(100% * 10 / 12);
    max-width: calc(100% * 10 / 12);
  }
  .col-xl-10--offset {
    margin-left: calc(100% * 10 / 12);
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 11 / 12);
            flex: 0 0 calc(100% * 11 / 12);
    max-width: calc(100% * 11 / 12);
  }
  .col-xl-11--offset {
    margin-left: calc(100% * 11 / 12);
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 12 / 12);
            flex: 0 0 calc(100% * 12 / 12);
    max-width: calc(100% * 12 / 12);
  }
  .col-xl-12--offset {
    margin-left: calc(100% * 12 / 12);
  }
}
@media (min-width: 1400px) {
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 1 / 12);
            flex: 0 0 calc(100% * 1 / 12);
    max-width: calc(100% * 1 / 12);
  }
  .col-xxl-1--offset {
    margin-left: calc(100% * 1 / 12);
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 2 / 12);
            flex: 0 0 calc(100% * 2 / 12);
    max-width: calc(100% * 2 / 12);
  }
  .col-xxl-2--offset {
    margin-left: calc(100% * 2 / 12);
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 3 / 12);
            flex: 0 0 calc(100% * 3 / 12);
    max-width: calc(100% * 3 / 12);
  }
  .col-xxl-3--offset {
    margin-left: calc(100% * 3 / 12);
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 4 / 12);
            flex: 0 0 calc(100% * 4 / 12);
    max-width: calc(100% * 4 / 12);
  }
  .col-xxl-4--offset {
    margin-left: calc(100% * 4 / 12);
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 5 / 12);
            flex: 0 0 calc(100% * 5 / 12);
    max-width: calc(100% * 5 / 12);
  }
  .col-xxl-5--offset {
    margin-left: calc(100% * 5 / 12);
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 6 / 12);
            flex: 0 0 calc(100% * 6 / 12);
    max-width: calc(100% * 6 / 12);
  }
  .col-xxl-6--offset {
    margin-left: calc(100% * 6 / 12);
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 7 / 12);
            flex: 0 0 calc(100% * 7 / 12);
    max-width: calc(100% * 7 / 12);
  }
  .col-xxl-7--offset {
    margin-left: calc(100% * 7 / 12);
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 8 / 12);
            flex: 0 0 calc(100% * 8 / 12);
    max-width: calc(100% * 8 / 12);
  }
  .col-xxl-8--offset {
    margin-left: calc(100% * 8 / 12);
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 9 / 12);
            flex: 0 0 calc(100% * 9 / 12);
    max-width: calc(100% * 9 / 12);
  }
  .col-xxl-9--offset {
    margin-left: calc(100% * 9 / 12);
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 10 / 12);
            flex: 0 0 calc(100% * 10 / 12);
    max-width: calc(100% * 10 / 12);
  }
  .col-xxl-10--offset {
    margin-left: calc(100% * 10 / 12);
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 11 / 12);
            flex: 0 0 calc(100% * 11 / 12);
    max-width: calc(100% * 11 / 12);
  }
  .col-xxl-11--offset {
    margin-left: calc(100% * 11 / 12);
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% * 12 / 12);
            flex: 0 0 calc(100% * 12 / 12);
    max-width: calc(100% * 12 / 12);
  }
  .col-xxl-12--offset {
    margin-left: calc(100% * 12 / 12);
  }
}
@font-face {
  font-family: "Filson-Soft";
  src: url(../fonts/filson-soft/Filson-Soft.woff2);
  font-weight: normal;
  font-style: normal;
}
:root {
  --fontstack: "Montserrat", Helvetica, Segoe UI, Arial, sans-serif;
  --heading_fontstack: "Montserrat", Helvetica, Segoe UI, Arial, sans-serif;
  --base_font_size: 20px;
  --background: #eee;
  --brandcolour: #F6C946;
  --brandcolour_rgba: 1, 215, 224;
  --secondary_color: #4397D3;
  --secondary_color_rgba: 213, 98, 224;
  --header_colour: #000;
  --header_colour_rgba: 255, 255, 255;
  --header_link_colour: #fff;
  --text_colour: #111;
  --brandcolourshadow: #78C4CA;
  --lightgrey: #efefef;
  --mediumgrey: #777;
  --darkgrey: #333;
  --footer_colour: #414042;
  --column-gutter: 10px;
  --item-spacing: 10px;
  --header_opacity: 1;
}

* {
  -webkit-transition-property: color, background-color, height;
  transition-property: color, background-color, height;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

/**
 * Mixins.
 *
*/
.impact-search-tools-band .elementor-widget-wp-widget-ag_harvesters_main_category_select_widget .elementor-widget-container:after, nav.desktop-menu > div ul.menu > li.menu-item-has-children > a:after, nav.mobile-menu ul li.menu-item-has-children > a:after, .btn-read-more .elementor-accordion-item .elementor-accordion-title:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/**
 * Utility / Helper classes.
 *
*/
.hidden {
  display: none;
}

.margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.display-inline-block {
  display: inline-block;
}

.display-inline {
  display: inline;
}

.display-block {
  display: block;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.centered {
  text-align: center;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.alignright {
  float: right;
  margin-left: 20px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .width-60 {
    width: 60% !important;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .width-70 {
    width: 70% !important;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .width-80 {
    max-width: 80%;
    margin: 0 auto;
  }
}

.font-filson-soft {
  font-family: Montserrat;
}
.font-filson-soft * {
  font-family: Montserrat;
}

.line-above-yellow {
  position: relative;
}
.line-above-yellow:before {
  display: block;
  width: 240px;
  height: 10px;
  margin: 0 auto 20px;
  content: "";
  background: #F6C946;
  border-radius: 50px;
}

.underline-white:after {
  display: block;
  margin: 37px 0 29px;
  content: "";
  width: 84px;
  height: 3px;
  background: #fff;
}
.underline-white--center {
  text-align: center;
}
.underline-white--center:after {
  display: block;
  margin: 37px auto 29px;
  content: "";
  width: 84px;
  height: 3px;
  background: #fff;
}

.underline-black:after {
  display: block;
  margin: 37px 0 29px;
  content: "";
  width: 84px;
  height: 3px;
  background: #000;
}
.underline-black--center {
  text-align: center;
}
.underline-black--center:after {
  display: block;
  margin: 37px auto 29px;
  content: "";
  width: 84px;
  height: 3px;
  background: #000;
}

.underline-yellow:after {
  display: block;
  margin: 37px 0 29px;
  content: "";
  width: 84px;
  height: 3px;
  background: #F6C946;
}
.underline-yellow--center {
  text-align: center;
}
.underline-yellow--center:after {
  display: block;
  margin: 37px auto 29px;
  content: "";
  width: 84px;
  height: 3px;
  background: #F6C946;
}

.underline-orange:after {
  display: block;
  margin: 37px 0 29px;
  content: "";
  width: 84px;
  height: 3px;
  background: #EEA841;
}
.underline-orange--center {
  text-align: center;
}
.underline-orange--center:after {
  display: block;
  margin: 37px auto 29px;
  content: "";
  width: 84px;
  height: 3px;
  background: #EEA841;
}

@media (min-width: 768px) {
  .img-overflow-70 {
    position: relative;
  }
  .img-overflow-70 img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.no-wordbreak {
  white-space: nowrap;
}

.txt-circle {
  position: relative;
}
.txt-circle:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -9px;
  width: calc(100% + 23px);
  height: calc(100% + 6px);
  background: url(../images/svg/txt-circle2.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.txt-circle span {
  position: relative;
}

.txt-underline {
  position: relative;
}
.txt-underline:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 7px;
  background: url(../images/svg/txt-underline2.svg);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
}
.txt-underline span {
  position: relative;
}

.txt-highlight {
  position: relative;
  z-index: 1;
}
.txt-highlight:before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 21px;
  background: url(../images/svg/txt-highlight2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.txt-highlight span {
  position: relative;
}

.text-white {
  color: #fff;
}
.text-white p,
.text-white a,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #fff;
}

.text-black {
  color: #000;
}
.text-black p,
.text-black a,
.text-black h1,
.text-black h2,
.text-black h3,
.text-black h4,
.text-black h5,
.text-black h6 {
  color: #000;
}

.text-yellow {
  color: #F6C946;
}
.text-yellow p,
.text-yellow a,
.text-yellow h1,
.text-yellow h2,
.text-yellow h3,
.text-yellow h4,
.text-yellow h5,
.text-yellow h6 {
  color: #F6C946;
}

.text-orange {
  color: #EEA841;
}
.text-orange p,
.text-orange a,
.text-orange h1,
.text-orange h2,
.text-orange h3,
.text-orange h4,
.text-orange h5,
.text-orange h6 {
  color: #EEA841;
}

.text-blue {
  color: #4397D3;
}
.text-blue p,
.text-blue a,
.text-blue h1,
.text-blue h2,
.text-blue h3,
.text-blue h4,
.text-blue h5,
.text-blue h6,
.text-blue i {
  color: #4397D3;
}

.text-aqua {
  color: #78C4CA;
}
.text-aqua p,
.text-aqua a,
.text-aqua h1,
.text-aqua h2,
.text-aqua h3,
.text-aqua h4,
.text-aqua h5,
.text-aqua h6 {
  color: #78C4CA;
}

.numbers-blue {
  color: #4397D3;
}

.numbers-orange {
  color: #EEA841;
}

.numbers-aqua {
  color: #78C4CA;
}

.orange-bg {
  background: #EEA841;
}

.white-bg {
  background: #fff;
}
.white-bg .elementor-widget-container,
.white-bg .elementor-widget-wrap {
  background: #fff;
}

.cream-bg {
  background: #F9F5E8;
}

.gradient-linear-yellow {
  background: linear-gradient(95deg, #F6C946 20.75%, #EEA841 61.87%, #F6C946 102.14%);
}

.title-framed {
  margin-bottom: -5% !important;
  padding: 22px 37px;
  z-index: 1;
  background: #414042;
  color: #fff;
}
@media (min-width: 768px) {
  .title-framed {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin-left: 5%;
  }
}
.title-framed h3 {
  margin: 0;
}

.btn-read-more .elementor-accordion-item {
  border: 0 !important;
}
.btn-read-more .elementor-accordion-item .elementor-accordion-icon-left {
  display: none !important;
}
.btn-read-more .elementor-accordion-item .elementor-accordion-title {
  color: #4397D3;
}
.btn-read-more .elementor-accordion-item .elementor-accordion-title:after {
  margin-left: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4397D3;
}
.btn-read-more .elementor-accordion-item .elementor-tab-content {
  text-align: left;
}
.btn-read-more .elementor-accordion-item .elementor-active .elementor-accordion-title:after {
  -webkit-transform: none;
          transform: none;
}

.mailchimp-yellow .mc4wp-form-fields .input,
.mailchimp-yellow .mc4wp-form-fields select,
.mailchimp-yellow .mc4wp-form-fields input[type=text],
.mailchimp-yellow .mc4wp-form-fields input[type=email] {
  width: 95%;
  border-color: #F6C946;
  background: transparent;
  color: #F6C946;
}
.mailchimp-yellow .mc4wp-form-fields .input::-webkit-input-placeholder, .mailchimp-yellow .mc4wp-form-fields select::-webkit-input-placeholder, .mailchimp-yellow .mc4wp-form-fields input[type=text]::-webkit-input-placeholder, .mailchimp-yellow .mc4wp-form-fields input[type=email]::-webkit-input-placeholder {
  color: #F6C946;
}
.mailchimp-yellow .mc4wp-form-fields .input::-moz-placeholder, .mailchimp-yellow .mc4wp-form-fields select::-moz-placeholder, .mailchimp-yellow .mc4wp-form-fields input[type=text]::-moz-placeholder, .mailchimp-yellow .mc4wp-form-fields input[type=email]::-moz-placeholder {
  color: #F6C946;
}
.mailchimp-yellow .mc4wp-form-fields .input:-ms-input-placeholder, .mailchimp-yellow .mc4wp-form-fields select:-ms-input-placeholder, .mailchimp-yellow .mc4wp-form-fields input[type=text]:-ms-input-placeholder, .mailchimp-yellow .mc4wp-form-fields input[type=email]:-ms-input-placeholder {
  color: #F6C946;
}
.mailchimp-yellow .mc4wp-form-fields .input::-ms-input-placeholder, .mailchimp-yellow .mc4wp-form-fields select::-ms-input-placeholder, .mailchimp-yellow .mc4wp-form-fields input[type=text]::-ms-input-placeholder, .mailchimp-yellow .mc4wp-form-fields input[type=email]::-ms-input-placeholder {
  color: #F6C946;
}
.mailchimp-yellow .mc4wp-form-fields .input::placeholder,
.mailchimp-yellow .mc4wp-form-fields select::placeholder,
.mailchimp-yellow .mc4wp-form-fields input[type=text]::placeholder,
.mailchimp-yellow .mc4wp-form-fields input[type=email]::placeholder {
  color: #F6C946;
}
.mailchimp-yellow .mc4wp-form-fields input[type=submit] {
  cursor: pointer;
  display: block;
  margin: 0 auto;
}
.mailchimp-yellow .mc4wp-form-fields label {
  color: #F6C946;
}
.mailchimp-yellow .mc4wp-form-fields label input {
  vertical-align: middle;
}

.mailchimp-orange .mc4wp-form-fields .input, .elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields .input,
.mailchimp-orange .mc4wp-form-fields select,
.elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields select,
.mailchimp-orange .mc4wp-form-fields input[type=text],
.elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields input[type=text],
.mailchimp-orange .mc4wp-form-fields input[type=email],
.elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields input[type=email] {
  width: 95%;
  border: 2px solid #EEA841;
  background: transparent;
  color: #EEA841;
}
.mailchimp-orange .mc4wp-form-fields .input::-webkit-input-placeholder, .elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields .input::-webkit-input-placeholder, .mailchimp-orange .mc4wp-form-fields select::-webkit-input-placeholder, .elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields select::-webkit-input-placeholder, .mailchimp-orange .mc4wp-form-fields input[type=text]::-webkit-input-placeholder, .elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields input[type=text]::-webkit-input-placeholder, .mailchimp-orange .mc4wp-form-fields input[type=email]::-webkit-input-placeholder, .elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields input[type=email]::-webkit-input-placeholder {
  color: #EEA841;
}
.mailchimp-orange .mc4wp-form-fields .input::-moz-placeholder, .elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields .input::-moz-placeholder, .mailchimp-orange .mc4wp-form-fields select::-moz-placeholder, .elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields select::-moz-placeholder, .mailchimp-orange .mc4wp-form-fields input[type=text]::-moz-placeholder, .elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields input[type=text]::-moz-placeholder, .mailchimp-orange .mc4wp-form-fields input[type=email]::-moz-placeholder, .elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields input[type=email]::-moz-placeholder {
  color: #EEA841;
}
.mailchimp-orange .mc4wp-form-fields .input:-ms-input-placeholder, .elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields .input:-ms-input-placeholder, .mailchimp-orange .mc4wp-form-fields select:-ms-input-placeholder, .elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields select:-ms-input-placeholder, .mailchimp-orange .mc4wp-form-fields input[type=text]:-ms-input-placeholder, .elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields input[type=text]:-ms-input-placeholder, .mailchimp-orange .mc4wp-form-fields input[type=email]:-ms-input-placeholder, .elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields input[type=email]:-ms-input-placeholder {
  color: #EEA841;
}
.mailchimp-orange .mc4wp-form-fields .input::-ms-input-placeholder, .elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields .input::-ms-input-placeholder, .mailchimp-orange .mc4wp-form-fields select::-ms-input-placeholder, .elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields select::-ms-input-placeholder, .mailchimp-orange .mc4wp-form-fields input[type=text]::-ms-input-placeholder, .elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields input[type=text]::-ms-input-placeholder, .mailchimp-orange .mc4wp-form-fields input[type=email]::-ms-input-placeholder, .elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields input[type=email]::-ms-input-placeholder {
  color: #EEA841;
}
.mailchimp-orange .mc4wp-form-fields .input::placeholder, .elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields .input::placeholder,
.mailchimp-orange .mc4wp-form-fields select::placeholder,
.elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields select::placeholder,
.mailchimp-orange .mc4wp-form-fields input[type=text]::placeholder,
.elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields input[type=text]::placeholder,
.mailchimp-orange .mc4wp-form-fields input[type=email]::placeholder,
.elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields input[type=email]::placeholder {
  color: #EEA841;
}
.mailchimp-orange .mc4wp-form-fields input[type=submit], .elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields input[type=submit] {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  border-color: #4397D3;
  background: #4397D3;
}
.mailchimp-orange .mc4wp-form-fields input[type=submit]:hover, .elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields input[type=submit]:hover {
  background: #fff;
  color: #4397D3;
  border-color: #4397D3;
}
.mailchimp-orange .mc4wp-form-fields label, .elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields label {
  color: #EEA841;
}
.mailchimp-orange .mc4wp-form-fields label input, .elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields label input {
  vertical-align: middle;
  border: 2px solid #EEA841;
}
.mailchimp-orange .mc4wp-form-fields label a, .elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields label a {
  color: #EEA841;
}

.pseudo-bottom-right-orange {
  position: relative;
}
.pseudo-bottom-right-orange:after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 50%;
  background: #EEA841;
}

.pseudo-right-orange {
  position: relative;
}
.pseudo-right-orange:after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: -1;
  display: block;
  width: 45%;
  height: calc(100% + 10px);
  background: #EEA841;
}

.pseudo-middle-left-blue {
  position: relative;
}
.pseudo-middle-left-blue:after {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: -1;
  display: block;
  width: 45%;
  height: calc(100% + 40px);
  background: #78C4CA;
}

.pseudo-bottom-right-cream {
  position: relative;
}
.pseudo-bottom-right-cream:after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 50%;
  background: #F1F1F1;
}

.pseudo-top-right-cream {
  position: relative;
}
.pseudo-top-right-cream:after {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 50%;
  background: #F1F1F1;
}

.pseudo-bottom-left-orange-large {
  position: relative;
}
.pseudo-bottom-left-orange-large:after {
  content: "";
  position: absolute;
  bottom: -20%;
  left: -20px;
  z-index: -1;
  display: block;
  width: 60%;
  height: 40%;
  background: #EEA841;
}

.accordion-border-orange .elementor-accordion .elementor-accordion-item {
  border-top: 2px solid #EEA841 !important;
}

.box-shadow {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.icon-address:before {
  content: "";
  font-family: "Font Awesome 6 Free";
  color: #EEA841;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
html,
body {
  height: 100vh;
}
html.admin-bar,
body.admin-bar {
  height: calc(100vh - 32px);
}
@media (max-width: 768px) {
  html.admin-bar,
body.admin-bar {
    height: calc(100vh - 46px);
  }
}

.grecaptcha-badge {
  margin-right: -2000px !important;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: var(--background);
  color: var(--text_colour);
  overflow-x: hidden;
  font-family: var(--fontstack);
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

::-moz-selection {
  background: var(--brandcolour);
  color: #fff;
}

::selection {
  background: var(--brandcolour);
  color: #fff;
}

#page {
  overflow-x: visible;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  line-height: 150%;
}
body.slideshow_region #page {
  padding-top: 0;
}

#page.new-style-header-page {
  padding-top: 0;
}
body.sticky_header #page.new-style-header-page {
  padding-top: 0;
}
body.slideshow_region #page.new-style-header-page {
  padding-top: 0;
}

main,
article {
  width: 100%;
  line-height: 150%;
}
body.single main.container, body.single main.elementor-section-boxed:not(.elementor-section-stretched),
body.single article.container,
body.single article.elementor-section-boxed:not(.elementor-section-stretched) {
  padding-left: 0;
  padding-right: 0;
}

.elementor-section-boxed:not(.elementor-section-stretched) {
  margin: 0 0;
  padding: 0 0;
}

.breakout {
  width: 100vw;
  max-width: 100vw;
  min-width: 100vw;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
}
@media (min-width: 576px) {
  .breakout {
    left: calc(-1 * (100vw - 100%) / 2);
  }
}
@media (min-width: 768px) {
  .breakout {
    left: calc(-1 * (100vw - 100%) / 2);
  }
}
@media (min-width: 992px) {
  .breakout {
    left: calc(-1 * (100vw - 100%) / 2);
  }
}
@media (min-width: 1200px) {
  .breakout {
    left: calc(-1 * (100vw - 100%) / 2);
  }
}
@media (min-width: 1400px) {
  .breakout {
    left: calc(-1 * (100vw - 100%) / 2);
  }
}

a {
  color: var(--brandcolour);
  font-weight: bold;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:hover {
  text-decoration: none;
  color: rgb(var(--brandcolour) 0.5);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: unset;
}

hr {
  margin: var(--item-spacing) 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

abbr[title],
abbr[data-bs-original-title] {
  cursor: help;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: var(--item-spacing);
  font-style: normal;
  line-height: inherit;
}

ol ul {
  margin-bottom: 0;
}

ul:not(.menu) {
  margin-top: 0;
  padding-left: var(--item-spacing);
  margin-bottom: var(--item-spacing);
}

ol ol,
ul:not(.menu) ul,
ul:not(.menu) ol {
  margin-bottom: 0;
}

ul.menu {
  margin: 0 0 0 var(--item-spacing);
  padding: 0;
}

header ul.menu {
  margin: 0;
  padding: 0;
}
header ul.menu * {
  margin: 0;
  padding: 0;
}

ol {
  margin-top: 0;
  padding-left: calc(var(--item-spacing) * 2);
  margin-bottom: var(--item-spacing);
}

dt {
  font-weight: normal;
}

dl,
dt {
  border: 0;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.gallery img {
  width: 100%;
  height: auto;
}
.gallery .gallery-item {
  padding-right: var(--item-spacing);
  margin-bottom: var(--item-spacing);
  display: inline-block;
}

@media (max-width: 576px) {
  .gallery-columns-1 .gallery-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (min-width: 576px) {
  .gallery-columns-1 .gallery-item {
    -ms-flex-preferred-size: calc(100% / 1);
        flex-basis: calc(100% / 1);
  }
}

@media (max-width: 576px) {
  .gallery-columns-2 .gallery-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (min-width: 576px) {
  .gallery-columns-2 .gallery-item {
    -ms-flex-preferred-size: calc(100% / 2);
        flex-basis: calc(100% / 2);
  }
}

@media (max-width: 576px) {
  .gallery-columns-3 .gallery-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (min-width: 576px) {
  .gallery-columns-3 .gallery-item {
    -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
  }
}

@media (max-width: 576px) {
  .gallery-columns-4 .gallery-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (min-width: 576px) {
  .gallery-columns-4 .gallery-item {
    -ms-flex-preferred-size: calc(100% / 4);
        flex-basis: calc(100% / 4);
  }
}

@media (max-width: 576px) {
  .gallery-columns-5 .gallery-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (min-width: 576px) {
  .gallery-columns-5 .gallery-item {
    -ms-flex-preferred-size: calc(100% / 5);
        flex-basis: calc(100% / 5);
  }
}

@media (max-width: 576px) {
  .gallery-columns-6 .gallery-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (min-width: 576px) {
  .gallery-columns-6 .gallery-item {
    -ms-flex-preferred-size: calc(100% / 6);
        flex-basis: calc(100% / 6);
  }
}

@media (max-width: 576px) {
  .gallery-columns-7 .gallery-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (min-width: 576px) {
  .gallery-columns-7 .gallery-item {
    -ms-flex-preferred-size: calc(100% / 7);
        flex-basis: calc(100% / 7);
  }
}

@media (max-width: 576px) {
  .gallery-columns-8 .gallery-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (min-width: 576px) {
  .gallery-columns-8 .gallery-item {
    -ms-flex-preferred-size: calc(100% / 8);
        flex-basis: calc(100% / 8);
  }
}

@media (max-width: 576px) {
  .gallery-columns-9 .gallery-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (min-width: 576px) {
  .gallery-columns-9 .gallery-item {
    -ms-flex-preferred-size: calc(100% / 9);
        flex-basis: calc(100% / 9);
  }
}

dd {
  margin-bottom: var(--item-spacing);
  margin-left: 0;
}

figure {
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 0 0 var(--item-spacing);
}

small {
  font-size: 0.8rem;
}

mark {
  padding: var(--item-spacing)/2;
  background: transparent;
}

sub,
sup {
  position: relative;
  font-size: 0.75rem;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25rem;
}

sup {
  top: -0.5rem;
}

body {
  font-size: var(--base_font_size);
}

h1, h2, h3,
h4, h5, h6 {
  margin: var(--item-spacing) 0 0;
  font-weight: 500;
  font-family: var(--heading_fontstack);
  line-height: 100%;
  letter-spacing: normal;
}

h1 {
  font-size: calc(var(--base_font_size) + 20px);
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.5555555556rem;
  }
}
h1 strong {
  font-family: Montserrat;
}

h2 {
  font-size: calc(var(--base_font_size) + 10px);
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  margin-bottom: 22px;
  font-size: calc(var(--base_font_size) + 5px);
  line-height: 1.12;
}
@media (min-width: 768px) {
  h3 {
    font-size: 2.6666666667rem;
  }
}

h4 {
  font-family: Montserrat;
  font-size: calc(var(--base_font_size) + 5px);
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.7222222222rem;
  }
}

h5 {
  font-size: var(--base_font_size);
}
@media (min-width: 768px) {
  h5 {
    font-size: calc(var(--base_font_size) + 4px);
  }
}

h6 {
  font-weight: bold;
  font-size: var(--base_font_size);
}

p {
  margin-top: 0;
  margin-bottom: var(--item-spacing);
  font-family: Montserrat;
  font-size: var(--base_font_size);
  font-weight: 500;
  line-height: 1.6;
}
p strong,
p b {
  font-family: Montserrat;
}

.entry-content ul {
  margin-left: 20px;
}

strong,
b {
  font-weight: 700;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
}
strong p, strong h1, strong h2, strong h3,
b p,
b h1,
b h2,
b h3 {
  font-family: Montserrat;
  font-weight: 500;
}

footer h1, footer h2, footer h3,
footer h4, footer h5, footer h6 {
  font-size: var(--base_font_size);
}

body {
  font-size: 18px;
  background: #fff;
}

@media (max-width: 768px) {
  .container, .elementor-section-boxed:not(.elementor-section-stretched) {
    max-width: 100%;
  }
}

#content {
  margin-top: 85px;
}
.home #content {
  margin-top: 0;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.elementor-container .elementor-accordion .elementor-accordion-item {
  padding: 23px 15px;
  border: 0;
}
.elementor-container .elementor-accordion .elementor-accordion-item .elementor-tab-title {
  padding: 0 0 5px;
  color: #4397D3;
}
.elementor-container .elementor-accordion .elementor-accordion-item .elementor-tab-content {
  padding: 0;
  border-top: 0;
}
.elementor-container .elementor-accordion .elementor-accordion-item .elementor-accordion-icon {
  color: #4397D3;
}

.btn, .woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce a.added_to_cart,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button, .elementor-button.elementor-button-link, .ebtn a, a.post-edit-link, .btn-secondary, .fusion-button,
.btn-primary,
.btn-ghost,
.story-navigation-wrapper-bottom-story-nav .nav-links a,
.story-navigation-wrapper .nav-links a {
  display: inline-block;
  padding: 10px 24px;
  font-family: Montserrat;
  font-size: 1.2222222222rem;
  line-height: 1;
  text-align: center;
  height: auto;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.btn-sm, .elementor-button.elementor-button-link.elementor-size-xs, .elementor-button.elementor-button-link.elementor-size-sm, a.post-edit-link, .story-navigation-wrapper-bottom-story-nav .nav-links a,
.story-navigation-wrapper .nav-links a {
  padding: 0 20px 0;
  font-size: 0.75rem;
  line-height: 1.4rem;
  height: auto;
  border-radius: 0;
  border: 0;
}

.btn-lg, .elementor-button.elementor-button-link.elementor-size-xl, .elementor-button.elementor-button-link.elementor-size-lg {
  padding: 15px 50px 10px;
  font-size: 1.5rem;
  line-height: 120%;
  border-radius: 0;
}

.fusion-button,
.btn-primary,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce a.added_to_cart,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.elementor-button.elementor-button-link,
a.post-edit-link,
.btn-ghost,
.story-navigation-wrapper-bottom-story-nav .nav-links a,
.story-navigation-wrapper .nav-links a {
  background: #EEA841;
  border: 1px solid #EEA841;
  color: #fff;
  -webkit-transition: all 0.3 ease-in;
  transition: all 0.3 ease-in;
}
.fusion-button:hover,
.btn-primary:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.elementor-button.elementor-button-link:hover,
a.post-edit-link:hover,
.btn-ghost:hover,
.story-navigation-wrapper-bottom-story-nav .nav-links a:hover,
.story-navigation-wrapper .nav-links a:hover {
  background: transparent;
  color: #EEA841;
  border-color: #EEA841;
}
.fusion-button.disabled, .fusion-button:disabled,
.btn-primary.disabled,
.woocommerce a.disabled.added_to_cart,
.woocommerce #respond input.disabled#submit,
.woocommerce a.disabled.button,
.woocommerce button.disabled.button,
.woocommerce input.disabled.button,
.disabled.elementor-button.elementor-button-link,
a.disabled.post-edit-link,
.disabled.btn-ghost,
.story-navigation-wrapper-bottom-story-nav .nav-links a.disabled,
.story-navigation-wrapper .nav-links a.disabled,
.btn-primary:disabled,
.woocommerce a.added_to_cart:disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce a.button:disabled,
.woocommerce button.button:disabled,
.woocommerce input.button:disabled,
.elementor-button.elementor-button-link:disabled,
a.post-edit-link:disabled,
.btn-ghost:disabled,
.story-navigation-wrapper-bottom-story-nav .nav-links a:disabled,
.story-navigation-wrapper .nav-links a:disabled {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.6;
  cursor: not-allowed;
}
.fusion-button.btn-white,
.btn-primary.btn-white,
.woocommerce a.btn-white.added_to_cart,
.woocommerce #respond input.btn-white#submit,
.woocommerce a.btn-white.button,
.woocommerce button.btn-white.button,
.woocommerce input.btn-white.button,
.btn-white.elementor-button.elementor-button-link,
a.btn-white.post-edit-link,
.btn-white.btn-ghost,
.story-navigation-wrapper-bottom-story-nav .nav-links a.btn-white,
.story-navigation-wrapper .nav-links a.btn-white {
  background: #fff;
  color: #EEA841;
}
.fusion-button.btn-white:hover,
.btn-primary.btn-white:hover,
.woocommerce a.btn-white.added_to_cart:hover,
.woocommerce #respond input.btn-white#submit:hover,
.woocommerce a.btn-white.button:hover,
.woocommerce button.btn-white.button:hover,
.woocommerce input.btn-white.button:hover,
.btn-white.elementor-button.elementor-button-link:hover,
a.btn-white.post-edit-link:hover,
.btn-white.btn-ghost:hover,
.story-navigation-wrapper-bottom-story-nav .nav-links a.btn-white:hover,
.story-navigation-wrapper .nav-links a.btn-white:hover {
  background: #EEA841;
  border-color: #fff;
  color: #fff;
}

.btn-secondary {
  background: var(--secondary_color);
  border: 1px solid var(--secondary_color);
  color: #fff;
}
.btn-secondary:hover {
  background: #fff;
  border-color: #4397D3;
  color: #4397D3;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-ghost, .story-navigation-wrapper-bottom-story-nav .nav-links a,
.story-navigation-wrapper .nav-links a {
  background: transparent;
  border: 1px solid var(--brandcolour);
  color: var(--brandcolour);
}
.btn-ghost:hover, .story-navigation-wrapper-bottom-story-nav .nav-links a:hover,
.story-navigation-wrapper .nav-links a:hover {
  opacity: 1;
  background: var(--brandcolour);
  border: 1px solid var(--brandcolour);
  color: #fff;
}
.btn-ghost.disabled, .story-navigation-wrapper-bottom-story-nav .nav-links a.disabled,
.story-navigation-wrapper .nav-links a.disabled, .btn-ghost:disabled, .story-navigation-wrapper-bottom-story-nav .nav-links a:disabled,
.story-navigation-wrapper .nav-links a:disabled {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.6;
  cursor: not-allowed;
}

.story-navigation-wrapper-bottom-story-nav,
.story-navigation-wrapper {
  width: 100%;
}
.story-navigation-wrapper-bottom-story-nav .nav-links,
.story-navigation-wrapper .nav-links {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-top: 0;
  border-bottom: 1px solid var(--lightgrey);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.story-navigation-wrapper-bottom-story-nav .nav-links {
  margin: 5px 0 20px;
  padding: 10px 0;
  border-top: 1px solid var(--lightgrey);
  border-bottom: 1px solid var(--lightgrey);
}

.btn-tertiary, .ebtn-tertiary a {
  padding: 10px 24px !important;
  border: 2px solid #000;
  color: #000;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.btn-tertiary:focus, .ebtn-tertiary a:focus {
  color: #000;
}
.btn-tertiary:hover, .ebtn-tertiary a:hover {
  border-color: #EEA841;
  color: #EEA841;
}
.btn-tertiary.btn-white, .ebtn-tertiary a.btn-white {
  border-color: #fff;
  color: #fff;
}
.btn-tertiary.btn-white:hover, .ebtn-tertiary a.btn-white:hover {
  border-color: #EEA841;
  color: #EEA841;
}
.btn-tertiary.btn-hover-black:hover, .ebtn-tertiary a.btn-hover-black:hover {
  border-color: #000;
  color: #000;
}

a.post-edit-link {
  padding: 0px 24px !important;
}

.btn-arrow:after, .stories-from-the-field .elementor-pagination a.next:after {
  display: inline-block;
  padding-left: 10px;
  height: 15px;
  width: 15px;
  font-family: "Font Awesome 6 Free";
  content: "";
}

.elementor-button.elementor-button-link {
  cursor: pointer;
}
.elementor-button.elementor-button-link span {
  -webkit-transition: none;
  transition: none;
}
.elementor-button.elementor-button-link:hover {
  background: transparent;
  color: #EEA841;
  border: 1px solid #EEA841;
}
.elementor-button.elementor-button-link.elementor-size-xs, .elementor-button.elementor-button-link.elementor-size-sm {
  padding: 4px 20px 4px;
}
.elementor-button.elementor-button-link.elementor-size-xs:hover, .elementor-button.elementor-button-link.elementor-size-sm:hover {
  background: transparent;
  color: #EEA841;
  border: 1px solid #EEA841;
}
.ebtn-tertiary a span {
  -webkit-transition: none;
  transition: none;
}

header.site-header {
  background: #fff;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 8;
}
.home header.site-header {
  background: transparent;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.home header.site-header.menu-scroll {
  background: rgba(238, 168, 65, 0.5);
}
header.site-header .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  header.site-header .row {
    margin: 0 15px;
  }
  header.site-header .row:before {
    content: 0;
  }
}
header.site-header.sticky_header {
  width: 100vw;
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
}
.logo img {
  height: 52px;
  max-height: 52px;
  width: auto;
}
.home .logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.logo figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.logo figure a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.admin-bar header.site-header.sticky_header {
  position: fixed;
  top: 32px;
}
@media (max-width: 768px) {
  body.admin-bar header.site-header.sticky_header {
    top: 46px;
  }
}

.slideshow_region {
  padding: 0;
}

.slideshow_region_wrapper {
  margin-top: 90px;
  margin-bottom: calc(var(--item-spacing) * 2);
}

#content {
  position: relative;
  z-index: 0;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .logo img {
    height: 35px;
    max-height: 35px;
  }

  nav.desktop-menu > div ul.menu li.menu-item a {
    font-size: 14px !important;
  }
}
div.mobile-menu .mobile-menu-toggler .mobile-menu-icon svg.hb {
  width: 50px;
  margin: 0 auto;
  display: block;
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
}
.home div.mobile-menu .mobile-menu-toggler .mobile-menu-icon svg.hb {
  -webkit-filter: none;
          filter: none;
}

nav.mobile-menu {
  top: 80px;
  width: 100vw;
  max-height: 300vh;
  position: relative;
  background: #EEA841;
  margin: 0;
  -webkit-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
}
nav.mobile-menu ul {
  padding: 0;
  list-style: none;
}
nav.mobile-menu ul li {
  padding: calc(var(--item-spacing)) var(--item-spacing);
  margin: 0;
}
nav.mobile-menu ul li a {
  display: block;
}
nav.mobile-menu ul li.menu-item-has-children > a {
  position: relative;
}
nav.mobile-menu ul li.menu-item-has-children > a:after {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
nav.mobile-menu ul li.menu-item-has-children.open-submenu > a:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
nav.mobile-menu ul ul {
  padding: 0 var(--item-spacing);
  margin: 0;
}
nav.mobile-menu.closed {
  max-height: 0;
  overflow: hidden;
}

nav.desktop-menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.desktop-menu > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.desktop-menu > div ul.menu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
nav.desktop-menu > div ul.menu li.menu-item {
  padding: 0 2% 0 0;
  margin: 0;
  display: inline-block;
  position: relative;
}
nav.desktop-menu > div ul.menu li.menu-item a {
  font-family: Montserrat;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
  color: #414042;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.home nav.desktop-menu > div ul.menu li.menu-item a {
  color: var(--header_link_colour);
}
nav.desktop-menu > div ul.menu li.menu-item a:hover {
  border-color: #F6C946;
}
nav.desktop-menu > div ul.menu li.menu-item.current-menu-parent > a, nav.desktop-menu > div ul.menu li.menu-item.current-menu-item > a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 2px solid #F6C946;
}
nav.desktop-menu > div ul.menu li.menu-item.current-menu-parent > a:hover, nav.desktop-menu > div ul.menu li.menu-item.current-menu-item > a:hover {
  border-bottom: 2px solid #F6C946;
}
nav.desktop-menu > div ul.menu li.menu-item .sub-menu {
  margin-left: -10px;
}
nav.desktop-menu > div ul.menu li.menu-item .sub-menu li.menu-item a {
  font-family: Montserrat, Helvetica, Segoe UI, Arial, sans-serif;
  font-weight: normal;
  color: #414042;
  font-size: 15px;
  line-height: 2.5;
  border-bottom: 0;
}
nav.desktop-menu > div ul.menu li.menu-item .sub-menu li.menu-item a:hover {
  text-decoration: underline;
}
nav.desktop-menu > div ul.menu li.menu-item.btn-donate a {
  padding: 10px 19px;
  border: 2px solid #000;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.home nav.desktop-menu > div ul.menu li.menu-item.btn-donate a {
  border-color: #fff;
}
nav.desktop-menu > div ul.menu li.menu-item.btn-donate a:hover {
  border-color: #F6C946;
}
nav.desktop-menu > div ul.menu > li.menu-item-has-children > a:after {
  margin-left: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
nav.desktop-menu > div ul.menu > li.menu-item-has-children > a:hover:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
nav.desktop-menu > div ul.menu > li.menu-item-has-children ul {
  position: absolute;
  left: 0;
  top: calc(var(--base_font_size) + 25%);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: var(--item-spacing) 0;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
nav.desktop-menu > div ul.menu > li.menu-item-has-children ul li {
  white-space: nowrap;
  padding: 0 var(--item-spacing) 0;
  margin: 0;
}
nav.desktop-menu > div ul.menu > li.menu-item-has-children ul li a:hover {
  border: 0;
}
nav.desktop-menu > div ul.menu > li.menu-item-has-children ul li ul.sub-menu.depth-1 {
  background-color: transparent;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
nav.desktop-menu > div ul.menu > li.menu-item-has-children ul li ul.sub-menu.depth-1 li {
  padding-bottom: 10px;
}
nav.desktop-menu > div ul.menu > li.menu-item-has-children.open-submenu ul, nav.desktop-menu > div ul.menu > li.menu-item-has-children:hover ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

button.mobile-menu-toggler {
  display: none;
}

@media (max-width: 1023px) {
  .site-header .social_links {
    display: none;
  }

  .site-header div.mobile-menu .social_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  nav.desktop-menu {
    display: none;
  }

  div.mobile-menu {
    position: unset;
  }

  nav.mobile-menu {
    position: absolute;
    left: 0;
    z-index: 9;
    width: 100vw;
  }
  nav.mobile-menu li {
    color: var(--header_link_colour);
  }
  nav.mobile-menu li a {
    color: var(--header_link_colour);
  }
  nav.mobile-menu:not(.closed) ul.menu > li {
    border-bottom: 1px solid var(--lightgrey);
  }
  nav.mobile-menu:not(.closed) ul.sub-menu {
    display: none;
    border-top: 1px solid var(--lightgrey);
    margin: var(--item-spacing) calc(-1 * var(--item-spacing)) calc(-1 * var(--item-spacing) / 2);
    padding: 0 10px;
  }
  nav.mobile-menu li.menu-item-has-children.open-submenu ul.sub-menu {
    display: block;
  }

  button.mobile-menu-toggler {
    border: 0;
    background: transparent;
    display: block;
  }

  .social_links {
    padding: calc(var(--item-spacing) * 2) var(--item-spacing);
  }
  .social_links i {
    font-size: 25px;
  }
}
nav.pagination {
  text-align: center;
  margin: 30px 0 30px;
}
nav.pagination .nav-links a.page-numbers {
  margin: 0 10px;
  padding: 10px;
  border: 1px solid #ccc;
}
nav.pagination .nav-links a.page-numbers.current {
  color: var(--text_colour);
  font-weight: bold;
}
nav.pagination .nav-links a.page-numbers.next, nav.pagination .nav-links a.page-numbers.prev {
  border: 0;
}
nav.pagination .nav-links span.page-numbers {
  padding: 10px;
  margin: 0 10px;
  border: 1px solid #ccc;
}
nav.pagination .nav-links span.page-numbers.current {
  color: var(--text_colour);
  font-weight: bold;
}
nav.pagination .nav-links span.page-numbers.dots {
  border: 0;
  padding: 10px;
}

.fa, .fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.number-section {
  margin: 20px 0 50px;
}
.number-section .elementor-counter-number {
  font-family: Montserrat;
  font-size: 2.3333333333rem;
  line-height: normal;
}
.number-section .elementor-counter-title {
  font-size: 1rem !important;
  line-height: 1.3 !important;
  color: #000;
}

.section-sign-up h3 {
  margin-bottom: 36px;
}
.section-sign-up .btn,
.section-sign-up .woocommerce a.added_to_cart,
.woocommerce .section-sign-up a.added_to_cart,
.section-sign-up .woocommerce #respond input#submit,
.woocommerce #respond .section-sign-up input#submit,
.section-sign-up .woocommerce a.button,
.woocommerce .section-sign-up a.button,
.section-sign-up .woocommerce button.button,
.woocommerce .section-sign-up button.button,
.section-sign-up .woocommerce input.button,
.woocommerce .section-sign-up input.button, .section-sign-up .fusion-button,
.section-sign-up .btn-primary, .section-sign-up .btn-secondary,
.section-sign-up .btn-ghost,
.section-sign-up .story-navigation-wrapper-bottom-story-nav .nav-links a,
.story-navigation-wrapper-bottom-story-nav .nav-links .section-sign-up a,
.section-sign-up .story-navigation-wrapper .nav-links a,
.story-navigation-wrapper .nav-links .section-sign-up a, .section-sign-up a.post-edit-link, .section-sign-up .ebtn a, .ebtn .section-sign-up a, .section-sign-up .elementor-button.elementor-button-link {
  margin-top: 36px;
}

.closeAccordion .elementor-accordion-title {
  margin-top: 20px;
  display: block;
  text-align: center;
}

.about-us-mailchimp .button-default {
  color: #000 !important;
  background: #F6C946;
  font-weight: bold;
  cursor: pointer;
}
.about-us-mailchimp .button-default:hover {
  border-color: #F6C946;
  color: #F6C946 !important;
  background: transparent;
}

.impact-search-tools-band > .elementor-container > .elementor-column {
  margin: 0 10px;
  padding: 5px 23px 30px;
  background: var(--Lightest, rgba(238, 168, 65, 0.1));
}
@media (min-width: 768px) {
  .impact-search-tools-band > .elementor-container > .elementor-column {
    padding: 25px 23px 30px;
  }
}
.impact-search-tools-band .elementor-widget-container h5 {
  font-size: 1rem;
  font-weight: normal;
  margin: 0 0 0.5rem;
}
.impact-search-tools-band input, .impact-search-tools-band select, .impact-search-tools-band form,
.impact-search-tools-band form.elementor-search-form {
  margin-bottom: 0;
}
.impact-search-tools-band input {
  border: 2px solid #F6C946;
  background: #fff;
  color: var(--text_colour);
  font-size: 0.8888888889rem;
}
.impact-search-tools-band input::-webkit-input-placeholder {
  color: #EEA841;
  font-size: 0.8888888889rem;
  font-weight: bold;
  opacity: 1;
}
.impact-search-tools-band input::-moz-placeholder {
  color: #EEA841;
  font-size: 0.8888888889rem;
  font-weight: bold;
  opacity: 1;
}
.impact-search-tools-band input:-ms-input-placeholder {
  color: #EEA841;
  font-size: 0.8888888889rem;
  font-weight: bold;
  opacity: 1;
}
.impact-search-tools-band input::-ms-input-placeholder {
  color: #EEA841;
  font-size: 0.8888888889rem;
  font-weight: bold;
  opacity: 1;
}
.impact-search-tools-band input::placeholder {
  color: #EEA841;
  font-size: 0.8888888889rem;
  font-weight: bold;
  opacity: 1;
}
.impact-search-tools-band select {
  border: 2px solid #F6C946;
  background: #fff;
  color: #EEA841;
  font-weight: bold;
  font-size: 0.8888888889rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #EEA841;
  padding-right: 30px;
  position: relative;
}
.impact-search-tools-band select::-ms-expand {
  display: none;
}
.impact-search-tools-band select::-webkit-input-placeholder {
  color: #EEA841;
  font-weight: bold;
  opacity: 1;
}
.impact-search-tools-band select::-moz-placeholder {
  color: #EEA841;
  font-weight: bold;
  opacity: 1;
}
.impact-search-tools-band select:-ms-input-placeholder {
  color: #EEA841;
  font-weight: bold;
  opacity: 1;
}
.impact-search-tools-band select::-ms-input-placeholder {
  color: #EEA841;
  font-weight: bold;
  opacity: 1;
}
.impact-search-tools-band select::placeholder {
  color: #EEA841;
  font-weight: bold;
  opacity: 1;
}
.impact-search-tools-band select option {
  font-weight: normal;
  color: var(--text_colour);
  line-height: 170%;
  font-size: 0.9rem;
}
.impact-search-tools-band .elementor-widget-wp-widget-ag_harvesters_main_category_select_widget .elementor-widget-container {
  position: relative;
}
.impact-search-tools-band .elementor-widget-wp-widget-ag_harvesters_main_category_select_widget .elementor-widget-container:after {
  position: absolute;
  right: 10px;
  bottom: 2px;
  -webkit-transform: rotate(180deg) translateY(45%);
          transform: rotate(180deg) translateY(45%);
  color: #4397D3;
  pointer-events: none;
  z-index: 9;
}
.impact-search-tools-band form.elementor-search-form input[type=search] {
  border: 2px solid #F6C946;
  border-right: 0;
  background: #fff;
  color: var(--text_colour);
}
.impact-search-tools-band form.elementor-search-form input[type=search]::-webkit-input-placeholder {
  color: #EEA841;
  font-weight: bold;
  opacity: 1;
}
.impact-search-tools-band form.elementor-search-form input[type=search]::-moz-placeholder {
  color: #EEA841;
  font-weight: bold;
  opacity: 1;
}
.impact-search-tools-band form.elementor-search-form input[type=search]:-ms-input-placeholder {
  color: #EEA841;
  font-weight: bold;
  opacity: 1;
}
.impact-search-tools-band form.elementor-search-form input[type=search]::-ms-input-placeholder {
  color: #EEA841;
  font-weight: bold;
  opacity: 1;
}
.impact-search-tools-band form.elementor-search-form input[type=search]::placeholder {
  color: #EEA841;
  font-weight: bold;
  opacity: 1;
}
.impact-search-tools-band form.elementor-search-form button[type=submit] {
  border: 2px solid #F6C946;
  border-left: 0;
  background: #fff;
  color: #4397D3;
  cursor: pointer;
}
.impact-search-tools-band form.elementor-search-form button[type=submit] svg {
  fill: #4397D3;
  color: #4397D3;
}
.impact-search-tools-band form.elementor-search-form button[type=submit]:hover {
  background: #4397D3;
  color: #fff;
}
.impact-search-tools-band form.elementor-search-form button[type=submit]:hover svg {
  fill: #fff;
  color: #fff;
}

.impact__article-date {
  font-family: Montserrat;
  text-transform: uppercase;
}

.impact__article-cat {
  font-family: Montserrat;
  color: #F6C946;
  text-transform: uppercase;
}

.stories-from-the-field .article-list-tile {
  border-radius: 10px;
  border: 4px solid rgba(246, 201, 70, 0.2);
  padding: 0;
}
.stories-from-the-field .article-list-tile > div {
  padding: 0 !important;
}
.stories-from-the-field .article-list-tile .elementor-widget-image {
  padding: 22px 22px 0;
}
.stories-from-the-field .article-list-tile .elementor-heading-title {
  padding: 0 22px;
  font-family: Montserrat;
  font-size: 1.7222222222rem;
  color: #F6C946;
}
.stories-from-the-field .article-list-tile .elementor-widget-theme-post-excerpt {
  padding: 0 22px;
}
.stories-from-the-field .article-list-tile ul.elementor-post-info {
  margin: 0 !important;
  padding: 12px 22px !important;
  border-top: 4px solid rgba(246, 201, 70, 0.2);
}
.stories-from-the-field .article-list-tile ul.elementor-post-info li {
  width: 100%;
  margin: 0 !important;
}
.stories-from-the-field .article-list-tile ul.elementor-post-info li .post-readmore {
  width: 100%;
}
.stories-from-the-field .article-list-tile ul.elementor-post-info li .post-readmore svg {
  fill: #4397D3;
}
.stories-from-the-field .article-list-tile ul.elementor-post-info li .post-readmore:hover {
  color: #EEA841;
}
.stories-from-the-field .article-list-tile ul.elementor-post-info li .post-readmore:hover svg {
  fill: #EEA841;
}
.stories-from-the-field .article-list-tile ul.elementor-post-info li .post-readmore:hover i {
  color: #EEA841;
}
.stories-from-the-field .article-list-tile ul.elementor-post-info li .post-readmore span {
  padding: 0 !important;
}
.stories-from-the-field .article-list-tile ul.elementor-post-info li .post-readmore .elementor-icon-list-icon {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto;
}
.stories-from-the-field .elementor-pagination .page-numbers {
  display: none;
  margin: 50px 0;
}
.stories-from-the-field .elementor-pagination a.prev,
.stories-from-the-field .elementor-pagination a.next {
  display: inline-block;
  padding: 12px 22px;
  background: #EEA841;
  color: #fff;
  border: 1px solid #EEA841;
}
.stories-from-the-field .elementor-pagination a.prev:hover,
.stories-from-the-field .elementor-pagination a.next:hover {
  background: #fff;
  color: #EEA841;
}
.stories-from-the-field .elementor-pagination a.prev:before {
  display: inline-block;
  padding-right: 25px;
  height: 15px;
  width: 15px;
  font-family: "Font Awesome 6 Free";
  content: "";
}
.stories-from-the-field .elementor-widget-wp-widget-nav_menu {
  padding: 25px 23px 30px;
  background: var(--Lightest, rgba(238, 168, 65, 0.1));
}
.stories-from-the-field .elementor-widget-wp-widget-nav_menu h5 {
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 0.67;
  color: #EEA841;
}
.stories-from-the-field .elementor-widget-wp-widget-nav_menu ul#menu-stories-by-continent {
  list-style: none;
}
.stories-from-the-field .elementor-widget-wp-widget-nav_menu ul#menu-stories-by-continent li {
  border-bottom: 1px solid #4397D3;
  padding: 20px 0;
}
.stories-from-the-field .elementor-widget-wp-widget-nav_menu ul#menu-stories-by-continent li a {
  display: block;
  font-size: 0.8888888889rem;
  font-weight: 500;
  line-height: 2;
  color: #414042;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
}
.stories-from-the-field .elementor-widget-wp-widget-nav_menu ul#menu-stories-by-continent li a:hover {
  text-decoration: underline;
}
.stories-from-the-field .elementor-widget-wp-widget-nav_menu ul#menu-stories-by-continent li:first-child {
  border-top: 1px solid #4397D3;
}

.archives-widget ul li {
  display: none;
}
.archives-widget ul li:nth-child(-n+12) {
  display: list-item;
}

.archive_widgets_wrapper {
  width: 100%;
  margin: 20px auto 50px;
  padding: 25px 23px 30px;
  background: var(--Lightest, rgba(238, 168, 65, 0.1));
  font-size: 1rem;
  font-weight: 700;
  line-height: 0.67;
  color: #EEA841;
}
.archive_widgets_wrapper h2 {
  font-size: 1rem;
  font-weight: bold;
}
.archive_widgets_wrapper ul#menu-stories-by-continent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: " | ";
}
.archive_widgets_wrapper ul#menu-stories-by-continent li {
  padding: 0 10px;
}
.archive_widgets_wrapper ul#menu-stories-by-continent li:first-child {
  list-style: none;
}
.archive_widgets_wrapper ul#menu-stories-by-continent li a {
  display: block;
  font-size: 0.8888888889rem;
  font-weight: 500;
  line-height: 2;
  color: #414042;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
}
.archive_widgets_wrapper ul#menu-stories-by-continent li a:hover {
  text-decoration: underline;
}

.article-content-block {
  margin-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .article-content-block {
    padding: 0 15px;
  }
}

article .entry-content figure {
  max-width: 100%;
  min-width: unset;
  width: auto;
  height: auto;
}
article .entry-content figure img {
  max-width: 100%;
  min-width: unset;
  width: auto;
  height: auto;
}
article .entry-content figure figcaption {
  font-size: 0.8rem;
  line-height: 100%;
}

.blog-post-sidebar .blog-post-sidebar_widget {
  margin-bottom: 30px;
}
.blog-post-sidebar .blog-post-sidebar_widget:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--mediumgrey);
}
.blog-post-sidebar .blog-post-sidebar_widget h2.blog-post-sidebar_widget-title {
  font-size: 1rem !important;
  font-weight: bolder;
  margin-top: 0;
}
.blog-post-sidebar .blog-post-sidebar_widget ul {
  font-size: 0.8rem;
  line-height: 2rem;
  list-style: none;
  margin: 0 0 0;
  padding: 0 0 0;
}
.blog-post-sidebar .blog-post-sidebar_widget ul li:not(:last-child) {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--lightgrey);
}
.blog-post-sidebar .blog-post-sidebar_widget ul a {
  font-weight: normal;
  color: var(--darkgrey);
}
.blog-post-sidebar .blog-post-sidebar_widget ul a:hover {
  color: var(--brandcolour);
}
.blog-post-sidebar .blog-post-sidebar_widget input[type=text],
.blog-post-sidebar .blog-post-sidebar_widget input[type=email],
.blog-post-sidebar .blog-post-sidebar_widget select {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}
.blog-post-sidebar .vertical-layout-form .mc4wp-form-fields .col-12.col-md-3 {
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
}

.archive-header-band {
  background: center right/90% no-repeat #EEA841 url(../images/pattern.png);
  padding: 50px 0;
  color: #fff;
}

.entry-meta {
  padding-top: 5px;
  border-top: 1px solid var(--lightgrey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 0.8rem;
}
.entry-meta > * {
  font-size: 0.8rem;
}
.entry-meta * {
  display: inline;
}
.entry-meta .posted-by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.entry-meta .posted-by .author,
.entry-meta .posted-by .date {
  padding-right: 20px;
  display: inline;
  white-space: nowrap;
}
.entry-meta a {
  padding-left: 10px;
}
.entry-meta svg {
  max-height: 12px;
  width: auto;
}

.story-blogs.archive .articles-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.story-blogs.archive .articles-wrapper article {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  margin-bottom: 20px;
  padding: 0;
  border-radius: 10px;
  border: 4px solid rgba(246, 201, 70, 0.2);
}
@media (min-width: 768px) {
  .story-blogs.archive .articles-wrapper article {
    width: 30%;
  }
}
.story-blogs.archive .articles-wrapper article > div {
  padding: 0 !important;
}
.story-blogs.archive .articles-wrapper article .post-thumbnail {
  max-height: 258px;
  overflow: hidden;
}
.story-blogs.archive .articles-wrapper article .post-thumbnail img {
  max-width: 100%;
  height: auto;
}
.story-blogs.archive .articles-wrapper article .entry-title {
  padding: 0;
  font-family: Montserrat;
  font-size: 1.7222222222rem;
  color: #F6C946;
}
@media (min-width: 768px) {
  .story-blogs.archive .articles-wrapper article .entry-title {
    padding: 0 22px;
  }
}
.story-blogs.archive .articles-wrapper article .entry-meta {
  margin: 5px 0 10px;
  padding: 0;
  font-weight: bold;
  font-size: 0.7777777778rem;
}
@media (min-width: 768px) {
  .story-blogs.archive .articles-wrapper article .entry-meta {
    padding: 0 22px;
  }
}
.story-blogs.archive .articles-wrapper article .entry-meta .author, .story-blogs.archive .articles-wrapper article .entry-meta .post-taxonomies {
  display: none;
}
.story-blogs.archive .articles-wrapper article .entry-content {
  padding: 0 0 50px;
}
@media (min-width: 768px) {
  .story-blogs.archive .articles-wrapper article .entry-content {
    padding: 0 22px 70px 22px;
  }
}
.story-blogs.archive .articles-wrapper article .entry-content a {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 4px 25px 0;
  background: transparent;
  border: 0;
  font-size: 1rem;
  color: #4397D3;
  text-align: left;
}
@media (min-width: 768px) {
  .story-blogs.archive .articles-wrapper article .entry-content a {
    padding: 4px 22px 0;
  }
}
.story-blogs.archive .articles-wrapper article .entry-content a:hover {
  color: #EEA841;
}
.story-blogs.archive .articles-wrapper article .entry-content a:before {
  content: "";
  display: block;
  margin-left: -22px;
  margin-bottom: 10px;
  width: calc(100% + 44px);
  height: 4px;
  background: rgba(246, 201, 70, 0.2);
}
.story-blogs.archive .articles-wrapper article .entry-content a i {
  position: absolute;
  right: 10px;
}
@media (max-width: 768px) {
  .story-blogs.archive .articles-wrapper article {
    padding: 20px 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

body.category-newsletter .story-blogs.archive .articles-wrapper article .post-thumbnail {
  max-height: 290px;
}

.pagers {
  margin: 50px auto;
  text-align: center;
}
.pagers .page-numbers.current {
  border: 1px solid #EEA841 !important;
  color: #EEA841 !important;
}
.pagers a {
  background: #EEA841;
  color: #fff;
  border: 1px solid #EEA841 !important;
}
.pagers a:hover {
  background: #fff;
  color: #EEA841;
}

@media (min-width: 768px) {
  .discple-makers-overlay-img {
    position: absolute;
    right: 0;
    top: 10%;
    width: 40% !important;
  }
}

@media (min-width: 768px) {
  .answer-the-call-overlay {
    position: absolute;
    right: 0;
    top: 30%;
  }
}

.get-in-touch .elementor-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.get-in-touch .elementor-container h5 {
  font-size: 1.8888888889rem;
}
.get-in-touch .elementor-container .elementor-column:nth-child(2) {
  margin-bottom: -80px;
  z-index: 2;
}
.get-in-touch .elementor-container .nf-form-fields-required {
  font-size: 0.8rem;
}
.get-in-touch .elementor-container .nf-error,
.get-in-touch .elementor-container .nf-error-msg {
  font-size: 0.8rem;
}
.get-in-touch .elementor-container .nf-field {
  position: relative;
  margin-top: 20px;
  color: #EEA841;
}
.get-in-touch .elementor-container .nf-field .nf-field-label {
  position: absolute;
  top: -15px;
  left: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  background: #fff;
}
.get-in-touch .elementor-container .nf-field input,
.get-in-touch .elementor-container .nf-field textarea {
  border-color: #EEA841;
  background: #fff;
  max-width: 100%;
}
.get-in-touch .elementor-container .nf-field input[type=submit] {
  cursor: pointer;
  color: #4397D3;
  border: 1px solid #4397D3;
}
.get-in-touch .elementor-container .nf-field input[type=submit]:hover {
  background: #4397D3;
  color: #fff;
}
.get-in-touch .elementor-container .nf-field textarea {
  height: 100px;
}

.section-prayer .ag-prayer-engine-form-wrapper input,
.section-prayer .ag-prayer-engine-form-wrapper textarea,
.section-prayer .ag-prayer-engine-form-wrapper select {
  width: 100%;
  border: 1px solid #EEA841;
  color: #414042;
}
.section-prayer .ag-prayer-engine-form-wrapper input::-webkit-input-placeholder, .section-prayer .ag-prayer-engine-form-wrapper textarea::-webkit-input-placeholder, .section-prayer .ag-prayer-engine-form-wrapper select::-webkit-input-placeholder {
  color: #414042;
}
.section-prayer .ag-prayer-engine-form-wrapper input::-moz-placeholder, .section-prayer .ag-prayer-engine-form-wrapper textarea::-moz-placeholder, .section-prayer .ag-prayer-engine-form-wrapper select::-moz-placeholder {
  color: #414042;
}
.section-prayer .ag-prayer-engine-form-wrapper input:-ms-input-placeholder, .section-prayer .ag-prayer-engine-form-wrapper textarea:-ms-input-placeholder, .section-prayer .ag-prayer-engine-form-wrapper select:-ms-input-placeholder {
  color: #414042;
}
.section-prayer .ag-prayer-engine-form-wrapper input::-ms-input-placeholder, .section-prayer .ag-prayer-engine-form-wrapper textarea::-ms-input-placeholder, .section-prayer .ag-prayer-engine-form-wrapper select::-ms-input-placeholder {
  color: #414042;
}
.section-prayer .ag-prayer-engine-form-wrapper input::placeholder,
.section-prayer .ag-prayer-engine-form-wrapper textarea::placeholder,
.section-prayer .ag-prayer-engine-form-wrapper select::placeholder {
  color: #414042;
}
.section-prayer .agpe-prayer-wall .prayer-request-item {
  padding: 22px;
}
.section-prayer .agpe-prayer-wall .prayer-request-item:nth-child(even) {
  background: rgba(65, 64, 66, 0.07);
}
.section-prayer .agpe-prayer-wall .prayer-request-item .row > .col .prayer-request-from {
  font-size: 0.8888888889rem;
  font-weight: 700;
  color: #4397D3;
}
.section-prayer .agpe-prayer-wall .prayer-request-item .row .col-md-2,
.section-prayer .agpe-prayer-wall .prayer-request-item .row .col-md-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-prayer .agpe-prayer-wall .prayer-request-item .row .col-md-2 .prayer-count,
.section-prayer .agpe-prayer-wall .prayer-request-item .row .col-md-4 .prayer-count {
  width: 50%;
  font-family: Montserrat;
  font-size: 0.8888888889rem;
  color: #F6C946;
}
.section-prayer .agpe-prayer-wall .prayer-request-item .row .col-md-2 .pray-for-this,
.section-prayer .agpe-prayer-wall .prayer-request-item .row .col-md-4 .pray-for-this {
  width: 50%;
  cursor: pointer;
  background: #EEA841;
  border: 1px solid #EEA841;
  font-family: Montserrat;
  font-size: 0.8888888889rem;
  color: #fff;
}
.section-prayer .agpe-prayer-wall .prayer-request-item .row .col-md-2 .pray-for-this:hover,
.section-prayer .agpe-prayer-wall .prayer-request-item .row .col-md-4 .pray-for-this:hover {
  background: #fff;
  color: #EEA841;
}
.section-prayer .agpe-prayer-wall .prayer-request-item .prayer-date {
  font-size: 0.8888888889rem;
  font-weight: 500;
  color: rgba(65, 64, 66, 0.5);
}

.world-flags-tile:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.world-flags-tile a {
  color: #000;
}

.agdp_submit.fusion-button.button-default.button-large {
  background: transparent;
  color: #EEA841;
  border-color: #EEA841;
  font-weight: 700;
}
.agdp_submit.fusion-button.button-default.button-large:hover {
  background: #EEA841;
  color: #fff;
}

.content_below_donation_forms {
  margin: 30px 0 0;
}
.content_below_donation_forms .widget {
  margin: 30px 0 0;
}
.content_below_donation_forms .widget:first-child {
  margin: 0 0 0;
}

.three-column-contacts-band .textwidget.custom-html-widget > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.three-column-contacts-band ul.fusion-checklist {
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 0;
  padding-left: 0;
}
.three-column-contacts-band ul.fusion-checklist li.fusion-li-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.three-column-contacts-band ul.fusion-checklist li.fusion-li-item > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.three-column-contacts-band ul.fusion-checklist li.fusion-li-item > *:first-child {
  width: 30px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.fusion-fullwidth,
.fullwidth-box,
.hundred-percent-fullwidth {
  min-width: none;
  max-width: 100%;
  left: unset;
}

.fusion-aligncenter {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
}

.fusion-background-header-image {
  min-height: 200px;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fusion-background-header-image h1 {
  font-weight: bold;
  color: #fff;
  font-size: 35px;
  line-height: 140%;
}

.fusion-video, .fusion-youtube {
  min-width: 600px;
}
@media (max-width: 450px) {
  .fusion-video, .fusion-youtube {
    min-width: 320px;
  }
}

.the-pursuit {
  position: relative;
}
@media (min-width: 992px) {
  .the-pursuit .elementor-col-50:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
    width: 60% !important;
    height: 100%;
  }
}
.the-pursuit .orange-bg {
  height: 200px;
  margin-top: 10%;
  margin-bottom: 0;
  z-index: -1;
}
.the-pursuit .text-overlay {
  padding: 35px;
  font-size: 0.8888888889pxrem;
}
@media (min-width: 768px) {
  .the-pursuit .text-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 50px 60px 30px;
  }
}
.the-pursuit .text-overlay h3 {
  margin-bottom: 34px;
}

.the-acceleration {
  position: relative;
  margin-bottom: 10%;
}
.the-acceleration .elementor-col-50:first-child {
  padding: 50px 60px 60px;
}
.the-acceleration .elementor-col-50:first-child h3 {
  margin-bottom: 34px;
}
.the-acceleration .img-overlay {
  position: absolute;
  right: 0;
  top: 15%;
  width: 40% !important;
  z-index: -1;
}

.page-template-default #content .new-style-header-title {
  margin-bottom: 30px;
  padding-top: 130px;
  padding-bottom: 70px;
  text-align: center;
  color: #fff;
  background: conic-gradient(from 154deg at 69.61% -25.3%, #F6C946 69.3749982119deg, #EEA841 159.3750035763deg, #F6C946 195.0000071526deg);
}
.page-template-default #content .new-style-header-title h1:after {
  display: block;
  margin: 37px auto 29px;
  content: "";
  width: 84px;
  height: 3px;
  background: #fff;
}
.page-template-default footer {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .page-template-default footer {
    margin-top: 60px;
  }
}

/* SEARCH */
.elementor-widget-search .e-search .e-search-input {
  padding: 0 10px;
  line-height: 170%;
  border-width: 2px;
  min-height: unset;
  height: calc(var(--base_font_size) + var(--item-spacing) * 2);
}
.elementor-widget-search .e-search .e-search-submit {
  background: #4397D3 !important;
  border-color: #4397D3 !important;
  cursor: pointer !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  color: #fff !important;
  padding: 0 10px !important;
  line-height: 1 !important;
  height: 40px !important;
}
.elementor-widget-search .e-search .e-search-submit > i,
.elementor-widget-search .e-search .e-search-submit > svg {
  margin: 0 !important;
}
.elementor-widget-search .e-search .e-search-submit:hover {
  background: #fff;
  color: #4397D3;
}

.search-results .search-form {
  padding: 25px 23px 30px;
  background: var(--lightgrey, rgba(238, 168, 65, 0.1));
}
.search-results .search-form .search-field {
  padding-top: 2px;
  border-color: #4397D3;
}
.search-results .search-form .search-submit {
  background: #4397D3;
  border-color: #4397D3;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.search-results .search-form .search-submit:hover {
  background: #fff;
  color: #4397D3;
}
.search-results .search-results-post-thumbnail img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 576px) {
  .search-results-posts .search-results-post.row {
    padding: 0 25px;
  }
}
@media (max-width: 576px) {
  .search-results-posts .search-results-post.row .search-results-post-thumbnail img {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .search-results-posts .search-results-post.row .search-results-post-text-column {
    padding-left: 25px;
  }
}

.elementor-widget-search .e-search .e-search-input {
  padding: 2px 10px;
  border-color: #4397D3;
}
.elementor-widget-search .e-search .e-search-submit {
  background: #4397D3;
  border-color: #4397D3;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.elementor-widget-search .e-search .e-search-submit:hover {
  background: #fff;
  color: #4397D3;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.banner-carousel .elementor-swiper .swiper-slide .elementor-button {
  padding: 12px 12px !important;
  border: 2px solid #fff !important;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1;
}
@media (min-width: 768px) {
  .banner-carousel .elementor-swiper .swiper-slide .elementor-button {
    position: absolute;
    bottom: 8%;
    margin-left: 150px;
    -webkit-transform: none;
            transform: none;
  }
}
.banner-carousel .elementor-swiper .swiper-slide .elementor-button:hover {
  border: 2px solid #EEA841 !important;
  color: #EEA841;
}
.banner-carousel .elementor-swiper .swiper-slide .carousel-sideways {
  position: absolute;
  top: 10%;
  right: 1%;
  display: none;
  font-size: 1.3333333333pxrem;
  font-weight: 700;
  letter-spacing: 1.92px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media (min-width: 768px) {
  .banner-carousel .elementor-swiper .swiper-slide .carousel-sideways {
    display: block;
  }
}
@media (min-width: 992px) {
  .banner-carousel .elementor-swiper .elementor-swiper-button-prev {
    display: none;
  }
}
@media (min-width: 992px) {
  .banner-carousel .elementor-swiper .elementor-swiper-button-next {
    right: 50px;
    top: unset;
    bottom: 10%;
    padding: 10px;
    border: 2px solid white;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .banner-carousel .elementor-swiper .elementor-swiper-button-next i:before {
    content: "" !important;
  }
}
@media (min-width: 992px) {
  .banner-carousel .elementor-swiper .elementor-swiper-button-next:hover {
    border-color: #EEA841;
  }
  .banner-carousel .elementor-swiper .elementor-swiper-button-next:hover i:before {
    color: #EEA841;
  }
}
.banner-carousel .elementor-swiper .swiper-pagination {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (min-width: 768px) {
  .banner-carousel .elementor-swiper .swiper-pagination {
    text-align: left;
    bottom: 10% !important;
    left: 50px;
  }
}
.banner-carousel .elementor-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
}
.banner-carousel .elementor-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #EEA841;
  border-color: #EEA841;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce a.added_to_cart,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  padding: 0 15px 0;
  font-size: calc( var(--base_font_size) - 5px);
  height: calc(var(--base_font_size) + var(--item-spacing) * 2);
  line-height: calc(var(--base_font_size) + var(--item-spacing) * 2);
  margin-left: 5px;
  margin-right: 5px;
}

.woocommerce a.added_to_cart {
  margin-left: 5px;
  margin-right: 5px;
}

.woocommerce .quantity .qty {
  width: 120px;
}

input[type=submit],
.wp-block-search .wp-block-search__button,
.elementor-button-link {
  background: transparent;
  border-radius: 0;
}

.elementor-size-md {
  border-radius: 0 !important;
}

form {
  margin-bottom: var(--item-spacing);
}

.input-text,
select,
input,
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search] {
  max-width: 350px;
  min-width: 200px;
  height: calc(var(--base_font_size) + var(--item-spacing) * 2);
  line-height: calc(var(--base_font_size) + var(--item-spacing) * 2);
  margin-bottom: calc(var(--item-spacing) / 2);
  font-family: var(--fontstack);
  font-size: var(--base_font_size);
  padding: 0 var(--item-spacing);
  border-radius: 0;
  border: 1px solid var(--mediumgrey);
  outline: 0;
}
@media (max-width: 576px) {
  .input-text,
select,
input,
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search] {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.input-text:focus-visible, .input-text:focus-within, .input-text:focus, .input-text:active,
select:focus-visible,
select:focus-within,
select:focus,
select:active,
input:focus-visible,
input:focus-within,
input:focus,
input:active,
input[type=text]:focus-visible,
input[type=text]:focus-within,
input[type=text]:focus,
input[type=text]:active,
input[type=number]:focus-visible,
input[type=number]:focus-within,
input[type=number]:focus,
input[type=number]:active,
input[type=email]:focus-visible,
input[type=email]:focus-within,
input[type=email]:focus,
input[type=email]:active,
input[type=tel]:focus-visible,
input[type=tel]:focus-within,
input[type=tel]:focus,
input[type=tel]:active,
input[type=url]:focus-visible,
input[type=url]:focus-within,
input[type=url]:focus,
input[type=url]:active,
input[type=password]:focus-visible,
input[type=password]:focus-within,
input[type=password]:focus,
input[type=password]:active,
input[type=search]:focus-visible,
input[type=search]:focus-within,
input[type=search]:focus,
input[type=search]:active {
  border-color: var(--brandcolour);
  outline: 0;
}
.input-text.wpcf7-not-valid,
select.wpcf7-not-valid,
input.wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
input[type=number].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=url].wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
input[type=search].wpcf7-not-valid {
  border-color: red;
}

input[type=checkbox],
input[type=radio] {
  max-width: calc(var(--base_font_size) + var(--item-spacing) * 2);
  min-width: calc(var(--base_font_size) + var(--item-spacing) * 2);
}
input[type=checkbox] + label,
input[type=radio] + label {
  line-height: calc(var(--base_font_size) + var(--item-spacing) * 2);
}
@media (max-width: 576px) {
  input[type=checkbox],
input[type=radio] {
    width: auto;
    max-width: calc(var(--base_font_size) + var(--item-spacing) * 2);
    min-width: calc(var(--base_font_size) + var(--item-spacing) * 2);
  }
}

textarea {
  border-radius: 0;
  border: 1px solid var(--mediumgrey);
  padding: var(--item-spacing) var(--item-spacing) 0;
  font-family: var(--fontstack);
  max-width: 350px;
  min-width: 200px;
  margin-bottom: calc(var(--item-spacing) / 4);
  min-height: calc(var(--base_font_size) + var(--item-spacing) * 2);
  font-size: var(--base_font_size);
  line-height: var(--base_font_size);
}
@media (max-width: 576px) {
  textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
textarea:focus-visible, textarea:focus-within, textarea:focus, textarea:active {
  border-color: var(--brandcolour);
  outline: 0;
}
textarea.wpcf7-not-valid {
  border-color: red;
}

@media (max-width: 768px) {
  .elementor-popup-modal.sign-up-popup .dialog-widget-content {
    position: fixed;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.elementor-popup-modal.sign-up-popup .dialog-widget-content .dialog-message.dialog-lightbox-message {
  padding: 20px !important;
  font-size: 16px !important;
}
.elementor-popup-modal.sign-up-popup .dialog-widget-content .dialog-message.dialog-lightbox-message > div > section {
  padding: 0;
}
.elementor-popup-modal.sign-up-popup .dialog-widget-content .dialog-message.dialog-lightbox-message h2 {
  font-size: 2.5rem !important;
}
.elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields .row {
  gap: 10px;
}
@media (min-width: 768px) {
  .elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields .row .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields .row .col-md-3:first-child,
.elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields .row .col-md-3:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 48%;
}
.elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields .row .col-md-3:first-child input,
.elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields .row .col-md-3:nth-child(2) input {
  min-width: 100%;
}
.elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields .row label {
  display: block;
  margin-bottom: 20px;
  padding-left: 30px;
}
.elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields .row label input {
  margin-left: -30px;
}
.elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields .row input:not([type=submit]):not([type=checkbox]),
.elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields .row select {
  width: 100%;
  max-width: 100%;
  font-size: 0.8888888889rem;
}
.elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields .row input[type=submit] {
  border: 2px solid #4397D3;
  color: #4397D3;
  background: transparent;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-weight: bold;
  cursor: pointer;
}
.elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields .row input[type=submit]:hover {
  border-color: #4397D3;
  background: #4397D3;
  color: #fff;
}
.elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields .row input[type=checkbox] {
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.elementor-popup-modal.sign-up-popup .vertical-layout-form .mc4wp-form .mc4wp-form-fields .row input[type=checkbox] + a {
  color: #000;
  font-weight: 500;
}

footer.site-footer {
  background: #414042;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: var(--item-spacing) 0;
  width: 100vw;
  z-index: -1;
}
footer.site-footer .container, footer.site-footer .elementor-section-boxed:not(.elementor-section-stretched) {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer.site-footer .container .footer_region_wrapper, footer.site-footer .elementor-section-boxed:not(.elementor-section-stretched) .footer_region_wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-align: center;
  margin: 61px 5px 36px;
}
@media (min-width: 992px) {
  footer.site-footer .container .footer_region_wrapper, footer.site-footer .elementor-section-boxed:not(.elementor-section-stretched) .footer_region_wrapper {
    max-width: 50%;
    margin: 122px auto 72px;
  }
}
footer.site-footer .container .footer_region_wrapper .footer_region, footer.site-footer .elementor-section-boxed:not(.elementor-section-stretched) .footer_region_wrapper .footer_region {
  width: 100%;
  margin-bottom: 34px;
}
footer.site-footer .container .footer_region_wrapper .footer_region:last-child, footer.site-footer .elementor-section-boxed:not(.elementor-section-stretched) .footer_region_wrapper .footer_region:last-child {
  margin-bottom: 0;
}
footer.site-footer .container .footer_region_wrapper .footer-logo, footer.site-footer .elementor-section-boxed:not(.elementor-section-stretched) .footer_region_wrapper .footer-logo {
  max-width: 220px;
}
footer.site-footer .container .footer_region_wrapper .textwidget p, footer.site-footer .elementor-section-boxed:not(.elementor-section-stretched) .footer_region_wrapper .textwidget p {
  margin: 0;
}
footer.site-footer .container .footer_region_wrapper .footer-vision p, footer.site-footer .elementor-section-boxed:not(.elementor-section-stretched) .footer_region_wrapper .footer-vision p {
  font-size: 1rem;
}
footer.site-footer .container .footer_region_wrapper .footer-first-menu h2, footer.site-footer .elementor-section-boxed:not(.elementor-section-stretched) .footer_region_wrapper .footer-first-menu h2 {
  margin-bottom: 34px;
  font-size: 1.5555555556rem;
}
footer.site-footer .container .footer_region_wrapper .footer-first-menu .menu-footer2023-first-level-container > ul, footer.site-footer .elementor-section-boxed:not(.elementor-section-stretched) .footer_region_wrapper .footer-first-menu .menu-footer2023-first-level-container > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 0;
  list-style: none;
}
@media (min-width: 768px) {
  footer.site-footer .container .footer_region_wrapper .footer-first-menu .menu-footer2023-first-level-container > ul, footer.site-footer .elementor-section-boxed:not(.elementor-section-stretched) .footer_region_wrapper .footer-first-menu .menu-footer2023-first-level-container > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
footer.site-footer .container .footer_region_wrapper .footer-first-menu .menu-footer2023-first-level-container > ul li, footer.site-footer .elementor-section-boxed:not(.elementor-section-stretched) .footer_region_wrapper .footer-first-menu .menu-footer2023-first-level-container > ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
footer.site-footer .container .footer_region_wrapper .footer-first-menu .menu-footer2023-first-level-container > ul li:not(:last-child), footer.site-footer .elementor-section-boxed:not(.elementor-section-stretched) .footer_region_wrapper .footer-first-menu .menu-footer2023-first-level-container > ul li:not(:last-child) {
  border-right: 3px solid #676767;
}
footer.site-footer .container .footer_region_wrapper .footer-first-menu .menu-footer2023-first-level-container > ul li a, footer.site-footer .elementor-section-boxed:not(.elementor-section-stretched) .footer_region_wrapper .footer-first-menu .menu-footer2023-first-level-container > ul li a {
  font-family: Montserrat;
  font-size: 0.7777777778rem;
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 500;
}
footer.site-footer .container .footer_region_wrapper .footer-first-menu .menu-footer2023-first-level-container > ul li a:hover, footer.site-footer .elementor-section-boxed:not(.elementor-section-stretched) .footer_region_wrapper .footer-first-menu .menu-footer2023-first-level-container > ul li a:hover {
  color: #F6C946;
}
footer.site-footer .container .footer_region_wrapper .footer-second-menu .menu-footer2023-second-level-container > ul, footer.site-footer .elementor-section-boxed:not(.elementor-section-stretched) .footer_region_wrapper .footer-second-menu .menu-footer2023-second-level-container > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 0;
  list-style: none;
}
@media (min-width: 768px) {
  footer.site-footer .container .footer_region_wrapper .footer-second-menu .menu-footer2023-second-level-container > ul, footer.site-footer .elementor-section-boxed:not(.elementor-section-stretched) .footer_region_wrapper .footer-second-menu .menu-footer2023-second-level-container > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
footer.site-footer .container .footer_region_wrapper .footer-second-menu .menu-footer2023-second-level-container > ul li, footer.site-footer .elementor-section-boxed:not(.elementor-section-stretched) .footer_region_wrapper .footer-second-menu .menu-footer2023-second-level-container > ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
footer.site-footer .container .footer_region_wrapper .footer-second-menu .menu-footer2023-second-level-container > ul li:not(:last-child), footer.site-footer .elementor-section-boxed:not(.elementor-section-stretched) .footer_region_wrapper .footer-second-menu .menu-footer2023-second-level-container > ul li:not(:last-child) {
  border-right: 3px solid #676767;
}
footer.site-footer .container .footer_region_wrapper .footer-second-menu .menu-footer2023-second-level-container > ul li a, footer.site-footer .elementor-section-boxed:not(.elementor-section-stretched) .footer_region_wrapper .footer-second-menu .menu-footer2023-second-level-container > ul li a {
  font-family: Montserrat;
  font-size: 0.7777777778rem;
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 500;
  color: #F6C946;
}
footer.site-footer .container .footer_region_wrapper .footer-second-menu .menu-footer2023-second-level-container > ul li a:hover, footer.site-footer .elementor-section-boxed:not(.elementor-section-stretched) .footer_region_wrapper .footer-second-menu .menu-footer2023-second-level-container > ul li a:hover {
  color: #fff;
}
footer.site-footer .container .footer_region_wrapper .footer-copyright ul, footer.site-footer .elementor-section-boxed:not(.elementor-section-stretched) .footer_region_wrapper .footer-copyright ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}
@media (min-width: 768px) {
  footer.site-footer .container .footer_region_wrapper .footer-copyright ul, footer.site-footer .elementor-section-boxed:not(.elementor-section-stretched) .footer_region_wrapper .footer-copyright ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
footer.site-footer .container .footer_region_wrapper .footer-copyright ul li, footer.site-footer .elementor-section-boxed:not(.elementor-section-stretched) .footer_region_wrapper .footer-copyright ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 10px;
  font-size: 0.8333333333rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  footer.site-footer .container .footer_region_wrapper .footer-copyright ul li, footer.site-footer .elementor-section-boxed:not(.elementor-section-stretched) .footer_region_wrapper .footer-copyright ul li {
    margin-bottom: 0;
  }
  footer.site-footer .container .footer_region_wrapper .footer-copyright ul li:first-child, footer.site-footer .elementor-section-boxed:not(.elementor-section-stretched) .footer_region_wrapper .footer-copyright ul li:first-child {
    border-right: 2px solid #fff;
  }
}
footer.site-footer .container .footer_region_wrapper .footer-social-media ul, footer.site-footer .elementor-section-boxed:not(.elementor-section-stretched) .footer_region_wrapper .footer-social-media ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
footer.site-footer .container .footer_region_wrapper .footer-social-media ul li, footer.site-footer .elementor-section-boxed:not(.elementor-section-stretched) .footer_region_wrapper .footer-social-media ul li {
  background: white;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
footer.site-footer .container .footer_region_wrapper .footer-social-media ul li:not(:last-child), footer.site-footer .elementor-section-boxed:not(.elementor-section-stretched) .footer_region_wrapper .footer-social-media ul li:not(:last-child) {
  margin-right: 14px;
}
footer.site-footer .container .footer_region_wrapper .footer-social-media ul li:hover, footer.site-footer .elementor-section-boxed:not(.elementor-section-stretched) .footer_region_wrapper .footer-social-media ul li:hover {
  background: #F6C946;
}
footer.site-footer .container .footer_region_wrapper .footer-social-media ul li .fa, footer.site-footer .elementor-section-boxed:not(.elementor-section-stretched) .footer_region_wrapper .footer-social-media ul li .fa {
  width: 30px;
  color: #414042;
}
footer.site-footer .container .footer_region_wrapper .footer-social-media ul li .fa:before, footer.site-footer .elementor-section-boxed:not(.elementor-section-stretched) .footer_region_wrapper .footer-social-media ul li .fa:before {
  line-height: 30px;
}
footer.site-footer * {
  color: #fff;
}
footer.site-footer a,
footer.site-footer a:hover {
  color: #fff;
}
footer.site-footer input {
  color: #fff;
}
footer.site-footer.dark {
  background: #414042;
}
footer.site-footer.dark svg {
  fill: #fff;
}
footer.site-footer.dark * {
  color: #fff;
}
footer.site-footer.dark input {
  color: #fff;
}
footer.site-footer.dark a,
footer.site-footer.dark a:hover {
  color: #fff;
}
footer.site-footer .site-info {
  width: 100%;
  text-align: center;
  font-size: 0.6rem;
  display: inline-block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: var(--item-spacing) 0;
}
footer.site-footer .site-info a,
footer.site-footer .site-info .design_link {
  color: #fff;
  font-weight: normal;
}
footer.site-footer .site-info * {
  display: inline-block;
}
.dark footer.site-footer .site-info a,
.dark footer.site-footer .site-info .design_link {
  color: #fff;
}