/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/main.scss ***!
  \****************************************************************************************************************/
/*******************************
CONFIGS
*******************************/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

body.is-active {
  overflow: hidden;
}

html,
body {
  height: 100%;
}

html {
  margin-top: 0 !important;
}

body {
  background: #fdfdfd;
}

body.block-editor-page .wp-block .hero .caption {
  max-width: none;
}

.page-template-hidden header,
.page-template-hidden footer {
  display: none !important;
}

#main {
  min-height: 500px;
}

.wp-block,
.soj-frontend {
  font-family: "segoe-ui", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #222;
  /* Slider */
  /*********************************\
  Mobile menu
  /*********************************/
  /*!
   * Bootstrap Utilities v5.3.3 (https://getbootstrap.com/)
   * Copyright 2011-2024 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
  /* rtl:begin:remove */
  /* rtl:end:remove */
  /*******************************
  CONFIGS
  *******************************/
  /*******************************
  CONFIGS
  *******************************/
  /*******************************
  CONFIGS
  *******************************/
  /*******************************
  CONFIGS
  *******************************/
  /*******************************
  CONFIGS
  *******************************/
  /*******************************
  CONFIGS
  *******************************/
  /*******************************
  CONFIGS
  *******************************/
  /*******************************
  CONFIGS
  *******************************/
  /*******************************
  CONFIGS
  *******************************/
  /*******************************
  CONFIGS
  *******************************/
  /*******************************
  CONFIGS
  *******************************/
  /*******************************
  CONFIGS
  *******************************/
  /*******************************
  CONFIGS
  *******************************/
  /*******************************
  CONFIGS
  *******************************/
  /*-------------------------
  Contact form
  --------------------------*/
  /*******************************
  CONFIGS
  *******************************/
  /*******************************
  CONFIGS
  *******************************/
  /*******************************
  CONFIGS
  *******************************/
  /*******************************
  CONFIGS
  *******************************/
  /*******************************
  CONFIGS
  *******************************/
  /*******************************
  CONFIGS
  *******************************/
  /*******************************
  CONFIGS
  *******************************/
  /*******************************
  CONFIGS
  *******************************/
}
@media only screen and (min-width: 768px) {
  .wp-block,
  .soj-frontend {
    font-size: 18px;
    line-height: 26px;
  }
}
.wp-block .no_blocks .hero,
.soj-frontend .no_blocks .hero {
  background-color: #0f4a6f;
  height: calc(100vh - 60px);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
}
.wp-block .no_blocks .hero h1, .wp-block .no_blocks .hero h2, .wp-block .no_blocks .hero h3, .wp-block .no_blocks .hero p,
.soj-frontend .no_blocks .hero h1,
.soj-frontend .no_blocks .hero h2,
.soj-frontend .no_blocks .hero h3,
.soj-frontend .no_blocks .hero p {
  color: #fff;
  margin: 0 0 20px 0;
}
.wp-block .no_blocks .hero::before,
.soj-frontend .no_blocks .hero::before {
  display: none;
}
.wp-block .slick-slider,
.soj-frontend .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.wp-block .slick-list,
.soj-frontend .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.wp-block .slick-list:focus,
.soj-frontend .slick-list:focus {
  outline: none;
}
.wp-block .slick-list.dragging,
.soj-frontend .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.wp-block .slick-slider .slick-track,
.wp-block .slick-slider .slick-list,
.soj-frontend .slick-slider .slick-track,
.soj-frontend .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.wp-block .slick-track,
.soj-frontend .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-block .slick-track:before,
.wp-block .slick-track:after,
.soj-frontend .slick-track:before,
.soj-frontend .slick-track:after {
  display: table;
  content: "";
}
.wp-block .slick-track:after,
.soj-frontend .slick-track:after {
  clear: both;
}
.wp-block .slick-loading .slick-track,
.soj-frontend .slick-loading .slick-track {
  visibility: hidden;
}
.wp-block .slick-slide,
.soj-frontend .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.wp-block [dir=rtl] .slick-slide,
.soj-frontend [dir=rtl] .slick-slide {
  float: right;
}
.wp-block .slick-slide img,
.soj-frontend .slick-slide img {
  display: block;
}
.wp-block .slick-slide.slick-loading img,
.soj-frontend .slick-slide.slick-loading img {
  display: none;
}
.wp-block .slick-slide.dragging img,
.soj-frontend .slick-slide.dragging img {
  pointer-events: none;
}
.wp-block .slick-initialized .slick-slide,
.soj-frontend .slick-initialized .slick-slide {
  display: block;
}
.wp-block .slick-loading .slick-slide,
.soj-frontend .slick-loading .slick-slide {
  visibility: hidden;
}
.wp-block .slick-vertical .slick-slide,
.soj-frontend .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.wp-block .slick-arrow.slick-hidden,
.soj-frontend .slick-arrow.slick-hidden {
  display: none;
}
.wp-block .slick-dots,
.soj-frontend .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-left: 0;
  margin-bottom: 0;
}
.wp-block .slick-dots li,
.soj-frontend .slick-dots li {
  list-style-type: none;
  margin: 0 4px;
  font-size: 0;
}
.wp-block .slick-dots li.slick-active button,
.soj-frontend .slick-dots li.slick-active button {
  background: #e47129;
}
.wp-block .slick-dots li button,
.soj-frontend .slick-dots li button {
  cursor: pointer;
  padding: 0;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background: #b9bdc1;
  border: 0;
}
.wp-block .slick-prev,
.soj-frontend .slick-prev {
  z-index: 3;
  position: absolute;
  height: 50px;
  top: calc(50% - 25px);
  left: -60px;
  width: 19px;
  border: 0;
  font-size: 0;
  transform: rotate(180deg);
  cursor: pointer;
  outline: 0;
  opacity: 1;
  transition: opacity 300ms ease;
  padding: 20px;
}
.wp-block .slick-prev:hover,
.soj-frontend .slick-prev:hover {
  opacity: 0.8;
  transition: opacity 300ms ease;
}
.wp-block .slick-next,
.soj-frontend .slick-next {
  z-index: 3;
  position: absolute;
  height: 50px;
  top: calc(50% - 25px);
  right: -60px;
  width: 19px;
  border: 0;
  font-size: 0;
  cursor: pointer;
  outline: 0;
  opacity: 1;
  transition: opacity 300ms ease;
  padding: 20px;
}
.wp-block .slick-next:hover,
.soj-frontend .slick-next:hover {
  opacity: 0.8;
  transition: opacity 300ms ease;
}
.wp-block .cover,
.soj-frontend .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wp-block .bg-image-cover,
.soj-frontend .bg-image-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-size: cover;
}
.wp-block .image-cover,
.soj-frontend .image-cover {
  object-position: center;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  outline: none;
  border: none;
  box-shadow: none;
}
.wp-block .bg-image-contain,
.soj-frontend .bg-image-contain {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-size: contain;
}
.wp-block .fluid-img,
.soj-frontend .fluid-img {
  max-width: 100%;
  height: auto;
}
.wp-block .absolute-image,
.soj-frontend .absolute-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.wp-block .embed-container,
.soj-frontend .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-bottom: 53.6%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.wp-block .embed-container iframe,
.wp-block .embed-container object,
.wp-block .embed-container embed,
.soj-frontend .embed-container iframe,
.soj-frontend .embed-container object,
.soj-frontend .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block .white-text,
.soj-frontend .white-text {
  color: #fff;
}
.wp-block .text-right,
.soj-frontend .text-right {
  text-align: right;
}
.wp-block .gap-30,
.soj-frontend .gap-30 {
  gap: 30px;
}
.wp-block h1,
.wp-block h2,
.wp-block h3,
.wp-block h4,
.wp-block h5,
.wp-block h6,
.soj-frontend h1,
.soj-frontend h2,
.soj-frontend h3,
.soj-frontend h4,
.soj-frontend h5,
.soj-frontend h6 {
  font-family: "segoe-ui", sans-serif;
  font-weight: 700;
  position: relative;
  margin-top: 0;
  text-transform: uppercase;
}
.wp-block h1 b, .wp-block h1 strong, .wp-block h1 span,
.wp-block h2 b,
.wp-block h2 strong,
.wp-block h2 span,
.wp-block h3 b,
.wp-block h3 strong,
.wp-block h3 span,
.wp-block h4 b,
.wp-block h4 strong,
.wp-block h4 span,
.wp-block h5 b,
.wp-block h5 strong,
.wp-block h5 span,
.wp-block h6 b,
.wp-block h6 strong,
.wp-block h6 span,
.soj-frontend h1 b,
.soj-frontend h1 strong,
.soj-frontend h1 span,
.soj-frontend h2 b,
.soj-frontend h2 strong,
.soj-frontend h2 span,
.soj-frontend h3 b,
.soj-frontend h3 strong,
.soj-frontend h3 span,
.soj-frontend h4 b,
.soj-frontend h4 strong,
.soj-frontend h4 span,
.soj-frontend h5 b,
.soj-frontend h5 strong,
.soj-frontend h5 span,
.soj-frontend h6 b,
.soj-frontend h6 strong,
.soj-frontend h6 span {
  font-weight: bold !important;
}
.wp-block p,
.soj-frontend p {
  margin-top: 0;
}
.wp-block h1,
.soj-frontend h1 {
  font-size: 2.4rem;
  line-height: 1.05;
  font-size: clamp(50px, 26.3157894737px + 5.9210526316vw, 140px);
}
.wp-block h2,
.wp-block .h2,
.soj-frontend h2,
.soj-frontend .h2 {
  font-size: 1.8rem;
  line-height: 1.1;
  font-size: clamp(35px, 30.3846153846px + 1.1538461538vw, 50px);
  line-height: clamp(40px, 35.0769230769px + 1.2307692308vw, 56px);
}
.wp-block h3,
.wp-block .h3,
.soj-frontend h3,
.soj-frontend .h3 {
  font-size: clamp(1.4rem, 2.8vw, 2.4rem);
  line-height: 1.2;
  font-size: clamp(32px, 29.5384615385px + 0.6153846154vw, 40px);
  line-height: clamp(48px, 45.5384615385px + 0.6153846154vw, 56px);
}
.wp-block h4,
.wp-block .h4,
.soj-frontend h4,
.soj-frontend .h4 {
  font-size: clamp(22px, 20.7692307692px + 0.3076923077vw, 26px);
  line-height: clamp(28px, 26.7692307692px + 0.3076923077vw, 32px);
}
.wp-block h5,
.wp-block .h5,
.soj-frontend h5,
.soj-frontend .h5 {
  font-size: 0.8rem;
  font-size: clamp(0.8rem, 1vw, 2rem);
  line-height: 1.7;
}
.wp-block h6,
.wp-block .h6,
.soj-frontend h6,
.soj-frontend .h6 {
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 1vw, 1.2rem);
  line-height: 1.4;
}
.wp-block a,
.soj-frontend a {
  transition: text-decoration 300ms ease;
  text-decoration: none;
  color: #222;
}
.wp-block .uppercase,
.soj-frontend .uppercase {
  text-transform: uppercase;
}
.wp-block .font-italic,
.soj-frontend .font-italic {
  font-style: italic;
}
.wp-block .heading-font,
.soj-frontend .heading-font {
  font-family: "segoe-ui", sans-serif;
}
.wp-block .body-font,
.soj-frontend .body-font {
  font-family: "segoe-ui", sans-serif;
}
.wp-block .label,
.soj-frontend .label {
  font-size: 1.2em;
}
.wp-block .primary-colour,
.soj-frontend .primary-colour {
  color: #00703C;
}
.wp-block .secondary-colour,
.soj-frontend .secondary-colour {
  color: #0f4a6f;
}
.wp-block .grey1,
.soj-frontend .grey1 {
  color: rgba(255, 255, 255, 0.5);
  font-family: "segoe-ui", sans-serif;
}
.wp-block .grey2,
.soj-frontend .grey2 {
  color: #bfbfbe;
}
.wp-block .grey3,
.soj-frontend .grey3 {
  color: rgba(24, 43, 23, 0.5);
}
.wp-block .black,
.soj-frontend .black {
  color: #222;
}
.wp-block .white,
.soj-frontend .white {
  color: #fff;
}
.wp-block .opaque,
.soj-frontend .opaque {
  color: rgba(255, 255, 255, 0.5);
}
.wp-block .font500,
.soj-frontend .font500 {
  font-weight: 500;
}
.wp-block .font600,
.soj-frontend .font600 {
  font-weight: 600;
}
.wp-block .font700,
.soj-frontend .font700 {
  font-weight: 700;
}
.wp-block #main,
.soj-frontend #main {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  font-family: "segoe-ui", sans-serif !important;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1600px) {
  .wp-block #main,
  .soj-frontend #main {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.wp-block .label,
.soj-frontend .label {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #aaa;
}
.wp-block .container,
.soj-frontend .container {
  width: 1600px;
  max-width: 90vw;
  margin: auto;
}
.wp-block .large-container,
.soj-frontend .large-container {
  max-width: none;
  width: 100%;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1600px) {
  .wp-block .large-container,
  .soj-frontend .large-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.wp-block .full-width,
.soj-frontend .full-width {
  width: 100%;
}
.wp-block .parallax-image,
.soj-frontend .parallax-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: transform 0.1s ease-out;
}
.wp-block .page_not_found_wrapper,
.soj-frontend .page_not_found_wrapper {
  padding: 100px;
}
.wp-block .page_not_found_wrapper .btn,
.soj-frontend .page_not_found_wrapper .btn {
  margin-top: 15px;
}
.wp-block .margin-bottom-small,
.soj-frontend .margin-bottom-small {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .wp-block .margin-bottom-small,
  .soj-frontend .margin-bottom-small {
    margin-bottom: 30px;
  }
}
.wp-block .mobile-menu,
.soj-frontend .mobile-menu {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 9;
  top: 0;
  right: -100%;
  transition: right 300ms ease;
  padding: 0;
  margin: 0;
  border: solid 15px white;
}
@media only screen and (min-width: 768px) {
  .wp-block .mobile-menu,
  .soj-frontend .mobile-menu {
    border: solid 30px white;
    top: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .wp-block .mobile-menu,
  .soj-frontend .mobile-menu {
    display: none;
  }
}
.wp-block .mobile-menu.is-active,
.soj-frontend .mobile-menu.is-active {
  top: 0;
  right: 0;
  transition: right 300ms ease;
}
@media only screen and (min-width: 768px) {
  .wp-block .mobile-menu.is-active,
  .soj-frontend .mobile-menu.is-active {
    top: 0;
    right: 0;
  }
}
.wp-block .mobile-menu #mobile-menu,
.soj-frontend .mobile-menu #mobile-menu {
  background: #0f4a6f;
  margin: auto;
  padding: 180px 0 0 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.wp-block .mobile-menu #mobile-menu::-webkit-scrollbar,
.soj-frontend .mobile-menu #mobile-menu::-webkit-scrollbar {
  display: none;
}
.wp-block .mobile-menu #mobile-menu li,
.soj-frontend .mobile-menu #mobile-menu li {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wp-block .mobile-menu #mobile-menu li .arrow,
.soj-frontend .mobile-menu #mobile-menu li .arrow {
  margin-left: auto;
  padding-left: 10px;
}
.wp-block .mobile-menu #mobile-menu li .arrow.active svg,
.soj-frontend .mobile-menu #mobile-menu li .arrow.active svg {
  transform: rotate(180deg);
  transition: transform 400ms ease-in-out;
}
.wp-block .mobile-menu #mobile-menu li svg,
.soj-frontend .mobile-menu #mobile-menu li svg {
  max-width: 20px;
  margin-top: 20px;
  margin-right: 40px;
  transform: rotate(0deg);
  transition: transform 400ms ease-in-out;
}
.wp-block .mobile-menu #mobile-menu li a,
.soj-frontend .mobile-menu #mobile-menu li a {
  width: calc(100% - 70px);
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 40px;
}
.wp-block .mobile-menu #mobile-menu li:last-of-type a,
.soj-frontend .mobile-menu #mobile-menu li:last-of-type a {
  padding-bottom: 0;
}
.wp-block .mobile-menu #mobile-menu li.current-menu-item > a, .wp-block .mobile-menu #mobile-menu li.current-menu-parent > a, .wp-block .mobile-menu #mobile-menu li.current_page_ancestor > a,
.soj-frontend .mobile-menu #mobile-menu li.current-menu-item > a,
.soj-frontend .mobile-menu #mobile-menu li.current-menu-parent > a,
.soj-frontend .mobile-menu #mobile-menu li.current_page_ancestor > a {
  color: yellow;
}
.wp-block .mobile-menu #mobile-menu li .sub-menu,
.soj-frontend .mobile-menu #mobile-menu li .sub-menu {
  display: none;
  background: #1d4f6d;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.wp-block .mobile-menu #mobile-menu li .sub-menu li a,
.soj-frontend .mobile-menu #mobile-menu li .sub-menu li a {
  padding-left: 20px;
  padding-right: 0;
  font-size: 21px;
  line-height: 26px;
}
.wp-block.single-post .mobile-menu #mobile-menu li.news-button a,
.soj-frontend.single-post .mobile-menu #mobile-menu li.news-button a {
  color: #77a7d6;
}
.wp-block.single-post_type_portfolio .mobile-menu #mobile-menu ul li.portfolio-button a:after,
.soj-frontend.single-post_type_portfolio .mobile-menu #mobile-menu ul li.portfolio-button a:after {
  content: "";
  height: 2px;
  width: 100%;
  background: #0e406f;
  display: block;
}
.wp-block .hamburger,
.soj-frontend .hamburger {
  flex-direction: column;
  display: flex;
  background: white;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  color: #222;
  margin-left: 20px;
}
@media only screen and (min-width: 1280px) {
  .wp-block .hamburger,
  .soj-frontend .hamburger {
    display: none;
  }
}
.wp-block .hamburger.is-active .lineset.line1,
.soj-frontend .hamburger.is-active .lineset.line1 {
  transform: rotate(45deg) scaleX(1);
  position: relative;
  top: 7px;
  transition: transform 300ms ease;
}
.wp-block .hamburger.is-active .lineset.line2,
.soj-frontend .hamburger.is-active .lineset.line2 {
  transform: scaleX(0) rotate(0deg);
  transition: transform 300ms ease;
}
.wp-block .hamburger.is-active .lineset.line3,
.soj-frontend .hamburger.is-active .lineset.line3 {
  transform: rotate(-45deg) scaleX(1);
  position: relative;
  top: -8px;
  transition: transform 300ms ease;
}
.wp-block .hamburger .lineset,
.soj-frontend .hamburger .lineset {
  width: 26px;
  height: 3px;
  background: #222;
  margin-top: 2.25px;
  margin-bottom: 2.25px;
  transform: rotate(0deg) scaleX(1);
  transition: transform 300ms ease;
}
.wp-block .standard_set .hamburger .lineset,
.soj-frontend .standard_set .hamburger .lineset {
  background: #0f406f;
}
.wp-block .standard_set .hamburger.is-active .lineset,
.soj-frontend .standard_set .hamburger.is-active .lineset {
  background: #fff;
}
.wp-block #footer,
.soj-frontend #footer {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1600px) {
  .wp-block #footer,
  .soj-frontend #footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.wp-block #footer .cr_pledge,
.soj-frontend #footer .cr_pledge {
  justify-self: center;
  align-items: end;
  display: flex;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .wp-block #footer .cr_pledge,
  .soj-frontend #footer .cr_pledge {
    justify-self: end;
    margin-right: 20px;
  }
}
.wp-block #footer .inner,
.soj-frontend #footer .inner {
  position: relative;
  background-color: #0f4a6f;
  border-radius: 10px;
}
.wp-block #footer .inner .faded_logo,
.soj-frontend #footer .inner .faded_logo {
  position: absolute;
  right: 47px;
  bottom: 32px;
  z-index: 0;
  height: auto;
  max-width: clamp(150px, 80.4615384615px + 17.3846153846vw, 376px);
}
.wp-block #footer .top-container,
.soj-frontend #footer .top-container {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.wp-block #footer .top-container:after,
.soj-frontend #footer .top-container:after {
  position: absolute;
  bottom: 0;
  left: 47px;
  content: "";
  height: 1px;
  width: calc(100% - 94px);
  background: rgba(255, 255, 255, 0.1019607843);
  display: block;
}
.wp-block #footer .top-container .slogan,
.soj-frontend #footer .top-container .slogan {
  font-size: clamp(22px, 15.4077253219px + 0.8583690987vw, 30px);
  line-height: clamp(28px, 21.4077253219px + 0.8583690987vw, 36px);
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .wp-block #footer .top-container .slogan,
  .soj-frontend #footer .top-container .slogan {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .wp-block #footer .top-container .slogan,
  .soj-frontend #footer .top-container .slogan {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .wp-block #footer .footer_left_text.last,
  .soj-frontend #footer .footer_left_text.last {
    grid-column: span 2;
  }
}
.wp-block #footer .footer_left_text .footer_title,
.soj-frontend #footer .footer_left_text .footer_title {
  margin-bottom: 10px;
  font-size: 22px;
}
.wp-block #footer .footer_left_text .desc,
.soj-frontend #footer .footer_left_text .desc {
  padding-bottom: 39px;
}
.wp-block #footer .footer_left_text .desc *,
.soj-frontend #footer .footer_left_text .desc * {
  margin-bottom: 0;
}
.wp-block #footer .footer_left_text.last a,
.soj-frontend #footer .footer_left_text.last a {
  font-weight: 700;
  opacity: 0.7;
}
.wp-block #footer .footer__container,
.soj-frontend #footer .footer__container {
  padding-top: 60px;
  padding-bottom: 0;
  text-align: left;
  color: white;
  position: relative;
}
.wp-block #footer .footer__container .large-container,
.soj-frontend #footer .footer__container .large-container {
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 1462px) {
  .wp-block #footer .footer__container,
  .soj-frontend #footer .footer__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .wp-block #footer .footer__container .column.logo,
  .soj-frontend #footer .footer__container .column.logo {
    grid-column: span 3;
  }
}
@media only screen and (min-width: 1463px) {
  .wp-block #footer .footer__container,
  .soj-frontend #footer .footer__container {
    display: flex;
  }
}
.wp-block #footer .footer__container a,
.soj-frontend #footer .footer__container a {
  color: white;
  transition: color 400ms ease-in-out;
}
.wp-block #footer .footer__container a:hover,
.soj-frontend #footer .footer__container a:hover {
  color: #fff;
  opacity: 1;
}
.wp-block #footer .footer__container .contact_info,
.soj-frontend #footer .footer__container .contact_info {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7019607843);
  line-height: 24px;
  font-weight: 500;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .wp-block #footer .footer__container .contact_info,
  .soj-frontend #footer .footer__container .contact_info {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1462px) {
  .wp-block #footer .footer__container .contact_info,
  .soj-frontend #footer .footer__container .contact_info {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1463px) {
  .wp-block #footer .footer__container .contact_info,
  .soj-frontend #footer .footer__container .contact_info {
    display: flex;
  }
}
.wp-block #footer .footer__container .column,
.soj-frontend #footer .footer__container .column {
  margin: 0 0 30px 0;
}
.wp-block #footer .footer__container .column .footer__heading,
.soj-frontend #footer .footer__container .column .footer__heading {
  color: white;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0;
}
.wp-block #footer .footer__container .column .footer__heading::after,
.soj-frontend #footer .footer__container .column .footer__heading::after {
  content: "";
  background-color: #fff;
  width: 15px;
  height: 4px;
  transition: width 400ms ease-in-out;
  display: block;
  margin: 10px 0;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .wp-block #footer .footer__container .column .footer__heading::after,
  .soj-frontend #footer .footer__container .column .footer__heading::after {
    width: 15px;
    margin-left: 0;
  }
}
.wp-block #footer .footer__container .column .footer__heading:hover:after,
.soj-frontend #footer .footer__container .column .footer__heading:hover:after {
  width: 40px;
  transition: width 400ms ease-in-out;
}
.wp-block #footer .footer__container .column ul,
.soj-frontend #footer .footer__container .column ul {
  margin: 0;
  padding: 0;
}
.wp-block #footer .footer__container .column ul li,
.soj-frontend #footer .footer__container .column ul li {
  list-style: none;
  margin: 0;
}
.wp-block #footer .footer__container .column ul li a,
.soj-frontend #footer .footer__container .column ul li a {
  color: rgba(255, 255, 255, 0.7019607843);
  font-weight: 700;
  font-size: 17px;
  line-height: 30px;
  transition: color 400ms ease-in-out;
  text-transform: capitalize;
}
.wp-block #footer .footer__container .column ul li a:hover,
.soj-frontend #footer .footer__container .column ul li a:hover {
  color: #fff;
}
.wp-block #footer .footer--credit,
.soj-frontend #footer .footer--credit {
  font-size: 16px;
  line-height: 1;
  justify-content: center;
  padding-bottom: 30px;
  padding-top: 15px;
}
@media only screen and (min-width: 768px) {
  .wp-block #footer .footer--credit,
  .soj-frontend #footer .footer--credit {
    justify-content: flex-end;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .wp-block #footer .footer--credit,
  .soj-frontend #footer .footer--credit {
    margin-top: 0;
  }
}
.wp-block #footer .footer--credit a,
.soj-frontend #footer .footer--credit a {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.wp-block #footer .footer--credit a:hover,
.soj-frontend #footer .footer--credit a:hover {
  color: #96939b;
}
.wp-block #footer .footer--credit img,
.soj-frontend #footer .footer--credit img {
  max-height: 20px;
}
.wp-block #footer .footer--social,
.soj-frontend #footer .footer--social {
  display: flex;
  gap: 20px;
  font-size: 22px;
  justify-content: center;
}
.wp-block #footer .footer--social a:hover,
.soj-frontend #footer .footer--social a:hover {
  color: #96939b;
}
.wp-block #footer .footer-logo,
.soj-frontend #footer .footer-logo {
  display: inline-block;
  transform: translate(0, -11px);
  max-width: clamp(300px, 150.8497854077px + 19.4206008584vw, 481px);
}
.wp-block #footer .large-container,
.soj-frontend #footer .large-container {
  padding-left: clamp(20px, 11.6923076923px + 2.0769230769vw, 47px);
  padding-right: clamp(20px, 11.6923076923px + 2.0769230769vw, 47px);
}
.wp-block #footer .bottom-section-footer,
.soj-frontend #footer .bottom-section-footer {
  padding: 34px 0;
  background: #fdfdfd;
  font-size: 14px;
  font-weight: 500;
  color: #222;
}
.wp-block #footer .bottom-section-footer .large-container,
.soj-frontend #footer .bottom-section-footer .large-container {
  display: grid;
  grid-template-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .wp-block #footer .bottom-section-footer .large-container,
  .soj-frontend #footer .bottom-section-footer .large-container {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .wp-block #footer .bottom-section-footer .large-container,
  .soj-frontend #footer .bottom-section-footer .large-container {
    grid-template-columns: 1fr auto 1fr;
    padding-left: clamp(20px, 11.6923076923px + 2.0769230769vw, 47px);
    padding-right: clamp(20px, 11.6923076923px + 2.0769230769vw, 47px);
  }
}
.wp-block #footer .bottom-section-footer a,
.soj-frontend #footer .bottom-section-footer a {
  color: #222;
}
.wp-block #footer .bottom-section-footer .footer__copyright,
.soj-frontend #footer .bottom-section-footer .footer__copyright {
  display: flex;
  justify-content: center;
  order: 4;
}
@media only screen and (min-width: 768px) {
  .wp-block #footer .bottom-section-footer .footer__copyright,
  .soj-frontend #footer .bottom-section-footer .footer__copyright {
    justify-content: flex-start;
    order: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .wp-block #footer .bottom-section-footer .footer-menu,
  .soj-frontend #footer .bottom-section-footer .footer-menu {
    order: -1;
    grid-column: span 2;
    margin-bottom: 20px;
  }
}
.wp-block #footer .bottom-section-footer .footer-menu ul#footer-menu,
.soj-frontend #footer .bottom-section-footer .footer-menu ul#footer-menu {
  display: flex;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .wp-block #footer .bottom-section-footer .footer-menu ul#footer-menu,
  .soj-frontend #footer .bottom-section-footer .footer-menu ul#footer-menu {
    justify-content: flex-start;
    flex-direction: row;
  }
  .wp-block #footer .bottom-section-footer .footer-menu ul#footer-menu li:nth-child(1) a,
  .soj-frontend #footer .bottom-section-footer .footer-menu ul#footer-menu li:nth-child(1) a {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .wp-block #footer .bottom-section-footer .footer-menu ul#footer-menu,
  .soj-frontend #footer .bottom-section-footer .footer-menu ul#footer-menu {
    flex-direction: row;
  }
}
.wp-block #footer .bottom-section-footer .footer-menu ul#footer-menu li,
.soj-frontend #footer .bottom-section-footer .footer-menu ul#footer-menu li {
  list-style: none;
}
.wp-block #footer .bottom-section-footer .footer-menu ul#footer-menu li a,
.soj-frontend #footer .bottom-section-footer .footer-menu ul#footer-menu li a {
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  color: #222;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .wp-block #footer .bottom-section-footer .footer-menu ul#footer-menu li a,
  .soj-frontend #footer .bottom-section-footer .footer-menu ul#footer-menu li a {
    padding-bottom: 0;
  }
}
.wp-block #masthead,
.soj-frontend #masthead {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  height: 128px;
  padding-top: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media only screen and (min-width: 1600px) {
  .wp-block #masthead,
  .soj-frontend #masthead {
    padding-top: 18px;
  }
}
.wp-block #masthead .footer--social,
.soj-frontend #masthead .footer--social {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .wp-block #masthead .footer--social,
  .soj-frontend #masthead .footer--social {
    display: block;
    position: absolute;
    top: 38px;
    right: 134px;
  }
  .wp-block #masthead .footer--social a,
  .soj-frontend #masthead .footer--social a {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .wp-block #masthead .footer--social,
  .soj-frontend #masthead .footer--social {
    top: 53px;
    right: 148px;
  }
}
.wp-block #masthead .large-container,
.soj-frontend #masthead .large-container {
  margin-top: 0;
}
.wp-block #masthead .logo img,
.wp-block #masthead .logo svg,
.soj-frontend #masthead .logo img,
.soj-frontend #masthead .logo svg {
  transform: translateX(-1px);
  max-width: 91px;
  display: block;
  vertical-align: middle;
  transition-duration: 0.3s;
}
@media only screen and (min-width: 1024px) {
  .wp-block #masthead .logo img,
  .wp-block #masthead .logo svg,
  .soj-frontend #masthead .logo img,
  .soj-frontend #masthead .logo svg {
    max-width: 91px;
  }
}
.wp-block #masthead .searchbox,
.soj-frontend #masthead .searchbox {
  width: 48px;
  height: 48px;
  background: #158841;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 400ms ease;
  cursor: pointer;
}
.wp-block #masthead .searchbox:hover,
.soj-frontend #masthead .searchbox:hover {
  background: #0f4a6f;
}
.wp-block #masthead .menu-wrapper,
.soj-frontend #masthead .menu-wrapper {
  display: flex;
  padding-right: 20px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .wp-block #masthead .menu-wrapper,
  .soj-frontend #masthead .menu-wrapper {
    padding-right: 35px;
    padding-top: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .wp-block #masthead .menu-wrapper,
  .soj-frontend #masthead .menu-wrapper {
    padding-top: 23px;
  }
}
.wp-block #masthead #header-menu,
.soj-frontend #masthead #header-menu {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .wp-block #masthead #header-menu,
  .soj-frontend #masthead #header-menu {
    display: flex;
  }
}
.wp-block #masthead ul,
.soj-frontend #masthead ul {
  margin: 0 0 0 0;
  padding: 0;
  display: flex;
}
.wp-block #masthead ul li,
.soj-frontend #masthead ul li {
  list-style-type: none;
  position: relative;
  display: flex;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
}
.wp-block #masthead ul li span.name,
.soj-frontend #masthead ul li span.name {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: clamp(11px, -16.4285714286px + 2.1428571429vw, 20px);
  padding-right: clamp(11px, -40.8095238095px + 4.0476190476vw, 28px);
}
.wp-block #masthead ul li a,
.soj-frontend #masthead ul li a {
  font-size: clamp(17px, 13.9523809524px + 0.2380952381vw, 18px);
  font-weight: 600;
  line-height: 27px;
  color: #fff;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: clamp(11px, -16.4285714286px + 2.1428571429vw, 20px);
  padding-right: clamp(11px, -40.8095238095px + 4.0476190476vw, 28px);
}
.wp-block #masthead ul li a:after,
.soj-frontend #masthead ul li a:after {
  content: "";
  height: 2px;
  width: 30px;
  background: transparent;
  display: block;
  transition: background 300ms ease;
}
.wp-block #masthead ul li svg,
.soj-frontend #masthead ul li svg {
  margin-left: 8px;
}
.wp-block #masthead ul li:last-child a,
.soj-frontend #masthead ul li:last-child a {
  padding-right: 0;
}
.wp-block #masthead ul li.current_page_item a:after, .wp-block #masthead ul li.current-page-parent a:after, .wp-block #masthead ul li.current_page_ancestor a:after,
.soj-frontend #masthead ul li.current_page_item a:after,
.soj-frontend #masthead ul li.current-page-parent a:after,
.soj-frontend #masthead ul li.current_page_ancestor a:after {
  content: "";
  height: 2px;
  background: #fff;
  display: block;
}
.wp-block #masthead ul li:hover a,
.soj-frontend #masthead ul li:hover a {
  text-decoration: none;
}
.wp-block #masthead ul li:hover a:after,
.soj-frontend #masthead ul li:hover a:after {
  background: white;
  transition: background 300ms ease;
}
.wp-block #masthead ul li:hover ul,
.soj-frontend #masthead ul li:hover ul {
  display: flex;
  flex-direction: column;
}
.wp-block #masthead ul li .sub-menu,
.soj-frontend #masthead ul li .sub-menu {
  position: absolute;
  left: 8px;
  top: 29px;
  display: none;
  background: white;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.wp-block #masthead ul li .sub-menu li a,
