:root {
  /* Colours */
  --highlight-yellow: #B79D5B;
  --gray: #727272;
  --tint-blue: #EAF9FF;
  --color-icon: #E7E7E7;
  --gold: #C1AA81;
  --blue: #072543;
  --dark-blue: #0A1F3B;
  --light-blue: #E8F6FD;
  --text-color: #3B3B3B;
  --white: #FFFFFF;
  /* New Brand Colors */
  --navy: #072543;
  --orange: #FFA122;
  --primary-blue: #1585F2;
  /* Container Padding */
  --container-top-padding: 40px;
  --container-bottom-padding: 40px;
  --container-left-padding: 20px;
  --container-right-padding: 20px;
  --container-sm-top-padding: 60px;
  --container-sm-bottom-padding: 60px;
  --container-sm-left-padding: 24px;
  --container-sm-right-padding: 24px;
  --container-lg-top-padding: 5rem;
  --container-lg-bottom-padding: 5rem;
  --container-lg-left-padding: 6.25rem;
  --container-lg-right-padding: 6.25rem;
  /* Offset */
  --container-h1-offset: 15px;
  --container-h2-offset: 15px;
  --container-h3-offset: 0px;
  --container-h4-offset: 0px;
  --container-h5-offset: 0px;
  --container-h6-offset: 0px;
  /* Image Zoom */
  --image-zoom: 1.05;
  /* Paragraph */
  --paragraph-bottom-margin: 1rem;
  /* Section */
  --section-width: 1728px;
  --section-horizontal-padding: var(--container-left-padding);
  --side-offset: max(calc((100% - var(--section-width)) / 2 + var(--section-horizontal-padding)), var(--section-horizontal-padding));
}

