.entry-content > .gb-container:not(.gb-container-800080bd):not(.no-margin-y):not(.negative-margin) {
  margin-top: var(--wp--custom--spacing--medium-large);
  margin-bottom: var(--wp--custom--spacing--medium);
}
.entry-content > .gb-container:not(.gb-container-800080bd):not(.no-margin-y):not(.negative-margin):last-child {
  margin-bottom: 0;
}
.entry-content > .gb-container.extra-padding-y {
  padding-top: var(--wp--custom--spacing--medium);
  padding-bottom: var(--wp--custom--spacing--medium);
}
.entry-content > .gb-container.extra-padding-y:first-child {
  padding-top: 0;
}
.entry-content > .no-margin-y {
  margin-top: 0px;
}
.entry-content > .negative-margin {
  margin-top: -120px;
  padding-top: var(--wp--custom--spacing--medium);
}

.alignwide,
.alignfull {
  max-width: 100vw;
  width: calc(100vw - var(--wp--custom--width--scrollbar));
  width: 100vw;
}
@media only screen and (min-width: 768px) {
  .alignwide,
  .alignfull {
    margin-left: calc(50% - (50vw - var(--wp--custom--width--scrollbar) / 2));
    margin-right: calc(50% - (50vw - var(--wp--custom--width--scrollbar) / 2));
  }
}

.width100p {
  width: 100%;
}

.default-padding {
  padding: var(--wp--custom--spacing--small);
}
.default-padding-medium {
  padding: var(--wp--custom--spacing--medium);
}
.default-padding-medium-large {
  padding: var(--wp--custom--spacing--medium-large);
}

@media only screen and (min-width: 1400px) {
  .alignwide {
    margin-left: calc((var(--wp--custom--width--full) - var(--wp--custom--width--content) - var(--wp--custom--spacing--side)) / 2 * -1);
    margin-right: calc((var(--wp--custom--width--full) - var(--wp--custom--width--content) - var(--wp--custom--spacing--side)) / 2 * -1);
    max-width: calc(100% + var(--wp--custom--width--full) - var(--wp--custom--width--content) - var(--wp--custom--spacing--side));
    width: var(--wp--custom--width--full);
  }
}
.wp-block-cover__inner-container {
  max-width: var(--wp--custom--width--responsive);
}

