@import url("https://fonts.googleapis.com/css2?family=Vollkorn&display=swap");
.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel {
  position: relative;
  box-sizing: border-box;
}
.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}
.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}
.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}
.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.carousel__track {
  display: flex;
}
.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}
.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}
.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none;
}
.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}
.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}
.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}
.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel__button.is-prev {
  left: 10px;
}
.carousel__button.is-next {
  right: 10px;
}
.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}
.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}
html.with-fancybox {
  scroll-behavior: auto;
}
body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}
.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}
.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}
.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}
.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}
.fancybox__track {
  display: flex;
  height: 100%;
}
.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";
  flex: 0 0 0;
  margin: auto;
}
@media (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}
.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}
.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}
.is-loading .fancybox__caption {
  visibility: hidden;
}
.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}
.fancybox__nav .carousel__button {
  z-index: 40;
}
.fancybox__nav .carousel__button.is-next {
  right: 8px;
}
@media (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}
@media (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}
@media (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}
.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}
.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}
.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}
.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}
.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}
.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}
.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}
.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}
.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}
.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}
@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}
.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}
.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}
.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}
.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}
.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}
.fancybox__image {
  transform-origin: 0 0;
  touch-action: none;
  user-select: none;
  transition: none;
}
.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}
.is-closing .has-image .fancybox__content {
  overflow: visible;
}
.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}
.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}
.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}
.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}
.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}
.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}
.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}
.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}
.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}
.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}
.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}
.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}
.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  user-select: none;
}
.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}
.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}
@media (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}
.fancybox__toolbar__items {
  display: flex;
}
.fancybox__toolbar__items--left {
  margin-right: auto;
}
.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.fancybox__toolbar__items--right {
  margin-left: auto;
}
@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  user-select: none;
}
.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}
.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}
.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}
button:focus, button:focus-visible {
  outline: none;
}
.wp-block-button.red-btn .wp-block-button__link {
  background-color: #df3935;
}
.ast-custom-button-link .ast-custom-button {
  transition: all 0.3s ease;
}
.element-social-inner-wrap a {
  transition: all 0.3s ease;
}
.uagb-button__wrapper .wp-block-button__link {
  transition: all 0.3s ease;
}
.gradient-bg {
  background-image: linear-gradient(#fff, rgba(39, 161, 208, 0.4));
}
.gadient-blue-bg {
  background-image: linear-gradient(rgba(255, 255, 255, 0), #025993);
  background-color: #23a1d3;
}
.bubble-bg {
  background-image: url("/wp-content/uploads/2024/02/BubbleBgCut.jpg");
  background-size: auto 250px;
}
.heading-with-subheading p.uagb-desc-text {
  margin: 0 auto 30px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.heading-with-subheading h2.uagb-heading-text {
  font-size: clamp(48px, 4.1111111111vw, 59.2px) !important;
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 980px) {
  .heading-with-subheading h2.uagb-heading-text {
    font-size: 32px !important;
  }
}
@media (max-width: 767px) {
  .heading-with-subheading h2.uagb-heading-text {
    font-size: 24px !important;
  }
}
.img-gradient-heading p.uagb-desc-text {
  margin: 0 auto 29px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.img-gradient-heading h2.uagb-heading-text {
  padding-bottom: 7px;
  font-size: 48px !important;
  line-height: 1;
  font-weight: 900;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: url(/wp-content/uploads/2024/02/BubbleBgCut.jpg);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 500px;
}
@media (max-width: 980px) {
  .img-gradient-heading h2.uagb-heading-text {
    font-size: 32px !important;
  }
}
@media (max-width: 767px) {
  .img-gradient-heading h2.uagb-heading-text {
    font-size: 24px !important;
  }
}
.section-with-van {
  position: relative;
}
.section-with-van:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/wp-content/uploads/2024/03/fish-van.webp) no-repeat center;
  background-size: contain;
  width: 150px;
  height: 124px;
  z-index: 1;
  transform: translate(0, 45%);
}
@media (min-width: 981px) {
  .section-with-van:before {
    width: 269px;
    height: 216px;
    transform: translate(0, 28%);
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  .section-with-van:before {
    width: 200px;
    height: 160px;
    transform: translate(0, 40%);
  }
}
.color-inherit {
  color: inherit;
}
.color-inherit:hover {
  color: inherit;
}
@keyframes waveMove {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fishing {
  0% {
    transform: rotate(0);
  }
  5% {
    transform: rotate(-6deg);
  }
  10% {
    transform: rotate(6deg);
  }
  15% {
    transform: rotate(-6deg);
  }
  20% {
    transform: rotate(6deg);
  }
  25% {
    transform: rotate(0);
  }
}
@keyframes verticalToBottom {
  0% {
    transform: translateY(calc(-100% + (25vw * 4) + (24px * 3)));
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes verticalToBottomDesktop {
  0% {
    transform: translateY(calc(-100% + (15vw * 4) + (24px * 3)));
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes verticalToTop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(-100% + (25vw * 4) + (24px * 3)));
  }
}
@keyframes verticalToTopDesktop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(-100% + (15vw * 4) + (24px * 3)));
  }
}
@keyframes blink-caret {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.ast-plain-container.ast-no-sidebar #primary {
  margin: 0;
}
header#masthead .site-logo-img img, header#masthead .site-logo-img a, header#masthead .ast-logo-title-inline .ast-site-identity {
  transition: none;
}
@media (min-width: 981px) {
  header#masthead.header-main-layout-1 .ast-main-header-wrap {
    position: fixed;
    width: 100%;
  }
}
header#masthead.header-main-layout-1 .ast-main-header-wrap .main-header-bar .ast-container {
  padding: 0 25px;
}
@media (min-width: 981px) {
  header#masthead.header-main-layout-1 .ast-main-header-wrap .main-header-bar .ast-container {
    min-height: 134.5px;
  }
}
header#masthead.header-main-layout-1 .ast-main-header-wrap .main-header-bar .ast-container .ast-builder-grid-row {
  grid-template-columns: 270px 1fr auto;
}
@media (min-width: 981px) and (max-width: 1300px) {
  header#masthead.header-main-layout-1 .ast-main-header-wrap .main-header-bar .ast-container .ast-builder-grid-row {
    grid-template-columns: 190px 1fr auto;
  }
}
header#masthead.header-main-layout-1 .ast-main-header-wrap .main-header-bar .ast-container .ast-builder-grid-row .site-header-primary-section-left .ast-builder-layout-element {
  padding: 0;
}
@media (min-width: 981px) {
  header#masthead.header-main-layout-1 .ast-main-header-wrap .main-header-bar .ast-container .ast-builder-grid-row .site-header-primary-section-left .ast-builder-layout-element .site-branding {
    padding: 10px 0 23px;
  }
}
header#masthead.header-main-layout-1 .ast-main-header-wrap .main-header-bar .ast-container .ast-builder-grid-row .site-header-primary-section-left .ast-builder-layout-element .site-branding .site-logo-img {
  padding: 0;
}
header#masthead.header-main-layout-1 .ast-main-header-wrap .main-header-bar .ast-container .ast-builder-grid-row .site-header-primary-section-left .ast-builder-layout-element .site-branding .site-logo-img a {
  transition: none;
}
header#masthead.header-main-layout-1 .ast-main-header-wrap .main-header-bar .ast-container .ast-builder-grid-row .site-header-primary-section-left .ast-builder-layout-element .site-branding .site-logo-img a img {
  transition: none;
}
header#masthead.header-main-layout-1 .ast-main-header-wrap .main-header-bar .ast-container .ast-builder-grid-row .site-header-primary-section-left .site-header-primary-section-left-center {
  padding: 0;
}
header#masthead.header-main-layout-1 .ast-main-header-wrap .main-header-bar .ast-container .ast-builder-grid-row .site-header-primary-section-center {
  flex-wrap: wrap;
  align-content: flex-end;
  gap: 15px 18px;
}
@media (min-width: 981px) {
  header#masthead.header-main-layout-1 .ast-main-header-wrap .main-header-bar .ast-container .ast-builder-grid-row .site-header-primary-section-center {
    padding: 47px 0 10px;
  }
}
header#masthead.header-main-layout-1 .ast-main-header-wrap .main-header-bar .ast-container .ast-builder-grid-row .site-header-primary-section-center .ast-header-button-1, header#masthead.header-main-layout-1 .ast-main-header-wrap .main-header-bar .ast-container .ast-builder-grid-row .site-header-primary-section-center .ast-header-button-2 {
  padding: 0;
}
header#masthead.header-main-layout-1 .ast-main-header-wrap .main-header-bar .ast-container .ast-builder-grid-row .site-header-primary-section-center .ast-header-button-1 a .ast-custom-button, header#masthead.header-main-layout-1 .ast-main-header-wrap .main-header-bar .ast-container .ast-builder-grid-row .site-header-primary-section-center .ast-header-button-2 a .ast-custom-button {
  min-width: 270px;
  text-align: center;
}
@media (min-width: 981px) and (max-width: 1300px) {
  header#masthead.header-main-layout-1 .ast-main-header-wrap .main-header-bar .ast-container .ast-builder-grid-row .site-header-primary-section-center .ast-header-button-1 a .ast-custom-button, header#masthead.header-main-layout-1 .ast-main-header-wrap .main-header-bar .ast-container .ast-builder-grid-row .site-header-primary-section-center .ast-header-button-2 a .ast-custom-button {
    font-size: 18px;
    min-width: auto;
  }
}
header#masthead.header-main-layout-1 .ast-main-header-wrap .main-header-bar .ast-container .ast-builder-grid-row .site-header-primary-section-center .ast-header-html-2 {
  padding: 0;
  justify-content: center;
  width: 100%;
}
header#masthead.header-main-layout-1 .ast-main-header-wrap .main-header-bar .ast-container .ast-builder-grid-row .site-header-primary-section-right {
  gap: 17px;
}
@media (min-width: 981px) {
  header#masthead.header-main-layout-1 .ast-main-header-wrap .main-header-bar .ast-container .ast-builder-grid-row .site-header-primary-section-right {
    min-width: 270px;
  }
}
@media (min-width: 981px) and (max-width: 1300px) {
  header#masthead.header-main-layout-1 .ast-main-header-wrap .main-header-bar .ast-container .ast-builder-grid-row .site-header-primary-section-right {
    min-width: 190px;
  }
}
header#masthead.header-main-layout-1 .ast-main-header-wrap .main-header-bar .ast-container .ast-builder-grid-row .site-header-primary-section-right .site-header-primary-section-right-center {
  display: none;
  padding: 0;
}
header#masthead.header-main-layout-1 .ast-main-header-wrap .main-header-bar .ast-container .ast-builder-grid-row .site-header-primary-section-right .ast-builder-layout-element {
  padding: 0;
}
header#masthead.header-main-layout-1 .ast-main-header-wrap .main-header-bar .ast-container .ast-builder-grid-row .site-header-primary-section-right .ast-builder-layout-element.ast-header-button-3 a.ast-custom-button-link .ast-custom-button {
  position: relative;
  padding: 9px 48px 9px 22px;
  font-weight: 700;
}
@media (min-width: 981px) and (max-width: 1300px) {
  header#masthead.header-main-layout-1 .ast-main-header-wrap .main-header-bar .ast-container .ast-builder-grid-row .site-header-primary-section-right .ast-builder-layout-element.ast-header-button-3 a.ast-custom-button-link .ast-custom-button {
    padding: 9px 30px 9px 11px;
    font-size: 18px;
  }
}
header#masthead.header-main-layout-1 .ast-main-header-wrap .main-header-bar .ast-container .ast-builder-grid-row .site-header-primary-section-right .ast-builder-layout-element.ast-header-button-3 a.ast-custom-button-link .ast-custom-button:before {
  content: "";
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: rgba(0, 0, 0, 0); stroke-width: 5px; stroke: rgb(34, 34, 34);' d='M 1.966 7.776 L 14.067 20.368 C 14.067 20.368 24.008 11.059 26.82 8.07' transform='matrix(0.9999999999999999, 0, 0, 0.9999999999999999, -1.4210854715202004e-14, 0)'/%3E%3C/svg%3E") no-repeat center;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (min-width: 981px) and (max-width: 1300px) {
  header#masthead.header-main-layout-1 .ast-main-header-wrap .main-header-bar .ast-container .ast-builder-grid-row .site-header-primary-section-right .ast-builder-layout-element.ast-header-button-3 a.ast-custom-button-link .ast-custom-button:before {
    right: 9px;
  }
}
header#masthead.header-main-layout-1 .ast-main-header-wrap .main-header-bar .ast-container .ast-builder-grid-row .site-header-primary-section-right .ast-builder-layout-element.ast-header-button-3 a.ast-custom-button-link.active .ast-custom-button {
  background: #045991;
  border-color: #045991;
  color: #fff;
}
header#masthead.header-main-layout-1 .ast-main-header-wrap .main-header-bar .ast-container .ast-builder-grid-row .site-header-primary-section-right .ast-builder-layout-element.ast-header-button-3 a.ast-custom-button-link.active .ast-custom-button:before {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: rgba(0, 0, 0, 0); stroke-width: 5px; stroke: rgb(255, 255, 255);' d='M 1.966 7.776 L 14.067 20.368 C 14.067 20.368 24.008 11.059 26.82 8.07' transform='matrix(0.9999999999999999, 0, 0, 0.9999999999999999, -1.4210854715202004e-14, 0)'/%3E%3C/svg%3E") no-repeat center;
}
header#masthead.header-main-layout-1 .ast-main-header-wrap .main-header-bar .ast-container .ast-builder-grid-row .site-header-primary-section-right .ast-builder-layout-element.site-header-focus-item .ast-button-wrap button {
  display: flex !important;
  height: 1.9em;
}
header#masthead.header-main-layout-1 .ast-below-header-wrap {
  display: none;
  position: fixed;
  margin-top: 134.5px;
  width: 100%;
}
header#masthead.header-main-layout-1 .ast-below-header-wrap.active {
  display: block;
}
header#masthead.header-main-layout-1 .ast-below-header-wrap .ast-below-header-bar .ast-builder-grid-row-container {
  padding: 45px 49px 57px;
}
header#masthead.header-main-layout-1 .ast-below-header-wrap .ast-below-header-bar .ast-builder-grid-row-container .ast-builder-grid-row .site-header-below-section-center .ast-builder-menu {
  width: 100%;
}
header#masthead.header-main-layout-1 .ast-below-header-wrap .ast-below-header-bar .ast-builder-grid-row-container .ast-builder-grid-row .site-header-below-section-center .ast-builder-menu .ast-main-header-bar-alignment {
  width: 100%;
}
header#masthead.header-main-layout-1 .ast-below-header-wrap .ast-below-header-bar .ast-builder-grid-row-container .ast-builder-grid-row .site-header-below-section-center .ast-builder-menu .ast-main-header-bar-alignment .main-header-bar-navigation nav .main-navigation {
  width: 100%;
}
header#masthead.header-main-layout-1 .ast-below-header-wrap .ast-below-header-bar .ast-builder-grid-row-container .ast-builder-grid-row .site-header-below-section-center .ast-builder-menu .ast-main-header-bar-alignment .main-header-bar-navigation nav .main-navigation ul.main-header-menu {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 32px 24px;
}
header#masthead.header-main-layout-1 .ast-below-header-wrap .ast-below-header-bar .ast-builder-grid-row-container .ast-builder-grid-row .site-header-below-section-center .ast-builder-menu .ast-main-header-bar-alignment .main-header-bar-navigation nav .main-navigation ul.main-header-menu > li {
  line-height: 1;
  width: calc((100% / 3) - 16px);
}
header#masthead.header-main-layout-1 .ast-below-header-wrap .ast-below-header-bar .ast-builder-grid-row-container .ast-builder-grid-row .site-header-below-section-center .ast-builder-menu .ast-main-header-bar-alignment .main-header-bar-navigation nav .main-navigation ul.main-header-menu > li .menu-link {
  padding: 0;
  margin: 0 0 24px;
}
header#masthead.header-main-layout-1 .ast-below-header-wrap .ast-below-header-bar .ast-builder-grid-row-container .ast-builder-grid-row .site-header-below-section-center .ast-builder-menu .ast-main-header-bar-alignment .main-header-bar-navigation nav .main-navigation ul.main-header-menu > li .menu-link .dropdown-menu-toggle {
  display: none;
}
header#masthead.header-main-layout-1 .ast-below-header-wrap .ast-below-header-bar .ast-builder-grid-row-container .ast-builder-grid-row .site-header-below-section-center .ast-builder-menu .ast-main-header-bar-alignment .main-header-bar-navigation nav .main-navigation ul.main-header-menu > li ul.sub-menu {
  position: relative;
  top: 0;
  width: auto;
  background: transparent;
  right: auto;
  left: 0;
  visibility: visible;
  box-shadow: none;
}
header#masthead.header-main-layout-1 .ast-below-header-wrap .ast-below-header-bar .ast-builder-grid-row-container .ast-builder-grid-row .site-header-below-section-center .ast-builder-menu .ast-main-header-bar-alignment .main-header-bar-navigation nav .main-navigation ul.main-header-menu > li ul.sub-menu li {
  color: #fff;
}
header#masthead.header-main-layout-1 .ast-below-header-wrap .ast-below-header-bar .ast-builder-grid-row-container .ast-builder-grid-row .site-header-below-section-center .ast-builder-menu .ast-main-header-bar-alignment .main-header-bar-navigation nav .main-navigation ul.main-header-menu > li ul.sub-menu li a {
  margin: 0;
  padding: 0 0 0 19px;
  color: #fff;
}
header#masthead.header-main-layout-1 .ast-below-header-wrap .ast-below-header-bar .ast-builder-grid-row-container .ast-builder-grid-row .site-header-below-section-center .ast-builder-menu .ast-main-header-bar-alignment .main-header-bar-navigation nav .main-navigation ul.main-header-menu > li ul.sub-menu li a:hover {
  color: #bb2f2c;
}
header#masthead.header-main-layout-1 .ast-below-header-wrap .ast-below-header-bar .ast-builder-grid-row-container .ast-builder-grid-row .site-header-below-section-center .ast-builder-menu .ast-main-header-bar-alignment .main-header-bar-navigation nav .main-navigation ul.main-header-menu > li ul.sub-menu li:not(:last-child) {
  margin-bottom: 17px;
}
header#masthead.header-main-layout-1 .ast-mobile-header-wrap .ast-main-header-wrap .main-header-bar .ast-builder-grid-row {
  grid-template-columns: 170px auto;
}
@media (min-width: 981px) {
  #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner {
    max-width: 640px;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner {
    max-width: 400px;
  }
}
#ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-header {
  margin: 20px 20px 40px;
}
@media (min-width: 981px) {
  #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-header {
    margin: 47px 25px 95px;
  }
}
#ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-header button {
  position: relative;
  border: 1px solid #fff;
  padding: 11px;
}
#ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-header button span.ast-svg-iconset {
  opacity: 0;
  font-size: 0;
  line-height: 1;
}
#ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-header button:before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg class='ast-mobile-svg ast-menu2-svg' fill='%23fff' version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='28' viewBox='0 0 24 28'%3E%3Cpath d='M24 21v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 13v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 5v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  background-size: cover;
  width: 15px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-menu-mobile, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile {
  padding: 0 40px;
  margin: 0 0 40px;
}
@media (min-width: 981px) {
  #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-menu-mobile, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile {
    padding: 0;
    margin: 0 80px 58px;
  }
}
#ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-menu-mobile ul#ast-desktop-toggle-menu > li.menu-item, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-menu-mobile ul#ast-hf-mobile-menu > li.menu-item, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile ul#ast-desktop-toggle-menu > li.menu-item, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile ul#ast-hf-mobile-menu > li.menu-item {
  padding: 0;
  line-height: 1;
}
#ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-menu-mobile ul#ast-desktop-toggle-menu > li.menu-item:not(:last-child), #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-menu-mobile ul#ast-hf-mobile-menu > li.menu-item:not(:last-child), #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile ul#ast-desktop-toggle-menu > li.menu-item:not(:last-child), #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile ul#ast-hf-mobile-menu > li.menu-item:not(:last-child) {
  margin-bottom: 20px;
}
#ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-menu-mobile ul#ast-desktop-toggle-menu > li.menu-item a.menu-link, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-menu-mobile ul#ast-hf-mobile-menu > li.menu-item a.menu-link, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile ul#ast-desktop-toggle-menu > li.menu-item a.menu-link, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile ul#ast-hf-mobile-menu > li.menu-item a.menu-link {
  padding: 0;
}
#ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-menu-mobile ul#ast-desktop-toggle-menu > li.menu-item a.menu-link .menu-text, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-menu-mobile ul#ast-hf-mobile-menu > li.menu-item a.menu-link .menu-text, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile ul#ast-desktop-toggle-menu > li.menu-item a.menu-link .menu-text, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile ul#ast-hf-mobile-menu > li.menu-item a.menu-link .menu-text {
  font-size: 24px !important;
}
@media (max-width: 980px) {
  #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-menu-mobile ul#ast-desktop-toggle-menu > li.menu-item a.menu-link .menu-text, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-menu-mobile ul#ast-hf-mobile-menu > li.menu-item a.menu-link .menu-text, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile ul#ast-desktop-toggle-menu > li.menu-item a.menu-link .menu-text, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile ul#ast-hf-mobile-menu > li.menu-item a.menu-link .menu-text {
    font-size: 21px !important;
  }
}
@media (max-width: 767px) {
  #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-menu-mobile ul#ast-desktop-toggle-menu > li.menu-item a.menu-link .menu-text, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-menu-mobile ul#ast-hf-mobile-menu > li.menu-item a.menu-link .menu-text, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile ul#ast-desktop-toggle-menu > li.menu-item a.menu-link .menu-text, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile ul#ast-hf-mobile-menu > li.menu-item a.menu-link .menu-text {
    font-size: 18px !important;
  }
}
#ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-menu-mobile ul#ast-desktop-toggle-menu > li.menu-item button.ast-menu-toggle, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-menu-mobile ul#ast-hf-mobile-menu > li.menu-item button.ast-menu-toggle, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile ul#ast-desktop-toggle-menu > li.menu-item button.ast-menu-toggle, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile ul#ast-hf-mobile-menu > li.menu-item button.ast-menu-toggle {
  padding: 0;
  right: 15px;
  outline: none;
  overflow: hidden;
}
@media (max-width: 980px) {
  #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-menu-mobile ul#ast-desktop-toggle-menu > li.menu-item button.ast-menu-toggle .ast-icon .ast-arrow-svg, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-menu-mobile ul#ast-hf-mobile-menu > li.menu-item button.ast-menu-toggle .ast-icon .ast-arrow-svg, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile ul#ast-desktop-toggle-menu > li.menu-item button.ast-menu-toggle .ast-icon .ast-arrow-svg, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile ul#ast-hf-mobile-menu > li.menu-item button.ast-menu-toggle .ast-icon .ast-arrow-svg {
    margin: 0;
  }
}
#ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-menu-mobile ul#ast-desktop-toggle-menu > li.menu-item ul.sub-menu, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-menu-mobile ul#ast-hf-mobile-menu > li.menu-item ul.sub-menu, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile ul#ast-desktop-toggle-menu > li.menu-item ul.sub-menu, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile ul#ast-hf-mobile-menu > li.menu-item ul.sub-menu {
  background: transparent;
}
#ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-menu-mobile ul#ast-desktop-toggle-menu > li.menu-item ul.sub-menu li.menu-item, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-menu-mobile ul#ast-hf-mobile-menu > li.menu-item ul.sub-menu li.menu-item, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile ul#ast-desktop-toggle-menu > li.menu-item ul.sub-menu li.menu-item, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile ul#ast-hf-mobile-menu > li.menu-item ul.sub-menu li.menu-item {
  padding: 0 0 0 20px;
  line-height: 1;
}
#ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-menu-mobile ul#ast-desktop-toggle-menu > li.menu-item ul.sub-menu li.menu-item:first-child, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-menu-mobile ul#ast-hf-mobile-menu > li.menu-item ul.sub-menu li.menu-item:first-child, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile ul#ast-desktop-toggle-menu > li.menu-item ul.sub-menu li.menu-item:first-child, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile ul#ast-hf-mobile-menu > li.menu-item ul.sub-menu li.menu-item:first-child {
  margin-top: 20px;
}
#ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-menu-mobile ul#ast-desktop-toggle-menu > li.menu-item ul.sub-menu li.menu-item:not(:last-child), #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-menu-mobile ul#ast-hf-mobile-menu > li.menu-item ul.sub-menu li.menu-item:not(:last-child), #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile ul#ast-desktop-toggle-menu > li.menu-item ul.sub-menu li.menu-item:not(:last-child), #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile ul#ast-hf-mobile-menu > li.menu-item ul.sub-menu li.menu-item:not(:last-child) {
  margin-bottom: 20px;
}
#ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-menu-mobile ul#ast-desktop-toggle-menu > li.menu-item ul.sub-menu li.menu-item a.menu-link .ast-icon, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-menu-mobile ul#ast-hf-mobile-menu > li.menu-item ul.sub-menu li.menu-item a.menu-link .ast-icon, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile ul#ast-desktop-toggle-menu > li.menu-item ul.sub-menu li.menu-item a.menu-link .ast-icon, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile ul#ast-hf-mobile-menu > li.menu-item ul.sub-menu li.menu-item a.menu-link .ast-icon {
  display: none;
}
#ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-menu-mobile ul#ast-desktop-toggle-menu > li.menu-item ul.sub-menu li.menu-item a.menu-link .menu-text, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-menu-mobile ul#ast-hf-mobile-menu > li.menu-item ul.sub-menu li.menu-item a.menu-link .menu-text, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile ul#ast-desktop-toggle-menu > li.menu-item ul.sub-menu li.menu-item a.menu-link .menu-text, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile ul#ast-hf-mobile-menu > li.menu-item ul.sub-menu li.menu-item a.menu-link .menu-text {
  font-size: 16px !important;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 980px) {
  #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-menu-mobile ul#ast-desktop-toggle-menu > li.menu-item ul.sub-menu li.menu-item a.menu-link .menu-text, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-menu-mobile ul#ast-hf-mobile-menu > li.menu-item ul.sub-menu li.menu-item a.menu-link .menu-text, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile ul#ast-desktop-toggle-menu > li.menu-item ul.sub-menu li.menu-item a.menu-link .menu-text, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile ul#ast-hf-mobile-menu > li.menu-item ul.sub-menu li.menu-item a.menu-link .menu-text {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-menu-mobile ul#ast-desktop-toggle-menu > li.menu-item ul.sub-menu li.menu-item a.menu-link .menu-text, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-menu-mobile ul#ast-hf-mobile-menu > li.menu-item ul.sub-menu li.menu-item a.menu-link .menu-text, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile ul#ast-desktop-toggle-menu > li.menu-item ul.sub-menu li.menu-item a.menu-link .menu-text, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile ul#ast-hf-mobile-menu > li.menu-item ul.sub-menu li.menu-item a.menu-link .menu-text {
    font-size: 14px !important;
  }
}
#ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-layout-element:not(.ast-builder-menu-mobile), #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-layout-element:not(.ast-builder-menu-mobile) {
  padding: 0;
  margin: 0 40px 32px;
}
@media (min-width: 981px) {
  #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-layout-element:not(.ast-builder-menu-mobile), #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-layout-element:not(.ast-builder-menu-mobile) {
    margin: 0 80px 32px;
  }
}
#ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-layout-element:not(.ast-builder-menu-mobile) .ast-builder-button-wrap, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-layout-element:not(.ast-builder-menu-mobile) .ast-builder-button-wrap {
  width: 100%;
}
#ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-layout-element:not(.ast-builder-menu-mobile) .ast-builder-button-wrap a.ast-custom-button-link .ast-custom-button, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-layout-element:not(.ast-builder-menu-mobile) .ast-builder-button-wrap a.ast-custom-button-link .ast-custom-button {
  font-size: 24px !important;
  text-align: center;
}
@media (max-width: 980px) {
  #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-layout-element:not(.ast-builder-menu-mobile) .ast-builder-button-wrap a.ast-custom-button-link .ast-custom-button, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-layout-element:not(.ast-builder-menu-mobile) .ast-builder-button-wrap a.ast-custom-button-link .ast-custom-button {
    font-size: 21px !important;
  }
}
@media (max-width: 767px) {
  #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-layout-element:not(.ast-builder-menu-mobile) .ast-builder-button-wrap a.ast-custom-button-link .ast-custom-button, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-layout-element:not(.ast-builder-menu-mobile) .ast-builder-button-wrap a.ast-custom-button-link .ast-custom-button {
    font-size: 18px !important;
  }
}
@media (min-width: 981px) {
  #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-layout-element:not(.ast-builder-menu-mobile) .ast-header-social-wrap, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-layout-element:not(.ast-builder-menu-mobile) .ast-header-social-wrap {
    margin: 18px 0 0 8px;
  }
}
#ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-layout-element:not(.ast-builder-menu-mobile) .ast-header-social-wrap .header-social-inner-wrap, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-layout-element:not(.ast-builder-menu-mobile) .ast-header-social-wrap .header-social-inner-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 8px;
}
@media (min-width: 768px) {
  #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-layout-element:not(.ast-builder-menu-mobile) .ast-header-social-wrap .header-social-inner-wrap, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-layout-element:not(.ast-builder-menu-mobile) .ast-header-social-wrap .header-social-inner-wrap {
    gap: 16px;
  }
}
#ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-desktop-popup-content .ast-builder-layout-element:not(.ast-builder-menu-mobile) .ast-header-social-wrap .header-social-inner-wrap a, #ast-mobile-popup-wrapper #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-layout-element:not(.ast-builder-menu-mobile) .ast-header-social-wrap .header-social-inner-wrap a {
  margin: 0;
}
.ast-off-canvas-active body.ast-main-header-nav-open.ast-desktop {
  overflow: hidden;
}
footer {
  overflow: hidden;
}
footer .site-above-footer-wrap[data-section="section-above-footer-builder"] {
  position: relative;
  padding: 78px 0 82px;
  background-image: linear-gradient(rgba(39, 161, 208, 0.6), rgba(39, 161, 208, 0.6)), url("/wp-content/uploads/2024/02/BubbleBgCut.jpg");
  background-size: auto 250px;
}
footer .site-above-footer-wrap[data-section="section-above-footer-builder"]:before {
  content: "";
  width: 120vw;
  height: 13px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/wp-content/uploads/2024/02/WaveBG.png) repeat-x center;
  background-size: 1500px;
  animation: 4s infinite cubic-bezier(0.57, 0.01, 0.41, 1.02) waveMove;
}
footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row-container-inner .site-above-footer-inner-wrap .site-footer-section .ast-footer-html-1 {
  margin-bottom: 45px;
}
footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row-container-inner .site-above-footer-inner-wrap .site-footer-section .ast-footer-html-1 .ast-header-html .ast-builder-html-element p a {
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  font-size: 24px !important;
}
@media (max-width: 980px) {
  footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row-container-inner .site-above-footer-inner-wrap .site-footer-section .ast-footer-html-1 .ast-header-html .ast-builder-html-element p a {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row-container-inner .site-above-footer-inner-wrap .site-footer-section .ast-footer-html-1 .ast-header-html .ast-builder-html-element p a {
    font-size: 18px !important;
  }
}
footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row-container-inner .site-above-footer-inner-wrap .site-footer-section .ast-footer-html-1 .ast-header-html .ast-builder-html-element p a .large {
  font-weight: 800;
  font-size: 59.2px !important;
}
@media (max-width: 980px) {
  footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row-container-inner .site-above-footer-inner-wrap .site-footer-section .ast-footer-html-1 .ast-header-html .ast-builder-html-element p a .large {
    font-size: 50px !important;
  }
}
@media (max-width: 767px) {
  footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row-container-inner .site-above-footer-inner-wrap .site-footer-section .ast-footer-html-1 .ast-header-html .ast-builder-html-element p a .large {
    font-size: 35px !important;
  }
}
footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row-container-inner .site-above-footer-inner-wrap .site-footer-section .footer-widget-area-inner .widget_media_gallery .wp-block-gallery {
  gap: 10px;
  justify-content: center;
}
@media (min-width: 600px) {
  footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row-container-inner .site-above-footer-inner-wrap .site-footer-section .footer-widget-area-inner .widget_media_gallery .wp-block-gallery {
    gap: 20px;
  }
}
footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row-container-inner .site-above-footer-inner-wrap .site-footer-section .footer-widget-area-inner .widget_media_gallery .wp-block-gallery figure.wp-block-image {
  padding: 6px;
  width: calc(33.33% - 10px) !important;
  border-radius: 10px 10px 10px 0;
  background: #fff;
  aspect-ratio: 1;
}
@media (min-width: 600px) {
  footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row-container-inner .site-above-footer-inner-wrap .site-footer-section .footer-widget-area-inner .widget_media_gallery .wp-block-gallery figure.wp-block-image {
    width: 75px !important;
    max-width: 75px;
  }
}
footer .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row-container-inner .site-above-footer-inner-wrap .site-footer-section .footer-widget-area-inner .widget_media_gallery .wp-block-gallery figure.wp-block-image img {
  object-fit: contain !important;
}
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
  padding: 37px 0 94px;
  border: none;
  background-image: linear-gradient(#fff, rgba(39, 161, 208, 0.4));
}
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row-container-inner .site-primary-footer-inner-wrap .site-footer-section .footer-widget-area {
  margin-bottom: 29px;
}
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row-container-inner .site-primary-footer-inner-wrap .site-footer-section .footer-widget-area .footer-bar-navigation nav.site-navigation .footer-nav-wrap ul#astra-footer-menu {
  gap: 16px clamp(20px, 2.5vw, 32px);
}
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row-container-inner .site-primary-footer-inner-wrap .site-footer-section .footer-widget-area .footer-bar-navigation nav.site-navigation .footer-nav-wrap ul#astra-footer-menu li.menu-item a {
  padding: 0 !important;
  font-size: clamp(22px, 1.875vw, 24px) !important;
  font-weight: 700;
}
@media (max-width: 980px) {
  footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row-container-inner .site-primary-footer-inner-wrap .site-footer-section .footer-widget-area .footer-bar-navigation nav.site-navigation .footer-nav-wrap ul#astra-footer-menu li.menu-item a {
    font-size: 21px !important;
  }
}
@media (max-width: 767px) {
  footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row-container-inner .site-primary-footer-inner-wrap .site-footer-section .footer-widget-area .footer-bar-navigation nav.site-navigation .footer-nav-wrap ul#astra-footer-menu li.menu-item a {
    font-size: 18px !important;
  }
}
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row-container-inner .site-primary-footer-inner-wrap .site-footer-section .footer-widget-area .footer-bar-navigation nav.site-navigation .footer-nav-wrap ul#astra-footer-menu li.menu-item.small a {
  font-size: 12.8px !important;
  font-weight: 400;
}
@media (max-width: 980px) {
  footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row-container-inner .site-primary-footer-inner-wrap .site-footer-section .footer-widget-area .footer-bar-navigation nav.site-navigation .footer-nav-wrap ul#astra-footer-menu li.menu-item.small a {
    font-size: 12px !important;
  }
}
@media (max-width: 767px) {
  footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row-container-inner .site-primary-footer-inner-wrap .site-footer-section .footer-widget-area .footer-bar-navigation nav.site-navigation .footer-nav-wrap ul#astra-footer-menu li.menu-item.small a {
    font-size: 12px !important;
  }
}
@media (min-width: 981px) {
  footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row-container-inner .site-primary-footer-inner-wrap .site-footer-section .footer-widget-area .footer-bar-navigation nav.site-navigation .footer-nav-wrap ul#astra-footer-menu li.menu-item.small a {
    margin-top: 7px;
  }
}
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row-container-inner .site-primary-footer-inner-wrap .site-footer-section .ast-builder-layout-element.ast-footer-button-1 {
  margin-bottom: 33px;
}
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row-container-inner .site-primary-footer-inner-wrap .site-footer-section .ast-builder-layout-element.ast-footer-button-2 {
  margin-bottom: 50px;
}
footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row-container-inner .site-primary-footer-inner-wrap .site-footer-section .ast-builder-layout-element.ast-footer-button-2 .ast-builder-button-wrap .ast-custom-button-link .ast-custom-button {
  padding: 9px 18px;
}
body.page-id-589 footer .site-above-footer-wrap[data-section="section-above-footer-builder"] {
  display: none;
}
.contact-popup {
  position: fixed !important;
  bottom: 0;
  align-items: flex-end !important;
  transition: none !important;
}
.contact-popup .uagb-popup-builder__wrapper {
  min-height: auto;
}
.contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container {
  padding: 0;
  min-height: auto;
  overflow: visible;
}
.contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-top {
  position: relative;
  padding: 12px 0;
  background: #df3935;
  cursor: pointer;
  z-index: 1;
}
.contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-top:before {
  content: "";
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill-opacity: 0; fill: rgb(216, 216, 216); stroke-width: 9px; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(255, 255, 255);' d='M 4.848 11.271 L 15.739 22.59 L 27.046 11.465' transform='matrix(1, 0, 0, 1, 0, -7.105427357601002e-15)'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translate(0, -50%) rotate(180deg);
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-top:before {
    right: 16px;
  }
}
.contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-top:after {
  content: "";
  background: url(/wp-content/uploads/2024/02/fishing-p-500.webp) no-repeat center;
  background-size: contain;
  width: 200px;
  height: 197.6px;
  position: absolute;
  left: 26px;
  bottom: -11px;
  animation: 3s infinite ease fishing;
}
@media (max-width: 767px) {
  .contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-top:after {
    left: 10px;
    width: 120px;
    height: 120px;
  }
}
.contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-top.active:before {
  transform: translate(0, -50%) rotate(0);
  transition: all 0.3s ease;
}
.contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-top .uagb-container-inner-blocks-wrap .wp-block-uagb-container .wp-block-uagb-advanced-heading h3 {
  text-align: center;
  font-size: 20px !important;
}
@media (max-width: 980px) {
  .contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-top .uagb-container-inner-blocks-wrap .wp-block-uagb-container .wp-block-uagb-advanced-heading h3 {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-top .uagb-container-inner-blocks-wrap .wp-block-uagb-container .wp-block-uagb-advanced-heading h3 {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-top .uagb-container-inner-blocks-wrap .wp-block-uagb-container .wp-block-uagb-advanced-heading h3 {
    padding: 0 50px 0 100px;
  }
}
@media (max-width: 400px) {
  .contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-top .uagb-container-inner-blocks-wrap .wp-block-uagb-container .wp-block-uagb-advanced-heading h3 {
    font-size: 16px !important;
  }
}
.contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom {
  padding: 0 16px;
  height: 0;
  opacity: 0;
  transition: all 0.3s linear;
}
.contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom.active {
  padding: 32px 16px;
  height: 100%;
  opacity: 1;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom.active {
    padding: 16px;
  }
}
.contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap {
  max-width: 788px;
}
.contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap .gform_wrapper .gform_heading {
  display: none;
}
.contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap .gform_wrapper form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap .gform_wrapper form .gform-body {
  width: 100%;
}
@media (min-width: 768px) {
  .contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap .gform_wrapper form .gform-body {
    width: calc((100%/4)*3 - 4px);
  }
}
.contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap .gform_wrapper form .gform-body .gform_fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px 8px;
}
.contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap .gform_wrapper form .gform-body .gform_fields .gfield {
  width: calc((100%/3) - (16px/3));
}
@media (max-width: 600px) {
  .contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap .gform_wrapper form .gform-body .gform_fields .gfield {
    width: calc(50% - 4px);
  }
}
@media (min-width: 601px) {
  .contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap .gform_wrapper form .gform-body .gform_fields .gfield:first-child, .contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap .gform_wrapper form .gform-body .gform_fields .gfield:nth-child(3), .contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap .gform_wrapper form .gform-body .gform_fields .gfield:nth-child(5) {
    order: -1;
  }
}
.contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap .gform_wrapper form .gform-body .gform_fields .gfield.gfield_error .ginput_container input, .contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap .gform_wrapper form .gform-body .gform_fields .gfield.gfield_error .ginput_container textarea, .contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap .gform_wrapper form .gform-body .gform_fields .gfield.gfield_error .ginput_container select {
  border: 1px solid #c02b0a !important;
}
.contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap .gform_wrapper form .gform-body .gform_fields .gfield .gfield_validation_message {
  display: none !important;
}
.contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container {
  height: 38px;
}
.contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input, .contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea, .contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select {
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #ececec !important;
  background-color: #ececec;
  font-size: 16px;
  font-weight: 400;
  height: 38px;
}
.contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input:focus, .contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input:active, .contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea:focus, .contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea:active, .contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select:focus, .contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select:active {
  outline: none !important;
  border: 1px solid #ececec !important;
}
.contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input::placeholder, .contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea::placeholder, .contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select::placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
.contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select {
  border: 1px solid #000 !important;
  background-color: #fff;
}
.contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select:focus, .contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select:active {
  border: 1px solid #000 !important;
}
.contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap .gform_wrapper form .gform_footer {
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap .gform_wrapper form .gform_footer {
    width: calc(100%/4 - 4px);
  }
}
.contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap .gform_wrapper form .gform_footer input {
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: #df3935;
  font-weight: 800;
  font-size: 16px;
  transition: background 0.3s ease;
}
.contact-popup .uagb-popup-builder__wrapper .uagb-popup-builder__container .contact-popup-bottom .uagb-container-inner-blocks-wrap .gform_wrapper form .gform_footer input:hover {
  background: #bb2f2c;
  transition: background 0.3s ease;
}
#main .home-hero {
  position: relative;
  height: calc(100vh - 80px);
  min-height: 700px;
  overflow: hidden !important;
}
@media (min-width: 981px) {
  #main .home-hero {
    height: 100vh;
    min-height: 890px;
  }
}
#main .home-hero:after {
  content: "";
  width: 120vw;
  height: 13px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/wp-content/uploads/2024/02/WaveBG.png) repeat-x center;
  background-size: 1500px;
  animation: 4s infinite cubic-bezier(0.57, 0.01, 0.41, 1.02) waveMove;
}
#main .home-hero .home-hero-carousel {
  padding: 0;
  position: absolute;
  top: 0;
  width: 33.33%;
  max-width: 310px;
  opacity: 0.5;
}
@media (min-width: 1280px) {
  #main .home-hero .home-hero-carousel {
    opacity: 0.75;
  }
}
#main .home-hero .home-hero-carousel-to-bottom {
  left: 0;
  animation: verticalToBottom 40s linear infinite;
}
@media (min-width: 981px) {
  #main .home-hero .home-hero-carousel-to-bottom {
    animation: verticalToBottomDesktop 40s linear infinite;
  }
}
#main .home-hero .home-hero-carousel-to-top {
  right: 0;
  animation: verticalToTop 40s linear infinite;
}
@media (min-width: 981px) {
  #main .home-hero .home-hero-carousel-to-top {
    animation: verticalToTopDesktop 40s linear infinite;
  }
}
#main .home-hero .home-hero-carousel .wp-block-uagb-image-gallery .spectra-image-gallery .spectra-image-gallery__media-wrapper .spectra-image-gallery__media {
  margin: 0 auto;
  height: 25vw;
  width: 85%;
}
@media (min-width: 981px) {
  #main .home-hero .home-hero-carousel .wp-block-uagb-image-gallery .spectra-image-gallery .spectra-image-gallery__media-wrapper .spectra-image-gallery__media {
    height: 15vw;
  }
}
#main .home-hero .home-hero-main-col {
  z-index: 1;
  max-width: 100%;
  gap: 32px;
}
@media (min-width: 981px) {
  #main .home-hero .home-hero-main-col {
    padding-top: 9.3vh;
  }
}
@media (max-width: 980px) {
  #main .home-hero .home-hero-main-col {
    padding-bottom: 60px;
  }
}
#main .home-hero .home-hero-main-col .home-hero-h1-wrap {
  font-size: clamp(60px, 5.5555555556vw, 80px) !important;
  color: #fff;
}
@media (max-width: 980px) {
  #main .home-hero .home-hero-main-col .home-hero-h1-wrap {
    font-size: 48px !important;
  }
}
@media (max-width: 767px) {
  #main .home-hero .home-hero-main-col .home-hero-h1-wrap {
    font-size: 32px !important;
  }
}
#main .home-hero .home-hero-main-col .home-hero-h1-wrap p, #main .home-hero .home-hero-main-col .home-hero-h1-wrap h1 {
  font-size: inherit;
  color: inherit;
}
#main .home-hero .home-hero-main-col .home-hero-h1-wrap .typing-text-wrap {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
}
#main .home-hero .home-hero-main-col .home-hero-h1-wrap .typing-text-wrap p {
  margin: 0 !important;
  font-weight: 900;
  line-height: 1;
  width: max-content;
}
#main .home-hero .home-hero-main-col .home-hero-h1-wrap .typing-text-wrap p.blink-caret {
  animation: blink-caret 1s infinite;
}
#main .home-hero .home-hero-main-col .home-hero-h1-wrap .home-hero-h1 {
  margin-top: 0;
}
#main .home-hero .home-hero-main-col .first-step-form {
  max-width: 630px;
}
#main .home-hero .home-hero-main-col .home-hero-desc-wrap {
  max-width: 600px;
}
#main .home-hero .home-hero-main-col .home-hero-desc-wrap p {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 1.75em;
  color: #fff;
}
#main .home-services-section {
  padding-top: clamp(70px, 7.9861111111vw, 115px);
  padding-bottom: clamp(70px, 7.9861111111vw, 115px);
  gap: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  #main .home-services-section {
    padding: 70px 32px;
  }
}
#main .home-services-section .pin-spacer {
  overflow: hidden !important;
}
#main .home-services-section .home-services-heading {
  margin-bottom: 70px;
}
@media (min-width: 981px) {
  #main .home-services-section .home-services-heading {
    margin-bottom: 99px;
  }
}
#main .home-services-section .home-services-scroller-bar {
  background-color: #23a1d3;
  border-radius: 2.5px;
  width: 5px;
  height: 0;
  position: fixed;
  right: 1%;
  top: 10px;
}
@media (min-width: 981px) {
  #main .home-services-section .home-services-scroller-bar {
    top: 144px;
  }
}
@media (max-width: 767px) {
  #main .home-services-section .home-services-scroller-bar {
    display: none;
  }
}
#main .home-services-section .home-services-row {
  gap: 70px;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  #main .home-services-section .home-services-row {
    flex-direction: column-reverse;
  }
}
@media (min-width: 981px) {
  #main .home-services-section .home-services-row {
    gap: 96px;
  }
}
#main .home-services-section .home-services-row .home-services-item {
  gap: 40px 3.3%;
}
#main .home-services-section .home-services-row .home-services-item.home-services-item-scroller {
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  gap: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}
@media (min-width: 981px) {
  #main .home-services-section .home-services-row .home-services-item.home-services-item-scroller {
    gap: 96px;
    right: calc(2.75% + 10px);
    width: calc(94.5% - 20px);
  }
}
@media (min-width: 768px) {
  #main .home-services-section .home-services-row .home-services-item.home-services-item-scroller .home-services-item-content {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  #main .home-services-section .home-services-row .home-services-item.home-services-item-scroller {
    display: none;
  }
}
@media (min-width: 981px) {
  #main .home-services-section .home-services-row .home-services-item {
    height: calc(100vh - 134px - 50px);
    width: 94.5%;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  #main .home-services-section .home-services-row .home-services-item {
    height: calc(100vh - 50px);
  }
}
@media (max-width: 767px) {
  #main .home-services-section .home-services-row .home-services-item {
    flex-direction: column;
  }
}
#main .home-services-section .home-services-row .home-services-item .home-services-item-video {
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #main .home-services-section .home-services-row .home-services-item .home-services-item-video {
    width: 50%;
    border-radius: 50px;
  }
}
#main .home-services-section .home-services-row .home-services-item .home-services-item-video video {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 480px) {
  #main .home-services-section .home-services-row .home-services-item .home-services-item-video video {
    aspect-ratio: 1;
  }
}
#main .home-services-section .home-services-row .home-services-item .home-services-item-content {
  height: 100%;
  justify-content: center;
  gap: 26px;
}
@media (min-width: 768px) {
  #main .home-services-section .home-services-row .home-services-item .home-services-item-content {
    width: 46.7%;
    padding-right: 3.5%;
    height: calc(100vh - 50px);
    opacity: 0;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  #main .home-services-section .home-services-row .home-services-item .home-services-item-content {
    height: calc(100vh - 134px - 50px);
  }
}
#main .home-services-section .home-services-row .home-services-item .home-services-item-content .wp-block-uagb-advanced-heading h3 {
  font-size: 40px !important;
  font-weight: 900;
}
@media (max-width: 980px) {
  #main .home-services-section .home-services-row .home-services-item .home-services-item-content .wp-block-uagb-advanced-heading h3 {
    font-size: 32px !important;
  }
}
@media (max-width: 767px) {
  #main .home-services-section .home-services-row .home-services-item .home-services-item-content .wp-block-uagb-advanced-heading h3 {
    font-size: 24px !important;
  }
}
@media (min-width: 981px) {
  #main .home-services-section .home-services-row .home-services-item .home-services-item-content .wp-block-uagb-buttons {
    padding-top: 7px;
  }
}
@media (max-width: 480px) {
  #main .home-services-section .home-services-row .home-services-item .home-services-item-content .wp-block-uagb-buttons {
    width: 100%;
  }
}
#main .home-services-section .home-services-row .home-services-item .home-services-item-content .wp-block-uagb-buttons .uagb-buttons__wrap {
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start;
}
@media (max-width: 480px) {
  #main .home-services-section .home-services-row .home-services-item .home-services-item-content .wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-button {
    width: 100%;
  }
}
#main .home-services-section .home-services-row .home-services-item .home-services-item-content .wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-button:nth-child(2) .uagb-button__wrapper a {
  background-color: #df3935;
}
#main .home-services-section .home-services-row .home-services-item .home-services-item-content .wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-button:nth-child(2) .uagb-button__wrapper a:hover {
  background-color: #bb2f2c;
}
#main .home-services-section .home-services-row .home-services-item .home-services-item-content .wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-button .uagb-button__wrapper a {
  padding: 9px 19px;
}
#main .home-bottom-section {
  padding-top: clamp(70px, 7.9591836735vw, 78px);
  padding-bottom: clamp(70px, 8.1632653061vw, 80px);
  gap: 0;
}
#content .service-hero-section {
  padding-bottom: clamp(70px, 6.6666666667vw, 96px);
  gap: 0;
  padding-left: 32px;
  padding-right: 32px;
}
@media (min-width: 981px) {
  #content .service-hero-section {
    padding-top: 134.5px;
  }
}
#content .service-hero-section .service-hero-row {
  gap: 40px 3.3%;
}
@media (min-width: 981px) {
  #content .service-hero-section .service-hero-row {
    width: 94.4%;
  }
}
#content .service-hero-section .service-hero-row > p:empty {
  display: none;
}
#content .service-hero-section .service-hero-row .service-hero-video {
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
  max-height: 700px;
}
@media (min-width: 768px) {
  #content .service-hero-section .service-hero-row .service-hero-video {
    width: 50%;
    border-radius: 50px;
  }
}
@media (min-width: 981px) {
  #content .service-hero-section .service-hero-row .service-hero-video {
    height: calc(100vh - 134px - 50px);
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  #content .service-hero-section .service-hero-row .service-hero-video {
    height: calc(100vh - 80px - 50px);
  }
}
#content .service-hero-section .service-hero-row .service-hero-video video {
  height: 100%;
  object-fit: cover;
}
#content .service-hero-section .service-hero-row .service-hero-content {
  height: 100%;
  justify-content: center;
  gap: 31px;
}
@media (min-width: 768px) {
  #content .service-hero-section .service-hero-row .service-hero-content {
    width: 46.7%;
  }
}
#content .service-hero-section .service-hero-row .service-hero-content h1.service-hero-title {
  font-size: clamp(48px, 4.4444444444vw, 64px) !important;
}
@media (max-width: 980px) {
  #content .service-hero-section .service-hero-row .service-hero-content h1.service-hero-title {
    font-size: 40px !important;
  }
}
@media (max-width: 767px) {
  #content .service-hero-section .service-hero-row .service-hero-content h1.service-hero-title {
    font-size: 32px !important;
  }
}
#content .service-hero-section .service-hero-row .service-hero-content .service-hero-form {
  text-align: left;
  max-width: 791px;
}
@media (max-width: 900px) {
  #content .service-hero-section .service-hero-row .service-hero-content .service-hero-form .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-html) {
    width: 100%;
  }
}
#content .service-hero-section .service-hero-row .service-hero-content .service-hero-form .gform_wrapper form .gform-body .gform_fields .gfield h2, #content .service-hero-section .service-hero-row .service-hero-content .service-hero-form .gform_wrapper form .gform-body .gform_fields .gfield p {
  text-align: left;
}
#content .about-main-section {
  overflow: hidden;
  padding-top: clamp(70px, 6.25vw, 80px);
  padding-bottom: clamp(70px, 6.25vw, 80px);
  gap: 50px;
}
@media (min-width: 981px) {
  #content .about-main-section {
    gap: 80px;
  }
}
#content .about-main-section .about-gallery {
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}
#content .about-main-section .about-gallery-scroll-right {
  transform: translateX(-25vw);
}
#content .about-main-section .about-gallery .spectra-image-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
}
@media (min-width: 981px) {
  #content .about-main-section .about-gallery .spectra-image-gallery {
    gap: 32px;
  }
}
@media (max-width: 980px) and (min-width: 480px) {
  #content .about-main-section .about-gallery .spectra-image-gallery {
    gap: 24px;
  }
}
#content .about-main-section .about-gallery .spectra-image-gallery .spectra-image-gallery__media-wrapper {
  width: 50%;
  min-width: 50%;
}
@media (min-width: 981px) {
  #content .about-main-section .about-gallery .spectra-image-gallery .spectra-image-gallery__media-wrapper {
    width: 24%;
    min-width: 24%;
  }
}
@media (max-width: 980px) and (min-width: 480px) {
  #content .about-main-section .about-gallery .spectra-image-gallery .spectra-image-gallery__media-wrapper {
    width: 30%;
    min-width: 30%;
  }
}
#content .about-main-section .about-gallery .spectra-image-gallery .spectra-image-gallery__media-wrapper .spectra-image-gallery__media {
  margin: 0 auto;
  border-radius: 20px 20px 20px 0;
  overflow: hidden;
  aspect-ratio: 1.5625;
}
#content .about-counters-row {
  max-width: 1200px;
  gap: 50px 32px;
}
@media (min-width: 981px) {
  #content .about-counters-row {
    gap: 50px 5.3%;
  }
}
#content .about-counters-row .about-counters-col {
  margin: 0;
  flex-basis: 100% !important;
  display: flex;
  flex-direction: column;
  gap: 31px;
  padding-left: 22px;
  padding-right: 22px;
}
@media (min-width: 981px) {
  #content .about-counters-row .about-counters-col {
    flex-basis: 214px !important;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  #content .about-counters-row .about-counters-col {
    flex-basis: 160px !important;
  }
}
#content .about-counters-row .about-counters-col .about-counter {
  margin: 0;
}
#content .about-counters-row .about-counters-col .about-counter .wp-block-uagb-counter__number {
  margin-bottom: 12px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
