/*
 * Theme Name:        Bliss Systems
 * Theme URI:         https://themeforest.net/
 * Author:            Subatomic Themes
 * Author URI:        https://themeforest.net/user/subatomicthemes
 * Description:       ...
 * Requires at least: 5.4
 * Tested up to:      6.1.1
 * Requires PHP:      7.4
 * Version:           1.0.0
 * License:           See "Licenses" Folder
 * License URI:       See "Licenses" Folder
 * Text Domain:       bliss
 * Tags:              custom-logo, editor-style, featured-images
 *
 * Table of Contents
 * ----------------------------------------------------------------------------
 *
 * Normalize
 * Base Styles
 * Forms
 * Buttons
 * Owl Carousel
 * Site Header
 * Off-Canvas Area
 * Hero Area
 * About Area
 * Features Area
 * Services Area
 * Blog
 * Services
 * Team
 * Gated Content
 * Call-to-Action
 * Contact
 * Google Reviews Area
 * Site Footer
 * Block Styles
 * Modals
 * Banners
 * Social Media Profiles
 * Utility Classes
 *
 */
/*
 * Normalize
 *
 * @link     github.com/necolas/normalize.css
 * @version  8.0.1
 * @license  MIT
 *
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*
 * Base Styles
 *
 */
body {
  background-color: #ffffff;
  font-family: "Plus Jakarta Sans", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #383838;
  margin-top: 72px;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
}
body.admin-bar {
  margin-top: 24px;
}
body.modal-is-open {
  overflow: hidden;
}
@media (min-width: 600px) {
  body.admin-bar {
    margin-top: 72px;
  }
}
@media (min-width: 600px) and (min-width: 1148px) {
  body.admin-bar {
    margin-top: 120px;
  }
}
@media (min-width: 600px) {
  body.mce-content-body {
    margin: 0;
    padding: 16px;
  }
}
@media (min-width: 996px) {
  body {
    font-size: 1.25rem;
  }
}
@media (min-width: 1148px) {
  body {
    margin-top: 120px;
  }
  body.has-banner-top {
    margin-top: 170px;
  }
}

p {
  margin: 0 0 24px 0;
}
@media (min-width: 996px) {
  p {
    margin: 0 0 32px 0;
  }
}
p.has-background {
  padding: 32px;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

a {
  color: #239bb4;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
a:hover {
  color: #239bb4;
  text-decoration: none;
}
a:visited {
  color: #154470;
}

.has-text-color a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans", Helvetica, sans-serif;
  line-height: 1.2;
  margin: 0 0 24px 0;
  color: #154470;
}
@media (min-width: 996px) {
  h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 32px 0;
  }
}
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 32px;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 800;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration-thickness: 2px;
}

h1 {
  font-size: 76.8px;
}
@media (min-width: 996px) {
  h1 {
    font-size: 96px;
  }
}
h1.editor-post-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 64px;
  text-align: center;
}

h2 {
  font-size: 25.6px;
}
@media (min-width: 996px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 22.4px;
}
@media (min-width: 996px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 20px;
}
@media (min-width: 996px) {
  h4 {
    font-size: 25px;
  }
}

h5 {
  font-size: 17.6px;
}
@media (min-width: 996px) {
  h5 {
    font-size: 22px;
  }
}

h6 {
  font-size: 15.2px;
}
@media (min-width: 996px) {
  h6 {
    font-size: 19px;
  }
}

ul,
ol {
  padding: 0 0 0 42px;
  margin: 0 0 24px 0;
  font-size: 1rem;
  line-height: 1.8;
}
@media (min-width: 996px) {
  ul,
ol {
    font-size: 1.25rem;
    margin: 0 0 32px 0;
  }
}
ul.has-background,
ol.has-background {
  padding: 32px;
  padding-left: 54px;
}
ul li,
ol li {
  padding: 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0;
}

ul {
  list-style: none;
}
ul.has-bliss-primary-background-color li:before, ul.has-bliss-secondary-background-color li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cg%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z'/%3E%3C/g%3E%3C/svg%3E");
}
ul li {
  position: relative;
}
ul li:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: -30px;
  top: 3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23239bb4'%3E%3Cg%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
}
@media (min-width: 996px) {
  ul li:before {
    background-size: 28px;
    left: -32px;
    top: 6px;
  }
}
ul ol li:before {
  display: none;
}
ul ol ul li:before {
  display: block;
}

ol.has-bliss-primary-background-color li::marker, ol.has-bliss-secondary-background-color li::marker {
  color: #ffffff;
}
ol li::marker {
  color: #239bb4;
  font-weight: 600;
  letter-spacing: 1px;
}

blockquote p:not(.has-background) {
  margin: 0;
}

/*
 * Forms
 *
 */
.contact-form {
  background-color: #f8f8f8;
  margin: 0;
  padding: 16px;
}
@media (min-width: 400px) {
  .contact-form {
    margin: 0 16px;
    padding: 24px;
    border-radius: 6px;
  }
}
@media (min-width: 996px) {
  .contact-form {
    padding: 48px;
  }
}
.contact-form .wpcf7-form-control-wrap {
  display: block;
}
.contact-form label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #154470;
  margin-bottom: 6px;
}
@media (min-width: 996px) {
  .contact-form label {
    font-size: 18px;
  }
}
.contact-form input,
.contact-form textarea {
  display: block;
  width: calc(100% - 32px);
  border: 2px solid #ffffff;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 300;
  background-color: #ffffff;
  padding: 16px 14px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #154470;
  outline: 0;
}
.contact-form input.wpcf7-not-valid,
.contact-form textarea.wpcf7-not-valid {
  border-color: #ef0000;
}
.contact-form .wpcf7-not-valid-tip {
  display: none;
}
.contact-form .form-group-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form .form-group-submit .wpcf7-spinner {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
}
.contact-form .button {
  border: 0;
  display: inline-block;
  font-weight: 800;
  cursor: pointer;
  min-width: 180px;
  max-width: 240px;
}
@media (min-width: 996px) {
  .contact-form .button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36%;
            flex: 0 0 36%;
  }
}
.contact-form.contact-form-dark {
  background-color: #154470;
}
@media (min-width: 400px) {
  .contact-form.contact-form-dark {
    margin: 0;
  }
}
@media (min-width: 996px) {
  .contact-form.contact-form-dark {
    padding: 36px;
  }
}
.contact-form.contact-form-dark label {
  color: #ffffff;
}
.contact-form.contact-form-dark input:focus,
.contact-form.contact-form-dark textarea:focus {
  border-color: #239bb4;
}
.contact-form.contact-form-dark .form-group.consent {
  background-color: #0c2d4b;
  font-size: 12px;
}
@media (min-width: 996px) {
  .contact-form.contact-form-dark .button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}
.contact-form.contact-form-dark .wpcf7 form .wpcf7-response-output {
  color: #ffffff;
}

.form-group {
  margin-bottom: 18px;
}
.form-group.consent {
  width: calc(100% - 36px);
  background-color: #154470;
  font-size: 13px;
  color: #ffffff;
  border-radius: 6px;
  padding: 12px 18px;
}
.form-group.consent .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin: 0;
}
.form-group.consent input[type=checkbox] {
  width: 16px;
  height: 16px;
  padding: 0;
  -webkit-transform: scale(1.5) translateY(4px);
          transform: scale(1.5) translateY(4px);
  cursor: pointer;
}
.form-group.consent .wpcf7-list-item-label:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: -3px;
  width: 15px;
  height: 16px;
  border: 2px solid #ffffff;
  pointer-events: none;
}

.consent-text {
  display: block;
}

@media (min-width: 996px) {
  .form-group-two-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
}

.wpcf7 form .wpcf7-response-output {
  border: 0;
  margin: 0;
  padding: 32px 32px 0 32px;
  font-size: 14px;
  text-align: center;
  color: #ef0000;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #154470;
}

/*
 * Buttons
 *
 */
.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px !important; /* Overrides .wp-container-* gap. */
}
@media (min-width: 1396px) {
  .buttons {
    gap: 32px !important; /* Overrides .wp-container-* gap. */
  }
}
.buttons.is-swapped {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-top: 32px;
}

