/*-----------------------------------------------------------------------------------
	Sole to Sole Podiatry
	About: Sole to Sole Podiatry 
	Author: Studio FourOne
	Version: 2.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-container {
  overflow: hidden;
} /* Prevents unwanted scroll space when scroll FX used. */
a,
button {
  transition: background 0.3s ease-in-out;
  outline: none !important;
} /* Prevent blue selection glow on Chrome and Safari */
a:hover {
  text-decoration: none;
  cursor: pointer;
}
.scroll-fx-lock-init {
  position: fixed !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
} /* ScrollFX Lock */
.blocs-grid-container {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
} /* CSS Grid */
nav .dropdown-menu .nav-link {
  color: rgba(0, 0, 0, 0.6) !important;
} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link {
  color: var(--bs-dropdown-link-color) !important;
} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
  font-family: "SatoshiVariable-Bold";
  src: url("./fonts/SatoshiVariable-Bold/Satoshi-Variable.ttf");
  src: url("./fonts/SatoshiVariable-Bold/Satoshi-Variable.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "CabinetGroteskVariable-Bold";
  src: url("./fonts/CabinetGroteskVariable-Bold/CabinetGrotesk-Variable.ttf");
  src: url("./fonts/CabinetGroteskVariable-Bold/CabinetGrotesk-Variable.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc {
  width: 100%;
  clear: both;
  background: 50% 50% no-repeat;
  padding: 0 20px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  display: flex;
}
.bloc .container {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

/* Sizes */

.bloc-lg {
  padding: 100px 20px;
}
.bloc-md {
  padding: 50px 20px;
}
.bloc-sm {
  padding: 20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc {
  padding-left: 0;
  padding-right: 0;
}
.full-width-bloc .row {
  margin-left: 0;
  margin-right: 0;
}
.full-width-bloc .container {
  width: 100%;
  max-width: 100% !important;
}
.full-width-bloc .carousel img {
  width: 100%;
  height: auto;
}

/* Edge Dividers */

.bloc-shape-divider {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 0;
  display: flex;
  pointer-events: none;
}
.svg-divider {
  width: 100%;
  height: 100px;
  fill: #000000;
}
.bloc-divider-top {
  top: -1px;
  align-items: flex-start;
}
.bloc-divider-bottom {
  bottom: -1px;
  align-items: flex-end;
}

/* Flip Edge Divider */

.bloc-divider-flip-x svg {
  transform: scale(-1, 1);
}
.bloc-divider-flip-y svg {
  transform: scale(1, -1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg {
  transform: scale(-1, -1);
}

/* Background Styles */

.bg-center,
.bg-l-edge,
.bg-r-edge,
.bg-t-edge,
.bg-b-edge,
.bg-tl-edge,
.bg-bl-edge,
.bg-tr-edge,
.bg-br-edge,
.bg-repeat {
  -webkit-background-size: auto !important;
  -moz-background-size: auto !important;
  -o-background-size: auto !important;
  background-size: auto !important;
}
.bg-r-edge {
  background-position: right !important;
  background-repeat: no-repeat;
}
.bg-bl-edge {
  background-position: bottom left !important;
  background-repeat: no-repeat;
}

/* Background Textures */

.bloc-bg-texture::before {
  content: "";
  background-size: 2px 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.texture-darken::before {
  background: rgba(0, 0, 0, 0.5);
}

/* Background Effects */

.parallax__container {
  clip: rect(0, auto, auto, 0);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.parallax {
  position: fixed;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Dark theme */

.d-bloc {
  color: rgba(255, 255, 255, 0.7);
}
.d-bloc button:hover {
  color: rgba(255, 255, 255, 0.9);
}
.d-bloc .icon-round,
.d-bloc .icon-square,
.d-bloc .icon-rounded,
.d-bloc .icon-semi-rounded-a,
.d-bloc .icon-semi-rounded-b {
  border-color: rgba(255, 255, 255, 0.9);
}
.d-bloc .divider-h span {
  border-color: rgba(255, 255, 255, 0.2);
}
.d-bloc .a-btn,
.d-bloc .navbar a,
.d-bloc a .icon-sm,
.d-bloc a .icon-md,
.d-bloc a .icon-lg,
.d-bloc a .icon-xl,
.d-bloc h1 a,
.d-bloc h2 a,
.d-bloc h3 a,
.d-bloc h4 a,
.d-bloc h5 a,
.d-bloc h6 a,
.d-bloc p a {
  color: rgba(255, 255, 255, 0.6);
}
.d-bloc .a-btn:hover,
.d-bloc .navbar a:hover,
.d-bloc a:hover .icon-sm,
.d-bloc a:hover .icon-md,
.d-bloc a:hover .icon-lg,
.d-bloc a:hover .icon-xl,
.d-bloc h1 a:hover,
.d-bloc h2 a:hover,
.d-bloc h3 a:hover,
.d-bloc h4 a:hover,
.d-bloc h5 a:hover,
.d-bloc h6 a:hover,
.d-bloc p a:hover {
  color: rgba(255, 255, 255, 1);
}
.d-bloc .navbar-toggle .icon-bar {
  background: rgba(255, 255, 255, 1);
}
.d-bloc .btn-wire,
.d-bloc .btn-wire:hover {
  color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 1);
}
.d-bloc .card {
  color: rgba(0, 0, 0, 0.5);
}
.d-bloc .card button:hover {
  color: rgba(0, 0, 0, 0.7);
}
.d-bloc .card icon {
  border-color: rgba(0, 0, 0, 0.7);
}
.d-bloc .card .divider-h span {
  border-color: rgba(0, 0, 0, 0.1);
}
.d-bloc .card .a-btn {
  color: rgba(0, 0, 0, 0.6);
}
.d-bloc .card .a-btn:hover {
  color: rgba(0, 0, 0, 1);
}
.d-bloc .card .btn-wire,
.d-bloc .card .btn-wire:hover {
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.3);
}

/* Light theme */

.d-bloc .card,
.l-bloc {
  color: rgba(0, 0, 0, 0.5);
}
.d-bloc .card button:hover,
.l-bloc button:hover {
  color: rgba(0, 0, 0, 0.7);
}
.l-bloc .icon-round,
.l-bloc .icon-square,
.l-bloc .icon-rounded,
.l-bloc .icon-semi-rounded-a,
.l-bloc .icon-semi-rounded-b {
  border-color: rgba(0, 0, 0, 0.7);
}
.d-bloc .card .divider-h span,
.l-bloc .divider-h span {
  border-color: rgba(0, 0, 0, 0.1);
}
.d-bloc .card .a-btn,
.l-bloc .a-btn,
.l-bloc .navbar a,
.l-bloc a .icon-sm,
.l-bloc a .icon-md,
.l-bloc a .icon-lg,
.l-bloc a .icon-xl,
.l-bloc h1 a,
.l-bloc h2 a,
.l-bloc h3 a,
.l-bloc h4 a,
.l-bloc h5 a,
.l-bloc h6 a,
.l-bloc p a {
  color: rgba(0, 0, 0, 0.6);
}
.d-bloc .card .a-btn:hover,
.l-bloc .a-btn:hover,
.l-bloc .navbar a:hover,
.l-bloc a:hover .icon-sm,
.l-bloc a:hover .icon-md,
.l-bloc a:hover .icon-lg,
.l-bloc a:hover .icon-xl,
.l-bloc h1 a:hover,
.l-bloc h2 a:hover,
.l-bloc h3 a:hover,
.l-bloc h4 a:hover,
.l-bloc h5 a:hover,
.l-bloc h6 a:hover,
.l-bloc p a:hover {
  color: rgba(0, 0, 0, 1);
}
.l-bloc .navbar-toggle .icon-bar {
  color: rgba(0, 0, 0, 0.6);
}
.d-bloc .card .btn-wire,
.d-bloc .card .btn-wire:hover,
.l-bloc .btn-wire,
.l-bloc .btn-wire:hover {
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.3);
}

/* Row Margin Offsets */

.voffset {
  margin-top: 30px;
}
.voffset-md {
  margin-top: 50px;
}

/* = NavBar
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-bloc.sticky,
.sticky-nav.sticky {
  position: fixed;
  z-index: 1000;
  transition: all 0.2s ease-out;
}
.sticky-nav.sticky {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
/* Navbar Icon */
.svg-menu-icon {
  fill: none;
  stroke: rgba(0, 0, 0, 0.5);
  stroke-width: 2px;
  fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon {
  stroke: rgba(255, 255, 255, 0.5);
}
.menu-icon-thin-bars {
  stroke-width: 1px;
}
.menu-icon-thick-bars {
  stroke-width: 5px;
}
.menu-icon-rounded-bars {
  stroke-width: 3px;
  stroke-linecap: round;
}
.menu-icon-filled {
  fill: rgba(0, 0, 0, 0.5);
  stroke-width: 0px;
}
.navbar-dark .menu-icon-filled {
  fill: rgba(255, 255, 255, 0.5);
}
.navbar-toggler-icon {
  background: none !important;
  pointer-events: none;
  width: 33px;
  height: 33px;
}

/* Nav Special Classes */
.nav-special {
  overflow-y: scroll;
}
.nav-special .site-navigation {
  top: 0;
  left: 0;
  width: 100%;
  position: relative !important;
  max-width: 100% !important;
  z-index: 1000;
}
.nav-special .nav > li {
  width: 100%;
  background: none !important;
  border: 0 !important;
}
.nav-special.collapsing {
  -webkit-transition: none;
  transition: none;
  height: 100% !important;
  background: none !important;
}
.nav-special .navbar-nav .dropdown-menu.show {
  position: relative !important;
  transform: none !important;
  float: none;
  width: 100%;
  margin-top: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.nav-special .nav .dropdown-menu .nav-link {
  color: #fff;
}
.blocsapp-special-menu {
  position: absolute;
  z-index: 10000;
}
.nav-special.fullscreen-nav .caret,
.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret {
  border-width: 8px;
}
.nav-special .navbar-nav .show > .nav-link {
  color: #fff;
}

/* Animate Menu Symbol */
.navbar-toggle {
  transition: all 0.1s linear;
}
.selected-nav {
  opacity: 0;
  transform: scale(0.3);
  transition: all 0.1s linear;
}

/* Special Menu Close Button */
.close-special-menu {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  top: 16px;
  right: 10px;
  z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu {
  left: 260px;
}
.close-special-menu .close-icon {
  display: block;
  width: 100%;
  height: 1px;
  transform: rotate(45deg);
  margin-top: 12px;
}
.close-special-menu .close-icon:after {
  content: "";
  display: inherit;
  width: inherit;
  height: inherit;
  background: inherit;
  transform: rotate(90deg);
}
.lock-scroll {
  overflow: hidden;
  transition: background 0.3s linear;
}
.nav-special::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0;
  height: 0;
}
.nav-special .dropdown-menu .dropdown .caret {
  border-top-color: rgba(255, 255, 255, 0.8);
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  margin: 0 0 0 5px;
  float: none;
}
.blocsapp-special-menu .site-navigation.pull-right {
  float: none !important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon {
  background: #fff;
}
.blocsapp-special-menu blocsnav {
  background: #000;
}

/* Side Bar Navigation */
.nav-special.sidebar-nav {
  position: fixed;
  right: -300px;
  top: 0;
  bottom: 0;
  width: 300px;
  z-index: 1000;
  transition: all 0.2s linear;
}
.nav-invert .nav-special.sidebar-nav {
  right: auto;
  left: -300px;
}
.nav-special.sidebar-nav .site-navigation {
  margin-top: 15px;
  padding-left: 15px;
}
.nav-special.sidebar-nav .nav > li a {
  color: rgba(255, 255, 255, 0.8);
}
.nav-special.sidebar-nav .nav > li a:hover {
  color: #fff;
}
.open.nav-special.sidebar-nav {
  right: 0;
  transition: all 0.2s linear;
}
.nav-invert .open.nav-special.sidebar-nav {
  left: 0;
  transition: all 0.2s linear;
}
.navbar-toggler:focus {
  box-shadow: none;
}
/* Content Tint */
.content-tint {
  z-index: -1;
  transition: background 0.2s linear;
}
.content-tint.on {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: transparent;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.4);
}
.content-tint.on:hover {
  background: rgba(0, 0, 0, 0.1);
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu {
  border: none;
}
@media (min-width: 576px) {
  .navbar-expand-sm .dropdown-menu .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .navbar-expand-sm .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .dropdown-menu .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .navbar-expand-md .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .dropdown-menu .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .navbar-expand-lg .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear {
  margin: 0;
}
.mg-sm {
  margin-top: 10px;
  margin-bottom: 5px;
}
.mg-md {
  margin-top: 10px;
  margin-bottom: 20px;
}
.mg-lg {
  margin-top: 10px;
  margin-bottom: 40px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,
.btn-d:hover,
.btn-d:focus {
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}

.btn-rd {
  border-radius: 40px;
}
.btn-glossy {
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 1, 0.2);
  box-shadow:
    0 1px 3px rgba(0, 0, 1, 0.35),
    inset 0 1px 0 0 rgba(255, 255, 255, 0.4),
    inset 0 1px 0 2px rgba(255, 255, 255, 0.08);
  background-image: linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.07) 0%,
    rgba(255, 255, 255, 0.07) 100%
  );
}
.btn-glossy:focus {
  box-shadow:
    0 1px 3px rgba(0, 0, 1, 0.35),
    inset 0 1px 0 0 rgba(255, 255, 255, 0.4),
    inset 0 1px 0 2px rgba(255, 255, 255, 0.08) !important;
}
.btn-wire {
  background: transparent !important;
  border: 2px solid transparent;
}
.btn-wire:hover {
  background: transparent !important;
  border: 2px solid transparent;
}
.a-block {
  width: 100%;
  text-align: left;
  display: inline-block;
}
.text-center .a-block {
  text-align: center;
}
.btn-with-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.icon-spacer {
  margin-right: 5px;
}
.btn-icon-e {
  direction: rtl;
}
.btn-icon-e .icon-spacer {
  margin-right: 0;
  margin-left: 5px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md {
  font-size: 30px !important;
}
blocsicon {
  display: inline-block;
  width: 100%;
}
blocsicon svg {
  width: 100%;
  height: auto;
  display: block;
}
.btn blocsicon,
.text-nested-icon {
  width: 20px;
}
.text-nested-icon svg {
  display: inline-block;
}

/* Rounded Image */
.img-rd-md {
  border-radius: 20px;
}
.img-rd-lg {
  border-radius: 34px;
}
/* Image Protection */
.img-protected {
  -webkit-touch-callout: none;
}
/* Image Scale */
.img-fluid-up {
  min-width: 100%;
  height: auto;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.blockquote {
  padding: 0 20px;
  border-left: 2px solid;
}
.blockquote.text-end {
  border-left: 0;
  border-right: 2px solid;
}

/*
    Lists
*/

.list-horizontal-layout {
  padding-left: 0px;
}

.list-horizontal-layout li {
  display: inline-block;
  margin: 0 0.5rem;
}

.list-is-0:not(.list-horizontal-layout):not(.navbar-nav) li {
  margin-bottom: 0px !important;
}

.list-is-1:not(.list-horizontal-layout):not(.navbar-nav) li {
  margin-bottom: 0.25rem !important;
}

.list-is-2:not(.list-horizontal-layout):not(.navbar-nav) li {
  margin-bottom: 0.5rem !important;
}

.list-is-3:not(.list-horizontal-layout):not(.navbar-nav) li {
  margin-bottom: 1rem !important;
}

.list-is-4:not(.list-horizontal-layout):not(.navbar-nav) li {
  margin-bottom: 1.5rem !important;
}

.list-is-5:not(.list-horizontal-layout):not(.navbar-nav) li {
  margin-bottom: 3rem !important;
}

/* --- Small (sm) --- */
@media (min-width: 576px) {
  .list-is-sm-0:not(.list-horizontal-layout):not(.navbar-nav) li {
    margin-bottom: 0rem !important;
  }
  .list-is-sm-1:not(.list-horizontal-layout):not(.navbar-nav) li {
    margin-bottom: 0.25rem !important;
  }
  .list-is-sm-2:not(.list-horizontal-layout):not(.navbar-nav) li {
    margin-bottom: 0.5rem !important;
  }
  .list-is-sm-3:not(.list-horizontal-layout):not(.navbar-nav) li {
    margin-bottom: 1rem !important;
  }
  .list-is-sm-4:not(.list-horizontal-layout):not(.navbar-nav) li {
    margin-bottom: 1.5rem !important;
  }
  .list-is-sm-5:not(.list-horizontal-layout):not(.navbar-nav) li {
    margin-bottom: 3rem !important;
  }
}

/* --- Medium (md) --- */
@media (min-width: 768px) {
  .list-is-md-0:not(.list-horizontal-layout):not(.navbar-nav) li {
    margin-bottom: 0rem !important;
  }
  .list-is-md-1:not(.list-horizontal-layout):not(.navbar-nav) li {
    margin-bottom: 0.25rem !important;
  }
  .list-is-md-2:not(.list-horizontal-layout):not(.navbar-nav) li {
    margin-bottom: 0.5rem !important;
  }
  .list-is-md-3:not(.list-horizontal-layout):not(.navbar-nav) li {
    margin-bottom: 1rem !important;
  }
  .list-is-md-4:not(.list-horizontal-layout):not(.navbar-nav) li {
    margin-bottom: 1.5rem !important;
  }
  .list-is-md-5:not(.list-horizontal-layout):not(.navbar-nav) li {
    margin-bottom: 3rem !important;
  }
}

/* --- Large (lg) --- */
@media (min-width: 992px) {
  .list-is-lg-0:not(.list-horizontal-layout):not(.navbar-nav) li {
    margin-bottom: 0rem !important;
  }
  .list-is-lg-1:not(.list-horizontal-layout):not(.navbar-nav) li {
    margin-bottom: 0.25rem !important;
  }
  .list-is-lg-2:not(.list-horizontal-layout):not(.navbar-nav) li {
    margin-bottom: 0.5rem !important;
  }
  .list-is-lg-3:not(.list-horizontal-layout):not(.navbar-nav) li {
    margin-bottom: 1rem !important;
  }
  .list-is-lg-4:not(.list-horizontal-layout):not(.navbar-nav) li {
    margin-bottom: 1.5rem !important;
  }
  .list-is-lg-5:not(.list-horizontal-layout):not(.navbar-nav) li {
    margin-bottom: 3rem !important;
  }
}

/* --- Clear Botton Margin on Last List Item --- */
[class*="list-is-"]:not(.list-horizontal-layout):not(.navbar-nav)
  li:last-child {
  margin-bottom: 0 !important;
}

/* --- Small (sm) --- */
@media (min-width: 576px) {
  .list-horizontal-layout.list-is-sm-0 li,
  div:not(.blocsapp-special-menu) .navbar-nav.list-is-sm-0 li {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }

  .list-horizontal-layout.list-is-sm-1 li,
  div:not(.blocsapp-special-menu) .navbar-nav.list-is-sm-1 li {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .list-horizontal-layout.list-is-sm-2 li,
  div:not(.blocsapp-special-menu) .navbar-nav.list-is-sm-2 li {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .list-horizontal-layout.list-is-sm-3 li,
  div:not(.blocsapp-special-menu) .navbar-nav.list-is-sm-3 li {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .list-horizontal-layout.list-is-sm-4 li,
  div:not(.blocsapp-special-menu) .navbar-nav.list-is-sm-4 li {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .list-horizontal-layout.list-is-sm-5 li,
  div:not(.blocsapp-special-menu) .navbar-nav.list-is-sm-5 li {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}

/* --- Medium (md) --- */
@media (min-width: 768px) {
  .list-horizontal-layout.list-is-md-0 li,
  div:not(.blocsapp-special-menu) .navbar-nav.list-is-md-0 li {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }

  .list-horizontal-layout.list-is-md-1 li,
  div:not(.blocsapp-special-menu) .navbar-nav.list-is-md-1 li {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .list-horizontal-layout.list-is-md-2 li,
  div:not(.blocsapp-special-menu) .navbar-nav.list-is-md-2 li {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .list-horizontal-layout.list-is-md-3 li,
  div:not(.blocsapp-special-menu) .navbar-nav.list-is-md-3 li {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .list-horizontal-layout.list-is-md-4 li,
  div:not(.blocsapp-special-menu) .navbar-nav.list-is-md-4 li {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .list-horizontal-layout.list-is-md-5 li,
  div:not(.blocsapp-special-menu) .navbar-nav.list-is-md-5 li {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}

/* --- Large (lg) --- */
@media (min-width: 992px) {
  .list-horizontal-layout.list-is-lg-0 li,
  div:not(.blocsapp-special-menu) .navbar-nav.list-is-lg-0 li {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }

  .list-horizontal-layout.list-is-lg-1 li,
  div:not(.blocsapp-special-menu) .navbar-nav.list-is-lg-1 li {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .list-horizontal-layout.list-is-lg-2 li,
  div:not(.blocsapp-special-menu) .navbar-nav.list-is-lg-2 li {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .list-horizontal-layout.list-is-lg-3 li,
  div:not(.blocsapp-special-menu) .navbar-nav.list-is-lg-3 li {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .list-horizontal-layout.list-is-lg-4 li,
  div:not(.blocsapp-special-menu) .navbar-nav.list-is-lg-4 li {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .list-horizontal-layout.list-is-lg-5 li,
  div:not(.blocsapp-special-menu) .navbar-nav.list-is-lg-5 li {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}

.list-horizontal-layout.list-is-0 li,
.navbar-nav.list-is-0 li {
  margin-left: 0px;
  margin-right: 0px;
}

.list-horizontal-layout.list-is-1 li,
.navbar-nav.list-is-1 li {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.list-horizontal-layout.list-is-2 li,
.navbar-nav.list-is-2 li {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.list-horizontal-layout.list-is-3 li,
.navbar-nav.list-is-3 li {
  margin-left: 1rem;
  margin-right: 1rem;
}

.list-horizontal-layout.list-is-4 li,
.navbar-nav.list-is-4 li {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.list-horizontal-layout.list-is-5 li,
.navbar-nav.list-is-5 li {
  margin-left: 3rem;
  margin-right: 3rem;
}

/* --- Clear Left and Right Margin on First and Horizontal Last List Item --- */
.list-horizontal-layout[class*="list-is-"] li:first-child,
div:not(.blocsapp-special-menu) .navbar-nav[class*="list-is-"] li:first-child {
  margin-left: 0 !important;
}

.list-horizontal-layout[class*="list-is-"] li:last-child,
div:not(.blocsapp-special-menu) .navbar-nav[class*="list-is-"] li:last-child {
  margin-right: 0 !important;
}

/* --- Prevent Spacing on Collapsed Menu and Special Menu Items --- */
.navbar:not(.navbar-expand-sm):not(.navbar-expand-md):not(
    .navbar-expand-lg
  ):not(.navbar-expand-xl):not(.navbar-expand-xxl)
  [class*="list-is-"]
  li,
blocsnav [class*="list-is-"] li {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 991.98px) {
  .navbar-expand-lg [class*="list-is-"] li {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md [class*="list-is-"] li {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .navbar-expand-sm [class*="list-is-"] li {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.card-sq,
.card-sq .card-header,
.card-sq .card-footer {
  border-radius: 0;
}
.card-rd {
  border-radius: 30px;
}
.card-rd .card-header {
  border-radius: 29px 29px 0 0;
}
.card-rd .card-footer {
  border-radius: 0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h {
  min-height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 20px 0;
}
.divider-half {
  width: 50%;
}
.dropdown-menu .divider-h {
  margin: 0;
}

.carousel-nav-icon {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  fill-rule: evenodd;
  stroke-linecap: round;
}

.hide-indicators {
  display: none;
}

.carousel-indicators li::marker {
  font-size: 0;
}
/* Scroll FX */
.scroll-fx-in-range {
  will-change: opacity;
}

/* ScrollToTop button */

.scrollToTop {
  width: 36px;
  height: 36px;
  padding: 5px;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  opacity: 0;
  z-index: 999999;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.showScrollTop {
  opacity: 1;
  pointer-events: all;
}
.scroll-to-top-btn-icon {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  fill-rule: evenodd;
  stroke-linecap: round;
}

/* = Custom Styling
-------------------------------------------------------------- */

.button {
  background-color: #7b94d3;
  font-family: "Roboto";
  text-transform: uppercase;
}
.navbar-brand img {
  width: 150px;
}
.navbar-round {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--swatch-var-1418) !important;
  background-color: var(--swatch-var-1877);
  border-radius: 64px 64px 64px 64px;
}
.btn-primary-brand {
  font-weight: normal;
  margin-top: 0px;
  padding: 12px 24px 12px 24px;
  background-color: var(--swatch-var-2381);
  border-radius: 50px 50px 50px 50px;
}
.menu-icon-stroke {
  stroke: transparent !important;
  fill: transparent !important;
}
.back-blur {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 30;
}
.img-footer-logo {
  height: 43px;
}
.box-card {
  padding: 16px 16px 16px 16px;
  border-radius: 16px 16px 16px 16px;
  border-style: solid;
  border-color: var(--swatch-var-1418) !important;
  border-width: 1px 1px 1px 1px;
  background-color: var(--swatch-var-2631);
}
.svg-icon-fill {
  fill: var(--swatch-var-5904) !important;
}
.bloc-divider-b-fill {
  fill: #ffffff;
}
.back-trans {
  background-color: var(--swatch-var-1877);
}
.btn-primary-brand:hover {
  background-color: var(--swatch-var-5904);
  border-width: 1px 1px 1px 1px;
  border-color: var(--swatch-var-5904);
  color: var(--swatch-var-1792) !important;
}
.wire-hover:hover {
  transition: all 0.5s ease 0s;
  background-color: var(--swatch-var-5904) !important;
  color: var(--swatch-var-1792) !important;
}
.img-hcpc-lo-style {
  width: 150px;
}
.svg-icon-style {
  width: 36px !important;
}
.btn-wire {
  padding: 12px 24px 12px 24px;
}
.btn-secondary-aaa {
  padding: 12px 24px 12px 24px;
}
h1 {
  font-size: 3rem;
  font-family: "CabinetGroteskVariable-Bold";
}
h2 {
  font-size: 2.25rem;
  font-family: "CabinetGroteskVariable-Bold";
}
h3 {
  font-family: "SatoshiVariable-Bold";
  font-size: 1.75rem;
}
h4 {
  font-family: "SatoshiVariable-Bold";
  font-size: 1.4rem;
}
h5 {
  font-family: "SatoshiVariable-Bold";
  font-size: 1.25rem;
}
h6 {
  font-size: 1.125rem;
  font-family: "SatoshiVariable-Bold";
}
p {
  font-family: "SatoshiVariable-Bold";
  font-size: 1.125rem;
}
label {
  font-family: "SatoshiVariable-Bold";
  font-size: 0.875rem;
}
a {
  font-size: 1.25rem;
  font-family: "SatoshiVariable-Bold";
  color: var(--swatch-var-5904) !important;
}
.navbar-nav li a {
  font-size: 1rem;
}
.h3-style {
  width: 100%;
}
.grid-style {
  grid-template-rows: auto auto auto auto;
}
.divider-background-color {
  background-color: var(--swatch-var-5904);
}
.bloc-divider-t-fill {
  fill: var(--swatch-var-2631);
}
.menu-icon-bloc-1-stroke {
  stroke: var(--swatch-var-5904) !important;
  fill: var(--swatch-var-5904) !important;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root {
  --swatch-var-4860: rgba(123, 148, 211, 1);

  --swatch-var-1418: rgba(191, 196, 207, 1);

  --swatch-var-5904: rgba(60, 87, 148, 1);

  --swatch-var-2381: rgba(190, 202, 230, 1);

  --swatch-var-5505: rgba(242, 244, 252, 1);

  --swatch-var-2277: #f2f2f2;

  --swatch-var-3584: #f2eae8;

  --swatch-var-4383: rgba(252, 253, 254, 1);

  --swatch-var-5770: #181818;

  --swatch-var-1792: rgba(255, 255, 255, 1);

  --swatch-var-2631: rgba(247, 249, 252, 1);

  --swatch-var-1877: rgba(242, 244, 252, 0.35);
}

/* Background colour styles */

.bgc-5505 {
  background-color: var(--swatch-var-5505);
}
.bgc-4383 {
  background-color: var(--swatch-var-4383);
}
.bgc-2631 {
  background-color: var(--swatch-var-2631);
}
.bgc-1792 {
  background-color: var(--swatch-var-1792);
}

/* Text colour styles */

.tc-5770 {
  color: var(--swatch-var-5770) !important;
}
.tc-1792 {
  color: var(--swatch-var-1792) !important;
}
.tc-2277 {
  color: var(--swatch-var-2277) !important;
}
.tc-5904 {
  color: var(--swatch-var-5904) !important;
}

/* Button colour styles */

.bgc-4860 {
  background-color: var(--swatch-var-4860);
}
.tc-4860 {
  color: var(--swatch-var-4860) !important;
}
.btn-c-4860,
.btn-c-4860:focus {
  background: var(--swatch-var-4860);
  color: rgba(0, 0, 0, 0.5) !important;
}
.btn-c-4860:hover {
  background: #4861a0 !important;
  color: rgba(0, 0, 0, 0.5) !important;
}
.wire-btn-c-4860 {
  color: var(--swatch-var-4860) !important;
  border-color: var(--swatch-var-4860) !important;
}
.ltc-4860 {
  color: var(--swatch-var-4860) !important;
}
.ltc-4860:hover {
  color: #4861a0 !important;
}
.icon-4860 {
  color: var(--swatch-var-4860) !important;
  border-color: var(--swatch-var-4860) !important;
}
/**/
.bgc-1418 {
  background-color: var(--swatch-var-1418);
}
.tc-1418 {
  color: var(--swatch-var-1418) !important;
}
.btn-c-1418,
.btn-c-1418:focus {
  background: var(--swatch-var-1418);
  color: rgba(0, 0, 0, 0.5) !important;
}
.btn-c-1418:hover {
  background: #8c919c !important;
  color: rgba(0, 0, 0, 0.5) !important;
}
.wire-btn-c-1418 {
  color: var(--swatch-var-1418) !important;
  border-color: var(--swatch-var-1418) !important;
}
.ltc-1418 {
  color: var(--swatch-var-1418) !important;
}
.ltc-1418:hover {
  color: #8c919c !important;
}
.icon-1418 {
  color: var(--swatch-var-1418) !important;
  border-color: var(--swatch-var-1418) !important;
}
/**/
.bgc-5904 {
  background-color: var(--swatch-var-5904);
}
.tc-5904 {
  color: var(--swatch-var-5904) !important;
}
.btn-c-5904,
.btn-c-5904:focus {
  background: var(--swatch-var-5904);
  color: #ffffff !important;
}
.btn-c-5904:hover {
  background: #092461 !important;
  color: #ffffff !important;
}
.bgc-4860 {
  background-color: var(--swatch-var-4860);
}
.tc-4860 {
  color: var(--swatch-var-4860) !important;
}
.btn-c-4860,
.btn-c-4860:focus {
  background: var(--swatch-var-4860);
  color: rgba(0, 0, 0, 0.5) !important;
}
.btn-c-4860:hover {
  background: #4861a0 !important;
  color: rgba(0, 0, 0, 0.5) !important;
}
.wire-btn-c-5904 {
  color: var(--swatch-var-5904) !important;
  border-color: var(--swatch-var-5904) !important;
}

/* Link colour styles */

.ltc-5904 {
  color: var(--swatch-var-5904) !important;
}
.ltc-5904:hover {
  color: #092461 !important;
}
.ltc-5770 {
  color: var(--swatch-var-5770) !important;
}
.ltc-5770:hover {
  color: #000000 !important;
}

/* Icon colour styles */

.icon-5904 {
  color: var(--swatch-var-5904) !important;
  border-color: var(--swatch-var-5904) !important;
}

/* Bloc image backgrounds */

.bg-About {
  background-image: url("img/About.jpg");
  background-image: -webkit-image-set(
    url("img/About.webp") 1x,
    url("img/About.webp") 2x
  );
  background-image: image-set(
    url("img/About.jpg") 1x,
    url("img/About.jpg") 2x,
    url("img/About.webp") 1x,
    url("img/About.webp") 2x
  );
}
.bg-hydration {
  background-image: url("img/hydration.png");
}
.bg-Vitamin-20Bar3 {
  background-image: url("img/Vitamin%20Bar3.jpg");
}
.bg-Cover-20Image {
  background-image: url("img/Spa.jpg");
  background-image: -webkit-image-set(
    url("img/Spa.webp") 1x,
    url("img/Spa.webp") 2x
  );
  background-image: image-set(
    url("img/Spa.jpg") 1x,
    url("img/Spa.jpg") 2x,
    url("img/Spa.webp") 1x,
    url("img/Spa.webp") 2x
  );
}

/* = Custom Bric Data
-------------------------------------------------------------- */

/* = Additional CSS
-------------------------------------------------------------- */
/* =========================
   FONT IMPORTS
========================= */
/* Cabinet Grotesk Variable */
@font-face {
  font-family: "Cabinet";
  src: url("fonts/CabinetGroteskVariable-Bold/CabinetGrotesk-Variable.ttf")
    format("truetype");
  font-weight: 100 900; /* variable font range */
  font-style: normal;
  font-display: swap;
}

/* Satoshi Variable */
@font-face {
  font-family: "Satoshi";
  src: url("fonts/SatoshiVariable-Bold/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 700; /* variable font range */
  font-style: normal;
  font-display: swap;
}

/* =========================
   ROOT VARIABLES
========================= */
:root {
  --brand: #7b94d3;
  --brand-AAA: #3c5794;
  --brand-strong: #c3cfeb;
  --brand-dark: #bfc4cf;
  --brand-soft: #f2f4fc;
  --bg-page: hsl(0, 0%, 100%);
  --bg-card: #fcfdfe;
  --text-primary: #181818;
  --text-secondary: #202533;
  --success-bg: #e7f4ec;
  --success-text: #2e7d32;
  --warning-bg: #fff4e5;
  --warning-text: #b46200;
  --radius-lg: 16px;
  --radius-md: 12px;
  --radius-curve: 50px;
  --shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  --text-inverse: #ffffff;
}

/* =========================
   BASE BODY
========================= */
body {
  font-family: "Satoshi", sans-serif;
  font-weight: 300;
  font-variation-settings: "wght" 300;
  font-size: 1.125rem; /* 18px */
  line-height: 1.65;
  color: var(--text-primary);
  background: var(--bg-page);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.close-special-menu .close-icon {
  background: var(--brand-AAA) !important;
}

.close-special-menu .close-icon:hover {
  background: var(--brand) !important;
}

.blocsapp-special-menu blocsnav {
  color: var(--brand-AAA) !important;
  background-color: var(--brand-soft) !important;
}

/* =========================
   HEADINGS
========================= */

/* Homepage Hero H1 */
.homepage h1,
.homepage-hero-title {
  font-family: "Cabinet", sans-serif;
  font-weight: 900;
  font-variation-settings: "wght" 900;
  font-size: 4rem;
  line-height: 1.1;
  letter-spacing: 0em;
  color: var(--brand-AAA);
}

/* H1-H6 hierarchy */
h1 {
  font-family: "Cabinet", sans-serif;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-size: 3rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: var(--brand-AAA);
}

h2 {
  font-family: "Cabinet", sans-serif;
  font-weight: 300;
  font-variation-settings: "wght" 300;
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: var(--brand-AAA);
}

h3 {
  font-family: "Satoshi", sans-serif;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  font-size: 1.75rem;
  line-height: 1.3;
  color: var(--brand);
}

h4 {
  font-family: "Satoshi", sans-serif;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  font-size: 1.5rem;
  line-height: 1.35;
  color: var(--brand-AAA);
}

h5 {
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  font-size: 1.25rem;
  line-height: 1.4;
  color: var(--brand-AAA);
}

h6 {
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  font-size: 1.125rem;
  line-height: 1.4;
  color: var(--text-secondary);
}

/* =========================
   BODY / PARAGRAPHS
========================= */
p,
li,
dt {
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  font-size: 1.125rem;
  line-height: 1.65;
  color: var(--text-primary);
}

small,
.text-small {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--text-secondary);
}

/* =========================
   LINKS
========================= */
a {
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  font-size: 1.125rem;
  line-height: 1.65;
  color: var(--brand-AAA);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

a:hover,
a:focus {
  color: var(--brand);
  text-decoration-thickness: 2px;
}

/* =========================
   NAVIGATION
========================= */
.navbar a,
.nav-link {
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: var(--brand-AAA);
  text-transform: none;
}

/* =========================
   BUTTONS / CTAs
========================= */
.button,
.btn,
.cta-primary {
  font-family: "Satoshi", sans-serif;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--brand-AAA);
}

/* =========================
   FORM LABELS
========================= */
label {
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--text-secondary);
}

/* =========================
   LOGO TEXT
========================= */
.logo-text {
  font-family: "Cabinet", sans-serif;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: var(--text-primary);
}

.branding {
  display: none !important;
}

/* =========================
   MAILCHIMP FORM
========================= */
#mc-embedded-subscribe {
  color: var(--brand-AAA) !important;
  padding: 12px 40px !important;
  border-radius: var(--radius-curve) !important;
  font-family: "Satoshi", sans-serif;
  line-height: 1.2;
  cursor: pointer;
  transition: background 0.3s ease;
  margin: 0;
}

#mc-embedded-subscribe:hover {
  background: var(--brand-AAA) !important;
  color: var(--text-inverse) !important;
}

#mc-embedded-subscribe-form {
  padding: 0 !important;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

#mce-EMAIL {
  border-radius: var(--radius-md);
  padding: 12px;
  border: 1px solid var(--brand-dark);
  font-family: "Satoshi", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  flex: 1 1 auto;
  min-width: 180px;
}

#mc_embed_signup div#mce-responses,
#mc_embed_signup div.response {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  font-family: "Satoshi", sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  color: var(--text-secondary);
}

/* =========================
   MISC / MARQUEE / BOOKINGS
========================= */
.marquee-fixed {
  padding: 25px;
}

/* =========================
   RESPONSIVE TYPOGRAPHY
========================= */

/* Tablet */
@media (max-width: 1024px) {
  body {
    font-size: 1.05rem;
  }
  h1.homepage-hero-title {
    font-size: 3.5rem;
    line-height: 1.15;
  }
  h1 {
    font-size: 2.75rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.35rem;
  }
  h5 {
    font-size: 1.15rem;
  }
  h6 {
    font-size: 1rem;
  }
  h1.section-title {
    font-size: 2.75rem;
  }
  h2.section-title {
    font-size: 2rem;
  }
  h3.section-title {
    font-size: 1.5rem;
  }
}

/* Mobile */
@media (max-width: 640px) {
  body {
    font-size: 1rem;
  }
  h1.homepage-hero-title {
    font-size: 2rem;
    line-height: 1.25;
  }
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.125rem;
  }
  h4 {
    font-size: 1rem;
  }
  h5 {
    font-size: 0.95rem;
  }
  h6 {
    font-size: 0.875rem;
  }
  h1.section-title {
    font-size: 1.75rem;
    line-height: 1.3;
  }
  h2.section-title {
    font-size: 1.5rem;
    line-height: 1.35;
  }
  h3.section-title {
    font-size: 1.125rem;
    line-height: 1.4;
  }
  h4.section-subtitle {
    font-size: 1rem;
    line-height: 1.4;
  }
  h5.section-subtitle {
    font-size: 0.95rem;
    line-height: 1.4;
  }
  h6.section-subtitle {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}

/* Accesibility Enhancements */
a:focus-visible,
button:focus-visible {
  outline: 4px solid rgba(13, 110, 253, 0.6) !important;
  outline-offset: 2px;
  box-shadow: none !important;
}

/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item {
  transition:
    height 350ms ease-in-out,
    padding 350ms ease-in-out,
    opacity 350ms ease-in-out;
  overflow: hidden;
}
.toggled-item-hidden {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  outline: 0 !important;
  opacity: 0;
}
.object-hidden {
  display: none;
}

/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
  .bloc-xxl-sm {
    padding: 200px 20px;
  }
  .bloc-xl-sm {
    padding: 150px 20px;
  }
  .bloc-lg-sm {
    padding: 100px 20px;
  }
  .bloc-md-sm {
    padding: 50px 20px;
  }
  .bloc-sm-sm {
    padding: 20px;
  }
  .bloc-no-padding-sm {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .bloc-xxl-md {
    padding: 200px 20px;
  }
  .bloc-xl-md {
    padding: 150px 20px;
  }
  .bloc-lg-md {
    padding: 100px 20px;
  }
  .bloc-md-md {
    padding: 50px 20px;
  }
  .bloc-sm-md {
    padding: 20px 20px;
  }
  .bloc-no-padding-md {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .bloc-xxl-lg {
    padding: 200px 20px;
  }
  .bloc-xl-lg {
    padding: 150px 20px;
  }
  .bloc-lg-lg {
    padding: 100px 20px;
  }
  .bloc-md-lg {
    padding: 50px 20px;
  }
  .bloc-sm-lg {
    padding: 20px;
  }
  .bloc-no-padding-lg {
    padding: 0 20px;
  }
}

/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px) {
  .bloc.full-width-bloc,
  .bloc-tile-2.full-width-bloc .container,
  .bloc-tile-3.full-width-bloc .container,
  .bloc-tile-4.full-width-bloc .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .container {
    width: 100%;
  }
  .bloc {
    padding-left: constant(safe-area-inset-left);
    padding-right: constant(safe-area-inset-right);
  } /* iPhone X Notch Support*/
  .bloc-group,
  .bloc-group .bloc {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bloc-tile-2 .container,
  .bloc-tile-3 .container,
  .bloc-tile-4 .container {
    padding-left: 0;
    padding-right: 0;
  }
  .btn-dwn {
    display: none;
  }
  .voffset {
    margin-top: 5px;
  }
  .voffset-md {
    margin-top: 20px;
  }
  .voffset-lg {
    margin-top: 30px;
  }
  form {
    padding: 5px;
  }
  .close-lightbox {
    display: inline-block;
  }
  .blocsapp-device-iphone5 {
    background-size: 216px 425px;
    padding-top: 60px;
    width: 216px;
    height: 425px;
  }
  .blocsapp-device-iphone5 img {
    width: 180px;
    height: 320px;
  }
}

@media (max-width: 991px) {
  /* MD Row Margin Offsets */
  .voffset-md {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .sidebar-nav {
    width: 230px !important;
  }
  .nav-special.sidebar-nav .nav > li {
    width: 80%;
  }
  .nav-invert .sidebar-nav .close-special-menu {
    left: 200px;
  }
}

@media (max-width: 575px) {
  .map {
    padding: 20px 20px 20px 20px;
  }

  /* Mobile Row Margin Offsets */
  .voffset-xs {
    margin-top: 30px;
  }

  /* Mobile Text Margin Offsets */
  .mg-md-xs {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