#content .about-counters-row .about-counters-col .about-counter .wp-block-uagb-counter__number .uagb-counter-block-number {
  font-size: 64px !important;
}
@media (max-width: 980px) {
  #content .about-counters-row .about-counters-col .about-counter .wp-block-uagb-counter__number .uagb-counter-block-number {
    font-size: 64px !important;
  }
}
@media (max-width: 767px) {
  #content .about-counters-row .about-counters-col .about-counter .wp-block-uagb-counter__number .uagb-counter-block-number {
    font-size: 48px !important;
  }
}
#content .about-counters-row .about-counters-col .about-counter .wp-block-uagb-counter__number .uagb-counter-block-suffix {
  font-size: 32px !important;
}
@media (max-width: 980px) {
  #content .about-counters-row .about-counters-col .about-counter .wp-block-uagb-counter__number .uagb-counter-block-suffix {
    font-size: 32px !important;
  }
}
@media (max-width: 767px) {
  #content .about-counters-row .about-counters-col .about-counter .wp-block-uagb-counter__number .uagb-counter-block-suffix {
    font-size: 20px !important;
  }
}
#content .about-counters-row .about-counters-col .about-counter .wp-block-uagb-counter__title {
  margin: 0;
  padding: 11px 36px;
  font-size: 20.8px !important;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  color: #23a1d3;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 980px) {
  #content .about-counters-row .about-counters-col .about-counter .wp-block-uagb-counter__title {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  #content .about-counters-row .about-counters-col .about-counter .wp-block-uagb-counter__title {
    font-size: 16px !important;
  }
}
#content .about-counters-row .about-counters-content {
  margin: 0;
  flex-basis: 100%;
  color: #fff;
}
@media (min-width: 981px) {
  #content .about-counters-row .about-counters-content {
    flex-basis: calc(100% - 10.6% - 428px) !important;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  #content .about-counters-row .about-counters-content {
    flex-basis: calc(100% - 64px - 360px) !important;
  }
}
@media (max-width: 767px) {
  #content .about-counters-row .about-counters-content {
    padding: 0 22px;
  }
}
#content .about-counters-row .about-counters-content h2 {
  margin-bottom: 31px;
  color: #fff;
  font-size: clamp(48px, 4.4444444444vw, 64px) !important;
  line-height: 1;
}
@media (max-width: 980px) {
  #content .about-counters-row .about-counters-content h2 {
    font-size: 32px !important;
  }
}
@media (max-width: 767px) {
  #content .about-counters-row .about-counters-content h2 {
    font-size: 24px !important;
  }
}
#content .row-2col {
  max-width: 1200px;
  gap: 50px 5.3%;
  padding-left: 22px;
  padding-right: 22px;
}
@media (max-width: 767px) {
  #content .row-2col-reverse .col-2-2 {
    order: -1;
  }
}
#content .row-2col .row-2col-col {
  margin: 0;
  color: #fff;
}
#content .row-2col .row-2col-col h2 {
  margin-bottom: 31px;
  color: #fff;
  font-size: clamp(48px, 4.4444444444vw, 64px) !important;
  line-height: 1;
}
@media (max-width: 980px) {
  #content .row-2col .row-2col-col h2 {
    font-size: 32px !important;
  }
}
@media (max-width: 767px) {
  #content .row-2col .row-2col-col h2 {
    font-size: 24px !important;
  }
}
#content .row-2col .row-2col-col figure {
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  #content .row-2col .row-2col-col figure {
    padding-bottom: 60%;
  }
}
#content .row-2col .row-2col-col figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#content .careers-section {
  padding-left: 32px;
  padding-right: 32px;
}
#content .careers-section .careers-top-row {
  color: #fff;
}
#content .careers-section .careers-top-row h2 {
  margin-bottom: 32px;
  font-size: clamp(48px, 4.1111111111vw, 59.2px) !important;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}