.full-width-content .alignwide {
  max-width: auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image.alignwide, .wp-block-image.alignfull,
.wp-block-embed.alignwide,
.wp-block-embed.alignfull {
  margin-bottom: var(--wp--custom--spacing--medium);
}

.alignleft {
  display: inline;
  float: left;
  margin-right: var(--wp--custom--spacing--medium);
}

.alignright {
  display: inline;
  float: right;
  margin-left: var(--wp--custom--spacing--medium);
}

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

.p-absolute {
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 1400px) {
  .entry-content > .quotecontainer:first-child {
    height: auto;
  }
}

.quotecontainer {
  margin-bottom: 0 !important;
}
.quotecontainer blockquote {
  position: absolute;
  top: 32%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 50%;
  text-align: center;
  line-height: 1.25;
}
@media only screen and (max-width: 1600px) {
  .quotecontainer blockquote {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
    position: relative;
    top: 0;
  }
}
@media only screen and (max-width: 1400px) {
  .quotecontainer blockquote {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media only screen and (min-width: 1600px) {
  .quotecontainer blockquote {
    top: 45%;
  }
}
.quotecontainer blockquote p {
  font-size: calc(15px + 1.895vw);
  position: relative;
}
.quotecontainer blockquote p::before, .quotecontainer blockquote p::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0.66em;
  width: 600px;
  height: 2px;
  background-color: var(--wp--preset--color--dark-gray);
  opacity: 0;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
@media only screen and (max-width: 1600px) {
  .quotecontainer blockquote p::before, .quotecontainer blockquote p::after {
    top: 50%;
  }
}
.quotecontainer blockquote cite {
  color: var(--wp--preset--color--gold);
  font-size: calc(10px + 0.7vw);
  font-style: italic;
}
.quotecontainer blockquote.innerstancefont cite {
  color: var(--wp--preset--color--yellow);
}

.wp-block-group.quotecontainer {
  margin-bottom: -7.5vw !important;
}

.quotecontainer.aos-animate blockquote p::before {
  opacity: 1;
  left: -680px;
}
.quotecontainer.aos-animate blockquote p::after {
  opacity: 1;
  right: -680px;
}

.showlines {
  position: relative;
}
.showlines::before, .showlines::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: calc(50% - 1px);
  width: calc((100vw - 100%) / 2 - var(--wp--custom--width--scrollbar));
  height: 2px;
  background-color: var(--wp--preset--color--dark-gray);
  opacity: 0;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  max-width: calc((100vw - 1440px) / 2);
}

.aos-animate .showlines::before {
  opacity: 1;
  left: calc(((100vw - 100%) / 2 - (var(--wp--custom--width--scrollbar))) * -1);
}
.aos-animate .showlines::after {
  opacity: 1;
  right: calc(((100vw - 100%) / 2 - (var(--wp--custom--width--scrollbar))) * -1);
}

.memberships {
  margin-top: -100px;
  position: relative;
}
@media only screen and (max-width: 860px) {
  .memberships {
    margin-top: 40px;
  }
}

.memberships .wp-block-column .gb-container {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.memberships .wp-block-image {
  overflow: hidden;
}
.memberships .wp-block-image img {
  aspect-ratio: 1.18;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.memberships h3.gb-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.training-info-table img {
  max-height: 80px;
  height: 100%;
  width: auto;
}
.training-info-table h4, .training-info-table p, .training-info-table ul {
  font-family: var(--wp--preset--font-family--primary);
  margin-top: var(--wp--custom--spacing--x-small);
  margin-bottom: var(--wp--custom--spacing--x-small);
}
.training-info-table .wp-block-columns {
  border: solid 1px var(--wp--preset--color--white);
  border-radius: 5px;
  gap: 0;
}
.training-info-table .wp-block-columns .wp-block-column {
  border-right: 1px solid #898989;
}
.training-info-table .wp-block-columns .wp-block-column:last-child {
  border-right: none;
}
.training-info-table .wp-block-columns .wp-block-column:first-child {
  padding: var(--wp--custom--spacing--medium);
}
.training-info-table .wp-block-columns .wp-block-column:nth-of-type(2) > .gb-container:not(:last-child) {
  border-bottom: 1px solid #898989;
}
.training-info-table .wp-block-columns .wp-block-column:last-child > .gb-container {
  padding: 30px;
}

.training-info-table-alt .wp-block-columns {
  border: solid 1px #626E7D;
}
.training-info-table-alt .wp-block-columns .wp-block-column {
  border-right: 1px solid #626E7D;
}
.training-info-table-alt .wp-block-columns .wp-block-column:nth-of-type(2) > .gb-container:not(:last-child) {
  border-bottom: 1px solid #626E7D;
}

.event-hosts-wrapper .wp-block-column {
  -ms-flex-preferred-size: initial !important;
      flex-basis: initial !important;
}
@media only screen and (min-width: 860px) {
  .event-hosts-wrapper .wp-block-column.event-info {
    width: 40%;
  }
}
@media only screen and (min-width: 1024px) {
  .event-hosts-wrapper .wp-block-column.event-info {
    width: 50%;
  }
}

.wp-block-query .wp-block-post-template {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--wp--custom--spacing--medium);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media only screen and (max-width: 300px) {
  .wp-block-query .wp-block-post-template {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.wp-block-query .wp-block-post-template .type-coaches {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  width: calc((100% - 4 * var(--wp--custom--spacing--medium)) / 5);
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1600px) {
  .wp-block-query .wp-block-post-template .type-coaches {
    width: calc((100% - 4 * var(--wp--custom--spacing--medium)) / 5);
  }
}
@media only screen and (max-width: 1400px) {
  .wp-block-query .wp-block-post-template .type-coaches {
    width: calc((100% - 4 * var(--wp--custom--spacing--medium)) / 5);
  }
}
@media only screen and (max-width: 1200px) {
  .wp-block-query .wp-block-post-template .type-coaches {
    width: calc((100% - 3 * var(--wp--custom--spacing--medium)) / 4);
  }
}
@media only screen and (max-width: 860px) {
  .wp-block-query .wp-block-post-template .type-coaches {
    width: calc((100% - 2 * var(--wp--custom--spacing--medium)) / 3);
  }
}
@media only screen and (max-width: 768px) {
  .wp-block-query .wp-block-post-template .type-coaches {
    width: calc((100% - var(--wp--custom--spacing--medium)) / 2);
  }
}
@media only screen and (max-width: 300px) {
  .wp-block-query .wp-block-post-template .type-coaches {
    width: calc((100% - var(--wp--custom--spacing--medium)) / 1);
  }
}
.wp-block-query .wp-block-post-template .type-coaches .wp-block-post-featured-image {
  margin: 0;
}
.wp-block-query .wp-block-post-template .type-coaches .wp-block-post-featured-image + .gb-container {
  padding: var(--wp--custom--spacing--medium);
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
}
.wp-block-query .wp-block-post-template .type-coaches .wp-block-post-featured-image + .gb-container .wp-block-post-content,
.wp-block-query .wp-block-post-template .type-coaches .wp-block-post-featured-image + .gb-container h3 {
  margin: calc(var(--wp--custom--spacing--small) / 2) 0 0 0;
}
.wp-block-query .wp-block-post-template .type-coaches .wp-block-post-featured-image + .gb-container p {
  font-size: var(--wp--preset--font-size--small);
  margin: 0;
}

.single-events .wp-block-query .wp-block-post-template .type-coaches {
  width: calc((100% - 4 * var(--wp--custom--spacing--small)) / 2);
}
@media only screen and (max-width: 1600px) {
  .single-events .wp-block-query .wp-block-post-template .type-coaches {
    width: calc((100% - 4 * var(--wp--custom--spacing--small)) / 2);
  }
}
@media only screen and (max-width: 1400px) {
  .single-events .wp-block-query .wp-block-post-template .type-coaches {
    width: calc((100% - 4 * var(--wp--custom--spacing--small)) / 2);
  }
}
@media only screen and (max-width: 1200px) {
  .single-events .wp-block-query .wp-block-post-template .type-coaches {
    width: calc((100% - 3 * var(--wp--custom--spacing--small)) / 2);
  }
}
@media only screen and (max-width: 860px) {
  .single-events .wp-block-query .wp-block-post-template .type-coaches {
    width: calc((100% - 2 * var(--wp--custom--spacing--small)) / 2);
  }
}
@media only screen and (max-width: 768px) {
  .single-events .wp-block-query .wp-block-post-template .type-coaches {
    width: calc((100% - var(--wp--custom--spacing--medium)) / 2);
  }
}
@media only screen and (max-width: 550px) {
  .single-events .wp-block-query .wp-block-post-template .type-coaches {
    width: calc((100% - var(--wp--custom--spacing--medium)) / 1);
  }
}

.wp-block-query .wp-block-post-template::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
}
@media only screen and (min-width: 1400px) {
  .wp-block-query .wp-block-post-template::after {
    width: calc((100% - 4 * var(--wp--custom--spacing--medium)) / 5);
  }
}
@media only screen and (max-width: 1400px) {
  .wp-block-query .wp-block-post-template::after {
    width: calc((100% - 4 * var(--wp--custom--spacing--medium)) / 5);
  }
}
@media only screen and (max-width: 1200px) {
  .wp-block-query .wp-block-post-template::after {
    width: calc((100% - 3 * var(--wp--custom--spacing--medium)) / 4);
  }
}
@media only screen and (max-width: 860px) {
  .wp-block-query .wp-block-post-template::after {
    width: calc((100% - 2 * var(--wp--custom--spacing--medium)) / 3);
  }
}
@media only screen and (max-width: 768px) {
  .wp-block-query .wp-block-post-template::after {
    width: calc((100% - var(--wp--custom--spacing--medium)) / 2);
  }
}
@media only screen and (max-width: 300px) {
  .wp-block-query .wp-block-post-template::after {
    width: calc((100% - var(--wp--custom--spacing--medium)) / 1);
  }
}

.single-events .type-coaches img {
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media only screen and (max-width: 860px) {
  .single-events .type-coaches img {
    max-height: 300px;
    -o-object-position: 50% 20%;
       object-position: 50% 20%;
  }
}
@media only screen and (max-width: 550px) {
  .single-events .type-coaches img {
    max-height: 250px;
    -o-object-position: 50% 20%;
       object-position: 50% 20%;
  }
}

.memberships .wp-block-column > .gb-container:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

article.type-article,
article.type-resource {
  width: 75vw;
  max-width: var(--wp--custom--width--max-width);
  margin-right: auto;
  margin-left: auto;
  padding-top: var(--wp--custom--spacing--medium) !important;
}
@media only screen and (max-width: 768px) {
  article.type-article,
  article.type-resource {
    width: 100vw;
  }
}

.woocommerce-cart #main-content .entry-content .woocommerce, .woocommerce-checkout #main-content .entry-content .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce-cart #main-content .entry-content .woocommerce .cart-page-wrapper, .woocommerce-checkout #main-content .entry-content .woocommerce .cart-page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: var(--wp--custom--spacing--medium);
     -moz-column-gap: var(--wp--custom--spacing--medium);
          column-gap: var(--wp--custom--spacing--medium);
}
@media only screen and (max-width: 1200px) {
  .woocommerce-cart #main-content .entry-content .woocommerce .cart-page-wrapper, .woocommerce-checkout #main-content .entry-content .woocommerce .cart-page-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 860px) {
  .woocommerce-cart #main-content .entry-content .woocommerce .cart-page-wrapper .woocommerce-cart-form, .woocommerce-checkout #main-content .entry-content .woocommerce .cart-page-wrapper .woocommerce-cart-form {
    width: 70%;
  }
}
.woocommerce-cart #main-content .entry-content .woocommerce .cart-page-wrapper .woocommerce-cart-form th, .woocommerce-checkout #main-content .entry-content .woocommerce .cart-page-wrapper .woocommerce-cart-form th {
  display: none;
}
.woocommerce-cart #main-content .entry-content .woocommerce .cart-page-wrapper .woocommerce-cart-form td.product-name::after, .woocommerce-cart #main-content .entry-content .woocommerce .cart-page-wrapper .woocommerce-cart-form th.product-name::after, .woocommerce-checkout #main-content .entry-content .woocommerce .cart-page-wrapper .woocommerce-cart-form td.product-name::after, .woocommerce-checkout #main-content .entry-content .woocommerce .cart-page-wrapper .woocommerce-cart-form th.product-name::after {
  display: none;
}
.woocommerce-cart #main-content .entry-content .woocommerce .cart-page-wrapper .woocommerce-cart-form td.product-name, .woocommerce-cart #main-content .entry-content .woocommerce .cart-page-wrapper .woocommerce-cart-form td.product-price, .woocommerce-checkout #main-content .entry-content .woocommerce .cart-page-wrapper .woocommerce-cart-form td.product-name, .woocommerce-checkout #main-content .entry-content .woocommerce .cart-page-wrapper .woocommerce-cart-form td.product-price {
  vertical-align: top;
  padding-left: var(--wp--custom--spacing--medium);
}
.woocommerce-cart #main-content .entry-content .woocommerce .cart-page-wrapper .woocommerce-cart-form .quantity, .woocommerce-cart #main-content .entry-content .woocommerce .cart-page-wrapper .woocommerce-cart-form .remove img, .woocommerce-checkout #main-content .entry-content .woocommerce .cart-page-wrapper .woocommerce-cart-form .quantity, .woocommerce-checkout #main-content .entry-content .woocommerce .cart-page-wrapper .woocommerce-cart-form .remove img {
  margin-top: var(--wp--custom--spacing--medium);
}
@media only screen and (max-width: 768px) {
  .woocommerce-cart #main-content .entry-content .woocommerce .cart-page-wrapper .woocommerce-cart-form .quantity, .woocommerce-cart #main-content .entry-content .woocommerce .cart-page-wrapper .woocommerce-cart-form .remove img, .woocommerce-checkout #main-content .entry-content .woocommerce .cart-page-wrapper .woocommerce-cart-form .quantity, .woocommerce-checkout #main-content .entry-content .woocommerce .cart-page-wrapper .woocommerce-cart-form .remove img {
    margin-top: var(--wp--custom--spacing--small-medium);
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce-cart #main-content .entry-content .woocommerce .cart-page-wrapper .woocommerce-cart-form td.product-thumbnail, .woocommerce-checkout #main-content .entry-content .woocommerce .cart-page-wrapper .woocommerce-cart-form td.product-thumbnail {
    width: 30vw;
  }
  .woocommerce-cart #main-content .entry-content .woocommerce .cart-page-wrapper .woocommerce-cart-form td.product-name, .woocommerce-checkout #main-content .entry-content .woocommerce .cart-page-wrapper .woocommerce-cart-form td.product-name {
    width: 60vw;
  }
  .woocommerce-cart #main-content .entry-content .woocommerce .cart-page-wrapper .woocommerce-cart-form td.product-price, .woocommerce-checkout #main-content .entry-content .woocommerce .cart-page-wrapper .woocommerce-cart-form td.product-price {
    width: 10vw;
  }
}
@media only screen and (max-width: 1400px) {
  .woocommerce-cart #main-content, .woocommerce-checkout #main-content {
    padding: 0;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce-cart #main-content .product-thumbnail, .woocommerce-checkout #main-content .product-thumbnail {
    vertical-align: top;
  }
}
.woocommerce-cart #main-content .product-thumbnail img, .woocommerce-checkout #main-content .product-thumbnail img {
  max-width: 215px;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .woocommerce-cart #main-content .product-thumbnail img, .woocommerce-checkout #main-content .product-thumbnail img {
    max-width: 100%;
  }
}
.woocommerce-cart #main-content .coupon, .woocommerce-checkout #main-content .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: var(--wp--custom--spacing--medium-large);
}
.woocommerce-cart #main-content .coupon input, .woocommerce-checkout #main-content .coupon input {
  width: 300px;
  margin-right: var(--wp--custom--spacing--medium);
}
.woocommerce-cart #main-content a, .woocommerce-checkout #main-content a {
  text-decoration: none;
}