.button, .wp-block-button__link {
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
}
.button:not(.has-background), .wp-block-button__link:not(.has-background) {
  background-color: #154470;
  background-image: linear-gradient(100deg, rgb(35, 155, 180) 0%, rgb(11, 204, 199) 50%, rgb(35, 155, 180) 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
}
@media (min-width: 996px) {
  .button, .wp-block-button__link {
    padding: 12px 24px;
    font-size: 18px;
  }
}
.button:not(.has-text-color), .wp-block-button__link:not(.has-text-color) {
  color: #ffffff;
}
.button:not(.has-text-color):visited, .wp-block-button__link:not(.has-text-color):visited, .button:not(.has-text-color):hover .button:not(.has-text-color):focus, .wp-block-button__link:not(.has-text-color):hover .button:not(.has-text-color):focus, .button:not(.has-text-color):hover .wp-block-button__link:not(.has-text-color):focus, .wp-block-button__link:not(.has-text-color):hover .wp-block-button__link:not(.has-text-color):focus {
  color: #ffffff;
}
.button:hover, .wp-block-button__link:hover {
  color: #ffffff;
  background-position: 0 0;
}
.button.button-outline, .button-outline.wp-block-button__link, .wp-block-button.is-style-outline > .wp-block-button__link {
  background-image: none;
  padding: 7px 20px;
  border-width: 3px;
  border-style: solid;
  border-color: #154470;
}
.button.button-outline:not(.has-background), .button-outline.wp-block-button__link:not(.has-background), .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background) {
  background-color: transparent;
}
.button.button-outline:not(.has-text-color), .button-outline.wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
  color: #154470;
}
.button.button-outline:hover, .button-outline.wp-block-button__link:hover, .wp-block-button.is-style-outline > .wp-block-button__link:hover {
  color: #ffffff;
  -webkit-box-shadow: inset 14em 0 0 #154470;
          box-shadow: inset 14em 0 0 #154470;
}
.button.button-outline.has-text-color:hover, .button-outline.has-text-color.wp-block-button__link:hover, .wp-block-button.is-style-outline > .has-text-color.wp-block-button__link:hover {
  color: revert;
}
@media (min-width: 996px) {
  .button.button-outline, .button-outline.wp-block-button__link, .wp-block-button.is-style-outline > .wp-block-button__link {
    padding: 9px 22px;
  }
}
.button.button-sm, .button-sm.wp-block-button__link {
  font-size: 12.8px;
  padding: 9px 20px 7px;
}
@media (min-width: 1396px) {
  .button.button-sm, .button-sm.wp-block-button__link {
    font-size: 16px;
  }
}
.button.button-sm.button-outline, .button-sm.button-outline.wp-block-button__link, .wp-block-button.is-style-outline > .button-sm.wp-block-button__link {
  padding: 7px 20px;
}
.button.button-xs, .button-xs.wp-block-button__link {
  font-size: 16px;
  padding: 6px 18px;
}

/*
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 *
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*
 * Site Header
 *
 */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
}
.site-header.is-stuck .site-header-main {
  height: 72px;
}
@media (min-width: 1148px) {
  .site-header.is-stuck .site-header-main {
    height: 96px;
  }
}
.site-header.is-stuck .site-header-main .custom-logo-link .custom-logo {
  width: 184px;
}
@media (min-width: 1148px) {
  .site-header.is-stuck .site-header-main .custom-logo-link .custom-logo {
    width: 225.6px;
  }
}
.site-header.is-stuck .site-header-main .site-header-main-menu .menu {
  gap: 25.6px;
}
.site-header.is-stuck .site-header-main .site-header-main-menu .menu .menu-item {
  font-size: 16px;
}
@media (min-width: 1148px) {
  .site-header.is-stuck .site-header-main .site-header-main-buttons .button {
    padding: 10px 20px;
    font-size: 14px;
  }
  .site-header.is-stuck .site-header-main .site-header-main-buttons .button.button-outline {
    padding: 7px 20px;
  }
}