@media (max-width: 980px) {
  #content .careers-section .careers-top-row h2 {
    font-size: 32px !important;
  }
}
@media (max-width: 767px) {
  #content .careers-section .careers-top-row h2 {
    font-size: 24px !important;
  }
}
#content .careers-section .careers-bottom-row {
  gap: 50px 5.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  #content .careers-section .careers-bottom-row {
    flex-direction: row;
    align-items: flex-start;
  }
}
#content .careers-section .careers-bottom-row .careers-bottom-row-col {
  margin: 0;
  flex-basis: unset !important;
  width: 100%;
}
@media (min-width: 768px) {
  #content .careers-section .careers-bottom-row .careers-bottom-row-col {
    width: calc(50% - 2.65%);
  }
}
#content .careers-section .careers-bottom-row .careers-bottom-row-col.col-1-2 {
  padding: 32px;
  border-radius: 20px 20px 20px 0;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 981px) {
  #content .careers-section .careers-bottom-row .careers-bottom-row-col.col-1-2 {
    padding: 50px 32px 40px;
  }
}
#content .careers-section .careers-bottom-row .careers-bottom-row-col.col-1-2 p {
  color: #333;
  text-align: center;
}
#content .careers-section .careers-bottom-row .careers-bottom-row-col.col-1-2 p.careers-testimonial-title {
  margin-bottom: 18px;
  font-family: "Vollkorn", serif;
  font-size: 28px !important;
  line-height: 1.1;
}
@media (max-width: 980px) {
  #content .careers-section .careers-bottom-row .careers-bottom-row-col.col-1-2 p.careers-testimonial-title {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  #content .careers-section .careers-bottom-row .careers-bottom-row-col.col-1-2 p.careers-testimonial-title {
    font-size: 18px !important;
  }
}
#content .careers-section .careers-bottom-row .careers-bottom-row-col.col-1-2 p.careers-testimonial-text {
  margin-bottom: 28px;
}
#content .careers-section .careers-bottom-row .careers-bottom-row-col.col-1-2 p.careers-testimonial-author {
  font-family: "Vollkorn", serif;
  font-size: 18.4px !important;
  color: #1a1a1a;
}
@media (max-width: 980px) {
  #content .careers-section .careers-bottom-row .careers-bottom-row-col.col-1-2 p.careers-testimonial-author {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  #content .careers-section .careers-bottom-row .careers-bottom-row-col.col-1-2 p.careers-testimonial-author {
    font-size: 16px !important;
  }
}
#content .careers-section .careers-bottom-row .careers-bottom-row-col.col-2-2 .job-item {
  margin: 0;
  line-height: 1;
  border-bottom: 1px solid #fff;
  width: 100%;
}
#content .careers-section .careers-bottom-row .careers-bottom-row-col.col-2-2 .job-item:first-child {
  border-top: 1px solid #fff;
}
#content .careers-section .careers-bottom-row .careers-bottom-row-col.col-2-2 .job-item a {
  display: inline-block;
  padding: 18px 0;
  width: 100%;
  font-size: 32px !important;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 980px) {
  #content .careers-section .careers-bottom-row .careers-bottom-row-col.col-2-2 .job-item a {
    font-size: 26px !important;
  }
}
@media (max-width: 767px) {
  #content .careers-section .careers-bottom-row .careers-bottom-row-col.col-2-2 .job-item a {
    font-size: 20px !important;
  }
}
#content .careers-section .careers-bottom-row .careers-bottom-row-col.col-2-2 .job-item a:hover {
  color: #0082f3;
}
#content .contact-section {
  padding: 80px 10px;
}
@media (max-width: 767px) {
  #content .contact-section {
    padding: 70px 32px;
  }
}
#content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap {
  padding: 80px;
}
@media (max-width: 767px) {
  #content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap {
    padding: 32px;
  }
}
#content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper {
  padding: 64px;
  background-color: #fff;
}
@media (max-width: 767px) {
  #content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper {
    padding: 32px;
  }
}
#content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper .gform_heading {
  display: none;
}
#content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}
#content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body {
  width: 100%;
}
#content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px 10px;
}
@media (min-width: 981px) {
  #content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields {
    gap: 20px 10px;
  }
}
#content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield {
  width: 100%;
}
@media (min-width: 500px) {
  #content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield.first-name, #content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield.last-name, #content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield.phone, #content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield.zip, #content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield.date, #content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield.time {
    width: calc(50% - 5px);
  }
}
#content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox .gchoice {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 7px;
}
#content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox .gchoice input[type=checkbox] {
  height: 20px;
}
#content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox .gchoice label {
  font-size: 14px;
  line-height: 1.25;
}
#content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield h2 {
  margin-bottom: 9px;
  font-size: 24px !important;
}
@media (max-width: 980px) {
  #content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield h2 {
    font-size: 21px !important;
  }
}
@media (max-width: 767px) {
  #content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield h2 {
    font-size: 18px !important;
  }
}
#content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield p {
  margin: 0 0 17px;
  line-height: 1.75em;
}
@media (min-width: 981px) {
  #content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield p {
    margin: 0 0 11px;
  }
}
#content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield.gfield_error .ginput_container input, #content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield.gfield_error .ginput_container textarea, #content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield.gfield_error .ginput_container select {
  border: 1px solid #c02b0a !important;
}
#content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield .gfield_validation_message {
  display: none !important;
}
#content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input, #content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea, #content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select {
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #ececec !important;
  background-color: #ececec;
  font-size: 16px;
  font-weight: 400;
  height: 38px;
}
#content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input:focus, #content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input:active, #content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea:focus, #content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea:active, #content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select:focus, #content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select:active {
  outline: none !important;
  border: 1px solid #ececec !important;
}
#content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input::placeholder, #content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea::placeholder, #content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select::placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
#content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea {
  height: 50px;
}
#content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input:not([type=checkbox]) {
  width: 100%;
}
#content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select {
  border: 1px solid #000 !important;
  background-color: #fff;
}
#content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select:focus, #content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select:active {
  border: 1px solid #000 !important;
}
#content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform_footer {
  padding: 0;
  margin: 0;
  width: 100%;
}
#content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform_footer input {
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #df3935;
  font-weight: 600;
  font-size: 20px !important;
  line-height: 1 !important;
  transition: background 0.3s ease;
  white-space: normal;
}
@media (max-width: 980px) {
  #content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform_footer input {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  #content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform_footer input {
    font-size: 16px !important;
  }
}
#content .contact-section .uagb-container-inner-blocks-wrap .contact-form-wrap .gform_wrapper form .gform_footer input:hover {
  background: #bb2f2c;
  transition: background 0.3s ease;
}
.first-step-form {
  padding: 35px;
  background: #fff;
  border-radius: 50px 50px 50px 0;
  overflow: hidden;
}
.first-step-form .gform_wrapper .gform_heading {
  display: none;
}
.first-step-form .gform_wrapper form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}
.first-step-form .gform_wrapper form .gform-body {
  width: 100%;
}
.first-step-form .gform_wrapper form .gform-body .gform_fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px 10px;
}
.first-step-form .gform_wrapper form .gform-body .gform_fields .gfield {
  width: 100%;
}
@media (min-width: 500px) {
  .first-step-form .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-html) {
    width: calc(50% - 5px);
  }
}
.first-step-form .gform_wrapper form .gform-body .gform_fields .gfield h2 {
  margin-bottom: 9px;
  font-size: 24px !important;
  text-align: center;
}
@media (max-width: 980px) {
  .first-step-form .gform_wrapper form .gform-body .gform_fields .gfield h2 {
    font-size: 21px !important;
  }
}
@media (max-width: 767px) {
  .first-step-form .gform_wrapper form .gform-body .gform_fields .gfield h2 {
    font-size: 18px !important;
  }
}
.first-step-form .gform_wrapper form .gform-body .gform_fields .gfield p {
  margin: 0 0 17px;
  text-align: center;
  line-height: 1.75em;
}
.first-step-form .gform_wrapper form .gform-body .gform_fields .gfield.gfield_error .ginput_container input, .first-step-form .gform_wrapper form .gform-body .gform_fields .gfield.gfield_error .ginput_container textarea, .first-step-form .gform_wrapper form .gform-body .gform_fields .gfield.gfield_error .ginput_container select {
  border: 1px solid #c02b0a !important;
}
.first-step-form .gform_wrapper form .gform-body .gform_fields .gfield .gfield_validation_message {
  display: none !important;
}
.first-step-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container {
  height: 38px;
}
.first-step-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input, .first-step-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea, .first-step-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select {
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #ececec !important;
  background-color: #ececec;
  font-size: 16px;
  font-weight: 400;
  height: 38px;
}
.first-step-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input:focus, .first-step-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input:active, .first-step-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea:focus, .first-step-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea:active, .first-step-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select:focus, .first-step-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select:active {
  outline: none !important;
  border: 1px solid #ececec !important;
}
.first-step-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input::placeholder, .first-step-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea::placeholder, .first-step-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select::placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
.first-step-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input:not([type=checkbox]) {
  width: 100%;
}
.first-step-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select {
  border: 1px solid #000 !important;
  background-color: #fff;
}
.first-step-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select:focus, .first-step-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select:active {
  border: 1px solid #000 !important;
}
.first-step-form .gform_wrapper form .gform_footer {
  padding: 0;
  margin: 0;
  width: 100%;
}
.first-step-form .gform_wrapper form .gform_footer input {
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #df3935;
  font-weight: 600;
  font-size: 20px !important;
  line-height: 1 !important;
  transition: background 0.3s ease;
  white-space: normal;
}
@media (max-width: 980px) {
  .first-step-form .gform_wrapper form .gform_footer input {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .first-step-form .gform_wrapper form .gform_footer input {
    font-size: 16px !important;
  }
}
.first-step-form .gform_wrapper form .gform_footer input:hover {
  background: #bb2f2c;
  transition: background 0.3s ease;
}
@media (max-width: 900px) {
  .first-step-form.single-sidebar-form .gform_wrapper form .gform-body .gform_fields .gfield:not(.gfield--type-html) {
    width: 100%;
  }
}
.first-step-form.single-sidebar-form .gform_wrapper form .gform-body .gform_fields .gfield h2, .first-step-form.single-sidebar-form .gform_wrapper form .gform-body .gform_fields .gfield p {
  text-align: left;
}
#main .home-video-section {
  padding: 70px 10px;
  gap: 70px;
}
@media (min-width: 768px) {
  #main .home-video-section {
    padding: 32px;
    gap: 0;
  }
}
@media (max-width: 767px) {
  #main .home-video-section {
    padding: 70px 32px;
  }
}
@media (min-width: 981px) {
  #main .home-video-section .home-video-row {
    height: calc(100vh - 134px - 50px);
    position: sticky;
    top: 134.5px;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  #main .home-video-section .home-video-row {
    height: calc(100vh - 50px);
    position: sticky;
    top: 0;
  }
}
#main .home-video-section .home-video-row .home-video {
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
}
#main .home-video-section .home-video-row .home-video:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #main .home-video-section .home-video-row .home-video:before {
    opacity: 0;
    display: none;
  }
}
@media (min-width: 768px) {
  #main .home-video-section .home-video-row .home-video {
    transform: scale(0.6);
  }
}
#main .home-video-section .home-video-row .home-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  #main .home-video-section .home-video-row .home-video video {
    aspect-ratio: 1;
  }
}
#main .home-video-section .home-video-row .home-video a.fancybox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#main .home-video-section .home-video-row .home-video a.fancybox:before {
  content: "";
  background: url(/wp-content/uploads/2024/03/play-black.png) no-repeat center, #fff;
  background-size: 26px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 981px) {
  #main .home-video-section .home-video-row .home-video a.fancybox:before {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  #main .home-video-section .home-video-row .home-video a.fancybox:before {
    width: 80px;
    height: 80px;
  }
}
#main .home-video-section .home-video-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  pointer-events: none;
}
@media (min-width: 981px) {
  #main .home-video-section .home-video-content {
    padding-bottom: 32px;
    height: calc(100vh - 134px - 50px);
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  #main .home-video-section .home-video-content {
    padding-bottom: 32px;
    height: calc(100vh - 50px);
  }
}
#main .home-video-section .home-video-content .home-video-content-heading {
  margin-bottom: 23px;
}
@media (min-width: 768px) {
  #main .home-video-section .home-video-content .home-video-content-heading {
    max-width: 90%;
  }
}
#main .home-video-section .home-video-content .home-video-content-heading h2 {
  font-size: clamp(48px, 4.1111111111vw, 59.2px) !important;
  color: #000;
  font-weight: 900;
}
@media (max-width: 980px) {
  #main .home-video-section .home-video-content .home-video-content-heading h2 {
    font-size: 32px !important;
  }
}
@media (max-width: 767px) {
  #main .home-video-section .home-video-content .home-video-content-heading h2 {
    font-size: 24px !important;
  }
}
@media (min-width: 768px) {
  #main .home-video-section .home-video-content .home-video-content-heading h2 {
    color: #fff;
  }
}
#main .home-video-section .home-video-content p {
  margin: 0 auto 32px;
  color: #000 !important;
}
@media (min-width: 768px) {
  #main .home-video-section .home-video-content p {
    color: #fff !important;
    max-width: 90%;
  }
}
#main .home-video-section .home-video-content .home-video-content-buttons {
  margin: 0 auto;
}
@media (min-width: 768px) {
  #main .home-video-section .home-video-content .home-video-content-buttons {
    max-width: 90%;
  }
}
#main .home-video-section .home-video-content .home-video-content-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child .uagb-button__wrapper a {
  padding: 9px 19px;
  pointer-events: auto;
}
#content .reviews-wrap {
  padding: clamp(70px, 5.5555555556vw, 80px) 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}
