@charset "UTF-8";
/*!
Theme Name: futuroot
Description: A child theme of the Twenty Twenty-Five theme
Author: Your Name
Template: twentytwentyfive
Version: 1.0.0
Text Domain: futuroot
*/
:root {
  --gradient-orchid-capri-mesh: radial-gradient(at 66% 51%, oklch(75.6% 0.153 231.5 / 0.09) 0px, transparent 50%), radial-gradient(at 81% 57%, oklch(64.9% 0.243 334 / 0.09) 0px, transparent 50%), radial-gradient(at 64% 100%, oklch(64.9% 0.243 334 / 0.54) 0px, transparent 50%), radial-gradient(at 54% 0%, oklch(75.6% 0.153 231.5 / 0.42) 0px, transparent 50%), oklch(29.7% 0.149 269.91);
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.sr-only-focusable:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: inherit !important;
  margin: inherit !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: inherit !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

@media (max-width: 767px) {
  .text-left-mobile {
    text-align: left !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-left-tablet {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .text-center-mobile {
    text-align: center !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-center-tablet {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .text-right-mobile {
    text-align: right !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-right-tablet {
    text-align: right !important;
  }
}

@media (max-width: 767px) {
  .text-justify-mobile {
    text-align: justify !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-justify-tablet {
    text-align: justify !important;
  }
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-flex {
  display: flex !important;
}

@media (max-width: 767px) {
  .d-none-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .d-none-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .d-block-mobile {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .d-block-tablet {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .d-inline-mobile {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .d-inline-tablet {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .d-inline-block-mobile {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .d-inline-block-tablet {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .d-flex-mobile {
    display: flex !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .d-flex-tablet {
    display: flex !important;
  }
}

.flex-row {
  flex-flow: row !important;
}

@media (max-width: 767px) {
  .flex-row-mobile {
    flex-flow: row !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flex-row-tablet {
    flex-flow: row !important;
  }
}

.flex-row-reverse {
  flex-flow: row-reverse !important;
}

@media (max-width: 767px) {
  .flex-row-reverse-mobile {
    flex-flow: row-reverse !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flex-row-reverse-tablet {
    flex-flow: row-reverse !important;
  }
}

.flex-column {
  flex-flow: column !important;
}

@media (max-width: 767px) {
  .flex-column-mobile {
    flex-flow: column !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flex-column-tablet {
    flex-flow: column !important;
  }
}

.flex-column-reverse {
  flex-flow: column-reverse !important;
}

@media (max-width: 767px) {
  .flex-column-reverse-mobile {
    flex-flow: column-reverse !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flex-column-reverse-tablet {
    flex-flow: column-reverse !important;
  }
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

.justify-evenly {
  justify-content: space-evenly !important;
}

@media (max-width: 767px) {
  .justify-start-mobile {
    justify-content: flex-start !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .justify-start-tablet {
    justify-content: flex-start !important;
  }
}

@media (max-width: 767px) {
  .justify-end-mobile {
    justify-content: flex-end !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .justify-end-tablet {
    justify-content: flex-end !important;
  }
}

@media (max-width: 767px) {
  .justify-center-mobile {
    justify-content: center !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .justify-center-tablet {
    justify-content: center !important;
  }
}

@media (max-width: 767px) {
  .justify-between-mobile {
    justify-content: space-between !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .justify-between-tablet {
    justify-content: space-between !important;
  }
}

@media (max-width: 767px) {
  .justify-around-mobile {
    justify-content: space-around !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .justify-around-tablet {
    justify-content: space-around !important;
  }
}

@media (max-width: 767px) {
  .justify-evenly-mobile {
    justify-content: space-evenly !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .justify-evenly-tablet {
    justify-content: space-evenly !important;
  }
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

@media (max-width: 767px) {
  .align-items-start-mobile {
    align-items: flex-start !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .align-items-start-tablet {
    align-items: flex-start !important;
  }
}

@media (max-width: 767px) {
  .align-items-end-mobile {
    align-items: flex-end !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .align-items-end-tablet {
    align-items: flex-end !important;
  }
}

@media (max-width: 767px) {
  .align-items-center-mobile {
    align-items: center !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .align-items-center-tablet {
    align-items: center !important;
  }
}

@media (max-width: 767px) {
  .align-items-baseline-mobile {
    align-items: baseline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .align-items-baseline-tablet {
    align-items: baseline !important;
  }
}

@media (max-width: 767px) {
  .align-items-stretch-mobile {
    align-items: stretch !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .align-items-stretch-tablet {
    align-items: stretch !important;
  }
}

.gap-0 {
  gap: 0 !important;
}
.gap-0 .wp-block-query > ul {
  gap: 0 !important;
}

@media (max-width: 767px) {
  .gap-0-mobile {
    gap: 0 !important;
  }
  .gap-0-mobile.wp-block-query > ul {
    gap: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .gap-0-tablet {
    gap: 0 !important;
  }
  .gap-0-tablet.wp-block-query > ul {
    gap: 0 !important;
  }
}

.gap-1 {
  gap: 0.25rem !important;
}
.gap-1 .wp-block-query > ul {
  gap: 0.25rem !important;
}

@media (max-width: 767px) {
  .gap-1-mobile {
    gap: 0.25rem !important;
  }
  .gap-1-mobile.wp-block-query > ul {
    gap: 0.25rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .gap-1-tablet {
    gap: 0.25rem !important;
  }
  .gap-1-tablet.wp-block-query > ul {
    gap: 0.25rem !important;
  }
}

.gap-2 {
  gap: 0.5rem !important;
}
.gap-2 .wp-block-query > ul {
  gap: 0.5rem !important;
}

@media (max-width: 767px) {
  .gap-2-mobile {
    gap: 0.5rem !important;
  }
  .gap-2-mobile.wp-block-query > ul {
    gap: 0.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .gap-2-tablet {
    gap: 0.5rem !important;
  }
  .gap-2-tablet.wp-block-query > ul {
    gap: 0.5rem !important;
  }
}

.gap-3 {
  gap: 1rem !important;
}
.gap-3 .wp-block-query > ul {
  gap: 1rem !important;
}

@media (max-width: 767px) {
  .gap-3-mobile {
    gap: 1rem !important;
  }
  .gap-3-mobile.wp-block-query > ul {
    gap: 1rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .gap-3-tablet {
    gap: 1rem !important;
  }
  .gap-3-tablet.wp-block-query > ul {
    gap: 1rem !important;
  }
}

.gap-4 {
  gap: 1.5rem !important;
}
.gap-4 .wp-block-query > ul {
  gap: 1.5rem !important;
}

@media (max-width: 767px) {
  .gap-4-mobile {
    gap: 1.5rem !important;
  }
  .gap-4-mobile.wp-block-query > ul {
    gap: 1.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .gap-4-tablet {
    gap: 1.5rem !important;
  }
  .gap-4-tablet.wp-block-query > ul {
    gap: 1.5rem !important;
  }
}

.gap-5 {
  gap: 2rem !important;
}
.gap-5 .wp-block-query > ul {
  gap: 2rem !important;
}

@media (max-width: 767px) {
  .gap-5-mobile {
    gap: 2rem !important;
  }
  .gap-5-mobile.wp-block-query > ul {
    gap: 2rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .gap-5-tablet {
    gap: 2rem !important;
  }
  .gap-5-tablet.wp-block-query > ul {
    gap: 2rem !important;
  }
}

.gap-6 {
  gap: 2.5rem !important;
}
.gap-6 .wp-block-query > ul {
  gap: 2.5rem !important;
}

@media (max-width: 767px) {
  .gap-6-mobile {
    gap: 2.5rem !important;
  }
  .gap-6-mobile.wp-block-query > ul {
    gap: 2.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .gap-6-tablet {
    gap: 2.5rem !important;
  }
  .gap-6-tablet.wp-block-query > ul {
    gap: 2.5rem !important;
  }
}

.gap-7 {
  gap: 3rem !important;
}
.gap-7 .wp-block-query > ul {
  gap: 3rem !important;
}

@media (max-width: 767px) {
  .gap-7-mobile {
    gap: 3rem !important;
  }
  .gap-7-mobile.wp-block-query > ul {
    gap: 3rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .gap-7-tablet {
    gap: 3rem !important;
  }
  .gap-7-tablet.wp-block-query > ul {
    gap: 3rem !important;
  }
}

.gap-8 {
  gap: 4rem !important;
}
.gap-8 .wp-block-query > ul {
  gap: 4rem !important;
}

@media (max-width: 767px) {
  .gap-8-mobile {
    gap: 4rem !important;
  }
  .gap-8-mobile.wp-block-query > ul {
    gap: 4rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .gap-8-tablet {
    gap: 4rem !important;
  }
  .gap-8-tablet.wp-block-query > ul {
    gap: 4rem !important;
  }
}

.gap-9 {
  gap: 5rem !important;
}
.gap-9 .wp-block-query > ul {
  gap: 5rem !important;
}

@media (max-width: 767px) {
  .gap-9-mobile {
    gap: 5rem !important;
  }
  .gap-9-mobile.wp-block-query > ul {
    gap: 5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .gap-9-tablet {
    gap: 5rem !important;
  }
  .gap-9-tablet.wp-block-query > ul {
    gap: 5rem !important;
  }
}

.gap-10 {
  gap: 6rem !important;
}
.gap-10 .wp-block-query > ul {
  gap: 6rem !important;
}

@media (max-width: 767px) {
  .gap-10-mobile {
    gap: 6rem !important;
  }
  .gap-10-mobile.wp-block-query > ul {
    gap: 6rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .gap-10-tablet {
    gap: 6rem !important;
  }
  .gap-10-tablet.wp-block-query > ul {
    gap: 6rem !important;
  }
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.hidden {
  display: none !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

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

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

.background-faded {
  position: relative;
  overflow: visible;
}
.background-faded .wp-block-column:first-child {
  position: relative;
  z-index: 2;
}
.background-faded .background-faded-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  height: 100%;
  top: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .background-faded .background-faded-overlay {
    display: none !important;
  }
}

.background-fill {
  background-size: 100% 100% !important;
}

.pull-up-next-section {
  margin-bottom: -200px !important;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .pull-up-next-section {
    z-index: 1;
  }
  .pull-up-next-section + * {
    margin-top: -200px !important;
    /* Adjust amount of overlap */
    position: relative;
    z-index: 0;
    padding-top: 240px !important;
  }
}

@media (min-width: 768px) {
  .pulled-up-next-section-target {
    margin-top: -200px !important;
    /* Adjust amount of overlap */
    position: relative !important;
    z-index: 0 !important;
  }
  .pulled-up-next-section-target > .wp-block-group:first-child {
    padding-top: 240px !important;
  }
}

@media (max-width: 767px) {
  .full-width-mobile {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
}
@media (max-width: 767px) {
  .full-width-mobile-padded {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .full-width-tablet {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
}

.bold-is-small strong {
  font-weight: 700 !important;
  font-size: 2.25rem !important;
}
@media (max-width: 767px) {
  .bold-is-small strong {
    font-size: 1.5rem !important;
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bold-is-small strong {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .switch-order-mobile {
    flex-direction: column-reverse !important;
  }
}

@media (max-width: 767px) {
  .no-background-mobile {
    background: none !important;
  }
}

@media (min-width: 768px) {
  .no-background-tablet-up {
    background: none !important;
  }
}

.whitespace-nowrap {
  white-space: nowrap !important;
}

.bottom-dot-green {
  z-index: 2;
}
.bottom-dot-green:after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  border: solid 12px #000000;
  background-color: #00c896;
  border-radius: 50%;
  z-index: 2;
}

.bottom-dot {
  z-index: 2;
}
.bottom-dot::after {
  content: "";
  position: absolute;
  top: calc(100% - 11px);
  width: 23px;
  height: 23px;
  border: 1px solid #000000;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: inset 0 0 0 5px white, inset 0 0 0 11px black;
}

.wp-block-group.line .wp-block-button {
  position: relative;
}
.wp-block-group.line .bottom-line {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 2px;
  background: url("assets/images/dotted-line.png");
  background-color: transparent;
  z-index: 1;
  margin-block-start: 0;
}
.wp-block-group.hero.default .bottom-line {
  background: url("assets/images/dotted-line-white.png");
}

.background-blend-multiply {
  background-blend-mode: multiply !important;
}

.filter-blend-multiply {
  filter: blend(mode=multiply) !important;
}

.box-shadow-1 > img {
  box-shadow: 0 -4px 40px 0 rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) and (max-width: 991px) {
  .push-bg-image-tablet {
    background-size: auto 100% !important;
    background-position: 300px 0% !important;
  }
}

@media (max-width: 767px) {
  .push-bg-image-mobile {
    padding-bottom: 50% !important;
  }
}

@media (max-width: 767px) {
  .no-border-mobile {
    border: none !important;
  }
}

@media (max-width: 767px) {
  .light-gray-background-mobile {
    background-color: #f9f8fb !important;
  }
}

/* Change Columns breakpoint to 768px */
@media (min-width: 768px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
@media (max-width: 767px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 768px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
    flex-grow: 0;
  }
}
body {
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
.h1 {
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.25rem;
  }
}

h2,
.h2 {
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 4rem;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 2.75rem;
  }
}

h3,
.h3 {
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 2.25rem;
  }
}

h4,
.h4 {
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}

h5,
.h5 {
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 1.125rem;
  }
}

h6,
.h6 {
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #00c896;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h6,
  .h6 {
    font-size: 0.875rem;
  }
}

p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

.entry-content p a:where(:not(.wp-element-button)),
.entry-content ul.wp-block-list a:where(:not(.wp-element-button)),
.entry-content ol.wp-block-list a:where(:not(.wp-element-button)) {
  color: #272076;
  font-weight: 700;
  text-decoration: none;
}
.entry-content p a:where(:not(.wp-element-button)):hover, .entry-content p a:where(:not(.wp-element-button)):focus-visible,
.entry-content ul.wp-block-list a:where(:not(.wp-element-button)):hover,
.entry-content ul.wp-block-list a:where(:not(.wp-element-button)):focus-visible,
.entry-content ol.wp-block-list a:where(:not(.wp-element-button)):hover,
.entry-content ol.wp-block-list a:where(:not(.wp-element-button)):focus-visible {
  text-decoration: underline;
}
.entry-content .wp-block-cover p.video a {
  color: #ffffff;
}
.entry-content .has-background.has-black-background-color p,
.entry-content .has-background.has-black-background-color ul,
.entry-content .has-background.has-black-background-color ol,
.entry-content .has-background.has-black-background-color h1,
.entry-content .has-background.has-black-background-color h2,
.entry-content .has-background.has-black-background-color h3,
.entry-content .has-background.has-black-background-color h4,
.entry-content .has-background.has-black-background-color h5,
.entry-content .has-background.has-black-background-color h6, .entry-content .has-background.has-purple-background-color p,
.entry-content .has-background.has-purple-background-color ul,
.entry-content .has-background.has-purple-background-color ol,
.entry-content .has-background.has-purple-background-color h1,
.entry-content .has-background.has-purple-background-color h2,
.entry-content .has-background.has-purple-background-color h3,
.entry-content .has-background.has-purple-background-color h4,
.entry-content .has-background.has-purple-background-color h5,
.entry-content .has-background.has-purple-background-color h6, .entry-content .has-background.has-blue-background-color p,
.entry-content .has-background.has-blue-background-color ul,
.entry-content .has-background.has-blue-background-color ol,
.entry-content .has-background.has-blue-background-color h1,
.entry-content .has-background.has-blue-background-color h2,
.entry-content .has-background.has-blue-background-color h3,
.entry-content .has-background.has-blue-background-color h4,
.entry-content .has-background.has-blue-background-color h5,
.entry-content .has-background.has-blue-background-color h6, .entry-content .has-background.has-green-background-color p,
.entry-content .has-background.has-green-background-color ul,
.entry-content .has-background.has-green-background-color ol,
.entry-content .has-background.has-green-background-color h1,
.entry-content .has-background.has-green-background-color h2,
.entry-content .has-background.has-green-background-color h3,
.entry-content .has-background.has-green-background-color h4,
.entry-content .has-background.has-green-background-color h5,
.entry-content .has-background.has-green-background-color h6, .entry-content .has-background.has-light-purple-background-color p,
.entry-content .has-background.has-light-purple-background-color ul,
.entry-content .has-background.has-light-purple-background-color ol,
.entry-content .has-background.has-light-purple-background-color h1,
.entry-content .has-background.has-light-purple-background-color h2,
.entry-content .has-background.has-light-purple-background-color h3,
.entry-content .has-background.has-light-purple-background-color h4,
.entry-content .has-background.has-light-purple-background-color h5,
.entry-content .has-background.has-light-purple-background-color h6 {
  color: #ffffff;
}
.entry-content .has-background.has-black-background-color p a:where(:not(.wp-element-button)),
.entry-content .has-background.has-black-background-color ul a:where(:not(.wp-element-button)),
.entry-content .has-background.has-black-background-color ol a:where(:not(.wp-element-button)),
.entry-content .has-background.has-black-background-color h1 a:where(:not(.wp-element-button)),
.entry-content .has-background.has-black-background-color h2 a:where(:not(.wp-element-button)),
.entry-content .has-background.has-black-background-color h3 a:where(:not(.wp-element-button)),
.entry-content .has-background.has-black-background-color h4 a:where(:not(.wp-element-button)),
.entry-content .has-background.has-black-background-color h5 a:where(:not(.wp-element-button)),
.entry-content .has-background.has-black-background-color h6 a:where(:not(.wp-element-button)), .entry-content .has-background.has-purple-background-color p a:where(:not(.wp-element-button)),
.entry-content .has-background.has-purple-background-color ul a:where(:not(.wp-element-button)),
.entry-content .has-background.has-purple-background-color ol a:where(:not(.wp-element-button)),
.entry-content .has-background.has-purple-background-color h1 a:where(:not(.wp-element-button)),
.entry-content .has-background.has-purple-background-color h2 a:where(:not(.wp-element-button)),
.entry-content .has-background.has-purple-background-color h3 a:where(:not(.wp-element-button)),
.entry-content .has-background.has-purple-background-color h4 a:where(:not(.wp-element-button)),
.entry-content .has-background.has-purple-background-color h5 a:where(:not(.wp-element-button)),
.entry-content .has-background.has-purple-background-color h6 a:where(:not(.wp-element-button)), .entry-content .has-background.has-blue-background-color p a:where(:not(.wp-element-button)),
.entry-content .has-background.has-blue-background-color ul a:where(:not(.wp-element-button)),
.entry-content .has-background.has-blue-background-color ol a:where(:not(.wp-element-button)),
.entry-content .has-background.has-blue-background-color h1 a:where(:not(.wp-element-button)),
.entry-content .has-background.has-blue-background-color h2 a:where(:not(.wp-element-button)),
.entry-content .has-background.has-blue-background-color h3 a:where(:not(.wp-element-button)),
.entry-content .has-background.has-blue-background-color h4 a:where(:not(.wp-element-button)),
.entry-content .has-background.has-blue-background-color h5 a:where(:not(.wp-element-button)),
.entry-content .has-background.has-blue-background-color h6 a:where(:not(.wp-element-button)), .entry-content .has-background.has-green-background-color p a:where(:not(.wp-element-button)),
.entry-content .has-background.has-green-background-color ul a:where(:not(.wp-element-button)),
.entry-content .has-background.has-green-background-color ol a:where(:not(.wp-element-button)),
.entry-content .has-background.has-green-background-color h1 a:where(:not(.wp-element-button)),
.entry-content .has-background.has-green-background-color h2 a:where(:not(.wp-element-button)),
.entry-content .has-background.has-green-background-color h3 a:where(:not(.wp-element-button)),
.entry-content .has-background.has-green-background-color h4 a:where(:not(.wp-element-button)),
.entry-content .has-background.has-green-background-color h5 a:where(:not(.wp-element-button)),
.entry-content .has-background.has-green-background-color h6 a:where(:not(.wp-element-button)), .entry-content .has-background.has-light-purple-background-color p a:where(:not(.wp-element-button)),
.entry-content .has-background.has-light-purple-background-color ul a:where(:not(.wp-element-button)),
.entry-content .has-background.has-light-purple-background-color ol a:where(:not(.wp-element-button)),
.entry-content .has-background.has-light-purple-background-color h1 a:where(:not(.wp-element-button)),
.entry-content .has-background.has-light-purple-background-color h2 a:where(:not(.wp-element-button)),
.entry-content .has-background.has-light-purple-background-color h3 a:where(:not(.wp-element-button)),
.entry-content .has-background.has-light-purple-background-color h4 a:where(:not(.wp-element-button)),
.entry-content .has-background.has-light-purple-background-color h5 a:where(:not(.wp-element-button)),
.entry-content .has-background.has-light-purple-background-color h6 a:where(:not(.wp-element-button)) {
  color: #00c896;
}
.entry-content .has-background.has-black-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item p,
.entry-content .has-background.has-black-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item ul,
.entry-content .has-background.has-black-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item ol,
.entry-content .has-background.has-black-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item h1,
.entry-content .has-background.has-black-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item h2,
.entry-content .has-background.has-black-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item h3,
.entry-content .has-background.has-black-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item h4,
.entry-content .has-background.has-black-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item h5,
.entry-content .has-background.has-black-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item h6, .entry-content .has-background.has-purple-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item p,
.entry-content .has-background.has-purple-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item ul,
.entry-content .has-background.has-purple-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item ol,
.entry-content .has-background.has-purple-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item h1,
.entry-content .has-background.has-purple-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item h2,
.entry-content .has-background.has-purple-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item h3,
.entry-content .has-background.has-purple-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item h4,
.entry-content .has-background.has-purple-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item h5,
.entry-content .has-background.has-purple-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item h6, .entry-content .has-background.has-blue-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item p,
.entry-content .has-background.has-blue-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item ul,
.entry-content .has-background.has-blue-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item ol,
.entry-content .has-background.has-blue-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item h1,
.entry-content .has-background.has-blue-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item h2,
.entry-content .has-background.has-blue-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item h3,
.entry-content .has-background.has-blue-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item h4,
.entry-content .has-background.has-blue-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item h5,
.entry-content .has-background.has-blue-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item h6, .entry-content .has-background.has-green-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item p,
.entry-content .has-background.has-green-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item ul,
.entry-content .has-background.has-green-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item ol,
.entry-content .has-background.has-green-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item h1,
.entry-content .has-background.has-green-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item h2,
.entry-content .has-background.has-green-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item h3,
.entry-content .has-background.has-green-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item h4,
.entry-content .has-background.has-green-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item h5,
.entry-content .has-background.has-green-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item h6, .entry-content .has-background.has-light-purple-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item p,
.entry-content .has-background.has-light-purple-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item ul,
.entry-content .has-background.has-light-purple-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item ol,
.entry-content .has-background.has-light-purple-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item h1,
.entry-content .has-background.has-light-purple-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item h2,
.entry-content .has-background.has-light-purple-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item h3,
.entry-content .has-background.has-light-purple-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item h4,
.entry-content .has-background.has-light-purple-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item h5,
.entry-content .has-background.has-light-purple-background-color .wp-block-thirtysixbeech-blocks-accordion .accordion-item h6 {
  color: #000000;
}

.wp-block-heading.icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.wp-block-heading.icon img {
  display: inline;
}

ul.wp-block-list,
ol.wp-block-list {
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}
ul.wp-block-list li,
ol.wp-block-list li {
  margin: 0 0 1.2rem;
}
ul.wp-block-list li:last-child,
ol.wp-block-list li:last-child {
  margin: 0;
}

ul.wp-block-list li::marker {
  color: #00a6e0;
}

code {
  font-family: "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, "Courier New", monospace;
  font-size: 0.875em;
  background-color: #f9f8fb;
  padding: 2px 4px;
  border-radius: 4px;
}

pre {
  font-family: "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, "Courier New", monospace;
  background-color: #f9f8fb;
  padding: 1rem;
  border-radius: 8px;
  overflow-x: auto;
  margin-bottom: 1rem;
}
pre code {
  background: none;
  padding: 0;
}

.text-small {
  font-size: 0.875rem;
}

.text-large {
  font-size: 1.125rem;
}

.text-bold {
  font-weight: 700;
}

.text-light {
  font-weight: 300;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-primary {
  color: #007cba;
}

.text-secondary {
  color: #006ba1;
}

.text-accent {
  color: #00c896;
}

.text-muted {
  color: rgba(0, 0, 0, 0.6);
}

.font-inter {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.font-manrope {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.font-urbanist {
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.font-thin {
  font-weight: 100 !important;
}

.font-extralight {
  font-weight: 200 !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-extrabold {
  font-weight: 800 !important;
}

.font-black {
  font-weight: 900 !important;
}

@media (max-width: 767px) {
  .fs-1-mobile {
    font-size: 0.25rem !important;
  }
}

@media (min-width: 768px) {
  .fs-1-tablet {
    font-size: 0.25rem !important;
  }
}

@media (max-width: 767px) {
  .fs-2-mobile {
    font-size: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .fs-2-tablet {
    font-size: 0.5rem !important;
  }
}

@media (max-width: 767px) {
  .fs-3-mobile {
    font-size: 0.75rem !important;
  }
}

@media (min-width: 768px) {
  .fs-3-tablet {
    font-size: 0.75rem !important;
  }
}

@media (max-width: 767px) {
  .fs-4-mobile {
    font-size: 1rem !important;
  }
}

@media (min-width: 768px) {
  .fs-4-tablet {
    font-size: 1rem !important;
  }
}

@media (max-width: 767px) {
  .fs-5-mobile {
    font-size: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .fs-5-tablet {
    font-size: 1.25rem !important;
  }
}

@media (max-width: 767px) {
  .fs-6-mobile {
    font-size: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .fs-6-tablet {
    font-size: 1.5rem !important;
  }
}

@media (max-width: 767px) {
  .fs-7-mobile {
    font-size: 1.75rem !important;
  }
}

@media (min-width: 768px) {
  .fs-7-tablet {
    font-size: 1.75rem !important;
  }
}

@media (max-width: 767px) {
  .fs-8-mobile {
    font-size: 2rem !important;
  }
}

@media (min-width: 768px) {
  .fs-8-tablet {
    font-size: 2rem !important;
  }
}

@media (max-width: 767px) {
  .fs-9-mobile {
    font-size: 2.25rem !important;
  }
}

@media (min-width: 768px) {
  .fs-9-tablet {
    font-size: 2.25rem !important;
  }
}

@media (max-width: 767px) {
  .fs-10-mobile {
    font-size: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .fs-10-tablet {
    font-size: 2.5rem !important;
  }
}

@media (max-width: 767px) {
  .fs-11-mobile {
    font-size: 2.75rem !important;
  }
}

@media (min-width: 768px) {
  .fs-11-tablet {
    font-size: 2.75rem !important;
  }
}

@media (max-width: 767px) {
  .fs-12-mobile {
    font-size: 3rem !important;
  }
}

@media (min-width: 768px) {
  .fs-12-tablet {
    font-size: 3rem !important;
  }
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 0.5rem 1rem;
}

@media (max-width: 767px) {
  .text-primary-mobile {
    color: #007cba !important;
  }
}

@media (min-width: 768px) {
  .text-primary-tablet {
    color: #007cba !important;
  }
}

@media (max-width: 767px) {
  .text-secondary-mobile {
    color: #006ba1 !important;
  }
}

@media (min-width: 768px) {
  .text-secondary-tablet {
    color: #006ba1 !important;
  }
}

@media (max-width: 767px) {
  .text-accent-mobile {
    color: #00c896 !important;
  }
}

@media (min-width: 768px) {
  .text-accent-tablet {
    color: #00c896 !important;
  }
}

@media (max-width: 767px) {
  .text-black-mobile {
    color: #000000 !important;
  }
}

@media (min-width: 768px) {
  .text-black-tablet {
    color: #000000 !important;
  }
}

@media (max-width: 767px) {
  .text-white-mobile {
    color: #ffffff !important;
  }
}

@media (min-width: 768px) {
  .text-white-tablet {
    color: #ffffff !important;
  }
}

.wp-block-cover.stat-block {
  padding: 0;
  margin: 0;
  display: block;
  height: auto;
  min-height: 0;
}
.wp-block-cover.stat-block img {
  object-fit: contain;
  width: 100%;
  height: auto;
  position: relative;
}
.wp-block-cover.stat-block .wp-block-cover__background {
  display: none;
}
.wp-block-cover.stat-block .wp-block-cover__inner-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.wp-block-list.list-graphic {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: custom-counter;
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}
.wp-block-list.list-graphic li {
  counter-increment: custom-counter;
  position: relative;
  padding-left: 80px;
  margin-bottom: 1.5rem;
  padding-top: 0.75rem;
}
.wp-block-list.list-graphic li:last {
  margin: 0;
}
.wp-block-list.list-graphic li::before {
  content: counter(custom-counter);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 68px;
  height: 52px;
  color: #ffffff;
  font-size: 1.5rem;
  background: url("assets/images/list-bg.png") no-repeat center center;
  background-size: contain;
}

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

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

.wp-block-image {
  margin-bottom: 1rem;
}

.wp-block-gallery {
  margin-bottom: 1rem;
}

a,
button,
label {
  transition: all;
  transition-duration: 300ms;
}

:root :where(.is-layout-constrained) > * {
  margin-block-start: 0;
}

header.wp-block-template-part {
  position: sticky;
  top: 0;
  z-index: var(--wp-header-z-index, 1000);
  background: #ffffff;
}
header .wp-block-site-logo {
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  header .wp-block-site-logo {
    display: none;
  }
}
@media (max-width: 767px) {
  header .wp-block-site-logo {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
header .mini-logo {
  display: none;
}
@media (max-width: 1199px) {
  header .mini-logo {
    display: block;
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  header .mini-logo {
    display: none;
  }
}
@media (max-width: 991px) {
  header .header-buttons .wp-block-button__link {
    padding: 0.5rem 1rem;
    font-size: 1rem !important;
  }
}

.admin-bar header.wp-block-template-part {
  top: var(--wp-admin--admin-bar--height, 32px);
}
@media (max-width: 600px) {
  .admin-bar header.wp-block-template-part {
    top: 0;
  }
}

body:not(.footer-no-pull-up):not(.error404):not(.single) main {
  z-index: 1;
}
body:not(.footer-no-pull-up):not(.error404):not(.single) main + footer > .wp-block-group:first-child {
  position: relative;
  z-index: 0;
}
body:not(.footer-no-pull-up):not(.error404):not(.single) main + footer > .wp-block-group:first-child > .wp-block-group:first-child {
  padding-top: 240px !important;
}

.logo-white svg {
  fill: white;
  color: white;
}
.logo-white svg * {
  fill: white;
  color: white;
}
.logo-white img {
  filter: brightness(0) invert(1) !important;
}

footer .wpforms-container.wpforms-container-full .wpforms-form {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  margin: 1rem 0 0 0;
}
footer .wpforms-container.wpforms-container-full .wpforms-form .wpforms-field {
  margin: 0;
  padding: 0;
}
footer .wpforms-container.wpforms-container-full .wpforms-form input {
  width: 100%;
  padding: 1.8rem 1.5rem;
  border-radius: 0 !important;
  font-weight: 700;
}
footer .wpforms-container.wpforms-container-full .wpforms-form input::placeholder {
  text-transform: none;
}
@media (max-width: 991px) {
  footer .wpforms-container.wpforms-container-full .wpforms-form input {
    padding: 1.8rem 1rem;
  }
}
footer .wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-container {
  width: 100%;
}
footer .wpforms-container.wpforms-container-full .wpforms-form .wpforms-submit-container {
  padding: 0 !important;
  margin: 0.7rem 0 0 0 !important;
}
footer .wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-small,
footer .wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-medium,
footer .wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-large {
  max-width: 100% !important;
  width: 100% !important;
}
footer .wpforms-container.wpforms-container-full .wpforms-form .wpforms-submit[type=submit] {
  background: none !important;
  border: none !important;
  color: #00c896 !important;
  overflow: hidden;
}
footer .wpforms-container.wpforms-container-full .wpforms-form .wpforms-submit[type=submit]:hover, footer .wpforms-container.wpforms-container-full .wpforms-form .wpforms-submit[type=submit]:focus-visible {
  color: rgb(0, 149, 111.75) !important;
}
@media (max-width: 991px) {
  footer .wpforms-container.wpforms-container-full .wpforms-form .wpforms-submit[type=submit] {
    padding-right: 0;
  }
}
footer .wpforms-container.wpforms-container-full .wpforms-confirmation-container,
footer .wpforms-container.wpforms-container-full .wpforms-confirmation-container-full {
  background-color: #00c896;
  border: none;
  margin: 0;
}
@media (max-width: 767px) {
  footer .copyright-row {
    text-align: center;
    display: block;
  }
  footer .copyright-row p {
    display: inline;
  }
}
footer .copyright a {
  text-decoration: none;
}
@media (max-width: 767px) {
  footer .copyright a {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    text-decoration: underline;
  }
}

@media (max-width: 767px) {
  .sidebar {
    margin-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .sidebar {
    padding-left: 2rem;
  }
}

@media (min-width: 992px) {
  .content-sidebar-wrap {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2.5rem;
    align-items: start;
  }
}

.wp-block-buttons.full-width {
  display: flex;
  flex-flow: nowrap;
}
.wp-block-buttons.full-width .wp-block-button {
  width: 100%;
}

.wp-block-button {
  box-sizing: border-box !important;
}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus-visible, .wp-block-button .wp-block-button__link:active, .wp-block-button .wp-block-button__link[disabled], .wp-block-button .wp-block-button__link.disabled {
  background: linear-gradient(135deg, #00a6e0 0%, #abe9ff 100%);
  color: #000000;
}
.wp-block-button .wp-block-button__link:active {
  background: #000000;
  color: #ffffff;
}
.wp-block-button .wp-block-button__link[disabled], .wp-block-button .wp-block-button__link.disabled {
  background: #d9d9d9;
  color: #ffffff;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus-visible, .wp-block-button.is-style-outline .wp-block-button__link:active, .wp-block-button.is-style-outline .wp-block-button__link[disabled], .wp-block-button.is-style-outline .wp-block-button__link.disabled {
  background: linear-gradient(135deg, #00a6e0 0%, #abe9ff 100%);
  color: #000000;
  border: none;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
}
.wp-block-button.is-style-outline .wp-block-button__link:active {
  background: #000000;
  color: #ffffff;
}
.wp-block-button.is-style-outline .wp-block-button__link[disabled], .wp-block-button.is-style-outline .wp-block-button__link.disabled {
  background: #222695;
  color: #373CBD;
}
.wp-block-button.is-style-white .wp-block-button__link {
  background: #ffffff;
  color: #000000;
  border: none;
  border-radius: 0;
  font-weight: 700;
}
.wp-block-button.is-style-white .wp-block-button__link:hover, .wp-block-button.is-style-white .wp-block-button__link:focus-visible, .wp-block-button.is-style-white .wp-block-button__link:active, .wp-block-button.is-style-white .wp-block-button__link[disabled], .wp-block-button.is-style-white .wp-block-button__link.disabled {
  background: linear-gradient(135deg, #00a6e0 0%, #abe9ff 100%);
  color: #000000;
}
.wp-block-button.is-style-white .wp-block-button__link:active {
  background: #000000;
  color: #ffffff;
}
.wp-block-button.is-style-white .wp-block-button__link[disabled], .wp-block-button.is-style-white .wp-block-button__link.disabled {
  background: #222695;
  color: #373CBD;
}
.wp-block-button.is-style-black-outline .wp-block-button__link {
  background: transparent;
  color: #000000;
  box-shadow: inset 0 0 0 2px #000000;
  border-radius: 0;
  font-weight: 700;
}
.wp-block-button.is-style-black-outline .wp-block-button__link:hover, .wp-block-button.is-style-black-outline .wp-block-button__link:focus-visible, .wp-block-button.is-style-black-outline .wp-block-button__link:active, .wp-block-button.is-style-black-outline .wp-block-button__link[disabled], .wp-block-button.is-style-black-outline .wp-block-button__link.disabled {
  background: linear-gradient(135deg, #00a6e0 0%, #abe9ff 100%);
  color: #000000;
  box-shadow: none;
}
.wp-block-button.is-style-black-outline .wp-block-button__link:active {
  background: #000000;
  color: #ffffff;
}
.wp-block-button.is-style-black-outline .wp-block-button__link[disabled], .wp-block-button.is-style-black-outline .wp-block-button__link.disabled {
  background: #d9d9d9;
  color: #ffffff;
}
.wp-block-button.pb-0-mobile {
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pb-0-mobile .wp-block-button__link {
    padding-bottom: 0 !important;
  }
}
.wp-block-button.pt-0-mobile {
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pt-0-mobile .wp-block-button__link {
    padding-top: 0 !important;
  }
}
.wp-block-button.pl-0-mobile {
  padding-left: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pl-0-mobile .wp-block-button__link {
    padding-left: 0 !important;
  }
}
.wp-block-button.pr-0-mobile {
  padding-right: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pr-0-mobile .wp-block-button__link {
    padding-right: 0 !important;
  }
}
.wp-block-button.pb-1-mobile {
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pb-1-mobile .wp-block-button__link {
    padding-bottom: 0.25rem !important;
  }
}
.wp-block-button.pt-1-mobile {
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pt-1-mobile .wp-block-button__link {
    padding-top: 0.25rem !important;
  }
}
.wp-block-button.pl-1-mobile {
  padding-left: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pl-1-mobile .wp-block-button__link {
    padding-left: 0.25rem !important;
  }
}
.wp-block-button.pr-1-mobile {
  padding-right: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pr-1-mobile .wp-block-button__link {
    padding-right: 0.25rem !important;
  }
}
.wp-block-button.pb-2-mobile {
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pb-2-mobile .wp-block-button__link {
    padding-bottom: 0.5rem !important;
  }
}
.wp-block-button.pt-2-mobile {
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pt-2-mobile .wp-block-button__link {
    padding-top: 0.5rem !important;
  }
}
.wp-block-button.pl-2-mobile {
  padding-left: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pl-2-mobile .wp-block-button__link {
    padding-left: 0.5rem !important;
  }
}
.wp-block-button.pr-2-mobile {
  padding-right: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pr-2-mobile .wp-block-button__link {
    padding-right: 0.5rem !important;
  }
}
.wp-block-button.pb-3-mobile {
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pb-3-mobile .wp-block-button__link {
    padding-bottom: 1rem !important;
  }
}
.wp-block-button.pt-3-mobile {
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pt-3-mobile .wp-block-button__link {
    padding-top: 1rem !important;
  }
}
.wp-block-button.pl-3-mobile {
  padding-left: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pl-3-mobile .wp-block-button__link {
    padding-left: 1rem !important;
  }
}
.wp-block-button.pr-3-mobile {
  padding-right: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pr-3-mobile .wp-block-button__link {
    padding-right: 1rem !important;
  }
}
.wp-block-button.pb-4-mobile {
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pb-4-mobile .wp-block-button__link {
    padding-bottom: 1.5rem !important;
  }
}
.wp-block-button.pt-4-mobile {
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pt-4-mobile .wp-block-button__link {
    padding-top: 1.5rem !important;
  }
}
.wp-block-button.pl-4-mobile {
  padding-left: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pl-4-mobile .wp-block-button__link {
    padding-left: 1.5rem !important;
  }
}
.wp-block-button.pr-4-mobile {
  padding-right: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pr-4-mobile .wp-block-button__link {
    padding-right: 1.5rem !important;
  }
}
.wp-block-button.pb-5-mobile {
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pb-5-mobile .wp-block-button__link {
    padding-bottom: 2rem !important;
  }
}
.wp-block-button.pt-5-mobile {
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pt-5-mobile .wp-block-button__link {
    padding-top: 2rem !important;
  }
}
.wp-block-button.pl-5-mobile {
  padding-left: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pl-5-mobile .wp-block-button__link {
    padding-left: 2rem !important;
  }
}
.wp-block-button.pr-5-mobile {
  padding-right: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pr-5-mobile .wp-block-button__link {
    padding-right: 2rem !important;
  }
}
.wp-block-button.pb-6-mobile {
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pb-6-mobile .wp-block-button__link {
    padding-bottom: 2.5rem !important;
  }
}
.wp-block-button.pt-6-mobile {
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pt-6-mobile .wp-block-button__link {
    padding-top: 2.5rem !important;
  }
}
.wp-block-button.pl-6-mobile {
  padding-left: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pl-6-mobile .wp-block-button__link {
    padding-left: 2.5rem !important;
  }
}
.wp-block-button.pr-6-mobile {
  padding-right: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pr-6-mobile .wp-block-button__link {
    padding-right: 2.5rem !important;
  }
}
.wp-block-button.pb-7-mobile {
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pb-7-mobile .wp-block-button__link {
    padding-bottom: 3rem !important;
  }
}
.wp-block-button.pt-7-mobile {
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pt-7-mobile .wp-block-button__link {
    padding-top: 3rem !important;
  }
}
.wp-block-button.pl-7-mobile {
  padding-left: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pl-7-mobile .wp-block-button__link {
    padding-left: 3rem !important;
  }
}
.wp-block-button.pr-7-mobile {
  padding-right: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pr-7-mobile .wp-block-button__link {
    padding-right: 3rem !important;
  }
}
.wp-block-button.pb-8-mobile {
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pb-8-mobile .wp-block-button__link {
    padding-bottom: 4rem !important;
  }
}
.wp-block-button.pt-8-mobile {
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pt-8-mobile .wp-block-button__link {
    padding-top: 4rem !important;
  }
}
.wp-block-button.pl-8-mobile {
  padding-left: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pl-8-mobile .wp-block-button__link {
    padding-left: 4rem !important;
  }
}
.wp-block-button.pr-8-mobile {
  padding-right: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pr-8-mobile .wp-block-button__link {
    padding-right: 4rem !important;
  }
}
.wp-block-button.pb-9-mobile {
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pb-9-mobile .wp-block-button__link {
    padding-bottom: 5rem !important;
  }
}
.wp-block-button.pt-9-mobile {
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pt-9-mobile .wp-block-button__link {
    padding-top: 5rem !important;
  }
}
.wp-block-button.pl-9-mobile {
  padding-left: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pl-9-mobile .wp-block-button__link {
    padding-left: 5rem !important;
  }
}
.wp-block-button.pr-9-mobile {
  padding-right: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pr-9-mobile .wp-block-button__link {
    padding-right: 5rem !important;
  }
}
.wp-block-button.pb-10-mobile {
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pb-10-mobile .wp-block-button__link {
    padding-bottom: 6rem !important;
  }
}
.wp-block-button.pt-10-mobile {
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pt-10-mobile .wp-block-button__link {
    padding-top: 6rem !important;
  }
}
.wp-block-button.pl-10-mobile {
  padding-left: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pl-10-mobile .wp-block-button__link {
    padding-left: 6rem !important;
  }
}
.wp-block-button.pr-10-mobile {
  padding-right: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-button.pr-10-mobile .wp-block-button__link {
    padding-right: 6rem !important;
  }
}

/* ----------------------
   MOBILE-only variants
   ---------------------- */
@media (max-width: 767px) {
  .wp-block-button.is-style-default-mobile .wp-block-button__link {
    background: linear-gradient(90deg, #222695 0%, #320474 100%);
    color: #ffffff;
  }
  .wp-block-button.is-style-default-mobile .wp-block-button__link:hover, .wp-block-button.is-style-default-mobile .wp-block-button__link:focus-visible, .wp-block-button.is-style-default-mobile .wp-block-button__link:active, .wp-block-button.is-style-default-mobile .wp-block-button__link[disabled], .wp-block-button.is-style-default-mobile .wp-block-button__link.disabled {
    background: linear-gradient(135deg, #00a6e0 0%, #abe9ff 100%) !important;
    color: #000000 !important;
  }
  .wp-block-button.is-style-default-mobile .wp-block-button__link:active {
    background: #000000;
    color: #ffffff;
  }
  .wp-block-button.is-style-default-mobile .wp-block-button__link[disabled], .wp-block-button.is-style-default-mobile .wp-block-button__link.disabled {
    background: #d9d9d9;
    color: #ffffff;
  }
  .wp-block-button.is-style-outline-mobile .wp-block-button__link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background: none;
    color: #000000;
  }
  .wp-block-button.is-style-outline-mobile .wp-block-button__link:hover, .wp-block-button.is-style-outline-mobile .wp-block-button__link:focus-visible, .wp-block-button.is-style-outline-mobile .wp-block-button__link:active, .wp-block-button.is-style-outline-mobile .wp-block-button__link[disabled], .wp-block-button.is-style-outline-mobile .wp-block-button__link.disabled {
    background: linear-gradient(135deg, #00a6e0 0%, #abe9ff 100%);
    color: #000000;
    border: none;
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
  }
  .wp-block-button.is-style-outline-mobile .wp-block-button__link:active {
    background: #000000;
    color: #ffffff;
  }
  .wp-block-button.is-style-outline-mobile .wp-block-button__link[disabled], .wp-block-button.is-style-outline-mobile .wp-block-button__link.disabled {
    background: #222695;
    color: #373CBD;
  }
  .wp-block-button.is-style-black-outline-mobile .wp-block-button__link {
    background: transparent;
    color: #000000;
    box-shadow: inset 0 0 0 2px #000000;
    border-radius: 0;
    font-weight: 700;
  }
  .wp-block-button.is-style-black-outline-mobile .wp-block-button__link:hover, .wp-block-button.is-style-black-outline-mobile .wp-block-button__link:focus-visible, .wp-block-button.is-style-black-outline-mobile .wp-block-button__link:active, .wp-block-button.is-style-black-outline-mobile .wp-block-button__link[disabled], .wp-block-button.is-style-black-outline-mobile .wp-block-button__link.disabled {
    background: linear-gradient(135deg, #00a6e0 0%, #abe9ff 100%);
    color: #000000;
    box-shadow: none;
  }
  .wp-block-button.is-style-black-outline-mobile .wp-block-button__link:active {
    background: #000000;
    color: #ffffff;
  }
  .wp-block-button.is-style-black-outline-mobile .wp-block-button__link[disabled], .wp-block-button.is-style-black-outline-mobile .wp-block-button__link.disabled {
    background: #d9d9d9;
    color: #ffffff;
  }
  .wp-block-button.is-style-white-mobile .wp-block-button__link {
    background: #ffffff;
    color: #000000;
    border: none;
    border-radius: 0;
    font-weight: 700;
  }
  .wp-block-button.is-style-white-mobile .wp-block-button__link:hover, .wp-block-button.is-style-white-mobile .wp-block-button__link:focus-visible, .wp-block-button.is-style-white-mobile .wp-block-button__link:active, .wp-block-button.is-style-white-mobile .wp-block-button__link[disabled], .wp-block-button.is-style-white-mobile .wp-block-button__link.disabled {
    background: linear-gradient(135deg, #00a6e0 0%, #abe9ff 100%);
    color: #000000;
  }
  .wp-block-button.is-style-white-mobile .wp-block-button__link:active {
    background: #000000;
    color: #ffffff;
  }
  .wp-block-button.is-style-white-mobile .wp-block-button__link[disabled], .wp-block-button.is-style-white-mobile .wp-block-button__link.disabled {
    background: #222695;
    color: #373CBD;
  }
}
/* ----------------------
   TABLET-only variants
   ---------------------- */
@media (min-width: 768px) and (max-width: 991px) {
  .wp-block-button.is-style-default-tablet .wp-block-button__link:hover, .wp-block-button.is-style-default-tablet .wp-block-button__link:focus-visible, .wp-block-button.is-style-default-tablet .wp-block-button__link:active, .wp-block-button.is-style-default-tablet .wp-block-button__link[disabled], .wp-block-button.is-style-default-tablet .wp-block-button__link.disabled {
    background: linear-gradient(135deg, #00a6e0 0%, #abe9ff 100%);
    color: #000000;
  }
  .wp-block-button.is-style-default-tablet .wp-block-button__link:active {
    background: #000000;
    color: #ffffff;
  }
  .wp-block-button.is-style-default-tablet .wp-block-button__link[disabled], .wp-block-button.is-style-default-tablet .wp-block-button__link.disabled {
    background: #d9d9d9;
    color: #ffffff;
  }
  .wp-block-button.is-style-outline-tablet .wp-block-button__link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .wp-block-button.is-style-outline-tablet .wp-block-button__link:hover, .wp-block-button.is-style-outline-tablet .wp-block-button__link:focus-visible, .wp-block-button.is-style-outline-tablet .wp-block-button__link:active, .wp-block-button.is-style-outline-tablet .wp-block-button__link[disabled], .wp-block-button.is-style-outline-tablet .wp-block-button__link.disabled {
    background: linear-gradient(135deg, #00a6e0 0%, #abe9ff 100%);
    color: #000000;
    border: none;
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
  }
  .wp-block-button.is-style-outline-tablet .wp-block-button__link:active {
    background: #000000;
    color: #ffffff;
  }
  .wp-block-button.is-style-outline-tablet .wp-block-button__link[disabled], .wp-block-button.is-style-outline-tablet .wp-block-button__link.disabled {
    background: #222695;
    color: #373CBD;
  }
  .wp-block-button.is-style-black-outline-tablet .wp-block-button__link {
    background: transparent;
    color: #000000;
    box-shadow: inset 0 0 0 2px #000000;
    border-radius: 0;
    font-weight: 700;
  }
  .wp-block-button.is-style-black-outline-tablet .wp-block-button__link:hover, .wp-block-button.is-style-black-outline-tablet .wp-block-button__link:focus-visible, .wp-block-button.is-style-black-outline-tablet .wp-block-button__link:active, .wp-block-button.is-style-black-outline-tablet .wp-block-button__link[disabled], .wp-block-button.is-style-black-outline-tablet .wp-block-button__link.disabled {
    background: linear-gradient(135deg, #00a6e0 0%, #abe9ff 100%);
    color: #000000;
    box-shadow: none;
  }
  .wp-block-button.is-style-black-outline-tablet .wp-block-button__link:active {
    background: #000000;
    color: #ffffff;
  }
  .wp-block-button.is-style-black-outline-tablet .wp-block-button__link[disabled], .wp-block-button.is-style-black-outline-tablet .wp-block-button__link.disabled {
    background: #d9d9d9;
    color: #ffffff;
  }
  .wp-block-button.is-style-white-tablet .wp-block-button__link {
    background: #ffffff;
    color: #000000;
    border: none;
    border-radius: 0;
    font-weight: 700;
  }
  .wp-block-button.is-style-white-tablet .wp-block-button__link:hover, .wp-block-button.is-style-white-tablet .wp-block-button__link:focus-visible, .wp-block-button.is-style-white-tablet .wp-block-button__link:active, .wp-block-button.is-style-white-tablet .wp-block-button__link[disabled], .wp-block-button.is-style-white-tablet .wp-block-button__link.disabled {
    background: linear-gradient(135deg, #00a6e0 0%, #abe9ff 100%);
    color: #000000;
  }
  .wp-block-button.is-style-white-tablet .wp-block-button__link:active {
    background: #000000;
    color: #ffffff;
  }
  .wp-block-button.is-style-white-tablet .wp-block-button__link[disabled], .wp-block-button.is-style-white-tablet .wp-block-button__link.disabled {
    background: #222695;
    color: #373CBD;
  }
}
.wp-block-button.is-style-icon .wp-block-button__link {
  background: none;
  border: none !important;
  padding: 0.5rem;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  font-size: 0.875rem;
  transition: opacity 0.3s ease-in-out;
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  display: inline-block;
  line-height: 0.5em;
  /* &:hover,
  &:focus-visible,
  &:active,
  &[disabled],
  &.disabled {
    opacity: .6;
    color: inherit;
  } */
}
.wp-block-button.is-style-icon .wp-rich-text-font-awesome-icon {
  display: block;
  font-size: 4.875rem;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .wp-block-button.color-black-mobile .wp-block-button__link {
    color: #000000;
  }
  .wp-block-button.color-black-mobile .wp-block-button__link:hover, .wp-block-button.color-black-mobile .wp-block-button__link:focus-visible {
    color: #00c896;
  }
}

form,
.wpforms-form {
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.wpforms-container {
  max-width: 100%;
}
.wpforms-container-full {
  margin: 0 !important;
}
.wpforms-container .wpforms-form {
  background: transparent;
}
.wpforms-container .wpforms-form .wpforms-field {
  padding: 0 0 1rem;
}
.wpforms-container .wpforms-form .wpforms-field .wpforms-required-label {
  content: " *";
  color: #000000;
  font-weight: bold;
}

.wpforms-field-label {
  display: block;
  margin-bottom: 0.5rem !important;
  text-transform: uppercase !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
}

div.wpforms-container-full .wpforms-field input[type=text],
div.wpforms-container-full .wpforms-field input[type=email],
div.wpforms-container-full .wpforms-field input[type=password],
div.wpforms-container-full .wpforms-field input[type=url],
div.wpforms-container-full .wpforms-field input[type=tel],
div.wpforms-container-full .wpforms-field input[type=number],
div.wpforms-container-full .wpforms-field input[type=date],
div.wpforms-container-full .wpforms-field input[type=time],
div.wpforms-container-full .wpforms-field textarea,
div.wpforms-container-full .wpforms-field select {
  width: 100%;
  padding: 29px 1.5rem;
  border: 1px solid #d4d4d4;
  border-radius: 0 !important;
  background-color: #ffffff;
  font-size: 0.875rem;
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  max-width: none;
}
div.wpforms-container-full .wpforms-field input[type=text]:focus-visible,
div.wpforms-container-full .wpforms-field input[type=email]:focus-visible,
div.wpforms-container-full .wpforms-field input[type=password]:focus-visible,
div.wpforms-container-full .wpforms-field input[type=url]:focus-visible,
div.wpforms-container-full .wpforms-field input[type=tel]:focus-visible,
div.wpforms-container-full .wpforms-field input[type=number]:focus-visible,
div.wpforms-container-full .wpforms-field input[type=date]:focus-visible,
div.wpforms-container-full .wpforms-field input[type=time]:focus-visible,
div.wpforms-container-full .wpforms-field textarea:focus-visible,
div.wpforms-container-full .wpforms-field select:focus-visible {
  border-color: #00a6e0;
  outline: none;
}
div.wpforms-container-full .wpforms-field input[type=text].wpforms-field-invalid,
div.wpforms-container-full .wpforms-field input[type=email].wpforms-field-invalid,
div.wpforms-container-full .wpforms-field input[type=password].wpforms-field-invalid,
div.wpforms-container-full .wpforms-field input[type=url].wpforms-field-invalid,
div.wpforms-container-full .wpforms-field input[type=tel].wpforms-field-invalid,
div.wpforms-container-full .wpforms-field input[type=number].wpforms-field-invalid,
div.wpforms-container-full .wpforms-field input[type=date].wpforms-field-invalid,
div.wpforms-container-full .wpforms-field input[type=time].wpforms-field-invalid,
div.wpforms-container-full .wpforms-field textarea.wpforms-field-invalid,
div.wpforms-container-full .wpforms-field select.wpforms-field-invalid {
  border-color: #dc3545;
  background-color: rgba(220, 53, 69, 0.05);
}
div.wpforms-container-full .wpforms-field input[type=text]::placeholder,
div.wpforms-container-full .wpforms-field input[type=email]::placeholder,
div.wpforms-container-full .wpforms-field input[type=password]::placeholder,
div.wpforms-container-full .wpforms-field input[type=url]::placeholder,
div.wpforms-container-full .wpforms-field input[type=tel]::placeholder,
div.wpforms-container-full .wpforms-field input[type=number]::placeholder,
div.wpforms-container-full .wpforms-field input[type=date]::placeholder,
div.wpforms-container-full .wpforms-field input[type=time]::placeholder,
div.wpforms-container-full .wpforms-field textarea::placeholder,
div.wpforms-container-full .wpforms-field select::placeholder {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  div.wpforms-container-full.wpforms-container .wpforms-one-half {
    width: 100%;
    margin: 0;
  }
}

.wpforms-field textarea {
  resize: vertical;
  min-height: 120px;
  font-family: inherit;
}

.wpforms-field-textarea:after {
  display: flex;
  content: "*Required Field";
  font-size: 0.75rem;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  justify-content: flex-end;
  font-weight: 700;
}

.wpforms-container-full .wpforms-field-checkbox input[type=radio],
.wpforms-container-full .wpforms-field-radio input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 34px;
  height: 34px;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  background: #fff;
  margin: 0;
  margin-top: 2px;
  flex-shrink: 0;
  position: relative;
  transition: border-color 0.2s, background 0.2s;
}
.wpforms-container-full .wpforms-field-checkbox input[type=radio]:before,
.wpforms-container-full .wpforms-field-radio input[type=radio]:before {
  display: none !important;
}
.wpforms-container-full .wpforms-field-checkbox input[type=radio]:checked,
.wpforms-container-full .wpforms-field-radio input[type=radio]:checked {
  border-color: #000000;
  background: #000000;
}
.wpforms-container-full .wpforms-field-checkbox input[type=radio]:checked::after,
.wpforms-container-full .wpforms-field-radio input[type=radio]:checked::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  background: #00c896;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.wpforms-container-full .wpforms-field-checkbox label,
.wpforms-container-full .wpforms-field-radio label {
  display: block;
  margin-bottom: 0.5rem !important;
  text-transform: uppercase !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  margin: 0 !important;
}
.wpforms-container-full .wpforms-field-checkbox input[type=checkbox],
.wpforms-container-full .wpforms-field-radio input[type=checkbox] {
  width: auto;
  margin: 0;
  margin-top: 2px;
  flex-shrink: 0;
}
.wpforms-container-full .wpforms-field-checkbox ul,
.wpforms-container-full .wpforms-field-radio ul {
  display: flex !important;
  gap: 3rem !important;
  list-style: none;
  padding: 0;
  margin: 0;
}
.wpforms-container-full .wpforms-field-checkbox ul li,
.wpforms-container-full .wpforms-field-radio ul li {
  align-items: center !important;
}
.wpforms-container-full .wpforms-field-checkbox ul li:last-child,
.wpforms-container-full .wpforms-field-radio ul li:last-child {
  margin-left: auto !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices {
  width: 100%;
  margin: 0 !important;
  position: relative;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices:before {
  display: none !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices__inner {
  border-radius: 0 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices:after {
  content: "";
  position: absolute;
  top: 0;
  right: 1px !important;
  width: 3.75rem !important;
  height: 100% !important;
  background: none;
  border: none !important;
  background-color: #272076 !important;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
  content: "\f078";
  font-size: 1.125rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner {
  background: #ffffff;
  border: 1px solid #d4d4d4;
  border-radius: 0 !important;
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  padding: 0 !important;
  box-shadow: none;
  position: relative;
  width: 100%;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__list--single {
  padding: 0 !important;
  width: 100%;
  height: auto;
  display: block;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__list--dropdown,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__list[aria-expanded] {
  background: #ffffff;
  border-left: 1px solid #d4d4d4 !important;
  border-right: 1px solid #d4d4d4 !important;
  border-bottom: 1px solid #d4d4d4 !important;
  border-top: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin-top: 2px;
  font-size: 0.875rem;
  font-weight: 700;
  z-index: 10;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__list--dropdown .choices__item--selectable,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__list[aria-expanded] .choices__item--selectable {
  padding-right: 1.5rem !important;
  overflow: visible;
  white-space: wrap;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__item {
  color: #000000;
  font-size: 0.875rem;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  padding-right: 5.25rem !important;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-inline-end: 20px;
  white-space: nowrap;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__item--selectable.is-highlighted {
  background: #272076 !important;
  color: #ffffff !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__item--selectable.is-highlighted:after {
  display: none !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__placeholder {
  color: #666666;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__input {
  display: none !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-disabled:after {
  opacity: 0.5;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open:after {
  transform: rotate(180deg);
  top: 1px;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__inner {
  box-shadow: none !important;
  border-bottom: none !important;
  border-right: 1px solid #d4d4d4 !important;
  border-left: 1px solid #d4d4d4 !important;
  border-top: 1px solid #d4d4d4 !important;
}

.wpforms-error {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  display: block;
}

.wpforms-confirmation-container,
.wpforms-confirmation-container-full {
  background-color: rgba(0, 124, 186, 0.1);
  border: 1px solid #007cba;
  border-radius: 4px;
  padding: 1rem;
  margin-bottom: 1.5rem;
  color: #007cba;
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.wpforms-field-description {
  font-size: 0.875rem;
  color: rgb(63.75, 63.75, 63.75);
  margin-top: 0.25rem;
  line-height: 1.4;
}

.wpforms-field-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.wpforms-field-row .wpforms-field {
  flex: 1;
  margin-bottom: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .wpforms-field-row {
    flex-direction: column;
    gap: 0;
  }
  .wpforms-field-row .wpforms-field {
    margin-bottom: 1rem;
  }
  .wpforms-field-row .wpforms-field:last-child {
    margin-bottom: 0;
  }
}

div.wpforms-container-full .wpforms-submit-container {
  margin: 0 !important;
}
div.wpforms-container-full .wpforms-submit-container button[type=submit] {
  background: transparent !important;
  color: #000000 !important;
  box-shadow: inset 0 0 0 2px #000000;
  border-radius: 0 !important;
  font-weight: 700;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  transition: none !important;
}
div.wpforms-container-full .wpforms-submit-container button[type=submit]:hover, div.wpforms-container-full .wpforms-submit-container button[type=submit]:focus-visible, div.wpforms-container-full .wpforms-submit-container button[type=submit]:active, div.wpforms-container-full .wpforms-submit-container button[type=submit][disabled], div.wpforms-container-full .wpforms-submit-container button[type=submit].disabled {
  background: linear-gradient(135deg, #00a6e0 0%, #abe9ff 100%) !important;
  color: #000000 !important;
  box-shadow: none;
}
div.wpforms-container-full .wpforms-submit-container button[type=submit]:active {
  background: #000000 !important;
  color: #ffffff !important;
}
div.wpforms-container-full .wpforms-submit-container button[type=submit][disabled], div.wpforms-container-full .wpforms-submit-container button[type=submit].disabled {
  background: #d9d9d9 !important;
  color: #ffffff !important;
}

.wpforms-submit {
  opacity: 0;
  transition: opacity 0.3s ease;
  animation: fadeInFallback 0.5s ease 1s forwards;
}
.wpforms-submit.custom-modified {
  opacity: 1;
}

@keyframes fadeInFallback {
  to {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .hero.homepage {
    position: relative;
    min-height: 548px;
    align-items: center;
    display: flex;
  }
  .hero.homepage::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("assets/images/hero-bg-homepage-fade.png");
    background-size: 89% 548px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.5;
  }
  .hero.homepage .wp-block-columns {
    width: 100%;
    justify-content: space-between;
    position: relative;
    z-index: 1;
  }
  .hero.homepage .wp-block-columns .wp-block-column {
    flex-basis: 50%;
    width: 50%;
    flex-grow: 0;
  }
  .hero.homepage .wp-block-columns .wp-block-column:first-child {
    max-width: 475px;
  }
  .hero.homepage .wp-block-columns .wp-block-column:last-child {
    display: flex;
    justify-content: flex-end;
  }
  .hero.homepage .wp-block-columns figure {
    max-height: 432px;
  }
  .hero.homepage .wp-block-heading {
    margin-bottom: 0.5rem;
  }
}
.hero.default {
  background-size: 100% 125% !important;
}
.hero.featured {
  position: relative;
  display: flex;
  align-items: center !important;
  gap: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .hero.featured .wp-block-heading {
    margin-top: 0.5rem !important;
  }
}
.hero.featured .image {
  flex-basis: 58%;
}
.hero.featured .image figure {
  aspect-ratio: 11/8;
}
@media (max-width: 767px) {
  .hero.featured .image figure {
    aspect-ratio: 2/1;
    position: relative;
  }
}
.hero.featured .image img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .hero.featured .image {
    margin: 0 0 1rem !important;
  }
}
.hero.featured .content {
  position: relative;
  margin-right: -90px;
  background: #ffffff;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-basis: 49%;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero.featured .content {
    flex-basis: 75%;
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .hero.featured .content {
    flex-basis: 100%;
    padding: 0;
    background: none;
  }
}
@media (max-width: 991px) {
  .hero.featured .content {
    margin: 0 0 1rem !important;
  }
}
.hero.featured .meta {
  text-transform: uppercase;
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #272076;
}
@media (max-width: 767px) {
  .hero.featured .meta {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: column;
  }
}
.hero.featured .category {
  position: absolute;
  left: 0;
  top: 0;
  background: #00c896;
  color: #000000;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  padding: 0.25rem 1.5rem;
}
.hero.featured .wp-block-button {
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .hero.featured .wp-block-button {
    margin-top: 1rem !important;
  }
}
.hero.featured .timeline-line {
  z-index: 2;
}
.hero.post .featured-image-group {
  position: relative;
}
.hero.post .featured-image-group figure {
  aspect-ratio: 3.3/1 !important;
}
.hero.post .featured-image-group img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.hero.post .wp-block-post-terms {
  position: absolute;
  left: 0;
  top: 0;
  background: #00c896;
  color: #000000;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  padding: 0.25rem 1.5rem;
  z-index: 1;
}

@media (max-width: 767px) {
  .hero.post .wp-container-core-group-is-layout-507e6712 {
    display: block;
    margin-bottom: 1.5rem !important;
  }
  .hero.post .wp-container-core-group-is-layout-507e6712 .wp-block-post-title {
    margin-bottom: 0.4em;
  }
  .hero.post .wp-container-core-group-is-layout-507e6712 > .wp-block-group {
    justify-content: flex-start;
  }
}

.skip-links {
  position: absolute;
  top: -40px;
  left: 6px;
  z-index: 1050;
}
.skip-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 8px;
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-color: #007cba;
  color: white;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-links a:focus {
  outline: 2px solid #007cba;
  outline-offset: 2px;
}
.skip-links a:hover {
  background-color: #006ba1;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.skip-links a:focus {
  position: static;
  width: auto;
  height: auto;
}

.yoast-breadcrumbs {
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
}
.yoast-breadcrumbs > span > span {
  padding: 0 0.25rem 0 0;
  display: inline-block;
}
.yoast-breadcrumbs > span > span:after {
  content: "/";
  padding: 0 0 0 0.5rem;
  display: inline-block;
}
.yoast-breadcrumbs span > a {
  text-decoration: none;
  margin: 0;
  display: inline-block;
}
.yoast-breadcrumbs span > a:hover {
  text-decoration: underline;
}
.yoast-breadcrumbs .breadcrumb_last {
  margin: 0;
  padding: 0;
}
.yoast-breadcrumbs .breadcrumb_last:after {
  display: none;
}
@media (max-width: 767px) {
  .yoast-breadcrumbs {
    display: none;
  }
}

.wp-block-query-pagination {
  gap: 4rem;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .wp-block-query-pagination {
    gap: 2rem;
  }
}
.wp-block-query-pagination-numbers {
  display: flex;
  gap: 0.5rem;
  margin: 0 5rem;
}
.wp-block-query-pagination-numbers > span,
.wp-block-query-pagination-numbers > a {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid #000000;
  background-color: transparent;
  color: transparent;
  text-indent: -9999px;
  border-radius: 50%;
  text-decoration: none;
}
.wp-block-query-pagination-numbers a:hover,
.wp-block-query-pagination-numbers a:focus-visible {
  background-color: #00a6e0;
  border-color: #00a6e0;
  color: transparent;
}
.wp-block-query-pagination-numbers span.current {
  background-color: #00a6e0;
  border-color: #00a6e0;
  color: transparent;
}
.wp-block-query-pagination-next, .wp-block-query-pagination-previous {
  color: #00a6e0;
  text-decoration: none;
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  position: relative;
}
.wp-block-query-pagination-next:hover, .wp-block-query-pagination-next:focus-visible, .wp-block-query-pagination-previous:hover, .wp-block-query-pagination-previous:focus-visible {
  text-decoration: underline;
}
.wp-block-query-pagination-next.disabled, .wp-block-query-pagination-previous.disabled {
  color: #d9d9d9;
  pointer-events: none;
  text-decoration: none !important;
}
.wp-block-query-pagination-next.disabled:after, .wp-block-query-pagination-previous.disabled:after {
  background: #d9d9d9;
}
.wp-block-query-pagination-next:after, .wp-block-query-pagination-previous:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: #00a6e0;
  width: 18px;
  height: 11px;
  content: "";
  transform-origin: center;
  background: #00a6e0;
  -webkit-mask: url("assets/images/arrow.svg") no-repeat center;
  mask: url("assets/images/arrow.svg") no-repeat center;
}
.wp-block-query-pagination-previous {
  padding-left: 2rem;
}
.wp-block-query-pagination-previous:after {
  top: 0;
  transform: rotate(180deg) translateY(-50%);
  left: 0;
}
.wp-block-query-pagination-next {
  padding-right: 2rem;
}
.wp-block-query-pagination-next:after {
  right: 0;
}

@media (min-width: 992px) {
  .main-nav-row {
    width: 100% !important;
  }
}

.main-nav {
  width: 100%;
  margin: 0 auto !important;
  max-width: 800px;
}
.main-nav .wp-block-navigation-item {
  color: #000000;
}
.main-nav .wp-block-navigation-item.current-menu-ancestor .wp-block-navigation-item__content, .main-nav .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content {
  color: #00a6e0 !important;
}
.main-nav .wp-block-navigation-item.current-menu-ancestor .wp-block-navigation-item__content + .wp-block-navigation__submenu-icon, .main-nav .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content + .wp-block-navigation__submenu-icon {
  color: #00a6e0 !important;
}
.main-nav .wp-block-navigation-item:not(.current-menu-item) .wp-block-navigation-item__content:hover, .main-nav .wp-block-navigation-item:not(.current-menu-item) .wp-block-navigation-item__content:focus-visible, .main-nav .wp-block-navigation-item:not(.current-menu-ancestor) .wp-block-navigation-item__content:hover, .main-nav .wp-block-navigation-item:not(.current-menu-ancestor) .wp-block-navigation-item__content:focus-visible {
  color: #272076;
}
.main-nav .wp-block-navigation-item:not(.current-menu-item) .wp-block-navigation-item__content:hover + .wp-block-navigation__submenu-icon, .main-nav .wp-block-navigation-item:not(.current-menu-item) .wp-block-navigation-item__content:focus-visible + .wp-block-navigation__submenu-icon, .main-nav .wp-block-navigation-item:not(.current-menu-ancestor) .wp-block-navigation-item__content:hover + .wp-block-navigation__submenu-icon, .main-nav .wp-block-navigation-item:not(.current-menu-ancestor) .wp-block-navigation-item__content:focus-visible + .wp-block-navigation__submenu-icon {
  color: #272076;
}
.main-nav .wp-block-navigation-item.wp-block-navigation-submenu.open {
  background: #000000 !important;
}
.main-nav .wp-block-navigation-item.wp-block-navigation-submenu.open > .wp-block-navigation-item__content:hover,
.main-nav .wp-block-navigation-item.wp-block-navigation-submenu.open > .wp-block-navigation-item__content:focus-visible {
  color: #ffffff !important;
}
.main-nav .wp-block-navigation-item.wp-block-navigation-submenu.open > .wp-block-navigation-item__content:hover + .wp-block-navigation__submenu-icon,
.main-nav .wp-block-navigation-item.wp-block-navigation-submenu.open > .wp-block-navigation-item__content:focus-visible + .wp-block-navigation__submenu-icon {
  color: #00c896;
}
.main-nav .wp-block-navigation-item.wp-block-navigation-submenu.open .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content {
  color: #000000 !important;
  background: #00c896 !important;
}
.main-nav .wp-block-navigation-item.wp-block-navigation-submenu.open .wp-block-navigation-item__content {
  color: #ffffff !important;
}
.main-nav .wp-block-navigation-item.wp-block-navigation-submenu.open .wp-block-navigation-item__content + .wp-block-navigation__submenu-icon {
  color: #00c896;
}
.main-nav .wp-block-navigation-item.wp-block-navigation-submenu.open .wp-block-navigation__submenu-container .wp-block-navigation-item:not(.current-menu-item) .wp-block-navigation-item__content:hover, .main-nav .wp-block-navigation-item.wp-block-navigation-submenu.open .wp-block-navigation__submenu-container .wp-block-navigation-item:not(.current-menu-item) .wp-block-navigation-item__content:focus-visible {
  color: #00c896 !important;
}
.main-nav .wp-block-navigation-item a,
.main-nav .wp-block-navigation-item button {
  text-decoration: none;
  z-index: 2;
}
.main-nav .wp-block-navigation-item a:focus,
.main-nav .wp-block-navigation-item button:focus {
  outline: none !important;
}
.main-nav .wp-block-navigation-item:hover, .main-nav .wp-block-navigation-item:focus-visible {
  text-decoration: none;
}
.main-nav .wp-block-navigation-submenu .wp-block-navigation__submenu-container {
  display: none !important;
}
.main-nav .wp-block-navigation-submenu.open {
  z-index: 5 !important;
}
.main-nav .wp-block-navigation-submenu.open .wp-block-navigation__submenu-container {
  display: block !important;
  visibility: visible !important;
}
.main-nav .wp-block-navigation-submenu.open .wp-block-navigation__submenu-icon {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .main-nav .wp-block-navigation__container {
    justify-content: space-between;
  }
  .main-nav .wp-block-navigation__container > .wp-block-navigation-item {
    padding: 0 0.75rem 0 0 !important;
  }
  .main-nav .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content {
    margin: 0 !important;
    padding: 0.5rem 0 0.5rem 0.75rem !important;
  }
  .main-nav .wp-block-navigation-item {
    white-space: nowrap !important;
  }
  .main-nav .wp-block-navigation__submenu-icon {
    width: 0.8rem;
    height: 100%;
    display: inline-block;
    margin-left: 0.5rem !important;
    z-index: 2;
  }
  .main-nav .wp-block-navigation__submenu-container {
    background: #000000 !important;
    border: none !important;
    min-width: 0 !important;
    padding: 0.5rem 0.75rem 0.5rem !important;
    z-index: 1 !important;
    height: auto !important;
    left: 0 !important;
    width: auto !important;
    opacity: 1 !important;
  }
  .main-nav .wp-block-navigation__submenu-container .wp-block-navigation-item {
    margin: 0 !important;
  }
  .main-nav .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    padding: 0.5rem 0.75rem !important;
  }
  .main-nav .wp-block-navigation__submenu-container .wp-block-navigation-item.current-menu-item {
    background: #00c896 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-nav .wp-block-navigation__container {
    gap: 0.75rem !important;
  }
}
@media (max-width: 767px) {
  .main-nav .wp-block-navigation__responsive-container {
    width: 100%;
    top: 67px;
    height: calc(100% - 67px);
    padding: 0 !important;
    overflow: visible;
    border-top: 1px solid #d4d4d4;
    animation: fadeDropIn 0.2s ease;
  }
  @keyframes fadeDropIn {
    0% {
      opacity: 0;
      transform: translateY(-30px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .main-nav .wp-block-navigation__responsive-container-content {
    padding: 0 !important;
  }
  .main-nav .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close {
    height: 100%;
  }
  .main-nav .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog {
    height: 100%;
  }
  .main-nav .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content {
    height: 100%;
    overflow: auto;
  }
  .main-nav .wp-block-navigation__responsive_dialog {
    margin: 0 !important;
  }
  .main-nav .wp-block-navigation__submenu-container {
    padding: 0 1rem 1rem !important;
    margin-top: 0 !important;
    border: none !important;
    width: 100% !important;
    min-width: 0 !important;
  }
  .main-nav .wp-block-navigation__submenu-container .wp-block-navigation-item {
    border: none !important;
  }
  .main-nav .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    padding: 0.75rem 1.5rem !important;
  }
  .main-nav .wp-block-navigation__submenu-icon {
    display: block !important;
    position: absolute;
    right: 16px;
    height: auto;
    width: 38px;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 !important;
    top: 21px;
  }
  .main-nav .wp-block-navigation__container {
    align-items: flex-start !important;
    gap: 0 !important;
  }
  .main-nav .wp-block-navigation-item {
    align-items: flex-start !important;
    border-bottom: 1px solid #d4d4d4;
    margin: 0 !important;
    width: 100%;
  }
  .main-nav .wp-block-navigation-item__content {
    padding: 1.15rem 1.5rem !important;
    font-size: 1rem;
    width: 100%;
  }
  .main-nav .wp-block-navigation-item__content:focus {
    outline: none !important;
  }
  .main-nav .wp-block-navigation-item__label {
    display: block !important;
  }
  .main-nav .wp-block-navigation-item.wp-block-navigation-submenu.open {
    background: #000000 !important;
  }
}
.main-nav .wp-block-navigation__responsive-container-open svg {
  display: none;
}
.main-nav .wp-block-navigation__responsive-container-open:before {
  content: "\f0c9";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
  font-size: 2rem;
  color: #272076;
}
.main-nav .wp-block-navigation__responsive-container-close {
  position: absolute;
  width: 48px;
  padding: 0.25rem;
  background: #ffffff;
  top: -61px;
  left: 10px;
}
.main-nav .wp-block-navigation__responsive-container-close svg {
  display: none;
}
.main-nav .wp-block-navigation__responsive-container-close:before {
  content: "\f00d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
  font-size: 2rem;
  color: #272076;
}
@media (min-width: 768px) {
  .main-nav .wp-block-navigation__responsive-container-open {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .main-nav .wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__responsive-container-content {
    display: none;
  }
  .main-nav .wp-block-navigation__responsive-container-open {
    display: block !important;
  }
}

.footer-nav {
  display: block;
  columns: 2;
  font-size: 1.125rem;
  font-weight: 700;
}
.footer-nav li {
  margin-bottom: 1em;
}

.widget {
  margin-bottom: 2rem;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #000000;
}
.widget .widget-title:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #007cba;
  margin-top: 0.25rem;
}
.widget ul {
  list-style: none;
  padding: 0;
}
.widget ul li {
  margin-bottom: 0.25rem;
  padding: 0.25rem 0;
  border-bottom: 1px solid rgba(212, 212, 212, 0.5);
}
.widget ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.widget ul li a {
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.widget ul li a:hover {
  color: #007cba;
}

.custom-sidebar .widget {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #f9f8fb;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .custom-sidebar .widget {
    margin-top: 2rem;
  }
}

.wp-block-thirtysixbeech-blocks-accordion .accordion-item {
  background: #ffffff;
}
.wp-block-thirtysixbeech-blocks-accordion .accordion-item summary {
  padding: 0.5rem 1.5rem;
}
.wp-block-thirtysixbeech-blocks-accordion .accordion-item:not([open]) summary {
  color: #ffffff;
  background-color: #000000;
}
.wp-block-thirtysixbeech-blocks-accordion .accordion-item:not([open]) summary svg {
  color: #00c896;
}
.wp-block-thirtysixbeech-blocks-accordion .accordion-item summary {
  font-size: 1.125rem;
  font-weight: 700;
  background-color: #00c896;
  color: #000000;
}
.wp-block-thirtysixbeech-blocks-accordion .accordion-item summary + div {
  padding: 1.5rem 1rem;
  border-left: solid 1px #d9d9d9;
  border-right: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
}

.accordion {
  display: flex;
  flex-flow: column;
  gap: 0.25rem;
  position: relative;
}
.accordion .wp-block-details {
  width: 100%;
  padding: 0 1.5rem 1rem;
  border: solid 1px #d9d9d9;
  margin: 0;
  transition: color 0.1s ease-in, border-color 0.1s ease-in;
}
.accordion .wp-block-details:not([open]) {
  padding: 0 1.5rem 0.5rem;
  border-color: transparent;
}
.accordion .wp-block-details:not([open]) summary {
  color: #ffffff;
  background-color: #000000;
}
.accordion .wp-block-details:not([open]) summary::after {
  transform: rotate(0);
  color: #00c896;
}
.accordion .wp-block-details:not([open]) summary:hover, .accordion .wp-block-details:not([open]) summary:focus-visible {
  color: #00c896;
  background-color: #000000;
}
.accordion .wp-block-details:not([open]):last-of-type {
  padding: 0 1.5rem;
}
.accordion summary {
  font-size: 1.125rem;
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  list-style: none;
  padding-right: 2rem;
  background-color: #00c896;
  color: #000000;
  position: relative;
  padding: 0.5rem 3.5rem 0.5rem 1.5rem;
  margin: 0 -1.5rem;
  transition: background-color 0.1s ease-in, color 0.1s ease-in;
  /* removes the default marker */
  cursor: pointer;
  /* keeps the pointer cursor */
  position: relative;
}
@media (max-width: 767px) {
  .accordion summary {
    font-size: 0.875rem;
    padding: 1rem 3.5rem 1rem 1rem;
  }
}
.accordion summary:focus {
  outline: none;
}
.accordion summary:hover, .accordion summary:focus-visible {
  color: #000000;
  background-color: #00c896;
}
.accordion summary::-webkit-details-marker {
  display: none;
}
.accordion summary::marker {
  display: none;
}
.accordion summary::after {
  content: "\f078";
  transform: rotate(180deg);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
  display: flex;
  align-items: center;
  height: 1rem;
  position: absolute;
  right: 1.5rem;
  top: 14px;
  font-size: 1rem;
  color: #000000;
  transition: color 0.1s ease-in;
}
@media (max-width: 767px) {
  .accordion summary::after {
    top: 18px;
    right: 1rem;
  }
}
@media (max-width: 767px) {
  .accordion.homepage-accordion {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
}
.accordion.homepage-accordion summary {
  font-size: 1.5rem;
  font-weight: 700;
  background: none !important;
  color: inherit !important;
}
.accordion.homepage-accordion summary::after {
  color: inherit !important;
}
.accordion.homepage-accordion summary:hover, .accordion.homepage-accordion summary:focus-visible {
  color: #00c896 !important;
}
.accordion.homepage-accordion .wp-block-details {
  border: none;
  border-bottom: solid rgba(255, 255, 255, 0.5) 1px !important;
  margin: 0 0 1.5rem 0;
  padding: 0 0 1.5rem 0;
  background: none !important;
}
.accordion.homepage-accordion .wp-block-details:last-child {
  border-bottom: none !important;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .accordion.homepage-accordion .wp-block-details {
    display: none;
    margin: 0;
    padding: 0;
  }
  .accordion.homepage-accordion .wp-block-details.active {
    display: block !important;
  }
  .accordion.homepage-accordion .wp-block-details summary::after {
    display: none;
  }
}

.accordion-dropdown-wrapper {
  position: relative;
  display: none;
  width: 100%;
  padding-right: 2rem;
  margin-bottom: 1rem !important;
  background: #ffffff;
}
.accordion-dropdown-wrapper::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 1rem;
  color: #000000;
  padding: 1rem 0.5rem;
}
@media (max-width: 767px) {
  .accordion-dropdown-wrapper {
    display: block;
  }
}
.accordion-dropdown-wrapper.open::after {
  transform: translateY(-50%) rotate(180deg);
}

.accordion-dropdown {
  cursor: pointer;
  border: none;
  border-radius: 0;
  font-size: 1.125rem;
  color: #000000;
  width: 100%;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 1rem 1rem;
  font-weight: bold;
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.accordion-dropdown:focus {
  outline: none;
}

@media (max-width: 767px) {
  .accordion-bg {
    background: url("assets/images/hero-bg-homepage.jpg");
    background-size: 220% 158%;
    background-position: center top;
  }
}

.carousel {
  position: relative;
  overflow: hidden;
}

.carousel .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.carousel.has-dots .swiper-wrapper > .wp-block-group {
  padding-bottom: 115px !important;
}
.carousel .swiper-pagination-bullets {
  text-align: left !important;
  padding: 0 0 0 140px;
  margin: 0;
  bottom: 90px !important;
}
@media (max-width: 767px) {
  .carousel .swiper-pagination-bullets {
    padding: 1rem 0 0 0 !important;
    text-align: center !important;
  }
}
.carousel .swiper-pagination-bullets .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid white;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 15px 0 0 !important;
}
.carousel .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}

.lightbox-carousel-slides {
  display: none;
}

.glightbox-container .gprev, .glightbox-container .gnext {
  display: none;
}
.glightbox-container .gclose {
  color: #ffffff;
  opacity: 1;
  background: none !important;
}
.glightbox-container .gclose svg path {
  fill: #ffffff;
  color: #ffffff;
}
.glightbox-container .gclose:hover svg path, .glightbox-container .gclose:focus-visible svg path {
  fill: #00c896;
  color: #00c896;
}
.glightbox-container .gcontainer {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.glightbox-container .gslider {
  height: auto;
}
.glightbox-container .lightbox-controls-wrapper {
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.125rem;
}
.glightbox-container .lightbox-prev, .glightbox-container .lightbox-next {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #00c896;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.glightbox-container .lightbox-prev:hover, .glightbox-container .lightbox-prev:focus-visible, .glightbox-container .lightbox-next:hover, .glightbox-container .lightbox-next:focus-visible {
  color: #ffffff;
}
.glightbox-container .lightbox-dots {
  display: flex;
  gap: 0.5rem;
}
.glightbox-container .dot {
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  cursor: pointer;
  border: solid 1px #ffffff;
}
.glightbox-container .dot.active {
  background: #00a6e0;
  border-color: #00a6e0;
}

.wp-block-gb-lottiefiles,
.wp-block-gb-lottiefiles lottie-player {
  max-width: 100% !important;
}

.steps .back-line {
  background: url("assets/images/dotted-line-horizontal.png");
  height: 2px;
  z-index: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .steps .back-line {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .steps .back-line {
    display: none;
  }
}
.steps .wp-block-column {
  z-index: 2;
}

.step figure {
  position: relative;
}
.step figure figcaption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 700;
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .blog-grid,
  .related-posts-list {
    background: #f9f8fb;
    border: none !important;
    /* padding: $spacing-xl var(--wp--style--root--padding-right) $spacing-xl var(--wp--style--root--padding-left) !important;
        margin-left: calc(var(--wp--style--root--padding-left) * -1) !important;
        margin-right: calc(var(--wp--style--root--padding-right) * -1) !important; */
  }
}
@media (max-width: 767px) {
  .blog-grid ul,
  .related-posts-list ul {
    grid-template-columns: 1fr;
    gap: 4rem !important;
  }
}
.blog-grid li,
.related-posts-list li {
  list-style: none;
  position: relative;
}
.blog-grid li > .wp-block-group,
.related-posts-list li > .wp-block-group {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0;
}
.blog-grid li > .wp-block-group > .wp-block-group,
.related-posts-list li > .wp-block-group > .wp-block-group {
  gap: 0 !important;
  margin: 1rem 0 0 !important;
  padding: 0 !important;
}
.blog-grid .taxonomy-category,
.blog-grid .wp-block-post-terms,
.related-posts-list .taxonomy-category,
.related-posts-list .wp-block-post-terms {
  position: absolute;
  left: 0;
  top: 0;
  background: #00c896;
  color: #000000;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  padding: 0.25rem 1rem;
  z-index: 3;
}
.blog-grid .wp-block-post-featured-image,
.related-posts-list .wp-block-post-featured-image {
  aspect-ratio: 16/9;
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .blog-grid .wp-block-post-featured-image,
  .related-posts-list .wp-block-post-featured-image {
    aspect-ratio: 2/1;
  }
}
.blog-grid .wp-block-post-featured-image img,
.related-posts-list .wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-grid .wp-block-post-excerpt,
.related-posts-list .wp-block-post-excerpt {
  margin: 0.5rem 0 0 !important;
}
.blog-grid .wp-block-post-title,
.related-posts-list .wp-block-post-title {
  margin: 0.5rem 0 0 !important;
  font-size: 1.5rem !important;
}
.blog-grid .wp-block-post-date,
.blog-grid .wp-block-post-author,
.related-posts-list .wp-block-post-date,
.related-posts-list .wp-block-post-author {
  margin: 0 !important;
  padding: 0 !important;
  color: #272076;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  display: flex;
  flex-wrap: wrap;
}
.blog-grid .wp-block-post-author__content,
.related-posts-list .wp-block-post-author__content {
  flex-basis: 0;
  flex-grow: 1;
}
.blog-grid .wp-block-post-author__name,
.related-posts-list .wp-block-post-author__name {
  word-break: unset;
}
.blog-grid .wp-block-post-author:after,
.related-posts-list .wp-block-post-author:after {
  content: " | ";
  padding: 0 0.5rem;
}
.blog-grid .wp-block-read-more,
.related-posts-list .wp-block-read-more {
  margin: 1.5rem 0 0 !important;
  background: transparent;
  color: #000000;
  box-shadow: inset 0 0 0 2px #000000;
  border-radius: 0;
  font-weight: 700;
  padding-right: 3.125rem;
  padding-left: 3.125rem;
  padding-bottom: 12px;
  padding-top: 12px;
  font-family: var(--wp--preset--font-family--urbanist);
  text-decoration: none;
  display: inline-block;
}
.blog-grid .wp-block-read-more:hover, .blog-grid .wp-block-read-more:focus-visible, .blog-grid .wp-block-read-more:active, .blog-grid .wp-block-read-more[disabled], .blog-grid .wp-block-read-more.disabled,
.related-posts-list .wp-block-read-more:hover,
.related-posts-list .wp-block-read-more:focus-visible,
.related-posts-list .wp-block-read-more:active,
.related-posts-list .wp-block-read-more[disabled],
.related-posts-list .wp-block-read-more.disabled {
  background: linear-gradient(135deg, #00a6e0 0%, #abe9ff 100%);
  color: #000000;
  box-shadow: none;
}
.blog-grid .wp-block-read-more:active,
.related-posts-list .wp-block-read-more:active {
  background: #000000;
  color: #ffffff;
}
.blog-grid .wp-block-read-more[disabled], .blog-grid .wp-block-read-more.disabled,
.related-posts-list .wp-block-read-more[disabled],
.related-posts-list .wp-block-read-more.disabled {
  background: #d9d9d9;
  color: #ffffff;
}

.related-posts-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--wp--preset--spacing--50);
  padding: 0;
  margin: 0;
}

.ccfb-filter-form {
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
}
@media (max-width: 767px) {
  .ccfb-filter-form {
    flex-flow: column;
    gap: 1rem;
  }
}
.ccfb-filter-form .ccfb-category-label:after {
  content: ":" !important;
  position: relative;
  left: -4px;
}
.ccfb-filter-form .wpforms-field-label {
  text-transform: none !important;
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700 !important;
  font-size: 1.125rem !important;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .ccfb-filter-form .wpforms-field-label {
    margin-bottom: 1rem !important;
  }
}
.ccfb-filter-form .wpforms-field-row {
  width: 280px !important;
  flex-grow: 0;
}
@media (max-width: 767px) {
  .ccfb-filter-form .wpforms-field-row {
    width: auto !important;
  }
}
.ccfb-filter-form .wpforms-field.wpforms-field-select {
  display: flex;
  margin: 0;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .ccfb-filter-form .wpforms-field.wpforms-field-select {
    display: block;
    padding: 0 !important;
  }
}
.ccfb-filter-form .wpforms-field.wpforms-field-select .wpforms-field-row {
  display: block;
}
.ccfb-filter-form .wpforms-field.wpforms-field-select.disabled .wpforms-field-label {
  opacity: 0.5 !important;
}
.ccfb-filter-form .wpforms-field.wpforms-field-select.disabled .choices__item {
  cursor: default !important;
}

.top-nav-wrap {
  top: 83px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-nav-wrap {
    top: 76px;
  }
}
@media (max-width: 767px) {
  .top-nav-wrap {
    top: 68px;
  }
}
.logged-in .top-nav-wrap {
  top: 115px;
}
@media (max-width: 767px) {
  .logged-in .top-nav-wrap {
    top: 68px;
  }
}
@media (min-width: 768px) and (max-width: 782px) {
  .logged-in .top-nav-wrap {
    top: 122px;
  }
}
@media (min-width: 783px) and (max-width: 991px) {
  .logged-in .top-nav-wrap {
    top: 108px;
  }
}

.resources-top-nav {
  color: #ffffff;
  display: flex;
  overflow-x: auto; /* enable horizontal scroll if needed */
  white-space: nowrap; /* prevent wrapping */
  scrollbar-width: thin; /* optional: thinner scrollbar (Firefox) */
  -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
}
.resources-top-nav .wp-block-navigation__container {
  display: flex;
  flex-wrap: nowrap; /* keep items in a single line */
  margin: 0;
  padding: 0;
  list-style: none;
}
.resources-top-nav .wp-block-navigation-item {
  flex: 0 0 auto;
}
.resources-top-nav .wp-block-navigation-item__content {
  color: #ffffff !important;
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  padding: 0.75rem 2rem;
}
.resources-top-nav .wp-block-navigation-item__content:hover, .resources-top-nav .wp-block-navigation-item__content:focus-visible {
  background-color: #00c896;
  color: #000000 !important;
  text-decoration: none;
}
.resources-top-nav .current-menu-item .wp-block-navigation-item__content {
  background-color: #00c896;
  color: #000000 !important;
}
@media (max-width: 767px) {
  .resources-top-nav .wp-block-navigation-item__content {
    padding: 0.5rem 1rem;
    font-size: 0.875rem !important;
  }
}

:has(> .wp-block-thirtysixbeech-blocks-bullseye-heading) {
  padding-left: 108px;
}

.wp-block-thirtysixbeech-blocks-bullseye-heading {
  position: relative;
  z-index: 10;
}
.wp-block-thirtysixbeech-blocks-bullseye-heading:before {
  content: "";
  position: absolute;
  left: -85px;
  top: 0.6em;
  width: 23px;
  height: 23px;
  border: 1px solid #000000;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 1;
  box-shadow: inset 0 0 0 5px white, inset 0 0 0 11px black;
}

.bullseye-heading-connector {
  position: absolute;
  width: 2px;
  height: 20px;
  left: -74px;
  top: 0.6em;
  background-image: linear-gradient(black 1px, rgba(255, 255, 255, 0) 2px);
  background-position: right;
  background-size: 2px 12px;
  background-repeat: repeat-y;
  display: block;
  z-index: 0;
}

.wp-block-easy-tabs-block-tabs.custom-tabs .wp-block-easy-tabs-block-tabs-inner {
  position: relative;
}
.wp-block-easy-tabs-block-tabs.custom-tabs .wp-block-easy-tabs-block-tab-buttons, .wp-block-easy-tabs-block-tabs.custom-tabs .wp-block-easy-tabs-block-tab-contents {
  border: none;
  padding: 0;
}
.wp-block-easy-tabs-block-tabs.custom-tabs .wp-block-easy-tabs-block-tab-buttons {
  font-size: 1.125rem;
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  gap: 0;
  align-items: stretch;
  flex-flow: row wrap;
  background: none;
  justify-content: center;
}
@media (max-width: 767px) {
  .wp-block-easy-tabs-block-tabs.custom-tabs .wp-block-easy-tabs-block-tab-buttons {
    font-size: 0.875rem;
  }
}
.wp-block-easy-tabs-block-tabs.custom-tabs .wp-block-easy-tabs-block-tab-buttons.add-divider:after {
  content: "";
  width: 100vw;
  height: 1px;
  border-top: solid 1px #e0e0e0;
  margin-left: calc(50% - 50vw);
  top: 50%;
  position: absolute;
}
@media (max-width: 767px) {
  .wp-block-easy-tabs-block-tabs.custom-tabs .wp-block-easy-tabs-block-tab-buttons.add-divider:after {
    display: none;
  }
}
.wp-block-easy-tabs-block-tabs.custom-tabs .wp-block-easy-tabs-block-tab-buttons:before {
  content: "";
  background: #f9f8fb;
  position: absolute;
  width: 100vw;
  /* full viewport width */
  height: 100%;
  /* match container height */
  margin-left: calc(50% - 50vw);
}
.wp-block-easy-tabs-block-tabs.custom-tabs .wp-block-easy-tabs-block-tab-button {
  border: none;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-height: 142px;
  border-right: solid 1px #e0e0e0;
  padding: 0;
}
@media (min-width: 768px) {
  .wp-block-easy-tabs-block-tabs.custom-tabs .wp-block-easy-tabs-block-tab-button:nth-child(n+6) {
    border-top: solid 1px #e0e0e0 !important;
  }
  .wp-block-easy-tabs-block-tabs.custom-tabs .wp-block-easy-tabs-block-tab-button:nth-child(5n+1) {
    border-left: solid 1px #e0e0e0;
  }
}
@media (max-width: 767px) {
  .wp-block-easy-tabs-block-tabs.custom-tabs .wp-block-easy-tabs-block-tab-button {
    min-height: 95px;
    width: 33.3%;
    border: none;
    border-right: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    padding: 0.5rem;
  }
  .wp-block-easy-tabs-block-tabs.custom-tabs .wp-block-easy-tabs-block-tab-button:nth-child(3n+1) {
    border-left: solid 1px #e0e0e0;
  }
}
.wp-block-easy-tabs-block-tabs.custom-tabs .wp-block-easy-tabs-block-tab-button.etb-active-tab, .wp-block-easy-tabs-block-tabs.custom-tabs .wp-block-easy-tabs-block-tab-button:hover {
  background: #ffffff !important;
}
.wp-block-easy-tabs-block-tabs.custom-tabs .wp-block-easy-tabs-block-tab-button.etb-active-tab p, .wp-block-easy-tabs-block-tabs.custom-tabs .wp-block-easy-tabs-block-tab-button:hover p {
  color: #000000 !important;
}
.wp-block-easy-tabs-block-tabs.custom-tabs .wp-block-easy-tabs-block-tab-button.etb-active-tab:after {
  content: "";
  position: absolute;
  top: calc(100% - 11px);
  width: 23px;
  height: 23px;
  border: 1px solid #000000;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: inset 0 0 0 5px white, inset 0 0 0 11px black;
}
@media (max-width: 767px) {
  .wp-block-easy-tabs-block-tabs.custom-tabs .wp-block-easy-tabs-block-tab-button.etb-active-tab:after {
    width: 13px;
    height: 13px;
    box-shadow: inset 0 0 0 3px white, inset 0 0 0 7px black;
    top: auto;
    bottom: calc(100% - 6px);
  }
}
.wp-block-easy-tabs-block-tabs.custom-tabs .wp-block-easy-tabs-block-tab-button img {
  width: 38px !important;
  height: 38px;
  display: block;
  margin: 0 auto 0.5rem;
}
@media (max-width: 767px) {
  .wp-block-easy-tabs-block-tabs.custom-tabs .wp-block-easy-tabs-block-tab-button img {
    width: 23px !important;
    height: 23px;
  }
}
.wp-block-easy-tabs-block-tabs.custom-tabs .wp-block-easy-tabs-block-tab-button p {
  color: #000000;
  margin: 0;
  text-align: center;
  line-height: 1.25;
}
.wp-block-easy-tabs-block-tabs.custom-tabs .wp-block-easy-tabs-block-tab-contents {
  padding-top: 2rem;
}

@media (min-width: 768px) {
  .tabs-toggle-btn {
    display: none !important;
  }
  .wp-block-easy-tabs-block-tab-buttons {
    top: auto !important;
  }
  .tabs-placeholder {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tabs-toggle-btn {
    display: none;
    position: fixed;
    top: 0;
    right: 5px;
    width: 35px;
    height: 20px;
    background: #272076;
    color: #ffffff;
    border: none;
    font-size: 1.25rem;
    text-align: center;
    z-index: 9999;
    cursor: pointer;
  }
  .tabs-toggle-btn i {
    position: relative;
    top: -8px;
    right: 1px;
  }
  .tabs-toggle-btn:hover, .tabs-toggle-btn:focus-visible {
    background: #000000;
  }
  .tabs-toggle-btn[aria-expanded=true] i {
    transform: rotate(180deg);
    top: -5px;
  }
  .wp-block-easy-tabs-block-tab-buttons {
    position: static;
    transition: max-height 0.3s ease, opacity 0.3s ease;
  }
  .wp-block-easy-tabs-block-tab-buttons:not(.is-sticky) {
    top: auto !important;
  }
  .wp-block-easy-tabs-block-tab-buttons.is-sticky {
    overflow: hidden;
    position: fixed !important;
    left: 0;
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
    width: 100%;
    background: #fff;
    z-index: 9998;
  }
  .wp-block-easy-tabs-block-tab-buttons.is-sticky.is-collapsed {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
  }
  .wp-block-easy-tabs-block-tab-buttons.is-sticky:not(.is-collapsed) {
    max-height: 500px;
    opacity: 1;
    pointer-events: auto;
  }
  .wp-block-easy-tabs-block-tab-buttons.is-sticky + .tabs-placeholder {
    position: relative;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
  }
  .wp-block-easy-tabs-block-tab-buttons.is-sticky .etb-active-tab:after {
    display: none !important;
  }
  .wp-block-easy-tabs-block-tab-buttons + .tabs-placeholder {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.wp-block-list.is-style-circle_number {
  --ring: 27px;
  counter-reset: circle_list;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding: 0;
  margin: 0 -0.625rem;
}
.wp-block-list.is-style-circle_number > li {
  display: grid;
  grid-template-rows: 5.8125rem auto;
  gap: 1.5rem;
  justify-content: center;
  padding: 0 0.625rem;
  flex: 1 0 50%;
}
.wp-block-list.is-style-circle_number > li, .wp-block-list.is-style-circle_number > li:last-child {
  margin: 1.25rem 0;
}
@media (min-width: 768px) {
  .wp-block-list.is-style-circle_number > li {
    flex: 1 0 33.3%;
  }
}
@media (min-width: 992px) {
  .wp-block-list.is-style-circle_number > li {
    flex: 1 0 20%;
  }
}
.wp-block-list.is-style-circle_number > li:before {
  content: "";
  background-image: var(--wp--preset--gradient--custom-purple);
  border-radius: 100%;
  width: 5.8125rem;
  height: 5.8125rem;
  margin: auto;
  grid-row-start: 1;
  grid-column-start: 1;
  mask-image: radial-gradient(transparent var(--ring), black calc(var(--ring) + 0.5px));
}
.wp-block-list.is-style-circle_number > li:after {
  counter-increment: circle_list;
  content: counter(circle_list);
  font-size: 1.5rem;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  width: 5.8125rem;
  height: 5.8125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-row-start: 1;
  grid-column-start: 1;
  text-align: center;
  margin: auto;
}
.wp-block-list.is-style-circle_number > li:nth-child(4n+2):before {
  background-image: var(--wp--preset--gradient--green-gradient);
}
.wp-block-list.is-style-circle_number > li:nth-child(4n+3):before {
  background-image: var(--wp--preset--gradient--custom-blue-to-light-blue);
}
.wp-block-list.is-style-circle_number > li:nth-child(4n):before {
  background-image: var(--wp--preset--gradient--purple-blue-gradient);
}
.wp-block-list.is-style-bullet_list {
  padding: 0;
}
.wp-block-list.is-style-bullet_list li {
  display: grid;
  grid-template-columns: 0.9375rem auto;
  align-items: start;
  gap: 0 0.875rem;
}
.wp-block-list.is-style-bullet_list li:before {
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  border: 5px solid black;
  border-radius: 50%;
  transform: translateY(0.1875em);
  background-color: var(--wp--preset--color--green);
}
.wp-block-list.is-style-bullet_list li > span > ul {
  padding-left: 0;
}
.wp-block-list.is-style-bullet_list li > div + ul {
  grid-column-start: 2;
}
.wp-block-list.is-style-bullet_list li ul,
.wp-block-list.is-style-bullet_list li ol {
  margin-top: 1em;
}
.wp-block-list.is-style-double_circle {
  counter-reset: circle_list;
  padding: 0;
}
.wp-block-list.is-style-double_circle li {
  display: grid;
  grid-template-columns: 4.1875rem auto;
  column-gap: 1.875rem;
  margin-bottom: 2em;
}
.wp-block-list.is-style-double_circle li strong {
  font-size: 1.125rem;
  margin-bottom: 0.25em;
}
.wp-block-list.is-style-double_circle li:before, .wp-block-list.is-style-double_circle li:after {
  grid-column-start: 1;
  grid-row-start: 1;
  position: relative;
  transform: translateY(-4px);
}
.wp-block-list.is-style-double_circle li:before {
  content: "";
  width: 4.1875rem;
  height: 3.25rem;
  background-image: url(assets/images/circle-overlap.svg);
  z-index: 0;
}
.wp-block-list.is-style-double_circle li:after {
  counter-increment: circle_list;
  content: counter(circle_list);
  width: 4.1875rem;
  color: #ffffff;
  z-index: 10;
  align-self: center;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}

dialog.video-dialog {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -20px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
dialog.video-dialog.alignfull {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
dialog.video-dialog:open {
  display: flex;
}

.play-video:focus,
.dialog-close:focus {
  outline: none;
}
.play-video:focus-visible,
.dialog-close:focus-visible {
  outline: auto;
}

.wp-block {
  margin-bottom: 1rem;
}
.wp-block:last-child {
  margin-bottom: 0;
}

.wp-block-image {
  margin-bottom: 1.5rem;
}
.wp-block-image figcaption {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
}

.wp-block-gallery {
  margin-bottom: 1.5rem;
}
.wp-block-gallery .wp-block-image {
  margin-bottom: 0;
}

.wp-block-quote {
  margin: 2rem 0;
  padding: 1.5rem;
  border-left: 4px solid #007cba;
  background-color: #f9f8fb;
  border-radius: 8px;
}
.wp-block-quote p {
  font-size: 1.125rem;
  font-style: italic;
  margin-bottom: 0.5rem;
}
.wp-block-quote p:last-child {
  margin-bottom: 0;
}
.wp-block-quote cite {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-style: normal;
  color: rgba(0, 0, 0, 0.7);
}
.wp-block-quote cite:before {
  content: "— ";
}

.wp-block-quote {
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 0;
  border: none;
  color: #272076;
  line-height: 1.4;
}
.wp-block-quote p {
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  font-style: normal;
}

.wp-block-code {
  margin-bottom: 1rem;
}
.wp-block-code code {
  display: block;
  padding: 1rem;
  background-color: #f9f8fb;
  border-radius: 8px;
  overflow-x: auto;
  font-family: "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, "Courier New", monospace;
  font-size: 0.875rem;
}

.wp-block-preformatted {
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #f9f8fb;
  border-radius: 8px;
  overflow-x: auto;
  font-family: "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, "Courier New", monospace;
  font-size: 0.875rem;
}

.wp-block-spacer {
  clear: both;
}

@media (min-width: 992px) {
  .wp-block-media-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: center;
  }
}
.wp-block-media-text .wp-block-media-text__media {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .wp-block-media-text .wp-block-media-text__media {
    margin-bottom: 0;
  }
}
.wp-block-media-text .wp-block-media-text__media img {
  border-radius: 8px;
}

@media (min-width: 768px) {
  .section-solutions.wp-block-group > .wp-block-columns {
    display: block;
    position: relative;
  }
  .section-solutions.wp-block-group > .wp-block-columns .wp-block-column:first-child {
    position: absolute;
    width: 75%;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .section-solutions.wp-block-group > .wp-block-columns .wp-block-column:nth-child(2) {
    position: relative;
    width: 50%;
    margin-left: 50%;
    z-index: 2;
  }
  .section-solutions.wp-block-group > .wp-block-columns:after {
    clear: both;
  }
  .section-solutions.wp-block-group > .wp-block-columns:first-child > .wp-block-column:first-child {
    padding: inherit;
  }
}

.block-case-study .wp-block-image {
  position: relative;
}
.block-case-study .wp-block-image > img {
  aspect-ratio: 16/9;
  width: 100%;
}
.block-case-study .wp-block-image figcaption {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 300px;
  z-index: 1;
}
@media (max-width: 767px) {
  .block-case-study .wp-block-image figcaption {
    max-width: 120px;
  }
  .block-case-study .wp-block-button__link {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

.carousel-gallery {
  max-width: 640px;
  padding: 0 1rem;
  margin: 0 auto;
}
.carousel-gallery .swiper-button-next,
.carousel-gallery .swiper-button-prev,
.carousel-gallery .swiper-pagination,
.carousel-gallery figcaption {
  display: none;
}
.carousel-gallery .wp-block-image:before {
  display: none !important;
}
.carousel-gallery .wp-block-image img {
  border-radius: 0 !important;
  width: auto !important;
  display: block !important;
  object-fit: contain !important;
}

.accordion-gallery details .accordion-content {
  display: none;
}

.accordion-gallery details[open] .accordion-content {
  display: block;
}

.resource-card {
  border: solid 1px #d4d4d4;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: center;
  justify-items: center;
  text-decoration: none;
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  padding: 0;
  font-size: 1.75rem;
  font-weight: 700;
  min-height: 320px;
}
.resource-card > .wp-block-group {
  padding: 1rem;
  text-align: center;
}
.resource-card figure {
  display: flex;
  justify-content: center;
}
.resource-card img {
  max-width: 100px;
  border-radius: 0;
  margin: 0 auto;
}
.resource-card p {
  text-align: center !important;
}
.resource-card h3 {
  color: #00c896;
  background-color: #000000;
  text-transform: uppercase;
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  text-align: center;
  padding: 0.5rem 0.5rem 0.4rem;
  margin: 0 0 0.5rem 0;
  width: 100%;
  align-self: start;
}
.resource-card:hover, .resource-card:focus-visible {
  background: rgba(0, 0, 0, 0.2);
}

.sticky-button {
  position: fixed;
  top: 485px;
  right: 0;
  z-index: 1020;
  transform: translateX(100%);
  opacity: 0;
  animation: stickyButtonSlideIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) 2s forwards;
}

@keyframes stickyButtonSlideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .get-certified-section.wp-block-group > .wp-block-columns {
    display: block;
    position: relative;
  }
  .get-certified-section.wp-block-group > .wp-block-columns .wp-block-column:nth-child(2) {
    position: absolute !important;
    width: 65%;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .get-certified-section.wp-block-group > .wp-block-columns .wp-block-column:first-child {
    position: relative !important;
    width: 43%;
    z-index: 2;
  }
  .get-certified-section.wp-block-group > .wp-block-columns figure {
    width: 100%;
  }
  .get-certified-section.wp-block-group > .wp-block-columns img {
    width: 100%;
    border-radius: 0 !important;
  }
  .get-certified-section.wp-block-group > .wp-block-columns:after {
    clear: both;
  }
}

@media (max-width: 767px) {
  .dotted-angle > .wp-block-columns:first-child > .wp-block-column:first-child h2::before,
  .dotted-angle > .wp-block-columns:first-child > .wp-block-column:first-child h3::before,
  .dotted-angle > .wp-block-columns:first-child > .wp-block-column:first-child h4::before,
  .dotted-angle > .wp-block-columns:first-child > .wp-block-column:first-child h5::before,
  .dotted-angle > .wp-block-columns:first-child > .wp-block-column:first-child h6::before {
    display: none !important;
  }
  .dotted-angle .connector-line {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .dotted-angle > .wp-block-columns:first-child > .wp-block-column:first-child h2,
  .dotted-angle > .wp-block-columns:first-child > .wp-block-column:first-child h3,
  .dotted-angle > .wp-block-columns:first-child > .wp-block-column:first-child h4,
  .dotted-angle > .wp-block-columns:first-child > .wp-block-column:first-child h5,
  .dotted-angle > .wp-block-columns:first-child > .wp-block-column:first-child h6 {
    position: relative;
  }
  .dotted-angle > .wp-block-columns:first-child > .wp-block-column:first-child h2::before,
  .dotted-angle > .wp-block-columns:first-child > .wp-block-column:first-child h3::before,
  .dotted-angle > .wp-block-columns:first-child > .wp-block-column:first-child h4::before,
  .dotted-angle > .wp-block-columns:first-child > .wp-block-column:first-child h5::before,
  .dotted-angle > .wp-block-columns:first-child > .wp-block-column:first-child h6::before {
    content: "";
    position: absolute;
    left: -75px;
    top: 0.55em;
    width: 23px;
    height: 23px;
    border: 1px solid #000000;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 1;
    box-shadow: inset 0 0 0 5px white, inset 0 0 0 11px black;
  }
  .dotted-angle > .wp-block-columns:first-child > .wp-block-column .connector-line {
    width: 2px;
    background: url("assets/images/dotted-line-horizontal.png");
    z-index: 0;
    position: absolute;
  }
  .dotted-angle > .wp-block-columns:first-child > .wp-block-column .connector-line.horizontal-line {
    width: auto;
    height: 2px;
  }
  .dotted-angle > .wp-block-columns:first-child > .wp-block-column .connector-line.vertical-line {
    background: url("assets/images/dotted-line.png");
  }
}

.overlap-block-left.wp-block-group > .wp-block-columns .wp-block-column:nth-child(2), .overlap-block-left.wp-block-group > .wp-block-columns .wp-block-column:first-child {
  z-index: 2;
}
@media (min-width: 768px) {
  .overlap-block-left.wp-block-group > .wp-block-columns .wp-block-column:nth-child(2) {
    z-index: 1;
  }
  .overlap-block-left.wp-block-group > .wp-block-columns .wp-block-column:first-child {
    z-index: 2;
  }
  .overlap-block-left.wp-block-group > .wp-block-columns .wp-block-column:first-child > .wp-block-group {
    position: relative;
    margin-right: -145px;
  }
  .overlap-block-left.wp-block-group > .wp-block-columns figure {
    width: 100%;
  }
  .overlap-block-left.wp-block-group > .wp-block-columns img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .overlap-block-left.wp-block-group.pull-315 > .wp-block-columns .wp-block-column:nth-child(2) > .wp-block-group {
    margin-right: -145px;
  }
}

.overlap-block-right.wp-block-group > .wp-block-columns .wp-block-column:nth-child(2), .overlap-block-right.wp-block-group > .wp-block-columns .wp-block-column:first-child {
  z-index: 2;
}
@media (min-width: 768px) {
  .overlap-block-right.wp-block-group > .wp-block-columns .wp-block-column:first-child {
    z-index: 1;
  }
  .overlap-block-right.wp-block-group > .wp-block-columns .wp-block-column:nth-child(2) {
    z-index: 2;
  }
  .overlap-block-right.wp-block-group > .wp-block-columns .wp-block-column:nth-child(2) > .wp-block-group {
    position: relative;
    margin-left: -145px;
  }
  .overlap-block-right.wp-block-group > .wp-block-columns:first-child > .wp-block-column:first-child {
    padding: inherit !important;
  }
}
@media (min-width: 768px) {
  .overlap-block-right.wp-block-group.pull-315 > .wp-block-columns .wp-block-column:nth-child(2) > .wp-block-group {
    margin-left: -315px;
  }
}

.video-image {
  aspect-ratio: 16/9;
  padding: 0;
  position: relative;
  border-radius: 0;
  min-height: 0;
  width: 100%;
}
.video-image .wp-block-cover__inner-container, .video-image .wp-block-cover__inner-container > p {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video-image a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .tablet-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .show-mobile {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .show-tablet {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hide-tablet {
    display: none !important;
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .container {
    padding: 0 1.5rem;
  }
}

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

@media (max-width: 767px) {
  .mt-0-mobile {
    margin-top: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mt-0-tablet {
    margin-top: 0 !important;
  }
}

.mt-1 {
  margin-top: 0.25rem !important;
}

@media (max-width: 767px) {
  .mt-1-mobile {
    margin-top: 0.25rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mt-1-tablet {
    margin-top: 0.25rem !important;
  }
}

.mt-2 {
  margin-top: 0.5rem !important;
}

@media (max-width: 767px) {
  .mt-2-mobile {
    margin-top: 0.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mt-2-tablet {
    margin-top: 0.5rem !important;
  }
}

.mt-3 {
  margin-top: 1rem !important;
}

@media (max-width: 767px) {
  .mt-3-mobile {
    margin-top: 1rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mt-3-tablet {
    margin-top: 1rem !important;
  }
}

.mt-4 {
  margin-top: 1.5rem !important;
}

@media (max-width: 767px) {
  .mt-4-mobile {
    margin-top: 1.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mt-4-tablet {
    margin-top: 1.5rem !important;
  }
}

.mt-5 {
  margin-top: 2rem !important;
}

@media (max-width: 767px) {
  .mt-5-mobile {
    margin-top: 2rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mt-5-tablet {
    margin-top: 2rem !important;
  }
}

.mt-6 {
  margin-top: 2.5rem !important;
}

@media (max-width: 767px) {
  .mt-6-mobile {
    margin-top: 2.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mt-6-tablet {
    margin-top: 2.5rem !important;
  }
}

.mt-7 {
  margin-top: 3rem !important;
}

@media (max-width: 767px) {
  .mt-7-mobile {
    margin-top: 3rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mt-7-tablet {
    margin-top: 3rem !important;
  }
}

.mt-8 {
  margin-top: 4rem !important;
}

@media (max-width: 767px) {
  .mt-8-mobile {
    margin-top: 4rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mt-8-tablet {
    margin-top: 4rem !important;
  }
}

.mt-9 {
  margin-top: 5rem !important;
}

@media (max-width: 767px) {
  .mt-9-mobile {
    margin-top: 5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mt-9-tablet {
    margin-top: 5rem !important;
  }
}

.mt-10 {
  margin-top: 6rem !important;
}

@media (max-width: 767px) {
  .mt-10-mobile {
    margin-top: 6rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mt-10-tablet {
    margin-top: 6rem !important;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .mb-0-mobile {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mb-0-tablet {
    margin-bottom: 0 !important;
  }
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

@media (max-width: 767px) {
  .mb-1-mobile {
    margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mb-1-tablet {
    margin-bottom: 0.25rem !important;
  }
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

@media (max-width: 767px) {
  .mb-2-mobile {
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mb-2-tablet {
    margin-bottom: 0.5rem !important;
  }
}

.mb-3 {
  margin-bottom: 1rem !important;
}

@media (max-width: 767px) {
  .mb-3-mobile {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mb-3-tablet {
    margin-bottom: 1rem !important;
  }
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

@media (max-width: 767px) {
  .mb-4-mobile {
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mb-4-tablet {
    margin-bottom: 1.5rem !important;
  }
}

.mb-5 {
  margin-bottom: 2rem !important;
}

@media (max-width: 767px) {
  .mb-5-mobile {
    margin-bottom: 2rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mb-5-tablet {
    margin-bottom: 2rem !important;
  }
}

.mb-6 {
  margin-bottom: 2.5rem !important;
}

@media (max-width: 767px) {
  .mb-6-mobile {
    margin-bottom: 2.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mb-6-tablet {
    margin-bottom: 2.5rem !important;
  }
}

.mb-7 {
  margin-bottom: 3rem !important;
}

@media (max-width: 767px) {
  .mb-7-mobile {
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mb-7-tablet {
    margin-bottom: 3rem !important;
  }
}

.mb-8 {
  margin-bottom: 4rem !important;
}

@media (max-width: 767px) {
  .mb-8-mobile {
    margin-bottom: 4rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mb-8-tablet {
    margin-bottom: 4rem !important;
  }
}

.mb-9 {
  margin-bottom: 5rem !important;
}

@media (max-width: 767px) {
  .mb-9-mobile {
    margin-bottom: 5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mb-9-tablet {
    margin-bottom: 5rem !important;
  }
}

.mb-10 {
  margin-bottom: 6rem !important;
}

@media (max-width: 767px) {
  .mb-10-mobile {
    margin-bottom: 6rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mb-10-tablet {
    margin-bottom: 6rem !important;
  }
}

.ml-0 {
  margin-left: 0 !important;
}

@media (max-width: 767px) {
  .ml-0-mobile {
    margin-left: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ml-0-tablet {
    margin-left: 0 !important;
  }
}

.ml-1 {
  margin-left: 0.25rem !important;
}

@media (max-width: 767px) {
  .ml-1-mobile {
    margin-left: 0.25rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ml-1-tablet {
    margin-left: 0.25rem !important;
  }
}

.ml-2 {
  margin-left: 0.5rem !important;
}

@media (max-width: 767px) {
  .ml-2-mobile {
    margin-left: 0.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ml-2-tablet {
    margin-left: 0.5rem !important;
  }
}

.ml-3 {
  margin-left: 1rem !important;
}

@media (max-width: 767px) {
  .ml-3-mobile {
    margin-left: 1rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ml-3-tablet {
    margin-left: 1rem !important;
  }
}

.ml-4 {
  margin-left: 1.5rem !important;
}

@media (max-width: 767px) {
  .ml-4-mobile {
    margin-left: 1.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ml-4-tablet {
    margin-left: 1.5rem !important;
  }
}

.ml-5 {
  margin-left: 2rem !important;
}

@media (max-width: 767px) {
  .ml-5-mobile {
    margin-left: 2rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ml-5-tablet {
    margin-left: 2rem !important;
  }
}

.ml-6 {
  margin-left: 2.5rem !important;
}

@media (max-width: 767px) {
  .ml-6-mobile {
    margin-left: 2.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ml-6-tablet {
    margin-left: 2.5rem !important;
  }
}

.ml-7 {
  margin-left: 3rem !important;
}

@media (max-width: 767px) {
  .ml-7-mobile {
    margin-left: 3rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ml-7-tablet {
    margin-left: 3rem !important;
  }
}

.ml-8 {
  margin-left: 4rem !important;
}

@media (max-width: 767px) {
  .ml-8-mobile {
    margin-left: 4rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ml-8-tablet {
    margin-left: 4rem !important;
  }
}

.ml-9 {
  margin-left: 5rem !important;
}

@media (max-width: 767px) {
  .ml-9-mobile {
    margin-left: 5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ml-9-tablet {
    margin-left: 5rem !important;
  }
}

.ml-10 {
  margin-left: 6rem !important;
}

@media (max-width: 767px) {
  .ml-10-mobile {
    margin-left: 6rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ml-10-tablet {
    margin-left: 6rem !important;
  }
}

.mr-0 {
  margin-right: 0 !important;
}

@media (max-width: 767px) {
  .mr-0-mobile {
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mr-0-tablet {
    margin-right: 0 !important;
  }
}

.mr-1 {
  margin-right: 0.25rem !important;
}

@media (max-width: 767px) {
  .mr-1-mobile {
    margin-right: 0.25rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mr-1-tablet {
    margin-right: 0.25rem !important;
  }
}

.mr-2 {
  margin-right: 0.5rem !important;
}

@media (max-width: 767px) {
  .mr-2-mobile {
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mr-2-tablet {
    margin-right: 0.5rem !important;
  }
}

.mr-3 {
  margin-right: 1rem !important;
}

@media (max-width: 767px) {
  .mr-3-mobile {
    margin-right: 1rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mr-3-tablet {
    margin-right: 1rem !important;
  }
}

.mr-4 {
  margin-right: 1.5rem !important;
}

@media (max-width: 767px) {
  .mr-4-mobile {
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mr-4-tablet {
    margin-right: 1.5rem !important;
  }
}

.mr-5 {
  margin-right: 2rem !important;
}

@media (max-width: 767px) {
  .mr-5-mobile {
    margin-right: 2rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mr-5-tablet {
    margin-right: 2rem !important;
  }
}

.mr-6 {
  margin-right: 2.5rem !important;
}

@media (max-width: 767px) {
  .mr-6-mobile {
    margin-right: 2.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mr-6-tablet {
    margin-right: 2.5rem !important;
  }
}

.mr-7 {
  margin-right: 3rem !important;
}

@media (max-width: 767px) {
  .mr-7-mobile {
    margin-right: 3rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mr-7-tablet {
    margin-right: 3rem !important;
  }
}

.mr-8 {
  margin-right: 4rem !important;
}

@media (max-width: 767px) {
  .mr-8-mobile {
    margin-right: 4rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mr-8-tablet {
    margin-right: 4rem !important;
  }
}

.mr-9 {
  margin-right: 5rem !important;
}

@media (max-width: 767px) {
  .mr-9-mobile {
    margin-right: 5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mr-9-tablet {
    margin-right: 5rem !important;
  }
}

.mr-10 {
  margin-right: 6rem !important;
}

@media (max-width: 767px) {
  .mr-10-mobile {
    margin-right: 6rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mr-10-tablet {
    margin-right: 6rem !important;
  }
}

.pt-0 {
  padding-top: 0 !important;
}

@media (max-width: 767px) {
  .pt-0-mobile {
    padding-top: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pt-0-tablet {
    padding-top: 0 !important;
  }
}

.pt-1 {
  padding-top: 0.25rem !important;
}

@media (max-width: 767px) {
  .pt-1-mobile {
    padding-top: 0.25rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pt-1-tablet {
    padding-top: 0.25rem !important;
  }
}

.pt-2 {
  padding-top: 0.5rem !important;
}

@media (max-width: 767px) {
  .pt-2-mobile {
    padding-top: 0.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pt-2-tablet {
    padding-top: 0.5rem !important;
  }
}

.pt-3 {
  padding-top: 1rem !important;
}

@media (max-width: 767px) {
  .pt-3-mobile {
    padding-top: 1rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pt-3-tablet {
    padding-top: 1rem !important;
  }
}

.pt-4 {
  padding-top: 1.5rem !important;
}

@media (max-width: 767px) {
  .pt-4-mobile {
    padding-top: 1.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pt-4-tablet {
    padding-top: 1.5rem !important;
  }
}

.pt-5 {
  padding-top: 2rem !important;
}

@media (max-width: 767px) {
  .pt-5-mobile {
    padding-top: 2rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pt-5-tablet {
    padding-top: 2rem !important;
  }
}

.pt-6 {
  padding-top: 2.5rem !important;
}

@media (max-width: 767px) {
  .pt-6-mobile {
    padding-top: 2.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pt-6-tablet {
    padding-top: 2.5rem !important;
  }
}

.pt-7 {
  padding-top: 3rem !important;
}

@media (max-width: 767px) {
  .pt-7-mobile {
    padding-top: 3rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pt-7-tablet {
    padding-top: 3rem !important;
  }
}

.pt-8 {
  padding-top: 4rem !important;
}

@media (max-width: 767px) {
  .pt-8-mobile {
    padding-top: 4rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pt-8-tablet {
    padding-top: 4rem !important;
  }
}

.pt-9 {
  padding-top: 5rem !important;
}

@media (max-width: 767px) {
  .pt-9-mobile {
    padding-top: 5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pt-9-tablet {
    padding-top: 5rem !important;
  }
}

.pt-10 {
  padding-top: 6rem !important;
}

@media (max-width: 767px) {
  .pt-10-mobile {
    padding-top: 6rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pt-10-tablet {
    padding-top: 6rem !important;
  }
}

.pb-0 {
  padding-bottom: 0 !important;
}

@media (max-width: 767px) {
  .pb-0-mobile {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pb-0-tablet {
    padding-bottom: 0 !important;
  }
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

@media (max-width: 767px) {
  .pb-1-mobile {
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pb-1-tablet {
    padding-bottom: 0.25rem !important;
  }
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

@media (max-width: 767px) {
  .pb-2-mobile {
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pb-2-tablet {
    padding-bottom: 0.5rem !important;
  }
}

.pb-3 {
  padding-bottom: 1rem !important;
}

@media (max-width: 767px) {
  .pb-3-mobile {
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pb-3-tablet {
    padding-bottom: 1rem !important;
  }
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

@media (max-width: 767px) {
  .pb-4-mobile {
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pb-4-tablet {
    padding-bottom: 1.5rem !important;
  }
}

.pb-5 {
  padding-bottom: 2rem !important;
}

@media (max-width: 767px) {
  .pb-5-mobile {
    padding-bottom: 2rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pb-5-tablet {
    padding-bottom: 2rem !important;
  }
}

.pb-6 {
  padding-bottom: 2.5rem !important;
}

@media (max-width: 767px) {
  .pb-6-mobile {
    padding-bottom: 2.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pb-6-tablet {
    padding-bottom: 2.5rem !important;
  }
}

.pb-7 {
  padding-bottom: 3rem !important;
}

@media (max-width: 767px) {
  .pb-7-mobile {
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pb-7-tablet {
    padding-bottom: 3rem !important;
  }
}

.pb-8 {
  padding-bottom: 4rem !important;
}

@media (max-width: 767px) {
  .pb-8-mobile {
    padding-bottom: 4rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pb-8-tablet {
    padding-bottom: 4rem !important;
  }
}

.pb-9 {
  padding-bottom: 5rem !important;
}

@media (max-width: 767px) {
  .pb-9-mobile {
    padding-bottom: 5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pb-9-tablet {
    padding-bottom: 5rem !important;
  }
}

.pb-10 {
  padding-bottom: 6rem !important;
}

@media (max-width: 767px) {
  .pb-10-mobile {
    padding-bottom: 6rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pb-10-tablet {
    padding-bottom: 6rem !important;
  }
}

.pl-0 {
  padding-left: 0 !important;
}

@media (max-width: 767px) {
  .pl-0-mobile {
    padding-left: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pl-0-tablet {
    padding-left: 0 !important;
  }
}

.pl-1 {
  padding-left: 0.25rem !important;
}

@media (max-width: 767px) {
  .pl-1-mobile {
    padding-left: 0.25rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pl-1-tablet {
    padding-left: 0.25rem !important;
  }
}

.pl-2 {
  padding-left: 0.5rem !important;
}

@media (max-width: 767px) {
  .pl-2-mobile {
    padding-left: 0.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pl-2-tablet {
    padding-left: 0.5rem !important;
  }
}

.pl-3 {
  padding-left: 1rem !important;
}

@media (max-width: 767px) {
  .pl-3-mobile {
    padding-left: 1rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pl-3-tablet {
    padding-left: 1rem !important;
  }
}

.pl-4 {
  padding-left: 1.5rem !important;
}

@media (max-width: 767px) {
  .pl-4-mobile {
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pl-4-tablet {
    padding-left: 1.5rem !important;
  }
}

.pl-5 {
  padding-left: 2rem !important;
}

@media (max-width: 767px) {
  .pl-5-mobile {
    padding-left: 2rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pl-5-tablet {
    padding-left: 2rem !important;
  }
}

.pl-6 {
  padding-left: 2.5rem !important;
}

@media (max-width: 767px) {
  .pl-6-mobile {
    padding-left: 2.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pl-6-tablet {
    padding-left: 2.5rem !important;
  }
}

.pl-7 {
  padding-left: 3rem !important;
}

@media (max-width: 767px) {
  .pl-7-mobile {
    padding-left: 3rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pl-7-tablet {
    padding-left: 3rem !important;
  }
}

.pl-8 {
  padding-left: 4rem !important;
}

@media (max-width: 767px) {
  .pl-8-mobile {
    padding-left: 4rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pl-8-tablet {
    padding-left: 4rem !important;
  }
}

.pl-9 {
  padding-left: 5rem !important;
}

@media (max-width: 767px) {
  .pl-9-mobile {
    padding-left: 5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pl-9-tablet {
    padding-left: 5rem !important;
  }
}

.pl-10 {
  padding-left: 6rem !important;
}

@media (max-width: 767px) {
  .pl-10-mobile {
    padding-left: 6rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pl-10-tablet {
    padding-left: 6rem !important;
  }
}

.pr-0 {
  padding-right: 0 !important;
}

@media (max-width: 767px) {
  .pr-0-mobile {
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pr-0-tablet {
    padding-right: 0 !important;
  }
}

.pr-1 {
  padding-right: 0.25rem !important;
}

@media (max-width: 767px) {
  .pr-1-mobile {
    padding-right: 0.25rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pr-1-tablet {
    padding-right: 0.25rem !important;
  }
}

.pr-2 {
  padding-right: 0.5rem !important;
}

@media (max-width: 767px) {
  .pr-2-mobile {
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pr-2-tablet {
    padding-right: 0.5rem !important;
  }
}

.pr-3 {
  padding-right: 1rem !important;
}

@media (max-width: 767px) {
  .pr-3-mobile {
    padding-right: 1rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pr-3-tablet {
    padding-right: 1rem !important;
  }
}

.pr-4 {
  padding-right: 1.5rem !important;
}

@media (max-width: 767px) {
  .pr-4-mobile {
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pr-4-tablet {
    padding-right: 1.5rem !important;
  }
}

.pr-5 {
  padding-right: 2rem !important;
}

@media (max-width: 767px) {
  .pr-5-mobile {
    padding-right: 2rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pr-5-tablet {
    padding-right: 2rem !important;
  }
}

.pr-6 {
  padding-right: 2.5rem !important;
}

@media (max-width: 767px) {
  .pr-6-mobile {
    padding-right: 2.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pr-6-tablet {
    padding-right: 2.5rem !important;
  }
}

.pr-7 {
  padding-right: 3rem !important;
}

@media (max-width: 767px) {
  .pr-7-mobile {
    padding-right: 3rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pr-7-tablet {
    padding-right: 3rem !important;
  }
}

.pr-8 {
  padding-right: 4rem !important;
}

@media (max-width: 767px) {
  .pr-8-mobile {
    padding-right: 4rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pr-8-tablet {
    padding-right: 4rem !important;
  }
}

.pr-9 {
  padding-right: 5rem !important;
}

@media (max-width: 767px) {
  .pr-9-mobile {
    padding-right: 5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pr-9-tablet {
    padding-right: 5rem !important;
  }
}

.pr-10 {
  padding-right: 6rem !important;
}

@media (max-width: 767px) {
  .pr-10-mobile {
    padding-right: 6rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pr-10-tablet {
    padding-right: 6rem !important;
  }
}

.m-0 {
  margin: 0 !important;
}

@media (max-width: 767px) {
  .m-0-mobile {
    margin: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .m-0-tablet {
    margin: 0 !important;
  }
}

.m-1 {
  margin: 0.25rem !important;
}

@media (max-width: 767px) {
  .m-1-mobile {
    margin: 0.25rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .m-1-tablet {
    margin: 0.25rem !important;
  }
}

.m-2 {
  margin: 0.5rem !important;
}

@media (max-width: 767px) {
  .m-2-mobile {
    margin: 0.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .m-2-tablet {
    margin: 0.5rem !important;
  }
}

.m-3 {
  margin: 1rem !important;
}

@media (max-width: 767px) {
  .m-3-mobile {
    margin: 1rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .m-3-tablet {
    margin: 1rem !important;
  }
}

.m-4 {
  margin: 1.5rem !important;
}

@media (max-width: 767px) {
  .m-4-mobile {
    margin: 1.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .m-4-tablet {
    margin: 1.5rem !important;
  }
}

.m-5 {
  margin: 2rem !important;
}

@media (max-width: 767px) {
  .m-5-mobile {
    margin: 2rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .m-5-tablet {
    margin: 2rem !important;
  }
}

.m-6 {
  margin: 2.5rem !important;
}

@media (max-width: 767px) {
  .m-6-mobile {
    margin: 2.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .m-6-tablet {
    margin: 2.5rem !important;
  }
}

.m-7 {
  margin: 3rem !important;
}

@media (max-width: 767px) {
  .m-7-mobile {
    margin: 3rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .m-7-tablet {
    margin: 3rem !important;
  }
}

.m-8 {
  margin: 4rem !important;
}

@media (max-width: 767px) {
  .m-8-mobile {
    margin: 4rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .m-8-tablet {
    margin: 4rem !important;
  }
}

.m-9 {
  margin: 5rem !important;
}

@media (max-width: 767px) {
  .m-9-mobile {
    margin: 5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .m-9-tablet {
    margin: 5rem !important;
  }
}

.m-10 {
  margin: 6rem !important;
}

@media (max-width: 767px) {
  .m-10-mobile {
    margin: 6rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .m-10-tablet {
    margin: 6rem !important;
  }
}

.p-0 {
  padding: 0 !important;
}

@media (max-width: 767px) {
  .p-0-mobile {
    padding: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .p-0-tablet {
    padding: 0 !important;
  }
}

.p-1 {
  padding: 0.25rem !important;
}

@media (max-width: 767px) {
  .p-1-mobile {
    padding: 0.25rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .p-1-tablet {
    padding: 0.25rem !important;
  }
}

.p-2 {
  padding: 0.5rem !important;
}

@media (max-width: 767px) {
  .p-2-mobile {
    padding: 0.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .p-2-tablet {
    padding: 0.5rem !important;
  }
}

.p-3 {
  padding: 1rem !important;
}

@media (max-width: 767px) {
  .p-3-mobile {
    padding: 1rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .p-3-tablet {
    padding: 1rem !important;
  }
}

.p-4 {
  padding: 1.5rem !important;
}

@media (max-width: 767px) {
  .p-4-mobile {
    padding: 1.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .p-4-tablet {
    padding: 1.5rem !important;
  }
}

.p-5 {
  padding: 2rem !important;
}

@media (max-width: 767px) {
  .p-5-mobile {
    padding: 2rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .p-5-tablet {
    padding: 2rem !important;
  }
}

.p-6 {
  padding: 2.5rem !important;
}

@media (max-width: 767px) {
  .p-6-mobile {
    padding: 2.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .p-6-tablet {
    padding: 2.5rem !important;
  }
}

.p-7 {
  padding: 3rem !important;
}

@media (max-width: 767px) {
  .p-7-mobile {
    padding: 3rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .p-7-tablet {
    padding: 3rem !important;
  }
}

.p-8 {
  padding: 4rem !important;
}

@media (max-width: 767px) {
  .p-8-mobile {
    padding: 4rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .p-8-tablet {
    padding: 4rem !important;
  }
}

.p-9 {
  padding: 5rem !important;
}

@media (max-width: 767px) {
  .p-9-mobile {
    padding: 5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .p-9-tablet {
    padding: 5rem !important;
  }
}

.p-10 {
  padding: 6rem !important;
}

@media (max-width: 767px) {
  .p-10-mobile {
    padding: 6rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .p-10-tablet {
    padding: 6rem !important;
  }
}

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

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

@media (max-width: 767px) {
  .ml-auto-mobile {
    margin-left: auto !important;
  }
}

@media (max-width: 767px) {
  .mr-auto-mobile {
    margin-right: auto !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ml-auto-tablet {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mr-auto-tablet {
    margin-right: auto !important;
  }
}

@media (max-width: 767px) {
  .hide-border-mobile {
    border: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hide-border-tablet {
    border: none !important;
  }
}

.w-10 {
  width: 10% !important;
}
.w-10 > img {
  width: 100% !important;
}

@media (max-width: 767px) {
  .w-10-mobile {
    width: 10% !important;
  }
  .w-10-mobile > img {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .w-10-tablet {
    width: 10% !important;
  }
  .w-10-tablet > img {
    width: 100% !important;
  }
}

.w-20 {
  width: 20% !important;
}
.w-20 > img {
  width: 100% !important;
}

@media (max-width: 767px) {
  .w-20-mobile {
    width: 20% !important;
  }
  .w-20-mobile > img {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .w-20-tablet {
    width: 20% !important;
  }
  .w-20-tablet > img {
    width: 100% !important;
  }
}

.w-30 {
  width: 30% !important;
}
.w-30 > img {
  width: 100% !important;
}

@media (max-width: 767px) {
  .w-30-mobile {
    width: 30% !important;
  }
  .w-30-mobile > img {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .w-30-tablet {
    width: 30% !important;
  }
  .w-30-tablet > img {
    width: 100% !important;
  }
}

.w-40 {
  width: 40% !important;
}
.w-40 > img {
  width: 100% !important;
}

@media (max-width: 767px) {
  .w-40-mobile {
    width: 40% !important;
  }
  .w-40-mobile > img {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .w-40-tablet {
    width: 40% !important;
  }
  .w-40-tablet > img {
    width: 100% !important;
  }
}

.w-50 {
  width: 50% !important;
}
.w-50 > img {
  width: 100% !important;
}

@media (max-width: 767px) {
  .w-50-mobile {
    width: 50% !important;
  }
  .w-50-mobile > img {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .w-50-tablet {
    width: 50% !important;
  }
  .w-50-tablet > img {
    width: 100% !important;
  }
}

.w-60 {
  width: 60% !important;
}
.w-60 > img {
  width: 100% !important;
}

@media (max-width: 767px) {
  .w-60-mobile {
    width: 60% !important;
  }
  .w-60-mobile > img {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .w-60-tablet {
    width: 60% !important;
  }
  .w-60-tablet > img {
    width: 100% !important;
  }
}

.w-70 {
  width: 70% !important;
}
.w-70 > img {
  width: 100% !important;
}

@media (max-width: 767px) {
  .w-70-mobile {
    width: 70% !important;
  }
  .w-70-mobile > img {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .w-70-tablet {
    width: 70% !important;
  }
  .w-70-tablet > img {
    width: 100% !important;
  }
}

.w-80 {
  width: 80% !important;
}
.w-80 > img {
  width: 100% !important;
}

@media (max-width: 767px) {
  .w-80-mobile {
    width: 80% !important;
  }
  .w-80-mobile > img {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .w-80-tablet {
    width: 80% !important;
  }
  .w-80-tablet > img {
    width: 100% !important;
  }
}

.w-90 {
  width: 90% !important;
}
.w-90 > img {
  width: 100% !important;
}

@media (max-width: 767px) {
  .w-90-mobile {
    width: 90% !important;
  }
  .w-90-mobile > img {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .w-90-tablet {
    width: 90% !important;
  }
  .w-90-tablet > img {
    width: 100% !important;
  }
}

.w-100 {
  width: 100% !important;
}
.w-100 > img {
  width: 100% !important;
}

@media (max-width: 767px) {
  .w-100-mobile {
    width: 100% !important;
  }
  .w-100-mobile > img {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .w-100-tablet {
    width: 100% !important;
  }
  .w-100-tablet > img {
    width: 100% !important;
  }
}

.flex-basis-10, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.flex-basis-10 {
  flex-basis: 10% !important;
}

@media (max-width: 767px) {
  .flex-basis-10-mobile, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.flex-basis-10-mobile {
    flex-basis: 10% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flex-basis-10-tablet, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.flex-basis-10-tablet {
    flex-basis: 10% !important;
  }
}

.flex-basis-20, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.flex-basis-20 {
  flex-basis: 20% !important;
}

@media (max-width: 767px) {
  .flex-basis-20-mobile, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.flex-basis-20-mobile {
    flex-basis: 20% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flex-basis-20-tablet, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.flex-basis-20-tablet {
    flex-basis: 20% !important;
  }
}

.flex-basis-30, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.flex-basis-30 {
  flex-basis: 30% !important;
}

@media (max-width: 767px) {
  .flex-basis-30-mobile, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.flex-basis-30-mobile {
    flex-basis: 30% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flex-basis-30-tablet, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.flex-basis-30-tablet {
    flex-basis: 30% !important;
  }
}

.flex-basis-40, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.flex-basis-40 {
  flex-basis: 40% !important;
}

@media (max-width: 767px) {
  .flex-basis-40-mobile, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.flex-basis-40-mobile {
    flex-basis: 40% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flex-basis-40-tablet, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.flex-basis-40-tablet {
    flex-basis: 40% !important;
  }
}

.flex-basis-50, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.flex-basis-50 {
  flex-basis: 50% !important;
}

@media (max-width: 767px) {
  .flex-basis-50-mobile, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.flex-basis-50-mobile {
    flex-basis: 50% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flex-basis-50-tablet, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.flex-basis-50-tablet {
    flex-basis: 50% !important;
  }
}

.flex-basis-60, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.flex-basis-60 {
  flex-basis: 60% !important;
}

@media (max-width: 767px) {
  .flex-basis-60-mobile, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.flex-basis-60-mobile {
    flex-basis: 60% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flex-basis-60-tablet, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.flex-basis-60-tablet {
    flex-basis: 60% !important;
  }
}

.flex-basis-70, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.flex-basis-70 {
  flex-basis: 70% !important;
}

@media (max-width: 767px) {
  .flex-basis-70-mobile, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.flex-basis-70-mobile {
    flex-basis: 70% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flex-basis-70-tablet, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.flex-basis-70-tablet {
    flex-basis: 70% !important;
  }
}

.flex-basis-80, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.flex-basis-80 {
  flex-basis: 80% !important;
}

@media (max-width: 767px) {
  .flex-basis-80-mobile, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.flex-basis-80-mobile {
    flex-basis: 80% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flex-basis-80-tablet, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.flex-basis-80-tablet {
    flex-basis: 80% !important;
  }
}

.flex-basis-90, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.flex-basis-90 {
  flex-basis: 90% !important;
}

@media (max-width: 767px) {
  .flex-basis-90-mobile, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.flex-basis-90-mobile {
    flex-basis: 90% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flex-basis-90-tablet, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.flex-basis-90-tablet {
    flex-basis: 90% !important;
  }
}

.flex-basis-100, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.flex-basis-100 {
  flex-basis: 100% !important;
}

@media (max-width: 767px) {
  .flex-basis-100-mobile, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.flex-basis-100-mobile {
    flex-basis: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flex-basis-100-tablet, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.flex-basis-100-tablet {
    flex-basis: 100% !important;
  }
}

.flex-basis-unset, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.flex-basis-unset {
  flex-basis: unset !important;
}

@media (max-width: 767px) {
  .flex-basis-unset-mobile, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.flex-basis-unset-mobile {
    flex-basis: unset !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flex-basis-unset-tablet, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.flex-basis-unset-tablet {
    flex-basis: unset !important;
  }
}

@media (max-width: 767px) {
  .bg-pos-left-mobile {
    background-position: left !important;
  }
}

@media (min-width: 768px) {
  .bg-pos-left-tablet {
    background-position: left !important;
  }
}

@media (max-width: 767px) {
  .bg-pos-center-mobile {
    background-position: center !important;
  }
}

@media (min-width: 768px) {
  .bg-pos-center-tablet {
    background-position: center !important;
  }
}

@media (max-width: 767px) {
  .bg-pos-right-mobile {
    background-position: right !important;
  }
}

@media (min-width: 768px) {
  .bg-pos-right-tablet {
    background-position: right !important;
  }
}

@media (max-width: 767px) {
  .bg-pos-top-mobile {
    background-position: top !important;
  }
}

@media (min-width: 768px) {
  .bg-pos-top-tablet {
    background-position: top !important;
  }
}

@media (max-width: 767px) {
  .bg-pos-bottom-mobile {
    background-position: bottom !important;
  }
}

@media (min-width: 768px) {
  .bg-pos-bottom-tablet {
    background-position: bottom !important;
  }
}

@media (max-width: 767px) {
  .bg-pos-top-left-mobile {
    background-position: top left !important;
  }
}

@media (min-width: 768px) {
  .bg-pos-top-left-tablet {
    background-position: top left !important;
  }
}

@media (max-width: 767px) {
  .bg-pos-top-right-mobile {
    background-position: top right !important;
  }
}

@media (min-width: 768px) {
  .bg-pos-top-right-tablet {
    background-position: top right !important;
  }
}

@media (max-width: 767px) {
  .bg-pos-top-center-mobile {
    background-position: top center !important;
  }
}

@media (min-width: 768px) {
  .bg-pos-top-center-tablet {
    background-position: top center !important;
  }
}

@media (max-width: 767px) {
  .bg-pos-bottom-left-mobile {
    background-position: bottom left !important;
  }
}

@media (min-width: 768px) {
  .bg-pos-bottom-left-tablet {
    background-position: bottom left !important;
  }
}

@media (max-width: 767px) {
  .bg-pos-bottom-right-mobile {
    background-position: bottom right !important;
  }
}

@media (min-width: 768px) {
  .bg-pos-bottom-right-tablet {
    background-position: bottom right !important;
  }
}

@media (max-width: 767px) {
  .bg-pos-bottom-center-mobile {
    background-position: bottom center !important;
  }
}

@media (min-width: 768px) {
  .bg-pos-bottom-center-tablet {
    background-position: bottom center !important;
  }
}

@media (max-width: 767px) {
  .bg-pos-center-center-mobile {
    background-position: center center !important;
  }
}

@media (min-width: 768px) {
  .bg-pos-center-center-tablet {
    background-position: center center !important;
  }
}

/*
===========================
EXAMPLES OF USAGE:

// Static margin top of medium spacing on all screen sizes:
<div class="mt-3">...</div>

// Margin top small spacing ONLY on mobile screens:
<div class="mt-2-mobile">...</div>

// Margin bottom large spacing ONLY on tablet and above:
<div class="mb-4-tablet">...</div>

// Padding top extra small spacing ONLY on mobile:
<div class="pt-1-mobile">...</div>

// Padding bottom medium spacing ONLY on tablet and above:
<div class="pb-3-tablet">...</div>

// Combine with visibility utilities:
<div class="show-mobile mt-2-mobile">Shown only on mobile with margin top small</div>
<div class="hide-tablet mb-0-tablet">Hidden on tablet and above with no bottom margin</div>
===========================
*/

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