@media only screen and (min-width: 641px) {
  :root {
    --section-horizontal-padding: var(--container-sm-left-padding);
  }
}
@media only screen and (min-width: 1025px) {
  :root {
    --section-horizontal-padding: var(--container-lg-left-padding);
  }
}
header {
  height: var(--header-height);
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}
header.scrolled .header-inner {
  background: rgba(18, 60, 114, 0.7254901961);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
header .menu-item-has-children > .sub-menu {
  opacity: 0;
}
header .menu-item-has-children > .sub-menu .sub-menu {
  opacity: 1;
}
header .sub-menu li a:hover {
  color: var(--gold);
}
header .menu-header-menu-container {
  color: white;
}
@media (max-width: 1024px) {
  header .menu-header-menu-container {
    padding: 14px 0;
  }
}
@media (max-width: 769px) {
  header .menu-header-menu-container {
    padding: 5rem 0;
    display: flex;
    justify-content: center;
    align-items: self-start;
    height: 100%;
    padding: 2rem 0;
    overflow-y: auto;
  }
}
header .menu-header-menu-container .menu {
  display: flex;
  align-items: center;
  gap: 1.5625rem;
  justify-content: center;
}
@media (max-width: 1024px) {
  header .menu-header-menu-container .menu {
    gap: 16px;
  }
}
@media (max-width: 769px) {
  header .menu-header-menu-container .menu {
    flex-direction: column;
    gap: 1.5rem;
    justify-content: unset;
  }
}
header .menu-header-menu-container .menu li {
  font-weight: 900;
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1150px) {
  header .menu-header-menu-container .menu li {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  header .menu-header-menu-container .menu li {
    font-size: 9px;
  }
}
@media (max-width: 769px) {
  header .menu-header-menu-container .menu li {
    font-size: 1rem;
    text-align: center;
  }
}
header .menu-header-menu-container .menu li.hover-active {
  color: var(--gold);
}
header .menu-header-menu-container .menu .current-menu-item,
header .menu-header-menu-container .menu .current-menu-parent {
  color: var(--gold);
}
header .menu-header-menu-container .menu .current-menu-item::before,
header .menu-header-menu-container .menu .current-menu-parent::before {
  content: "";
  background: var(--gold);
  width: 100%;
  height: 3px;
  position: absolute;
  top: -100%;
  left: 0;
}
@media (max-width: 769px) {
  header .menu-header-menu-container .menu .current-menu-item::before,
  header .menu-header-menu-container .menu .current-menu-parent::before {
    content: unset;
  }
}
header .menu-header-menu-container .menu .current-menu-item .sub-menu li::before,
header .menu-header-menu-container .menu .current-menu-parent .sub-menu li::before {
  content: unset;
}
header .menu-header-menu-container .menu .current-menu-item .sub-menu li a:hover,
header .menu-header-menu-container .menu .current-menu-parent .sub-menu li a:hover {
  color: var(--gold);
}
header .menu-header-menu-container .menu .menu-item-has-children {
  position: relative;
}
@media (max-width: 769px) {
  header .menu-header-menu-container .menu .menu-item-has-children a {
    padding-right: 22px;
  }
}
header .menu-header-menu-container .menu .menu-item-has-children > a {
  position: relative;
}
header .menu-header-menu-container .menu .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='14' viewBox='0 0 21 14' fill='none'%3E%3Cpath d='M4 3L10.5 10L17 3' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  right: -0.75rem;
  transform: translateY(-50%);
  width: 0.625rem;
  height: 0.4375rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@media (max-width: 1024px) {
  header .menu-header-menu-container .menu .menu-item-has-children > a::after {
    width: 0.8125rem;
    height: 0.5625rem;
    right: -1.125rem;
    top: 50%;
  }
}
@media (max-width: 769px) {
  header .menu-header-menu-container .menu .menu-item-has-children > a::after {
    width: 1.0625rem;
    height: 0.75rem;
    right: 0;
  }
}
header .menu-header-menu-container .menu .menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  color: black;
  width: 224px;
  padding: 1rem;
  margin-top: 1rem;
  display: block;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0.52083333vw;
}
@media (max-width: 769px) {
  header .menu-header-menu-container .menu .menu-item-has-children .sub-menu {
    display: none;
    opacity: 1;
    transform: translate(0px, 0px);
    pointer-events: visible;
  }
}
header .menu-header-menu-container .menu .menu-item-has-children .sub-menu li {
  padding: 10px 0;
  font-size: 16px;
}
header .menu-header-menu-container .menu .menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {
  display: none;
  left: 100%;
  top: -0.5rem;
}
@media (max-width: 769px) {
  header .menu-header-menu-container .menu .menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {
    background: unset;
  }
  header .menu-header-menu-container .menu .menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li {
    font-size: 14px;
    font-weight: 400;
  }
}
header .menu-header-menu-container .menu .menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu::after {
  border: none;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #003B5E;
  position: absolute;
  border-width: 10px;
  top: 0;
  left: -10px;
  content: "";
  display: block;
  width: 0;
  height: 0;
}
@media (max-width: 769px) {
  header .menu-header-menu-container .menu .menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu::after {
    content: unset;
  }
}
header .menu-header-menu-container .menu .menu-item-has-children .sub-menu li.menu-item-has-children:hover .sub-menu {
  display: block;
}
@media (max-width: 769px) {
  header .menu-header-menu-container .menu .menu-item-has-children.active .sub-menu {
    position: unset;
    background-color: transparent;
    color: var(--dark-blue);
    background: white;
    width: 21rem;
    padding: 0;
    margin-top: 1rem;
    display: block;
    text-align: center;
    box-shadow: none;
    border-radius: 10px;
  }
  header .menu-header-menu-container .menu .menu-item-has-children.active .sub-menu::after {
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFF;
    position: absolute;
  }
  header .menu-header-menu-container .menu .menu-item-has-children.active .sub-menu li {
    padding: 0.625rem;
  }
  header .menu-header-menu-container .menu .menu-item-has-children.active .sub-menu li a::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='14' viewBox='0 0 21 14' fill='none'%3E%3Cpath d='M4 3L10.5 10L17 3' stroke='%23003B5E' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  }
}
header .menu-header-menu-container .menu .menu-item-has-children.hover-active > a::after,
header .menu-header-menu-container .menu .menu-item-has-children.active > a::after {
  transform: translateY(-50%) rotate(180deg);
}
header button .sr-only {
  position: unset;
  width: unset;
  height: unset;
  margin: unset;
  padding-right: 1rem;
  font-family: source-sans-pro, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.padding-admin {
  padding-top: calc(var(--header-height, 0px));
}

@media not all and (min-width: 769px) {

  body.is-menu-open {
    overflow-y: hidden;
  }
}

@media (max-width: 769px) {
  header .menu-header-menu-container .menu .menu-item-has-children.active .sub-menu li.menu-item-has-children .sub-menu {
    display: none;
  }
  header .menu-header-menu-container .menu .menu-item-has-children.active .sub-menu li.menu-item-has-children.active .sub-menu {
    display: block;
  }
}

.practice-areas,
.home-location,
.home-blog {
  background-image: url("/wp-content/uploads/2025/12/gray-bg.webp");
  background-repeat: round;
  background-size: cover;
}

.home-hero__overlay {
  background: linear-gradient(0deg, rgba(10, 31, 59, 0.93) 0%, rgba(10, 31, 59, 0.93) 100%);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.home-hero__team-image {
  background: linear-gradient(180deg, rgba(18, 59, 114, 0) 0%, rgba(10, 31, 59, 0.95) 77.63%);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0px;
  left: 50%;
  height: 100%;
  width: 200%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.home-reviews {
  background: linear-gradient(0deg, #0A1F3B 0%, #123B72 100%);
}

.member-bg {
  background: linear-gradient(180deg, rgba(18, 59, 114, 0) 0%, #123B72 100%);
  mix-blend-mode: multiply;
}

@media (min-width: 1024px) {
  .about-team .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  .about-team .swiper-wrapper .slide-1 {
    grid-area: 2/1/4/2;
  }
  .about-team .swiper-wrapper .slide-2 {
    grid-area: 4/1/6/2;
  }
  .about-team .swiper-wrapper .slide-3 {
    grid-area: 1/2/3/3;
  }
  .about-team .swiper-wrapper .slide-4 {
    grid-area: 3/2/5/3;
  }
  .about-team .swiper-wrapper .slide-5 {
    grid-area: 5/2/7/3;
  }
}

.home-two-content {
  background: linear-gradient(0deg, #0A1F3B 14.82%, rgba(11, 37, 70, 0.88) 34.15%, rgba(14, 46, 88, 0.96) 64.5%, rgba(15, 50, 96, 0) 79.99%, rgba(18, 59, 114, 0) 100%);
}

footer {
  background: url("/wp-content/uploads/2025/12/footer-bg.webp") no-repeat center center/cover;
}
footer .footer-banner .wpforms-container {
  width: 100%;
  margin: 0;
  --wpforms-field-background-color: var(--light-blue);
  --wpforms-field-border-radius: 0;
  --wpforms-field-text-color: var(--blue);
  --wpforms-field-border-color: var(--light-blue);
  --wpforms-field-size-padding-h: 9px;
  --wpforms-field-size-font-size: 15px;
  --wpforms-field-size-input-height: 40px;
}
footer .footer-banner .wpforms-container .wpforms-field-label {
  display: none;
}
footer .footer-banner .wpforms-container-full:not(:empty) {
  margin: 0;
}
footer .footer-banner .wpforms-container .wpforms-container .wpforms-field {
  padding: 12px 0;
}
footer .footer-banner .wpforms-container textarea {
  height: 132px;
  min-height: 132px;
}
footer .footer-banner .wpforms-container input::-moz-placeholder, footer .footer-banner .wpforms-container textarea::-moz-placeholder {
  color: var(--wpforms-field-text-color);
  opacity: 1;
  font-family: source-sans-pro, sans-serif;
}
footer .footer-banner .wpforms-container input::placeholder,
footer .footer-banner .wpforms-container textarea::placeholder {
  color: var(--wpforms-field-text-color);
  opacity: 1;
  font-family: source-sans-pro, sans-serif;
}
footer .footer-banner .wpforms-container input,
footer .footer-banner .wpforms-container textarea {
  font-family: source-sans-pro, sans-serif;
}
footer .footer-banner .wpforms-container form {
  position: relative;
}
footer .footer-banner .wpforms-container form .wpforms-submit-container button {
  overflow: hidden;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
    display: inline-flex;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #FFA122;
    color: #FFFFFF;
}
footer .footer-banner .wpforms-container form .wpforms-submit-container button:hover {
    background-color: rgb(238, 136.7692307692, 0);
  }
footer .footer-banner .wpforms-container form .wpforms-submit-container button {
  height: 47px;
  width: 100%;
  border-radius: 0px;
  background-color: var(--orange) !important;
  padding: 1rem;
  font-size: 20px;
  font-weight: 700 !important;
  text-transform: uppercase;
}
footer .footer-map iframe {
  aspect-ratio: 4/3;
  height: 246px;
  width: 100%;
}
@media (min-width: 641px) {

  footer .footer-map iframe {
    height: 436px;
  }
}

.sidebar .wpforms-submit-container button {
  overflow: hidden;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
    display: inline-flex;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #FFA122;
    color: #FFFFFF;
}

.sidebar .wpforms-submit-container button:hover {
    background-color: rgb(238, 136.7692307692, 0);
  }

.sidebar .wpforms-submit-container button {
  height: 47px;
  width: 100% !important;
  border-radius: 0px !important;
  background-color: var(--orange) !important;
  padding: 1rem;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .woocommerce-cart .woocommerce {
    display: flex;
  }
  .woocommerce-cart .woocommerce .cart-collaterals {
    flex: 1 1 30%;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form {
    flex: 1 1 70%;
  }
}
.sidebar {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media not all and (min-width: 1025px) {

  .sidebar {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
@media not all and (min-width: 641px) {

  .sidebar {
    width: 100%;
  }
}
@media (min-width: 641px) {

  .sidebar {
    gap: 2.5rem;
  }
}
@media (min-width: 1025px) {

  .sidebar {
    margin-left: auto;
  }
}
.sidebar .widget-contact {
  background-color: var(--blue);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media not all and (min-width: 641px) {

  .sidebar .widget-contact {
    padding: 1.25rem;
  }
}
@media (min-width: 641px) {

  .sidebar .widget-contact {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.sidebar .widget-contact .wpforms-container {
  --wpforms-field-size-input-height: 53px;
  --wpforms-field-text-color: var(--text-color);
  margin: 0.875rem auto;
}
.sidebar .widget-contact .wpforms-container .wpforms-field-label {
  display: none;
}
.sidebar .widget-contact .wpforms-container fieldset {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.sidebar .widget-contact .wpforms-container fieldset .wpforms-field-label {
  margin-bottom: 0.5rem;
  display: block;
  padding-top: 0.625rem;
  font-family: source-sans-pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.sidebar .widget-contact .wpforms-container fieldset .wpforms-field-label span {
  display: none;
}
.sidebar .widget-contact .wpforms-container fieldset ul label {
  padding-top: 2px;
  font-family: source-sans-pro, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.sidebar .widget-contact .wpforms-container .wpforms-field-container .wpforms-field {
  padding: 0.6875rem 0;
}
.sidebar .widget-contact .wpforms-container .wpforms-field-container .wpforms-field input::-moz-placeholder, .sidebar .widget-contact .wpforms-container .wpforms-field-container .wpforms-field textarea::-moz-placeholder {
  color: var(--wpforms-field-text-color);
  opacity: 1;
  text-align: center;
  font-family: source-sans-pro, sans-serif;
}
.sidebar .widget-contact .wpforms-container .wpforms-field-container .wpforms-field input::placeholder,
.sidebar .widget-contact .wpforms-container .wpforms-field-container .wpforms-field textarea::placeholder {
  color: var(--wpforms-field-text-color);
  opacity: 1;
  text-align: center;
  font-family: source-sans-pro, sans-serif;
}
.sidebar .widget-contact .wpforms-container .wpforms-field-container .wpforms-field textarea {
  height: 88px;
  min-height: 88px;
}
.sidebar .widget-contact .wpforms-container .wpforms-field-container .wpforms-field input,
.sidebar .widget-contact .wpforms-container .wpforms-field-container .wpforms-field textarea {
  font-family: source-sans-pro, sans-serif;
}
.sidebar .widget-directions {
  color: var(--blue);
}
.sidebar .widget-directions__heading {
  margin-bottom: 1.5rem;
  font-family: utopia-std, serif;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1.2;
}
.sidebar .widget-directions__list p {
  margin-bottom: 0.5rem;
}
.sidebar .widget-directions__list p a {
  display: block;
  text-decoration-line: none;
  padding: 0.875rem;
  font-family: source-sans-pro, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--blue);
}
.sidebar .widget-directions__list p a:hover {
  border-color: var(--primary-blue);
  background-color: var(--primary-blue);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 641px) {

  .sidebar .widget-directions__list p a {
    padding: 23px 20px;
  }
}
.sidebar .widget-directions__list p a {
  border: 2px solid rgba(18, 59, 114, 0.25);
}
.sidebar .sidebar-reviews-swiper {
  position: relative;
}
.sidebar .sidebar-reviews-swiper__heading {
  margin-bottom: 1.5rem;
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--blue);
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: source-sans-pro, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

/* Active fonts - using Typekit only */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:last-child {
  margin-bottom: 0px;
}

html {
  font-size: 100%;
}

@media (min-width: 1025px) {

  html {
    font-size: 0.8333vw;
  }
}

@media (min-width: 1440px) {

  html {
    font-size: 16px;
  }
}

body {
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 400;
    font-family: "source-sans-pro", sans-serif !important;
    color: #3B3B3B;
}

small,
  sup {
  font-size: 60%;
}

small sup {
  font-weight: 500;
}

h1,
  .h1 {
    /* 40px */
    font-size: 2.5rem;
    font-family: "utopia-std", serif;
    font-weight: 400;
    font-style: normal;
    color: #072543;
    /* 56px */
  }

@media (min-width: 641px) {

  h1,
  .h1 {
    font-size: 3.5rem;
  }
}

h1,
  .h1 {
    /* 72px */
    font-family: utopia-std, serif;
    line-height: 1.1;
  }

@media (min-width: 1025px) {

  h1,
  .h1 {
    font-size: 4.5rem;
  }
}

h2,
  .h2 {
    /* 36px */
    font-size: 2.25rem;
    /* 44px */
  }

@media (min-width: 641px) {

  h2,
  .h2 {
    font-size: 2.75rem;
  }
}

h2,
  .h2 {
    /* 59px */
    font-family: utopia-std, serif;
    line-height: 1.1;
  }

@media (min-width: 1025px) {

  h2,
  .h2 {
    font-size: 3.6875rem;
  }
}

h2,
  .h2 {
    color: #072543;
  }

h3,
  .h3 {
    /* 32px */
    font-size: 2rem;
    /* 36px */
  }

@media (min-width: 641px) {

  h3,
  .h3 {
    font-size: 2.25rem;
  }
}

h3,
  .h3 {
    /* 45px */
    font-family: utopia-std, serif;
    line-height: 1.1;
  }

@media (min-width: 1025px) {

  h3,
  .h3 {
    font-size: 2.8125rem;
  }
}

h3,
  .h3 {
    color: #072543;
  }

h4,
  .h4 {
    /* 22px */
    font-size: 1.375rem;
    /* 28px */
  }

@media (min-width: 641px) {

  h4,
  .h4 {
    font-size: 1.75rem;
  }
}

h4,
  .h4 {
    /* 36px */
    font-family: utopia-std, serif;
    line-height: 1.3;
  }

@media (min-width: 1025px) {

  h4,
  .h4 {
    font-size: 2.25rem;
  }
}

h4,
  .h4 {
    color: #072543;
  }

h5,
  .h5 {
    /* 21px */
    font-size: 1.3125rem;
    /* 26px */
    font-family: source-sans-pro, sans-serif;
    font-weight: 400;
    line-height: 1.5;
  }

@media (min-width: 769px) {

  h5,
  .h5 {
    font-size: 1.625rem;
  }
}

h5,
  .h5 {
    color: #072543;
  }

h6,
  .h6 {
    /* 16px */
    font-family: utopia-std, serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #072543;
  }

.large-text {
    /* 22px */
    font-size: 1.375rem;
    /* 26px */
  }

@media (min-width: 641px) {

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

.large-text {
    /* 42px */
    font-family: utopia-std, serif;
    letter-spacing: 0.0476em;
  }

@media (min-width: 769px) {

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

.display-text {
    /* 55px */
    font-size: 3.4375rem;
    line-height: 1.01;
    /* 80px */
  }

@media (min-width: 769px) {

  .display-text {
    font-size: 4.5rem;
  }
}

.display-text {
    /* 120px */
    font-family: utopia-std, serif;
    text-transform: uppercase;
    letter-spacing: -1px;
  }

@media (min-width: 641px) {

  .display-text {
    line-height: 0.9;
  }
}

@media (min-width: 1025px) {

  .display-text {
    font-size: 6.5rem;
  }
}

@media (min-width: 1800px) {

  .display-text {
    font-size: 7.5rem;
  }
}

p {
  margin-bottom: var(--paragraph-bottom-margin);
  font-family: source-sans-pro, sans-serif;
  font-weight: 400;
}

a {
  cursor: pointer;
}

a:not(.button),
  .link,
  .link * {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 600ms;
}

.link {
  cursor: pointer;
}

strong {
  font-weight: 500;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 641px) {

  .container {
    max-width: 641px;
  }
}
@media (min-width: 769px) {

  .container {
    max-width: 769px;
  }
}
@media (min-width: 1025px) {

  .container {
    max-width: 1025px;
  }
}
@media (min-width: 1400px) {

  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1440px) {

  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1800px) {

  .container {
    max-width: 1800px;
  }
}
/* Editor */
.content ol,
  .content ul {
  margin-bottom: var(--paragraph-bottom-margin);
  padding-left: 30px;
}
.content ol {
  list-style-type: decimal;
  padding-left: 0.5em;
  padding-top: 0.6em;
}
.content ul {
  list-style-type: none;
  padding-left: 0.5em;
  padding-top: 0.6em;
}
.content ul li,
  .content ol li {
  position: relative;
  padding-left: 0.8em;
  font-family: source-sans-pro, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
.content ul li::before {
  position: absolute;
  left: 0px;
  width: 0.375rem;
  height: 0.375rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  background-color: currentColor;
  --tw-content: '';
  content: var(--tw-content);
    top: 0.8em;
}
.content a,
  p a,
  a.wp-block-button__link {
  font-size: 18px;
  font-weight: 400;
  text-decoration-line: underline;
}
.content a:hover,
  p a:hover,
  a.wp-block-button__link:hover {
  color: var(--gold);
}
.content strong,
  .content b {
  font-weight: 500;
}
.content sup {
  top: -1em;
  font-size: 40%;
}
.content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
  margin-bottom: 1rem;
  font-family: utopia-std, serif;
  text-transform: capitalize;
  color: var(--blue);
}
.content h2 {
  font-size: 2.125rem;
}
@media (min-width: 641px) {

  .content h2 {
    font-size: 2.75rem;
  }
}
@media (min-width: 1025px) {

  .content h2 {
    font-size: 2.625rem;
  }
}
.content h3 {
  font-size: 1.75rem;
}
@media (min-width: 641px) {

  .content h3 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1025px) {

  .content h3 {
    font-size: 2.425rem;
  }
}
.content h4 {
  font-size: 1.5rem;
}
@media (min-width: 641px) {

  .content h4 {
    font-size: 2rem;
  }
}
@media (min-width: 1025px) {

  .content h4 {
    font-size: 3.1rem;
  }
}
.content p {
  font-family: source-sans-pro, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: var(--text-color);
}
.content img {
    width: auto;
    height: auto;
  }
.content-column h1,
  .content-column h2,
  .content-column h3,
  .content-column h4,
  .content-column h5,
  .content-column h6 {
    color: white;
  }
.content iframe {
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
}
/* Container */
.container {
  max-width: 108rem;
}
@media not all and (min-width: 1440px) {

  .container {
    margin-left: auto;
    margin-right: auto;
  }
}
.container {
  padding-bottom: var(--container-bottom-padding);
  padding-left: var(--container-left-padding);
  padding-right: var(--container-right-padding);
  padding-top: var(--container-top-padding);
}
@media (min-width: 641px) {

  .container {
    padding-bottom: var(--container-sm-bottom-padding);
    padding-left: var(--container-sm-left-padding);
    padding-right: var(--container-sm-right-padding);
    padding-top: var(--container-sm-top-padding);
  }
}
@media (min-width: 1025px) {

  .container {
    padding-bottom: var(--container-lg-bottom-padding);
    padding-left: var(--container-lg-left-padding);
    padding-right: var(--container-lg-right-padding);
    padding-top: var(--container-lg-top-padding);
  }
}
.container.collapse-right {
  padding-right: 0px;
}
@media (min-width: 1440px) {

  .container.collapse-right {
    padding-right: var(--container-right-padding);
  }
}
.container.collapse-left {
  padding-left: 0px;
}
@media (min-width: 1440px) {

  .container.collapse-left {
    padding-left: var(--container-left-padding);
  }
}
.container.collapse-both {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 1440px) {

  .container.collapse-both {
    padding-left: var(--container-left-padding);
    padding-right: var(--container-right-padding);
  }
}
/* Image Zoom */
.image-zoom {
  --tw-scale-x: var(--image-zoom);
  --tw-scale-y: var(--image-zoom);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.swiper-button-disabled {
  opacity: 0.5;
}
img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* Buttons */
button {
  cursor: pointer;
}
.button {
  overflow: hidden;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
    display: inline-flex;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #FFA122;
    color: #FFFFFF;
}
.button:hover {
    background-color: rgb(238, 136.7692307692, 0);
  }
.gradient-blue {
    background: linear-gradient(90deg, rgb(0, 47, 82) 40%, rgba(255, 255, 255, 0) 100%);
  }
@media (max-width: 1024px) {
    .gradient-blue {
      background: unset;
    }
  }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-inset-2 {
  inset: -0.5rem;
}
.inset-0 {
  inset: 0px;
}
.inset-5 {
  inset: 1.25rem;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-bottom-20 {
  bottom: -5rem;
}
.-bottom-\[0px\] {
  bottom: -0px;
}
.-bottom-\[83px\] {
  bottom: -83px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[27px\] {
  bottom: 27px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-20 {
  left: 5rem;
}
.left-\[30px\] {
  left: 30px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[-1em\] {
  top: -1em;
}
.top-\[var\(--header-height\)\] {
  top: var(--header-height);
}
.-z-10 {
  z-index: -10;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[1100\] {
  z-index: 1100;
}
.z-\[5\] {
  z-index: 5;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-\[20px\] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.-mt-0\.5 {
  margin-top: -0.125rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-3\.5 {
  margin-bottom: 0.875rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[--paragraph-bottom-margin\] {
  margin-bottom: var(--paragraph-bottom-margin);
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[22px\] {
  margin-bottom: 22px;
}
.mb-\[83px\] {
  margin-bottom: 83px;
}
.ml-auto {
  margin-left: auto;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-\[1\.625rem\] {
  margin-top: 1.625rem;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-\[9\] {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[2\/3\] {
  aspect-ratio: 2/3;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.size-1\.5 {
  width: 0.375rem;
  height: 0.375rem;
}
.size-16 {
  width: 4rem;
  height: 4rem;
}
.size-20 {
  width: 5rem;
  height: 5rem;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.h-1 {
  height: 0.25rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[--header-height\] {
  height: var(--header-height);
}
.h-\[200px\] {
  height: 200px;
}
.h-\[236px\] {
  height: 236px;
}
.h-\[246px\] {
  height: 246px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[47px\] {
  height: 47px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[230px\] {
  max-height: 230px;
}
.max-h-\[350px\] {
  max-height: 350px;
}
.max-h-\[450px\] {
  max-height: 450px;
}
.max-h-\[630px\] {
  max-height: 630px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[700px\] {
  min-height: 700px;
}
.min-h-\[inherit\] {
  min-height: inherit;
}
.w-1\/2 {
  width: 50%;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-\[200\%\] {
  width: 200%;
}
.w-\[211px\] {
  width: 211px;
}
.w-\[2px\] {
  width: 2px;
}
.w-\[88\%\] {
  width: 88%;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[100\%\] {
  max-width: 100%;
}
.max-w-\[108rem\] {
  max-width: 108rem;
}
.max-w-\[15\%\] {
  max-width: 15%;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[25\%\] {
  max-width: 25%;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[67\%\] {
  max-width: 67%;
}
.max-w-\[6rem\] {
  max-width: 6rem;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[830px\] {
  max-width: 830px;
}
.max-w-\[calc\(100\%\)\] {
  max-width: calc(100%);
}
.max-w-md {
  max-width: 28rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.origin-left {
  transform-origin: left;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-4 {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[--image-zoom\] {
  --tw-scale-x: var(--image-zoom);
  --tw-scale-y: var(--image-zoom);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-0 {
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-decimal {
  list-style-type: decimal;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-\[30\%_1fr\] {
  grid-template-columns: 30% 1fr;
}
.grid-rows-\[0fr\] {
  grid-template-rows: 0fr;
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-3\.5 {
  gap: 0.875rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-7 {
  row-gap: 1.75rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.\!rounded-none {
  border-radius: 0px !important;
}
.rounded-\[2px\] {
  border-radius: 2px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[10px\] {
  border-bottom-width: 10px;
}
.border-b-\[20px\] {
  border-bottom-width: 20px;
}
.border-b-\[3px\] {
  border-bottom-width: 3px;
}
.border-l-\[10px\] {
  border-left-width: 10px;
}
.border-l-\[3px\] {
  border-left-width: 3px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-\[\#1585F2\] {
  --tw-border-opacity: 1;
  border-color: rgb(21 133 242 / var(--tw-border-opacity, 1));
}
.border-\[\#85B6E5\] {
  --tw-border-opacity: 1;
  border-color: rgb(133 182 229 / var(--tw-border-opacity, 1));
}
.border-gold {
  border-color: var(--gold);
}
.border-orange {
  border-color: var(--orange);
}
.border-primary-blue {
  border-color: var(--primary-blue);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.\!bg-orange {
  background-color: var(--orange) !important;
}
.bg-\[\#072543EB\] {
  background-color: #072543EB;
}
.bg-\[\#0A2647\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 38 71 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1585F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(21 133 242 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1585F2\]\/75 {
  background-color: rgb(21 133 242 / 0.75);
}
.bg-\[\#205BAB\]\/90 {
  background-color: rgb(32 91 171 / 0.9);
}
.bg-\[\#BD9057\] {
  --tw-bg-opacity: 1;
  background-color: rgb(189 144 87 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FF9800\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 152 0 / var(--tw-bg-opacity, 1));
}
.bg-blue {
  background-color: var(--blue);
}
.bg-color-icon {
  background-color: var(--color-icon);
}
.bg-current {
  background-color: currentColor;
}
.bg-dark-blue {
  background-color: var(--dark-blue);
}
.bg-gold {
  background-color: var(--gold);
}
.bg-light-blue {
  background-color: var(--light-blue);
}
.bg-navy {
  background-color: var(--navy);
}
.bg-orange {
  background-color: var(--orange);
}
.bg-primary-blue {
  background-color: var(--primary-blue);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-\[url\(\'\/wp-content\/uploads\/2025\/11\/Group-313\.png\'\)\] {
  background-image: url('/wp-content/uploads/2025/11/Group-313.png');
}
.bg-\[url\(\/wp-content\/uploads\/2025\/10\/bg-cta\.png\)\] {
  background-image: url(/wp-content/uploads/2025/10/bg-cta.png);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#1585F2\] {
  --tw-gradient-from: #1585F2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 133 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#85B6E5\] {
  --tw-gradient-from: #85B6E5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 182 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[orange\]\/90 {
  --tw-gradient-from: rgb(255 165 0 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 165 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#1585F2\] {
  --tw-gradient-to: #1585F2 var(--tw-gradient-to-position);
}
.to-\[\#85B6E5\] {
  --tw-gradient-to: #85B6E5 var(--tw-gradient-to-position);
}
.to-\[\#FF9800\]\/90 {
  --tw-gradient-to: rgb(255 152 0 / 0.9) var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-\[100\%_100\%\] {
  background-position: 100% 100%;
}
.bg-center {
  background-position: center;
}
.bg-top {
  background-position: top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.\!p-0 {
  padding: 0px !important;
}
.p-0 {
  padding: 0px;
}
.p-12 {
  padding: 3rem;
}
.p-3\.5 {
  padding: 0.875rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[20px\] {
  padding: 20px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-side-offset {
  padding-left: var(--side-offset);
  padding-right: var(--side-offset);
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-container-top {
  padding-top: var(--container-top-padding);
  padding-bottom: var(--container-top-padding);
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pb-\[--container-bottom-padding\] {
  padding-bottom: var(--container-bottom-padding);
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-\[--container-left-padding\] {
  padding-left: var(--container-left-padding);
}
.pl-\[0\.5em\] {
  padding-left: 0.5em;
}
.pl-\[0\.8em\] {
  padding-left: 0.8em;
}
.pl-\[12px\] {
  padding-left: 12px;
}
.pl-\[30px\] {
  padding-left: 30px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-\[--container-right-padding\] {
  padding-right: var(--container-right-padding);
}
.pr-\[12px\] {
  padding-right: 12px;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-3\.5 {
  padding-top: 0.875rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[--container-top-padding\] {
  padding-top: var(--container-top-padding);
}
.pt-\[0\.6em\] {
  padding-top: 0.6em;
}
.pt-\[1\.625rem\] {
  padding-top: 1.625rem;
}
.pt-\[2px\] {
  padding-top: 2px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-sans {
  font-family: source-sans-pro, sans-serif;
}
.font-typekit {
  font-family: utopia-std, serif;
}
.font-utopia {
  font-family: utopia-std, serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[1\.125rem\] {
  font-size: 1.125rem;
}
.text-\[1\.125rem\]\/\[1\.25\] {
  font-size: 1.125rem;
  line-height: 1.25;
}
.text-\[1\.25rem\] {
  font-size: 1.25rem;
}
.text-\[1\.3125rem\] {
  font-size: 1.3125rem;
}
.text-\[1\.375rem\] {
  font-size: 1.375rem;
}
.text-\[1\.5625rem\] {
  font-size: 1.5625rem;
}
.text-\[1\.5rem\] {
  font-size: 1.5rem;
}
.text-\[1\.6875rem\] {
  font-size: 1.6875rem;
}
.text-\[1\.75rem\] {
  font-size: 1.75rem;
}
.text-\[1\.8rem\] {
  font-size: 1.8rem;
}
.text-\[100\%\] {
  font-size: 100%;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[16px\]\/\[24px\] {
  font-size: 16px;
  line-height: 24px;
}
.text-\[16px\]\/\[28px\] {
  font-size: 16px;
  line-height: 28px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[18px\]\/\[1\.2\] {
  font-size: 18px;
  line-height: 1.2;
}
.text-\[18px\]\/\[24px\] {
  font-size: 18px;
  line-height: 24px;
}
.text-\[1rem\] {
  font-size: 1rem;
}
.text-\[2\.125rem\] {
  font-size: 2.125rem;
}
.text-\[2\.1875rem\] {
  font-size: 2.1875rem;
}
.text-\[2\.25rem\] {
  font-size: 2.25rem;
}
.text-\[2\.375rem\] {
  font-size: 2.375rem;
}
.text-\[2\.4rem\] {
  font-size: 2.4rem;
}
.text-\[2\.5rem\] {
  font-size: 2.5rem;
}
.text-\[2\.8125rem\] {
  font-size: 2.8125rem;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[23px\] {
  font-size: 23px;
}
.text-\[23px\]\/\[34px\] {
  font-size: 23px;
  line-height: 34px;
}
.text-\[27px\]\/\[32px\] {
  font-size: 27px;
  line-height: 32px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[2rem\] {
  font-size: 2rem;
}
.text-\[3\.4375rem\] {
  font-size: 3.4375rem;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[34px\] {
  font-size: 34px;
}
.text-\[35px\] {
  font-size: 35px;
}
.text-\[38px\] {
  font-size: 38px;
}
.text-\[40\%\] {
  font-size: 40%;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-\[60\%\] {
  font-size: 60%;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-\[600\] {
  font-weight: 600;
}
.font-\[700\] {
  font-weight: 700;
}
.font-\[900\] {
  font-weight: 900;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.leading-\[1\.01\] {
  line-height: 1.01;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.3\] {
  line-height: 1.3;
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.leading-\[1\.5\] {
  line-height: 1.5;
}
.leading-\[1\.9\] {
  line-height: 1.9;
}
.leading-\[1\] {
  line-height: 1;
}
.leading-\[2\] {
  line-height: 2;
}
.leading-\[3\] {
  line-height: 3;
}
.leading-loose {
  line-height: 2;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.-tracking-\[1px\] {
  letter-spacing: -1px;
}
.tracking-\[0\.01em\] {
  letter-spacing: 0.01em;
}
.tracking-\[0\.03em\] {
  letter-spacing: 0.03em;
}
.tracking-\[0\.0476em\] {
  letter-spacing: 0.0476em;
}
.tracking-\[0\.12px\] {
  letter-spacing: 0.12px;
}
.tracking-\[0\.15em\] {
  letter-spacing: 0.15em;
}
.tracking-\[0\.1em\] {
  letter-spacing: 0.1em;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.tracking-\[0\.3em\] {
  letter-spacing: 0.3em;
}
.tracking-\[3px\] {
  letter-spacing: 3px;
}
.tracking-\[4px\] {
  letter-spacing: 4px;
}
.tracking-\[6px\] {
  letter-spacing: 6px;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#1585F2\] {
  --tw-text-opacity: 1;
  color: rgb(21 133 242 / var(--tw-text-opacity, 1));
}
.text-\[\#1A1A1A\] {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}
.text-\[\#3B3B3B\] {
  --tw-text-opacity: 1;
  color: rgb(59 59 59 / var(--tw-text-opacity, 1));
}
.text-blue {
  color: var(--blue);
}
.text-gold {
  color: var(--gold);
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-orange {
  color: var(--orange);
}
.text-primary-blue {
  color: var(--primary-blue);
}
.text-text-color {
  color: var(--text-color);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-90 {
  opacity: 0.9;
}
.shadow-bottom {
  --tw-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.20);
  --tw-shadow-colored: 4px 4px 15px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-100 {
  transition-delay: 100ms;
}
.delay-200 {
  transition-delay: 200ms;
}
.delay-300 {
  transition-delay: 300ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-\[600ms\] {
  transition-duration: 600ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.will-change-transform {
  will-change: transform;
}
.content-\[\'\'\] {
  --tw-content: '';
  content: var(--tw-content);
}
.\[background-blend-mode\:multiply\2c normal\] {
  background-blend-mode: multiply,normal;
}
.\[background-blend-mode\:multiply\] {
  background-blend-mode: multiply;
}
/* Custom styles here */
/* ---------------------------------------
	Global styles
--------------------------------------- */
.link-with-zoom-img img {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  will-change: transform;
}

.link-with-zoom-img:hover img {
  --tw-scale-x: var(--image-zoom);
  --tw-scale-y: var(--image-zoom);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* ---------------------------------------
	Video
--------------------------------------- */
.responsive-embed {
  position: relative;
  height: 100%;
  width: 100%;
}

.responsive-embed video,
.responsive-embed iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  aspect-ratio: 16 / 9;
  height: 100%;
  width: 100%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -o-object-fit: cover;
     object-fit: cover;
}

/* Accordion Icon Styles */
.accordion-icon {
  position: relative;
  display: block;
  flex-shrink: 0;
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  will-change: transform;
}

.accordion-icon::before {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  --tw-translate-y: -50%;
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  height: var(--accordion-icon-weight, 3px);
  content: "";
}

.accordion-icon::after {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  --tw-translate-y: -50%;
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  height: var(--accordion-icon-weight, 3px);
  content: "";
}

.is-active [class*=accordion-icon]::after {
  content: var(--tw-content);
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.accordion-item:not(.is-active) .accordion-body {
  visibility: hidden;
}

.accordion-body {
  overflow: hidden;
  transition-property: height, visibility;
}

.georgia-image img {
  -o-object-fit: none;
     object-fit: none;
}

/* Pagination Styles */
.swiper-pagination-custom {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
@media (min-width: 641px) {

  .swiper-pagination-custom {
    margin-top: 2.5rem;
  }
}
.swiper-pagination-custom .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.swiper-pagination-custom .swiper-pagination-bullet-active {
  background-color: var(--gold);
}

.swiper-pagination-blog .swiper-pagination-bullet,
.swiper-pagination-awards .swiper-pagination-bullet {
  background-color: var(--blue);
}
.swiper-pagination-blog .swiper-pagination-bullet-active,
.swiper-pagination-awards .swiper-pagination-bullet-active {
  background-color: var(--orange);
}

.swiper-pagination-case-results {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.swiper-pagination-case-results .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background-color: rgb(255 255 255 / 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.swiper-pagination-case-results .swiper-pagination-bullet-active {
  background-color: var(--orange);
}

section#blog-content p {
  margin-bottom: 1.25rem;
}
section#blog-content h2,
section#blog-content h3 {
  margin-bottom: 1.25rem;
}

.footer-widget img {
  width: revert-layer;
}
.footer-widget .menu {
  font-size: 1rem;
}
.footer-widget .menu li {
  line-height: 1.2;
  margin-bottom: 1rem;
}

.footer-banner .wpforms-field-name {
  margin-top: 15px !important;
  padding-top: 0px !important;
}
@media screen and (max-width: 1428px) {
  .footer-banner .wpforms-field-name {
    margin-top: 10px !important;
    padding-top: 0px !important;
  }
}
.practice-home .overlay {
  background: linear-gradient(180deg, rgba(7, 37, 67, 0) 0%, var(--Dark-Brown-Gradient, #072543) 100%);
}

.hover\:bg-\[\#F57C00\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 124 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue:hover {
  background-color: var(--blue);
}

.hover\:bg-primary-blue:hover {
  background-color: var(--primary-blue);
}

.hover\:text-blue:hover {
  color: var(--blue);
}

.hover\:text-gold:hover {
  color: var(--gold);
}

.hover\:text-orange:hover {
  color: var(--orange);
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-x-100 {
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:grid-rows-\[1fr\] {
  grid-template-rows: 1fr;
}

.group\/nav-button:hover .group-hover\/nav-button\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group\/nav-button.active .group-\[\.active\]\/nav-button\:mb-2 {
  margin-bottom: 0.5rem;
}

.group\/nav-button.active .group-\[\.active\]\/nav-button\:mt-3 {
  margin-top: 0.75rem;
}

.group\/accordion-item.is-active .group-\[\.is-active\]\/accordion-item\:block {
  display: block;
}

.group\/accordion-item.is-active .group-\[\.is-active\]\/accordion-item\:hidden {
  display: none;
}

.group\/body.modal-open .group-\[\.modal-open\]\/body\:-translate-y-\[--modal-wrapper-mobile-nav-modal-scroll-position\] {
  --tw-translate-y: calc(var(--modal-wrapper-mobile-nav-modal-scroll-position) * -1);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/nav-button.active .group-\[\.active\]\/nav-button\:-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/nav-button.active .group-\[\.active\]\/nav-button\:rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/accordion-item.is-active .group-\[\.is-active\]\/accordion-item\:bg-orange {
  background-color: var(--orange);
}

.group\/nav-button.active .group-\[\.active\]\/nav-button\:opacity-0 {
  opacity: 0;
}

.group\/body.modal-open .group-\[\.modal-open\]\/body\:duration-0 {
  transition-duration: 0s;
}

@media not all and (min-width: 1025px) {

  .max-lg\:-order-1 {
    order: -1;
  }

  .max-lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .max-lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .max-lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .max-lg\:hidden {
    display: none;
  }

  .max-lg\:aspect-video {
    aspect-ratio: 16 / 9;
  }

  .max-lg\:h-full {
    height: 100%;
  }

  .max-lg\:min-h-\[600px\] {
    min-height: 600px;
  }

  .max-lg\:w-\[80\%\] {
    width: 80%;
  }

  .max-lg\:w-auto {
    width: auto;
  }

  .max-lg\:flex-col {
    flex-direction: column;
  }

  .max-lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .max-lg\:gap-3 {
    gap: 0.75rem;
  }

  .max-lg\:gap-6 {
    gap: 1.5rem;
  }

  .max-lg\:p-0 {
    padding: 0px;
  }

  .max-lg\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .max-lg\:text-center {
    text-align: center;
  }
}

@media not all and (min-width: 769px) {

  .max-md\:pointer-events-none {
    pointer-events: none;
  }

  .max-md\:pointer-events-auto {
    pointer-events: auto;
  }

  .max-md\:absolute {
    position: absolute;
  }

  .max-md\:right-0 {
    right: 0px;
  }

  .max-md\:top-0 {
    top: 0px;
  }

  .max-md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .max-md\:hidden {
    display: none;
  }

  .max-md\:h-\[calc\(100dvh-var\(--wp-admin--admin-bar--height\2c 0px\)-var\(--header-height\)\)\] {
    height: calc(100dvh - var(--wp-admin--admin-bar--height,0px) - var(--header-height));
  }

  .max-md\:h-full {
    height: 100%;
  }

  .max-md\:w-full {
    width: 100%;
  }

  .max-md\:translate-x-full {
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .max-md\:bg-blue {
    background-color: var(--blue);
  }

  .max-md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .group.active .max-md\:group-\[\.active\]\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media not all and (min-width: 641px) {

  .max-sm\:absolute {
    position: absolute;
  }

  .max-sm\:relative {
    position: relative;
  }

  .max-sm\:-bottom-0 {
    bottom: -0px;
  }

  .max-sm\:-bottom-\[--container-bottom-padding\] {
    bottom: calc(var(--container-bottom-padding) * -1);
  }

  .max-sm\:-bottom-\[150px\] {
    bottom: -150px;
  }

  .max-sm\:-left-\[--container-left-padding\] {
    left: calc(var(--container-left-padding) * -1);
  }

  .max-sm\:-top-\[--container-bottom-padding\] {
    top: calc(var(--container-bottom-padding) * -1);
  }

  .max-sm\:bottom-0 {
    bottom: 0px;
  }

  .max-sm\:left-0 {
    left: 0px;
  }

  .max-sm\:top-\[40px\] {
    top: 40px;
  }

  .max-sm\:z-10 {
    z-index: 10;
  }

  .max-sm\:-order-1 {
    order: -1;
  }

  .max-sm\:mb-0 {
    margin-bottom: 0px;
  }

  .max-sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .max-sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .max-sm\:mb-\[150px\] {
    margin-bottom: 150px;
  }

  .max-sm\:ml-0 {
    margin-left: 0px;
  }

  .max-sm\:mr-0 {
    margin-right: 0px;
  }

  .max-sm\:mt-7 {
    margin-top: 1.75rem;
  }

  .max-sm\:block {
    display: block;
  }

  .max-sm\:flex {
    display: flex;
  }

  .max-sm\:hidden {
    display: none;
  }

  .max-sm\:aspect-\[1\/1\] {
    aspect-ratio: 1/1;
  }

  .max-sm\:h-full {
    height: 100%;
  }

  .max-sm\:min-h-\[354px\] {
    min-height: 354px;
  }

  .max-sm\:w-\[82\%\] {
    width: 82%;
  }

  .max-sm\:w-\[90\%\] {
    width: 90%;
  }

  .max-sm\:w-full {
    width: 100%;
  }

  .max-sm\:\!max-w-full {
    max-width: 100% !important;
  }

  .max-sm\:max-w-\[100\%\] {
    max-width: 100%;
  }

  .max-sm\:max-w-full {
    max-width: 100%;
  }

  .max-sm\:translate-x-\[40px\] {
    --tw-translate-x: 40px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .max-sm\:grid-cols-\[20\%_1fr\] {
    grid-template-columns: 20% 1fr;
  }

  .max-sm\:flex-col {
    flex-direction: column;
  }

  .max-sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .max-sm\:gap-10 {
    gap: 2.5rem;
  }

  .max-sm\:overflow-hidden {
    overflow: hidden;
  }

  .max-sm\:overflow-visible {
    overflow: visible;
  }

  .max-sm\:bg-\[\#1585F2\] {
    --tw-bg-opacity: 1;
    background-color: rgb(21 133 242 / var(--tw-bg-opacity, 1));
  }

  .max-sm\:bg-blue {
    background-color: var(--blue);
  }

  .max-sm\:bg-dark-blue {
    background-color: var(--dark-blue);
  }

  .max-sm\:bg-orange {
    background-color: var(--orange);
  }

  .max-sm\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .max-sm\:p-0 {
    padding: 0px;
  }

  .max-sm\:p-5 {
    padding: 1.25rem;
  }

  .max-sm\:p-\[--container-left-padding\] {
    padding: var(--container-left-padding);
  }

  .max-sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .max-sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .max-sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

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

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

  .max-sm\:pb-\[10px\] {
    padding-bottom: 10px;
  }

  .max-sm\:pb-\[32px\] {
    padding-bottom: 32px;
  }

  .max-sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .max-sm\:pr-2 {
    padding-right: 0.5rem;
  }

  .max-sm\:text-left {
    text-align: left;
  }

  .max-sm\:text-center {
    text-align: center;
  }

  .max-sm\:text-\[20px\] {
    font-size: 20px;
  }

  .max-sm\:text-\[26px\] {
    font-size: 26px;
  }

  .max-sm\:text-\[32px\] {
    font-size: 32px;
  }

  .max-sm\:leading-\[1\] {
    line-height: 1;
  }
}

@media (min-width: 641px) {

  .sm\:bottom-\[2\.75rem\] {
    bottom: 2.75rem;
  }

  .sm\:left-\[2\.5rem\] {
    left: 2.5rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .sm\:line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:size-10 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .sm\:size-11 {
    width: 2.75rem;
    height: 2.75rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-7 {
    height: 1.75rem;
  }

  .sm\:h-\[22\.6875rem\] {
    height: 22.6875rem;
  }

  .sm\:h-\[436px\] {
    height: 436px;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-\[20\.5rem\] {
    width: 20.5rem;
  }

  .sm\:w-\[74\%\] {
    width: 74%;
  }

  .sm\:max-w-\[10rem\] {
    max-width: 10rem;
  }

  .sm\:max-w-\[calc\(100\%\)\] {
    max-width: calc(100%);
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:p-11 {
    padding: 2.75rem;
  }

  .sm\:p-7 {
    padding: 1.75rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-\[23px_20px\] {
    padding: 23px 20px;
  }

  .sm\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pb-\[--container-sm-bottom-padding\] {
    padding-bottom: var(--container-sm-bottom-padding);
  }

  .sm\:pl-11 {
    padding-left: 2.75rem;
  }

  .sm\:pl-\[--container-sm-left-padding\] {
    padding-left: var(--container-sm-left-padding);
  }

  .sm\:pr-\[--container-sm-right-padding\] {
    padding-right: var(--container-sm-right-padding);
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pt-\[--container-sm-top-padding\] {
    padding-top: var(--container-sm-top-padding);
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-\[1\.1875rem\] {
    font-size: 1.1875rem;
  }

  .sm\:text-\[1\.4rem\] {
    font-size: 1.4rem;
  }

  .sm\:text-\[1\.5625rem\] {
    font-size: 1.5625rem;
  }

  .sm\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

  .sm\:text-\[1\.625rem\] {
    font-size: 1.625rem;
  }

  .sm\:text-\[1\.6875rem\] {
    font-size: 1.6875rem;
  }

  .sm\:text-\[1\.75rem\] {
    font-size: 1.75rem;
  }

  .sm\:text-\[1\.8125rem\] {
    font-size: 1.8125rem;
  }

  .sm\:text-\[1\.875rem\] {
    font-size: 1.875rem;
  }

  .sm\:text-\[2\.25rem\] {
    font-size: 2.25rem;
  }

  .sm\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .sm\:text-\[2\.75rem\] {
    font-size: 2.75rem;
  }

  .sm\:text-\[2rem\] {
    font-size: 2rem;
  }

  .sm\:text-\[3\.4375rem\] {
    font-size: 3.4375rem;
  }

  .sm\:text-\[3\.5rem\] {
    font-size: 3.5rem;
  }

  .sm\:text-\[3\.75rem\] {
    font-size: 3.75rem;
  }

  .sm\:text-\[4\.0625rem\] {
    font-size: 4.0625rem;
  }

  .sm\:leading-\[0\.9\] {
    line-height: 0.9;
  }

  .sm\:leading-\[1\.3\] {
    line-height: 1.3;
  }

  .sm\:text-orange {
    color: var(--orange);
  }

  .group\/nav-button.active .sm\:group-\[\.active\]\/nav-button\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .group\/header.scroll-up .sm\:group-\[\.scroll-up\]\/header\:translate-y-\[calc\(5rem\/2\)\] {
    --tw-translate-y: calc(5rem / 2);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (min-width: 769px) {

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .md\:\!flex {
    display: flex !important;
  }

  .md\:hidden {
    display: none;
  }

  .md\:\!w-auto {
    width: auto !important;
  }

  .md\:max-w-\[calc\(100\%\)\] {
    max-width: calc(100%);
  }

  .md\:\!transform-none {
    transform: none !important;
  }

  .md\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:gap-2\.5 {
    gap: 0.625rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-\[150px\] {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .md\:pl-\[55\%\] {
    padding-left: 55%;
  }

  .md\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

  .md\:text-\[1\.625rem\] {
    font-size: 1.625rem;
  }

  .md\:text-\[1\.875rem\] {
    font-size: 1.875rem;
  }

  .md\:text-\[2\.625rem\] {
    font-size: 2.625rem;
  }

  .md\:text-\[3\.75rem\] {
    font-size: 3.75rem;
  }

  .md\:text-\[4\.5rem\] {
    font-size: 4.5rem;
  }
}

@media (min-width: 1025px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:left-\[28\%\] {
    left: 28%;
  }

  .lg\:-mb-36 {
    margin-bottom: -9rem;
  }

  .lg\:-mt-\[15px\] {
    margin-top: -15px;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[304\/350\] {
    aspect-ratio: 304/350;
  }

  .lg\:size-16 {
    width: 4rem;
    height: 4rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:min-h-\[32\.0625rem\] {
    min-height: 32.0625rem;
  }

  .lg\:min-h-\[50\.75rem\] {
    min-height: 50.75rem;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-\[28\%\] {
    width: 28%;
  }

  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-\[400px\] {
    max-width: 400px;
  }

  .lg\:max-w-\[730px\] {
    max-width: 730px;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[30\%_1fr\] {
    grid-template-columns: 30% 1fr;
  }

  .lg\:grid-cols-\[4fr_1fr\] {
    grid-template-columns: 4fr 1fr;
  }

  .lg\:grid-cols-\[50\%_1fr\] {
    grid-template-columns: 50% 1fr;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-7 {
    gap: 1.75rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pb-\[--container-lg-bottom-padding\] {
    padding-bottom: var(--container-lg-bottom-padding);
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pl-\[--container-lg-left-padding\] {
    padding-left: var(--container-lg-left-padding);
  }

  .lg\:pl-\[100px\] {
    padding-left: 100px;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pr-\[--container-lg-right-padding\] {
    padding-right: var(--container-lg-right-padding);
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-\[--container-lg-top-padding\] {
    padding-top: var(--container-lg-top-padding);
  }

  .lg\:pt-\[20\.375rem\] {
    padding-top: 20.375rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:text-\[0\.8333vw\] {
    font-size: 0.8333vw;
  }

  .lg\:text-\[1\.4rem\] {
    font-size: 1.4rem;
  }

  .lg\:text-\[16px\] {
    font-size: 16px;
  }

  .lg\:text-\[2\.25rem\] {
    font-size: 2.25rem;
  }

  .lg\:text-\[2\.425rem\] {
    font-size: 2.425rem;
  }

  .lg\:text-\[2\.625rem\] {
    font-size: 2.625rem;
  }

  .lg\:text-\[2\.8125rem\] {
    font-size: 2.8125rem;
  }

  .lg\:text-\[20px\] {
    font-size: 20px;
  }

  .lg\:text-\[24px\] {
    font-size: 24px;
  }

  .lg\:text-\[24px\]\/\[1\.2\] {
    font-size: 24px;
    line-height: 1.2;
  }

  .lg\:text-\[25px\] {
    font-size: 25px;
  }

  .lg\:text-\[3\.1rem\] {
    font-size: 3.1rem;
  }

  .lg\:text-\[3\.375rem\] {
    font-size: 3.375rem;
  }

  .lg\:text-\[3\.6875rem\] {
    font-size: 3.6875rem;
  }

  .lg\:text-\[4\.5rem\] {
    font-size: 4.5rem;
  }

  .lg\:text-\[6\.5rem\] {
    font-size: 6.5rem;
  }

  .lg\:text-\[60px\] {
    font-size: 60px;
  }

  .lg\:text-\[70px\] {
    font-size: 70px;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1400px) {

  .xl\:text-\[70px\] {
    font-size: 70px;
  }
}

@media (min-width: 1440px) {

  .\33xl\:pl-\[--container-left-padding\] {
    padding-left: var(--container-left-padding);
  }

  .\33xl\:pr-\[--container-right-padding\] {
    padding-right: var(--container-right-padding);
  }

  .\33xl\:text-\[16px\] {
    font-size: 16px;
  }
}

@media (min-width: 1800px) {

  .\34xl\:text-\[7\.5rem\] {
    font-size: 7.5rem;
  }
}

.\[\&\.scroll-down\]\:-translate-y-\[100\%\].scroll-down {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&\.scroll-up\]\:translate-y-0.scroll-up {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 641px) {

  .sm\:\[\&\.scroll-up\]\:-translate-y-\[calc\(100\%-\(100\%-5rem\)\)\].scroll-up {
    --tw-translate-y: calc(calc(100% - (100% - 5rem)) * -1);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.\[\&\>\*\]\:text-white>* {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&\>a\]\:font-sans>a {
  font-family: source-sans-pro, sans-serif;
}

.\[\&\>article\]\:aspect-\[30\/24\]>article {
  aspect-ratio: 30/24;
}

.\[\&\>article\]\:aspect-\[4\/3\]>article {
  aspect-ratio: 4/3;
}

.\[\&\>article\]\:h-full>article {
  height: 100%;
}

.\[\&\>iframe\]\:aspect-video>iframe {
  aspect-ratio: 16 / 9;
}

.\[\&\>iframe\]\:h-auto>iframe {
  height: auto;
}

.\[\&\>iframe\]\:h-full>iframe {
  height: 100%;
}

.\[\&\>iframe\]\:w-full>iframe {
  width: 100%;
}

.\[\&\>img\]\:aspect-\[7\/5\]>img {
  aspect-ratio: 7/5;
}

.\[\&\>img\]\:aspect-video>img {
  aspect-ratio: 16 / 9;
}

.\[\&\>img\]\:h-auto>img {
  height: auto;
}

.\[\&\>img\]\:w-auto>img {
  width: auto;
}

.\[\&\>img\]\:max-w-\[120px\]>img {
  max-width: 120px;
}

.\[\&\>img\]\:object-top>img {
  -o-object-position: top;
     object-position: top;
}

@media (min-width: 1025px) {

  .lg\:\[\&\>img\]\:aspect-\[2\.69\/1\]>img {
    aspect-ratio: 2.69/1;
  }

  .lg\:\[\&\>img\]\:aspect-\[3\/1\.5\]>img {
    aspect-ratio: 3/1.5;
  }

  .lg\:\[\&\>img\]\:aspect-\[4\/5\]>img {
    aspect-ratio: 4/5;
  }
}

.\[\&\>p\>a\]\:text-\[1\.25rem\]>p>a {
  font-size: 1.25rem;
}

.\[\&\>p\>a\]\:font-semibold>p>a {
  font-weight: 600;
}

.\[\&\>p\>a\]\:no-underline>p>a {
  text-decoration-line: none;
}

.\[\&\>p\]\:font-sans>p {
  font-family: source-sans-pro, sans-serif;
}

.\[\&\>p\]\:font-utopia>p {
  font-family: utopia-std, serif;
}

.\[\&\>p\]\:text-\[16px\]>p {
  font-size: 16px;
}

.\[\&\>p\]\:text-\[16px\]\/\[24px\]>p {
  font-size: 16px;
  line-height: 24px;
}

.\[\&\>p\]\:text-\[18px\]>p {
  font-size: 18px;
}

.\[\&\>p\]\:font-extrabold>p {
  font-weight: 800;
}

.\[\&\>p\]\:font-normal>p {
  font-weight: 400;
}

.\[\&\>p\]\:font-semibold>p {
  font-weight: 600;
}

.\[\&\>p\]\:leading-normal>p {
  line-height: 1.5;
}

.\[\&\>p\]\:text-blue>p {
  color: var(--blue);
}

.\[\&\>p\]\:text-white>p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&\>span\]\:transition-all>span {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[\&\>span\]\:duration-300>span {
  transition-duration: 300ms;
}

.\[\&_\*\]\:font-sans * {
  font-family: source-sans-pro, sans-serif;
}

.\[\&_\*\]\:text-white * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_\.footer-widget-title\]\:mb-3\.5 .footer-widget-title {
  margin-bottom: 0.875rem;
}

.\[\&_\.footer-widget-title\]\:text-\[2rem\] .footer-widget-title {
  font-size: 2rem;
}

.\[\&_\.footer-widget-title\]\:font-semibold .footer-widget-title {
  font-weight: 600;
}

@media (min-width: 641px) {

  .\[\&_\.footer-widget-title\]\:sm\:mb-6 .footer-widget-title {
    margin-bottom: 1.5rem;
  }
}

.\[\&_\.swiper-slide\]\:\!flex .swiper-slide {
  display: flex !important;
}

.\[\&_\.swiper-slide\]\:\!h-auto .swiper-slide {
  height: auto !important;
}

.\[\&_\.swiper-wrapper\]\:\!flex .swiper-wrapper {
  display: flex !important;
}

@media not all and (min-width: 641px) {

  .max-sm\:\[\&_img\]\:mx-auto img {
    margin-left: auto;
    margin-right: auto;
  }
}

.\[\&_p\]\:font-sans p {
  font-family: source-sans-pro, sans-serif;
}

.\[\&_p\]\:text-\[1rem\] p {
  font-size: 1rem;
}

.\[\&_p\]\:font-normal p {
  font-weight: 400;
}

.\[\&_p\]\:leading-\[1\.2\] p {
  line-height: 1.2;
}

.\[\&_p\]\:text-white p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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