@media (min-width: 981px) {
  #content .reviews-wrap {
    gap: 32px;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  #content .reviews-wrap {
    gap: 24px;
  }
}
#content .reviews-wrap .reviews-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
}
@media (min-width: 981px) {
  #content .reviews-wrap .reviews-row {
    gap: 32px;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  #content .reviews-wrap .reviews-row {
    gap: 24px;
  }
}
#content .reviews-wrap .reviews-row-top {
  transform: translateX(-50vw);
}
@media (min-width: 981px) {
  #content .reviews-wrap .reviews-row-top {
    transform: translateX(-30vw);
  }
}
#content .reviews-wrap .reviews-row-bottom {
  flex-direction: row-reverse;
}
#content .reviews-wrap .reviews-row .reviews-item {
  margin: 0;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  background-color: #fff;
  border-radius: 20px 20px 20px 0;
  overflow: hidden;
  text-align: center;
  width: 70vw;
}
@media (min-width: 1281px) {
  #content .reviews-wrap .reviews-row .reviews-item {
    padding: 32px;
    width: 24vw;
  }
}
@media (min-width: 980px) and (max-width: 1280px) {
  #content .reviews-wrap .reviews-row .reviews-item {
    padding: 32px;
    width: 30vw;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  #content .reviews-wrap .reviews-row .reviews-item {
    padding: 24px;
    width: 50vw;
  }
}
#content .reviews-wrap .reviews-row .reviews-item .reviews-item-stars {
  font-size: 0;
  line-height: 1;
}
#content .reviews-wrap .reviews-row .reviews-item .reviews-item-stars img {
  max-width: 90px;
}
#content .reviews-wrap .reviews-row .reviews-item .reviews-item-title h4 {
  margin-bottom: 0;
  font-family: "Vollkorn", serif;
  font-weight: 400;
  font-size: 28px !important;
  color: #333;
}
@media (max-width: 980px) {
  #content .reviews-wrap .reviews-row .reviews-item .reviews-item-title h4 {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  #content .reviews-wrap .reviews-row .reviews-item .reviews-item-title h4 {
    font-size: 20px !important;
  }
}
#content .reviews-wrap .reviews-row .reviews-item .reviews-item-text {
  margin-bottom: 15px;
}
#content .reviews-wrap .reviews-row .reviews-item .reviews-item-text p {
  color: #333;
}
#content .reviews-wrap .reviews-row .reviews-item .reviews-item-text p:last-child {
  margin-bottom: 0;
}
#content .reviews-wrap .reviews-row .reviews-item .reviews-item-author p {
  font-family: "Vollkorn", serif;
  font-weight: 400;
  line-height: 1;
  font-size: 18.4px !important;
  color: #1a1a1a;
}
@media (max-width: 980px) {
  #content .reviews-wrap .reviews-row .reviews-item .reviews-item-author p {
    font-size: 18.4px !important;
  }
}
@media (max-width: 767px) {
  #content .reviews-wrap .reviews-row .reviews-item .reviews-item-author p {
    font-size: 16px !important;
  }
}
#content .reviews-wrap .reviews-row .reviews-item .reviews-item-author p:last-child {
  margin-bottom: 0;
}
#content .reviews-wrap .reviews-row .reviews-item .reviews-item-service p {
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  color: #333;
}
#content .reviews-wrap .reviews-row .reviews-item .reviews-item-service p:last-child {
  margin-bottom: 0;
}
#content .location-list-row {
  margin: 0;
  padding: 10px;
  width: calc(100vw - 20px);
}
@media (min-width: 981px) {
  #content .location-list-row {
    padding: 80px;
    margin: 0 70px;
    width: calc(100vw - 160px);
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  #content .location-list-row {
    padding: 32px;
    margin: 0 22px;
    width: calc(100vw - 64px);
  }
}
@media (max-width: 767px) {
  #content .location-list-row {
    padding: 32px;
    margin: 0 22px;
    width: calc(100vw - 64px);
  }
}
#content .location-list-row .location-list-col {
  padding: 32px 10px;
  width: 100%;
  gap: 32px;
}
@media (min-width: 981px) {
  #content .location-list-row .location-list-col {
    padding: 62px;
    gap: 64px;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  #content .location-list-row .location-list-col {
    padding: 32px;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  #content .location-list-row .location-list-col {
    padding: 32px 24px;
  }
}
#content .location-list-row .location-list-col .location-list-heading {
  max-width: 700px;
}
#content .location-list-row .location-list-col p:empty {
  display: none;
}
#content .location-list-row .location-list-col > p {
  color: #333;
}
@media (min-width: 981px) {
  #content .location-list-row .location-list-col > p {
    text-align: start;
  }
}
#content .location-list-row .location-list-col ul.location-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 914px;
  gap: 0 5%;
}
#content .location-list-row .location-list-col ul.location-list li.location-list-item {
  width: 100%;
  text-align: center;
  color: #333;
}
@media (min-width: 1151px) {
  #content .location-list-row .location-list-col ul.location-list li.location-list-item {
    width: 21.25%;
  }
}
@media (min-width: 480px) and (max-width: 1150px) {
  #content .location-list-row .location-list-col ul.location-list li.location-list-item {
    width: 47.5%;
  }
}
#content .location-list-row .location-list-col ul.location-list li.location-list-item a {
  color: inherit;
}
#content .location-list-row .location-list-col ul.location-list li.location-list-item a:hover {
  color: #bb2f2c;
}
#content .location-list-row .location-list-col .wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child .uagb-button__wrapper a {
  padding: 9px 19px;
  background-color: #df3935;
}
#content .location-list-row .location-list-col .wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child .uagb-button__wrapper a:hover {
  background-color: #bb2f2c;
}
#content .resources-section {
  padding-top: clamp(70px, 6.09375vw, 78px);
  padding-bottom: clamp(70px, 6.25vw, 80px);
  padding-left: 32px;
  padding-right: 32px;
}
#content .resources-section.resources-single {
  padding: 0;
  padding-left: 32px;
  padding-right: 32px;
}
#content .resources-section .uagb-container-inner-blocks-wrap {
  gap: 67px;
}
#content .resources-section .uagb-container-inner-blocks-wrap .resources-listing {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  row-gap: 24px;
  column-gap: 24px;
}
@media only screen and (max-width: 976px) {
  #content .resources-section .uagb-container-inner-blocks-wrap .resources-listing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 24px;
    column-gap: 10px;
  }
}
@media (max-width: 480px) {
  #content .resources-section .uagb-container-inner-blocks-wrap .resources-listing {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 48px;
  }
}
#content .resources-section .uagb-container-inner-blocks-wrap .resources-listing article .uagb-post__image {
  padding-bottom: 17px;
}
#content .resources-section .uagb-container-inner-blocks-wrap .resources-listing article .uagb-post__image a {
  padding-bottom: 100%;
  border-radius: 25px;
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
}
#content .resources-section .uagb-container-inner-blocks-wrap .resources-listing article .uagb-post__image a img {
  object-fit: cover;
  position: absolute;
  height: 100%;
}
#content .resources-section .uagb-container-inner-blocks-wrap .resources-listing article h4.uagb-post__title {
  margin-top: 0;
  margin-bottom: 0;
  word-break: break-word;
  padding-bottom: 4px;
  font-weight: 500;
  line-height: 1.25;
}
#content .resources-section .uagb-container-inner-blocks-wrap .resources-listing article h4.uagb-post__title.color-black {
  color: #000;
}
#content .resources-section .uagb-container-inner-blocks-wrap .resources-listing article .uagb-post__text:not(.uagb-post__title, .uagb-post-grid-byline, .uagb-post__cta) {
  margin-bottom: 14px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px 7px;
}
#content .resources-section .uagb-container-inner-blocks-wrap .resources-listing article .uagb-post__text:not(.uagb-post__title, .uagb-post-grid-byline, .uagb-post__cta) .uagb-post__taxonomy {
  margin: 0;
  line-height: 1.2;
  color: #23a1d3;
}
#content .resources-section .uagb-container-inner-blocks-wrap .resources-listing article .uagb-post__text:not(.uagb-post__title, .uagb-post-grid-byline, .uagb-post__cta) .uagb-post__taxonomy a {
  font-weight: 500;
  font-size: 12px;
  color: inherit;
}
#content .resources-section .uagb-container-inner-blocks-wrap .resources-listing article .uagb-post__text:not(.uagb-post__title, .uagb-post-grid-byline, .uagb-post__cta) .uagb-post__taxonomy a:hover {
  color: inherit;
}
#content .resources-section .uagb-container-inner-blocks-wrap .resources-listing article .uagb-post-grid-byline {
  padding-bottom: 17px;
}
#content .resources-section .uagb-container-inner-blocks-wrap .resources-listing article .uagb-post__cta a {
  font-size: 14px;
  padding: 6px 16px;
  color: #df3935;
  background: #fff;
}
#content .resources-section .uagb-container-inner-blocks-wrap .alm-btn-wrap {
  margin-top: 70px;
  text-align: center;
}
@media (min-width: 981px) {
  #content .resources-section .uagb-container-inner-blocks-wrap .alm-btn-wrap {
    margin-top: 84px;
  }
}
#content .resources-section .uagb-container-inner-blocks-wrap .alm-btn-wrap .alm-load-more-btn {
  padding: 9px 19px;
  background-color: #df3935;
}
#content .resources-section .uagb-container-inner-blocks-wrap .alm-btn-wrap .alm-load-more-btn.done {
  opacity: 0.7;
}
#content .resources-section .uagb-container-inner-blocks-wrap .resources-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child .uagb-button__wrapper a {
  padding: 9px 19px;
}
#content .resources-section .uagb-container-inner-blocks-wrap .resources-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child .uagb-button__wrapper a:hover {
  background-color: #bb2f2c;
}
#main .single-page-hero {
  position: relative;
  overflow: hidden;
  padding-left: 32px;
  padding-right: 32px;
}
@media (min-width: 981px) {
  #main .single-page-hero {
    margin-top: 134.5px;
  }
}
#main .single-page-hero:after {
  content: "";
  width: 120vw;
  height: 13px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/wp-content/uploads/2024/02/WaveBG.png) repeat-x center;
  background-size: 1500px;
  animation: 4s infinite cubic-bezier(0.57, 0.01, 0.41, 1.02) waveMove;
}
#main .single-page-hero .uagb-container-inner-blocks-wrap .wp-block-uagb-advanced-heading h1 {
  font-size: clamp(55px, 4.4444444444vw, 64px) !important;
}
@media (max-width: 980px) {
  #main .single-page-hero .uagb-container-inner-blocks-wrap .wp-block-uagb-advanced-heading h1 {
    font-size: 48px !important;
  }
}
@media (max-width: 767px) {
  #main .single-page-hero .uagb-container-inner-blocks-wrap .wp-block-uagb-advanced-heading h1 {
    font-size: 32px !important;
  }
}
#main .single-page-hero .uagb-container-inner-blocks-wrap p {
  margin: 0;
  color: #333;
}
#main .single-page-hero .uagb-container-inner-blocks-wrap .wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child .uagb-button__wrapper a {
  padding: 9px 19px;
  background-color: #df3935;
}
#main .single-page-hero .uagb-container-inner-blocks-wrap .wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child .uagb-button__wrapper a:hover {
  background-color: #bb2f2c;
}
@media (min-width: 981px) {
  #main .single-page-hero.careers-hero {
    padding-bottom: 80px;
  }
}
#main .single-page-hero.careers-hero:after {
  display: none;
}
#main .single-page-hero.careers-hero .uagb-container-inner-blocks-wrap {
  max-width: none;
}
#main .single-page-hero.careers-hero .uagb-container-inner-blocks-wrap > *:not(figure) {
  max-width: 1200px;
}
#main .single-page-hero.careers-hero .uagb-container-inner-blocks-wrap figure {
  position: relative;
  padding-bottom: 50%;
  border-radius: 25px;
  overflow: hidden;
}
@media (min-width: 981px) {
  #main .single-page-hero.careers-hero .uagb-container-inner-blocks-wrap figure {
    margin-top: 32px;
    max-width: calc(100% - 96px);
  }
}
#main .single-page-hero.careers-hero .uagb-container-inner-blocks-wrap figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#content .benefits-section {
  padding-left: 32px;
  padding-right: 32px;
}
#content .benefits-section .uagb-container-inner-blocks-wrap .benefits-list .uagb-icon-list__wrap {
  justify-content: space-between;
  gap: 30px 1%;
}
@media (max-width: 767px) {
  #content .benefits-section .uagb-container-inner-blocks-wrap .benefits-list .uagb-icon-list__wrap {
    flex-direction: column;
  }
}
#content .benefits-section .uagb-container-inner-blocks-wrap .benefits-list .uagb-icon-list__wrap .benefits-item {
  margin: 0;
}
#content .benefits-section .uagb-container-inner-blocks-wrap .benefits-list .uagb-icon-list__wrap .benefits-item .uagb-icon-list__source-wrap {
  margin-right: 16px;
}
#content .benefits-section .uagb-container-inner-blocks-wrap .benefits-list .uagb-icon-list__wrap .benefits-item .uagb-icon-list__label {
  color: #333;
}
#content .benefits-section .uagb-container-inner-blocks-wrap .benefits-list .uagb-icon-list__wrap .benefits-item .uagb-icon-list__label strong {
  display: inline-block;
  margin-bottom: 7px;
  color: #1a1a1a;
  font-size: clamp(20px, 1.6666666667vw, 24px) !important;
}
@media (max-width: 980px) {
  #content .benefits-section .uagb-container-inner-blocks-wrap .benefits-list .uagb-icon-list__wrap .benefits-item .uagb-icon-list__label strong {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  #content .benefits-section .uagb-container-inner-blocks-wrap .benefits-list .uagb-icon-list__wrap .benefits-item .uagb-icon-list__label strong {
    font-size: 18px !important;
  }
}
#content .service-main-section {
  padding-top: clamp(70px, 6.09375vw, 78px);
  padding-bottom: 24px;
}
@media (min-width: 981px) {
  #content .service-main-section {
    padding-bottom: 80px;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  #content .service-main-section {
    padding-bottom: 32px;
  }
}
#content .single-main-section {
  padding-top: clamp(50px, 6.09375vw, 78px);
  padding-bottom: 24px;
  gap: 70px;
}
@media (min-width: 981px) {
  #content .single-main-section {
    margin-top: 134.5px;
    padding-bottom: 80px;
    gap: 79px;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  #content .single-main-section {
    padding-bottom: 32px;
  }
}
#content .location-single-main-section {
  padding-bottom: 0 !important;
  gap: 0 !important;
}
#content .content-row {
  max-width: 1200px;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 22px;
  padding-right: 22px;
}
@media (max-width: 767px) {
  #content .content-row {
    gap: 70px;
  }
}
#content .content-row .content-col-1-2 {
  width: 100%;
}
@media (min-width: 768px) {
  #content .content-row .content-col-1-2 {
    width: 56.8%;
  }
}
#content .content-row .content-col-1-2 .content-col-1-2-date {
  margin-bottom: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}