.soj-frontend #masthead ul li .sub-menu li a {
  color: #222;
  white-space: nowrap;
  padding: 3px 15px;
  font-size: clamp(17px, 17px + 0vw, 17px);
  font-weight: 600;
}
.wp-block #masthead ul li .sub-menu li.current_page_item a,
.soj-frontend #masthead ul li .sub-menu li.current_page_item a {
  color: #00703C;
  text-decoration: underline;
}
.wp-block #masthead ul li .sub-menu li:hover a,
.soj-frontend #masthead ul li .sub-menu li:hover a {
  color: #00703C;
}
.wp-block.single-post #masthead ul li.whats_on_link a:after,
.soj-frontend.single-post #masthead ul li.whats_on_link a:after {
  content: "";
  height: 2px;
  width: 100%;
  background: #fff;
  display: block;
}
.wp-block .set_space,
.soj-frontend .set_space {
  padding-top: 180px;
  background: grey;
  text-align: center;
  padding-bottom: 100px;
  color: white;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  display: block;
}
.wp-block #form_popup,
.soj-frontend #form_popup {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
  overflow: hidden;
  opacity: 0;
  transition: opacity 400ms ease-in-out;
}
.wp-block #form_popup.active,
.soj-frontend #form_popup.active {
  width: 100%;
  opacity: 1;
  height: 100%;
}
.wp-block #form_popup .inner,
.soj-frontend #form_popup .inner {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 30px 8px rgba(0, 0, 0, 0.5607843137);
}
.wp-block #form_popup .inner form,
.soj-frontend #form_popup .inner form {
  display: flex;
  width: 100%;
  gap: 10px;
}
.wp-block #form_popup .inner form label,
.soj-frontend #form_popup .inner form label {
  width: 100%;
}
.wp-block #form_popup .inner form input,
.soj-frontend #form_popup .inner form input {
  padding-right: 15px;
  display: block;
  height: 48px;
  padding-left: 15px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #dedede;
  width: 100%;
}
.wp-block #form_popup .inner form button,
.soj-frontend #form_popup .inner form button {
  width: 143px;
  height: 48px;
  border-radius: 24px;
  background: #158841;
  font-weight: 600;
  font-size: 16px;
  border: none;
  color: #fff;
}
.wp-block #form_popup .heading,
.soj-frontend #form_popup .heading {
  display: flex;
  justify-content: space-between;
}
.wp-block #form_popup .heading p,
.soj-frontend #form_popup .heading p {
  font-weight: bold;
}
.wp-block #form_popup .heading .close,
.soj-frontend #form_popup .heading .close {
  width: 30px;
  right: 20px;
  top: 20px;
  cursor: pointer;
  position: absolute;
}
.wp-block #form_popup .heading .close svg,
.soj-frontend #form_popup .heading .close svg {
  max-width: 100%;
  height: auto;
}
.wp-block .custom-search-page-header,
.soj-frontend .custom-search-page-header {
  height: 480px;
  background: #0f4a6f;
  margin-top: 20px;
  display: flex;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .wp-block .custom-search-page-header,
  .soj-frontend .custom-search-page-header {
    margin-top: 30px;
  }
}
.wp-block .custom-search-page-header .search-form-container,
.soj-frontend .custom-search-page-header .search-form-container {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.wp-block .custom-search-page-header .search-form-container .title,
.soj-frontend .custom-search-page-header .search-form-container .title {
  color: #fff;
}
.wp-block .custom-search-page-header .search-form-container form,
.soj-frontend .custom-search-page-header .search-form-container form {
  display: flex;
  width: 100%;
  gap: 10px;
}
.wp-block .custom-search-page-header .search-form-container form label,
.soj-frontend .custom-search-page-header .search-form-container form label {
  width: 100%;
}
.wp-block .custom-search-page-header .search-form-container form input,
.soj-frontend .custom-search-page-header .search-form-container form input {
  padding-right: 15px;
  display: block;
  height: 48px;
  padding-left: 15px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #dedede;
  width: 100%;
}
.wp-block .custom-search-page-header .search-form-container form button,
.soj-frontend .custom-search-page-header .search-form-container form button {
  width: 143px;
  height: 48px;
  border-radius: 24px;
  background: #158841;
  font-weight: 600;
  font-size: 16px;
  border: none;
  color: #fff;
}
.wp-block .custom-search-page,
.soj-frontend .custom-search-page {
  margin-bottom: 30px;
  background: #f4f3ed;
  border-radius: 10px;
  padding: 4vw;
}
.wp-block .custom-search-page .search-results-container,
.soj-frontend .custom-search-page .search-results-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.wp-block .custom-search-page .search-results-container .search-result,
.soj-frontend .custom-search-page .search-results-container .search-result {
  max-width: 400px;
}
.wp-block .custom-search-page .search-results-container .search-result .title,
.soj-frontend .custom-search-page .search-results-container .search-result .title {
  margin-bottom: 0;
}
.wp-block .custom-search-page .search-results-container .search-result .title a:hover,
.soj-frontend .custom-search-page .search-results-container .search-result .title a:hover {
  color: #00703C;
}
.wp-block .btn,
.wp-block .gform_button,
.soj-frontend .btn,
.soj-frontend .gform_button {
  background: #00703C;
  padding: 15px 37px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: inline-flex;
  color: #fff;
  text-decoration: none !important;
  transition: background 400ms ease;
  border-radius: 24px;
  justify-content: center;
  text-align: center;
}
.wp-block .btn:hover,
.wp-block .gform_button:hover,
.soj-frontend .btn:hover,
.soj-frontend .gform_button:hover {
  background: #0079C1;
  color: #fff;
  text-decoration: none;
  transition: background 400ms ease;
  opacity: 1;
}
.wp-block .btn.btn-secondary,
.wp-block .gform_button.btn-secondary,
.soj-frontend .btn.btn-secondary,
.soj-frontend .gform_button.btn-secondary {
  background: #0079C1;
}
.wp-block .btn.btn-secondary:hover,
.wp-block .gform_button.btn-secondary:hover,
.soj-frontend .btn.btn-secondary:hover,
.soj-frontend .gform_button.btn-secondary:hover {
  background: #00703C;
  color: #fff;
  text-decoration: none;
  transition: background 400ms ease;
  opacity: 1;
}
.wp-block .btn.button-grey,
.wp-block .gform_button.button-grey,
.soj-frontend .btn.button-grey,
.soj-frontend .gform_button.button-grey {
  background: #888888;
}
.wp-block .btn.button-grey:hover,
.wp-block .gform_button.button-grey:hover,
.soj-frontend .btn.button-grey:hover,
.soj-frontend .gform_button.button-grey:hover {
  background: #0079C1;
  color: #fff;
  text-decoration: none;
  transition: background 400ms ease;
  opacity: 1;
}
.wp-block :root,
.wp-block [data-bs-theme=light],
.soj-frontend :root,
.soj-frontend [data-bs-theme=light] {
  --bs-blue: #0079C1;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #f75454;
  --bs-orange: #fc814a;
  --bs-yellow: #FFD200;
  --bs-green: #00703C;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #222;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0079C1;
  --bs-secondary: #6c757d;
  --bs-success: #00703C;
  --bs-info: #0dcaf0;
  --bs-warning: #FFD200;
  --bs-danger: #f75454;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 0, 121, 193;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 0, 112, 60;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 210, 0;
  --bs-danger-rgb: 247, 84, 84;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #00304d;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #002d18;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #665400;
  --bs-danger-text-emphasis: #632222;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cce4f3;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #cce2d8;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff6cc;
  --bs-danger-bg-subtle: #fddddd;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #99c9e6;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #99c6b1;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffed99;
  --bs-danger-border-subtle: #fcbbbb;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 34, 34, 34;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #222;
  --bs-emphasis-color-rgb: 34, 34, 34;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0079C1;
  --bs-link-color-rgb: 0, 121, 193;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #00619a;
  --bs-link-hover-color-rgb: 0, 97, 154;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff6cc;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(34, 34, 34, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(34, 34, 34, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(34, 34, 34, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(34, 34, 34, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(34, 34, 34, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(0, 121, 193, 0.25);
  --bs-form-valid-color: #00703C;
  --bs-form-valid-border-color: #00703C;
  --bs-form-invalid-color: #f75454;
  --bs-form-invalid-border-color: #f75454;
}
.wp-block [data-bs-theme=dark],
.soj-frontend [data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #66afda;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #66a98a;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffe466;
  --bs-danger-text-emphasis: #fa9898;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #001827;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #00160c;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332a00;
  --bs-danger-bg-subtle: #311111;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #2b2e31;
  --bs-primary-border-subtle: #004974;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #004324;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997e00;
  --bs-danger-border-subtle: #943232;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #66afda;
  --bs-link-hover-color: #85bfe1;
  --bs-link-color-rgb: 102, 175, 218;
  --bs-link-hover-color-rgb: 133, 191, 225;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #665400;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #66a98a;
  --bs-form-valid-border-color: #66a98a;
  --bs-form-invalid-color: #fa9898;
  --bs-form-invalid-border-color: #fa9898;
}
.wp-block .clearfix::after,
.soj-frontend .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.wp-block .text-bg-primary,
.soj-frontend .text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.wp-block .text-bg-secondary,
.soj-frontend .text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.wp-block .text-bg-success,
.soj-frontend .text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}
.wp-block .text-bg-info,
.soj-frontend .text-bg-info {
  color: #222 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}
.wp-block .text-bg-warning,
.soj-frontend .text-bg-warning {
  color: #222 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}
.wp-block .text-bg-danger,
.soj-frontend .text-bg-danger {
  color: #222 !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}
.wp-block .text-bg-light,
.soj-frontend .text-bg-light {
  color: #222 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}
.wp-block .text-bg-dark,
.soj-frontend .text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}
.wp-block .link-primary,
.soj-frontend .link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.wp-block .link-primary:hover, .wp-block .link-primary:focus,
.soj-frontend .link-primary:hover,
.soj-frontend .link-primary:focus {
  color: RGBA(0, 97, 154, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 97, 154, var(--bs-link-underline-opacity, 1)) !important;
}
.wp-block .link-secondary,
.soj-frontend .link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.wp-block .link-secondary:hover, .wp-block .link-secondary:focus,
.soj-frontend .link-secondary:hover,
.soj-frontend .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}
.wp-block .link-success,
.soj-frontend .link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.wp-block .link-success:hover, .wp-block .link-success:focus,
.soj-frontend .link-success:hover,
.soj-frontend .link-success:focus {
  color: RGBA(0, 90, 48, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 90, 48, var(--bs-link-underline-opacity, 1)) !important;
}
.wp-block .link-info,
.soj-frontend .link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.wp-block .link-info:hover, .wp-block .link-info:focus,
.soj-frontend .link-info:hover,
.soj-frontend .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}
.wp-block .link-warning,
.soj-frontend .link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.wp-block .link-warning:hover, .wp-block .link-warning:focus,
.soj-frontend .link-warning:hover,
.soj-frontend .link-warning:focus {
  color: RGBA(255, 219, 51, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 219, 51, var(--bs-link-underline-opacity, 1)) !important;
}
.wp-block .link-danger,
.soj-frontend .link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.wp-block .link-danger:hover, .wp-block .link-danger:focus,
.soj-frontend .link-danger:hover,
.soj-frontend .link-danger:focus {
  color: RGBA(249, 118, 118, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 118, 118, var(--bs-link-underline-opacity, 1)) !important;
}
.wp-block .link-light,
.soj-frontend .link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.wp-block .link-light:hover, .wp-block .link-light:focus,
.soj-frontend .link-light:hover,
.soj-frontend .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}
.wp-block .link-dark,
.soj-frontend .link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.wp-block .link-dark:hover, .wp-block .link-dark:focus,
.soj-frontend .link-dark:hover,
.soj-frontend .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}
.wp-block .link-body-emphasis,
.soj-frontend .link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.wp-block .link-body-emphasis:hover, .wp-block .link-body-emphasis:focus,
.soj-frontend .link-body-emphasis:hover,
.soj-frontend .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}
.wp-block .focus-ring:focus,
.soj-frontend .focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.wp-block .icon-link,
.soj-frontend .icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.wp-block .icon-link > .bi,
.soj-frontend .icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .wp-block .icon-link > .bi,
  .soj-frontend .icon-link > .bi {
    transition: none;
  }
}
.wp-block .icon-link-hover:hover > .bi, .wp-block .icon-link-hover:focus-visible > .bi,
.soj-frontend .icon-link-hover:hover > .bi,
.soj-frontend .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.wp-block .ratio,
.soj-frontend .ratio {
  position: relative;
  width: 100%;
}
.wp-block .ratio::before,
.soj-frontend .ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.wp-block .ratio > *,
.soj-frontend .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block .ratio-1x1,
.soj-frontend .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.wp-block .ratio-4x3,
.soj-frontend .ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.wp-block .ratio-16x9,
.soj-frontend .ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.wp-block .ratio-21x9,
.soj-frontend .ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.wp-block .fixed-top,
.soj-frontend .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.wp-block .fixed-bottom,
.soj-frontend .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.wp-block .sticky-top,
.soj-frontend .sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.wp-block .sticky-bottom,
.soj-frontend .sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .wp-block .sticky-sm-top,
  .soj-frontend .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .wp-block .sticky-sm-bottom,
  .soj-frontend .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .wp-block .sticky-md-top,
  .soj-frontend .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .wp-block .sticky-md-bottom,
  .soj-frontend .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1024px) {
  .wp-block .sticky-lg-top,
  .soj-frontend .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .wp-block .sticky-lg-bottom,
  .soj-frontend .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1190px) {
  .wp-block .sticky-xl-top,
  .soj-frontend .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .wp-block .sticky-xl-bottom,
  .soj-frontend .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .wp-block .sticky-xxl-top,
  .soj-frontend .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .wp-block .sticky-xxl-bottom,
  .soj-frontend .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.wp-block .hstack,
.soj-frontend .hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.wp-block .vstack,
.soj-frontend .vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.wp-block .visually-hidden,
.wp-block .visually-hidden-focusable:not(:focus):not(:focus-within),
.soj-frontend .visually-hidden,
.soj-frontend .visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.wp-block .visually-hidden:not(caption),
.wp-block .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.soj-frontend .visually-hidden:not(caption),
.soj-frontend .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.wp-block .stretched-link::after,
.soj-frontend .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.wp-block .text-truncate,
.soj-frontend .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wp-block .vr,
.soj-frontend .vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.wp-block .align-baseline,
.soj-frontend .align-baseline {
  vertical-align: baseline !important;
}
.wp-block .align-top,
.soj-frontend .align-top {
  vertical-align: top !important;
}
.wp-block .align-middle,
.soj-frontend .align-middle {
  vertical-align: middle !important;
}
.wp-block .align-bottom,
.soj-frontend .align-bottom {
  vertical-align: bottom !important;
}
.wp-block .align-text-bottom,
.soj-frontend .align-text-bottom {
  vertical-align: text-bottom !important;
}
.wp-block .align-text-top,
.soj-frontend .align-text-top {
  vertical-align: text-top !important;
}
.wp-block .float-start,
.soj-frontend .float-start {
  float: left !important;
}
.wp-block .float-end,
.soj-frontend .float-end {
  float: right !important;
}
.wp-block .float-none,
.soj-frontend .float-none {
  float: none !important;
}
.wp-block .object-fit-contain,
.soj-frontend .object-fit-contain {
  object-fit: contain !important;
}
.wp-block .object-fit-cover,
.soj-frontend .object-fit-cover {
  object-fit: cover !important;
}
.wp-block .object-fit-fill,
.soj-frontend .object-fit-fill {
  object-fit: fill !important;
}
.wp-block .object-fit-scale,
.soj-frontend .object-fit-scale {
  object-fit: scale-down !important;
}
.wp-block .object-fit-none,
.soj-frontend .object-fit-none {
  object-fit: none !important;
}
.wp-block .opacity-0,
.soj-frontend .opacity-0 {
  opacity: 0 !important;
}
.wp-block .opacity-25,
.soj-frontend .opacity-25 {
  opacity: 0.25 !important;
}
.wp-block .opacity-50,
.soj-frontend .opacity-50 {
  opacity: 0.5 !important;
}
.wp-block .opacity-75,
.soj-frontend .opacity-75 {
  opacity: 0.75 !important;
}
.wp-block .opacity-100,
.soj-frontend .opacity-100 {
  opacity: 1 !important;
}
.wp-block .overflow-auto,
.soj-frontend .overflow-auto {
  overflow: auto !important;
}
.wp-block .overflow-hidden,
.soj-frontend .overflow-hidden {
  overflow: hidden !important;
}
.wp-block .overflow-visible,
.soj-frontend .overflow-visible {
  overflow: visible !important;
}
.wp-block .overflow-scroll,
.soj-frontend .overflow-scroll {
  overflow: scroll !important;
}
.wp-block .overflow-x-auto,
.soj-frontend .overflow-x-auto {
  overflow-x: auto !important;
}
.wp-block .overflow-x-hidden,
.soj-frontend .overflow-x-hidden {
  overflow-x: hidden !important;
}
.wp-block .overflow-x-visible,
.soj-frontend .overflow-x-visible {
  overflow-x: visible !important;
}
.wp-block .overflow-x-scroll,
.soj-frontend .overflow-x-scroll {
  overflow-x: scroll !important;
}
.wp-block .overflow-y-auto,
.soj-frontend .overflow-y-auto {
  overflow-y: auto !important;
}
.wp-block .overflow-y-hidden,
.soj-frontend .overflow-y-hidden {
  overflow-y: hidden !important;
}
.wp-block .overflow-y-visible,
.soj-frontend .overflow-y-visible {
  overflow-y: visible !important;
}
.wp-block .overflow-y-scroll,
.soj-frontend .overflow-y-scroll {
  overflow-y: scroll !important;
}
.wp-block .d-inline,
.soj-frontend .d-inline {
  display: inline !important;
}
.wp-block .d-inline-block,
.soj-frontend .d-inline-block {
  display: inline-block !important;
}
.wp-block .d-block,
.soj-frontend .d-block {
  display: block !important;
}
.wp-block .d-grid,
.soj-frontend .d-grid {
  display: grid !important;
}
.wp-block .d-inline-grid,
.soj-frontend .d-inline-grid {
  display: inline-grid !important;
}
.wp-block .d-table,
.soj-frontend .d-table {
  display: table !important;
}
.wp-block .d-table-row,
.soj-frontend .d-table-row {
  display: table-row !important;
}
.wp-block .d-table-cell,
.soj-frontend .d-table-cell {
  display: table-cell !important;
}
.wp-block .d-flex,
.soj-frontend .d-flex {
  display: flex !important;
}
.wp-block .d-inline-flex,
.soj-frontend .d-inline-flex {
  display: inline-flex !important;
}
.wp-block .d-none,
.soj-frontend .d-none {
  display: none !important;
}
.wp-block .shadow,
.soj-frontend .shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
.wp-block .shadow-sm,
.soj-frontend .shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.wp-block .shadow-lg,
.soj-frontend .shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.wp-block .shadow-none,
.soj-frontend .shadow-none {
  box-shadow: none !important;
}
.wp-block .focus-ring-primary,
.soj-frontend .focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.wp-block .focus-ring-secondary,
.soj-frontend .focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.wp-block .focus-ring-success,
.soj-frontend .focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.wp-block .focus-ring-info,
.soj-frontend .focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.wp-block .focus-ring-warning,
.soj-frontend .focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.wp-block .focus-ring-danger,
.soj-frontend .focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.wp-block .focus-ring-light,
.soj-frontend .focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.wp-block .focus-ring-dark,
.soj-frontend .focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.wp-block .position-static,
.soj-frontend .position-static {
  position: static !important;
}
.wp-block .position-relative,
.soj-frontend .position-relative {
  position: relative !important;
}
.wp-block .position-absolute,
.soj-frontend .position-absolute {
  position: absolute !important;
}
.wp-block .position-fixed,
.soj-frontend .position-fixed {
  position: fixed !important;
}
.wp-block .position-sticky,
.soj-frontend .position-sticky {
  position: sticky !important;
}
.wp-block .top-0,
.soj-frontend .top-0 {
  top: 0 !important;
}
.wp-block .top-50,
.soj-frontend .top-50 {
  top: 50% !important;
}
.wp-block .top-100,
.soj-frontend .top-100 {
  top: 100% !important;
}
.wp-block .bottom-0,
.soj-frontend .bottom-0 {
  bottom: 0 !important;
}
.wp-block .bottom-50,
.soj-frontend .bottom-50 {
  bottom: 50% !important;
}
.wp-block .bottom-100,
.soj-frontend .bottom-100 {
  bottom: 100% !important;
}
.wp-block .start-0,
.soj-frontend .start-0 {
  left: 0 !important;
}
.wp-block .start-50,
.soj-frontend .start-50 {
  left: 50% !important;
}
.wp-block .start-100,
.soj-frontend .start-100 {
  left: 100% !important;
}
.wp-block .end-0,
.soj-frontend .end-0 {
  right: 0 !important;
}
.wp-block .end-50,
.soj-frontend .end-50 {
  right: 50% !important;
}
.wp-block .end-100,
.soj-frontend .end-100 {
  right: 100% !important;
}
.wp-block .translate-middle,
.soj-frontend .translate-middle {
  transform: translate(-50%, -50%) !important;
}
.wp-block .translate-middle-x,
.soj-frontend .translate-middle-x {
  transform: translateX(-50%) !important;
}
.wp-block .translate-middle-y,
.soj-frontend .translate-middle-y {
  transform: translateY(-50%) !important;
}
.wp-block .border,
.soj-frontend .border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.wp-block .border-0,
.soj-frontend .border-0 {
  border: 0 !important;
}
.wp-block .border-top,
.soj-frontend .border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.wp-block .border-top-0,
.soj-frontend .border-top-0 {
  border-top: 0 !important;
}
.wp-block .border-end,
.soj-frontend .border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.wp-block .border-end-0,
.soj-frontend .border-end-0 {
  border-right: 0 !important;
}
.wp-block .border-bottom,
.soj-frontend .border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.wp-block .border-bottom-0,
.soj-frontend .border-bottom-0 {
  border-bottom: 0 !important;
}
.wp-block .border-start,
.soj-frontend .border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.wp-block .border-start-0,
.soj-frontend .border-start-0 {
  border-left: 0 !important;
}
.wp-block .border-primary,
.soj-frontend .border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.wp-block .border-secondary,
.soj-frontend .border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.wp-block .border-success,
.soj-frontend .border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.wp-block .border-info,
.soj-frontend .border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.wp-block .border-warning,
.soj-frontend .border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.wp-block .border-danger,
.soj-frontend .border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.wp-block .border-light,
.soj-frontend .border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.wp-block .border-dark,
.soj-frontend .border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.wp-block .border-black,
.soj-frontend .border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.wp-block .border-white,
.soj-frontend .border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.wp-block .border-primary-subtle,
.soj-frontend .border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
.wp-block .border-secondary-subtle,
.soj-frontend .border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.wp-block .border-success-subtle,
.soj-frontend .border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
.wp-block .border-info-subtle,
.soj-frontend .border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
.wp-block .border-warning-subtle,
.soj-frontend .border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
.wp-block .border-danger-subtle,
.soj-frontend .border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
.wp-block .border-light-subtle,
.soj-frontend .border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
.wp-block .border-dark-subtle,
.soj-frontend .border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
.wp-block .border-1,
.soj-frontend .border-1 {
  border-width: 1px !important;
}
.wp-block .border-2,
.soj-frontend .border-2 {
  border-width: 2px !important;
}
.wp-block .border-3,
.soj-frontend .border-3 {
  border-width: 3px !important;
}
.wp-block .border-4,
.soj-frontend .border-4 {
  border-width: 4px !important;
}
.wp-block .border-5,
.soj-frontend .border-5 {
  border-width: 5px !important;
}
.wp-block .border-opacity-10,
.soj-frontend .border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.wp-block .border-opacity-25,
.soj-frontend .border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.wp-block .border-opacity-50,
.soj-frontend .border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.wp-block .border-opacity-75,
.soj-frontend .border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.wp-block .border-opacity-100,
.soj-frontend .border-opacity-100 {
  --bs-border-opacity: 1;
}
.wp-block .w-25,
.soj-frontend .w-25 {
  width: 25% !important;
}
.wp-block .w-50,
.soj-frontend .w-50 {
  width: 50% !important;
}
.wp-block .w-75,
.soj-frontend .w-75 {
  width: 75% !important;
}
.wp-block .w-100,
.soj-frontend .w-100 {
  width: 100% !important;
}
.wp-block .w-auto,
.soj-frontend .w-auto {
  width: auto !important;
}
.wp-block .mw-100,
.soj-frontend .mw-100 {
  max-width: 100% !important;
}
.wp-block .vw-100,
.soj-frontend .vw-100 {
  width: 100vw !important;
}
.wp-block .min-vw-100,
.soj-frontend .min-vw-100 {
  min-width: 100vw !important;
}
.wp-block .h-25,
.soj-frontend .h-25 {
  height: 25% !important;
}
.wp-block .h-50,
.soj-frontend .h-50 {
  height: 50% !important;
}
.wp-block .h-75,
.soj-frontend .h-75 {
  height: 75% !important;
}
.wp-block .h-100,
.soj-frontend .h-100 {
  height: 100% !important;
}
.wp-block .h-auto,
.soj-frontend .h-auto {
  height: auto !important;
}
.wp-block .mh-100,
.soj-frontend .mh-100 {
  max-height: 100% !important;
}
.wp-block .vh-100,
.soj-frontend .vh-100 {
  height: 100vh !important;
}
.wp-block .min-vh-100,
.soj-frontend .min-vh-100 {
  min-height: 100vh !important;
}
.wp-block .flex-fill,
.soj-frontend .flex-fill {
  flex: 1 1 auto !important;
}
.wp-block .flex-row,
.soj-frontend .flex-row {
  flex-direction: row !important;
}
.wp-block .flex-column,
.soj-frontend .flex-column {
  flex-direction: column !important;
}
.wp-block .flex-row-reverse,
.soj-frontend .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.wp-block .flex-column-reverse,
.soj-frontend .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.wp-block .flex-grow-0,
.soj-frontend .flex-grow-0 {
  flex-grow: 0 !important;
}
.wp-block .flex-grow-1,
.soj-frontend .flex-grow-1 {
  flex-grow: 1 !important;
}
.wp-block .flex-shrink-0,
.soj-frontend .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.wp-block .flex-shrink-1,
.soj-frontend .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.wp-block .flex-wrap,
.soj-frontend .flex-wrap {
  flex-wrap: wrap !important;
}
.wp-block .flex-nowrap,
.soj-frontend .flex-nowrap {
  flex-wrap: nowrap !important;
}
.wp-block .flex-wrap-reverse,
.soj-frontend .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.wp-block .justify-content-start,
.soj-frontend .justify-content-start {
  justify-content: flex-start !important;
}
.wp-block .justify-content-end,
.soj-frontend .justify-content-end {
  justify-content: flex-end !important;
}
.wp-block .justify-content-center,
.soj-frontend .justify-content-center {
  justify-content: center !important;
}
.wp-block .justify-content-between,
.soj-frontend .justify-content-between {
  justify-content: space-between !important;
}
.wp-block .justify-content-around,
.soj-frontend .justify-content-around {
  justify-content: space-around !important;
}
.wp-block .justify-content-evenly,
.soj-frontend .justify-content-evenly {
  justify-content: space-evenly !important;
}
.wp-block .align-items-start,
.soj-frontend .align-items-start {
  align-items: flex-start !important;
}
.wp-block .align-items-end,
.soj-frontend .align-items-end {
  align-items: flex-end !important;
}
.wp-block .align-items-center,
.soj-frontend .align-items-center {
  align-items: center !important;
}
.wp-block .align-items-baseline,
.soj-frontend .align-items-baseline {
  align-items: baseline !important;
}
.wp-block .align-items-stretch,
.soj-frontend .align-items-stretch {
  align-items: stretch !important;
}
.wp-block .align-content-start,
.soj-frontend .align-content-start {
  align-content: flex-start !important;
}
.wp-block .align-content-end,
.soj-frontend .align-content-end {
  align-content: flex-end !important;
}
.wp-block .align-content-center,
.soj-frontend .align-content-center {
  align-content: center !important;
}
.wp-block .align-content-between,
.soj-frontend .align-content-between {
  align-content: space-between !important;
}
.wp-block .align-content-around,
.soj-frontend .align-content-around {
  align-content: space-around !important;
}
.wp-block .align-content-stretch,
.soj-frontend .align-content-stretch {
  align-content: stretch !important;
}
.wp-block .align-self-auto,
.soj-frontend .align-self-auto {
  align-self: auto !important;
}
.wp-block .align-self-start,
.soj-frontend .align-self-start {
  align-self: flex-start !important;
}
.wp-block .align-self-end,
.soj-frontend .align-self-end {
  align-self: flex-end !important;
}
.wp-block .align-self-center,
.soj-frontend .align-self-center {
  align-self: center !important;
}
.wp-block .align-self-baseline,
.soj-frontend .align-self-baseline {
  align-self: baseline !important;
}
.wp-block .align-self-stretch,
.soj-frontend .align-self-stretch {
  align-self: stretch !important;
}
.wp-block .order-first,
.soj-frontend .order-first {
  order: -1 !important;
}
.wp-block .order-0,
.soj-frontend .order-0 {
  order: 0 !important;
}
.wp-block .order-1,
.soj-frontend .order-1 {
  order: 1 !important;
}
.wp-block .order-2,
.soj-frontend .order-2 {
  order: 2 !important;
}
.wp-block .order-3,
.soj-frontend .order-3 {
  order: 3 !important;
}
.wp-block .order-4,
.soj-frontend .order-4 {
  order: 4 !important;
}
.wp-block .order-5,
.soj-frontend .order-5 {
  order: 5 !important;
}
.wp-block .order-last,
.soj-frontend .order-last {
  order: 6 !important;
}
.wp-block .m-0,
.soj-frontend .m-0 {
  margin: 0 !important;
}
.wp-block .m-1,
.soj-frontend .m-1 {
  margin: 0.25rem !important;
}
.wp-block .m-2,
.soj-frontend .m-2 {
  margin: 0.5rem !important;
}
.wp-block .m-3,
.soj-frontend .m-3 {
  margin: 1rem !important;
}
.wp-block .m-4,
.soj-frontend .m-4 {
  margin: 1.5rem !important;
}
.wp-block .m-5,
.soj-frontend .m-5 {
  margin: 3rem !important;
}
.wp-block .m-auto,
.soj-frontend .m-auto {
  margin: auto !important;
}
.wp-block .mx-0,
.soj-frontend .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.wp-block .mx-1,
.soj-frontend .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.wp-block .mx-2,
.soj-frontend .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.wp-block .mx-3,
.soj-frontend .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.wp-block .mx-4,
.soj-frontend .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.wp-block .mx-5,
.soj-frontend .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.wp-block .mx-auto,
.soj-frontend .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.wp-block .my-0,
.soj-frontend .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.wp-block .my-1,
.soj-frontend .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.wp-block .my-2,
.soj-frontend .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.wp-block .my-3,
.soj-frontend .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.wp-block .my-4,
.soj-frontend .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.wp-block .my-5,
.soj-frontend .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.wp-block .my-auto,
.soj-frontend .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.wp-block .mt-0,
.soj-frontend .mt-0 {
  margin-top: 0 !important;
}
.wp-block .mt-1,
.soj-frontend .mt-1 {
  margin-top: 0.25rem !important;
}
.wp-block .mt-2,
.soj-frontend .mt-2 {
  margin-top: 0.5rem !important;
}
.wp-block .mt-3,
.soj-frontend .mt-3 {
  margin-top: 1rem !important;
}
.wp-block .mt-4,
.soj-frontend .mt-4 {
  margin-top: 1.5rem !important;
}
.wp-block .mt-5,
.soj-frontend .mt-5 {
  margin-top: 3rem !important;
}
.wp-block .mt-auto,
.soj-frontend .mt-auto {
  margin-top: auto !important;
}
.wp-block .me-0,
.soj-frontend .me-0 {
  margin-right: 0 !important;
}
.wp-block .me-1,
.soj-frontend .me-1 {
  margin-right: 0.25rem !important;
}
.wp-block .me-2,
.soj-frontend .me-2 {
  margin-right: 0.5rem !important;
}
.wp-block .me-3,
.soj-frontend .me-3 {
  margin-right: 1rem !important;
}
.wp-block .me-4,
.soj-frontend .me-4 {
  margin-right: 1.5rem !important;
}
.wp-block .me-5,
.soj-frontend .me-5 {
  margin-right: 3rem !important;
}
.wp-block .me-auto,
.soj-frontend .me-auto {
  margin-right: auto !important;
}
.wp-block .mb-0,
.soj-frontend .mb-0 {
  margin-bottom: 0 !important;
}
.wp-block .mb-1,
.soj-frontend .mb-1 {
  margin-bottom: 0.25rem !important;
}
.wp-block .mb-2,
.soj-frontend .mb-2 {
  margin-bottom: 0.5rem !important;
}
.wp-block .mb-3,
.soj-frontend .mb-3 {
  margin-bottom: 1rem !important;
}
.wp-block .mb-4,
.soj-frontend .mb-4 {
  margin-bottom: 1.5rem !important;
}
.wp-block .mb-5,
.soj-frontend .mb-5 {
  margin-bottom: 3rem !important;
}
.wp-block .mb-auto,
.soj-frontend .mb-auto {
  margin-bottom: auto !important;
}
.wp-block .ms-0,
.soj-frontend .ms-0 {
  margin-left: 0 !important;
}
.wp-block .ms-1,
.soj-frontend .ms-1 {
  margin-left: 0.25rem !important;
}
.wp-block .ms-2,
.soj-frontend .ms-2 {
  margin-left: 0.5rem !important;
}
.wp-block .ms-3,
.soj-frontend .ms-3 {
  margin-left: 1rem !important;
}
.wp-block .ms-4,
.soj-frontend .ms-4 {
  margin-left: 1.5rem !important;
}
.wp-block .ms-5,
.soj-frontend .ms-5 {
  margin-left: 3rem !important;
}
.wp-block .ms-auto,
.soj-frontend .ms-auto {
  margin-left: auto !important;
}
.wp-block .p-0,
.soj-frontend .p-0 {
  padding: 0 !important;
}
.wp-block .p-1,
.soj-frontend .p-1 {
  padding: 0.25rem !important;
}
.wp-block .p-2,
.soj-frontend .p-2 {
  padding: 0.5rem !important;
}
.wp-block .p-3,
.soj-frontend .p-3 {
  padding: 1rem !important;
}
.wp-block .p-4,
.soj-frontend .p-4 {
  padding: 1.5rem !important;
}
.wp-block .p-5,
.soj-frontend .p-5 {
  padding: 3rem !important;
}
.wp-block .px-0,
.soj-frontend .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.wp-block .px-1,
.soj-frontend .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.wp-block .px-2,
.soj-frontend .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.wp-block .px-3,
.soj-frontend .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.wp-block .px-4,
.soj-frontend .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.wp-block .px-5,
.soj-frontend .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.wp-block .py-0,
.soj-frontend .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.wp-block .py-1,
.soj-frontend .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.wp-block .py-2,
.soj-frontend .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.wp-block .py-3,
.soj-frontend .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.wp-block .py-4,
.soj-frontend .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.wp-block .py-5,
.soj-frontend .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.wp-block .pt-0,
.soj-frontend .pt-0 {
  padding-top: 0 !important;
}
.wp-block .pt-1,
.soj-frontend .pt-1 {
  padding-top: 0.25rem !important;
}
.wp-block .pt-2,
.soj-frontend .pt-2 {
  padding-top: 0.5rem !important;
}
.wp-block .pt-3,
.soj-frontend .pt-3 {
  padding-top: 1rem !important;
}
.wp-block .pt-4,
.soj-frontend .pt-4 {
  padding-top: 1.5rem !important;
}
.wp-block .pt-5,
.soj-frontend .pt-5 {
  padding-top: 3rem !important;
}
.wp-block .pe-0,
.soj-frontend .pe-0 {
  padding-right: 0 !important;
}
.wp-block .pe-1,
.soj-frontend .pe-1 {
  padding-right: 0.25rem !important;
}
.wp-block .pe-2,
.soj-frontend .pe-2 {
  padding-right: 0.5rem !important;
}
.wp-block .pe-3,
.soj-frontend .pe-3 {
  padding-right: 1rem !important;
}
.wp-block .pe-4,
.soj-frontend .pe-4 {
  padding-right: 1.5rem !important;
}
.wp-block .pe-5,
.soj-frontend .pe-5 {
  padding-right: 3rem !important;
}
.wp-block .pb-0,
.soj-frontend .pb-0 {
  padding-bottom: 0 !important;
}
.wp-block .pb-1,
.soj-frontend .pb-1 {
  padding-bottom: 0.25rem !important;
}
.wp-block .pb-2,
.soj-frontend .pb-2 {
  padding-bottom: 0.5rem !important;
}
.wp-block .pb-3,
.soj-frontend .pb-3 {
  padding-bottom: 1rem !important;
}
.wp-block .pb-4,
.soj-frontend .pb-4 {
  padding-bottom: 1.5rem !important;
}
.wp-block .pb-5,
.soj-frontend .pb-5 {
  padding-bottom: 3rem !important;
}
.wp-block .ps-0,
.soj-frontend .ps-0 {
  padding-left: 0 !important;
}
.wp-block .ps-1,
.soj-frontend .ps-1 {
  padding-left: 0.25rem !important;
}
.wp-block .ps-2,
.soj-frontend .ps-2 {
  padding-left: 0.5rem !important;
}
.wp-block .ps-3,
.soj-frontend .ps-3 {
  padding-left: 1rem !important;
}
.wp-block .ps-4,
.soj-frontend .ps-4 {
  padding-left: 1.5rem !important;
}
.wp-block .ps-5,
.soj-frontend .ps-5 {
  padding-left: 3rem !important;
}
.wp-block .gap-0,
.soj-frontend .gap-0 {
  gap: 0 !important;
}
.wp-block .gap-1,
.soj-frontend .gap-1 {
  gap: 0.25rem !important;
}
.wp-block .gap-2,
.soj-frontend .gap-2 {
  gap: 0.5rem !important;
}
.wp-block .gap-3,
.soj-frontend .gap-3 {
  gap: 1rem !important;
}
.wp-block .gap-4,
.soj-frontend .gap-4 {
  gap: 1.5rem !important;
}
.wp-block .gap-5,
.soj-frontend .gap-5 {
  gap: 3rem !important;
}
.wp-block .row-gap-0,
.soj-frontend .row-gap-0 {
  row-gap: 0 !important;
}
.wp-block .row-gap-1,
.soj-frontend .row-gap-1 {
  row-gap: 0.25rem !important;
}
.wp-block .row-gap-2,
.soj-frontend .row-gap-2 {
  row-gap: 0.5rem !important;
}
.wp-block .row-gap-3,
.soj-frontend .row-gap-3 {
  row-gap: 1rem !important;
}
.wp-block .row-gap-4,
.soj-frontend .row-gap-4 {
  row-gap: 1.5rem !important;
}
.wp-block .row-gap-5,
.soj-frontend .row-gap-5 {
  row-gap: 3rem !important;
}
.wp-block .column-gap-0,
.soj-frontend .column-gap-0 {
  column-gap: 0 !important;
}
.wp-block .column-gap-1,
.soj-frontend .column-gap-1 {
  column-gap: 0.25rem !important;
}
.wp-block .column-gap-2,
.soj-frontend .column-gap-2 {
  column-gap: 0.5rem !important;
}
.wp-block .column-gap-3,
.soj-frontend .column-gap-3 {
  column-gap: 1rem !important;
}
.wp-block .column-gap-4,
.soj-frontend .column-gap-4 {
  column-gap: 1.5rem !important;
}
.wp-block .column-gap-5,
.soj-frontend .column-gap-5 {
  column-gap: 3rem !important;
}
.wp-block .font-monospace,
.soj-frontend .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.wp-block .fs-1,
.soj-frontend .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.wp-block .fs-2,
.soj-frontend .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.wp-block .fs-3,
.soj-frontend .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.wp-block .fs-4,
.soj-frontend .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.wp-block .fs-5,
.soj-frontend .fs-5 {
  font-size: 1.25rem !important;
}
.wp-block .fs-6,
.soj-frontend .fs-6 {
  font-size: 1rem !important;
}
.wp-block .fst-italic,
.soj-frontend .fst-italic {
  font-style: italic !important;
}
.wp-block .fst-normal,
.soj-frontend .fst-normal {
  font-style: normal !important;
}
.wp-block .fw-lighter,
.soj-frontend .fw-lighter {
  font-weight: lighter !important;
}
.wp-block .fw-light,
.soj-frontend .fw-light {
  font-weight: 300 !important;
}
.wp-block .fw-normal,
.soj-frontend .fw-normal {
  font-weight: 400 !important;
}
.wp-block .fw-medium,
.soj-frontend .fw-medium {
  font-weight: 500 !important;
}
.wp-block .fw-semibold,
.soj-frontend .fw-semibold {
  font-weight: 600 !important;
}
.wp-block .fw-bold,
.soj-frontend .fw-bold {
  font-weight: 700 !important;
}
.wp-block .fw-bolder,
.soj-frontend .fw-bolder {
  font-weight: bolder !important;
}
.wp-block .lh-1,
.soj-frontend .lh-1 {
  line-height: 1 !important;
}
.wp-block .lh-sm,
.soj-frontend .lh-sm {
  line-height: 1.25 !important;
}
.wp-block .lh-base,
.soj-frontend .lh-base {
  line-height: 1.5 !important;
}
.wp-block .lh-lg,
.soj-frontend .lh-lg {
  line-height: 2 !important;
}
.wp-block .text-start,
.soj-frontend .text-start {
  text-align: left !important;
}
.wp-block .text-end,
.soj-frontend .text-end {
  text-align: right !important;
}
.wp-block .text-center,
.soj-frontend .text-center {
  text-align: center !important;
}
.wp-block .text-decoration-none,
.soj-frontend .text-decoration-none {
  text-decoration: none !important;
}
.wp-block .text-decoration-underline,
.soj-frontend .text-decoration-underline {
  text-decoration: underline !important;
}
.wp-block .text-decoration-line-through,
.soj-frontend .text-decoration-line-through {
  text-decoration: line-through !important;
}
.wp-block .text-lowercase,
.soj-frontend .text-lowercase {
  text-transform: lowercase !important;
}
.wp-block .text-uppercase,
.soj-frontend .text-uppercase {
  text-transform: uppercase !important;
}
.wp-block .text-capitalize,
.soj-frontend .text-capitalize {
  text-transform: capitalize !important;
}
.wp-block .text-wrap,
.soj-frontend .text-wrap {
  white-space: normal !important;
}
.wp-block .text-nowrap,
.soj-frontend .text-nowrap {
  white-space: nowrap !important;
}
.wp-block .text-break,
.soj-frontend .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.wp-block .text-primary,
.soj-frontend .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.wp-block .text-secondary,
.soj-frontend .text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.wp-block .text-success,
.soj-frontend .text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.wp-block .text-info,
.soj-frontend .text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.wp-block .text-warning,
.soj-frontend .text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.wp-block .text-danger,
.soj-frontend .text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.wp-block .text-light,
.soj-frontend .text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.wp-block .text-dark,
.soj-frontend .text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.wp-block .text-black,
.soj-frontend .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.wp-block .text-white,
.soj-frontend .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.wp-block .text-body,
.soj-frontend .text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.wp-block .text-muted,
.soj-frontend .text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.wp-block .text-black-50,
.soj-frontend .text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(34, 34, 34, 0.5) !important;
}
.wp-block .text-white-50,
.soj-frontend .text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.wp-block .text-body-secondary,
.soj-frontend .text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.wp-block .text-body-tertiary,
.soj-frontend .text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}
.wp-block .text-body-emphasis,
.soj-frontend .text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}
.wp-block .text-reset,
.soj-frontend .text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.wp-block .text-opacity-25,
.soj-frontend .text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.wp-block .text-opacity-50,
.soj-frontend .text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.wp-block .text-opacity-75,
.soj-frontend .text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.wp-block .text-opacity-100,
.soj-frontend .text-opacity-100 {
  --bs-text-opacity: 1;
}
.wp-block .text-primary-emphasis,
.soj-frontend .text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
.wp-block .text-secondary-emphasis,
.soj-frontend .text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
.wp-block .text-success-emphasis,
.soj-frontend .text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
.wp-block .text-info-emphasis,
.soj-frontend .text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
.wp-block .text-warning-emphasis,
.soj-frontend .text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
.wp-block .text-danger-emphasis,
.soj-frontend .text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
.wp-block .text-light-emphasis,
.soj-frontend .text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
.wp-block .text-dark-emphasis,
.soj-frontend .text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
.wp-block .link-opacity-10,
.soj-frontend .link-opacity-10 {
  --bs-link-opacity: 0.1;
}
.wp-block .link-opacity-10-hover:hover,
.soj-frontend .link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
.wp-block .link-opacity-25,
.soj-frontend .link-opacity-25 {
  --bs-link-opacity: 0.25;
}
.wp-block .link-opacity-25-hover:hover,
.soj-frontend .link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
.wp-block .link-opacity-50,
.soj-frontend .link-opacity-50 {
  --bs-link-opacity: 0.5;
}
.wp-block .link-opacity-50-hover:hover,
.soj-frontend .link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
.wp-block .link-opacity-75,
.soj-frontend .link-opacity-75 {
  --bs-link-opacity: 0.75;
}
.wp-block .link-opacity-75-hover:hover,
.soj-frontend .link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
.wp-block .link-opacity-100,
.soj-frontend .link-opacity-100 {
  --bs-link-opacity: 1;
}
.wp-block .link-opacity-100-hover:hover,
.soj-frontend .link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
.wp-block .link-offset-1,
.soj-frontend .link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.wp-block .link-offset-1-hover:hover,
.soj-frontend .link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.wp-block .link-offset-2,
.soj-frontend .link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.wp-block .link-offset-2-hover:hover,
.soj-frontend .link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.wp-block .link-offset-3,
.soj-frontend .link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.wp-block .link-offset-3-hover:hover,
.soj-frontend .link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.wp-block .link-underline-primary,
.soj-frontend .link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.wp-block .link-underline-secondary,
.soj-frontend .link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.wp-block .link-underline-success,
.soj-frontend .link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.wp-block .link-underline-info,
.soj-frontend .link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.wp-block .link-underline-warning,
.soj-frontend .link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.wp-block .link-underline-danger,
.soj-frontend .link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.wp-block .link-underline-light,
.soj-frontend .link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.wp-block .link-underline-dark,
.soj-frontend .link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.wp-block .link-underline,
.soj-frontend .link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.wp-block .link-underline-opacity-0,
.soj-frontend .link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
.wp-block .link-underline-opacity-0-hover:hover,
.soj-frontend .link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
.wp-block .link-underline-opacity-10,
.soj-frontend .link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
.wp-block .link-underline-opacity-10-hover:hover,
.soj-frontend .link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
.wp-block .link-underline-opacity-25,
.soj-frontend .link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
.wp-block .link-underline-opacity-25-hover:hover,
.soj-frontend .link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
.wp-block .link-underline-opacity-50,
.soj-frontend .link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
.wp-block .link-underline-opacity-50-hover:hover,
.soj-frontend .link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
.wp-block .link-underline-opacity-75,
.soj-frontend .link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
.wp-block .link-underline-opacity-75-hover:hover,
.soj-frontend .link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
.wp-block .link-underline-opacity-100,
.soj-frontend .link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
.wp-block .link-underline-opacity-100-hover:hover,
.soj-frontend .link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
.wp-block .bg-primary,
.soj-frontend .bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.wp-block .bg-secondary,
.soj-frontend .bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.wp-block .bg-success,
.soj-frontend .bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.wp-block .bg-info,
.soj-frontend .bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.wp-block .bg-warning,
.soj-frontend .bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.wp-block .bg-danger,
.soj-frontend .bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.wp-block .bg-light,
.soj-frontend .bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.wp-block .bg-dark,
.soj-frontend .bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.wp-block .bg-black,
.soj-frontend .bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.wp-block .bg-white,
.soj-frontend .bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.wp-block .bg-body,
.soj-frontend .bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.wp-block .bg-transparent,
.soj-frontend .bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.wp-block .bg-body-secondary,
.soj-frontend .bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.wp-block .bg-body-tertiary,
.soj-frontend .bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.wp-block .bg-opacity-10,
.soj-frontend .bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.wp-block .bg-opacity-25,
.soj-frontend .bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.wp-block .bg-opacity-50,
.soj-frontend .bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.wp-block .bg-opacity-75,
.soj-frontend .bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.wp-block .bg-opacity-100,
.soj-frontend .bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.wp-block .bg-primary-subtle,
.soj-frontend .bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.wp-block .bg-secondary-subtle,
.soj-frontend .bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.wp-block .bg-success-subtle,
.soj-frontend .bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.wp-block .bg-info-subtle,
.soj-frontend .bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.wp-block .bg-warning-subtle,
.soj-frontend .bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.wp-block .bg-danger-subtle,
.soj-frontend .bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.wp-block .bg-light-subtle,
.soj-frontend .bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
.wp-block .bg-dark-subtle,
.soj-frontend .bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.wp-block .bg-gradient,
.soj-frontend .bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.wp-block .user-select-all,
.soj-frontend .user-select-all {
  user-select: all !important;
}
.wp-block .user-select-auto,
.soj-frontend .user-select-auto {
  user-select: auto !important;
}
.wp-block .user-select-none,
.soj-frontend .user-select-none {
  user-select: none !important;
}
.wp-block .pe-none,
.soj-frontend .pe-none {
  pointer-events: none !important;
}
.wp-block .pe-auto,
.soj-frontend .pe-auto {
  pointer-events: auto !important;
}
.wp-block .rounded,
.soj-frontend .rounded {
  border-radius: var(--bs-border-radius) !important;
}
.wp-block .rounded-0,
.soj-frontend .rounded-0 {
  border-radius: 0 !important;
}
.wp-block .rounded-1,
.soj-frontend .rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.wp-block .rounded-2,
.soj-frontend .rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.wp-block .rounded-3,
.soj-frontend .rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.wp-block .rounded-4,
.soj-frontend .rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.wp-block .rounded-5,
.soj-frontend .rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
.wp-block .rounded-circle,
.soj-frontend .rounded-circle {
  border-radius: 50% !important;
}
.wp-block .rounded-pill,
.soj-frontend .rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.wp-block .rounded-top,
.soj-frontend .rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.wp-block .rounded-top-0,
.soj-frontend .rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.wp-block .rounded-top-1,
.soj-frontend .rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.wp-block .rounded-top-2,
.soj-frontend .rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.wp-block .rounded-top-3,
.soj-frontend .rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.wp-block .rounded-top-4,
.soj-frontend .rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.wp-block .rounded-top-5,
.soj-frontend .rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.wp-block .rounded-top-circle,
.soj-frontend .rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.wp-block .rounded-top-pill,
.soj-frontend .rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.wp-block .rounded-end,
.soj-frontend .rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.wp-block .rounded-end-0,
.soj-frontend .rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.wp-block .rounded-end-1,
.soj-frontend .rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.wp-block .rounded-end-2,
.soj-frontend .rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.wp-block .rounded-end-3,
.soj-frontend .rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.wp-block .rounded-end-4,
.soj-frontend .rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.wp-block .rounded-end-5,
.soj-frontend .rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.wp-block .rounded-end-circle,
.soj-frontend .rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.wp-block .rounded-end-pill,
.soj-frontend .rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.wp-block .rounded-bottom,
.soj-frontend .rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.wp-block .rounded-bottom-0,
.soj-frontend .rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.wp-block .rounded-bottom-1,
.soj-frontend .rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.wp-block .rounded-bottom-2,
.soj-frontend .rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.wp-block .rounded-bottom-3,
.soj-frontend .rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.wp-block .rounded-bottom-4,
.soj-frontend .rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.wp-block .rounded-bottom-5,
.soj-frontend .rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.wp-block .rounded-bottom-circle,
.soj-frontend .rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.wp-block .rounded-bottom-pill,
.soj-frontend .rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.wp-block .rounded-start,
.soj-frontend .rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.wp-block .rounded-start-0,
.soj-frontend .rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.wp-block .rounded-start-1,
.soj-frontend .rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.wp-block .rounded-start-2,
.soj-frontend .rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.wp-block .rounded-start-3,
.soj-frontend .rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.wp-block .rounded-start-4,
.soj-frontend .rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.wp-block .rounded-start-5,
.soj-frontend .rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.wp-block .rounded-start-circle,
.soj-frontend .rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.wp-block .rounded-start-pill,
.soj-frontend .rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.wp-block .visible,
.soj-frontend .visible {
  visibility: visible !important;
}
.wp-block .invisible,
.soj-frontend .invisible {
  visibility: hidden !important;
}
.wp-block .z-n1,
.soj-frontend .z-n1 {
  z-index: -1 !important;
}
.wp-block .z-0,
.soj-frontend .z-0 {
  z-index: 0 !important;
}
.wp-block .z-1,
.soj-frontend .z-1 {
  z-index: 1 !important;
}
.wp-block .z-2,
.soj-frontend .z-2 {
  z-index: 2 !important;
}
.wp-block .z-3,
.soj-frontend .z-3 {
  z-index: 3 !important;
}
@media (min-width: 576px) {
  .wp-block .float-sm-start,
  .soj-frontend .float-sm-start {
    float: left !important;
  }
  .wp-block .float-sm-end,
  .soj-frontend .float-sm-end {
    float: right !important;
  }
  .wp-block .float-sm-none,
  .soj-frontend .float-sm-none {
    float: none !important;
  }
  .wp-block .object-fit-sm-contain,
  .soj-frontend .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .wp-block .object-fit-sm-cover,
  .soj-frontend .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .wp-block .object-fit-sm-fill,
  .soj-frontend .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .wp-block .object-fit-sm-scale,
  .soj-frontend .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .wp-block .object-fit-sm-none,
  .soj-frontend .object-fit-sm-none {
    object-fit: none !important;
  }
  .wp-block .d-sm-inline,
  .soj-frontend .d-sm-inline {
    display: inline !important;
  }
  .wp-block .d-sm-inline-block,
  .soj-frontend .d-sm-inline-block {
    display: inline-block !important;
  }
  .wp-block .d-sm-block,
  .soj-frontend .d-sm-block {
    display: block !important;
  }
  .wp-block .d-sm-grid,
  .soj-frontend .d-sm-grid {
    display: grid !important;
  }
  .wp-block .d-sm-inline-grid,
  .soj-frontend .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .wp-block .d-sm-table,
  .soj-frontend .d-sm-table {
    display: table !important;
  }
  .wp-block .d-sm-table-row,
  .soj-frontend .d-sm-table-row {
    display: table-row !important;
  }
  .wp-block .d-sm-table-cell,
  .soj-frontend .d-sm-table-cell {
    display: table-cell !important;
  }
  .wp-block .d-sm-flex,
  .soj-frontend .d-sm-flex {
    display: flex !important;
  }
  .wp-block .d-sm-inline-flex,
  .soj-frontend .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .wp-block .d-sm-none,
  .soj-frontend .d-sm-none {
    display: none !important;
  }
  .wp-block .flex-sm-fill,
  .soj-frontend .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .wp-block .flex-sm-row,
  .soj-frontend .flex-sm-row {
    flex-direction: row !important;
  }
  .wp-block .flex-sm-column,
  .soj-frontend .flex-sm-column {
    flex-direction: column !important;
  }
  .wp-block .flex-sm-row-reverse,
  .soj-frontend .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .wp-block .flex-sm-column-reverse,
  .soj-frontend .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .wp-block .flex-sm-grow-0,
  .soj-frontend .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .wp-block .flex-sm-grow-1,
  .soj-frontend .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .wp-block .flex-sm-shrink-0,
  .soj-frontend .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .wp-block .flex-sm-shrink-1,
  .soj-frontend .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .wp-block .flex-sm-wrap,
  .soj-frontend .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .wp-block .flex-sm-nowrap,
  .soj-frontend .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .wp-block .flex-sm-wrap-reverse,
  .soj-frontend .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .wp-block .justify-content-sm-start,
  .soj-frontend .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .wp-block .justify-content-sm-end,
  .soj-frontend .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .wp-block .justify-content-sm-center,
  .soj-frontend .justify-content-sm-center {
    justify-content: center !important;
  }
  .wp-block .justify-content-sm-between,
  .soj-frontend .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .wp-block .justify-content-sm-around,
  .soj-frontend .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .wp-block .justify-content-sm-evenly,
  .soj-frontend .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .wp-block .align-items-sm-start,
  .soj-frontend .align-items-sm-start {
    align-items: flex-start !important;
  }
  .wp-block .align-items-sm-end,
  .soj-frontend .align-items-sm-end {
    align-items: flex-end !important;
  }
  .wp-block .align-items-sm-center,
  .soj-frontend .align-items-sm-center {
    align-items: center !important;
  }
  .wp-block .align-items-sm-baseline,
  .soj-frontend .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .wp-block .align-items-sm-stretch,
  .soj-frontend .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .wp-block .align-content-sm-start,
  .soj-frontend .align-content-sm-start {
    align-content: flex-start !important;
  }
  .wp-block .align-content-sm-end,
  .soj-frontend .align-content-sm-end {
    align-content: flex-end !important;
  }
  .wp-block .align-content-sm-center,
  .soj-frontend .align-content-sm-center {
    align-content: center !important;
  }
  .wp-block .align-content-sm-between,
  .soj-frontend .align-content-sm-between {
    align-content: space-between !important;
  }
  .wp-block .align-content-sm-around,
  .soj-frontend .align-content-sm-around {
    align-content: space-around !important;
  }
  .wp-block .align-content-sm-stretch,
  .soj-frontend .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .wp-block .align-self-sm-auto,
  .soj-frontend .align-self-sm-auto {
    align-self: auto !important;
  }
  .wp-block .align-self-sm-start,
  .soj-frontend .align-self-sm-start {
    align-self: flex-start !important;
  }
  .wp-block .align-self-sm-end,
  .soj-frontend .align-self-sm-end {
    align-self: flex-end !important;
  }
  .wp-block .align-self-sm-center,
  .soj-frontend .align-self-sm-center {
    align-self: center !important;
  }
  .wp-block .align-self-sm-baseline,
  .soj-frontend .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .wp-block .align-self-sm-stretch,
  .soj-frontend .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .wp-block .order-sm-first,
  .soj-frontend .order-sm-first {
    order: -1 !important;
  }
  .wp-block .order-sm-0,
  .soj-frontend .order-sm-0 {
    order: 0 !important;
  }
  .wp-block .order-sm-1,
  .soj-frontend .order-sm-1 {
    order: 1 !important;
  }
  .wp-block .order-sm-2,
  .soj-frontend .order-sm-2 {
    order: 2 !important;
  }
  .wp-block .order-sm-3,
  .soj-frontend .order-sm-3 {
    order: 3 !important;
  }
  .wp-block .order-sm-4,
  .soj-frontend .order-sm-4 {
    order: 4 !important;
  }
  .wp-block .order-sm-5,
  .soj-frontend .order-sm-5 {
    order: 5 !important;
  }
  .wp-block .order-sm-last,
  .soj-frontend .order-sm-last {
    order: 6 !important;
  }
  .wp-block .m-sm-0,
  .soj-frontend .m-sm-0 {
    margin: 0 !important;
  }
  .wp-block .m-sm-1,
  .soj-frontend .m-sm-1 {
    margin: 0.25rem !important;
  }
  .wp-block .m-sm-2,
  .soj-frontend .m-sm-2 {
    margin: 0.5rem !important;
  }
  .wp-block .m-sm-3,
  .soj-frontend .m-sm-3 {
    margin: 1rem !important;
  }
  .wp-block .m-sm-4,
  .soj-frontend .m-sm-4 {
    margin: 1.5rem !important;
  }
  .wp-block .m-sm-5,
  .soj-frontend .m-sm-5 {
    margin: 3rem !important;
  }
  .wp-block .m-sm-auto,
  .soj-frontend .m-sm-auto {
    margin: auto !important;
  }
  .wp-block .mx-sm-0,
  .soj-frontend .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .wp-block .mx-sm-1,
  .soj-frontend .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .wp-block .mx-sm-2,
  .soj-frontend .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .wp-block .mx-sm-3,
  .soj-frontend .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .wp-block .mx-sm-4,
  .soj-frontend .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .wp-block .mx-sm-5,
  .soj-frontend .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .wp-block .mx-sm-auto,
  .soj-frontend .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .wp-block .my-sm-0,
  .soj-frontend .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .wp-block .my-sm-1,
  .soj-frontend .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .wp-block .my-sm-2,
  .soj-frontend .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .wp-block .my-sm-3,
  .soj-frontend .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .wp-block .my-sm-4,
  .soj-frontend .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .wp-block .my-sm-5,
  .soj-frontend .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .wp-block .my-sm-auto,
  .soj-frontend .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .wp-block .mt-sm-0,
  .soj-frontend .mt-sm-0 {
    margin-top: 0 !important;
  }
  .wp-block .mt-sm-1,
  .soj-frontend .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .wp-block .mt-sm-2,
  .soj-frontend .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .wp-block .mt-sm-3,
  .soj-frontend .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .wp-block .mt-sm-4,
  .soj-frontend .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .wp-block .mt-sm-5,
  .soj-frontend .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .wp-block .mt-sm-auto,
  .soj-frontend .mt-sm-auto {
    margin-top: auto !important;
  }
  .wp-block .me-sm-0,
  .soj-frontend .me-sm-0 {
    margin-right: 0 !important;
  }
  .wp-block .me-sm-1,
  .soj-frontend .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .wp-block .me-sm-2,
  .soj-frontend .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .wp-block .me-sm-3,
  .soj-frontend .me-sm-3 {
    margin-right: 1rem !important;
  }
  .wp-block .me-sm-4,
  .soj-frontend .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .wp-block .me-sm-5,
  .soj-frontend .me-sm-5 {
    margin-right: 3rem !important;
  }
  .wp-block .me-sm-auto,
  .soj-frontend .me-sm-auto {
    margin-right: auto !important;
  }
  .wp-block .mb-sm-0,
  .soj-frontend .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .wp-block .mb-sm-1,
  .soj-frontend .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .wp-block .mb-sm-2,
  .soj-frontend .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .wp-block .mb-sm-3,
  .soj-frontend .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .wp-block .mb-sm-4,
  .soj-frontend .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .wp-block .mb-sm-5,
  .soj-frontend .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .wp-block .mb-sm-auto,
  .soj-frontend .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .wp-block .ms-sm-0,
  .soj-frontend .ms-sm-0 {
    margin-left: 0 !important;
  }
  .wp-block .ms-sm-1,
  .soj-frontend .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .wp-block .ms-sm-2,
  .soj-frontend .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .wp-block .ms-sm-3,
  .soj-frontend .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .wp-block .ms-sm-4,
  .soj-frontend .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .wp-block .ms-sm-5,
  .soj-frontend .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .wp-block .ms-sm-auto,
  .soj-frontend .ms-sm-auto {
    margin-left: auto !important;
  }
  .wp-block .p-sm-0,
  .soj-frontend .p-sm-0 {
    padding: 0 !important;
  }
  .wp-block .p-sm-1,
  .soj-frontend .p-sm-1 {
    padding: 0.25rem !important;
  }
  .wp-block .p-sm-2,
  .soj-frontend .p-sm-2 {
    padding: 0.5rem !important;
  }
  .wp-block .p-sm-3,
  .soj-frontend .p-sm-3 {
    padding: 1rem !important;
  }
  .wp-block .p-sm-4,
  .soj-frontend .p-sm-4 {
    padding: 1.5rem !important;
  }
  .wp-block .p-sm-5,
  .soj-frontend .p-sm-5 {
    padding: 3rem !important;
  }
  .wp-block .px-sm-0,
  .soj-frontend .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .wp-block .px-sm-1,
  .soj-frontend .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .wp-block .px-sm-2,
  .soj-frontend .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .wp-block .px-sm-3,
  .soj-frontend .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .wp-block .px-sm-4,
  .soj-frontend .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .wp-block .px-sm-5,
  .soj-frontend .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .wp-block .py-sm-0,
  .soj-frontend .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .wp-block .py-sm-1,
  .soj-frontend .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .wp-block .py-sm-2,
  .soj-frontend .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .wp-block .py-sm-3,
  .soj-frontend .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .wp-block .py-sm-4,
  .soj-frontend .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .wp-block .py-sm-5,
  .soj-frontend .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .wp-block .pt-sm-0,
  .soj-frontend .pt-sm-0 {
    padding-top: 0 !important;
  }
  .wp-block .pt-sm-1,
  .soj-frontend .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .wp-block .pt-sm-2,
  .soj-frontend .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .wp-block .pt-sm-3,
  .soj-frontend .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .wp-block .pt-sm-4,
  .soj-frontend .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .wp-block .pt-sm-5,
  .soj-frontend .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .wp-block .pe-sm-0,
  .soj-frontend .pe-sm-0 {
    padding-right: 0 !important;
  }
  .wp-block .pe-sm-1,
  .soj-frontend .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .wp-block .pe-sm-2,
  .soj-frontend .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .wp-block .pe-sm-3,
  .soj-frontend .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .wp-block .pe-sm-4,
  .soj-frontend .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .wp-block .pe-sm-5,
  .soj-frontend .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .wp-block .pb-sm-0,
  .soj-frontend .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .wp-block .pb-sm-1,
  .soj-frontend .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .wp-block .pb-sm-2,
  .soj-frontend .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .wp-block .pb-sm-3,
  .soj-frontend .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .wp-block .pb-sm-4,
  .soj-frontend .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .wp-block .pb-sm-5,
  .soj-frontend .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .wp-block .ps-sm-0,
  .soj-frontend .ps-sm-0 {
    padding-left: 0 !important;
  }
  .wp-block .ps-sm-1,
  .soj-frontend .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .wp-block .ps-sm-2,
  .soj-frontend .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .wp-block .ps-sm-3,
  .soj-frontend .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .wp-block .ps-sm-4,
  .soj-frontend .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .wp-block .ps-sm-5,
  .soj-frontend .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .wp-block .gap-sm-0,
  .soj-frontend .gap-sm-0 {
    gap: 0 !important;
  }
  .wp-block .gap-sm-1,
  .soj-frontend .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .wp-block .gap-sm-2,
  .soj-frontend .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .wp-block .gap-sm-3,
  .soj-frontend .gap-sm-3 {
    gap: 1rem !important;
  }
  .wp-block .gap-sm-4,
  .soj-frontend .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .wp-block .gap-sm-5,
  .soj-frontend .gap-sm-5 {
    gap: 3rem !important;
  }
  .wp-block .row-gap-sm-0,
  .soj-frontend .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .wp-block .row-gap-sm-1,
  .soj-frontend .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .wp-block .row-gap-sm-2,
  .soj-frontend .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .wp-block .row-gap-sm-3,
  .soj-frontend .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .wp-block .row-gap-sm-4,
  .soj-frontend .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .wp-block .row-gap-sm-5,
  .soj-frontend .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .wp-block .column-gap-sm-0,
  .soj-frontend .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .wp-block .column-gap-sm-1,
  .soj-frontend .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .wp-block .column-gap-sm-2,
  .soj-frontend .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .wp-block .column-gap-sm-3,
  .soj-frontend .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .wp-block .column-gap-sm-4,
  .soj-frontend .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .wp-block .column-gap-sm-5,
  .soj-frontend .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .wp-block .text-sm-start,
  .soj-frontend .text-sm-start {
    text-align: left !important;
  }
  .wp-block .text-sm-end,
  .soj-frontend .text-sm-end {
    text-align: right !important;
  }
  .wp-block .text-sm-center,
  .soj-frontend .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .wp-block .float-md-start,
  .soj-frontend .float-md-start {
    float: left !important;
  }
  .wp-block .float-md-end,
  .soj-frontend .float-md-end {
    float: right !important;
  }
  .wp-block .float-md-none,
  .soj-frontend .float-md-none {
    float: none !important;
  }
  .wp-block .object-fit-md-contain,
  .soj-frontend .object-fit-md-contain {
    object-fit: contain !important;
  }
  .wp-block .object-fit-md-cover,
  .soj-frontend .object-fit-md-cover {
    object-fit: cover !important;
  }
  .wp-block .object-fit-md-fill,
  .soj-frontend .object-fit-md-fill {
    object-fit: fill !important;
  }
  .wp-block .object-fit-md-scale,
  .soj-frontend .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .wp-block .object-fit-md-none,
  .soj-frontend .object-fit-md-none {
    object-fit: none !important;
  }
  .wp-block .d-md-inline,
  .soj-frontend .d-md-inline {
    display: inline !important;
  }
  .wp-block .d-md-inline-block,
  .soj-frontend .d-md-inline-block {
    display: inline-block !important;
  }
  .wp-block .d-md-block,
  .soj-frontend .d-md-block {
    display: block !important;
  }
  .wp-block .d-md-grid,
  .soj-frontend .d-md-grid {
    display: grid !important;
  }
  .wp-block .d-md-inline-grid,
  .soj-frontend .d-md-inline-grid {
    display: inline-grid !important;
  }
  .wp-block .d-md-table,
  .soj-frontend .d-md-table {
    display: table !important;
  }
  .wp-block .d-md-table-row,
  .soj-frontend .d-md-table-row {
    display: table-row !important;
  }
  .wp-block .d-md-table-cell,
  .soj-frontend .d-md-table-cell {
    display: table-cell !important;
  }
  .wp-block .d-md-flex,
  .soj-frontend .d-md-flex {
    display: flex !important;
  }
  .wp-block .d-md-inline-flex,
  .soj-frontend .d-md-inline-flex {
    display: inline-flex !important;
  }
  .wp-block .d-md-none,
  .soj-frontend .d-md-none {
    display: none !important;
  }
  .wp-block .flex-md-fill,
  .soj-frontend .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .wp-block .flex-md-row,
  .soj-frontend .flex-md-row {
    flex-direction: row !important;
  }
  .wp-block .flex-md-column,
  .soj-frontend .flex-md-column {
    flex-direction: column !important;
  }
  .wp-block .flex-md-row-reverse,
  .soj-frontend .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .wp-block .flex-md-column-reverse,
  .soj-frontend .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .wp-block .flex-md-grow-0,
  .soj-frontend .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .wp-block .flex-md-grow-1,
  .soj-frontend .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .wp-block .flex-md-shrink-0,
  .soj-frontend .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .wp-block .flex-md-shrink-1,
  .soj-frontend .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .wp-block .flex-md-wrap,
  .soj-frontend .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .wp-block .flex-md-nowrap,
  .soj-frontend .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .wp-block .flex-md-wrap-reverse,
  .soj-frontend .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .wp-block .justify-content-md-start,
  .soj-frontend .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .wp-block .justify-content-md-end,
  .soj-frontend .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .wp-block .justify-content-md-center,
  .soj-frontend .justify-content-md-center {
    justify-content: center !important;
  }
  .wp-block .justify-content-md-between,
  .soj-frontend .justify-content-md-between {
    justify-content: space-between !important;
  }
  .wp-block .justify-content-md-around,
  .soj-frontend .justify-content-md-around {
    justify-content: space-around !important;
  }
  .wp-block .justify-content-md-evenly,
  .soj-frontend .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .wp-block .align-items-md-start,
  .soj-frontend .align-items-md-start {
    align-items: flex-start !important;
  }
  .wp-block .align-items-md-end,
  .soj-frontend .align-items-md-end {
    align-items: flex-end !important;
  }
  .wp-block .align-items-md-center,
  .soj-frontend .align-items-md-center {
    align-items: center !important;
  }
  .wp-block .align-items-md-baseline,
  .soj-frontend .align-items-md-baseline {
    align-items: baseline !important;
  }
  .wp-block .align-items-md-stretch,
  .soj-frontend .align-items-md-stretch {
    align-items: stretch !important;
  }
  .wp-block .align-content-md-start,
  .soj-frontend .align-content-md-start {
    align-content: flex-start !important;
  }
  .wp-block .align-content-md-end,
  .soj-frontend .align-content-md-end {
    align-content: flex-end !important;
  }
  .wp-block .align-content-md-center,
  .soj-frontend .align-content-md-center {
    align-content: center !important;
  }
  .wp-block .align-content-md-between,
  .soj-frontend .align-content-md-between {
    align-content: space-between !important;
  }
  .wp-block .align-content-md-around,
  .soj-frontend .align-content-md-around {
    align-content: space-around !important;
  }
  .wp-block .align-content-md-stretch,
  .soj-frontend .align-content-md-stretch {
    align-content: stretch !important;
  }
  .wp-block .align-self-md-auto,
  .soj-frontend .align-self-md-auto {
    align-self: auto !important;
  }
  .wp-block .align-self-md-start,
  .soj-frontend .align-self-md-start {
    align-self: flex-start !important;
  }
  .wp-block .align-self-md-end,
  .soj-frontend .align-self-md-end {
    align-self: flex-end !important;
  }
  .wp-block .align-self-md-center,
  .soj-frontend .align-self-md-center {
    align-self: center !important;
  }
  .wp-block .align-self-md-baseline,
  .soj-frontend .align-self-md-baseline {
    align-self: baseline !important;
  }
  .wp-block .align-self-md-stretch,
  .soj-frontend .align-self-md-stretch {
    align-self: stretch !important;
  }
  .wp-block .order-md-first,
  .soj-frontend .order-md-first {
    order: -1 !important;
  }
  .wp-block .order-md-0,
  .soj-frontend .order-md-0 {
    order: 0 !important;
  }
  .wp-block .order-md-1,
  .soj-frontend .order-md-1 {
    order: 1 !important;
  }
  .wp-block .order-md-2,
  .soj-frontend .order-md-2 {
    order: 2 !important;
  }
  .wp-block .order-md-3,
  .soj-frontend .order-md-3 {
    order: 3 !important;
  }
  .wp-block .order-md-4,
  .soj-frontend .order-md-4 {
    order: 4 !important;
  }
  .wp-block .order-md-5,
  .soj-frontend .order-md-5 {
    order: 5 !important;
  }
  .wp-block .order-md-last,
  .soj-frontend .order-md-last {
    order: 6 !important;
  }
  .wp-block .m-md-0,
  .soj-frontend .m-md-0 {
    margin: 0 !important;
  }
  .wp-block .m-md-1,
  .soj-frontend .m-md-1 {
    margin: 0.25rem !important;
  }
  .wp-block .m-md-2,
  .soj-frontend .m-md-2 {
    margin: 0.5rem !important;
  }
  .wp-block .m-md-3,
  .soj-frontend .m-md-3 {
    margin: 1rem !important;
  }
  .wp-block .m-md-4,
  .soj-frontend .m-md-4 {
    margin: 1.5rem !important;
  }
  .wp-block .m-md-5,
  .soj-frontend .m-md-5 {
    margin: 3rem !important;
  }
  .wp-block .m-md-auto,
  .soj-frontend .m-md-auto {
    margin: auto !important;
  }
  .wp-block .mx-md-0,
  .soj-frontend .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .wp-block .mx-md-1,
  .soj-frontend .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .wp-block .mx-md-2,
  .soj-frontend .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .wp-block .mx-md-3,
  .soj-frontend .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .wp-block .mx-md-4,
  .soj-frontend .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .wp-block .mx-md-5,
  .soj-frontend .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .wp-block .mx-md-auto,
  .soj-frontend .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .wp-block .my-md-0,
  .soj-frontend .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .wp-block .my-md-1,
  .soj-frontend .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .wp-block .my-md-2,
  .soj-frontend .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .wp-block .my-md-3,
  .soj-frontend .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .wp-block .my-md-4,
  .soj-frontend .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .wp-block .my-md-5,
  .soj-frontend .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .wp-block .my-md-auto,
  .soj-frontend .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .wp-block .mt-md-0,
  .soj-frontend .mt-md-0 {
    margin-top: 0 !important;
  }
  .wp-block .mt-md-1,
  .soj-frontend .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .wp-block .mt-md-2,
  .soj-frontend .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .wp-block .mt-md-3,
  .soj-frontend .mt-md-3 {
    margin-top: 1rem !important;
  }
  .wp-block .mt-md-4,
  .soj-frontend .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .wp-block .mt-md-5,
  .soj-frontend .mt-md-5 {
    margin-top: 3rem !important;
  }
  .wp-block .mt-md-auto,
  .soj-frontend .mt-md-auto {
    margin-top: auto !important;
  }
  .wp-block .me-md-0,
  .soj-frontend .me-md-0 {
    margin-right: 0 !important;
  }
  .wp-block .me-md-1,
  .soj-frontend .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .wp-block .me-md-2,
  .soj-frontend .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .wp-block .me-md-3,
  .soj-frontend .me-md-3 {
    margin-right: 1rem !important;
  }
  .wp-block .me-md-4,
  .soj-frontend .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .wp-block .me-md-5,
  .soj-frontend .me-md-5 {
    margin-right: 3rem !important;
  }
  .wp-block .me-md-auto,
  .soj-frontend .me-md-auto {
    margin-right: auto !important;
  }
  .wp-block .mb-md-0,
  .soj-frontend .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .wp-block .mb-md-1,
  .soj-frontend .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .wp-block .mb-md-2,
  .soj-frontend .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .wp-block .mb-md-3,
  .soj-frontend .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .wp-block .mb-md-4,
  .soj-frontend .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .wp-block .mb-md-5,
  .soj-frontend .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .wp-block .mb-md-auto,
  .soj-frontend .mb-md-auto {
    margin-bottom: auto !important;
  }
  .wp-block .ms-md-0,
  .soj-frontend .ms-md-0 {
    margin-left: 0 !important;
  }
  .wp-block .ms-md-1,
  .soj-frontend .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .wp-block .ms-md-2,
  .soj-frontend .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .wp-block .ms-md-3,
  .soj-frontend .ms-md-3 {
    margin-left: 1rem !important;
  }
  .wp-block .ms-md-4,
  .soj-frontend .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .wp-block .ms-md-5,
  .soj-frontend .ms-md-5 {
    margin-left: 3rem !important;
  }
  .wp-block .ms-md-auto,
  .soj-frontend .ms-md-auto {
    margin-left: auto !important;
  }
  .wp-block .p-md-0,
  .soj-frontend .p-md-0 {
    padding: 0 !important;
  }
  .wp-block .p-md-1,
  .soj-frontend .p-md-1 {
    padding: 0.25rem !important;
  }
  .wp-block .p-md-2,
  .soj-frontend .p-md-2 {
    padding: 0.5rem !important;
  }
  .wp-block .p-md-3,
  .soj-frontend .p-md-3 {
    padding: 1rem !important;
  }
  .wp-block .p-md-4,
  .soj-frontend .p-md-4 {
    padding: 1.5rem !important;
  }
  .wp-block .p-md-5,
  .soj-frontend .p-md-5 {
    padding: 3rem !important;
  }
  .wp-block .px-md-0,
  .soj-frontend .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .wp-block .px-md-1,
  .soj-frontend .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .wp-block .px-md-2,
  .soj-frontend .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .wp-block .px-md-3,
  .soj-frontend .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .wp-block .px-md-4,
  .soj-frontend .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .wp-block .px-md-5,
  .soj-frontend .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .wp-block .py-md-0,
  .soj-frontend .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .wp-block .py-md-1,
  .soj-frontend .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .wp-block .py-md-2,
  .soj-frontend .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .wp-block .py-md-3,
  .soj-frontend .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .wp-block .py-md-4,
  .soj-frontend .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .wp-block .py-md-5,
  .soj-frontend .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .wp-block .pt-md-0,
  .soj-frontend .pt-md-0 {
    padding-top: 0 !important;
  }
  .wp-block .pt-md-1,
  .soj-frontend .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .wp-block .pt-md-2,
  .soj-frontend .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .wp-block .pt-md-3,
  .soj-frontend .pt-md-3 {
    padding-top: 1rem !important;
  }
  .wp-block .pt-md-4,
  .soj-frontend .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .wp-block .pt-md-5,
  .soj-frontend .pt-md-5 {
    padding-top: 3rem !important;
  }
  .wp-block .pe-md-0,
  .soj-frontend .pe-md-0 {
    padding-right: 0 !important;
  }
  .wp-block .pe-md-1,
  .soj-frontend .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .wp-block .pe-md-2,
  .soj-frontend .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .wp-block .pe-md-3,
  .soj-frontend .pe-md-3 {
    padding-right: 1rem !important;
  }
  .wp-block .pe-md-4,
  .soj-frontend .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .wp-block .pe-md-5,
  .soj-frontend .pe-md-5 {
    padding-right: 3rem !important;
  }
  .wp-block .pb-md-0,
  .soj-frontend .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .wp-block .pb-md-1,
  .soj-frontend .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .wp-block .pb-md-2,
  .soj-frontend .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .wp-block .pb-md-3,
  .soj-frontend .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .wp-block .pb-md-4,
  .soj-frontend .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .wp-block .pb-md-5,
  .soj-frontend .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .wp-block .ps-md-0,
  .soj-frontend .ps-md-0 {
    padding-left: 0 !important;
  }
  .wp-block .ps-md-1,
  .soj-frontend .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .wp-block .ps-md-2,
  .soj-frontend .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .wp-block .ps-md-3,
  .soj-frontend .ps-md-3 {
    padding-left: 1rem !important;
  }
  .wp-block .ps-md-4,
  .soj-frontend .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .wp-block .ps-md-5,
  .soj-frontend .ps-md-5 {
    padding-left: 3rem !important;
  }
  .wp-block .gap-md-0,
  .soj-frontend .gap-md-0 {
    gap: 0 !important;
  }
  .wp-block .gap-md-1,
  .soj-frontend .gap-md-1 {
    gap: 0.25rem !important;
  }
  .wp-block .gap-md-2,
  .soj-frontend .gap-md-2 {
    gap: 0.5rem !important;
  }
  .wp-block .gap-md-3,
  .soj-frontend .gap-md-3 {
    gap: 1rem !important;
  }
  .wp-block .gap-md-4,
  .soj-frontend .gap-md-4 {
    gap: 1.5rem !important;
  }
  .wp-block .gap-md-5,
  .soj-frontend .gap-md-5 {
    gap: 3rem !important;
  }
  .wp-block .row-gap-md-0,
  .soj-frontend .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .wp-block .row-gap-md-1,
  .soj-frontend .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .wp-block .row-gap-md-2,
  .soj-frontend .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .wp-block .row-gap-md-3,
  .soj-frontend .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .wp-block .row-gap-md-4,
  .soj-frontend .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .wp-block .row-gap-md-5,
  .soj-frontend .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .wp-block .column-gap-md-0,
  .soj-frontend .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .wp-block .column-gap-md-1,
  .soj-frontend .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .wp-block .column-gap-md-2,
  .soj-frontend .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .wp-block .column-gap-md-3,
  .soj-frontend .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .wp-block .column-gap-md-4,
  .soj-frontend .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .wp-block .column-gap-md-5,
  .soj-frontend .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .wp-block .text-md-start,
  .soj-frontend .text-md-start {
    text-align: left !important;
  }
  .wp-block .text-md-end,
  .soj-frontend .text-md-end {
    text-align: right !important;
  }
  .wp-block .text-md-center,
  .soj-frontend .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .wp-block .float-lg-start,
  .soj-frontend .float-lg-start {
    float: left !important;
  }
  .wp-block .float-lg-end,
  .soj-frontend .float-lg-end {
    float: right !important;
  }
  .wp-block .float-lg-none,
  .soj-frontend .float-lg-none {
    float: none !important;
  }
  .wp-block .object-fit-lg-contain,
  .soj-frontend .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .wp-block .object-fit-lg-cover,
  .soj-frontend .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .wp-block .object-fit-lg-fill,
  .soj-frontend .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .wp-block .object-fit-lg-scale,
  .soj-frontend .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .wp-block .object-fit-lg-none,
  .soj-frontend .object-fit-lg-none {
    object-fit: none !important;
  }
  .wp-block .d-lg-inline,
  .soj-frontend .d-lg-inline {
    display: inline !important;
  }
  .wp-block .d-lg-inline-block,
  .soj-frontend .d-lg-inline-block {
    display: inline-block !important;
  }
  .wp-block .d-lg-block,
  .soj-frontend .d-lg-block {
    display: block !important;
  }
  .wp-block .d-lg-grid,
  .soj-frontend .d-lg-grid {
    display: grid !important;
  }
  .wp-block .d-lg-inline-grid,
  .soj-frontend .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .wp-block .d-lg-table,
  .soj-frontend .d-lg-table {
    display: table !important;
  }
  .wp-block .d-lg-table-row,
  .soj-frontend .d-lg-table-row {
    display: table-row !important;
  }
  .wp-block .d-lg-table-cell,
  .soj-frontend .d-lg-table-cell {
    display: table-cell !important;
  }
  .wp-block .d-lg-flex,
  .soj-frontend .d-lg-flex {
    display: flex !important;
  }
  .wp-block .d-lg-inline-flex,
  .soj-frontend .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .wp-block .d-lg-none,
  .soj-frontend .d-lg-none {
    display: none !important;
  }
  .wp-block .flex-lg-fill,
  .soj-frontend .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .wp-block .flex-lg-row,
  .soj-frontend .flex-lg-row {
    flex-direction: row !important;
  }
  .wp-block .flex-lg-column,
  .soj-frontend .flex-lg-column {
    flex-direction: column !important;
  }
  .wp-block .flex-lg-row-reverse,
  .soj-frontend .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .wp-block .flex-lg-column-reverse,
  .soj-frontend .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .wp-block .flex-lg-grow-0,
  .soj-frontend .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .wp-block .flex-lg-grow-1,
  .soj-frontend .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .wp-block .flex-lg-shrink-0,
  .soj-frontend .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .wp-block .flex-lg-shrink-1,
  .soj-frontend .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .wp-block .flex-lg-wrap,
  .soj-frontend .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .wp-block .flex-lg-nowrap,
  .soj-frontend .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .wp-block .flex-lg-wrap-reverse,
  .soj-frontend .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .wp-block .justify-content-lg-start,
  .soj-frontend .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .wp-block .justify-content-lg-end,
  .soj-frontend .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .wp-block .justify-content-lg-center,
  .soj-frontend .justify-content-lg-center {
    justify-content: center !important;
  }
  .wp-block .justify-content-lg-between,
  .soj-frontend .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .wp-block .justify-content-lg-around,
  .soj-frontend .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .wp-block .justify-content-lg-evenly,
  .soj-frontend .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .wp-block .align-items-lg-start,
  .soj-frontend .align-items-lg-start {
    align-items: flex-start !important;
  }
  .wp-block .align-items-lg-end,
  .soj-frontend .align-items-lg-end {
    align-items: flex-end !important;
  }
  .wp-block .align-items-lg-center,
  .soj-frontend .align-items-lg-center {
    align-items: center !important;
  }
  .wp-block .align-items-lg-baseline,
  .soj-frontend .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .wp-block .align-items-lg-stretch,
  .soj-frontend .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .wp-block .align-content-lg-start,
  .soj-frontend .align-content-lg-start {
    align-content: flex-start !important;
  }
  .wp-block .align-content-lg-end,
  .soj-frontend .align-content-lg-end {
    align-content: flex-end !important;
  }
  .wp-block .align-content-lg-center,
  .soj-frontend .align-content-lg-center {
    align-content: center !important;
  }
  .wp-block .align-content-lg-between,
  .soj-frontend .align-content-lg-between {
    align-content: space-between !important;
  }
  .wp-block .align-content-lg-around,
  .soj-frontend .align-content-lg-around {
    align-content: space-around !important;
  }
  .wp-block .align-content-lg-stretch,
  .soj-frontend .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .wp-block .align-self-lg-auto,
  .soj-frontend .align-self-lg-auto {
    align-self: auto !important;
  }
  .wp-block .align-self-lg-start,
  .soj-frontend .align-self-lg-start {
    align-self: flex-start !important;
  }
  .wp-block .align-self-lg-end,
  .soj-frontend .align-self-lg-end {
    align-self: flex-end !important;
  }
  .wp-block .align-self-lg-center,
  .soj-frontend .align-self-lg-center {
    align-self: center !important;
  }
  .wp-block .align-self-lg-baseline,
  .soj-frontend .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .wp-block .align-self-lg-stretch,
  .soj-frontend .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .wp-block .order-lg-first,
  .soj-frontend .order-lg-first {
    order: -1 !important;
  }
  .wp-block .order-lg-0,
  .soj-frontend .order-lg-0 {
    order: 0 !important;
  }
  .wp-block .order-lg-1,
  .soj-frontend .order-lg-1 {
    order: 1 !important;
  }
  .wp-block .order-lg-2,
  .soj-frontend .order-lg-2 {
    order: 2 !important;
  }
  .wp-block .order-lg-3,
  .soj-frontend .order-lg-3 {
    order: 3 !important;
  }
  .wp-block .order-lg-4,
  .soj-frontend .order-lg-4 {
    order: 4 !important;
  }
  .wp-block .order-lg-5,
  .soj-frontend .order-lg-5 {
    order: 5 !important;
  }
  .wp-block .order-lg-last,
  .soj-frontend .order-lg-last {
    order: 6 !important;
  }
  .wp-block .m-lg-0,
  .soj-frontend .m-lg-0 {
    margin: 0 !important;
  }
  .wp-block .m-lg-1,
  .soj-frontend .m-lg-1 {
    margin: 0.25rem !important;
  }
  .wp-block .m-lg-2,
  .soj-frontend .m-lg-2 {
    margin: 0.5rem !important;
  }
  .wp-block .m-lg-3,
  .soj-frontend .m-lg-3 {
    margin: 1rem !important;
  }
  .wp-block .m-lg-4,
  .soj-frontend .m-lg-4 {
    margin: 1.5rem !important;
  }
  .wp-block .m-lg-5,
  .soj-frontend .m-lg-5 {
    margin: 3rem !important;
  }
  .wp-block .m-lg-auto,
  .soj-frontend .m-lg-auto {
    margin: auto !important;
  }
  .wp-block .mx-lg-0,
  .soj-frontend .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .wp-block .mx-lg-1,
  .soj-frontend .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .wp-block .mx-lg-2,
  .soj-frontend .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .wp-block .mx-lg-3,
  .soj-frontend .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .wp-block .mx-lg-4,
  .soj-frontend .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .wp-block .mx-lg-5,
  .soj-frontend .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .wp-block .mx-lg-auto,
  .soj-frontend .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .wp-block .my-lg-0,
  .soj-frontend .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .wp-block .my-lg-1,
  .soj-frontend .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .wp-block .my-lg-2,
  .soj-frontend .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .wp-block .my-lg-3,
  .soj-frontend .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .wp-block .my-lg-4,
  .soj-frontend .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .wp-block .my-lg-5,
  .soj-frontend .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .wp-block .my-lg-auto,
  .soj-frontend .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .wp-block .mt-lg-0,
  .soj-frontend .mt-lg-0 {
    margin-top: 0 !important;
  }
  .wp-block .mt-lg-1,
  .soj-frontend .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .wp-block .mt-lg-2,
  .soj-frontend .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .wp-block .mt-lg-3,
  .soj-frontend .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .wp-block .mt-lg-4,
  .soj-frontend .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .wp-block .mt-lg-5,
  .soj-frontend .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .wp-block .mt-lg-auto,
  .soj-frontend .mt-lg-auto {
    margin-top: auto !important;
  }
  .wp-block .me-lg-0,
  .soj-frontend .me-lg-0 {
    margin-right: 0 !important;
  }
  .wp-block .me-lg-1,
  .soj-frontend .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .wp-block .me-lg-2,
  .soj-frontend .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .wp-block .me-lg-3,
  .soj-frontend .me-lg-3 {
    margin-right: 1rem !important;
  }
  .wp-block .me-lg-4,
  .soj-frontend .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .wp-block .me-lg-5,
  .soj-frontend .me-lg-5 {
    margin-right: 3rem !important;
  }
  .wp-block .me-lg-auto,
  .soj-frontend .me-lg-auto {
    margin-right: auto !important;
  }
  .wp-block .mb-lg-0,
  .soj-frontend .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .wp-block .mb-lg-1,
  .soj-frontend .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .wp-block .mb-lg-2,
  .soj-frontend .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .wp-block .mb-lg-3,
  .soj-frontend .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .wp-block .mb-lg-4,
  .soj-frontend .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .wp-block .mb-lg-5,
  .soj-frontend .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .wp-block .mb-lg-auto,
  .soj-frontend .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .wp-block .ms-lg-0,
  .soj-frontend .ms-lg-0 {
    margin-left: 0 !important;
  }
  .wp-block .ms-lg-1,
  .soj-frontend .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .wp-block .ms-lg-2,
  .soj-frontend .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .wp-block .ms-lg-3,
  .soj-frontend .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .wp-block .ms-lg-4,
  .soj-frontend .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .wp-block .ms-lg-5,
  .soj-frontend .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .wp-block .ms-lg-auto,
  .soj-frontend .ms-lg-auto {
    margin-left: auto !important;
  }
  .wp-block .p-lg-0,
  .soj-frontend .p-lg-0 {
    padding: 0 !important;
  }
  .wp-block .p-lg-1,
  .soj-frontend .p-lg-1 {
    padding: 0.25rem !important;
  }
  .wp-block .p-lg-2,
  .soj-frontend .p-lg-2 {
    padding: 0.5rem !important;
  }
  .wp-block .p-lg-3,
  .soj-frontend .p-lg-3 {
    padding: 1rem !important;
  }
  .wp-block .p-lg-4,
  .soj-frontend .p-lg-4 {
    padding: 1.5rem !important;
  }
  .wp-block .p-lg-5,
  .soj-frontend .p-lg-5 {
    padding: 3rem !important;
  }
  .wp-block .px-lg-0,
  .soj-frontend .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .wp-block .px-lg-1,
  .soj-frontend .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .wp-block .px-lg-2,
  .soj-frontend .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .wp-block .px-lg-3,
  .soj-frontend .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .wp-block .px-lg-4,
  .soj-frontend .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .wp-block .px-lg-5,
  .soj-frontend .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .wp-block .py-lg-0,
  .soj-frontend .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .wp-block .py-lg-1,
  .soj-frontend .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .wp-block .py-lg-2,
  .soj-frontend .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .wp-block .py-lg-3,
  .soj-frontend .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .wp-block .py-lg-4,
  .soj-frontend .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .wp-block .py-lg-5,
  .soj-frontend .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .wp-block .pt-lg-0,
  .soj-frontend .pt-lg-0 {
    padding-top: 0 !important;
  }
  .wp-block .pt-lg-1,
  .soj-frontend .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .wp-block .pt-lg-2,
  .soj-frontend .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .wp-block .pt-lg-3,
  .soj-frontend .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .wp-block .pt-lg-4,
  .soj-frontend .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .wp-block .pt-lg-5,
  .soj-frontend .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .wp-block .pe-lg-0,
  .soj-frontend .pe-lg-0 {
    padding-right: 0 !important;
  }
  .wp-block .pe-lg-1,
  .soj-frontend .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .wp-block .pe-lg-2,
  .soj-frontend .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .wp-block .pe-lg-3,
  .soj-frontend .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .wp-block .pe-lg-4,
  .soj-frontend .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .wp-block .pe-lg-5,
  .soj-frontend .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .wp-block .pb-lg-0,
  .soj-frontend .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .wp-block .pb-lg-1,
  .soj-frontend .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .wp-block .pb-lg-2,
  .soj-frontend .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .wp-block .pb-lg-3,
  .soj-frontend .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .wp-block .pb-lg-4,
  .soj-frontend .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .wp-block .pb-lg-5,
  .soj-frontend .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .wp-block .ps-lg-0,
  .soj-frontend .ps-lg-0 {
    padding-left: 0 !important;
  }
  .wp-block .ps-lg-1,
  .soj-frontend .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .wp-block .ps-lg-2,
  .soj-frontend .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .wp-block .ps-lg-3,
  .soj-frontend .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .wp-block .ps-lg-4,
  .soj-frontend .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .wp-block .ps-lg-5,
  .soj-frontend .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .wp-block .gap-lg-0,
  .soj-frontend .gap-lg-0 {
    gap: 0 !important;
  }
  .wp-block .gap-lg-1,
  .soj-frontend .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .wp-block .gap-lg-2,
  .soj-frontend .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .wp-block .gap-lg-3,
  .soj-frontend .gap-lg-3 {
    gap: 1rem !important;
  }
  .wp-block .gap-lg-4,
  .soj-frontend .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .wp-block .gap-lg-5,
  .soj-frontend .gap-lg-5 {
    gap: 3rem !important;
  }
  .wp-block .row-gap-lg-0,
  .soj-frontend .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .wp-block .row-gap-lg-1,
  .soj-frontend .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .wp-block .row-gap-lg-2,
  .soj-frontend .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .wp-block .row-gap-lg-3,
  .soj-frontend .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .wp-block .row-gap-lg-4,
  .soj-frontend .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .wp-block .row-gap-lg-5,
  .soj-frontend .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .wp-block .column-gap-lg-0,
  .soj-frontend .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .wp-block .column-gap-lg-1,
  .soj-frontend .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .wp-block .column-gap-lg-2,
  .soj-frontend .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .wp-block .column-gap-lg-3,
  .soj-frontend .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .wp-block .column-gap-lg-4,
  .soj-frontend .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .wp-block .column-gap-lg-5,
  .soj-frontend .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .wp-block .text-lg-start,
  .soj-frontend .text-lg-start {
    text-align: left !important;
  }
  .wp-block .text-lg-end,
  .soj-frontend .text-lg-end {
    text-align: right !important;
  }
  .wp-block .text-lg-center,
  .soj-frontend .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1190px) {
  .wp-block .float-xl-start,
  .soj-frontend .float-xl-start {
    float: left !important;
  }
  .wp-block .float-xl-end,
  .soj-frontend .float-xl-end {
    float: right !important;
  }
  .wp-block .float-xl-none,
  .soj-frontend .float-xl-none {
    float: none !important;
  }
  .wp-block .object-fit-xl-contain,
  .soj-frontend .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .wp-block .object-fit-xl-cover,
  .soj-frontend .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .wp-block .object-fit-xl-fill,
  .soj-frontend .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .wp-block .object-fit-xl-scale,
  .soj-frontend .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .wp-block .object-fit-xl-none,
  .soj-frontend .object-fit-xl-none {
    object-fit: none !important;
  }
  .wp-block .d-xl-inline,
  .soj-frontend .d-xl-inline {
    display: inline !important;
  }
  .wp-block .d-xl-inline-block,
  .soj-frontend .d-xl-inline-block {
    display: inline-block !important;
  }
  .wp-block .d-xl-block,
  .soj-frontend .d-xl-block {
    display: block !important;
  }
  .wp-block .d-xl-grid,
  .soj-frontend .d-xl-grid {
    display: grid !important;
  }
  .wp-block .d-xl-inline-grid,
  .soj-frontend .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .wp-block .d-xl-table,
  .soj-frontend .d-xl-table {
    display: table !important;
  }
  .wp-block .d-xl-table-row,
  .soj-frontend .d-xl-table-row {
    display: table-row !important;
  }
  .wp-block .d-xl-table-cell,
  .soj-frontend .d-xl-table-cell {
    display: table-cell !important;
  }
  .wp-block .d-xl-flex,
  .soj-frontend .d-xl-flex {
    display: flex !important;
  }
  .wp-block .d-xl-inline-flex,
  .soj-frontend .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .wp-block .d-xl-none,
  .soj-frontend .d-xl-none {
    display: none !important;
  }
  .wp-block .flex-xl-fill,
  .soj-frontend .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .wp-block .flex-xl-row,
  .soj-frontend .flex-xl-row {
    flex-direction: row !important;
  }
  .wp-block .flex-xl-column,
  .soj-frontend .flex-xl-column {
    flex-direction: column !important;
  }
  .wp-block .flex-xl-row-reverse,
  .soj-frontend .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .wp-block .flex-xl-column-reverse,
  .soj-frontend .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .wp-block .flex-xl-grow-0,
  .soj-frontend .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .wp-block .flex-xl-grow-1,
  .soj-frontend .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .wp-block .flex-xl-shrink-0,
  .soj-frontend .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .wp-block .flex-xl-shrink-1,
  .soj-frontend .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .wp-block .flex-xl-wrap,
  .soj-frontend .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .wp-block .flex-xl-nowrap,
  .soj-frontend .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .wp-block .flex-xl-wrap-reverse,
  .soj-frontend .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .wp-block .justify-content-xl-start,
  .soj-frontend .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .wp-block .justify-content-xl-end,
  .soj-frontend .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .wp-block .justify-content-xl-center,
  .soj-frontend .justify-content-xl-center {
    justify-content: center !important;
  }
  .wp-block .justify-content-xl-between,
  .soj-frontend .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .wp-block .justify-content-xl-around,
  .soj-frontend .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .wp-block .justify-content-xl-evenly,
  .soj-frontend .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .wp-block .align-items-xl-start,
  .soj-frontend .align-items-xl-start {
    align-items: flex-start !important;
  }
  .wp-block .align-items-xl-end,
  .soj-frontend .align-items-xl-end {
    align-items: flex-end !important;
  }
  .wp-block .align-items-xl-center,
  .soj-frontend .align-items-xl-center {
    align-items: center !important;
  }
  .wp-block .align-items-xl-baseline,
  .soj-frontend .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .wp-block .align-items-xl-stretch,
  .soj-frontend .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .wp-block .align-content-xl-start,
  .soj-frontend .align-content-xl-start {
    align-content: flex-start !important;
  }
  .wp-block .align-content-xl-end,
  .soj-frontend .align-content-xl-end {
    align-content: flex-end !important;
  }
  .wp-block .align-content-xl-center,
  .soj-frontend .align-content-xl-center {
    align-content: center !important;
  }
  .wp-block .align-content-xl-between,
  .soj-frontend .align-content-xl-between {
    align-content: space-between !important;
  }
  .wp-block .align-content-xl-around,
  .soj-frontend .align-content-xl-around {
    align-content: space-around !important;
  }
  .wp-block .align-content-xl-stretch,
  .soj-frontend .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .wp-block .align-self-xl-auto,
  .soj-frontend .align-self-xl-auto {
    align-self: auto !important;
  }
  .wp-block .align-self-xl-start,
  .soj-frontend .align-self-xl-start {
    align-self: flex-start !important;
  }
  .wp-block .align-self-xl-end,
  .soj-frontend .align-self-xl-end {
    align-self: flex-end !important;
  }
  .wp-block .align-self-xl-center,
  .soj-frontend .align-self-xl-center {
    align-self: center !important;
  }
  .wp-block .align-self-xl-baseline,
  .soj-frontend .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .wp-block .align-self-xl-stretch,
  .soj-frontend .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .wp-block .order-xl-first,
  .soj-frontend .order-xl-first {
    order: -1 !important;
  }
  .wp-block .order-xl-0,
  .soj-frontend .order-xl-0 {
    order: 0 !important;
  }
  .wp-block .order-xl-1,
  .soj-frontend .order-xl-1 {
    order: 1 !important;
  }
  .wp-block .order-xl-2,
  .soj-frontend .order-xl-2 {
    order: 2 !important;
  }
  .wp-block .order-xl-3,
  .soj-frontend .order-xl-3 {
    order: 3 !important;
  }
  .wp-block .order-xl-4,
  .soj-frontend .order-xl-4 {
    order: 4 !important;
  }
  .wp-block .order-xl-5,
  .soj-frontend .order-xl-5 {
    order: 5 !important;
  }
  .wp-block .order-xl-last,
  .soj-frontend .order-xl-last {
    order: 6 !important;
  }
  .wp-block .m-xl-0,
  .soj-frontend .m-xl-0 {
    margin: 0 !important;
  }
  .wp-block .m-xl-1,
  .soj-frontend .m-xl-1 {
    margin: 0.25rem !important;
  }
  .wp-block .m-xl-2,
  .soj-frontend .m-xl-2 {
    margin: 0.5rem !important;
  }
  .wp-block .m-xl-3,
  .soj-frontend .m-xl-3 {
    margin: 1rem !important;
  }
  .wp-block .m-xl-4,
  .soj-frontend .m-xl-4 {
    margin: 1.5rem !important;
  }
  .wp-block .m-xl-5,
  .soj-frontend .m-xl-5 {
    margin: 3rem !important;
  }
  .wp-block .m-xl-auto,
  .soj-frontend .m-xl-auto {
    margin: auto !important;
  }
  .wp-block .mx-xl-0,
  .soj-frontend .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .wp-block .mx-xl-1,
  .soj-frontend .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .wp-block .mx-xl-2,
  .soj-frontend .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .wp-block .mx-xl-3,
  .soj-frontend .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .wp-block .mx-xl-4,
  .soj-frontend .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .wp-block .mx-xl-5,
  .soj-frontend .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .wp-block .mx-xl-auto,
  .soj-frontend .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .wp-block .my-xl-0,
  .soj-frontend .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .wp-block .my-xl-1,
  .soj-frontend .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .wp-block .my-xl-2,
  .soj-frontend .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .wp-block .my-xl-3,
  .soj-frontend .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .wp-block .my-xl-4,
  .soj-frontend .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .wp-block .my-xl-5,
  .soj-frontend .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .wp-block .my-xl-auto,
  .soj-frontend .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .wp-block .mt-xl-0,
  .soj-frontend .mt-xl-0 {
    margin-top: 0 !important;
  }
  .wp-block .mt-xl-1,
  .soj-frontend .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .wp-block .mt-xl-2,
  .soj-frontend .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .wp-block .mt-xl-3,
  .soj-frontend .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .wp-block .mt-xl-4,
  .soj-frontend .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .wp-block .mt-xl-5,
  .soj-frontend .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .wp-block .mt-xl-auto,
  .soj-frontend .mt-xl-auto {
    margin-top: auto !important;
  }
  .wp-block .me-xl-0,
  .soj-frontend .me-xl-0 {
    margin-right: 0 !important;
  }
  .wp-block .me-xl-1,
  .soj-frontend .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .wp-block .me-xl-2,
  .soj-frontend .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .wp-block .me-xl-3,
  .soj-frontend .me-xl-3 {
    margin-right: 1rem !important;
  }
  .wp-block .me-xl-4,
  .soj-frontend .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .wp-block .me-xl-5,
  .soj-frontend .me-xl-5 {
    margin-right: 3rem !important;
  }
  .wp-block .me-xl-auto,
  .soj-frontend .me-xl-auto {
    margin-right: auto !important;
  }
  .wp-block .mb-xl-0,
  .soj-frontend .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .wp-block .mb-xl-1,
  .soj-frontend .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .wp-block .mb-xl-2,
  .soj-frontend .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .wp-block .mb-xl-3,
  .soj-frontend .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .wp-block .mb-xl-4,
  .soj-frontend .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .wp-block .mb-xl-5,
  .soj-frontend .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .wp-block .mb-xl-auto,
  .soj-frontend .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .wp-block .ms-xl-0,
  .soj-frontend .ms-xl-0 {
    margin-left: 0 !important;
  }
  .wp-block .ms-xl-1,
  .soj-frontend .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .wp-block .ms-xl-2,
  .soj-frontend .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .wp-block .ms-xl-3,
  .soj-frontend .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .wp-block .ms-xl-4,
  .soj-frontend .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .wp-block .ms-xl-5,
  .soj-frontend .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .wp-block .ms-xl-auto,
  .soj-frontend .ms-xl-auto {
    margin-left: auto !important;
  }
  .wp-block .p-xl-0,
  .soj-frontend .p-xl-0 {
    padding: 0 !important;
  }
  .wp-block .p-xl-1,
  .soj-frontend .p-xl-1 {
    padding: 0.25rem !important;
  }
  .wp-block .p-xl-2,
  .soj-frontend .p-xl-2 {
    padding: 0.5rem !important;
  }
  .wp-block .p-xl-3,
  .soj-frontend .p-xl-3 {
    padding: 1rem !important;
  }
  .wp-block .p-xl-4,
  .soj-frontend .p-xl-4 {
    padding: 1.5rem !important;
  }
  .wp-block .p-xl-5,
  .soj-frontend .p-xl-5 {
    padding: 3rem !important;
  }
  .wp-block .px-xl-0,
  .soj-frontend .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .wp-block .px-xl-1,
  .soj-frontend .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .wp-block .px-xl-2,
  .soj-frontend .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .wp-block .px-xl-3,
  .soj-frontend .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .wp-block .px-xl-4,
  .soj-frontend .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .wp-block .px-xl-5,
  .soj-frontend .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .wp-block .py-xl-0,
  .soj-frontend .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .wp-block .py-xl-1,
  .soj-frontend .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .wp-block .py-xl-2,
  .soj-frontend .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .wp-block .py-xl-3,
  .soj-frontend .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .wp-block .py-xl-4,
  .soj-frontend .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .wp-block .py-xl-5,
  .soj-frontend .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .wp-block .pt-xl-0,
  .soj-frontend .pt-xl-0 {
    padding-top: 0 !important;
  }
  .wp-block .pt-xl-1,
  .soj-frontend .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .wp-block .pt-xl-2,
  .soj-frontend .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .wp-block .pt-xl-3,
  .soj-frontend .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .wp-block .pt-xl-4,
  .soj-frontend .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .wp-block .pt-xl-5,
  .soj-frontend .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .wp-block .pe-xl-0,
  .soj-frontend .pe-xl-0 {
    padding-right: 0 !important;
  }
  .wp-block .pe-xl-1,
  .soj-frontend .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .wp-block .pe-xl-2,
  .soj-frontend .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .wp-block .pe-xl-3,
  .soj-frontend .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .wp-block .pe-xl-4,
  .soj-frontend .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .wp-block .pe-xl-5,
  .soj-frontend .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .wp-block .pb-xl-0,
  .soj-frontend .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .wp-block .pb-xl-1,
  .soj-frontend .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .wp-block .pb-xl-2,
  .soj-frontend .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .wp-block .pb-xl-3,
  .soj-frontend .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .wp-block .pb-xl-4,
  .soj-frontend .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .wp-block .pb-xl-5,
  .soj-frontend .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .wp-block .ps-xl-0,
  .soj-frontend .ps-xl-0 {
    padding-left: 0 !important;
  }
  .wp-block .ps-xl-1,
  .soj-frontend .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .wp-block .ps-xl-2,
  .soj-frontend .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .wp-block .ps-xl-3,
  .soj-frontend .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .wp-block .ps-xl-4,
  .soj-frontend .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .wp-block .ps-xl-5,
  .soj-frontend .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .wp-block .gap-xl-0,
  .soj-frontend .gap-xl-0 {
    gap: 0 !important;
  }
  .wp-block .gap-xl-1,
  .soj-frontend .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .wp-block .gap-xl-2,
  .soj-frontend .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .wp-block .gap-xl-3,
  .soj-frontend .gap-xl-3 {
    gap: 1rem !important;
  }
  .wp-block .gap-xl-4,
  .soj-frontend .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .wp-block .gap-xl-5,
  .soj-frontend .gap-xl-5 {
    gap: 3rem !important;
  }
  .wp-block .row-gap-xl-0,
  .soj-frontend .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .wp-block .row-gap-xl-1,
  .soj-frontend .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .wp-block .row-gap-xl-2,
  .soj-frontend .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .wp-block .row-gap-xl-3,
  .soj-frontend .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .wp-block .row-gap-xl-4,
  .soj-frontend .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .wp-block .row-gap-xl-5,
  .soj-frontend .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .wp-block .column-gap-xl-0,
  .soj-frontend .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .wp-block .column-gap-xl-1,
  .soj-frontend .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .wp-block .column-gap-xl-2,
  .soj-frontend .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .wp-block .column-gap-xl-3,
  .soj-frontend .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .wp-block .column-gap-xl-4,
  .soj-frontend .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .wp-block .column-gap-xl-5,
  .soj-frontend .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .wp-block .text-xl-start,
  .soj-frontend .text-xl-start {
    text-align: left !important;
  }
  .wp-block .text-xl-end,
  .soj-frontend .text-xl-end {
    text-align: right !important;
  }
  .wp-block .text-xl-center,
  .soj-frontend .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .wp-block .float-xxl-start,
  .soj-frontend .float-xxl-start {
    float: left !important;
  }
  .wp-block .float-xxl-end,
  .soj-frontend .float-xxl-end {
    float: right !important;
  }
  .wp-block .float-xxl-none,
  .soj-frontend .float-xxl-none {
    float: none !important;
  }
  .wp-block .object-fit-xxl-contain,
  .soj-frontend .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .wp-block .object-fit-xxl-cover,
  .soj-frontend .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .wp-block .object-fit-xxl-fill,
  .soj-frontend .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .wp-block .object-fit-xxl-scale,
  .soj-frontend .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .wp-block .object-fit-xxl-none,
  .soj-frontend .object-fit-xxl-none {
    object-fit: none !important;
  }
  .wp-block .d-xxl-inline,
  .soj-frontend .d-xxl-inline {
    display: inline !important;
  }
  .wp-block .d-xxl-inline-block,
  .soj-frontend .d-xxl-inline-block {
    display: inline-block !important;
  }
  .wp-block .d-xxl-block,
  .soj-frontend .d-xxl-block {
    display: block !important;
  }
  .wp-block .d-xxl-grid,
  .soj-frontend .d-xxl-grid {
    display: grid !important;
  }
  .wp-block .d-xxl-inline-grid,
  .soj-frontend .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .wp-block .d-xxl-table,
  .soj-frontend .d-xxl-table {
    display: table !important;
  }
  .wp-block .d-xxl-table-row,
  .soj-frontend .d-xxl-table-row {
    display: table-row !important;
  }
  .wp-block .d-xxl-table-cell,
  .soj-frontend .d-xxl-table-cell {
    display: table-cell !important;
  }
  .wp-block .d-xxl-flex,
  .soj-frontend .d-xxl-flex {
    display: flex !important;
  }
  .wp-block .d-xxl-inline-flex,
  .soj-frontend .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .wp-block .d-xxl-none,
  .soj-frontend .d-xxl-none {
    display: none !important;
  }
  .wp-block .flex-xxl-fill,
  .soj-frontend .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .wp-block .flex-xxl-row,
  .soj-frontend .flex-xxl-row {
    flex-direction: row !important;
  }
  .wp-block .flex-xxl-column,
  .soj-frontend .flex-xxl-column {
    flex-direction: column !important;
  }
  .wp-block .flex-xxl-row-reverse,
  .soj-frontend .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .wp-block .flex-xxl-column-reverse,
  .soj-frontend .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .wp-block .flex-xxl-grow-0,
  .soj-frontend .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .wp-block .flex-xxl-grow-1,
  .soj-frontend .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .wp-block .flex-xxl-shrink-0,
  .soj-frontend .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .wp-block .flex-xxl-shrink-1,
  .soj-frontend .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .wp-block .flex-xxl-wrap,
  .soj-frontend .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .wp-block .flex-xxl-nowrap,
  .soj-frontend .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .wp-block .flex-xxl-wrap-reverse,
  .soj-frontend .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .wp-block .justify-content-xxl-start,
  .soj-frontend .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .wp-block .justify-content-xxl-end,
  .soj-frontend .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .wp-block .justify-content-xxl-center,
  .soj-frontend .justify-content-xxl-center {
    justify-content: center !important;
  }
  .wp-block .justify-content-xxl-between,
  .soj-frontend .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .wp-block .justify-content-xxl-around,
  .soj-frontend .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .wp-block .justify-content-xxl-evenly,
  .soj-frontend .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .wp-block .align-items-xxl-start,
  .soj-frontend .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .wp-block .align-items-xxl-end,
  .soj-frontend .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .wp-block .align-items-xxl-center,
  .soj-frontend .align-items-xxl-center {
    align-items: center !important;
  }
  .wp-block .align-items-xxl-baseline,
  .soj-frontend .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .wp-block .align-items-xxl-stretch,
  .soj-frontend .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .wp-block .align-content-xxl-start,
  .soj-frontend .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .wp-block .align-content-xxl-end,
  .soj-frontend .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .wp-block .align-content-xxl-center,
  .soj-frontend .align-content-xxl-center {
    align-content: center !important;
  }
  .wp-block .align-content-xxl-between,
  .soj-frontend .align-content-xxl-between {
    align-content: space-between !important;
  }
  .wp-block .align-content-xxl-around,
  .soj-frontend .align-content-xxl-around {
    align-content: space-around !important;
  }
  .wp-block .align-content-xxl-stretch,
  .soj-frontend .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .wp-block .align-self-xxl-auto,
  .soj-frontend .align-self-xxl-auto {
    align-self: auto !important;
  }
  .wp-block .align-self-xxl-start,
  .soj-frontend .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .wp-block .align-self-xxl-end,
  .soj-frontend .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .wp-block .align-self-xxl-center,
  .soj-frontend .align-self-xxl-center {
    align-self: center !important;
  }
  .wp-block .align-self-xxl-baseline,
  .soj-frontend .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .wp-block .align-self-xxl-stretch,
  .soj-frontend .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .wp-block .order-xxl-first,
  .soj-frontend .order-xxl-first {
    order: -1 !important;
  }
  .wp-block .order-xxl-0,
  .soj-frontend .order-xxl-0 {
    order: 0 !important;
  }
  .wp-block .order-xxl-1,
  .soj-frontend .order-xxl-1 {
    order: 1 !important;
  }
  .wp-block .order-xxl-2,
  .soj-frontend .order-xxl-2 {
    order: 2 !important;
  }
  .wp-block .order-xxl-3,
  .soj-frontend .order-xxl-3 {
    order: 3 !important;
  }
  .wp-block .order-xxl-4,
  .soj-frontend .order-xxl-4 {
    order: 4 !important;
  }
  .wp-block .order-xxl-5,
  .soj-frontend .order-xxl-5 {
    order: 5 !important;
  }
  .wp-block .order-xxl-last,
  .soj-frontend .order-xxl-last {
    order: 6 !important;
  }
  .wp-block .m-xxl-0,
  .soj-frontend .m-xxl-0 {
    margin: 0 !important;
  }
  .wp-block .m-xxl-1,
  .soj-frontend .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .wp-block .m-xxl-2,
  .soj-frontend .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .wp-block .m-xxl-3,
  .soj-frontend .m-xxl-3 {
    margin: 1rem !important;
  }
  .wp-block .m-xxl-4,
  .soj-frontend .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .wp-block .m-xxl-5,
  .soj-frontend .m-xxl-5 {
    margin: 3rem !important;
  }
  .wp-block .m-xxl-auto,
  .soj-frontend .m-xxl-auto {
    margin: auto !important;
  }
  .wp-block .mx-xxl-0,
  .soj-frontend .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .wp-block .mx-xxl-1,
  .soj-frontend .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .wp-block .mx-xxl-2,
  .soj-frontend .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .wp-block .mx-xxl-3,
  .soj-frontend .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .wp-block .mx-xxl-4,
  .soj-frontend .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .wp-block .mx-xxl-5,
  .soj-frontend .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .wp-block .mx-xxl-auto,
  .soj-frontend .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .wp-block .my-xxl-0,
  .soj-frontend .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .wp-block .my-xxl-1,
  .soj-frontend .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .wp-block .my-xxl-2,
  .soj-frontend .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .wp-block .my-xxl-3,
  .soj-frontend .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .wp-block .my-xxl-4,
  .soj-frontend .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .wp-block .my-xxl-5,
  .soj-frontend .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .wp-block .my-xxl-auto,
  .soj-frontend .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .wp-block .mt-xxl-0,
  .soj-frontend .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .wp-block .mt-xxl-1,
  .soj-frontend .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .wp-block .mt-xxl-2,
  .soj-frontend .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .wp-block .mt-xxl-3,
  .soj-frontend .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .wp-block .mt-xxl-4,
  .soj-frontend .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .wp-block .mt-xxl-5,
  .soj-frontend .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .wp-block .mt-xxl-auto,
  .soj-frontend .mt-xxl-auto {
    margin-top: auto !important;
  }
  .wp-block .me-xxl-0,
  .soj-frontend .me-xxl-0 {
    margin-right: 0 !important;
  }
  .wp-block .me-xxl-1,
  .soj-frontend .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .wp-block .me-xxl-2,
  .soj-frontend .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .wp-block .me-xxl-3,
  .soj-frontend .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .wp-block .me-xxl-4,
  .soj-frontend .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .wp-block .me-xxl-5,
  .soj-frontend .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .wp-block .me-xxl-auto,
  .soj-frontend .me-xxl-auto {
    margin-right: auto !important;
  }
  .wp-block .mb-xxl-0,
  .soj-frontend .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .wp-block .mb-xxl-1,
  .soj-frontend .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .wp-block .mb-xxl-2,
  .soj-frontend .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .wp-block .mb-xxl-3,
  .soj-frontend .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .wp-block .mb-xxl-4,
  .soj-frontend .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .wp-block .mb-xxl-5,
  .soj-frontend .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .wp-block .mb-xxl-auto,
  .soj-frontend .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .wp-block .ms-xxl-0,
  .soj-frontend .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .wp-block .ms-xxl-1,
  .soj-frontend .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .wp-block .ms-xxl-2,
  .soj-frontend .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .wp-block .ms-xxl-3,
  .soj-frontend .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .wp-block .ms-xxl-4,
  .soj-frontend .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .wp-block .ms-xxl-5,
  .soj-frontend .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .wp-block .ms-xxl-auto,
  .soj-frontend .ms-xxl-auto {
    margin-left: auto !important;
  }
  .wp-block .p-xxl-0,
  .soj-frontend .p-xxl-0 {
    padding: 0 !important;
  }
  .wp-block .p-xxl-1,
  .soj-frontend .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .wp-block .p-xxl-2,
  .soj-frontend .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .wp-block .p-xxl-3,
  .soj-frontend .p-xxl-3 {
    padding: 1rem !important;
  }
  .wp-block .p-xxl-4,
  .soj-frontend .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .wp-block .p-xxl-5,
  .soj-frontend .p-xxl-5 {
    padding: 3rem !important;
  }
  .wp-block .px-xxl-0,
  .soj-frontend .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .wp-block .px-xxl-1,
  .soj-frontend .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .wp-block .px-xxl-2,
  .soj-frontend .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .wp-block .px-xxl-3,
  .soj-frontend .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .wp-block .px-xxl-4,
  .soj-frontend .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .wp-block .px-xxl-5,
  .soj-frontend .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .wp-block .py-xxl-0,
  .soj-frontend .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .wp-block .py-xxl-1,
  .soj-frontend .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .wp-block .py-xxl-2,
  .soj-frontend .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .wp-block .py-xxl-3,
  .soj-frontend .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .wp-block .py-xxl-4,
  .soj-frontend .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .wp-block .py-xxl-5,
  .soj-frontend .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .wp-block .pt-xxl-0,
  .soj-frontend .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .wp-block .pt-xxl-1,
  .soj-frontend .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .wp-block .pt-xxl-2,
  .soj-frontend .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .wp-block .pt-xxl-3,
  .soj-frontend .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .wp-block .pt-xxl-4,
  .soj-frontend .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .wp-block .pt-xxl-5,
  .soj-frontend .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .wp-block .pe-xxl-0,
  .soj-frontend .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .wp-block .pe-xxl-1,
  .soj-frontend .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .wp-block .pe-xxl-2,
  .soj-frontend .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .wp-block .pe-xxl-3,
  .soj-frontend .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .wp-block .pe-xxl-4,
  .soj-frontend .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .wp-block .pe-xxl-5,
  .soj-frontend .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .wp-block .pb-xxl-0,
  .soj-frontend .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .wp-block .pb-xxl-1,
  .soj-frontend .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .wp-block .pb-xxl-2,
  .soj-frontend .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .wp-block .pb-xxl-3,
  .soj-frontend .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .wp-block .pb-xxl-4,
  .soj-frontend .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .wp-block .pb-xxl-5,
  .soj-frontend .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .wp-block .ps-xxl-0,
  .soj-frontend .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .wp-block .ps-xxl-1,
  .soj-frontend .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .wp-block .ps-xxl-2,
  .soj-frontend .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .wp-block .ps-xxl-3,
  .soj-frontend .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .wp-block .ps-xxl-4,
  .soj-frontend .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .wp-block .ps-xxl-5,
  .soj-frontend .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .wp-block .gap-xxl-0,
  .soj-frontend .gap-xxl-0 {
    gap: 0 !important;
  }
  .wp-block .gap-xxl-1,
  .soj-frontend .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .wp-block .gap-xxl-2,
  .soj-frontend .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .wp-block .gap-xxl-3,
  .soj-frontend .gap-xxl-3 {
    gap: 1rem !important;
  }
  .wp-block .gap-xxl-4,
  .soj-frontend .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .wp-block .gap-xxl-5,
  .soj-frontend .gap-xxl-5 {
    gap: 3rem !important;
  }
  .wp-block .row-gap-xxl-0,
  .soj-frontend .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .wp-block .row-gap-xxl-1,
  .soj-frontend .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .wp-block .row-gap-xxl-2,
  .soj-frontend .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .wp-block .row-gap-xxl-3,
  .soj-frontend .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .wp-block .row-gap-xxl-4,
  .soj-frontend .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .wp-block .row-gap-xxl-5,
  .soj-frontend .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .wp-block .column-gap-xxl-0,
  .soj-frontend .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .wp-block .column-gap-xxl-1,
  .soj-frontend .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .wp-block .column-gap-xxl-2,
  .soj-frontend .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .wp-block .column-gap-xxl-3,
  .soj-frontend .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .wp-block .column-gap-xxl-4,
  .soj-frontend .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .wp-block .column-gap-xxl-5,
  .soj-frontend .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .wp-block .text-xxl-start,
  .soj-frontend .text-xxl-start {
    text-align: left !important;
  }
  .wp-block .text-xxl-end,
  .soj-frontend .text-xxl-end {
    text-align: right !important;
  }
  .wp-block .text-xxl-center,
  .soj-frontend .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .wp-block .fs-1,
  .soj-frontend .fs-1 {
    font-size: 2.5rem !important;
  }
  .wp-block .fs-2,
  .soj-frontend .fs-2 {
    font-size: 2rem !important;
  }
  .wp-block .fs-3,
  .soj-frontend .fs-3 {
    font-size: 1.75rem !important;
  }
  .wp-block .fs-4,
  .soj-frontend .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .wp-block .d-print-inline,
  .soj-frontend .d-print-inline {
    display: inline !important;
  }
  .wp-block .d-print-inline-block,
  .soj-frontend .d-print-inline-block {
    display: inline-block !important;
  }
  .wp-block .d-print-block,
  .soj-frontend .d-print-block {
    display: block !important;
  }
  .wp-block .d-print-grid,
  .soj-frontend .d-print-grid {
    display: grid !important;
  }
  .wp-block .d-print-inline-grid,
  .soj-frontend .d-print-inline-grid {
    display: inline-grid !important;
  }
  .wp-block .d-print-table,
  .soj-frontend .d-print-table {
    display: table !important;
  }
  .wp-block .d-print-table-row,
  .soj-frontend .d-print-table-row {
    display: table-row !important;
  }
  .wp-block .d-print-table-cell,
  .soj-frontend .d-print-table-cell {
    display: table-cell !important;
  }
  .wp-block .d-print-flex,
  .soj-frontend .d-print-flex {
    display: flex !important;
  }
  .wp-block .d-print-inline-flex,
  .soj-frontend .d-print-inline-flex {
    display: inline-flex !important;
  }
  .wp-block .d-print-none,
  .soj-frontend .d-print-none {
    display: none !important;
  }
}
.wp-block .taxonomy-filters,
.soj-frontend .taxonomy-filters {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .wp-block .taxonomy-filters,
  .soj-frontend .taxonomy-filters {
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block .taxonomy-filters,
  .soj-frontend .taxonomy-filters {
    gap: 30px;
    grid-template-columns: minmax(280px, 1fr) 3fr;
  }
}
@media only screen and (min-width: 1280px) {
  .wp-block .taxonomy-filters,
  .soj-frontend .taxonomy-filters {
    gap: 50px;
  }
}
.wp-block .taxonomy-filters .rightside .inner,
.soj-frontend .taxonomy-filters .rightside .inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 30px;
}
@media only screen and (min-width: 768px) {
  .wp-block .taxonomy-filters .rightside .inner,
  .soj-frontend .taxonomy-filters .rightside .inner {
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    gap: 35px;
    grid-row-gap: 54px;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block .taxonomy-filters .rightside .inner,
  .soj-frontend .taxonomy-filters .rightside .inner {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
}
@media only screen and (min-width: 1280px) {
  .wp-block .taxonomy-filters .rightside .inner,
  .soj-frontend .taxonomy-filters .rightside .inner {
    grid-template-columns: repeat(3, minmax(200px, 1fr));
  }
}
.wp-block .taxonomy-filters .rightside .inner .image-wrap,
.soj-frontend .taxonomy-filters .rightside .inner .image-wrap {
  position: relative;
  padding-top: 60.34%;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
  display: block;
}
.wp-block .taxonomy-filters .rightside .inner .image-wrap img,
.soj-frontend .taxonomy-filters .rightside .inner .image-wrap img {
  transition: transform 0.4s ease;
}
.wp-block .taxonomy-filters .rightside .inner .image-wrap:hover img,
.soj-frontend .taxonomy-filters .rightside .inner .image-wrap:hover img {
  transform: scale(1.1);
}
.wp-block .taxonomy-filters .rightside .inner .title,
.soj-frontend .taxonomy-filters .rightside .inner .title {
  margin-bottom: 5px;
}
.wp-block .taxonomy-filters .rightside .inner .title a,
.soj-frontend .taxonomy-filters .rightside .inner .title a {
  transition: color 400ms ease-in-out;
}
.wp-block .taxonomy-filters .rightside .inner .title a:hover,
.soj-frontend .taxonomy-filters .rightside .inner .title a:hover {
  color: #00703C;
}
.wp-block .taxonomy-filters .rightside .inner .child-terms,
.soj-frontend .taxonomy-filters .rightside .inner .child-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 12px;
}
.wp-block .taxonomy-filters .rightside .inner .child-terms .child-term,
.soj-frontend .taxonomy-filters .rightside .inner .child-terms .child-term {
  font-weight: 600;
  font-size: 12px;
  line-height: 21px;
  text-align: left;
  color: #fff;
  padding: 1px 6px;
  border-radius: 5px;
  background: #5e93c8;
}
.wp-block .taxonomy-filters #filters,
.soj-frontend .taxonomy-filters #filters {
  background: #00703C;
  border-radius: 10px;
  padding-top: clamp(20px, -0.6008583691px + 2.6824034335vw, 45px);
  padding-left: clamp(20px, 13.4077253219px + 0.8583690987vw, 28px);
  padding-right: clamp(20px, 13.4077253219px + 0.8583690987vw, 28px);
  padding-bottom: clamp(20px, 13.4077253219px + 0.8583690987vw, 28px);
}
@media only screen and (min-width: 1024px) {
  .wp-block .taxonomy-filters #filters,
  .soj-frontend .taxonomy-filters #filters {
    margin-bottom: 30px;
  }
}
.wp-block .taxonomy-filters #filters p,
.soj-frontend .taxonomy-filters #filters p {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(28px, 28px + 0vw, 28px);
  line-height: clamp(45px, 45px + 0vw, 45px);
  text-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
  font-weight: 700;
}
.wp-block .taxonomy-filters #filters p:after,
.soj-frontend .taxonomy-filters #filters p:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: rgba(255, 255, 255, 0.1);
}
.wp-block .taxonomy-filters #filters ul,
.soj-frontend .taxonomy-filters #filters ul {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  margin: 0;
  padding-top: clamp(20px, 10.1115879828px + 1.2875536481vw, 32px);
}
@media only screen and (min-width: 768px) {
  .wp-block .taxonomy-filters #filters ul,
  .soj-frontend .taxonomy-filters #filters ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block .taxonomy-filters #filters ul,
  .soj-frontend .taxonomy-filters #filters ul {
    display: block;
  }
}
.wp-block .taxonomy-filters #filters ul li,
.soj-frontend .taxonomy-filters #filters ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .wp-block .taxonomy-filters #filters ul li,
  .soj-frontend .taxonomy-filters #filters ul li {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block .taxonomy-filters #filters ul li,
  .soj-frontend .taxonomy-filters #filters ul li {
    margin-bottom: 15px;
  }
}
.wp-block .taxonomy-filters #filters ul li label,
.soj-frontend .taxonomy-filters #filters ul li label {
  display: flex;
  justify-content: space-between;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .wp-block .taxonomy-filters #filters ul li label,
  .soj-frontend .taxonomy-filters #filters ul li label {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block .taxonomy-filters #filters ul li label,
  .soj-frontend .taxonomy-filters #filters ul li label {
    padding-left: 0;
  }
}
.wp-block .taxonomy-filters #filters ul li label input,
.soj-frontend .taxonomy-filters #filters ul li label input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.wp-block .taxonomy-filters #filters ul li label input:checked + .checkbox svg,
.soj-frontend .taxonomy-filters #filters ul li label input:checked + .checkbox svg {
  transform: translate(-50%, -50%) scale(1);
  transition: transform 400ms ease;
}
.wp-block .taxonomy-filters #filters ul li label .checkbox,
.soj-frontend .taxonomy-filters #filters ul li label .checkbox {
  flex-shrink: 0;
  width: 28px;
  height: 27px;
  border-radius: 5px;
  background: #fff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .wp-block .taxonomy-filters #filters ul li label .checkbox,
  .soj-frontend .taxonomy-filters #filters ul li label .checkbox {
    position: absolute;
    left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block .taxonomy-filters #filters ul li label .checkbox,
  .soj-frontend .taxonomy-filters #filters ul li label .checkbox {
    position: relative;
  }
}
.wp-block .taxonomy-filters #filters ul li label .checkbox svg,
.soj-frontend .taxonomy-filters #filters ul li label .checkbox svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 400ms ease;
}
.wp-block #filter-button-outer-wrap,
.soj-frontend #filter-button-outer-wrap {
  margin-top: 30px;
}
.wp-block #filter-button-outer-wrap .btn,
.soj-frontend #filter-button-outer-wrap .btn {
  cursor: pointer;
}
.wp-block .subscribebox,
.soj-frontend .subscribebox {
  background: #0f4a6f;
  border-radius: 10px;
  padding-top: clamp(20px, -0.6008583691px + 2.6824034335vw, 45px);
  padding-left: clamp(20px, 13.4077253219px + 0.8583690987vw, 28px);
  padding-right: clamp(20px, 13.4077253219px + 0.8583690987vw, 28px);
  padding-bottom: clamp(20px, 13.4077253219px + 0.8583690987vw, 28px);
}
.wp-block .subscribebox .mailicon,
.soj-frontend .subscribebox .mailicon {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 36px;
}
.wp-block .subscribebox .signup,
.soj-frontend .subscribebox .signup {
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-bottom: -22px;
}
.wp-block .subscribebox .bottom-secton,
.soj-frontend .subscribebox .bottom-secton {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
.wp-block .subscribebox .bottom-secton .title,
.soj-frontend .subscribebox .bottom-secton .title {
  margin-bottom: 0;
  font-weight: bold;
  font-size: clamp(27px, 17.9356223176px + 1.1802575107vw, 38px);
  line-height: clamp(23px, 15.5836909871px + 0.9656652361vw, 32px);
  text-align: left;
  color: #fff;
  text-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
  padding-right: 10px;
  text-transform: uppercase;
}
.wp-block .subscribebox .bottom-secton .circle,
.soj-frontend .subscribebox .bottom-secton .circle {
  height: clamp(46px, 37.7596566524px + 1.0729613734vw, 56px);
  width: clamp(46px, 37.7596566524px + 1.0729613734vw, 56px);
  background: #00703C;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.wp-block #portal,
.soj-frontend #portal {
  min-height: calc(100vh - 40px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block #portal .caption,
.soj-frontend #portal .caption {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.wp-block #portal .caption h1,
.soj-frontend #portal .caption h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.wp-block .portal_login,
.soj-frontend .portal_login {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
}
.wp-block .portal_login form label,
.soj-frontend .portal_login form label {
  font-size: 16px;
}
.wp-block .portal_login form input,
.soj-frontend .portal_login form input {
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  transition: border-color 0.2s ease;
}
.wp-block .portal_login form input:focus,
.soj-frontend .portal_login form input:focus {
  border-color: #666;
  outline: none;
}
.wp-block .portal_login form .login-username label, .wp-block .portal_login form .login-password label,
.soj-frontend .portal_login form .login-username label,
.soj-frontend .portal_login form .login-password label {
  display: inline-block;
  width: 80px;
}
.wp-block .portal_login form .button,
.soj-frontend .portal_login form .button {
  background: #00703C;
  padding: 15px 37px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: inline-flex;
  color: #fff;
  text-decoration: none !important;
  transition: background 400ms ease;
  border-radius: 24px;
  justify-content: center;
  text-align: center;
  border: none;
}
.wp-block .portal_login form .button:hover,
.soj-frontend .portal_login form .button:hover {
  background: #0079C1;
  color: #fff;
  text-decoration: none;
  transition: background 400ms ease;
  opacity: 1;
  cursor: pointer;
}
.wp-block .portal_login form .login-submit,
.soj-frontend .portal_login form .login-submit {
  margin-bottom: 0;
}
.wp-block .portal_login form .login-remember, .wp-block .portal_login form .login-username, .wp-block .portal_login form .login-password,
.soj-frontend .portal_login form .login-remember,
.soj-frontend .portal_login form .login-username,
.soj-frontend .portal_login form .login-password {
  margin-bottom: 10px;
}
.wp-block #main,
.soj-frontend #main {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  font-family: "segoe-ui", sans-serif !important;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1600px) {
  .wp-block #main,
  .soj-frontend #main {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.wp-block .label,
.soj-frontend .label {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #aaa;
}
.wp-block .container,
.soj-frontend .container {
  width: 1600px;
  max-width: 90vw;
  margin: auto;
}
.wp-block .large-container,
.soj-frontend .large-container {
  max-width: none;
  width: 100%;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1600px) {
  .wp-block .large-container,
  .soj-frontend .large-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.wp-block .full-width,
.soj-frontend .full-width {
  width: 100%;
}
.wp-block .parallax-image,
.soj-frontend .parallax-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: transform 0.1s ease-out;
}
.wp-block .page_not_found_wrapper,
.soj-frontend .page_not_found_wrapper {
  padding: 100px;
}
.wp-block .page_not_found_wrapper .btn,
.soj-frontend .page_not_found_wrapper .btn {
  margin-top: 15px;
}
.wp-block .margin-bottom-small,
.soj-frontend .margin-bottom-small {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .wp-block .margin-bottom-small,
  .soj-frontend .margin-bottom-small {
    margin-bottom: 30px;
  }
}
.wp-block .cover,
.soj-frontend .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wp-block .bg-image-cover,
.soj-frontend .bg-image-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-size: cover;
}
.wp-block .image-cover,
.soj-frontend .image-cover {
  object-position: center;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  outline: none;
  border: none;
  box-shadow: none;
}
.wp-block .bg-image-contain,
.soj-frontend .bg-image-contain {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-size: contain;
}
.wp-block .fluid-img,
.soj-frontend .fluid-img {
  max-width: 100%;
  height: auto;
}
.wp-block .absolute-image,
.soj-frontend .absolute-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.wp-block .embed-container,
.soj-frontend .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-bottom: 53.6%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.wp-block .embed-container iframe,
.wp-block .embed-container object,
.wp-block .embed-container embed,
.soj-frontend .embed-container iframe,
.soj-frontend .embed-container object,
.soj-frontend .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block .white-text,
.soj-frontend .white-text {
  color: #fff;
}
.wp-block .text-right,
.soj-frontend .text-right {
  text-align: right;
}
.wp-block .gap-30,
.soj-frontend .gap-30 {
  gap: 30px;
}
.wp-block .hero,
.soj-frontend .hero {
  position: relative;
  background-color: #222;
  color: white;
  font-family: "segoe-ui", sans-serif;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  border-radius: 10px;
  width: 100%;
  max-height: 960px;
}
@media only screen and (min-width: 1600px) {
  .wp-block .hero,
  .soj-frontend .hero {
    margin-top: 30px;
  }
}
.wp-block .hero .description a,
.soj-frontend .hero .description a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.wp-block .hero::before,
.soj-frontend .hero::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 25%;
  top: 0;
  width: 100%;
  background: linear-gradient(#000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  opacity: 0.8;
}
.wp-block .hero.tall,
.soj-frontend .hero.tall {
  height: calc(80vh - 40px);
}
@media only screen and (min-width: 1024px) {
  .wp-block .hero.tall,
  .soj-frontend .hero.tall {
    height: calc(100vh - 40px);
  }
}
@media only screen and (min-width: 1600px) {
  .wp-block .hero.tall,
  .soj-frontend .hero.tall {
    height: calc(100vh - 60px);
  }
}
.wp-block .hero.tall .cornerlogo,
.soj-frontend .hero.tall .cornerlogo {
  position: absolute;
  bottom: clamp(30px, 23.8461538462px + 1.5384615385vw, 50px);
  right: 4vw;
  z-index: 2;
  max-width: clamp(150px, 67.5965665236px + 10.7296137339vw, 250px);
  display: none;
}
@media only screen and (min-width: 768px) {
  .wp-block .hero.tall .cornerlogo,
  .soj-frontend .hero.tall .cornerlogo {
    display: block;
  }
}
.wp-block .hero.tall .inner,
.soj-frontend .hero.tall .inner {
  max-width: 100%;
  padding-bottom: clamp(30px, 23.8461538462px + 1.5384615385vw, 50px);
}
@media only screen and (min-width: 768px) {
  .wp-block .hero.tall .inner,
  .soj-frontend .hero.tall .inner {
    max-width: 72%;
  }
}
.wp-block .hero.tall .inner h1,
.soj-frontend .hero.tall .inner h1 {
  font-size: clamp(50px, 25.3846153846px + 6.1538461538vw, 130px);
  line-height: clamp(48px, 25.8461538462px + 5.5384615385vw, 120px);
}
.wp-block .hero.tall .inner .caption,
.soj-frontend .hero.tall .inner .caption {
  font-size: clamp(24px, 22.1538461538px + 0.4615384615vw, 30px);
  line-height: clamp(30px, 28.1538461538px + 0.4615384615vw, 36px);
  font-weight: bold;
}
.wp-block .hero.tall .inner .description,
.soj-frontend .hero.tall .inner .description {
  font-weight: bold;
}
.wp-block .hero.tall .hero_overlay,
.soj-frontend .hero.tall .hero_overlay {
  background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.wp-block .hero.short,
.soj-frontend .hero.short {
  height: calc(80vh - 40px);
  max-height: 600px;
}
@media only screen and (min-width: 1024px) {
  .wp-block .hero.short,
  .soj-frontend .hero.short {
    height: calc(100vh - 60px);
  }
}
.wp-block .hero.short .inner,
.soj-frontend .hero.short .inner {
  display: flex;
  justify-content: flex-start;
  padding-bottom: clamp(30px, 23.8461538462px + 1.5384615385vw, 50px);
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}
@media only screen and (min-width: 1024px) {
  .wp-block .hero.short .inner,
  .soj-frontend .hero.short .inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
.wp-block .hero.short .inner h1,
.soj-frontend .hero.short .inner h1 {
  font-size: clamp(40px, 27.6923076923px + 3.0769230769vw, 80px);
  line-height: clamp(40px, 30.7692307692px + 2.3076923077vw, 70px);
}
.wp-block .hero.short .inner .caption,
.soj-frontend .hero.short .inner .caption {
  align-self: flex-end;
  padding-left: 0;
  font-size: clamp(20px, 18.7692307692px + 0.3076923077vw, 24px);
  line-height: clamp(24px, 20.6153846154px + 0.8461538462vw, 35px);
  max-width: 100%;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .wp-block .hero.short .inner .caption,
  .soj-frontend .hero.short .inner .caption {
    max-width: 72%;
  }
}
.wp-block .hero.short .inner .hero_overlay,
.soj-frontend .hero.short .inner .hero_overlay {
  background: linear-gradient(rgba(17, 17, 17, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.wp-block .hero .hero_menu,
.soj-frontend .hero .hero_menu {
  position: relative;
  z-index: 2;
  padding: 23px 33px;
  border-radius: 10px;
  background: #0f4a6f;
  margin-left: auto;
  width: 380px;
}
.wp-block .hero .hero_menu.green,
.soj-frontend .hero .hero_menu.green {
  background: #00703C;
}
.wp-block .hero .hero_menu .menu_title_set,
.soj-frontend .hero .hero_menu .menu_title_set {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  text-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
  font-weight: 700;
}
.wp-block .hero .hero_menu .menu_title_set:after,
.soj-frontend .hero .hero_menu .menu_title_set:after {
  margin-top: 12px;
  margin-bottom: 12px;
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: rgba(255, 255, 255, 0.1);
}
.wp-block .hero .hero_menu ul,
.soj-frontend .hero .hero_menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.wp-block .hero .hero_menu ul li,
.soj-frontend .hero .hero_menu ul li {
  list-style-type: none;
}
.wp-block .hero .hero_menu ul li a,
.soj-frontend .hero .hero_menu ul li a {
  padding-top: 6px;
  padding-bottom: 6px;
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  text-align: left;
  color: #fff;
  display: flex;
  position: relative;
  transition: color 400ms ease-in-out;
}
.wp-block .hero .hero_menu ul li a svg,
.soj-frontend .hero .hero_menu ul li a svg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.wp-block .hero .hero_menu ul li a:hover,
.soj-frontend .hero .hero_menu ul li a:hover {
  color: #fff;
}
.wp-block .hero .hero_menu ul li.active-menu-item a,
.soj-frontend .hero .hero_menu ul li.active-menu-item a {
  color: #fff;
}
.wp-block .hero .hero_overlay,
.soj-frontend .hero .hero_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.wp-block .hero .caption,
.soj-frontend .hero .caption {
  padding: 80px 30px 0 30px;
  color: white;
  position: relative;
  z-index: 2;
  max-width: 950px;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .wp-block .hero .caption,
  .soj-frontend .hero .caption {
    padding: 80px 4vw 0 4vw;
  }
}
.wp-block .hero .caption .label,
.soj-frontend .hero .caption .label {
  color: #fff;
  font-size: clamp(20px, 17.5384615385px + 0.6153846154vw, 28px);
  line-height: clamp(26px, 22.9230769231px + 0.7692307692vw, 36px);
  margin-bottom: 20px;
  letter-spacing: 0;
  text-transform: none;
}
.wp-block .hero .caption h1,
.wp-block .hero .caption h2,
.wp-block .hero .caption h3,
.wp-block .hero .caption h4,
.soj-frontend .hero .caption h1,
.soj-frontend .hero .caption h2,
.soj-frontend .hero .caption h3,
.soj-frontend .hero .caption h4 {
  color: #fff;
  margin-bottom: 20px;
  font-family: "segoe-ui", sans-serif;
  font-weight: 700;
}
.wp-block .hero .caption .description,
.soj-frontend .hero .caption .description {
  max-width: 845px;
  font-weight: 500;
}
.wp-block .threee_picture_links .title,
.soj-frontend .threee_picture_links .title {
  text-align: center;
  margin-top: 4vw;
}
.wp-block .threee_picture_links .grid-wrapper,
.soj-frontend .threee_picture_links .grid-wrapper {
  display: grid;
  grid-template-columns: repeat(1fr);
  gap: 15px;
}
@media only screen and (min-width: 768px) {
  .wp-block .threee_picture_links .grid-wrapper,
  .soj-frontend .threee_picture_links .grid-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block .threee_picture_links .grid-wrapper,
  .soj-frontend .threee_picture_links .grid-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .wp-block .threee_picture_links .grid-wrapper.more_then_three.total-5 .imagewrap:last-child,
  .soj-frontend .threee_picture_links .grid-wrapper.more_then_three.total-5 .imagewrap:last-child {
    grid-column: span 2;
    padding-top: 34.837545126%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .wp-block .threee_picture_links .grid-wrapper.more_then_three.total-3 .imagewrap:last-child,
  .soj-frontend .threee_picture_links .grid-wrapper.more_then_three.total-3 .imagewrap:last-child {
    grid-column: span 2;
    padding-top: 34.837545126%;
  }
}
.wp-block .threee_picture_links .grid-wrapper .imagewrap,
.soj-frontend .threee_picture_links .grid-wrapper .imagewrap {
  position: relative;
  padding-top: 69.6750902527%;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
}
.wp-block .threee_picture_links .grid-wrapper .imagewrap .overlay-graident,
.soj-frontend .threee_picture_links .grid-wrapper .imagewrap .overlay-graident {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  border-radius: 10px;
}
.wp-block .threee_picture_links .grid-wrapper .imagewrap img,
.soj-frontend .threee_picture_links .grid-wrapper .imagewrap img {
  transition: transform 0.4s ease;
}
.wp-block .threee_picture_links .grid-wrapper .imagewrap a,
.wp-block .threee_picture_links .grid-wrapper .imagewrap .wrapper,
.soj-frontend .threee_picture_links .grid-wrapper .imagewrap a,
.soj-frontend .threee_picture_links .grid-wrapper .imagewrap .wrapper {
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.wp-block .threee_picture_links .grid-wrapper .imagewrap a:hover img,
.wp-block .threee_picture_links .grid-wrapper .imagewrap .wrapper:hover img,
.soj-frontend .threee_picture_links .grid-wrapper .imagewrap a:hover img,
.soj-frontend .threee_picture_links .grid-wrapper .imagewrap .wrapper:hover img {
  transform: scale(1.1);
}
.wp-block .threee_picture_links .grid-wrapper .imagewrap .bottom-secton,
.soj-frontend .threee_picture_links .grid-wrapper .imagewrap .bottom-secton {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  padding-right: 26px;
  align-items: center;
  padding-left: clamp(20px, -8.8412017167px + 3.7553648069vw, 55px);
  padding-bottom: clamp(20px, 7.6394849785px + 1.6094420601vw, 35px);
  position: relative;
  z-index: 2;
}
.wp-block .threee_picture_links .grid-wrapper .imagewrap .bottom-secton .title,
.soj-frontend .threee_picture_links .grid-wrapper .imagewrap .bottom-secton .title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  font-size: clamp(27px, 23.7038626609px + 0.4291845494vw, 31px);
  line-height: clamp(23px, 18.8798283262px + 0.5364806867vw, 28px);
  text-align: left;
  color: #fff;
  text-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
  padding-right: 10px;
}
.wp-block .threee_picture_links .grid-wrapper .imagewrap .bottom-secton .circle,
.soj-frontend .threee_picture_links .grid-wrapper .imagewrap .bottom-secton .circle {
  height: clamp(46px, 37.7596566524px + 1.0729613734vw, 56px);
  width: clamp(46px, 37.7596566524px + 1.0729613734vw, 56px);
  background: var(--circle_color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.wp-block .imagetext,
.soj-frontend .imagetext {
  background: var(--background_colour_set);
  border-radius: 10px;
  padding: 30px;
}
@media only screen and (min-width: 1024px) {
  .wp-block .imagetext,
  .soj-frontend .imagetext {
    padding: 4vw;
  }
}
.wp-block .imagetext.remove_sides,
.soj-frontend .imagetext.remove_sides {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 1024px) {
  .wp-block .imagetext.remove_sides,
  .soj-frontend .imagetext.remove_sides {
    padding: 30px;
  }
}
.wp-block .imagetext .container-wrapper,
.soj-frontend .imagetext .container-wrapper {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 1024px) {
  .wp-block .imagetext .container-wrapper,
  .soj-frontend .imagetext .container-wrapper {
    flex-direction: row;
    gap: clamp(80px, 30.5579399142px + 6.4377682403vw, 140px);
  }
}
.wp-block .imagetext .container-wrapper .title,
.soj-frontend .imagetext .container-wrapper .title {
  margin-bottom: 20px;
}
.wp-block .imagetext .container-wrapper .column,
.soj-frontend .imagetext .container-wrapper .column {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .wp-block .imagetext .container-wrapper .column,
  .soj-frontend .imagetext .container-wrapper .column {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block .imagetext .container-wrapper .column.image_right,
  .soj-frontend .imagetext .container-wrapper .column.image_right {
    order: 2;
  }
}
.wp-block .imagetext img,
.soj-frontend .imagetext img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .wp-block .imagetext img,
  .soj-frontend .imagetext img {
    margin-bottom: 0;
  }
}
.wp-block .imagetext .align-center,
.soj-frontend .imagetext .align-center {
  align-items: center;
}
.wp-block .imagetext .buttons,
.soj-frontend .imagetext .buttons {
  margin-top: 25px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .wp-block .imagetext .buttons,
  .soj-frontend .imagetext .buttons {
    flex-direction: row;
  }
}
.wp-block .imagetext .desc,
.soj-frontend .imagetext .desc {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 22px;
  color: #333;
}
@media only screen and (min-width: 768px) {
  .wp-block .imagetext .desc,
  .soj-frontend .imagetext .desc {
    font-size: 18px;
    line-height: 26px;
  }
}
.wp-block .imagetext .desc h3, .wp-block .imagetext .desc h4, .wp-block .imagetext .desc h5, .wp-block .imagetext .desc h6,
.soj-frontend .imagetext .desc h3,
.soj-frontend .imagetext .desc h4,
.soj-frontend .imagetext .desc h5,
.soj-frontend .imagetext .desc h6 {
  margin-top: 30px;
  margin-bottom: 5px;
}
.wp-block .imagetext .desc h3 strong, .wp-block .imagetext .desc h4 strong, .wp-block .imagetext .desc h5 strong, .wp-block .imagetext .desc h6 strong,
.soj-frontend .imagetext .desc h3 strong,
.soj-frontend .imagetext .desc h4 strong,
.soj-frontend .imagetext .desc h5 strong,
.soj-frontend .imagetext .desc h6 strong {
  font-weight: bold;
}
.wp-block .imagetext .desc a,
.soj-frontend .imagetext .desc a {
  font-weight: bold;
  text-decoration: underline;
  transition: opacity 300ms ease;
}
.wp-block .imagetext .desc a strong, .wp-block .imagetext .desc a span,
.soj-frontend .imagetext .desc a strong,
.soj-frontend .imagetext .desc a span {
  font-weight: bold !important;
}
.wp-block .imagetext .desc a:hover,
.soj-frontend .imagetext .desc a:hover {
  opacity: 0.5;
}
.wp-block .activities_slider,
.soj-frontend .activities_slider {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.wp-block .activities_slider:after,
.soj-frontend .activities_slider:after {
  display: none;
}
.wp-block .activities_slider .active_slider.slick-initialized .slide-wrapper,
.soj-frontend .activities_slider .active_slider.slick-initialized .slide-wrapper {
  display: block;
}
.wp-block .activities_slider .active_slider.slick-initialized .slide-wrapper:first-child,
.soj-frontend .activities_slider .active_slider.slick-initialized .slide-wrapper:first-child {
  display: block;
}
.wp-block .activities_slider .slide-wrapper,
.soj-frontend .activities_slider .slide-wrapper {
  position: relative;
  display: none;
  width: 100%;
}
.wp-block .activities_slider .slide-wrapper:first-child,
.soj-frontend .activities_slider .slide-wrapper:first-child {
  display: block;
}
.wp-block .activities_slider .slide-wrapper .inner,
.soj-frontend .activities_slider .slide-wrapper .inner {
  border-radius: 10px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  min-height: 506px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
.wp-block .activities_slider .slide-wrapper .inner .title,
.soj-frontend .activities_slider .slide-wrapper .inner .title {
  color: #fff;
  font-size: clamp(28px, 18.1538461538px + 2.4615384615vw, 60px);
  line-height: clamp(38px, 29.3846153846px + 2.1538461538vw, 66px);
  margin-bottom: 3px;
  z-index: 1;
  text-align: center;
}
.wp-block .activities_slider .slide-wrapper .inner .desc,
.soj-frontend .activities_slider .slide-wrapper .inner .desc {
  position: relative;
  font-weight: 500;
  color: #fff;
  opacity: 0.85;
  text-align: center;
  font-size: clamp(20px, 18.7692307692px + 0.3076923077vw, 24px);
  line-height: clamp(25px, 21.9230769231px + 0.7692307692vw, 35px);
  z-index: 1;
}
.wp-block .activities_slider .slide-wrapper .inner .link-wrapper,
.soj-frontend .activities_slider .slide-wrapper .inner .link-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.wp-block .activities_slider .slide-wrapper .inner:after,
.soj-frontend .activities_slider .slide-wrapper .inner:after {
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  background: #111;
  opacity: 0.5;
  z-index: 0;
}
.wp-block .activities_slider #mainSlider__dots1,
.soj-frontend .activities_slider #mainSlider__dots1 {
  display: flex !important;
  align-items: center;
  position: absolute;
  bottom: 45px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.wp-block .activities_slider #mainSlider__dots1 ul,
.soj-frontend .activities_slider #mainSlider__dots1 ul {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.wp-block .activities_slider #mainSlider__dots1 ul li,
.soj-frontend .activities_slider #mainSlider__dots1 ul li {
  margin: 0 7.5px;
}
.wp-block .activities_slider #mainSlider__dots1 ul li [type=button],
.soj-frontend .activities_slider #mainSlider__dots1 ul li [type=button] {
  width: 15px;
  height: 15px;
  background: #fff;
  filter: drop-shadow(0px 3px 30px rgba(0, 0, 0, 0.08));
  border-radius: 100%;
  font-size: 0;
  transition: background 300ms ease;
  opacity: 1;
}
.wp-block .activities_slider #mainSlider__dots1 ul li.slick-active [type=button],
.soj-frontend .activities_slider #mainSlider__dots1 ul li.slick-active [type=button] {
  opacity: 1;
  background: #00703C;
  transition: background 300ms ease;
}
.wp-block .lastestnews,
.soj-frontend .lastestnews {
  position: relative;
  padding: 60px 30px;
  background: #0f4a6f;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .wp-block .lastestnews,
  .soj-frontend .lastestnews {
    padding: 4vw;
  }
}
.wp-block .lastestnews article,
.soj-frontend .lastestnews article {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 63px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .wp-block .lastestnews article,
  .soj-frontend .lastestnews article {
    flex-direction: row;
  }
}
.wp-block .lastestnews article .leftside .pre_title,
.soj-frontend .lastestnews article .leftside .pre_title {
  font-weight: 600;
  font-size: 30px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .wp-block .lastestnews article .leftside .pre_title,
  .soj-frontend .lastestnews article .leftside .pre_title {
    text-align: left;
  }
}
.wp-block .lastestnews article .leftside .title,
.soj-frontend .lastestnews article .leftside .title {
  display: flex;
  flex-direction: column;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  font-size: clamp(35px, 8.1496881497px + 3.6382536383vw, 70px);
  line-height: clamp(40px, 9.3139293139px + 4.158004158vw, 80px);
}
@media only screen and (min-width: 768px) {
  .wp-block .lastestnews article .leftside .title,
  .soj-frontend .lastestnews article .leftside .title {
    text-align: left;
  }
}
.wp-block .lastestnews article .rightside,
.soj-frontend .lastestnews article .rightside {
  display: flex;
  gap: clamp(20px, 15.6923076923px + 1.0769230769vw, 34px);
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .wp-block .lastestnews article .rightside,
  .soj-frontend .lastestnews article .rightside {
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block .lastestnews article .rightside,
  .soj-frontend .lastestnews article .rightside {
    flex-direction: row;
    align-items: center;
  }
}
.wp-block .lastestnews article .rightside .righttext,
.soj-frontend .lastestnews article .rightside .righttext {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  color: #fff;
  text-align: center;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .wp-block .lastestnews article .rightside .righttext,
  .soj-frontend .lastestnews article .rightside .righttext {
    text-align: right;
    max-width: 275px;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block .lastestnews article .rightside .righttext,
  .soj-frontend .lastestnews article .rightside .righttext {
    text-align: left;
  }
}
.wp-block .lastestnews .news-outer-wrapper,
.soj-frontend .lastestnews .news-outer-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 5.1673819742px + 1.9313304721vw, 38px);
  gap: 15px;
}
@media only screen and (min-width: 768px) {
  .wp-block .lastestnews .news-outer-wrapper,
  .soj-frontend .lastestnews .news-outer-wrapper {
    gap: 30px;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block .lastestnews .news-outer-wrapper,
  .soj-frontend .lastestnews .news-outer-wrapper {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media only screen and (min-width: 1280px) {
  .wp-block .lastestnews .news-outer-wrapper,
  .soj-frontend .lastestnews .news-outer-wrapper {
    grid-template-columns: 2fr 1fr 1fr;
  }
}
.wp-block .lastestnews .news-outer-wrapper .new-box,
.soj-frontend .lastestnews .news-outer-wrapper .new-box {
  position: relative;
  padding-top: 74.3016759777%;
  overflow: hidden;
  border-radius: 10px;
}
.wp-block .lastestnews .news-outer-wrapper .new-box:hover img,
.soj-frontend .lastestnews .news-outer-wrapper .new-box:hover img {
  transform: scale(1.1);
}
.wp-block .lastestnews .news-outer-wrapper .new-box img,
.soj-frontend .lastestnews .news-outer-wrapper .new-box img {
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.4s ease;
}
.wp-block .lastestnews .news-outer-wrapper .new-box:after,
.soj-frontend .lastestnews .news-outer-wrapper .new-box:after {
  border-radius: 10px;
  overflow: hidden;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
@media only screen and (min-width: 768px) {
  .wp-block .lastestnews .news-outer-wrapper .new-box:nth-child(2),
  .soj-frontend .lastestnews .news-outer-wrapper .new-box:nth-child(2) {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block .lastestnews .news-outer-wrapper .new-box:nth-child(2),
  .soj-frontend .lastestnews .news-outer-wrapper .new-box:nth-child(2) {
    grid-column: span 4;
  }
}
@media only screen and (min-width: 1280px) {
  .wp-block .lastestnews .news-outer-wrapper .new-box:nth-child(2),
  .soj-frontend .lastestnews .news-outer-wrapper .new-box:nth-child(2) {
    grid-column: span 1;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block .lastestnews .news-outer-wrapper .new-box:nth-child(3),
  .soj-frontend .lastestnews .news-outer-wrapper .new-box:nth-child(3) {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block .lastestnews .news-outer-wrapper .new-box:nth-child(3),
  .soj-frontend .lastestnews .news-outer-wrapper .new-box:nth-child(3) {
    grid-column: span 4;
  }
}
@media only screen and (min-width: 1280px) {
  .wp-block .lastestnews .news-outer-wrapper .new-box:nth-child(3),
  .soj-frontend .lastestnews .news-outer-wrapper .new-box:nth-child(3) {
    grid-column: span 1;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block .lastestnews .news-outer-wrapper .new-box:nth-child(4),
  .soj-frontend .lastestnews .news-outer-wrapper .new-box:nth-child(4) {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block .lastestnews .news-outer-wrapper .new-box:nth-child(4),
  .soj-frontend .lastestnews .news-outer-wrapper .new-box:nth-child(4) {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 1280px) {
  .wp-block .lastestnews .news-outer-wrapper .new-box:nth-child(4),
  .soj-frontend .lastestnews .news-outer-wrapper .new-box:nth-child(4) {
    grid-column: span 1;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block .lastestnews .news-outer-wrapper .new-box:nth-child(5),
  .soj-frontend .lastestnews .news-outer-wrapper .new-box:nth-child(5) {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block .lastestnews .news-outer-wrapper .new-box:nth-child(5),
  .soj-frontend .lastestnews .news-outer-wrapper .new-box:nth-child(5) {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 1280px) {
  .wp-block .lastestnews .news-outer-wrapper .new-box:nth-child(5),
  .soj-frontend .lastestnews .news-outer-wrapper .new-box:nth-child(5) {
    grid-column: span 1;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block .lastestnews .news-outer-wrapper .new-box.big,
  .soj-frontend .lastestnews .news-outer-wrapper .new-box.big {
    grid-column: span 12;
    padding-top: 37%;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block .lastestnews .news-outer-wrapper .new-box.big,
  .soj-frontend .lastestnews .news-outer-wrapper .new-box.big {
    grid-column: span 4;
    padding-top: 79.1666666667%;
  }
}
@media only screen and (min-width: 1280px) {
  .wp-block .lastestnews .news-outer-wrapper .new-box.big,
  .soj-frontend .lastestnews .news-outer-wrapper .new-box.big {
    grid-row: span 2;
    grid-column: span 1;
  }
}
.wp-block .lastestnews .news-outer-wrapper .new-box.big .bottom-secton,
.soj-frontend .lastestnews .news-outer-wrapper .new-box.big .bottom-secton {
  padding-left: clamp(20px, 1.8712446352px + 2.3605150215vw, 42px);
}
.wp-block .lastestnews .news-outer-wrapper .new-box.big .bottom-secton .green-circle,
.soj-frontend .lastestnews .news-outer-wrapper .new-box.big .bottom-secton .green-circle {
  height: 56px;
  width: 56px;
}
.wp-block .lastestnews .news-outer-wrapper .new-box.big .bottom-secton .title,
.soj-frontend .lastestnews .news-outer-wrapper .new-box.big .bottom-secton .title {
  font-size: clamp(23px, 16.4077253219px + 0.8583690987vw, 31px);
  line-height: clamp(28px, 18.1115879828px + 1.2875536481vw, 40px);
  color: #fff;
  text-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
  max-width: 400px;
}
.wp-block .lastestnews .news-outer-wrapper .new-box .bottom-secton,
.soj-frontend .lastestnews .news-outer-wrapper .new-box .bottom-secton {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  padding-left: clamp(20px, 15.8798283262px + 0.5364806867vw, 25px);
  padding-right: clamp(20px, 15.8798283262px + 0.5364806867vw, 25px);
  align-items: flex-end;
  padding-bottom: clamp(20px, 15.8798283262px + 0.5364806867vw, 25px);
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.wp-block .lastestnews .news-outer-wrapper .new-box .bottom-secton .title,
.soj-frontend .lastestnews .news-outer-wrapper .new-box .bottom-secton .title {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 23px;
  line-height: 28px;
  text-align: left;
  color: #fff;
}
.wp-block .lastestnews .news-outer-wrapper .new-box .bottom-secton .green-circle,
.soj-frontend .lastestnews .news-outer-wrapper .new-box .bottom-secton .green-circle {
  margin-left: 34px;
  flex-shrink: 0;
  height: 48px;
  width: 48px;
  background-color: #00703C;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block img.fslightbox-source,
.soj-frontend img.fslightbox-source {
  border-radius: 10px;
  overflow: hidden;
}
.wp-block .gallery_lightbox .gallery-lightbox,
.soj-frontend .gallery_lightbox .gallery-lightbox {
  display: grid;
  gap: clamp(20px, 5.991416309px + 1.8240343348vw, 37px);
}
.wp-block .gallery_lightbox .gallery-lightbox.less_then_five,
.soj-frontend .gallery_lightbox .gallery-lightbox.less_then_five {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (min-width: 768px) {
  .wp-block .gallery_lightbox .gallery-lightbox.less_then_five,
  .soj-frontend .gallery_lightbox .gallery-lightbox.less_then_five {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
.wp-block .gallery_lightbox .gallery-lightbox.less_then_five.count-1, .wp-block .gallery_lightbox .gallery-lightbox.less_then_five.count-2,
.soj-frontend .gallery_lightbox .gallery-lightbox.less_then_five.count-1,
.soj-frontend .gallery_lightbox .gallery-lightbox.less_then_five.count-2 {
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .wp-block .gallery_lightbox .gallery-lightbox.less_then_five.count-1, .wp-block .gallery_lightbox .gallery-lightbox.less_then_five.count-2,
  .soj-frontend .gallery_lightbox .gallery-lightbox.less_then_five.count-1,
  .soj-frontend .gallery_lightbox .gallery-lightbox.less_then_five.count-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.wp-block .gallery_lightbox .gallery-lightbox.more_then_five,
.soj-frontend .gallery_lightbox .gallery-lightbox.more_then_five {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (min-width: 768px) {
  .wp-block .gallery_lightbox .gallery-lightbox.more_then_five,
  .soj-frontend .gallery_lightbox .gallery-lightbox.more_then_five {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media only screen and (min-width: 1235px) {
  .wp-block .gallery_lightbox .gallery-lightbox.more_then_five,
  .soj-frontend .gallery_lightbox .gallery-lightbox.more_then_five {
    grid-template-columns: repeat(5, minmax(200px, 1fr));
  }
}
.wp-block .gallery_lightbox .gallery-lightbox a,
.soj-frontend .gallery_lightbox .gallery-lightbox a {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 100%;
}
.wp-block .gallery_lightbox .gallery-lightbox a img,
.soj-frontend .gallery_lightbox .gallery-lightbox a img {
  border-radius: 10px;
  display: block;
  transform: scale(1);
  transition: transform 0.4s ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.wp-block .gallery_lightbox .gallery-lightbox a:after,
.soj-frontend .gallery_lightbox .gallery-lightbox a:after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.wp-block .gallery_lightbox .gallery-lightbox a svg,
.soj-frontend .gallery_lightbox .gallery-lightbox a svg {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.4s ease;
}
.wp-block .gallery_lightbox .gallery-lightbox a:hover svg,
.soj-frontend .gallery_lightbox .gallery-lightbox a:hover svg {
  transform: translate(-50%, -50%) scale(1);
}
.wp-block .gallery_lightbox .gallery-lightbox a:hover img,
.soj-frontend .gallery_lightbox .gallery-lightbox a:hover img {
  transform: scale(1.07);
}
.wp-block .gallery_lightbox .gallery-lightbox a:hover:after,
.soj-frontend .gallery_lightbox .gallery-lightbox a:hover:after {
  opacity: 1;
}
.wp-block .text_with_image,
.soj-frontend .text_with_image {
  background: var(--background_colour_set2);
  border-radius: 10px;
  padding: 30px;
}
@media only screen and (min-width: 1024px) {
  .wp-block .text_with_image,
  .soj-frontend .text_with_image {
    padding: 4vw;
  }
}
.wp-block .text_with_image .intro-section,
.soj-frontend .text_with_image .intro-section {
  margin-bottom: 30px;
}
.wp-block .text_with_image.remove_padding,
.soj-frontend .text_with_image.remove_padding {
  padding: 0;
  background: transparent;
}
@media only screen and (min-width: 1024px) {
  .wp-block .text_with_image.remove_padding,
  .soj-frontend .text_with_image.remove_padding {
    padding: 0;
  }
}
.wp-block .text_with_image .title,
.soj-frontend .text_with_image .title {
  margin-top: 15px;
  margin-bottom: 15px;
}
.wp-block .text_with_image .desc a,
.soj-frontend .text_with_image .desc a {
  text-decoration: underline;
  font-weight: bold;
  color: #00703C;
}
.wp-block .text_with_image .desc p,
.soj-frontend .text_with_image .desc p {
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 24px;
}
.wp-block .text_with_image .desc p:last-child,
.soj-frontend .text_with_image .desc p:last-child {
  margin-bottom: 0;
}
.wp-block .text_with_image .grow,
.soj-frontend .text_with_image .grow {
  flex-grow: 1;
}
.wp-block .text_with_image .grid-wrapper,
.soj-frontend .text_with_image .grid-wrapper {
  display: grid;
  grid-template-columns: repeat(1fr);
  gap: 15px;
}
@media only screen and (min-width: 768px) {
  .wp-block .text_with_image .grid-wrapper,
  .soj-frontend .text_with_image .grid-wrapper {
    gap: 30px;
  }
}
.wp-block .text_with_image .grid-wrapper.count-one,
.soj-frontend .text_with_image .grid-wrapper.count-one {
  grid-template-columns: 1fr;
}
.wp-block .text_with_image .grid-wrapper.count-two,
.soj-frontend .text_with_image .grid-wrapper.count-two {
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .wp-block .text_with_image .grid-wrapper.count-two,
  .soj-frontend .text_with_image .grid-wrapper.count-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.wp-block .text_with_image .grid-wrapper.count-three,
.soj-frontend .text_with_image .grid-wrapper.count-three {
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .wp-block .text_with_image .grid-wrapper.count-three,
  .soj-frontend .text_with_image .grid-wrapper.count-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block .text_with_image .grid-wrapper.count-three,
  .soj-frontend .text_with_image .grid-wrapper.count-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.wp-block .text_with_image .grid-wrapper.count-four,
.soj-frontend .text_with_image .grid-wrapper.count-four {
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .wp-block .text_with_image .grid-wrapper.count-four,
  .soj-frontend .text_with_image .grid-wrapper.count-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block .text_with_image .grid-wrapper.count-four,
  .soj-frontend .text_with_image .grid-wrapper.count-four {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1280px) {
  .wp-block .text_with_image .grid-wrapper.count-four,
  .soj-frontend .text_with_image .grid-wrapper.count-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.wp-block .text_with_image .grid-wrapper.count-five,
.soj-frontend .text_with_image .grid-wrapper.count-five {
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .wp-block .text_with_image .grid-wrapper.count-five,
  .soj-frontend .text_with_image .grid-wrapper.count-five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block .text_with_image .grid-wrapper.count-five,
  .soj-frontend .text_with_image .grid-wrapper.count-five {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1280px) {
  .wp-block .text_with_image .grid-wrapper.count-five,
  .soj-frontend .text_with_image .grid-wrapper.count-five {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.wp-block .text_with_image .grid-wrapper.count-six,
.soj-frontend .text_with_image .grid-wrapper.count-six {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (min-width: 768px) {
  .wp-block .text_with_image .grid-wrapper.count-six,
  .soj-frontend .text_with_image .grid-wrapper.count-six {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media only screen and (min-width: 1280px) {
  .wp-block .text_with_image .grid-wrapper.count-six,
  .soj-frontend .text_with_image .grid-wrapper.count-six {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.wp-block .text_with_image .grid-wrapper .single_text_with,
.soj-frontend .text_with_image .grid-wrapper .single_text_with {
  display: flex;
  flex-direction: column;
  padding: 15px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 11px 10px rgba(0, 0, 0, 0.0196078431);
}
.wp-block .text_with_image .grid-wrapper .single_text_with .title,
.soj-frontend .text_with_image .grid-wrapper .single_text_with .title {
  text-transform: none;
  margin-bottom: 5px;
}
.wp-block .text_with_image .grid-wrapper .single_text_with .desc,
.soj-frontend .text_with_image .grid-wrapper .single_text_with .desc {
  margin-bottom: 15px;
}
.wp-block .text_with_image .grid-wrapper .single_text_with .bottom-secton,
.soj-frontend .text_with_image .grid-wrapper .single_text_with .bottom-secton {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.wp-block .text_with_image .grid-wrapper .social,
.soj-frontend .text_with_image .grid-wrapper .social {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.wp-block .text_with_image .grid-wrapper .imagewrap,
.soj-frontend .text_with_image .grid-wrapper .imagewrap {
  position: relative;
  padding-top: 69.6750902527%;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
}
.wp-block .text_with_image .grid-wrapper .imagewrap .overlay-graident,
.soj-frontend .text_with_image .grid-wrapper .imagewrap .overlay-graident {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  border-radius: 10px;
}
.wp-block .text_with_image .grid-wrapper .imagewrap img,
.soj-frontend .text_with_image .grid-wrapper .imagewrap img {
  transition: transform 0.4s ease;
}
.wp-block .text_with_image .grid-wrapper .imagewrap a,
.wp-block .text_with_image .grid-wrapper .imagewrap .wrapper,
.soj-frontend .text_with_image .grid-wrapper .imagewrap a,
.soj-frontend .text_with_image .grid-wrapper .imagewrap .wrapper {
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.wp-block .text_with_image .grid-wrapper .imagewrap a:hover img,
.wp-block .text_with_image .grid-wrapper .imagewrap .wrapper:hover img,
.soj-frontend .text_with_image .grid-wrapper .imagewrap a:hover img,
.soj-frontend .text_with_image .grid-wrapper .imagewrap .wrapper:hover img {
  transform: scale(1.1);
}
.wp-block .just_text,
.soj-frontend .just_text {
  position: relative;
  padding-top: 4vw;
  padding-bottom: 4vw;
  background: var(--text_background_colour_set);
  border-radius: 10px;
}
.wp-block .just_text.add_padding,
.soj-frontend .just_text.add_padding {
  padding: 30px;
}
@media only screen and (min-width: 1024px) {
  .wp-block .just_text.add_padding,
  .soj-frontend .just_text.add_padding {
    padding: 4vw;
  }
}
.wp-block .just_text.remove_bottom_padding,
.soj-frontend .just_text.remove_bottom_padding {
  padding-bottom: 0;
}
.wp-block .just_text.no_padding,
.soj-frontend .just_text.no_padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.wp-block .just_text .embed-responsive,
.soj-frontend .just_text .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}
.wp-block .just_text .embed-responsive::before,
.soj-frontend .just_text .embed-responsive::before {
  display: block;
  content: "";
}
.wp-block .just_text .embed-responsive.embed-responsive-16by9::before,
.soj-frontend .just_text .embed-responsive.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.wp-block .just_text .embed-responsive iframe,
.wp-block .just_text .embed-responsive embed,
.wp-block .just_text .embed-responsive object,
.wp-block .just_text .embed-responsive video,
.soj-frontend .just_text .embed-responsive iframe,
.soj-frontend .just_text .embed-responsive embed,
.soj-frontend .just_text .embed-responsive object,
.soj-frontend .just_text .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.wp-block .just_text .video-wrapper,
.soj-frontend .just_text .video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.wp-block .just_text .video-wrapper iframe,
.soj-frontend .just_text .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
}
.wp-block .just_text.remove_bottom_padding,
.soj-frontend .just_text.remove_bottom_padding {
  padding-bottom: 0;
}
.wp-block .just_text .caption,
.soj-frontend .just_text .caption {
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .wp-block .just_text .caption.width-50,
  .soj-frontend .just_text .caption.width-50 {
    width: 50%;
  }
  .wp-block .just_text .caption.width-60,
  .soj-frontend .just_text .caption.width-60 {
    width: 60%;
  }
  .wp-block .just_text .caption.width-70,
  .soj-frontend .just_text .caption.width-70 {
    width: 70%;
  }
  .wp-block .just_text .caption.width-80,
  .soj-frontend .just_text .caption.width-80 {
    width: 80%;
  }
  .wp-block .just_text .caption.width-90,
  .soj-frontend .just_text .caption.width-90 {
    width: 90%;
  }
  .wp-block .just_text .caption.width-100,
  .soj-frontend .just_text .caption.width-100 {
    width: 100%;
  }
}
.wp-block .just_text .caption .btn,
.soj-frontend .just_text .caption .btn {
  display: inline-block;
  margin-top: 10px;
}
.wp-block .just_text .caption a,
.soj-frontend .just_text .caption a {
  text-decoration: underline;
  font-weight: bold;
}
.wp-block .just_text .caption a span, .wp-block .just_text .caption a strong,
.soj-frontend .just_text .caption a span,
.soj-frontend .just_text .caption a strong {
  font-weight: bold !important;
}
.wp-block .just_text .caption table,
.soj-frontend .just_text .caption table {
  width: 100%;
}
.wp-block .just_text .caption table tr:nth-child(odd),
.soj-frontend .just_text .caption table tr:nth-child(odd) {
  background: rgba(211, 211, 211, 0.3490196078);
}
.wp-block .just_text .caption table td,
.soj-frontend .just_text .caption table td {
  padding: 5px 10px;
}
.wp-block .attractions_archive .attractions-grid,
.soj-frontend .attractions_archive .attractions-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media only screen and (min-width: 768px) {
  .wp-block .attractions_archive .attractions-grid,
  .soj-frontend .attractions_archive .attractions-grid {
    gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block .attractions_archive .attractions-grid,
  .soj-frontend .attractions_archive .attractions-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.wp-block .attractions_archive .attractions-grid.big,
.soj-frontend .attractions_archive .attractions-grid.big {
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .wp-block .attractions_archive .attractions-grid.big,
  .soj-frontend .attractions_archive .attractions-grid.big {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block .attractions_archive .attractions-grid.big,
  .soj-frontend .attractions_archive .attractions-grid.big {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block .attractions_archive .attractions-grid.big .imagewrap,
  .soj-frontend .attractions_archive .attractions-grid.big .imagewrap {
    padding-top: 29.0804597701%;
  }
}
.wp-block .attractions_archive .attractions-grid.big .imagewrap .title,
.soj-frontend .attractions_archive .attractions-grid.big .imagewrap .title {
  font-size: clamp(27px, 7.2231759657px + 2.5751072961vw, 51px);
  line-height: clamp(23px, 2.3991416309px + 2.6824034335vw, 48px);
}
.wp-block .attractions_archive .imagewrap,
.soj-frontend .attractions_archive .imagewrap {
  position: relative;
  padding-top: 69.6750902527%;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
}
.wp-block .attractions_archive .imagewrap .overlay-graident,
.soj-frontend .attractions_archive .imagewrap .overlay-graident {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  border-radius: 10px;
}
.wp-block .attractions_archive .imagewrap img,
.soj-frontend .attractions_archive .imagewrap img {
  transition: transform 0.4s ease;
}
.wp-block .attractions_archive .imagewrap a,
.soj-frontend .attractions_archive .imagewrap a {
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.wp-block .attractions_archive .imagewrap a:hover img,
.soj-frontend .attractions_archive .imagewrap a:hover img {
  transform: scale(1.1);
}
.wp-block .attractions_archive .imagewrap .bottom-secton,
.soj-frontend .attractions_archive .imagewrap .bottom-secton {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  padding-right: 26px;
  align-items: center;
  padding-left: clamp(20px, -8.8412017167px + 3.7553648069vw, 55px);
  padding-bottom: clamp(20px, 7.6394849785px + 1.6094420601vw, 35px);
  position: relative;
  z-index: 2;
}
.wp-block .attractions_archive .imagewrap .bottom-secton .title,
.soj-frontend .attractions_archive .imagewrap .bottom-secton .title {
  padding-right: 10px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: clamp(27px, 23.7038626609px + 0.4291845494vw, 31px);
  line-height: clamp(23px, 18.8798283262px + 0.5364806867vw, 28px);
  text-align: left;
  color: #fff;
  text-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
}
.wp-block .attractions_archive .imagewrap .bottom-secton .green-circle,
.soj-frontend .attractions_archive .imagewrap .bottom-secton .green-circle {
  height: clamp(46px, 37.7596566524px + 1.0729613734vw, 56px);
  width: clamp(46px, 37.7596566524px + 1.0729613734vw, 56px);
  background-color: #00703C;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.wp-block #main,
.soj-frontend #main {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  font-family: "segoe-ui", sans-serif !important;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1600px) {
  .wp-block #main,
  .soj-frontend #main {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.wp-block .label,
.soj-frontend .label {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #aaa;
}
.wp-block .container,
.soj-frontend .container {
  width: 1600px;
  max-width: 90vw;
  margin: auto;
}
.wp-block .large-container,
.soj-frontend .large-container {
  max-width: none;
  width: 100%;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1600px) {
  .wp-block .large-container,
  .soj-frontend .large-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.wp-block .full-width,
.soj-frontend .full-width {
  width: 100%;
}
.wp-block .parallax-image,
.soj-frontend .parallax-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: transform 0.1s ease-out;
}
.wp-block .page_not_found_wrapper,
.soj-frontend .page_not_found_wrapper {
  padding: 100px;
}
.wp-block .page_not_found_wrapper .btn,
.soj-frontend .page_not_found_wrapper .btn {
  margin-top: 15px;
}
.wp-block .margin-bottom-small,
.soj-frontend .margin-bottom-small {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .wp-block .margin-bottom-small,
  .soj-frontend .margin-bottom-small {
    margin-bottom: 30px;
  }
}
.wp-block .cover,
.soj-frontend .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wp-block .bg-image-cover,
.soj-frontend .bg-image-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-size: cover;
}
.wp-block .image-cover,
.soj-frontend .image-cover {
  object-position: center;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  outline: none;
  border: none;
  box-shadow: none;
}
.wp-block .bg-image-contain,
.soj-frontend .bg-image-contain {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-size: contain;
}
.wp-block .fluid-img,
.soj-frontend .fluid-img {
  max-width: 100%;
  height: auto;
}
.wp-block .absolute-image,
.soj-frontend .absolute-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.wp-block .embed-container,
.soj-frontend .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-bottom: 53.6%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.wp-block .embed-container iframe,
.wp-block .embed-container object,
.wp-block .embed-container embed,
.soj-frontend .embed-container iframe,
.soj-frontend .embed-container object,
.soj-frontend .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block .white-text,
.soj-frontend .white-text {
  color: #fff;
}
.wp-block .text-right,
.soj-frontend .text-right {
  text-align: right;
}
.wp-block .gap-30,
.soj-frontend .gap-30 {
  gap: 30px;
}
.wp-block .what_we_do_hero,
.soj-frontend .what_we_do_hero {
  position: relative;
  background-color: #222;
  color: white;
  font-family: "segoe-ui", sans-serif;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  border-radius: 10px;
  height: calc(80vh - 40px);
  max-height: 718px;
}
@media only screen and (min-width: 1024px) {
  .wp-block .what_we_do_hero,
  .soj-frontend .what_we_do_hero {
    height: calc(100vh - 60px);
  }
}
.wp-block .what_we_do_hero::before,
.soj-frontend .what_we_do_hero::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 20%;
  top: 0;
  width: 100%;
  background: linear-gradient(#111 0%, rgba(17, 17, 17, 0) 100%);
  z-index: 1;
  opacity: 0.8;
}
.wp-block .what_we_do_hero .inner,
.soj-frontend .what_we_do_hero .inner {
  display: flex;
  justify-content: flex-start;
  padding-bottom: clamp(30px, 23.8461538462px + 1.5384615385vw, 50px);
  width: 100%;
  padding-right: 4vw;
  padding-left: 4vw;
}
.wp-block .what_we_do_hero h1,
.soj-frontend .what_we_do_hero h1 {
  font-size: clamp(50px, 40.7692307692px + 2.3076923077vw, 80px);
  line-height: clamp(40px, 30.7692307692px + 2.3076923077vw, 70px);
}
.wp-block .what_we_do_hero .caption,
.soj-frontend .what_we_do_hero .caption {
  padding: 80px 4vw 0 4vw;
  color: white;
  position: relative;
  z-index: 2;
  max-width: 950px;
  z-index: 2;
  align-self: flex-end;
  padding-left: 0;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .wp-block .what_we_do_hero .caption,
  .soj-frontend .what_we_do_hero .caption {
    max-width: 72%;
  }
}
.wp-block .what_we_do_hero .caption .description,
.soj-frontend .what_we_do_hero .caption .description {
  font-size: clamp(18px, 16.1538461538px + 0.4615384615vw, 24px);
  line-height: clamp(22px, 18px + 1vw, 35px);
  font-weight: 500;
}
.wp-block .what_we_do_hero .caption .label,
.soj-frontend .what_we_do_hero .caption .label {
  display: flex;
  gap: 17px;
  align-items: center;
  color: #fff;
  font-size: clamp(20px, 16.9230769231px + 0.7692307692vw, 30px);
  line-height: clamp(26px, 22.9230769231px + 0.7692307692vw, 36px);
  margin-bottom: 20px;
  letter-spacing: 0;
  text-transform: none;
}
.wp-block .what_we_do_hero .caption .label a,
.soj-frontend .what_we_do_hero .caption .label a {
  color: #fff;
}
.wp-block .what_we_do_hero .caption h1,
.wp-block .what_we_do_hero .caption h2,
.wp-block .what_we_do_hero .caption h3,
.wp-block .what_we_do_hero .caption h4,
.soj-frontend .what_we_do_hero .caption h1,
.soj-frontend .what_we_do_hero .caption h2,
.soj-frontend .what_we_do_hero .caption h3,
.soj-frontend .what_we_do_hero .caption h4 {
  color: #fff;
  margin-bottom: 20px;
  font-family: "segoe-ui", sans-serif;
}
.wp-block .what_we_do_hero .caption .description,
.soj-frontend .what_we_do_hero .caption .description {
  max-width: 845px;
}
.wp-block .what_we_do_hero .what_we_do_hero_overlay,
.soj-frontend .what_we_do_hero .what_we_do_hero_overlay {
  background: linear-gradient(rgba(17, 17, 17, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.wp-block .what_we_do_hero .what_we_do_hero_overlay,
.soj-frontend .what_we_do_hero .what_we_do_hero_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.wp-block .intro_description,
.soj-frontend .intro_description {
  display: flex;
  flex-direction: column;
  gap: 34px; /* Adds the gap between the columns */
}
@media only screen and (min-width: 768px) {
  .wp-block .intro_description,
  .soj-frontend .intro_description {
    grid-template-columns: 1fr;
    display: grid;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block .intro_description,
  .soj-frontend .intro_description {
    grid-template-columns: 3fr minmax(429px, 1fr);
  }
}
.wp-block .intro_description .desc_side,
.soj-frontend .intro_description .desc_side {
  border-radius: 10px;
  background: #f6f6f6;
  padding: clamp(20px, 4.6153846154px + 3.8461538462vw, 70px);
}
@media only screen and (min-width: 1024px) {
  .wp-block .intro_description .desc_side,
  .soj-frontend .intro_description .desc_side {
    margin-bottom: 0;
  }
}
.wp-block .intro_description .desc_side .buttons,
.soj-frontend .intro_description .desc_side .buttons {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
  flex-direction: column;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .wp-block .intro_description .desc_side .buttons,
  .soj-frontend .intro_description .desc_side .buttons {
    flex-direction: row;
  }
}
.wp-block .intro_description .green_box,
.soj-frontend .intro_description .green_box {
  background: #00703C;
  border-radius: 10px;
  padding: clamp(20px, 12.3076923077px + 1.9230769231vw, 45px);
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #fff;
  line-height: 27px;
  order: -1;
}
@media only screen and (min-width: 768px) {
  .wp-block .intro_description .green_box,
  .soj-frontend .intro_description .green_box {
    display: grid;
    grid-template-columns: 110px 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block .intro_description .green_box,
  .soj-frontend .intro_description .green_box {
    order: 2;
    display: block;
  }
}
.wp-block .intro_description .green_box address,
.soj-frontend .intro_description .green_box address {
  font-style: normal;
  color: #fff;
  margin-bottom: 18px;
}
.wp-block .intro_description .green_box address a,
.soj-frontend .intro_description .green_box address a {
  text-decoration: underline;
}
.wp-block .intro_description .green_box p,
.soj-frontend .intro_description .green_box p {
  color: #fff;
}
.wp-block .intro_description .green_box p.title_set,
.soj-frontend .intro_description .green_box p.title_set {
  margin-bottom: 0;
}
.wp-block .intro_description .green_box a,
.soj-frontend .intro_description .green_box a {
  color: #fff;
  margin-bottom: 18px;
  display: block;
}
.wp-block .intro_description .green_box a:hover,
.soj-frontend .intro_description .green_box a:hover {
  text-decoration: underline;
}
.wp-block .intro_description .green_box a.phone-link,
.soj-frontend .intro_description .green_box a.phone-link {
  margin-bottom: 0;
}
.wp-block #main,
.soj-frontend #main {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  font-family: "segoe-ui", sans-serif !important;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1600px) {
  .wp-block #main,
  .soj-frontend #main {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.wp-block .label,
.soj-frontend .label {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #aaa;
}
.wp-block .container,
.soj-frontend .container {
  width: 1600px;
  max-width: 90vw;
  margin: auto;
}
.wp-block .large-container,
.soj-frontend .large-container {
  max-width: none;
  width: 100%;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1600px) {
  .wp-block .large-container,
  .soj-frontend .large-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.wp-block .full-width,
.soj-frontend .full-width {
  width: 100%;
}
.wp-block .parallax-image,
.soj-frontend .parallax-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: transform 0.1s ease-out;
}
.wp-block .page_not_found_wrapper,
.soj-frontend .page_not_found_wrapper {
  padding: 100px;
}
.wp-block .page_not_found_wrapper .btn,
.soj-frontend .page_not_found_wrapper .btn {
  margin-top: 15px;
}
.wp-block .margin-bottom-small,
.soj-frontend .margin-bottom-small {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .wp-block .margin-bottom-small,
  .soj-frontend .margin-bottom-small {
    margin-bottom: 30px;
  }
}
.wp-block .cover,
.soj-frontend .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wp-block .bg-image-cover,
.soj-frontend .bg-image-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-size: cover;
}
.wp-block .image-cover,
.soj-frontend .image-cover {
  object-position: center;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  outline: none;
  border: none;
  box-shadow: none;
}
.wp-block .bg-image-contain,
.soj-frontend .bg-image-contain {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-size: contain;
}
.wp-block .fluid-img,
.soj-frontend .fluid-img {
  max-width: 100%;
  height: auto;
}
.wp-block .absolute-image,
.soj-frontend .absolute-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.wp-block .embed-container,
.soj-frontend .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-bottom: 53.6%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.wp-block .embed-container iframe,
.wp-block .embed-container object,
.wp-block .embed-container embed,
.soj-frontend .embed-container iframe,
.soj-frontend .embed-container object,
.soj-frontend .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block .white-text,
.soj-frontend .white-text {
  color: #fff;
}
.wp-block .text-right,
.soj-frontend .text-right {
  text-align: right;
}
.wp-block .gap-30,
.soj-frontend .gap-30 {
  gap: 30px;
}
.wp-block .events_hero,
.soj-frontend .events_hero {
  position: relative;
  background-color: #222;
  color: white;
  font-family: "segoe-ui", sans-serif;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  border-radius: 10px;
  height: calc(80vh - 40px);
  max-height: 718px;
}
@media only screen and (min-width: 1024px) {
  .wp-block .events_hero,
  .soj-frontend .events_hero {
    height: calc(100vh - 60px);
  }
}
.wp-block .events_hero .inner,
.soj-frontend .events_hero .inner {
  display: flex;
  justify-content: flex-start;
  padding-bottom: clamp(30px, 23.8461538462px + 1.5384615385vw, 50px);
  width: 100%;
  padding-right: 4vw;
  padding-left: 4vw;
}
.wp-block .events_hero h1,
.soj-frontend .events_hero h1 {
  font-size: clamp(50px, 40.7692307692px + 2.3076923077vw, 80px);
  line-height: clamp(40px, 30.7692307692px + 2.3076923077vw, 70px);
}
.wp-block .events_hero .caption,
.soj-frontend .events_hero .caption {
  padding: 80px 4vw 0 4vw;
  color: white;
  position: relative;
  z-index: 2;
  max-width: 950px;
  z-index: 2;
  align-self: flex-end;
  padding-left: 0;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .wp-block .events_hero .caption,
  .soj-frontend .events_hero .caption {
    max-width: 72%;
  }
}
.wp-block .events_hero .caption .description,
.soj-frontend .events_hero .caption .description {
  font-size: clamp(18px, 16.1538461538px + 0.4615384615vw, 24px);
  line-height: clamp(22px, 18px + 1vw, 35px);
  font-weight: 500;
}
.wp-block .events_hero .caption time,
.soj-frontend .events_hero .caption time {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  color: #fff;
  display: block;
  margin-bottom: 20px;
}
.wp-block .events_hero .caption h1,
.wp-block .events_hero .caption h2,
.wp-block .events_hero .caption h3,
.wp-block .events_hero .caption h4,
.soj-frontend .events_hero .caption h1,
.soj-frontend .events_hero .caption h2,
.soj-frontend .events_hero .caption h3,
.soj-frontend .events_hero .caption h4 {
  color: #fff;
  margin-bottom: 20px;
  font-family: "segoe-ui", sans-serif;
}
.wp-block .events_hero .caption .description,
.soj-frontend .events_hero .caption .description {
  max-width: 845px;
}
.wp-block .events_hero .events_hero_overlay,
.soj-frontend .events_hero .events_hero_overlay {
  background: linear-gradient(rgba(17, 17, 17, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.wp-block .events_hero .events_hero_overlay,
.soj-frontend .events_hero .events_hero_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.wp-block .event_intro_description,
.soj-frontend .event_intro_description {
  display: flex;
  flex-direction: column;
  gap: 34px; /* Adds the gap between the columns */
}
@media only screen and (min-width: 768px) {
  .wp-block .event_intro_description,
  .soj-frontend .event_intro_description {
    grid-template-columns: 1fr;
    display: grid;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block .event_intro_description,
  .soj-frontend .event_intro_description {
    grid-template-columns: 3fr minmax(429px, 1fr);
  }
}
.wp-block .event_intro_description .desc_side,
.soj-frontend .event_intro_description .desc_side {
  border-radius: 10px;
  background: #f6f6f6;
  padding: clamp(20px, 4.6153846154px + 3.8461538462vw, 70px);
}
@media only screen and (min-width: 1024px) {
  .wp-block .event_intro_description .desc_side,
  .soj-frontend .event_intro_description .desc_side {
    margin-bottom: 0;
  }
}
.wp-block .event_intro_description .desc_side .buttons,
.soj-frontend .event_intro_description .desc_side .buttons {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
  flex-direction: column;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .wp-block .event_intro_description .desc_side .buttons,
  .soj-frontend .event_intro_description .desc_side .buttons {
    flex-direction: row;
  }
}
.wp-block .event_intro_description .green_box,
.soj-frontend .event_intro_description .green_box {
  background: #00703C;
  border-radius: 10px;
  padding: clamp(20px, 12.3076923077px + 1.9230769231vw, 45px);
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #fff;
  line-height: 27px;
  order: -1;
}
@media only screen and (min-width: 768px) {
  .wp-block .event_intro_description .green_box,
  .soj-frontend .event_intro_description .green_box {
    display: grid;
    grid-template-columns: 110px 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block .event_intro_description .green_box,
  .soj-frontend .event_intro_description .green_box {
    order: 2;
    display: block;
  }
}
.wp-block .event_intro_description .green_box .date-wrapper,
.soj-frontend .event_intro_description .green_box .date-wrapper {
  margin-bottom: 18px;
  display: block;
}
.wp-block .event_intro_description .green_box .date-wrapper time,
.soj-frontend .event_intro_description .green_box .date-wrapper time {
  font-weight: 300;
}
.wp-block .event_intro_description .green_box .organiser,
.soj-frontend .event_intro_description .green_box .organiser {
  margin-bottom: 18px;
  display: block;
}
.wp-block .event_intro_description .green_box address,
.soj-frontend .event_intro_description .green_box address {
  font-style: normal;
  color: #fff;
  margin-bottom: 18px;
}
.wp-block .event_intro_description .green_box address a,
.soj-frontend .event_intro_description .green_box address a {
  text-decoration: underline;
}
.wp-block .event_intro_description .green_box p,
.soj-frontend .event_intro_description .green_box p {
  color: #fff;
}
.wp-block .event_intro_description .green_box p.title_set,
.soj-frontend .event_intro_description .green_box p.title_set {
  margin-bottom: 0;
}
.wp-block .event_intro_description .green_box a,
.soj-frontend .event_intro_description .green_box a {
  color: #fff;
  margin-bottom: 18px;
  display: block;
}
.wp-block .event_intro_description .green_box a:hover,
.soj-frontend .event_intro_description .green_box a:hover {
  text-decoration: underline;
}
.wp-block .event_intro_description .green_box a.phone-link,
.soj-frontend .event_intro_description .green_box a.phone-link {
  margin-bottom: 0;
}
.wp-block .offices,
.soj-frontend .offices {
  background: rgba(15, 74, 111, 0.1);
  border-radius: 10px;
}
.wp-block .offices .inner,
.soj-frontend .offices .inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: clamp(20px, -6.7692307692px + 6.6923076923vw, 107px);
}
@media only screen and (min-width: 768px) {
  .wp-block .offices .inner,
  .soj-frontend .offices .inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(30px, 21.3846153846px + 2.1538461538vw, 58px);
  }
}
.wp-block .offices .inner .office_column,
.soj-frontend .offices .inner .office_column {
  display: flex;
  flex-direction: column;
}
.wp-block .offices .inner .office_column p,
.soj-frontend .offices .inner .office_column p {
  font-size: 16px;
  line-height: 25px;
}
.wp-block .offices .inner .office_column .image_wrap,
.soj-frontend .offices .inner .office_column .image_wrap {
  position: relative;
  padding-top: 66.76%;
}
.wp-block .offices .inner .office_column .image_wrap img,
.soj-frontend .offices .inner .office_column .image_wrap img {
  border-radius: 10px;
}
.wp-block .offices .inner .office_column .title,
.soj-frontend .offices .inner .office_column .title {
  margin-top: 37px;
  margin-bottom: 8px;
}
.wp-block .offices .inner .office_column address,
.soj-frontend .offices .inner .office_column address {
  font-style: normal;
  margin-bottom: 25px;
}
.wp-block .offices .inner .office_column .details,
.soj-frontend .offices .inner .office_column .details {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (min-width: 1024px) {
  .wp-block .offices .inner .office_column .details,
  .soj-frontend .offices .inner .office_column .details {
    gap: 0;
  }
}
.wp-block .offices .inner .office_column a,
.soj-frontend .offices .inner .office_column a {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .wp-block .offices .inner .office_column a,
  .soj-frontend .offices .inner .office_column a {
    display: inline;
  }
}
.wp-block .offices .inner .office_column a .link,
.soj-frontend .offices .inner .office_column a .link {
  font-weight: bold;
  text-decoration: underline;
}
.wp-block .offices .inner .office_column .additional,
.soj-frontend .offices .inner .office_column .additional {
  margin-top: 25px;
}
.wp-block #main,
.soj-frontend #main {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  font-family: "segoe-ui", sans-serif !important;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1600px) {
  .wp-block #main,
  .soj-frontend #main {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.wp-block .label,
.soj-frontend .label {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #aaa;
}
.wp-block .container,
.soj-frontend .container {
  width: 1600px;
  max-width: 90vw;
  margin: auto;
}
.wp-block .large-container,
.soj-frontend .large-container {
  max-width: none;
  width: 100%;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1600px) {
  .wp-block .large-container,
  .soj-frontend .large-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.wp-block .full-width,
.soj-frontend .full-width {
  width: 100%;
}
.wp-block .parallax-image,
.soj-frontend .parallax-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: transform 0.1s ease-out;
}
.wp-block .page_not_found_wrapper,
.soj-frontend .page_not_found_wrapper {
  padding: 100px;
}
.wp-block .page_not_found_wrapper .btn,
.soj-frontend .page_not_found_wrapper .btn {
  margin-top: 15px;
}
.wp-block .margin-bottom-small,
.soj-frontend .margin-bottom-small {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .wp-block .margin-bottom-small,
  .soj-frontend .margin-bottom-small {
    margin-bottom: 30px;
  }
}
.wp-block .contact_form,
.soj-frontend .contact_form {
  background: #f4f3ed;
  border-radius: 10px;
}
.wp-block .contact_form .inner,
.soj-frontend .contact_form .inner {
  gap: 30px;
  padding: clamp(20px, -6.7692307692px + 6.6923076923vw, 107px);
}
.wp-block .contact_form .inner .form-wrapper,
.soj-frontend .contact_form .inner .form-wrapper {
  margin-top: 50px;
}
.wp-block .contact_form .inner .form-wrapper .datepicker,
.soj-frontend .contact_form .inner .form-wrapper .datepicker {
  width: 100%;
}
.wp-block .contact_form .inner .form-wrapper label,
.soj-frontend .contact_form .inner .form-wrapper label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
}
.wp-block .contact_form .inner .form-wrapper .gform-theme--foundation .gform_fields,
.soj-frontend .contact_form .inner .form-wrapper .gform-theme--foundation .gform_fields {
  row-gap: 20px;
}
.wp-block .contact_form .inner .form-wrapper input,
.wp-block .contact_form .inner .form-wrapper textarea,
.soj-frontend .contact_form .inner .form-wrapper input,
.soj-frontend .contact_form .inner .form-wrapper textarea {
  border-radius: 5px !important;
  background: #fff;
  border: 1px solid #dedede;
}
.wp-block .contact_form .inner .form-wrapper .ginput_container_consent label,
.soj-frontend .contact_form .inner .form-wrapper .ginput_container_consent label {
  font-weight: normal;
  text-transform: none;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #222;
  line-height: 21px;
}
.wp-block .contact_form .inner .form-wrapper input[type=submit],
.soj-frontend .contact_form .inner .form-wrapper input[type=submit] {
  width: 143px !important;
  height: 48px !important;
  border-radius: 24px !important;
  background: #158841 !important;
  font-weight: 600 !important;
  font-size: 16px;
}
.wp-block .contact_form .inner .right-column .title,
.soj-frontend .contact_form .inner .right-column .title {
  margin-bottom: 10px;
}
.wp-block .contact_form .inner .right-column .contact-social p,
.soj-frontend .contact_form .inner .right-column .contact-social p {
  margin-top: 30px;
  font-weight: bold;
  font-size: 34px;
  line-height: 34px;
  text-align: left;
  color: #000;
  margin-bottom: 16px;
}
.wp-block .contact_form .inner .right-column .contact-social .icons,
.soj-frontend .contact_form .inner .right-column .contact-social .icons {
  display: flex;
  gap: 18px;
}
.wp-block .related_events,
.soj-frontend .related_events {
  padding: 15px;
  border-radius: 10px;
  background: rgba(21, 136, 65, 0.1019607843);
  padding-top: clamp(40px, 0.4463519313px + 5.1502145923vw, 88px);
  padding-bottom: clamp(40px, 0.4463519313px + 5.1502145923vw, 88px);
}
@media only screen and (min-width: 768px) {
  .wp-block .related_events,
  .soj-frontend .related_events {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.wp-block .related_events .maintitle,
.soj-frontend .related_events .maintitle {
  text-align: center;
  margin-bottom: 70px;
}
.wp-block .related_events .button-wrapper,
.soj-frontend .related_events .button-wrapper {
  margin-top: 50px;
}
.wp-block .related_events .news_articles .inner,
.soj-frontend .related_events .news_articles .inner {
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .wp-block .related_events .news_articles .inner,
  .soj-frontend .related_events .news_articles .inner {
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    gap: 35px;
    grid-row-gap: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block .related_events .news_articles .inner,
  .soj-frontend .related_events .news_articles .inner {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
}
@media only screen and (min-width: 1280px) {
  .wp-block .related_events .news_articles .inner,
  .soj-frontend .related_events .news_articles .inner {
    grid-template-columns: repeat(3, minmax(200px, 1fr));
  }
}
.wp-block .related_events .news_articles .inner .image-wrap,
.soj-frontend .related_events .news_articles .inner .image-wrap {
  position: relative;
  padding-top: 60.34%;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 16px;
}
.wp-block .related_events .news_articles .inner .image-wrap img,
.soj-frontend .related_events .news_articles .inner .image-wrap img {
  transform: scale(1);
  transition: transform 0.6s ease;
}
.wp-block .related_events .news_articles .inner .image-wrap:hover img,
.soj-frontend .related_events .news_articles .inner .image-wrap:hover img {
  transform: scale(1.05);
}
.wp-block .related_events .news_articles .inner .title,
.soj-frontend .related_events .news_articles .inner .title {
  margin-bottom: 5px;
}
.wp-block .related_events .news_articles .inner .title a,
.soj-frontend .related_events .news_articles .inner .title a {
  transition: color 400ms ease;
}
.wp-block .related_events .news_articles .inner .title a:hover,
.soj-frontend .related_events .news_articles .inner .title a:hover {
  color: #00703C;
}
.wp-block .related_events .news_articles .inner .title + p,
.soj-frontend .related_events .news_articles .inner .title + p {
  margin-bottom: 0;
}
.wp-block .related_events .news_articles .inner time,
.soj-frontend .related_events .news_articles .inner time {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #158841;
}
.wp-block .related_events .news_articles .inner a,
.soj-frontend .related_events .news_articles .inner a {
  display: block;
}
.wp-block .related_events .news_articles .inner .event-month-header,
.soj-frontend .related_events .news_articles .inner .event-month-header {
  margin-bottom: 30px;
  font-size: clamp(28px, 24.9230769231px + 0.7692307692vw, 38px);
  line-height: clamp(22px, 18.9230769231px + 0.7692307692vw, 32px);
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .wp-block .related_events .news_articles .inner .event-month-header,
  .soj-frontend .related_events .news_articles .inner .event-month-header {
    grid-column: span 3;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block .related_events .news_articles .inner .event-month-header,
  .soj-frontend .related_events .news_articles .inner .event-month-header {
    grid-column: span 2;
  }
}
@media only screen and (min-width: 1280px) {
  .wp-block .related_events .news_articles .inner .event-month-header,
  .soj-frontend .related_events .news_articles .inner .event-month-header {
    grid-column: span 3;
  }
}
.wp-block .related_events .news_articles .inner .event-month-header:before,
.soj-frontend .related_events .news_articles .inner .event-month-header:before {
  content: "";
  border-top: 1px solid #ddd;
  width: 100%;
  margin-top: 30px;
  padding-top: 50px;
  display: block;
}
.wp-block .related_events .news_articles .inner .event-month-header:first-child:before,
.soj-frontend .related_events .news_articles .inner .event-month-header:first-child:before {
  display: none;
}
.wp-block .imagetext_split .container-wrapper,
.soj-frontend .imagetext_split .container-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media only screen and (min-width: 768px) {
  .wp-block .imagetext_split .container-wrapper,
  .soj-frontend .imagetext_split .container-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
.wp-block .imagetext_split .container-wrapper .box,
.soj-frontend .imagetext_split .container-wrapper .box {
  background: var(--background_colour_set);
  border-radius: 10px;
  padding: 30px;
}
.wp-block .imagetext_split .container-wrapper .box.rightbox,
.soj-frontend .imagetext_split .container-wrapper .box.rightbox {
  background: var(--background_colour_set_right);
}
@media only screen and (min-width: 1024px) {
  .wp-block .imagetext_split .container-wrapper .box,
  .soj-frontend .imagetext_split .container-wrapper .box {
    padding: 4vw;
  }
}
.wp-block .imagetext_split .title,
.soj-frontend .imagetext_split .title {
  margin-bottom: 20px;
}
.wp-block .imagetext_split .column,
.soj-frontend .imagetext_split .column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wp-block .imagetext_split .image_wrap,
.soj-frontend .imagetext_split .image_wrap {
  padding-top: 69.6750902527%;
  position: relative;
  margin-bottom: 20px;
}
.wp-block .imagetext_split .image_wrap img,
.soj-frontend .imagetext_split .image_wrap img {
  margin-bottom: 30px;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .wp-block .imagetext_split .image_wrap img,
  .soj-frontend .imagetext_split .image_wrap img {
    margin-bottom: 0;
  }
}
.wp-block .imagetext_split .align-center,
.soj-frontend .imagetext_split .align-center {
  align-items: center;
}
.wp-block .imagetext_split .buttons,
.soj-frontend .imagetext_split .buttons {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .wp-block .imagetext_split .buttons,
  .soj-frontend .imagetext_split .buttons {
    flex-direction: row;
  }
}
.wp-block .imagetext_split .desc,
.soj-frontend .imagetext_split .desc {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 22px;
  color: #333;
}
@media only screen and (min-width: 768px) {
  .wp-block .imagetext_split .desc,
  .soj-frontend .imagetext_split .desc {
    font-size: 18px;
    line-height: 26px;
  }
}
.wp-block .imagetext_split .desc a,
.soj-frontend .imagetext_split .desc a {
  font-weight: bold !important;
  text-decoration: underline;
  transition: opacity 300ms ease;
}
.wp-block .imagetext_split .desc a:hover,
.soj-frontend .imagetext_split .desc a:hover {
  opacity: 0.5;
}
.wp-block .imagetext_split .desc a strong, .wp-block .imagetext_split .desc a span,
.soj-frontend .imagetext_split .desc a strong,
.soj-frontend .imagetext_split .desc a span {
  font-weight: bold !important;
}
.wp-block .documents,
.soj-frontend .documents {
  background: var(--background_colour_set2);
  border-radius: 10px;
  padding: 30px;
}
@media only screen and (min-width: 1024px) {
  .wp-block .documents,
  .soj-frontend .documents {
    padding: 4vw;
  }
}
.wp-block .documents .intro-section,
.soj-frontend .documents .intro-section {
  margin-bottom: 30px;
}
.wp-block .documents.remove_padding,
.soj-frontend .documents.remove_padding {
  padding: 0;
  background: transparent;
}
@media only screen and (min-width: 1024px) {
  .wp-block .documents.remove_padding,
  .soj-frontend .documents.remove_padding {
    padding: 0;
  }
}
.wp-block .documents .title,
.soj-frontend .documents .title {
  margin-top: 15px;
  margin-bottom: 15px;
}
.wp-block .documents .desc a,
.soj-frontend .documents .desc a {
  text-decoration: underline;
}
.wp-block .documents .grid-wrapper,
.soj-frontend .documents .grid-wrapper {
  display: grid;
  grid-template-columns: repeat(1fr);
  gap: 30px;
}
.wp-block .documents .grid-wrapper.count-one,
.soj-frontend .documents .grid-wrapper.count-one {
  grid-template-columns: 1fr;
}
.wp-block .documents .grid-wrapper.count-two,
.soj-frontend .documents .grid-wrapper.count-two {
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .wp-block .documents .grid-wrapper.count-two,
  .soj-frontend .documents .grid-wrapper.count-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.wp-block .documents .grid-wrapper.count-three,
.soj-frontend .documents .grid-wrapper.count-three {
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .wp-block .documents .grid-wrapper.count-three,
  .soj-frontend .documents .grid-wrapper.count-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block .documents .grid-wrapper.count-three,
  .soj-frontend .documents .grid-wrapper.count-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.wp-block .documents .grid-wrapper.count-four,
.soj-frontend .documents .grid-wrapper.count-four {
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .wp-block .documents .grid-wrapper.count-four,
  .soj-frontend .documents .grid-wrapper.count-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block .documents .grid-wrapper.count-four,
  .soj-frontend .documents .grid-wrapper.count-four {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1280px) {
  .wp-block .documents .grid-wrapper.count-four,
  .soj-frontend .documents .grid-wrapper.count-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.wp-block .documents .grid-wrapper.count-five,
.soj-frontend .documents .grid-wrapper.count-five {
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .wp-block .documents .grid-wrapper.count-five,
  .soj-frontend .documents .grid-wrapper.count-five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block .documents .grid-wrapper.count-five,
  .soj-frontend .documents .grid-wrapper.count-five {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1280px) {
  .wp-block .documents .grid-wrapper.count-five,
  .soj-frontend .documents .grid-wrapper.count-five {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.wp-block .documents .grid-wrapper.count-six,
.soj-frontend .documents .grid-wrapper.count-six {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (min-width: 768px) {
  .wp-block .documents .grid-wrapper.count-six,
  .soj-frontend .documents .grid-wrapper.count-six {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media only screen and (min-width: 1280px) {
  .wp-block .documents .grid-wrapper.count-six,
  .soj-frontend .documents .grid-wrapper.count-six {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.wp-block .documents .grid-wrapper .grow,
.soj-frontend .documents .grid-wrapper .grow {
  flex-grow: 1;
}
.wp-block .documents .grid-wrapper .single_text_with,
.soj-frontend .documents .grid-wrapper .single_text_with {
  padding: 30px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 11px 10px rgba(0, 0, 0, 0.0196078431);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wp-block .documents .grid-wrapper .single_text_with .title,
.soj-frontend .documents .grid-wrapper .single_text_with .title {
  text-align: center;
  text-transform: capitalize;
  font-weight: 700;
  overflow-wrap: anywhere;
  font-family: "segoe-ui", sans-serif;
}
.wp-block .documents .grid-wrapper .icon-button,
.soj-frontend .documents .grid-wrapper .icon-button {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wp-block #main,
.soj-frontend #main {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  font-family: "segoe-ui", sans-serif !important;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1600px) {
  .wp-block #main,
  .soj-frontend #main {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.wp-block .label,
.soj-frontend .label {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #aaa;
}
.wp-block .container,
.soj-frontend .container {
  width: 1600px;
  max-width: 90vw;
  margin: auto;
}
.wp-block .large-container,
.soj-frontend .large-container {
  max-width: none;
  width: 100%;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1600px) {
  .wp-block .large-container,
  .soj-frontend .large-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.wp-block .full-width,
.soj-frontend .full-width {
  width: 100%;
}
.wp-block .parallax-image,
.soj-frontend .parallax-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: transform 0.1s ease-out;
}
.wp-block .page_not_found_wrapper,
.soj-frontend .page_not_found_wrapper {
  padding: 100px;
}
.wp-block .page_not_found_wrapper .btn,
.soj-frontend .page_not_found_wrapper .btn {
  margin-top: 15px;
}
.wp-block .margin-bottom-small,
.soj-frontend .margin-bottom-small {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .wp-block .margin-bottom-small,
  .soj-frontend .margin-bottom-small {
    margin-bottom: 30px;
  }
}
.wp-block .cover,
.soj-frontend .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wp-block .bg-image-cover,
.soj-frontend .bg-image-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-size: cover;
}
.wp-block .image-cover,
.soj-frontend .image-cover {
  object-position: center;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  outline: none;
  border: none;
  box-shadow: none;
}
.wp-block .bg-image-contain,
.soj-frontend .bg-image-contain {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-size: contain;
}
.wp-block .fluid-img,
.soj-frontend .fluid-img {
  max-width: 100%;
  height: auto;
}
.wp-block .absolute-image,
.soj-frontend .absolute-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.wp-block .embed-container,
.soj-frontend .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-bottom: 53.6%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.wp-block .embed-container iframe,
.wp-block .embed-container object,
.wp-block .embed-container embed,
.soj-frontend .embed-container iframe,
.soj-frontend .embed-container object,
.soj-frontend .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block .white-text,
.soj-frontend .white-text {
  color: #fff;
}
.wp-block .text-right,
.soj-frontend .text-right {
  text-align: right;
}
.wp-block .gap-30,
.soj-frontend .gap-30 {
  gap: 30px;
}
.wp-block .hero_carousel,
.soj-frontend .hero_carousel {
  position: relative;
  background-color: #222;
  color: white;
  font-family: "segoe-ui", sans-serif;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  border-radius: 10px;
  width: 100%;
  /* Target the iframe that ACF generates */
}
@media only screen and (min-width: 1600px) {
  .wp-block .hero_carousel,
  .soj-frontend .hero_carousel {
    margin-top: 30px;
  }
}
.wp-block .hero_carousel .cornerlogo,
.soj-frontend .hero_carousel .cornerlogo {
  position: absolute;
  bottom: clamp(30px, 23.8461538462px + 1.5384615385vw, 50px);
  right: 4vw;
  z-index: 2;
  max-width: clamp(150px, 67.5965665236px + 10.7296137339vw, 250px);
  display: none;
}
@media only screen and (min-width: 768px) {
  .wp-block .hero_carousel .cornerlogo,
  .soj-frontend .hero_carousel .cornerlogo {
    display: block;
  }
}
.wp-block .hero_carousel::before,
.soj-frontend .hero_carousel::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 25%;
  top: 0;
  width: 100%;
  background: linear-gradient(#000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  opacity: 0.8;
}
.wp-block .hero_carousel .video-background-container,
.soj-frontend .hero_carousel .video-background-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
}
.wp-block .hero_carousel .video-background-wrapper,
.soj-frontend .hero_carousel .video-background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* places it behind other content */
}
.wp-block .hero_carousel .video-background-wrapper iframe,
.soj-frontend .hero_carousel .video-background-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw; /* 16:9 aspect ratio */
  min-height: 100vh;
  min-width: 177.77vh; /* 16:9 aspect ratio */
  border: 0;
  pointer-events: none; /* prevents interaction */
}
.wp-block .hero_carousel .hero_carousel_wrapper,
.soj-frontend .hero_carousel .hero_carousel_wrapper {
  width: 100%;
}
.wp-block .hero_carousel .hero_carousel_wrapper .inner,
.soj-frontend .hero_carousel .hero_carousel_wrapper .inner {
  display: none;
}
.wp-block .hero_carousel .hero_carousel_wrapper .inner:first-child,
.soj-frontend .hero_carousel .hero_carousel_wrapper .inner:first-child {
  display: flex;
}
.wp-block .hero_carousel .hero_carousel_wrapper.slick-initialized .inner,
.soj-frontend .hero_carousel .hero_carousel_wrapper.slick-initialized .inner {
  display: flex;
}
.wp-block .hero_carousel .hero_carousel_wrapper.slick-initialized .inner:first-child,
.soj-frontend .hero_carousel .hero_carousel_wrapper.slick-initialized .inner:first-child {
  display: flex;
}
.wp-block .hero_carousel .tall,
.soj-frontend .hero_carousel .tall {
  position: relative;
  height: calc(80vh - 40px);
}
@media only screen and (min-width: 1024px) {
  .wp-block .hero_carousel .tall,
  .soj-frontend .hero_carousel .tall {
    height: calc(100vh - 40px);
  }
}
@media only screen and (min-width: 1600px) {
  .wp-block .hero_carousel .tall,
  .soj-frontend .hero_carousel .tall {
    height: calc(100vh - 60px);
  }
}
.wp-block .hero_carousel .tall .cornerlogo,
.soj-frontend .hero_carousel .tall .cornerlogo {
  position: absolute;
  bottom: clamp(30px, 23.8461538462px + 1.5384615385vw, 50px);
  right: 4vw;
  z-index: 2;
  max-width: clamp(150px, 67.5965665236px + 10.7296137339vw, 250px);
  display: none;
}
@media only screen and (min-width: 768px) {
  .wp-block .hero_carousel .tall .cornerlogo,
  .soj-frontend .hero_carousel .tall .cornerlogo {
    display: block;
  }
}
.wp-block .hero_carousel .tall.inner,
.soj-frontend .hero_carousel .tall.inner {
  max-width: 100%;
  max-height: 900px !important;
  padding-bottom: clamp(30px, 23.8461538462px + 1.5384615385vw, 50px);
}
.wp-block .hero_carousel .tall.inner h1,
.soj-frontend .hero_carousel .tall.inner h1 {
  font-size: clamp(50px, 25.3846153846px + 6.1538461538vw, 130px);
  line-height: clamp(48px, 25.8461538462px + 5.5384615385vw, 120px);
}
.wp-block .hero_carousel .tall.inner .caption,
.soj-frontend .hero_carousel .tall.inner .caption {
  padding-bottom: 30px;
  font-size: clamp(24px, 22.1538461538px + 0.4615384615vw, 30px);
  line-height: clamp(30px, 28.1538461538px + 0.4615384615vw, 36px);
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.wp-block .hero_carousel .tall.inner .description,
.soj-frontend .hero_carousel .tall.inner .description {
  font-weight: bold;
}
.wp-block .hero_carousel .tall .hero_carousel_overlay,
.soj-frontend .hero_carousel .tall .hero_carousel_overlay {
  background: linear-gradient(47deg, rgba(17, 17, 17, 0.65) 0%, rgba(17, 17, 17, 0) 100%);
}
.wp-block .hero_carousel .short,
.soj-frontend .hero_carousel .short {
  position: relative;
  height: calc(80vh - 40px);
  max-height: 718px;
}
@media only screen and (min-width: 1024px) {
  .wp-block .hero_carousel .short,
  .soj-frontend .hero_carousel .short {
    height: calc(100vh - 60px);
  }
}
.wp-block .hero_carousel .short.inner,
.soj-frontend .hero_carousel .short.inner {
  justify-content: flex-start;
  padding-bottom: clamp(30px, 23.8461538462px + 1.5384615385vw, 50px);
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}
@media only screen and (min-width: 1024px) {
  .wp-block .hero_carousel .short.inner,
  .soj-frontend .hero_carousel .short.inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
.wp-block .hero_carousel .short.inner h1,
.soj-frontend .hero_carousel .short.inner h1 {
  font-size: clamp(40px, 27.6923076923px + 3.0769230769vw, 80px);
  line-height: clamp(40px, 30.7692307692px + 2.3076923077vw, 70px);
}
.wp-block .hero_carousel .short.inner .caption,
.soj-frontend .hero_carousel .short.inner .caption {
  align-self: flex-end;
  padding-left: 0;
  font-size: clamp(20px, 18.7692307692px + 0.3076923077vw, 24px);
  line-height: clamp(24px, 20.6153846154px + 0.8461538462vw, 35px);
  max-width: 100%;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .wp-block .hero_carousel .short.inner .caption,
  .soj-frontend .hero_carousel .short.inner .caption {
    max-width: 72%;
  }
}
.wp-block .hero_carousel .short.inner .hero_carousel_overlay,
.soj-frontend .hero_carousel .short.inner .hero_carousel_overlay {
  background: linear-gradient(rgba(17, 17, 17, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.wp-block .hero_carousel .hero_carousel_menu,
.soj-frontend .hero_carousel .hero_carousel_menu {
  position: relative;
  z-index: 2;
  padding: 23px 33px;
  border-radius: 10px;
  background: #0f4a6f;
  margin-left: auto;
  width: 380px;
}
.wp-block .hero_carousel .hero_carousel_menu.green,
.soj-frontend .hero_carousel .hero_carousel_menu.green {
  background: #00703C;
}
.wp-block .hero_carousel .hero_carousel_menu .menu_title_set,
.soj-frontend .hero_carousel .hero_carousel_menu .menu_title_set {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(28px, 28px + 0vw, 28px);
  line-height: clamp(45px, 45px + 0vw, 45px);
  text-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
  font-weight: 700;
}
.wp-block .hero_carousel .hero_carousel_menu .menu_title_set:after,
.soj-frontend .hero_carousel .hero_carousel_menu .menu_title_set:after {
  margin-top: 12px;
  margin-bottom: 12px;
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: rgba(255, 255, 255, 0.1);
}
.wp-block .hero_carousel .hero_carousel_menu ul,
.soj-frontend .hero_carousel .hero_carousel_menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.wp-block .hero_carousel .hero_carousel_menu ul li,
.soj-frontend .hero_carousel .hero_carousel_menu ul li {
  list-style-type: none;
}
.wp-block .hero_carousel .hero_carousel_menu ul li a,
.soj-frontend .hero_carousel .hero_carousel_menu ul li a {
  padding-top: 9px;
  padding-bottom: 9px;
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  text-align: left;
  color: #fff;
  display: flex;
  position: relative;
  transition: color 400ms ease-in-out;
}
.wp-block .hero_carousel .hero_carousel_menu ul li a svg,
.soj-frontend .hero_carousel .hero_carousel_menu ul li a svg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.wp-block .hero_carousel .hero_carousel_menu ul li a:hover,
.soj-frontend .hero_carousel .hero_carousel_menu ul li a:hover {
  color: #fff;
}
.wp-block .hero_carousel .hero_carousel_menu ul li.active-menu-item a,
.soj-frontend .hero_carousel .hero_carousel_menu ul li.active-menu-item a {
  color: #fff;
}
.wp-block .hero_carousel .hero_carousel_overlay,
.soj-frontend .hero_carousel .hero_carousel_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.wp-block .hero_carousel .caption,
.soj-frontend .hero_carousel .caption {
  padding: 80px 0 30px 30px;
  color: white;
  position: relative;
  z-index: 2;
  max-width: 72%;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .wp-block .hero_carousel .caption,
  .soj-frontend .hero_carousel .caption {
    padding: 80px 4vw 30px 4vw;
  }
}
.wp-block .hero_carousel .caption .label,
.soj-frontend .hero_carousel .caption .label {
  color: #fff;
  font-size: clamp(20px, 17.5384615385px + 0.6153846154vw, 28px);
  line-height: clamp(26px, 22.9230769231px + 0.7692307692vw, 36px);
  margin-bottom: 20px;
  letter-spacing: 0;
  text-transform: none;
}
.wp-block .hero_carousel .caption h1,
.wp-block .hero_carousel .caption h2,
.wp-block .hero_carousel .caption h3,
.wp-block .hero_carousel .caption h4,
.soj-frontend .hero_carousel .caption h1,
.soj-frontend .hero_carousel .caption h2,
.soj-frontend .hero_carousel .caption h3,
.soj-frontend .hero_carousel .caption h4 {
  color: #fff;
  margin-bottom: 20px;
  font-family: "segoe-ui", sans-serif;
  font-weight: 700;
}
.wp-block .hero_carousel .caption .description,
.soj-frontend .hero_carousel .caption .description {
  max-width: 845px;
  font-weight: 500;
}
.wp-block .hero_carousel #hero__dots1,
.soj-frontend .hero_carousel #hero__dots1 {
  display: flex !important;
  align-items: center;
  position: absolute;
  bottom: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.wp-block .hero_carousel #hero__dots1 ul,
.soj-frontend .hero_carousel #hero__dots1 ul {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.wp-block .hero_carousel #hero__dots1 ul li,
.soj-frontend .hero_carousel #hero__dots1 ul li {
  margin: 0 7.5px;
}
.wp-block .hero_carousel #hero__dots1 ul li [type=button],
.soj-frontend .hero_carousel #hero__dots1 ul li [type=button] {
  width: 15px;
  height: 15px;
  background: #fff;
  filter: drop-shadow(0px 3px 30px rgba(0, 0, 0, 0.08));
  border-radius: 100%;
  font-size: 0;
  transition: background 300ms ease;
  opacity: 1;
}
.wp-block .hero_carousel #hero__dots1 ul li.slick-active [type=button],
.soj-frontend .hero_carousel #hero__dots1 ul li.slick-active [type=button] {
  opacity: 1;
  background: #00703C;
  transition: background 300ms ease;
}
.wp-block .acf-block-preview .hero_carousel .inner,
.soj-frontend .acf-block-preview .hero_carousel .inner {
  display: flex !important;
}
.wp-block .calendar,
.soj-frontend .calendar {
  position: relative;
  z-index: 100;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .wp-block .calendar,
  .soj-frontend .calendar {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
.wp-block .calendar .container,
.soj-frontend .calendar .container {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wp-block .calendar .container,
  .soj-frontend .calendar .container {
    max-width: 80vw;
  }
}
.wp-block .calendar .container button,
.soj-frontend .calendar .container button {
  background: #00703C;
  border-color: white;
}
.wp-block .calendar .container button:focus, .wp-block .calendar .container button:hover,
.soj-frontend .calendar .container button:focus,
.soj-frontend .calendar .container button:hover {
  outline: none;
  box-shadow: none;
}
.wp-block .calendar .container button.fc-button-active,
.soj-frontend .calendar .container button.fc-button-active {
  background: #0079C1;
  border-color: white;
}
.wp-block .calendar .container button.fc-button-active:focus,
.soj-frontend .calendar .container button.fc-button-active:focus {
  outline: none;
  box-shadow: none;
}
.wp-block .calendar .fc-event,
.soj-frontend .calendar .fc-event {
  cursor: pointer;
  transition: opacity 0.2s;
}
.wp-block .calendar .fc-event:hover,
.soj-frontend .calendar .fc-event:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .wp-block .calendar .fc-header-toolbar,
  .soj-frontend .calendar .fc-header-toolbar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    gap: 15px;
  }
  .wp-block .calendar .fc-header-toolbar .fc-toolbar-chunk:nth-child(2),
  .soj-frontend .calendar .fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
    display: flex;
  }
}
.wp-block .calendar .fc-daygrid-dot-event,
.soj-frontend .calendar .fc-daygrid-dot-event {
  align-items: baseline;
}
.wp-block .calendar .fc-daygrid-dot-event .fc-event-title,
.soj-frontend .calendar .fc-daygrid-dot-event .fc-event-title {
  white-space: pre-line;
  font-size: 15px;
  line-height: 18px;
  margin-left: 3px;
}
.wp-block .councillor_attendance,
.soj-frontend .councillor_attendance {
  padding-top: 4vw;
  padding-bottom: 4vw;
}
.wp-block .councillor_attendance .table_wrapper,
.soj-frontend .councillor_attendance .table_wrapper {
  width: 100%;
  overflow-x: auto;
}
.wp-block .councillor_attendance table,
.soj-frontend .councillor_attendance table {
  border-spacing: 0;
  font-size: 16px;
  line-height: 16px;
  width: 100%;
  min-width: 880px;
}
.wp-block .councillor_attendance table tr th,
.soj-frontend .councillor_attendance table tr th {
  background: #2e2e2c;
  color: #fff;
  padding: 20px 15px;
  text-align: center;
}
.wp-block .councillor_attendance table tr td.text-left,
.soj-frontend .councillor_attendance table tr td.text-left {
  text-align: left;
}
.wp-block .councillor_attendance table tr td.notes,
.soj-frontend .councillor_attendance table tr td.notes {
  max-width: 350px;
  font-size: 14px;
  line-height: 16px;
}
.wp-block .councillor_attendance table tr td,
.soj-frontend .councillor_attendance table tr td {
  padding: 15px;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .wp-block .councillor_attendance table tr td,
  .soj-frontend .councillor_attendance table tr td {
    min-width: 150px;
  }
}
.wp-block .councillor_attendance table tr td .percent,
.soj-frontend .councillor_attendance table tr td .percent {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  z-index: 10;
  position: absolute;
}
.wp-block .councillor_attendance table tr td .graph,
.soj-frontend .councillor_attendance table tr td .graph {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: conic-gradient(#4caf50 calc(var(--amount) * 1%), #f0f0f0 0);
  margin-bottom: 10px;
}
.wp-block .councillor_attendance table tr td .graph:before,
.soj-frontend .councillor_attendance table tr td .graph:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  background: #fff;
  width: 66px;
  height: 66px;
  border-radius: 100%;
  z-index: 1;
}
.wp-block .councillor_attendance table tr td .graph::after,
.soj-frontend .councillor_attendance table tr td .graph::after {
  content: attr(style);
  position: absolute;
  width: 80%;
  height: 80%;
  background: white;
  border-radius: 50%;
  top: 10%;
  left: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  font-weight: bold;
  color: #333;
  content: var(--amount) "%";
}
.wp-block .councillor_attendance table tr td .graph.none,
.soj-frontend .councillor_attendance table tr td .graph.none {
  display: none;
}
.wp-block .councillor_attendance table tr:nth-child(odd),
.soj-frontend .councillor_attendance table tr:nth-child(odd) {
  background: #f6f5f0;
}
.wp-block .councillor_attendance .years,
.soj-frontend .councillor_attendance .years {
  display: flex;
  gap: 2px;
}
.wp-block .councillor_attendance .years .year,
.soj-frontend .councillor_attendance .years .year {
  cursor: pointer;
  font-size: 22px;
  background-color: #0f4a6f;
  color: #fff;
  padding: 10px 30px;
  border-radius: 10px 10px 0 0;
}
.wp-block .councillor_attendance .years .year.active,
.soj-frontend .councillor_attendance .years .year.active {
  background: #00703C;
}
.wp-block .councillor_attendance .attendance_records .container,
.soj-frontend .councillor_attendance .attendance_records .container {
  display: none;
}
.wp-block .councillor_attendance .attendance_records .container.active,
.soj-frontend .councillor_attendance .attendance_records .container.active {
  display: block;
}
.wp-block .councillor_meetings,
.soj-frontend .councillor_meetings {
  padding-top: 4vw;
  padding-bottom: 4vw;
}
.wp-block .councillor_meetings .table_wrapper,
.soj-frontend .councillor_meetings .table_wrapper {
  width: 100%;
  overflow-x: auto;
}
.wp-block .councillor_meetings .see_docs,
.soj-frontend .councillor_meetings .see_docs {
  display: block;
  width: 100%;
  text-align: center;
}
.wp-block .councillor_meetings .popup-content,
.soj-frontend .councillor_meetings .popup-content {
  display: none;
}
.wp-block .councillor_meetings .popup-content ul li,
.soj-frontend .councillor_meetings .popup-content ul li {
  list-style: none;
}
.wp-block .councillor_meetings .popup-content ul li a,
.soj-frontend .councillor_meetings .popup-content ul li a {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
}
.wp-block .councillor_meetings table,
.soj-frontend .councillor_meetings table {
  border-spacing: 0;
  font-size: 16px;
  line-height: 16px;
  width: 100%;
  min-width: 880px;
}
.wp-block .councillor_meetings table a,
.soj-frontend .councillor_meetings table a {
  font-weight: bold;
  color: #00703C;
  text-decoration: underline;
}
.wp-block .councillor_meetings table tr th,
.soj-frontend .councillor_meetings table tr th {
  background: #2e2e2c;
  color: #fff;
  padding: 20px 15px;
  text-align: center;
}
.wp-block .councillor_meetings table tr td,
.soj-frontend .councillor_meetings table tr td {
  padding: 15px;
  text-align: center;
}
.wp-block .councillor_meetings table tr:nth-child(odd),
.soj-frontend .councillor_meetings table tr:nth-child(odd) {
  background: #f6f5f0;
}
.wp-block .councillor_meetings .years,
.soj-frontend .councillor_meetings .years {
  display: flex;
  gap: 2px;
}
.wp-block .councillor_meetings .years .year,
.soj-frontend .councillor_meetings .years .year {
  cursor: pointer;
  font-size: 22px;
  background-color: #0f4a6f;
  color: #fff;
  padding: 10px 30px;
  border-radius: 10px 10px 0 0;
}
.wp-block .councillor_meetings .years .year.active,
.soj-frontend .councillor_meetings .years .year.active {
  background: #00703C;
}
.wp-block .councillor_meetings .councillor_meetings_set .container,
.soj-frontend .councillor_meetings .councillor_meetings_set .container {
  display: none;
}
.wp-block .councillor_meetings .councillor_meetings_set .container.active,
.soj-frontend .councillor_meetings .councillor_meetings_set .container.active {
  display: block;
}
.wp-block .simple_table,
.soj-frontend .simple_table {
  padding-top: 4vw;
  padding-bottom: 4vw;
  background: var(--text_background_colour_set);
  border-radius: 10px;
}
.wp-block .simple_table.remove_bottom_padding,
.soj-frontend .simple_table.remove_bottom_padding {
  padding-bottom: 0;
}
.wp-block .simple_table .text-left table th,
.soj-frontend .simple_table .text-left table th {
  text-align: left;
}
.wp-block .simple_table .table_wrapper,
.soj-frontend .simple_table .table_wrapper {
  width: 100%;
  overflow-x: auto;
}
.wp-block .simple_table .table_wrapper table,
.soj-frontend .simple_table .table_wrapper table {
  border-spacing: 0;
  font-size: 16px;
  line-height: 16px;
  width: 100%;
  min-width: 880px;
}
.wp-block .simple_table .table_wrapper table tr th,
.soj-frontend .simple_table .table_wrapper table tr th {
  background: #2e2e2c;
  color: #fff;
  padding: 20px 15px;
}
.wp-block .simple_table .table_wrapper table tr td,
.soj-frontend .simple_table .table_wrapper table tr td {
  padding: 15px;
}
.wp-block .simple_table .table_wrapper table tr a,
.soj-frontend .simple_table .table_wrapper table tr a {
  font-weight: bold;
  color: #00703C;
}
.wp-block .simple_table .table_wrapper table tr:nth-child(odd),
.soj-frontend .simple_table .table_wrapper table tr:nth-child(odd) {
  background: #f6f5f0;
}

.single-post_type_team .imagetext .wrapper {
  padding-top: 50px;
  padding-bottom: 0px;
}

.news_wrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .news_wrapper {
    grid-template-columns: 1fr;
    display: grid;
    gap: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .news_wrapper {
    gap: 30px;
    grid-template-columns: minmax(280px, 1fr) 3fr;
  }
}
@media only screen and (min-width: 1280px) {
  .news_wrapper {
    gap: 50px;
  }
}
.news_wrapper .news_leftside_wrapper {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.news_wrapper .news_leftside_wrapper .cat-select {
  background-color: #00703C;
  padding-top: clamp(10px, 6px + 1vw, 23px);
  padding-bottom: clamp(10px, 6px + 1vw, 23px);
  padding-left: clamp(20px, 16px + 1vw, 33px);
  padding-right: clamp(20px, 16px + 1vw, 33px);
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .news_wrapper .news_leftside_wrapper .cat-select {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .news_wrapper .news_leftside_wrapper .cat-select {
    margin-bottom: 0;
  }
}
.news_wrapper .news_leftside_wrapper .cat-select .categories-title {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(28px, 28px + 0vw, 28px);
  line-height: clamp(45px, 45px + 0vw, 45px);
  text-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
  font-weight: 700;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .news_wrapper .news_leftside_wrapper .cat-select .categories-title {
    display: flex;
  }
}
.news_wrapper .news_leftside_wrapper .cat-select .categories-title svg {
  display: block;
}
@media only screen and (min-width: 768px) {
  .news_wrapper .news_leftside_wrapper .cat-select .categories-title svg {
    display: block;
    transform: rotate(0deg);
  }
}
@media only screen and (min-width: 1024px) {
  .news_wrapper .news_leftside_wrapper .cat-select .categories-title svg {
    display: none;
  }
}
.news_wrapper .news_leftside_wrapper .cat-select .line {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.1);
}
.news_wrapper .news_leftside_wrapper .cat-select #cat_options {
  display: none;
}
@media only screen and (min-width: 768px) {
  .news_wrapper .news_leftside_wrapper .cat-select #cat_options {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .news_wrapper .news_leftside_wrapper .cat-select #cat_options {
    display: block;
  }
}
.news_wrapper .news_leftside_wrapper .cat-select #cat_options ul {
  padding: 0 0 0 0;
  margin: 0;
  list-style-type: none;
}
@media only screen and (min-width: 768px) {
  .news_wrapper .news_leftside_wrapper .cat-select #cat_options ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    grid-row-gap: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .news_wrapper .news_leftside_wrapper .cat-select #cat_options ul {
    display: block;
  }
}
.news_wrapper .news_leftside_wrapper .cat-select #cat_options ul li {
  list-style-type: none;
}
.news_wrapper .news_leftside_wrapper .cat-select #cat_options ul li.active a {
  color: #fff;
}
.news_wrapper .news_leftside_wrapper .cat-select #cat_options ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  text-align: left;
  color: #fff;
  display: flex;
  position: relative;
}
.news_wrapper .news_leftside_wrapper .cat-select #cat_options ul li a svg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.news_wrapper .news_leftside_wrapper .cat-select #cat_options ul li.active-menu-item a {
  text-decoration: underline;
}
.news_wrapper .news_articles .inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 30px;
}
@media only screen and (min-width: 768px) {
  .news_wrapper .news_articles .inner {
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    gap: 35px;
    grid-row-gap: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .news_wrapper .news_articles .inner {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
}
@media only screen and (min-width: 1280px) {
  .news_wrapper .news_articles .inner {
    grid-template-columns: repeat(3, minmax(200px, 1fr));
  }
}
.news_wrapper .news_articles .inner .image-wrap {
  position: relative;
  padding-top: 60.34%;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 16px;
}
.news_wrapper .news_articles .inner .image-wrap img {
  transform: scale(1);
  transition: transform 0.6s ease;
}
.news_wrapper .news_articles .inner .image-wrap:hover img {
  transform: scale(1.05);
}
.news_wrapper .news_articles .inner .title {
  margin-bottom: 5px;
}
.news_wrapper .news_articles .inner .title a {
  transition: color 400ms ease;
}
.news_wrapper .news_articles .inner .title a:hover {
  color: #00703C;
}
.news_wrapper .news_articles .inner .title + p {
  margin-bottom: 0;
}
.news_wrapper .news_articles .inner time {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #158841;
}
.news_wrapper .news_articles .inner a {
  display: block;
}
.news_wrapper .news_articles .inner .event-month-header {
  margin-bottom: 30px;
  font-size: clamp(28px, 24.9230769231px + 0.7692307692vw, 38px);
  line-height: clamp(22px, 18.9230769231px + 0.7692307692vw, 32px);
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .news_wrapper .news_articles .inner .event-month-header {
    grid-column: span 3;
  }
}
@media only screen and (min-width: 1024px) {
  .news_wrapper .news_articles .inner .event-month-header {
    grid-column: span 2;
  }
}
@media only screen and (min-width: 1280px) {
  .news_wrapper .news_articles .inner .event-month-header {
    grid-column: span 3;
  }
}
.news_wrapper .news_articles .inner .event-month-header:before {
  content: "";
  border-top: 1px solid #ddd;
  width: 100%;
  margin-top: 30px;
  padding-top: 50px;
  display: block;
}
.news_wrapper .news_articles .inner .event-month-header:first-child:before {
  display: none;
}

.pagination-wrapper {
  margin-top: 46px;
  padding-top: 46px;
  display: flex;
  width: 100%;
  gap: 10px;
  border-top: 1px solid #ddd;
}
.pagination-wrapper .page-numbers {
  display: inline-block;
  width: 43px;
  height: 43px;
  margin: 0;
  color: #000;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  transition: all 0.4s;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-wrapper .page-numbers:hover {
  background-color: #ebebeb;
  color: #000;
}
.pagination-wrapper .page-numbers.current {
  background-color: #00703C;
  color: #fff;
}
.pagination-wrapper .page-numbers.next, .pagination-wrapper .page-numbers.prev {
  display: flex;
  border: none;
  white-space: nowrap;
  width: auto;
  display: none;
}

.single-post .news_content .reviews {
  display: none;
}
.subscribebox {
  background: #0f4a6f;
  border-radius: 10px;
  padding-top: clamp(20px, -0.6008583691px + 2.6824034335vw, 45px);
  padding-left: clamp(20px, 13.4077253219px + 0.8583690987vw, 28px);
  padding-right: clamp(20px, 13.4077253219px + 0.8583690987vw, 28px);
  padding-bottom: clamp(20px, 13.4077253219px + 0.8583690987vw, 28px);
}
.subscribebox .mailicon {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 36px;
}
.subscribebox .signup {
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-bottom: -22px;
}
.subscribebox .bottom-secton {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
.subscribebox .bottom-secton .title {
  margin-bottom: 0;
  font-weight: bold;
  font-size: clamp(27px, 17.9356223176px + 1.1802575107vw, 38px);
  line-height: clamp(23px, 15.5836909871px + 0.9656652361vw, 32px);
  text-align: left;
  color: #fff;
  text-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
  padding-right: 10px;
  text-transform: uppercase;
}
.subscribebox .bottom-secton .circle {
  height: clamp(46px, 37.7596566524px + 1.0729613734vw, 56px);
  width: clamp(46px, 37.7596566524px + 1.0729613734vw, 56px);
  background: #00703C;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.registerbox {
  background: #00703C;
  border-radius: 10px;
  padding-top: clamp(20px, -0.6008583691px + 2.6824034335vw, 45px);
  padding-left: clamp(20px, 13.4077253219px + 0.8583690987vw, 28px);
  padding-right: clamp(20px, 13.4077253219px + 0.8583690987vw, 28px);
  padding-bottom: clamp(20px, 13.4077253219px + 0.8583690987vw, 28px);
}
.registerbox .icon {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 36px;
}
.registerbox .bottom-secton {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
.registerbox .bottom-secton .title {
  margin-bottom: 0;
  font-weight: bold;
  font-size: clamp(27px, 17.9356223176px + 1.1802575107vw, 38px);
  line-height: clamp(23px, 15.5836909871px + 0.9656652361vw, 32px);
  text-align: left;
  color: #fff;
  text-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
  padding-right: 10px;
  text-transform: uppercase;
}
.registerbox .bottom-secton .circle {
  height: clamp(46px, 37.7596566524px + 1.0729613734vw, 56px);
  width: clamp(46px, 37.7596566524px + 1.0729613734vw, 56px);
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Hide screen reader text visually but keep accessible */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.taxonomy-pagination-wrapper {
  margin-top: 46px;
  padding-top: 46px;
  display: flex;
  width: 100%;
  gap: 10px;
  border-top: 1px solid #ddd;
}
.taxonomy-pagination-wrapper .nav-links {
  display: flex;
  gap: 10px;
}
.taxonomy-pagination-wrapper .page-numbers {
  display: inline-block;
  width: 43px;
  height: 43px;
  margin: 0;
  color: #000;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  transition: all 0.4s;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.taxonomy-pagination-wrapper .page-numbers:hover {
  background-color: #ebebeb;
  color: #000;
}
.taxonomy-pagination-wrapper .page-numbers.current {
  background-color: #00703C;
  color: #fff;
}
.taxonomy-pagination-wrapper .page-numbers.next, .taxonomy-pagination-wrapper .page-numbers.prev {
  display: flex;
  border: none;
  white-space: nowrap;
  width: auto;
  display: none;
}

.single-post .hero.short .inner .caption h1 {
  font-size: 50px;
  line-height: 50px;
}

.error404 .page_not_found {
  background-color: #0f4a6f;
  height: calc(100vh - 60px);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
}
.error404 .page_not_found h1 {
  font-size: 50px;
}
.error404 .page_not_found h1, .error404 .page_not_found h2, .error404 .page_not_found h3, .error404 .page_not_found p {
  color: #fff;
  margin: 0 0 20px 0;
}
.error404 .page_not_found .btn {
  background-color: #fff;
  color: #111;
}
.error404 .page_not_found::before {
  display: none;
}

/*# sourceMappingURL=main.min.2bdc5aa9c18531aa29d9.css.map*/