.visually-hidden {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

iframe {
  max-width: 100%; }

.single-post article {
  padding: 48px 0; }

.single-post .article__header img {
  margin-bottom: 25px;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover; }

.single-post .article__header .featured-image {
  height: 450px;
  background-size: cover;
  background-position: center;
  margin-bottom: 32px; }

.single-post .navigation {
  padding: 24px 0; }

.single-post .navigation a {
  margin: 8px 0; }

@media (min-width: 768px) {
  .single-post .navigation {
    display: flex;
    justify-content: space-between; }
  .single-post .navigation a {
    margin: 0; } }

.single-post .comments-area {
  margin-top: 48px;
  clear: both; }

@media (min-width: 1000px) {
  .single-post .social-share {
    display: none; } }

.single-post .article-footer .article__categories {
  margin-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .single-post .article-footer .article__categories li {
    padding: 8px;
    font-size: 14px;
    margin-right: 8px;
    margin-bottom: 8px;
    color: white; }

.breadcrumbs {
  font-size: 14px; }

.breadcrumbs .separator {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: 0 8px; }

.nav-button a {
  min-width: unset !important;
  margin: 0 10px;
  text-align: center; }
  .nav-button a:hover {
    -webkit-transition: all .2s !important;
    -o-transition: all .2s !important;
    transition: all .2s !important; }

.off-canvas .nav-button a {
  margin-bottom: 15px;
  display: inline-block; }

.btn {
  cursor: pointer;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  display: inline-block; }

.footer {
  clear: both; }

.inner-footer {
  padding-top: 25px;
  padding-bottom: 25px; }

.footer a {
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s; }

.footer .menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.footer .menu a {
  padding: .7rem 0; }

.footer .widget_recent_entries ul {
  list-style-type: none; }
  .footer .widget_recent_entries ul a {
    display: block;
    line-height: 1;
    padding: .7rem 0; }

@media (max-width: 1024px) {
  .footer .cell {
    margin-bottom: 32px; } }

.hamburger {
  position: relative;
  float: right; }

.hamburger .line {
  width: 35px;
  height: 2px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #fff;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.hamburger:hover {
  cursor: pointer; }

.off-canvas #hamburger {
  z-index: 99;
  position: fixed;
  right: 30px;
  top: 60px; }

#hamburger .line {
  -webkit-transform-origin: 4px 0;
  -ms-transform-origin: 4px 0;
  transform-origin: 4px 0; }

#hamburger.is-active .line {
  -webkit-transform: rotate(45deg) translate(0px, 0px);
  -ms-transform: rotate(45deg) translate(0px, 0px);
  transform: rotate(45deg) translate(0px, 0px); }

#hamburger.is-active .line:nth-child(2) {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
  -ms-transform: rotate(0deg) scale(0.2, 0.2);
  transform: rotate(0deg) scale(0.2, 0.2); }

#hamburger.is-active .line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(3px, -5px);
  -ms-transform: rotate(-45deg) translate(3px, -5px);
  transform: rotate(-45deg) translate(3px, -5px); }

.navbar {
  z-index: 11; }
  .navbar ul {
    background: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.navbar .main-menu-holder {
  padding: 0; }

@media (min-width: 768px) and (max-width: 1024px) {
  .dropdown.menu a {
    padding: .7rem .4rem; } }

.transparent-header .navbar {
  background: transparent;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%; }

.is-dropdown-submenu {
  border: none; }

.is-dropdown-submenu li, .is-dropdown-submenu li:hover {
  -webkit-transition: .2s background;
  -o-transition: .2s background;
  transition: .2s background; }

.is-dropdown-submenu li a {
  width: 100%;
  text-align: left; }

ul.menu li a {
  -webkit-transition: .2s color;
  -o-transition: .2s color;
  transition: .2s color; }

ul.menu li a:hover {
  -webkit-transition: .3s color;
  -o-transition: .3s color;
  transition: .3s color; }

ul.menu li a:focus {
  outline: none; }

.menu a.custom-logo-link {
  padding: 15px 0; }

.menu .active > a {
  background: transparent;
  font-weight: bold; }

.navbar__logo img {
  max-width: 100%; }

.split-nav-logo {
  display: none; }

@media (min-width: 640px) and (max-width: 1000px) {
  .split-nav-logo img {
    max-width: 150px; } }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: inline-block;
  right: inherit;
  margin-top: 0;
  margin-left: 15px; }

.navbar .dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.navbar.is-stuck {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 11; }
  .navbar.is-stuck .grid-x {
    height: 75px;
    -webkit-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s; }

.navbar.sticky .grid-x {
  -webkit-transition: height .3s;
  -o-transition: height .3s;
  transition: height .3s; }

.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.3);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.3); }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 0;
    margin-right: 3rem; } }

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after, .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  font-family: 'redtree';
  content: '\e800';
  border: none;
  right: -1.5rem;
  width: auto;
  height: auto;
  margin-top: -5px;
  font-size: 10px; }