#content .content-row .content-col-1-2 h1.content-col-1-2-title {
  margin-bottom: 33px;
  font-size: clamp(55px, 4.4444444444vw, 64px) !important;
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 980px) {
  #content .content-row .content-col-1-2 h1.content-col-1-2-title {
    font-size: 38px !important;
  }
}
@media (max-width: 767px) {
  #content .content-row .content-col-1-2 h1.content-col-1-2-title {
    font-size: 28px !important;
  }
}
#content .content-row .content-col-1-2 figure.content-col-2-2-img {
  margin-bottom: 30px;
  border-radius: 25px;
  overflow: hidden;
  aspect-ratio: 1.3333333333;
  width: 100%;
}
#content .content-row .content-col-1-2 figure.content-col-2-2-img img {
  width: 100%;
  height: 100%;
  object-position: center;
}
#content .content-row .content-col-1-2 p.subtitle {
  margin-bottom: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
#content .content-row .content-col-1-2 p:empty {
  display: none;
}
#content .content-row .content-col-1-2 .entry-content h1, #content .content-row .content-col-1-2 .entry-content h2, #content .content-row .content-col-1-2 .entry-content h3, #content .content-row .content-col-1-2 .entry-content h4, #content .content-row .content-col-1-2 .entry-content h5, #content .content-row .content-col-1-2 .entry-content p, #content .content-row .content-col-1-2 .entry-content ul, #content .content-row .content-col-1-2 .entry-content li {
  color: #fff;
}
#content .content-row .content-col-1-2 .entry-content h1 {
  margin-bottom: 33px;
  font-size: clamp(55px, 4.4444444444vw, 64px) !important;
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 980px) {
  #content .content-row .content-col-1-2 .entry-content h1 {
    font-size: 38px !important;
  }
}
@media (max-width: 767px) {
  #content .content-row .content-col-1-2 .entry-content h1 {
    font-size: 28px !important;
  }
}
#content .content-row .content-col-1-2 .entry-content h1:not(:first-child) {
  margin-top: 30px;
}
#content .content-row .content-col-1-2 .entry-content h2 {
  margin-bottom: 33px;
  font-size: clamp(48px, 4.1111111111vw, 56px) !important;
  line-height: 1;
}
@media (max-width: 980px) {
  #content .content-row .content-col-1-2 .entry-content h2 {
    font-size: 32px !important;
  }
}
@media (max-width: 767px) {
  #content .content-row .content-col-1-2 .entry-content h2 {
    font-size: 24px !important;
  }
}
#content .content-row .content-col-1-2 .entry-content h2:not(:first-child) {
  margin-top: 30px;
}
#content .content-row .content-col-1-2 .entry-content h3 {
  font-size: clamp(40px, 3.4722222222vw, 50px) !important;
  line-height: 1;
}
@media (max-width: 980px) {
  #content .content-row .content-col-1-2 .entry-content h3 {
    font-size: 28px !important;
  }
}
@media (max-width: 767px) {
  #content .content-row .content-col-1-2 .entry-content h3 {
    font-size: 22px !important;
  }
}
#content .content-row .content-col-1-2 .entry-content h3:not(:first-child) {
  margin-top: 30px;
}
#content .content-row .content-col-1-2 .entry-content h4 {
  font-size: clamp(40px, 3.4722222222vw, 50px) !important;
  line-height: 1;
}
@media (max-width: 980px) {
  #content .content-row .content-col-1-2 .entry-content h4 {
    font-size: 28px !important;
  }
}
@media (max-width: 767px) {
  #content .content-row .content-col-1-2 .entry-content h4 {
    font-size: 22px !important;
  }
}
#content .content-row .content-col-1-2 .entry-content h4:not(:first-child) {
  margin-top: 30px;
}
#content .content-row .content-col-1-2 .entry-content h5 {
  font-size: clamp(40px, 3.4722222222vw, 50px) !important;
}
@media (max-width: 980px) {
  #content .content-row .content-col-1-2 .entry-content h5 {
    font-size: 28px !important;
  }
}
@media (max-width: 767px) {
  #content .content-row .content-col-1-2 .entry-content h5 {
    font-size: 22px !important;
  }
}
#content .content-row .content-col-1-2 .entry-content p.subtitle {
  margin-bottom: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}