form.woocommerce-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 75px;
     -moz-column-gap: 75px;
          column-gap: 75px;
  margin-bottom: var(--wp--custom--spacing--large);
}
form.woocommerce-checkout .checkout-steps {
  width: 55%;
}
@media only screen and (max-width: 860px) {
  form.woocommerce-checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  form.woocommerce-checkout .checkout-steps {
    width: 100%;
  }
  form.woocommerce-checkout .order_review-wrapper {
    margin-top: var(--wp--custom--spacing--medium);
    padding-top: var(--wp--custom--spacing--small);
    border-top: 1px solid var(--wp--preset--color--white-transparent);
  }
}
form.woocommerce-checkout #step-payment {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}
form.woocommerce-checkout #step-payment.active-step {
  max-height: 100%;
}
form.woocommerce-checkout #step-payment.active-step {
  border-top: 1px solid var(--wp--preset--color--white-transparent);
}

.featured-static-articles img {
  border-radius: 5px;
}
.featured-static-articles .estimated-reading-time, .featured-static-articles .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: var(--wp--custom--spacing--small);
     -moz-column-gap: var(--wp--custom--spacing--small);
          column-gap: var(--wp--custom--spacing--small);
  row-gap: var(--wp--custom--spacing--small);
}
.featured-static-articles .compact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: var(--wp--custom--spacing--small-medium);
     -moz-column-gap: var(--wp--custom--spacing--small-medium);
          column-gap: var(--wp--custom--spacing--small-medium);
}
.featured-static-articles .compact .wp-block-post-featured-image img {
  width: 166px;
  height: 147px;
  max-width: 166px;
  max-height: 147px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .featured-static-articles .compact .wp-block-post-featured-image img {
    width: 150px;
    height: 120px;
    max-width: 150px;
    max-height: 120px;
  }
}
@media only screen and (min-width: 860px) {
  .featured-static-articles .compact .wp-block-post-featured-image img {
    width: 175px;
    height: 140px;
    max-width: 175px;
    max-height: 140px;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-static-articles .compact .wp-block-post-featured-image img {
    width: 205px;
    height: 166px;
    max-width: 205px;
    max-height: 166px;
  }
}
@media only screen and (max-width: 768px) {
  .featured-static-articles .featured-static-articles__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: var(--wp--custom--spacing--small-medium);
       -moz-column-gap: var(--wp--custom--spacing--small-medium);
            column-gap: var(--wp--custom--spacing--small-medium);
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .featured-static-articles .featured-static-articles__right::-webkit-scrollbar {
    display: none;
  }
  .featured-static-articles .featured-static-articles__right .compact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.single-events footer h2, .single-events footer .gform_heading {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

p.has-background {
  padding: var(--wp--custom--spacing--medium);
}

.headingfont h1.has-large-font-size,
.headingfont p.has-large-font-size {
  font-size: calc(17px + 1.45vw) !important;
  line-height: 1.25;
  padding-right: 12.5%;
}
@media only screen and (min-width: 2400px) {
  .headingfont h1.has-large-font-size,
  .headingfont p.has-large-font-size {
    font-size: 56px !important;
  }
}

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

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom + h3 {
  margin-top: 0.1em;
  padding-left: var(--wp--custom--spacing--medium);
  padding-right: var(--wp--custom--spacing--medium);
  font-weight: 700;
}

.wp-block-hyperlink-group {
  display: inline-block !important;
  text-decoration: none;
}

h2.innerstancefont strong {
  font-weight: 700;
  font-size: var(--wp--custom--icon--large);
}
@media only screen and (max-width: 1200px) {
  h2.innerstancefont strong {
    font-size: calc(17px + 1.45vw) !important;
  }
}
h2.innerstancefont strong::before {
  content: "_";
  color: var(--wp--preset--color--white);
  position: absolute;
  -webkit-transform: translateX(-200%) scale(1.75, 1);
          transform: translateX(-200%) scale(1.75, 1);
}

h2.innerstancefont.alt strong::before {
  color: var(--wp--preset--color--yellow);
}

p.innerstancefont {
  font-weight: 400;
  letter-spacing: 0.04em;
  word-spacing: 0.125em;
  line-height: 1.55;
}

.memberships .wp-block-tiptip-hyperlink-group-block > figure + p {
  font-weight: 500;
}
.memberships .no-margin-bottom + h3 {
  font-weight: 700;
}

@media only screen and (max-width: 1200px) {
  h2[class^=gb-headline] {
    max-width: 100% !important;
    font-size: calc(17px + 1.45vw) !important;
  }
}

hr,
hr.wp-block-separator {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid;
  border-color: var(currentcolor, var(--wp--custom--border--color));
  clear: both;
  margin-top: 1.65rem;
  margin-bottom: 1.65rem;
}

.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull) {
  --wp--custom--spacing--group-padding: 0;
}

.wp-block-group {
  padding: var(--wp--custom--spacing--group-padding);
  margin-bottom: var(--wp--custom--spacing--block-gap);
}
.wp-block-group.alignfull {
  padding-top: var(--wp--custom--spacing--group-padding);
  padding-bottom: var(--wp--custom--spacing--group-padding);
}

.wp-block-group.alignfull {
  margin-bottom: 0;
}

.wp-block-group > :first-child {
  margin-top: 0;
}

.wp-block-group > :last-child {
  margin-bottom: 0;
}

.wp-block-columns {
  gap: var(--wp--custom--grid--gap);
  margin-top: var(--wp--custom--spacing--block-gap);
  margin-bottom: var(--wp--custom--spacing--block-gap);
}
@media only screen and (max-width: 860px) {
  .wp-block-columns {
    display: -ms-grid !important;
    display: grid !important;
    gap: var(--wp--custom--spacing--medium);
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 860px) {
  .wc-block-grid__products {
    display: -ms-grid !important;
    display: grid !important;
    gap: var(--wp--custom--spacing--medium) !important;
    margin-top: var(--wp--custom--spacing--block-gap);
    margin-bottom: var(--wp--custom--spacing--block-gap);
  }
}

@media only screen and (max-width: 860px) {
  .wc-block-grid {
    display: -ms-grid !important;
    display: grid !important;
    gap: var(--wp--custom--spacing--medium);
    margin-left: auto;
    margin-right: auto;
  }
}

.wp-block-column {
  margin: 0 !important;
}

.wp-block-columns .wp-block-column.border-right[style*="flex-basis:33.33%"] {
  border-right: 2px solid var(--wp--preset--color--gold);
}
.wp-block-columns .wp-block-column.border-right[style*="flex-basis:33.33%"] + .wp-block-column[style*="flex-basis:66.66%"] {
  padding-left: 5%;
}
@media only screen and (max-width: 1200px) {
  .wp-block-columns .wp-block-column.border-right[style*="flex-basis:33.33%"] + .wp-block-column[style*="flex-basis:66.66%"] {
    padding-left: 0;
  }
}
.wp-block-columns .wp-block-column.border-right[style*="flex-basis:33.33%"] + .wp-block-column[style*="flex-basis:66.66%"] p {
  line-height: 1.95;
}

.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.wp-block-column > :first-child {
  margin-top: 0;
}

.wp-block-column > :last-child {
  margin-bottom: 0;
}

.is-style-small-gap {
  --wp--custom--grid--gap: var(--wp--custom--spacing--medium);
}
@media only screen and (max-width: 768px) {
  .is-style-small-gap {
    --wp--custom--grid--gap: var(--wp--custom--spacing--medium);
  }
}

.is-style-medium-gap {
  --wp--custom--grid--gap: var(--wp--custom--spacing--medium-large);
}
@media only screen and (max-width: 768px) {
  .is-style-medium-gap {
    --wp--custom--grid--gap: var(--wp--custom--spacing--medium);
  }
}

.is-style-large-gap {
  --wp--custom--grid--gap: var(--wp--custom--spacing--x-large);
}
@media only screen and (max-width: 768px) {
  .is-style-large-gap {
    --wp--custom--grid--gap: var(--wp--custom--spacing--large);
  }
}

.is-style-medium-spacing {
  padding: var(--wp--custom--spacing--medium);
}

.wc-block-grid__products {
  gap: 2vw;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  margin-top: var(--wp--custom--spacing--block-gap);
  margin-bottom: var(--wp--custom--spacing--block-gap);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media only screen and (min-width: 1400px) {
  .wc-block-grid__products {
    gap: 4.5vw;
  }
}
.wc-block-grid__products .wc-block-grid__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wc-block-grid.has-3-columns .wc-block-grid__product {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 0 0px !important;
          flex: 1 0 0 !important;
  max-width: unset !important;
  background-color: var(--wp--preset--color--white);
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
}
.wc-block-grid.has-3-columns .wc-block-grid__product a {
  text-decoration: none;
}
.wc-block-grid.has-3-columns .wc-block-grid__product .wc-block-grid__product-title,
.wc-block-grid.has-3-columns .wc-block-grid__product .wc-block-grid__product-short-description,
.wc-block-grid.has-3-columns .wc-block-grid__product .wc-block-grid__product-price {
  margin-left: var(--wp--custom--spacing--medium);
  margin-right: var(--wp--custom--spacing--medium);
  color: var(--wp--preset--color--black);
}
.wc-block-grid.has-3-columns .wc-block-grid__product .wc-block-grid__product-price {
  margin-top: var(--wp--custom--spacing--small);
  margin-bottom: var(--wp--custom--spacing--small);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--font-weight--bold);
}
.wc-block-grid.has-3-columns .wc-block-grid__product .wc-block-grid__product-short-description {
  font-weight: var(--wp--custom--font-weight--light);
}
@media only screen and (max-width: 860px) {
  .wc-block-grid.has-3-columns .wc-block-grid__product .wc-block-grid__product-short-description {
    font-size: var(--wp--preset--font-size--small) !important;
  }
}
.wc-block-grid.has-3-columns .wc-block-grid__product .wc-block-grid__product-title {
  margin-top: var(--wp--custom--spacing--medium);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--font-weight--medium);
}
.wc-block-grid.has-3-columns .wc-block-grid__product .wc-block-grid__product-add-to-cart {
  margin: 0 0 12px !important;
}
.wc-block-grid.has-3-columns .wc-block-grid__product .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  font-weight: 500;
  padding: 12px 30px;
  margin-bottom: var(--wp--custom--spacing--medium);
  margin-left: var(--wp--custom--spacing--medium) !important;
  margin-right: 0 !important;
}
.wc-block-grid.has-3-columns .wc-block-grid__product .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover, .wc-block-grid.has-3-columns .wc-block-grid__product .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:focus {
  background-color: var(--wp--preset--color--gold);
}

.products.columns-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr var(--wp--custom--spacing--medium) 1fr var(--wp--custom--spacing--medium) 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 0;
  padding: 0;
  gap: var(--wp--custom--spacing--medium);
}
@media only screen and (max-width: 860px) {
  .products.columns-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .products.columns-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.products.columns-3 li.product {
  width: 100%;
  height: 100%;
  float: none;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.products.columns-3 .entry.type-product {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: unset;
  background-color: var(--wp--preset--color--white);
  border: 0;
  display: block;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: table-cell;
  padding: 10px;
}
.products.columns-3 .entry.type-product a {
  text-decoration: none;
}
.products.columns-3 .entry.type-product a.woocommerce-loop-product__link {
  margin-bottom: var(--wp--custom--spacing--medium);
}
.products.columns-3 .entry.type-product .woocommerce-loop-product__title,
.products.columns-3 .entry.type-product .wc-block-grid__product-short-description,
.products.columns-3 .entry.type-product .price {
  margin-left: var(--wp--custom--spacing--medium);
  margin-right: var(--wp--custom--spacing--medium);
}
.products.columns-3 .entry.type-product .price {
  margin-top: var(--wp--custom--spacing--small);
  margin-bottom: var(--wp--custom--spacing--small);
  font-weight: 500;
  color: var(--wp--preset--color--black);
}
.products.columns-3 .entry.type-product .wc-block-grid__product-short-description {
  font-size: var(--wp--preset--font-size--small);
}
.products.columns-3 .entry.type-product .woocommerce-loop-product__title {
  color: var(--wp--preset--color--black);
  margin-top: var(--wp--custom--spacing--medium);
  font-weight: 700;
  line-height: 1.2;
  font-size: var(--wp--custom--heading--size-h-4);
  font-family: var(--wp--preset--font-family--primary);
  height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products.columns-3 .entry.type-product .wp-element-button {
  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-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  background-color: var(--wp--preset--color--dark-yellow);
  color: #ffffff;
  font-weight: 500;
  padding: 15px 40px;
  border-radius: 0;
  margin-right: var(--wp--custom--spacing--medium);
  margin-top: var(--wp--custom--spacing--medium);
  margin-bottom: var(--wp--custom--spacing--medium);
  margin-left: var(--wp--custom--spacing--medium);
}
.products.columns-3 .entry.type-product .wp-element-button:hover, .products.columns-3 .entry.type-product .wp-element-button:focus {
  background-color: var(--wp--preset--color--gold);
}

.colslider .wp-block-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
  width: calc((100% - 2 * var(--wp--custom--spacing--medium)) / 3);
  list-style-type: none;
}
@media only screen and (max-width: 1200px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
    width: calc((100% - 1 * var(--wp--custom--spacing--medium)) / 2);
  }
}
@media only screen and (max-width: 768px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
    width: 100%;
  }
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li h3 {
  padding: 0 !important;
  font-size: var(--wp--custom--heading--size-h-4);
}

.wp-block-post-date {
  font-size: var(--wp--preset--font-size--small);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-product form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: var(--wp--custom--spacing--medium);
     -moz-column-gap: var(--wp--custom--spacing--medium);
          column-gap: var(--wp--custom--spacing--medium);
}
.single-product .entry.product .summary {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  max-width: var(--wp--custom--width--max-width);
  margin: 170px auto;
}
@media only screen and (max-width: 860px) {
  .single-product .entry.product .summary {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.single-product .entry.product .summary .summary-wrapper {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (min-width: 860px) {
  .single-product .entry.product .summary .summary-wrapper {
    padding: 0 var(--wp--custom--spacing--medium);
  }
}
.single-product .entry.product .summary + .summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-product .product-media-wrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  max-width: 500px;
}
@media only screen and (max-width: 860px) {
  .single-product .product-media-wrapper {
    margin-bottom: var(--wp--custom--spacing--x-large);
  }
}
.single-product .product-media-wrapper ul {
  padding: 0;
  margin: 0;
}
.single-product .product-media-wrapper ul li {
  list-style-type: none;
}

@media only screen and (max-width: 768px) {
  .single-product .entry.product .summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 1600px) {
  .gb-container-f84b8caa, .gb-container-cb9c54f0, .gb-container-ceae2d47 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 860px) {
  .gb-container-4c790293 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 860px) {
  .gb-container-bc05e629 {
    background-position: 50%;
    min-height: 66vw;
    background-size: cover;
    position: relative !important;
  }
}

@media only screen and (max-width: 860px) {
  .gb-container-ca77a91a {
    position: relative;
    padding: 0 0 2em 0;
    min-height: 0;
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 860px) {
  .gb-container-ca77a91a h2.gb-headline {
    font-size: calc(17px + 1.45vw) !important;
    margin-top: 0.85em;
    margin-bottom: 0.85em;
  }
}

@media only screen and (max-width: 860px) {
  .gb-container-ca77a91a + div {
    display: none;
  }
}

.woocommerce.columns-3 {
  max-width: 1400px;
  margin: 0 auto;
}
.woocommerce.columns-3 .products {
  margin-bottom: 40px;
}

.wp-block-media-text {
  gap: var(--wp--custom--grid--gap);
  margin-bottom: var(--wp--custom--spacing--block-gap);
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}

.wp-block-media-text__content > :first-child {
  margin-top: 0;
}

.wp-block-media-text__content > :last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 860px) {
  .wp-block-media-text,
  .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .wp-block-media-text .wp-block-media-text__content,
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .wp-block-media-text .wp-block-media-text__media,
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

.wp-block-cover {
  margin-bottom: var(--wp--custom--spacing--block-gap);
}

.wp-block-cover.alignfull {
  margin-bottom: 0;
}

.wp-block-cover__inner-container > :first-child {
  margin-top: 0;
}

.wp-block-cover__inner-container > :last-child {
  margin-bottom: 0;
}

.wp-block-cover {
  min-height: auto;
  padding: var(--wp--custom--spacing--medium);
}
.wp-block-cover.alignfull {
  padding-top: var(--wp--custom--spacing--block-gap);
  padding-bottom: var(--wp--custom--spacing--block-gap);
}
.wp-block-cover.has-background-dim {
  background-color: var(--color-inherit-background, var(--wp--custom--color--foreground));
}

.has-shadow {
  -webkit-box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.31);
          box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.31);
}

@media only screen and (max-width: 768px) {
  .product-book .slick-arrow {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .product-book .slick-dots {
    display: none !important;
  }
}

h2.quote-header {
  font-size: 22px;
  letter-spacing: 3px;
  font-family: var(--wp--preset--font-family--primary);
  font-weight: 400;
}

.wp-block-quote {
  --quote-font-size: clamp( calc( (28/16) * 1rem), 4vw, calc( (32/16) * 1rem));
  margin-top: var(--wp--custom--spacing--medium);
  margin-bottom: var(--wp--custom--spacing--medium);
  border: none;
}
@media only screen and (max-width: 768px) {
  .wp-block-quote {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.wp-block-quote cite {
  font-family: var(--wp--preset--font-family--primary);
  color: rgba(255, 255, 255, 0.7);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--font-weight--light);
  font-style: normal;
  display: block;
  margin-top: var(--wp--custom--spacing--medium-large);
}
.wp-block-quote cite strong {
  font-weight: var(--wp--custom--font-weight--normal);
  color: var(--wp--preset--color--white);
}
.wp-block-quote p {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--quote-font-size);
  line-height: 150%;
  margin-top: 0;
}
.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
.wp-block-quote.quote-template-1 {
  text-align: center;
  margin: 0px;
}
.wp-block-quote.quote-template-1 p {
  font-size: var(--wp--preset--font-size--extra-large);
  font-weight: var(--wp--custom--font-weight--light);
  font-style: italic;
}
.wp-block-quote.quote-template-1 cite {
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--normal-medium);
  margin-top: var(--wp--custom--spacing--medium);
}
.wp-block-quote.quote-template-1 cite strong {
  font-family: var(--wp--preset--font-family--headings);
  font-size: var(--wp--preset--font-size--extra-large);
}

.gb-container .is-layout-flex .wp-block-column.flex {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-block-quote p {
  margin-bottom: 0;
}

.slide-quotecontainer {
  width: 100%;
}

.wp-block-quote.innerstancefont p {
  font-weight: 700;
}

.wp-block-social-links .wp-social-link {
  color: var(currentColor, var(--wp--custom--color--foreground)) !important;
  background-color: transparent !important;
}
.wp-block-social-links .wp-social-link a {
  background-color: transparent !important;
}
.wp-block-social-links .wp-social-link a:focus {
  color: var(--wp--custom--color--secondary);
}

.wp-block-search .wp-block-search__inside-wrapper {
  --wp--custom--grid--gap: var(--wp--custom--spacing--small);
  gap: var(--wp--custom--grid--gap);
}
.wp-block-search .wp-block-search__input {
  padding: var(--form-padding);
  border: var(--form-border);
}
.wp-block-search .wp-block-search__button {
  margin-left: 0;
}
.wp-block-search .wp-block-search__button:hover, .wp-block-search .wp-block-search__button:focus {
  margin-left: 0;
}

.wp-block-table.is-style-stripes thead {
  border-bottom: 2px solid var(--wp--custom--border--color);
}
.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
  background-color: var(--color-light-gray);
}

.is-style-full-height {
  height: 100vh;
}

.bg-fullwidth {
  position: relative;
}
.bg-fullwidth::before {
  content: "";
  background-color: inherit;
  position: absolute;
  top: 33%;
  left: 0;
  height: 67%;
  width: 150vw;
  -webkit-transform: translateX(-50vw);
          transform: translateX(-50vw);
}

.bg-offwhite::before {
  background-color: var(--wp--preset--color--off-white);
}

.wc-product-loop-short-description {
  color: var(--wp--preset--color--black);
  margin-bottom: var(--wp--custom--spacing--small);
  margin-left: var(--wp--custom--spacing--medium);
  margin-right: var(--wp--custom--spacing--medium);
  overflow: hidden;
}

li.type-resource .wp-block-post-featured-image img {
  aspect-ratio: 1.55;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-query ul {
  row-gap: var(--wp--custom--spacing--small-medium);
}
.wp-block-query ul li:not(.type-coaches) {
  max-width: 335px;
  max-width: 45%;
}
@media only screen and (max-width: 860px) {
  .wp-block-query ul li:not(.type-coaches) {
    max-width: 100%;
    width: 100%;
  }
}
.wp-block-query ul li:not(.type-coaches) .wp-block-post-date img {
  margin: 0 10px;
  height: 20px;
  width: auto;
}
.wp-block-query ul li:not(.type-coaches) h3 {
  font-size: var(--wp--preset--font-size--normal-medium);
  font-family: var(--wp--preset--font-family--primary);
  font-weight: var(--wp--custom--font-weight--bold);
}
.wp-block-query ul li:not(.type-coaches) .wp-block-post-featured-image img {
  height: 335px;
  border-radius: 5px;
}
.wp-block-query ul li:not(.type-coaches) .wp-block-post-excerpt__more-text {
  margin-top: var(--wp--custom--spacing--small);
}
.wp-block-query .wp-block-query-pagination {
  margin-top: var(--wp--custom--spacing--large);
  margin-left: 30px;
}
.wp-block-query .wp-block-query-pagination a.wp-block-query-pagination-next, .wp-block-query .wp-block-query-pagination a.wp-block-query-pagination-previous {
  visibility: hidden;
  margin-bottom: 3px;
}
.wp-block-query .wp-block-query-pagination a.wp-block-query-pagination-next::before {
  visibility: visible;
  content: url("../icons/theme/arrow-gold-right.svg");
}
.wp-block-query .wp-block-query-pagination a.wp-block-query-pagination-previous::after {
  visibility: visible;
  content: url("../icons/theme/arrow-gold-left.svg");
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers {
  margin-left: 15px;
  margin-right: 22px;
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  text-decoration: none;
  color: var(--wp--preset--color--white);
  font-weight: var(--wp--custom--font-weight--medium);
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:not(:last-child) {
  margin-right: var(--wp--custom--spacing--medium);
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  background-color: var(--wp--preset--color--gold);
  color: var(--wp--preset--color--black);
  padding: 5px;
  border-radius: 50%;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--wp--custom--spacing--x-small);
  font-size: var(--wp--preset--font-size--small);
}

.separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.separator svg {
  --icon--size: 0.7em;
  width: var(--icon--size);
  height: var(--icon--size);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  fill: var(--wp--preset--color--dark-gray);
}

.entry-title {
  margin-top: 0;
}

.single.single-article .entry-title {
  margin-top: var(--wp--custom--spacing--medium);
}

.entry-image-link {
  display: block;
  line-height: 0;
}

.entry-image {
  margin-bottom: var(--wp--custom--spacing--medium);
}

.entry-meta {
  --wp--custom--grid--gap: var(--wp--custom--spacing--small);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--wp--custom--grid--gap);
  row-gap: 0.5em;
  font-size: var(--wp--preset--font-size--small);
}
.entry-meta a {
  font-weight: var(--wp--custom--font-weight--normal);
}

.entry-categories,
.entry-tags {
  display: block;
  font-weight: var(--wp--custom--font-weight--normal-bold);
}

.entry-meta-after-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

pre {
  overflow-wrap: break-word;
  white-space: pre-wrap;
}

.shop_table thead {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: var(--wp--custom--line-height--normal);
  margin-bottom: var(--wp--custom--spacing--medium);
  word-break: break-all;
}
table td,
table th {
  text-align: left;
}
table .cart_item td, table td.actions {
  padding: var(--wp--custom--spacing--medium) 0;
}
table tr.cart_item {
  border-bottom: 1px solid var(--wp--preset--color--white-transparent);
}
table tr.order-total:last-child {
  border-bottom: 1px solid var(--wp--preset--color--white-transparent);
  border-top: 1px solid var(--wp--preset--color--white-transparent);
}
table tr.cart-subtotal, table tr.shipping {
  border: none;
}
table thead th,
table tfoot td {
  font-weight: var(--wp--custom--font-weight--bold);
}

.cart-collaterals td, .woocommerce-checkout-review-order td {
  padding: var(--wp--custom--spacing--small) 0;
  text-align: right;
}
.cart-collaterals th.product-total, .woocommerce-checkout-review-order th.product-total {
  text-align: right;
}

.cart-collaterals td {
  width: 75%;
}

.type-events.entry table:not(.cart) tbody,
.single-events table:not(.cart) tbody {
  border-bottom: 0;
}
.type-events.entry table:not(.cart) tbody td,
.single-events table:not(.cart) tbody td {
  border-top: 0;
}

.table-template-1 table {
  font-weight: var(--wp--custom--font-weight--light);
  font-size: var(--wp--preset--font-size--small);
  border-collapse: collapse;
}
.table-template-1 table tr:nth-child(odd) {
  background-color: var(--wp--preset--color--navy-two);
}
.table-template-1 table td {
  padding: var(--wp--custom--spacing--small) var(--wp--custom--spacing--medium-large);
}
@media only screen and (max-width: 1200px) {
  .table-template-1 table td {
    padding: var(--wp--custom--spacing--small);
  }
}
.table-template-1 table, .table-template-1 th, .table-template-1 td {
  border: none;
}
@media only screen and (max-width: 768px) {
  .table-template-1 table {
    width: 100%;
    border-collapse: collapse;
  }
  .table-template-1 table th,
  .table-template-1 table td {
    padding: 25px;
  }
  .table-template-1 table td {
    display: block;
    width: 100%;
    text-align: left;
    padding: 5px;
  }
  .table-template-1 table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}

.pagination ul {
  margin: 0;
  padding: 0;
}

.pagination-item {
  list-style: none;
}

.nav-title {
  display: block;
  font-weight: var(--wp--custom--font-weight--bold);
  text-decoration: none !important;
}

.adjacent-entry-pagination a {
  font-weight: var(--wp--custom--font-weight--normal);
}

.avatar {
  float: left;
}

.alignleft .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.comment .avatar {
  margin: 0 16px 24px 0;
}
/*# sourceMappingURL=entry-content.css.map */