.pagination {
  text-align: center; }

select, body .gform_wrapper.gravity-theme select {
  -webkit-appearance: auto;
  background-image: none;
  padding-top: 0;
  padding-bottom: 0; }

.select select {
  display: none; }

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.select {
  display: block !important;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: 45px;
  font-size: 16px; }

.select-styled {
  position: relative;
  display: block !important;
  border: 2px solid;
  background-color: transparent;
  padding: 10px; }
  .select-styled:after {
    content: '\e800';
    font-family: 'redtree';
    font-size: 18px;
    border: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s; }
  .select-styled.active {
    border-bottom-color: white;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }

.select-name {
  display: block; }

ul.select-options {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  left: 0;
  z-index: 5;
  margin: 0;
  padding: 0 !important;
  list-style: none;
  background-color: white;
  border-top: none;
  padding: 0;
  color: white;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }
  ul.select-options li {
    margin: 0;
    font-size: 16px;
    padding: 5px 20px;
    text-transform: none;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in; }
    ul.select-options li::before {
      content: '' !important; }
    ul.select-options li[rel="hide"] {
      display: none; }
    ul.select-options li.selected {
      display: none; }

#topbar {
  min-height: 40px;
  padding: 10px 0; }
  #topbar .cell {
    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; }
    @media (max-width: 767px) {
      #topbar .cell {
        -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; } }
  #topbar p {
    margin: 0; }

.search-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .search-form .btn {
    height: 42px;
    min-width: 100px;
    padding: 0;
    border-radius: 0; }

.search .archive-title {
  margin-bottom: 16px; }

.search .article__body {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f2f2f2; }

.search .article__title {
  font-size: 24px; }

@media (max-width: 767px) {
  .widget .search-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .widget .search-form .btn {
      width: 100%; }
    .widget .search-form input {
      margin: 0;
      border-bottom: none; } }

.sidebar .widget {
  margin-bottom: 24px; }

.error404 .grid-container.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.error404 .entry-content {
  text-align: center; }

.error404 .btn {
  margin-top: 16px; }

.byline {
  margin-bottom: 8px; }
  .byline ul {
    padding: 0;
    margin: 0;
    font-size: 16px;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .byline li::after {
    padding: 0 4px;
    content: '|'; }
  .byline li:last-child::after {
    content: none; }
  .byline .article__categories {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

@font-face {
  font-family: 'redtree';
  src: url("../fonts/redtree.eot?03042024");
  src: url("../fonts/redtree.eot?03042024#iefix") format("embedded-opentype"), url("../fonts/redtree.ttf?03042024") format("truetype"), url("../fonts/redtree.woff?03042024") format("woff"), url("../fonts/redtree.svg?03042024#redtree") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'redtree' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-tiktok:before {
  content: "\e900"; }

.icon-down-open-big:before {
  content: "\e800"; }

.icon-up-open-big:before {
  content: "\e801"; }

.icon-search:before {
  content: "\e802"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-youtube:before {
  content: "\f16a"; }

.icon-instagram:before {
  content: "\f16d"; }

.card {
  border: none; }

[type=checkbox], [type=file], [type=radio] {
  margin: 0; }

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea, .select-styled, .select-options, body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea {
  height: auto; }

.overlapped-columns {
  opacity: 0; }
  .overlapped-columns.top-column-left .kc_column_inner:first-child {
    z-index: 10; }

@media (max-width: 767px) {
  .kc_row_inner.reverse-order-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .kc_row_inner.reverse-order-mobile .kc_column_inner:first-child {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .kc_row_inner.reverse-order-mobile .kc_column_inner:last-child {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

@media (max-width: 767px) {
  .kc_row.reverse-order-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .kc_row.reverse-order-mobile .kc_column:first-child {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .kc_row.reverse-order-mobile .kc_column:last-child {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

@media (max-width: 767px) {
  .kc_inner_row.reverse-order-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .kc_inner_row.reverse-order-mobile .kc_column_inner:first-child {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .kc_inner_row.reverse-order-mobile .kc_column_inner:last-child {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

.video-bg-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.kc-tabs-slider .owl-theme .owl-controls .owl-buttons {
  display: none; }
  .kc-tabs-slider .owl-theme .owl-controls .owl-buttons .owl-prev, .kc-tabs-slider .owl-theme .owl-controls .owl-buttons .owl-next {
    background: transparent;
    font-size: 24px; }
  .kc-tabs-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .kc-tabs-slider .owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media (min-width: 1200px) {
    .kc-tabs-slider .owl-theme .owl-controls .owl-buttons .owl-prev, .kc-tabs-slider .owl-theme .owl-controls .owl-buttons .owl-next {
      font-size: 36px; } }

@media (min-width: 768px) {
  .kc-blog-posts-3.kc-blog-grid .post-grid.grid-3 {
    width: 33% !important; } }

@media (max-width: 767px) {
  .kc-blog-posts-3.kc-blog-grid .post-grid.grid-3 {
    width: 100% !important; } }

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