#content .content-row .content-col-1-2 .entry-content a {
  color: #fff;
}
#content .content-row .content-col-1-2 .entry-content a:hover {
  color: #df3935;
}
#content .content-row .content-col-1-2 .content-col-buttons {
  margin-top: 33px;
}
#content .content-row .content-col-1-2 .content-col-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child .uagb-button__wrapper a {
  padding: 9px 19px;
  background-color: #df3935;
}
#content .content-row .content-col-1-2 .content-col-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child .uagb-button__wrapper a:hover {
  background-color: #bb2f2c;
}
#content .content-row .content-col-2-2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 32px;
  top: 10px;
}
@media (min-width: 981px) {
  #content .content-row .content-col-2-2 {
    top: 139.5px;
  }
}
@media (min-width: 768px) {
  #content .content-row .content-col-2-2 {
    width: 40%;
    max-width: 454px;
  }
}
#content .content-row .content-col-2-2 figure.content-col-2-2-img {
  border-radius: 25px;
  overflow: hidden;
  aspect-ratio: 1.3333333333;
  width: 100%;
}
#content .content-row .content-col-2-2 figure.content-col-2-2-img img {
  width: 100%;
  height: 100%;
  object-position: center;
}
#content .content-row .content-col-2-2 .content-col-2-2-coupon-wrap {
  margin: 0;
  padding: 15px;
  width: 100%;
  background-size: auto 630px;
}
#content .content-row .content-col-2-2 .content-col-2-2-coupon-wrap .content-col-2-2-coupon {
  padding: 15px;
  border: 1px dashed #fff;
  width: 100%;
}
@media (min-width: 768px) {
  #content .content-row .content-col-2-2 .content-col-2-2-coupon-wrap .content-col-2-2-coupon {
    padding: 25px 25px 27px;
  }
}
#content .content-row .content-col-2-2 .content-col-2-2-coupon-wrap .content-col-2-2-coupon p {
  margin: 0;
  text-align: center;
}
#content .content-row .content-col-2-2 .content-col-2-2-coupon-wrap .content-col-2-2-coupon p.content-col-2-2-coupon-top {
  margin-bottom: 6px;
  font-size: clamp(60px, 5vw, 72px) !important;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  #content .content-row .content-col-2-2 .content-col-2-2-coupon-wrap .content-col-2-2-coupon p.content-col-2-2-coupon-top {
    font-size: 50px !important;
  }
}
@media (max-width: 767px) {
  #content .content-row .content-col-2-2 .content-col-2-2-coupon-wrap .content-col-2-2-coupon p.content-col-2-2-coupon-top {
    font-size: 40px !important;
  }
}
#content .content-row .content-col-2-2 .content-col-2-2-coupon-wrap .content-col-2-2-coupon p.content-col-2-2-coupon-top sup {
  margin-right: 6px;
  font-size: 57%;
  top: -0.45em;
}
#content .content-row .content-col-2-2 .content-col-2-2-coupon-wrap .content-col-2-2-coupon p.content-col-2-2-coupon-middle {
  margin-bottom: 11px;
  color: #df3935;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 17.6px !important;
  font-weight: 900;
  line-height: 1.1;
}
@media (max-width: 980px) {
  #content .content-row .content-col-2-2 .content-col-2-2-coupon-wrap .content-col-2-2-coupon p.content-col-2-2-coupon-middle {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  #content .content-row .content-col-2-2 .content-col-2-2-coupon-wrap .content-col-2-2-coupon p.content-col-2-2-coupon-middle {
    font-size: 15px !important;
  }
}
#content .content-row .content-col-2-2 .content-col-2-2-coupon-wrap .content-col-2-2-coupon p.content-col-2-2-coupon-bottom {
  line-height: 1.1;
  font-weight: 600;
}
#content .latest-post-section {
  position: relative;
  overflow: hidden;
  padding-bottom: clamp(83px, 6.4583333333vw, 93px);
  padding-left: 32px;
  padding-right: 32px;
}
@media (min-width: 981px) {
  #content .latest-post-section {
    margin-top: 134.5px;
  }
}
#content .latest-post-section:after {
  content: "";
  width: 120vw;
  height: 13px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/wp-content/uploads/2024/02/WaveBG.png) repeat-x center;
  background-size: 1500px;
  animation: 4s infinite cubic-bezier(0.57, 0.01, 0.41, 1.02) waveMove;
}
#content .latest-post-section .uagb-container-inner-blocks-wrap .latest-post {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: stretch;
  gap: 50px 5.4%;
}
@media (min-width: 768px) {
  #content .latest-post-section .uagb-container-inner-blocks-wrap .latest-post {
    flex-direction: row;
  }
}
#content .latest-post-section .uagb-container-inner-blocks-wrap .latest-post .latest-post-img {
  width: 100%;
}
@media (min-width: 768px) {
  #content .latest-post-section .uagb-container-inner-blocks-wrap .latest-post .latest-post-img {
    width: 47.3%;
  }
}
@media (max-width: 767px) {
  #content .latest-post-section .uagb-container-inner-blocks-wrap .latest-post .latest-post-img {
    aspect-ratio: 1;
  }
}
#content .latest-post-section .uagb-container-inner-blocks-wrap .latest-post .latest-post-img a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
#content .latest-post-section .uagb-container-inner-blocks-wrap .latest-post .latest-post-img a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content .latest-post-section .uagb-container-inner-blocks-wrap .latest-post .latest-post-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}
@media (min-width: 768px) {
  #content .latest-post-section .uagb-container-inner-blocks-wrap .latest-post .latest-post-content {
    width: 47.3%;
  }
}
#content .latest-post-section .uagb-container-inner-blocks-wrap .latest-post .latest-post-content h1.latest-post-title {
  margin: 0;
  font-size: clamp(55px, 4.4444444444vw, 64px) !important;
}
@media (max-width: 980px) {
  #content .latest-post-section .uagb-container-inner-blocks-wrap .latest-post .latest-post-content h1.latest-post-title {
    font-size: 48px !important;
  }
}
@media (max-width: 767px) {
  #content .latest-post-section .uagb-container-inner-blocks-wrap .latest-post .latest-post-content h1.latest-post-title {
    font-size: 32px !important;
  }
}
#content .latest-post-section .uagb-container-inner-blocks-wrap .latest-post .latest-post-content p {
  margin: 0;
}
#content .latest-post-section .uagb-container-inner-blocks-wrap .latest-post .latest-post-content p.latest-post-subtitle {
  color: #df3935;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
}
#content .latest-post-section .uagb-container-inner-blocks-wrap .latest-post .latest-post-content a.latest-post-btn {
  text-align: center;
  padding: 9px 19px;
  border-radius: 4px;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background-color: #df3935;
  text-decoration: none;
  width: max-content;
}
@media (max-width: 980px) {
  #content .latest-post-section .uagb-container-inner-blocks-wrap .latest-post .latest-post-content a.latest-post-btn {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  #content .latest-post-section .uagb-container-inner-blocks-wrap .latest-post .latest-post-content a.latest-post-btn {
    font-size: 14px !important;
  }
}
#content .latest-post-section .uagb-container-inner-blocks-wrap .latest-post .latest-post-content a.latest-post-btn:hover {
  background-color: #bb2f2c;
}
/*# sourceMappingURL=index.css.map */