.admin-bar .site-header {
  top: 0;
}
@media (min-width: 600px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
@media (min-width: 783px) {
  .admin-bar .site-header {
    top: 32px;
  }
}

.site-header-main {
  height: 72px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
}
@media (min-width: 1148px) {
  .site-header-main {
    height: 120px;
  }
}
.site-header-main .site-header-main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.site-header-main .site-header-main-inner.site-header-minimal {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-header-main .site-header-main-inner.site-header-minimal .branding-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}
@media (min-width: 348px) {
  .site-header-main .site-header-main-inner.site-header-minimal .branding-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}
@media (min-width: 400px) {
  .site-header-main .site-header-main-inner.site-header-minimal .branding-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (min-width: 578px) {
  .site-header-main .site-header-main-inner.site-header-minimal .branding-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}
.site-header-main .site-header-main-inner.site-header-minimal .site-header-main-buttons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
@media (min-width: 348px) {
  .site-header-main .site-header-main-inner.site-header-minimal .site-header-main-buttons {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}
@media (min-width: 400px) {
  .site-header-main .site-header-main-inner.site-header-minimal .site-header-main-buttons {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (min-width: 578px) {
  .site-header-main .site-header-main-inner.site-header-minimal .site-header-main-buttons {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}
.site-header-main .branding-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}
@media (min-width: 348px) {
  .site-header-main .branding-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}
@media (min-width: 400px) {
  .site-header-main .branding-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (min-width: 480px) {
  .site-header-main .branding-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
  }
}
@media (min-width: 1148px) {
  .site-header-main .branding-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
.site-header-main .custom-logo-link {
  display: block;
  position: relative;
}
.site-header-main .custom-logo-link .custom-logo {
  display: block;
  width: 184px;
  height: auto;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
}
@media (min-width: 1148px) {
  .site-header-main .custom-logo-link .custom-logo {
    width: 225.6px;
  }
}
@media (min-width: 1396px) {
  .site-header-main .custom-logo-link .custom-logo {
    width: 282px;
  }
}
.site-header-main .site-header-main-menu {
  display: none;
}
@media (min-width: 1148px) {
  .site-header-main .site-header-main-menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    display: block;
  }
}
.site-header-main .site-header-main-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25.6px;
  margin: 0;
  padding: 0;
}
@media (min-width: 1396px) {
  .site-header-main .site-header-main-menu .menu {
    gap: 32px;
  }
}
.site-header-main .site-header-main-menu .menu .menu-item {
  position: relative;
  display: block;
  font-family: "Plus Jakarta Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #383838;
}
@media (min-width: 1396px) {
  .site-header-main .site-header-main-menu .menu .menu-item {
    font-size: 20px;
  }
}
.site-header-main .site-header-main-menu .menu .menu-item:before {
  display: none;
}
.site-header-main .site-header-main-menu .menu .menu-item a {
  padding: 8px;
  display: block;
  text-decoration: none;
  color: #154470;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
}
.site-header-main .site-header-main-menu .menu .menu-item a:before {
  content: "";
  visibility: hidden;
  opacity: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 0;
  width: 0;
  height: 3px;
  border-radius: 3px;
  background-color: #239bb4;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
}
.site-header-main .site-header-main-menu .menu .menu-item:hover a:before, .site-header-main .site-header-main-menu .menu .menu-item.current-menu-item a:before {
  visibility: visible;
  opacity: 1;
  width: 40px;
  margin-left: -20px;
}
.site-header-main .site-header-main-buttons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px !important;
}
@media (min-width: 348px) {
  .site-header-main .site-header-main-buttons {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}
@media (min-width: 400px) {
  .site-header-main .site-header-main-buttons {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    gap: 16px !important;
  }
}
@media (min-width: 480px) {
  .site-header-main .site-header-main-buttons {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
            flex: 0 0 58%;
  }
}
@media (min-width: 1148px) {
  .site-header-main .site-header-main-buttons {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
.site-header-main .site-header-main-buttons .button:first-of-type {
  display: none;
}
@media (min-width: 578px) {
  .site-header-main .site-header-main-buttons .button:first-of-type {
    display: inline-block;
  }
}
.site-header-main .site-header-main-buttons .button:nth-of-type(2) {
  display: none;
}
@media (min-width: 400px) {
  .site-header-main .site-header-main-buttons .button:nth-of-type(2) {
    display: inline-block;
  }
}
.site-header-main .site-header-main-buttons .button:nth-of-type(3) {
  display: none;
}
@media (min-width: 348px) {
  .site-header-main .site-header-main-buttons .button:nth-of-type(3) {
    display: inline-block;
  }
}
@media (min-width: 400px) {
  .site-header-main .site-header-main-buttons .button:nth-of-type(3) {
    display: none;
  }
}
.site-header-main .site-header-main-buttons .mobile-menu-button {
  background-color: #154470;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
}
.site-header-main .site-header-main-buttons .mobile-menu-button svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
}
.site-header-main .site-header-main-buttons .mobile-menu-button svg.close-icon {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.site-header-main .site-header-main-buttons .mobile-menu-button.active svg.menu-icon {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.site-header-main .site-header-main-buttons .mobile-menu-button.active svg.close-icon {
  width: 18px;
  height: 18px;
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media (min-width: 1148px) {
  .site-header-main .site-header-main-buttons .mobile-menu-button {
    display: none;
  }
}

.is-full-height .site-header-main-inner {
  height: 100%;
}
.is-full-height .site-header-main-inner .site-header-main-menu {
  height: 100%;
}
.is-full-height .site-header-main-inner .site-header-main-menu .menu {
  height: 100%;
}
.is-full-height .site-header-main-inner .site-header-main-menu .menu .menu-item {
  height: 100%;
}
.is-full-height .site-header-main-inner .site-header-main-menu .menu .menu-item a {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 120px;
}

/*
 * Off-Canvas Area
 *
 */
.off-canvas-overlay {
  visibility: hidden;
  opacity: 0;
  width: 100vw;
  height: 0;
  background-color: rgba(0, 0, 0, 0.82);
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.off-canvas-overlay.in {
  height: 100vh;
  visibility: visible;
  opacity: 1;
}

.off-canvas {
  background-color: #ffffff;
  max-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 995;
  padding-bottom: 74px;
  -webkit-box-shadow: 12px 0 48px rgba(0, 0, 0, 0.48);
          box-shadow: 12px 0 48px rgba(0, 0, 0, 0.48);
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
  -webkit-transform: translateX(-320px);
          transform: translateX(-320px);
}
.off-canvas .menu {
  margin: 0;
  padding: 0;
}
.off-canvas .menu li {
  font-size: 16px;
  font-weight: 500;
}
.off-canvas .menu li:before {
  display: none;
}
.off-canvas .menu li a {
  display: block;
  padding: 15px 16px;
  text-decoration: none;
  color: #383838;
  border-bottom: 1px solid #f8f8f8;
}
.off-canvas .menu li.current-menu-item a {
  background-color: rgba(0, 0, 0, 0.24);
}
.off-canvas .menu li.menu-item-has-children {
  position: relative;
}
.off-canvas .menu li.menu-item-has-children .dropdown-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 59px;
  height: 59px;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
}
.off-canvas .menu li.menu-item-has-children .dropdown-arrow svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
}
.off-canvas .menu li.menu-item-has-children.active .dropdown-arrow svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.off-canvas .menu li .sub-menu {
  display: none;
  padding: 0;
}
.off-canvas .menu li .sub-menu li a {
  padding-left: 32px;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0.12);
}
.off-canvas .site-header-mobile-menu .menu {
  background-image: linear-gradient(100deg, rgb(21, 68, 112) 0%, rgb(9, 43, 75) 100%);
}
.off-canvas .site-header-mobile-menu .menu li a {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.08);
}
.off-canvas .site-header-mobile-buttons.is-swapped {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 24px 16px;
}
.off-canvas .copyright-text {
  font-size: 13px;
  color: #154470;
  padding: 0 16px;
}

.in .off-canvas {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*
 * Hero Area
 *
 */
.hero-area {
  padding: 32px 0 0 0;
}
@media (min-width: 858px) {
  .hero-area {
    padding: 96px 0 0 0;
  }
}

.hero-area-inner {
  display: block;
  padding: 0 16px;
}
@media (min-width: 858px) {
  .hero-area-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
  }
}
@media (min-width: 1396px) {
  .hero-area-inner {
    gap: 148px;
  }
}
.hero-area-inner .hero-content {
  text-align: center;
}
@media (min-width: 858px) {
  .hero-area-inner .hero-content {
    text-align: left;
  }
}
.hero-area-inner .hero-image {
  max-width: 480px;
  display: none;
}
@media (min-width: 858px) {
  .hero-area-inner .hero-image {
    display: block;
  }
}
@media (min-width: 1148px) {
  .hero-area-inner .hero-image {
    max-width: 640px;
  }
}
.hero-area-inner .hero-image img {
  max-width: 100%;
  height: auto;
}
.hero-area-inner .hero-buttons.is-swapped {
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 858px) {
  .hero-area-inner .hero-buttons.is-swapped {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.hero-title {
  font-size: 32px;
  font-weight: 800;
}
@media (min-width: 858px) {
  .hero-title {
    font-size: 46px;
  }
}
@media (min-width: 996px) {
  .hero-title {
    font-size: 58px;
  }
}

.hero-text {
  font-size: 16px;
  margin: 0 auto 24px auto;
  max-width: 480px;
}
@media (min-width: 858px) {
  .hero-text {
    margin: 0 0 40px 0;
    font-size: 18px;
  }
}
@media (min-width: 996px) {
  .hero-text {
    font-size: 22px;
  }
}

.video-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding: 48px 0 0 116px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 800;
  color: #154470;
  text-decoration: none;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
}

.video-icon {
  position: relative;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 99px;
  background-color: #39b54a;
}
.video-icon:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: 0;
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #39b54a;
  border-radius: 99px;
  -webkit-animation: pulse 1600ms ease-out infinite;
          animation: pulse 1600ms ease-out infinite;
}
.video-icon svg {
  position: relative;
  left: 1px;
  width: 16px;
  height: 16px;
  fill: #ffffff;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
.hero-social-logos-text {
  display: block;
  padding: 0 16px;
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}
@media (min-width: 858px) {
  .hero-social-logos-text {
    text-align: left;
    margin-top: 96px;
  }
}
@media (min-width: 1396px) {
  .hero-social-logos-text {
    margin-top: 0;
  }
}

.hero-social-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 72px;
  border: 1px solid #f2f2f2;
  border-radius: 6px;
  background-color: #ffffff;
  padding: 24px;
  margin: 0 16px;
  width: auto;
}
@media (min-width: 858px) {
  .hero-social-logos {
    padding: 24px 56px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.hero-social-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 96px;
}
@media (min-width: 400px) {
  .hero-social-logo {
    max-width: 120px;
  }
}
.hero-social-logo img {
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
}
.hero-social-logo span {
  font-size: 10px;
}
@media (min-width: 400px) {
  .hero-social-logo span {
    font-size: 12px;
  }
}

.owl-carousel .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*
 * About Area
 *
 */
.about-area {
  margin-top: -60px;
  padding: 96px 0 48px;
  background-color: #f8f8f8;
}
@media (min-width: 858px) {
  .about-area {
    padding: 96px 0;
  }
}

.about-area-inner {
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 48px;
}
@media (min-width: 858px) {
  .about-area-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 64px;
  }
}
@media (min-width: 996px) {
  .about-area-inner {
    gap: 148px;
  }
}

.about-area-content p {
  font-size: 16px;
}
@media (min-width: 996px) {
  .about-area-content p {
    font-size: 18px;
  }
}
.about-area-content .buttons {
  padding-top: 8px;
}

.about-subheading {
  font-size: 22px;
  font-weight: 300;
  color: #239bb4;
}
@media (min-width: 996px) {
  .about-subheading {
    font-size: 30px;
  }
}

.about-heading {
  font-size: 27px;
  font-weight: 800;
}
@media (min-width: 996px) {
  .about-heading {
    font-size: 36px;
  }
}

.about-area-sample {
  position: relative;
  max-width: 420px;
  max-height: 420px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 32px;
}
@media (min-width: 858px) {
  .about-area-sample {
    max-width: none;
    max-height: none;
    padding: 0;
  }
}

.about-image {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media (min-width: 858px) {
  .about-image {
    width: 320px;
    height: 320px;
  }
}
@media (min-width: 1148px) {
  .about-image {
    width: 472px;
    height: 472px;
  }
}
.about-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-badge {
  text-decoration: none;
  position: absolute;
  bottom: -14px;
  left: -12px;
  width: 132px;
  height: 132px;
  border-radius: 999px;
  background-color: #239bb4;
  background-image: linear-gradient(100deg, rgb(35, 155, 180) 0%, rgb(11, 204, 199) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 6px solid #f8f8f8;
}
@media (min-width: 858px) {
  .about-badge {
    bottom: -20px;
    left: -32px;
  }
}
@media (min-width: 1148px) {
  .about-badge {
    bottom: -8px;
    left: -64px;
    width: 180px;
    height: 180px;
    border: 10px solid #f8f8f8;
  }
}
.about-badge .badge-main-text {
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
  max-width: 90px;
}
@media (min-width: 1148px) {
  .about-badge .badge-main-text {
    font-size: 24px;
    max-width: 120px;
  }
}
.about-badge .badge-spinning-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-animation: spin 24s linear infinite;
          animation: spin 24s linear infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.about-badge .badge-spinning-text path {
  fill: transparent;
}
.about-badge .badge-spinning-text text {
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  fill: #ffffff;
  opacity: 0.36;
}
.about-badge .badge-spinning-text.alt-spin {
  -webkit-animation-delay: -12s;
          animation-delay: -12s;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*
 * Features Area
 *
 */
.features-area {
  padding: 32px 0 48px;
}
@media (min-width: 858px) {
  .features-area {
    padding: 84px 0;
  }
}

.features-area-inner {
  padding: 0 16px;
}
.features-area-inner h2 {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 760px) {
  .features-area-inner h2 {
    font-size: 30px;
    margin-bottom: 48px;
  }
}
.features-area-inner .feature-buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 32px;
}
@media (min-width: 858px) {
  .features-area-inner .feature-buttons {
    padding-top: 64px;
  }
}

.features {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(30px, auto);
  gap: 24px;
}
@media (min-width: 760px) {
  .features {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 996px) {
  .features {
    gap: 32px;
  }
}

.feature {
  text-decoration: none;
  padding: 24px;
  border: 1px solid #eeeeee;
  border-radius: 12px;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 760px) {
  .feature {
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

a.feature:hover, a.feature:focus {
  border-color: #154470;
}

.feature-image {
  max-width: 32px;
  height: auto;
  margin-bottom: 16px;
}
@media (min-width: 996px) {
  .feature-image {
    max-width: 48px;
  }
}

.feature-title {
  font-size: 19px;
  font-weight: 700;
  margin: 4px 0 20px 16px;
}
@media (min-width: 760px) {
  .feature-title {
    margin: 0 0 20px 0;
  }
}
@media (min-width: 996px) {
  .feature-title {
    font-size: 23px;
  }
}

.feature-text {
  font-size: 15px;
  color: #383838;
  margin-bottom: 2px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 760px) {
  .feature-text {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media (min-width: 996px) {
  .feature-text {
    font-size: 17px;
  }
}

/*
 * Services Area
 *
 */
.services-area {
  padding: 32px 0 0 0;
  background-color: #f8f8f8;
}
@media (min-width: 720px) {
  .services-area {
    padding: 32px 0;
  }
}
@media (min-width: 996px) {
  .services-area {
    padding: 96px 0;
  }
}

.services-area-inner {
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 720px) {
  .services-area-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
}
@media (min-width: 1148px) {
  .services-area-inner {
    gap: 96px;
  }
}

.services-area-main h2 {
  font-size: 25px;
  margin-bottom: 6px;
  text-align: center;
}
@media (min-width: 720px) {
  .services-area-main h2 {
    text-align: left;
  }
}
@media (min-width: 996px) {
  .services-area-main h2 {
    font-size: 34px;
  }
}

.google-reviews-link {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  color: #239bb4;
  display: block;
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 720px) {
  .google-reviews-link {
    text-align: left;
    display: inline-block;
    margin-bottom: 34px;
  }
}
@media (min-width: 996px) {
  .google-reviews-link {
    font-size: 20px;
    margin-bottom: 48px;
  }
}
.google-reviews-link:visited {
  color: #239bb4;
}

.services-area-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(30px, auto);
  gap: 32px;
}
@media (min-width: 996px) {
  .services-area-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.service-sm {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
}
.service-sm:hover .service-sm-content {
  background-position: calc(100% - 32px) 26px;
}
.service-sm:hover .service-sm-thumbnail img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.25;
}

.service-sm-thumbnail {
  aspect-ratio: 2.175/1;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #154470;
}
.service-sm-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
}

.service-sm-content {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' fill='%23154470'%3E%3Cpath d='M342.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L274.7 256 105.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: calc(100% - 16px) 20px;
  padding: 16px 16px 0 16px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
}
@media (min-width: 996px) {
  .service-sm-content {
    padding: 24px 24px 0 24px;
    background-size: 14px;
    background-position: calc(100% - 24px) 26px;
  }
}
.service-sm-content strong {
  font-weight: 400;
  color: #154470;
}

.service-sm-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-right: 24px;
}
@media (min-width: 996px) {
  .service-sm-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.service-sm-summary {
  display: none;
  font-size: 16px;
  color: #383838;
  margin-bottom: 24px;
}
@media (min-width: 996px) {
  .service-sm-summary {
    display: block;
  }
}

.widget-placeholder {
  display: none;
  padding: 72px 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 6px;
}
@media (min-width: 720px) {
  .widget-placeholder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.widget-placeholder p {
  margin: 0;
  font-size: 14px;
}

/*
 * Blog
 *
 */
.categories {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 32px 16px 0 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media (min-width: 532px) {
  .categories {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 858px) {
  .categories {
    padding-top: 64px;
  }
}
.categories .button-outline {
  border-color: transparent;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 18px;
}
.categories .button-outline:hover, .categories .button-outline:focus, .categories .button-outline.current {
  border-color: #154470;
  color: #154470;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
          transform: none;
}
@media (min-width: 858px) {
  .categories .button-outline {
    padding: 6px 22px;
    font-size: 18px;
  }
}

.entry-grid {
  padding: 32px 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(30px, auto);
  gap: 16px;
}
@media (min-width: 858px) {
  .entry-grid {
    padding: 32px 16px 64px;
  }
}
@media (min-width: 532px) {
  .entry-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 858px) {
  .entry-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 64px 16px;
  }
}
@media (min-width: 996px) {
  .entry-grid {
    gap: 32px;
  }
}

.entry-grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.entry-grid-item.has-post-thumbnail .entry-grid-item-thumbnail {
  background-color: #154470;
}
.entry-grid-item .entry-grid-item-thumbnail {
  background-color: #f8f8f8;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}
.entry-grid-item .entry-grid-item-thumbnail img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
}
.entry-grid-item .entry-grid-item-thumbnail:hover img, .entry-grid-item .entry-grid-item-thumbnail:focus img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.25;
}
.entry-grid-item .entry-grid-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 12px 16px 20px;
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-color: #f8f8f8;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
@media (min-width: 996px) {
  .entry-grid-item .entry-grid-item-content {
    padding: 16px 32px 24px;
  }
}
.entry-grid-item .entry-grid-item-categories a {
  font-size: 16px;
  font-weight: 500;
  color: #239bb4;
}
.entry-grid-item .entry-grid-item-categories a:hover, .entry-grid-item .entry-grid-item-categories a:focus {
  text-decoration: none;
}
.entry-grid-item .entry-grid-item-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
.entry-grid-item .entry-grid-item-title a {
  text-decoration: none;
  color: #154470 !important;
}
.entry-grid-item .entry-grid-item-title a:hover, .entry-grid-item .entry-grid-item-title a:focus {
  text-decoration: underline;
}

.nav-links {
  padding: 0 16px 32px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
@media (min-width: 858px) {
  .nav-links {
    padding: 0 16px 64px 16px;
  }
}
@media (min-width: 858px) {
  .nav-links {
    padding: 0 16px 128px 16px;
    gap: 8px;
  }
}
.nav-links .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #154470;
  text-decoration: none;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
}
@media (min-width: 858px) {
  .nav-links .page-numbers {
    width: 42px;
    height: 42px;
    font-size: 19px;
  }
}
.nav-links .page-numbers:visited {
  color: #154470;
}
.nav-links .page-numbers svg {
  width: 10px;
  fill: #bdbdbd;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
}
.nav-links .page-numbers:hover, .nav-links .page-numbers:focus, .nav-links .page-numbers.current {
  background-color: #154470;
  color: #ffffff;
}
.nav-links .page-numbers:hover svg, .nav-links .page-numbers:focus svg, .nav-links .page-numbers.current svg {
  fill: #ffffff;
}

/*
 * Services
 *
 */
.services-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.service {
  padding: 48px 16px;
  background-color: #ffffff;
}
@media (min-width: 858px) {
  .service {
    padding: 64px 16px;
  }
}
@media (min-width: 996px) {
  .service {
    padding: 102px 16px;
  }
}
.service .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
}
@media (min-width: 858px) {
  .service .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.service .container .buttons {
  padding-top: 12px;
}

.service-thumbnail {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 100%;
  background-color: #154470;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 858px) {
  .service-thumbnail {
    max-width: 562px;
  }
}
.service-thumbnail.is-circular-style {
  width: auto;
  height: auto;
  max-width: 100%;
  border-radius: 999px;
  aspect-ratio: 1/1;
}
.service-thumbnail.is-circular-style img {
  aspect-ratio: 1/1;
}
@media (min-width: 858px) {
  .service-thumbnail.is-circular-style {
    width: 240px;
    height: 240px;
    max-width: 240px;
  }
}
@media (min-width: 996px) {
  .service-thumbnail.is-circular-style {
    width: 360px;
    height: 360px;
    max-width: 360px;
  }
}
@media (min-width: 1148px) {
  .service-thumbnail.is-circular-style {
    width: 420px;
    height: 420px;
    max-width: 420px;
  }
}
.service-thumbnail img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
}
.service-thumbnail:hover img, .service-thumbnail:focus img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.25;
}

@media (min-width: 858px) {
  .service-details {
    padding: 0 0 0 32px;
  }
}
@media (min-width: 996px) {
  .service-details {
    padding: 0 0 0 92px;
  }
}

.service-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #239bb4;
  margin: 0;
}
@media (min-width: 996px) {
  .service-subtitle {
    font-size: 22px;
  }
}

.service-title {
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 996px) {
  .service-title {
    font-size: 32px;
  }
}

.service:nth-of-type(even) {
  background-color: #f8f8f8;
}
@media (min-width: 858px) {
  .service:nth-of-type(even) .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 858px) {
  .service:nth-of-type(even) .service-details {
    padding: 0 32px 0 0;
  }
}
@media (min-width: 996px) {
  .service:nth-of-type(even) .service-details {
    padding: 0 92px 0 0;
  }
}

/*
 * Team
 *
 */
.wp-block-bliss-team {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}

.team-members {
  padding: 96px 16px 0 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(60px, auto);
  gap: 124px 16px;
}
@media (min-width: 532px) {
  .team-members {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 762px) {
  .team-members {
    padding: 128px 16px 0 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 996px) {
  .team-members {
    gap: 124px 32px;
  }
}

.entry-content .team-member-name:not(.has-background),
.entry-content .team-member-position:not(.has-background) {
  margin: 0;
  padding: 0;
  max-width: none;
}

.entry-content .team-member-qualifications:not(.has-background) {
  margin: 18px 0 0 0;
  padding: 0 16px 0 48px;
}
@media (min-width: 996px) {
  .entry-content .team-member-qualifications:not(.has-background) {
    padding: 0 32px 0 64px;
  }
}

.team-member {
  background: linear-gradient(45deg, rgb(35, 155, 180) 0%, rgb(11, 204, 199) 72%);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}

.team-member-thumbnail {
  width: 168px;
  height: 168px;
  margin: -92px auto 20px auto;
  border-radius: 999px;
  border: 8px solid #ffffff;
  overflow: hidden;
}
.team-member-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-member-name {
  margin: 0;
  padding: 0 32px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
@media (min-width: 996px) {
  .team-member-name {
    font-size: 23px;
  }
}
.team-member-name:after {
  content: "";
  display: block;
  margin: 10px auto 8px auto;
  width: 80px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.24);
}

.team-member-position {
  margin: 0;
  padding: 0 32px;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 996px) {
  .team-member-position {
    font-size: 16px;
  }
}

.team-member-footer {
  padding: 0 16px 16px;
}
@media (min-width: 996px) {
  .team-member-footer {
    padding: 0 32px 24px;
  }
}
.team-member-footer .button-team {
  background: #154470;
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 9px 24px 10px;
}
.team-member-footer .button-team:hover, .team-member-footer .button-team:focus {
  background-color: #ffffff;
  color: #154470;
}

.team-member-qualifications {
  margin: 18px 0 0 0;
  padding: 0 16px 0 48px;
}
@media (min-width: 996px) {
  .team-member-qualifications {
    padding: 0 32px 0 64px;
  }
}
.team-member-qualifications li {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media (min-width: 996px) {
  .team-member-qualifications li {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.team-member-qualifications li:before {
  top: -1px;
  left: -32px;
  background-size: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20.366' height='18.038' viewBox='0 0 20.366 18.038'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%2339b54a'/%3E%3Cstop offset='1' stop-color='%2326ff42'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg transform='translate(-1242.301 -1928.546)'%3E%3Cg id='_6-Check' data-name='6-Check' transform='translate(1243.125 1929.371)'%3E%3Cpath id='Path_2952' data-name='Path 2952' d='M40.913,76.372a.428.428,0,0,1-.315-.138l-8.485-9.178a.429.429,0,0,1,.315-.719h4.084a.429.429,0,0,1,.323.147l2.836,3.262a16.246,16.246,0,0,1,1.941-3.075,28.869,28.869,0,0,1,9.3-7.463.429.429,0,0,1,.465.716A28.028,28.028,0,0,0,47.3,64.15a31.51,31.51,0,0,0-5.967,11.9.429.429,0,0,1-.416.326Z' transform='translate(-32 -59.158)' fill='url(%23linear-gradient)'/%3E%3C/g%3E%3Cg id='_6-Check-2' data-name='6-Check' transform='translate(1242.301 1928.546)'%3E%3Cpath id='Path_2952-2' data-name='Path 2952' d='M40.913,76.372a.428.428,0,0,1-.315-.138l-8.485-9.178a.429.429,0,0,1,.315-.719h4.084a.429.429,0,0,1,.323.147l2.836,3.262a16.246,16.246,0,0,1,1.941-3.075,28.869,28.869,0,0,1,9.3-7.463.429.429,0,0,1,.465.716A28.028,28.028,0,0,0,47.3,64.15a31.51,31.51,0,0,0-5.967,11.9.429.429,0,0,1-.416.326Z' transform='translate(-32 -59.158)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.team-carousel {
  max-width: 380px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 720px) {
  .team-carousel {
    max-width: 350px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 996px) {
  .team-carousel {
    max-width: 435px;
  }
}
.team-carousel .team-member {
  margin-top: 125px;
  width: 100%;
  max-width: 100%;
  padding-bottom: 64px;
  gap: 34px;
}
.team-carousel .team-member .team-member-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.team-carousel .team-member .team-member-qualifications {
  margin-top: 36px;
}
.team-carousel .team-member .team-member-qualifications li:before {
  background-size: 18px;
}
.team-carousel .owl-dots {
  position: absolute;
  bottom: 36px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.team-carousel button.owl-dot {
  position: relative;
  width: 14px;
  height: 14px;
  display: block;
  background: #ffffff;
  border-radius: 14px;
  opacity: 0.24;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
}
.team-carousel button.owl-dot:hover {
  opacity: 0.48;
}
.team-carousel button.owl-dot.active {
  opacity: 1;
}
.team-carousel button.owl-dot.active:before {
  opacity: 1;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.team-carousel button.owl-dot:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 14px;
  height: 14px;
  display: block;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 14px;
  opacity: 0;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
}

/*
 * Gated Content
 *
 */
.gated-content.has-post-thumbnail .entry-header {
  padding: 32px 0 40px;
}
@media (min-width: 858px) {
  .gated-content.has-post-thumbnail .entry-header {
    padding: 72px 0 80px;
  }
}

.gated-content-wrap {
  padding: 32px 0;
}
@media (min-width: 858px) {
  .gated-content-wrap {
    padding: 96px 0;
  }
}

.gated-content-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (min-width: 400px) {
  .gated-content-inner-wrap {
    padding: 0 16px;
  }
}
@media (min-width: 720px) {
  .gated-content-inner-wrap {
    gap: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 996px) {
  .gated-content-inner-wrap {
    gap: 64px;
  }
}

.gated-content-image img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.gated-content-sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
}

/*
 * Call-to-Action
 *
 */
.call-to-action {
  padding: 32px 0;
  background-color: #154470;
}
.call-to-action .call-to-action-inner {
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (min-width: 858px) {
  .call-to-action .call-to-action-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.call-to-action .buttons {
  padding: 0;
}
.call-to-action .button {
  font-size: 14px;
  padding: 9px 20px 7px;
}
@media (min-width: 858px) {
  .call-to-action .button {
    padding: 12px 24px;
    font-size: 18px;
  }
}
.call-to-action .button.button-outline {
  border-color: #ffffff;
  color: #ffffff;
  padding: 8px 22px;
}
@media (min-width: 858px) {
  .call-to-action .button.button-outline {
    padding: 10px 20px 6px;
  }
}
.call-to-action .button.button-outline:hover {
  color: #154470;
  -webkit-box-shadow: inset 10em 0 0 #ffffff;
          box-shadow: inset 10em 0 0 #ffffff;
}

.call-to-action-title {
  font-size: 21px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  text-align: center;
}
@media (min-width: 858px) {
  .call-to-action-title {
    font-size: 22px;
    text-align: left;
  }
}

/*
 * Contact
 *
 */
.contact {
  padding: 32px 0;
}
@media (min-width: 858px) {
  .contact {
    padding: 96px 0;
  }
}
.contact .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(120px, auto);
  gap: 32px;
}
@media (min-width: 858px) {
  .contact .container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1148px) {
  .contact .container {
    gap: 96px;
    -ms-grid-columns: 1fr 96px 674px;
    grid-template-columns: 1fr 674px;
  }
}
.contact.form-only .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact.form-only .container .contact-form {
  max-width: 100%;
}
@media (min-width: 996px) {
  .contact.form-only .container .contact-form {
    max-width: 674px;
  }
}

.contact-info {
  padding: 0 16px;
}

.contact-text {
  margin-bottom: 24px;
}
@media (min-width: 400px) {
  .contact-text {
    margin-bottom: 48px;
  }
}

.contact-phone {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 400px) {
  .contact-phone {
    font-size: 21px;
  }
}
.contact-phone a {
  text-decoration: none;
  color: #154470;
}
.contact-phone a:hover, .contact-phone a:active {
  text-decoration: underline;
}

.contact-email {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 32px;
}
@media (min-width: 400px) {
  .contact-email {
    font-size: 21px;
    margin-bottom: 48px;
  }
}
.contact-email a {
  color: #154470;
  word-break: break-word;
}

.contact-company-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (min-width: 400px) {
  .contact-company-name {
    font-size: 21px;
  }
}

.contact-address {
  font-size: 16px;
  font-style: normal;
  margin-bottom: 32px;
}
@media (min-width: 400px) {
  .contact-address {
    font-size: 18px;
  }
}

.contact-map iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 6px;
}

/*
 * Google Reviews Area
 *
 */
.google-reviews-area {
  padding: 32px 0 32px;
}
@media (min-width: 858px) {
  .google-reviews-area {
    padding: 72px 0 96px;
  }
}

.google-reviews-area-inner {
  padding: 0 16px;
}

/*
 * Use !important to override widget styles.
 *
 */
[class^=WidgetTitle__Header] {
  font-size: 25px !important;
  line-height: 1.2 !important;
}
@media (min-width: 858px) {
  [class^=WidgetTitle__Header] {
    font-size: 30px !important;
  }
}

/*
 * Stops the hidden modal spilling outside of the container, expanding the page width.
 * Doesn't seem to even get used.
 *
 */
[class^=HeaderWriteReviewButton__Modal] {
  display: none;
}

/*
 * Stop overflowing on smaller screens.
 *
 */
@media (max-width: 480px) {
  .eapps-widget-toolbar {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .eapps-widget-toolbar-panel-share-block {
    display: none !important;
  }
}
/*
 * Site Footer
 *
 */
.site-footer {
  margin: 24px 0 0 0;
}
@media (min-width: 858px) {
  .site-footer {
    margin: 96px 0 0 0;
  }
}
.site-footer .widget-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 32px;
  padding: 0 16px;
}
@media (min-width: 858px) {
  .site-footer .widget-area {
    gap: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 96px;
  }
}

.footer-column:nth-of-type(1) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.footer-column:nth-of-type(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.footer-column:nth-of-type(3) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.footer-column:nth-of-type(4) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (min-width: 858px) {
  .footer-column:nth-of-type(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer-column:nth-of-type(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer-column:nth-of-type(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer-column:nth-of-type(4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18%;
            flex: 0 0 18%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (min-width: 996px) {
  .footer-column:nth-of-type(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
  }
  .footer-column:nth-of-type(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
  .footer-column:nth-of-type(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21%;
            flex: 0 0 21%;
  }
  .footer-column:nth-of-type(4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14%;
            flex: 0 0 14%;
  }
}

.widget-title {
  font-size: 19px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #f8f8f8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23154470'%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 100% 1px;
}
.widget-title.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23154470'%3E%3Cpath d='M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z'/%3E%3C/svg%3E");
}
@media (min-width: 858px) {
  .widget-title {
    background: none;
    font-size: 20px;
    padding: 0;
    border: 0;
    margin: 0 0 32px 0;
  }
  .widget-title.active {
    background: none;
  }
}

.footer-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (min-width: 996px) {
  .footer-branding {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer-branding .branding-area {
  display: none;
}
@media (min-width: 858px) {
  .footer-branding .branding-area {
    display: block;
  }
}
.footer-branding .custom-logo-link .custom-logo {
  display: block;
  width: 211.2px;
  height: auto;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
}
@media (min-width: 996px) {
  .footer-branding .custom-logo-link .custom-logo {
    width: 264px;
  }
}

.footer-menu {
  display: none;
  padding: 24px 0 12px;
}
@media (min-width: 858px) {
  .footer-menu {
    display: block !important;
    padding: 0;
  }
}
@media (min-width: 996px) {
  .footer-menu.has-two-columns .menu {
    -webkit-columns: 120px 2;
       -moz-columns: 120px 2;
            columns: 120px 2;
    max-width: 260px;
  }
}
@media (min-width: 1148px) {
  .footer-menu.has-two-columns .menu {
    max-width: 320px;
  }
}
.footer-menu .menu {
  margin: 0;
  padding: 0;
}
@media (min-width: 380px) {
  .footer-menu .menu {
    -webkit-columns: 120px 2;
       -moz-columns: 120px 2;
            columns: 120px 2;
  }
}
@media (min-width: 858px) {
  .footer-menu .menu {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
.footer-menu .menu .menu-item {
  font-size: 16px;
  font-weight: 400;
  color: #154470;
}
.footer-menu .menu .menu-item:before {
  display: none;
}
.footer-menu .menu .menu-item a {
  display: inline-block;
  padding: 2px 0;
  color: #154470;
  text-decoration: none;
}
.footer-menu .menu .menu-item a:hover, .footer-menu .menu .menu-item a:focus {
  text-decoration: underline;
}

.colophon {
  background-color: #f8f8f8;
  padding: 24px 16px;
}
.colophon .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 8px;
}
@media (min-width: 858px) {
  .colophon .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
}
.colophon .container p {
  font-size: 13px;
  font-weight: 400;
  color: #154470;
  margin: 0;
}
@media (min-width: 858px) {
  .colophon .container p {
    font-size: 14px;
    font-weight: 300;
  }
}
.colophon .container p a {
  text-decoration: none;
  color: #154470;
}
.colophon .container p a:hover, .colophon .container p a:focus {
  text-decoration: underline;
}

/*
 * Block Styles
 *
 */
html :where(.wp-block) {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 1080px;
  padding-left: 16px;
  padding-right: 16px;
}
html :where(.wp-block)[data-align=wide] {
  max-width: 1360px;
}
html :where(.wp-block)[data-align=wide] .wp-block-buttons,
html :where(.wp-block)[data-align=wide] .wp-block-group,
html :where(.wp-block)[data-align=wide] .wp-block-columns {
  max-width: 1360px;
}
html :where(.wp-block)[data-align=wide] .wp-block-image {
  max-width: 100%;
}
html :where(.wp-block)[data-align=full] .wp-block-group {
  max-width: 100%;
}
html :where(.wp-block)[data-align=full] > :not(.wp-block-group) {
  max-width: 100%;
}
html :where(.wp-block)[data-align=full] > :not(.wp-block-group) .wp-block-buttons {
  max-width: 100%;
}
html :where(.wp-block)[data-align=left] > .wp-block-image {
  margin: 8px 42px 28px 0;
}
html :where(.wp-block)[data-align=right] > .wp-block-image {
  margin: 8px 0 28px 42px;
}
html :where(.wp-block).wp-block-columns {
  padding: 0;
}
html :where(.wp-block).wp-block-columns .wp-block-column {
  padding: 0;
}
html :where(.wp-block).wp-block-group {
  padding: 0;
}
html :where(.wp-block).wp-block-spacer {
  margin-bottom: 0;
}

.block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations > li:before {
  display: none;
}

.entry-header {
  width: 100%;
  background-color: #f8f8f8;
  text-align: center;
  padding: 32px 0 40px;
}
@media (min-width: 858px) {
  .entry-header {
    padding: 72px 0;
  }
}
.entry-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.has-post-thumbnail .entry-header {
  padding: 32px 0 148px;
}
@media (min-width: 858px) {
  .has-post-thumbnail .entry-header {
    padding: 72px 0 148px;
  }
}

.entry-subtitle {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  color: #239bb4;
  padding: 0 16px;
}
@media (min-width: 858px) {
  .entry-subtitle {
    font-size: 26px;
  }
}

.entry-title {
  font-size: 31px;
  font-weight: 800;
  max-width: 838px;
  margin: 0;
  padding: 0 16px;
}
.entry-title:has(+ .entry-description) {
  margin: 0 0 24px 0;
}
@media (min-width: 858px) {
  .entry-title {
    font-size: 48px;
  }
  .entry-title:has(+ .entry-description) {
    margin: 0 0 32px 0;
  }
}

.entry-description {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  max-width: 838px;
  padding: 0 16px;
}
@media (min-width: 858px) {
  .entry-description {
    font-size: 21px;
    font-weight: 300;
  }
}

.entry-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -112px;
  padding: 0 16px;
}
@media (min-width: 858px) {
  .entry-thumbnail {
    margin-top: -96px;
  }
}
.entry-thumbnail img {
  display: block;
  border-radius: 6px;
  max-width: 100%;
  height: auto;
}

.entry-content {
  padding: 32px 0;
}
@media (min-width: 1396px) {
  .entry-content {
    padding: 96px 0;
  }
}
.entry-content p,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content ul,
.entry-content ol {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}
.entry-content p:not(.has-background),
.entry-content h1:not(.has-background),
.entry-content h2:not(.has-background),
.entry-content h3:not(.has-background),
.entry-content h4:not(.has-background),
.entry-content h5:not(.has-background),
.entry-content h6:not(.has-background),
.entry-content ul:not(.has-background),
.entry-content ol:not(.has-background) {
  padding-left: 16px;
  padding-right: 16px;
}
.entry-content ul:not(.has-background),
.entry-content ol:not(.has-background) {
  padding-left: 42px;
}
.entry-content .wp-block-group ul:not(.has-background),
.entry-content .wp-block-group ol:not(.has-background) {
  padding-left: 24px;
}
.entry-content .alignwide {
  max-width: 1360px;
}
.entry-content .alignfull {
  max-width: 100%;
}

/*
 * Use a prefix here to avoid clashes with default WordPress CSS vars.
 *
 */
.has-bliss-small-font-size {
  font-size: 1rem;
}
.has-bliss-large-font-size {
  font-size: 1.5rem;
}
.has-bliss-black-color {
  color: #000000;
}
.has-bliss-gray-color {
  color: #383838;
}
.has-bliss-light-gray-color {
  color: #f8f8f8;
}
.has-bliss-white-color {
  color: #ffffff;
}
.has-bliss-primary-color {
  color: #154470;
}
.has-bliss-secondary-color {
  color: #239bb4;
}
.has-bliss-black-background-color {
  background-color: #000000;
}
.has-bliss-gray-background-color {
  background-color: #383838;
}
.has-bliss-light-gray-background-color {
  background-color: #f8f8f8;
}
.has-bliss-white-background-color {
  background-color: #ffffff;
}
.has-bliss-primary-background-color {
  background-color: #154470;
}
.has-bliss-secondary-background-color {
  background-color: #239bb4;
}

.wp-block-quote {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  margin-bottom: 32px;
  padding: 24px 24px 24px 32px;
  border-width: 0 0 0 10px;
  border-style: solid;
  border-color: #0ecbcf;
}
@media (min-width: 996px) {
  .wp-block-quote {
    border-radius: 6px;
  }
}
.wp-block-quote:not(.has-bliss-small-font-size, .has-bliss-normal-font-size, .has-bliss-large-font-size) {
  font-size: 18px;
}
.wp-block-quote:not(.has-background) {
  background-color: #154470;
  background-image: linear-gradient(100deg, rgb(35, 155, 180) 0%, rgb(11, 204, 199) 100%);
}
.wp-block-quote:not(.has-text-color) {
  color: #ffffff;
}
.wp-block-quote p:not(.has-background) {
  padding: 0;
}
.wp-block-quote p:not(.has-background):not(:last-child) {
  margin: 0 0 32px 0;
}
.wp-block-quote cite {
  display: block;
  margin-top: 24px;
  font-size: 14px;
}
.wp-block-quote.is-style-plain {
  padding: 24px;
  border: 0;
  border-radius: 6px;
}
.wp-block-quote.is-style-plain:not(.has-background) {
  background-color: #154470;
  background-image: none;
}

.wp-block-buttons {
  padding: 0 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  margin-bottom: 32px;
  gap: 24px !important; /* Overrides .wp-container-* gap. */
}

.wp-block-button {
  padding: 0;
}
.wp-block-button.is-style-outline {
  background-image: none;
  background-color: transparent;
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
  color: #154470;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover {
  color: #ffffff;
}

.wp-block-columns {
  margin-left: auto;
  margin-right: auto;
  max-width: 1112px;
  margin-bottom: 32px;
  padding: 0 16px;
  gap: 48px !important;
}
.wp-block-columns .wp-block-column > h1:not(.has-background),
.wp-block-columns .wp-block-column > h2:not(.has-background),
.wp-block-columns .wp-block-column > h3:not(.has-background),
.wp-block-columns .wp-block-column > h4:not(.has-background),
.wp-block-columns .wp-block-column > h5:not(.has-background),
.wp-block-columns .wp-block-column > h6:not(.has-background) {
  padding: 0;
}
.wp-block-columns .wp-block-column > p:not(.has-background) {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  padding: 0;
}
.wp-block-columns .wp-block-column > p:last-of-type {
  margin-bottom: 0;
}
.wp-block-columns .wp-block-column > ul:last-of-type,
.wp-block-columns .wp-block-column > ol:last-of-type {
  margin-bottom: 0;
}

.wp-block-group {
  margin-left: auto;
  margin-right: auto;
  max-width: 1112px;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 48px 0;
}
@media (min-width: 858px) {
  .wp-block-group {
    margin-top: 96px;
    margin-bottom: 96px;
    padding: 96px 0;
  }
}
.wp-block-group .wp-block-group__inner-container > .wp-block-columns {
  margin-bottom: 0;
}
.wp-block-group .wp-block-group__inner-container > :last-child {
  margin-bottom: 0;
}

.wp-block-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  margin-bottom: 32px;
}
.wp-block-image .alignleft {
  margin: 0 0 32px;
  padding: 0 16px;
  float: none;
}
@media (min-width: 858px) {
  .wp-block-image .alignleft {
    padding: 0 0 0 16px;
    margin: 8px 42px 32px 0;
    float: left;
  }
}
.wp-block-image .alignright {
  margin: 0 0 32px;
  padding: 0 16px;
  float: none;
}
@media (min-width: 858px) {
  .wp-block-image .alignright {
    padding: 0 16px 0 0;
    margin: 8px 0 32px 42px;
    float: right;
  }
}
.wp-block-image.alignwide {
  padding: 0 16px;
}
.wp-block-image.is-style-rounded img {
  border-radius: 6px;
}
.wp-block-image.is-style-bliss-circular img {
  border-radius: 9999px;
}

.bliss-faq-block-editor-placeholder,
.bliss-team-block-editor-placeholder {
  background-color: #f8f8f8;
  padding: 32px;
  border-radius: 6px;
}
.bliss-faq-block-editor-placeholder > p,
.bliss-team-block-editor-placeholder > p {
  margin: 0;
}
.bliss-faq-block-editor-placeholder > p strong,
.bliss-team-block-editor-placeholder > p strong {
  font-weight: 800;
  display: inline-block;
  margin-right: 16px;
  color: #154470;
}
.bliss-faq-block-editor-placeholder > p span,
.bliss-team-block-editor-placeholder > p span {
  font-weight: 300;
  font-size: 14px;
}

.wp-block-bliss-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  margin-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 996px) {
  .wp-block-bliss-faq {
    margin-bottom: 32px;
  }
}

.bliss-qa-item {
  margin-bottom: 8px;
}

.bliss-qa-item-header {
  background-color: #154470;
  border-radius: 6px;
  padding: 14px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
}
@media (min-width: 996px) {
  .bliss-qa-item-header {
    padding: 18px 20px;
  }
}
.bliss-qa-item-header.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #239bb4;
}
.bliss-qa-item-header.open .bliss-qa-icon svg {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.bliss-qa-item-header:hover {
  background-color: #239bb4;
}

.bliss-qa-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bliss-qa-icon svg {
  display: block;
  width: 12px;
  height: 12px;
  fill: #154470;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.bliss-qa-item-title:not(.has-background) {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
@media (min-width: 996px) {
  .bliss-qa-item-title:not(.has-background) {
    font-size: 20px;
  }
}

.bliss-qa-item-content {
  display: none;
  padding: 24px 4px 0;
  border: 1px solid #ececec;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #ffffff;
}
@media (min-width: 996px) {
  .bliss-qa-item-content {
    padding: 32px 8px 0;
  }
}

/*
 * Modals
 *
 */
.modal-overlay {
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.82);
  z-index: 999;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.modal-overlay.in {
  visibility: visible;
  opacity: 1;
}
.modal-overlay.in .modal {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.modal-overlay.in.modal-team .modal {
  -webkit-transform: translateY(48px);
          transform: translateY(48px);
}

.modal {
  position: relative;
  min-width: 320px;
  background-color: #ffffff;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
  -webkit-transform: translateY(-32px);
          transform: translateY(-32px);
  -webkit-box-shadow: 0 24px 96px rgba(0, 0, 0, 0.48);
          box-shadow: 0 24px 96px rgba(0, 0, 0, 0.48);
}
.modal iframe {
  display: block;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.modal-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -18px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
}
@media (min-width: 1148px) {
  .modal-close {
    top: -18px;
    right: -18px;
  }
}
.modal-close svg {
  width: 24px;
  height: 24px;
  fill: #239bb4;
}
.modal-close:hover {
  -webkit-transform: scale(1.125);
          transform: scale(1.125);
}

.modal-overlay.modal-team {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.modal-overlay.modal-team .modal-close {
  top: 12px;
  right: 12px;
}
@media (min-width: 1148px) {
  .modal-overlay.modal-team .modal-close {
    top: -18px;
    right: -18px;
  }
}
@media (min-width: 858px) {
  .modal-overlay.modal-team {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.modal-overlay.modal-team .modal {
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  max-width: 480px;
  border-radius: 12px;
}
@media (min-width: 858px) {
  .modal-overlay.modal-team .modal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1080px;
  }
}
.modal-overlay.modal-team .modal .modal-content {
  padding: 32px 16px 0;
}
@media (min-width: 448px) {
  .modal-overlay.modal-team .modal .modal-content {
    padding: 32px 32px 8px;
  }
}
.modal-overlay.modal-team .modal .modal-team-header {
  margin-bottom: 32px;
}
.modal-overlay.modal-team .modal .team-member-thumbnail {
  margin-top: 32px;
}
@media (min-width: 996px) {
  .modal-overlay.modal-team .modal .team-member-thumbnail {
    margin-top: -92px;
  }
}
.modal-overlay.modal-team .modal .modal-team-member-title {
  margin: 0 0 4px 0;
  padding: 0;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 858px) {
  .modal-overlay.modal-team .modal .modal-team-member-title {
    font-size: 31px;
    text-align: left;
  }
}
.modal-overlay.modal-team .modal .modal-team-member-position {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  color: #239bb4;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 858px) {
  .modal-overlay.modal-team .modal .modal-team-member-position {
    text-align: left;
    font-size: 16px;
  }
}
.modal-overlay.modal-team .modal .modal-team-content {
  font-size: 17px;
}
.modal-overlay.modal-team .modal .modal-team-content p {
  margin: 0 0 24px 0;
  padding: 0;
}
.modal-overlay.modal-team .modal .team-member-qualifications {
  padding: 22px 16px 24px 42px;
}
@media (min-width: 448px) {
  .modal-overlay.modal-team .modal .team-member-qualifications {
    padding: 22px 16px 24px 48px;
  }
}
@media (min-width: 858px) {
  .modal-overlay.modal-team .modal .team-member-qualifications {
    padding: 22px 16px 0 64px;
  }
}
.modal-overlay.modal-team .modal .team-member-qualifications li {
  font-size: 16px;
  margin-bottom: 16px;
}
.modal-overlay.modal-team .modal .modal-team-sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 420px;
          flex: 0 0 420px;
  background: linear-gradient(45deg, rgb(35, 155, 180) 0%, rgb(11, 204, 199) 72%);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
@media (min-width: 858px) {
  .modal-overlay.modal-team .modal .modal-team-sidebar {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 12px;
  }
}

/*
 * Banners
 *
 */
.banner-top {
  background-color: #154470;
  padding: 8px 16px 16px;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
  display: none;
}
@media (min-width: 1148px) {
  .banner-top {
    display: block;
  }
}
.banner-top .container-lg {
  text-align: center;
  color: #ffffff;
  position: relative;
}
.banner-top .container-lg .banner-top-close {
  top: 6px;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  cursor: pointer;
}
.banner-top .container-lg .banner-top-close svg {
  width: 12px;
  height: 12px;
}
.banner-top p {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.banner-top p a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
}
.banner-top p a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
  background-color: #239bb4;
}
.banner-top p a:hover:before {
  bottom: -10px;
  opacity: 0;
}

.is-stuck .container-lg .banner-top-close {
  top: 1px;
}
.is-stuck .banner-top {
  padding: 8px 16px;
}
.is-stuck .banner-top p {
  font-size: 14px;
}
.is-stuck .banner-top p a:before {
  opacity: 0;
  visibility: hidden;
}

.floating-banner-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: inset 0 -12px 12px rgba(0, 0, 0, 0.24);
          box-shadow: inset 0 -12px 12px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
  z-index: 990;
}
@media (min-width: 858px) {
  .floating-banner-wrapper {
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
    left: auto;
    right: 16px;
  }
}
@media (min-width: 858px) {
  .floating-banner-wrapper.has-position-left {
    right: auto;
    left: 16px;
  }
}

.off-canvas-is-open .floating-banner-wrapper {
  -webkit-transform: translateY(220px);
          transform: translateY(220px);
}

.floating-banner {
  position: relative;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #154470;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 10px 16px 8px;
  margin: 0 16px;
}
@media (min-width: 400px) {
  .floating-banner {
    margin: 0;
    min-width: 300px;
  }
}
@media (min-width: 858px) {
  .floating-banner {
    padding: 0 16px 16px 16px;
    min-width: auto;
    max-width: 198px;
  }
}

.floating-banner-icon {
  width: 64px;
  height: 64px;
  background-color: #ffffff;
  margin: -32px auto 6px auto;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 64px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 858px) {
  .floating-banner-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.floating-banner-icon img {
  display: block;
  max-width: 32px;
  height: auto;
}

.floating-banner-text {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  color: #ffffff;
  text-align: center;
  margin: 0;
}
@media (min-width: 400px) {
  .floating-banner-text {
    font-size: 21px;
  }
}
@media (min-width: 858px) {
  .floating-banner-text {
    font-weight: 500;
    margin: 0 0 16px 0;
  }
}
.floating-banner-text em {
  font-size: 18px;
  font-weight: 800;
  font-style: normal;
  color: #0ecbcf;
}
@media (min-width: 400px) {
  .floating-banner-text em {
    font-size: 24px;
  }
}
.floating-banner-text strong {
  font-size: 18px;
  font-weight: 800;
}
@media (min-width: 400px) {
  .floating-banner-text strong {
    font-size: 24px;
  }
}

.floating-banner-button {
  display: none;
  text-align: center;
}
@media (min-width: 858px) {
  .floating-banner-button {
    display: block;
  }
}
.floating-banner-button:not(.has-background) {
  padding: 6px 24px;
}
.floating-banner-button:not(.has-background):hover {
  background-position: 100% 0;
}

.banner-close,
.banner-top-close {
  position: absolute;
  top: -12px;
  right: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 26px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
  z-index: 991;
}
@media (min-width: 858px) {
  .banner-close,
.banner-top-close {
    top: 6px;
    right: 6px;
  }
}
.banner-close svg,
.banner-top-close svg {
  width: 16px;
  height: 16px;
  fill: #239bb4;
}
.banner-close:hover,
.banner-top-close:hover {
  -webkit-transform: scale(1.125);
          transform: scale(1.125);
}

/*
 * Social Media Profiles
 *
 */
.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 16px 0 0 0;
}
.social-icons.site-header-mobile-social-icons {
  padding: 36px 16px 24px;
}
@media (min-width: 858px) {
  .social-icons {
    padding: 0;
  }
}
.social-icons li:before {
  display: none;
}
.social-icons li a {
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
}
.social-icons li a svg {
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
  fill: #154470;
  width: 24px;
  height: 24px;
}
.social-icons li a svg.tripadvisor {
  width: 32px;
}
.social-icons li a:hover svg {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-filter: drop-shadow(0px 1px 1px rgba(9, 43, 75, 0.64));
          filter: drop-shadow(0px 1px 1px rgba(9, 43, 75, 0.64));
}

/*
 * Utility Classes
 *
 */
.container-sm {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1080px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1360px;
}

.container-lg {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1648px;
}