/* Colours */
.color-white, .color-white * {
  color: #fff !important;
}
.color-baby-powder, .color-baby-powder * {
  color: #fdfffc !important;
}
.color-apricot, .color-apricot * {
  color: #faf1ef !important;
}
.color-lightgrey, .color-lightgrey * {
  color: #f4f4f4 !important;
}
.color-yellow, .color-yellow * {
  color: #f7ec59 !important;
}
.color-purple, .color-purple * {
  color: #8b84e0 !important;
}
.color-lavender, .color-lavender * {
  color: #e5e3f8 !important;
}
.color-blue, .color-blue * {
  color: #005990 !important;
}
.color-pale-cyan, .color-pale-cyan * {
  color: #e8fdff !important;
}
.color-light-green, .color-light-green * {
  color: #ebfff8 !important;
}
.color-green, .color-green * {
  color: #57cc99 !important;
}
.color-pale-pink, .color-pale-pink * {
  color: #e9afa3 !important;
}
.color-light-blue, .color-light-blue * {
  color: #92dce5 !important;
}
.color-pale-lavender, .color-pale-lavender * {
  color: #f7aef8 !important;
}
.color-charcoal, .color-charcoal * {
  color: #070707 !important;
}
.color-black, .color-black * {
  color: #000 !important;
}
/* Breakpoints */
/* Global styles */
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Fonts */
.gilroyregular, .gilroyregular * {
  font-family: 'GilroyRegular' !important;
  font-weight: normal !important;
}
.gilroysemibold, .gilroysemibold * {
  font-family: 'GilroySemiBold' !important;
  font-weight: normal !important;
}
.gilroybold, .gilroybold * {
  font-family: 'GilroyBold' !important;
  font-weight: normal !important;
}
/* Default Heading Style */
h1, h1 * {
  font-size: 6.25rem !important;
  line-height: 1.1 !important;
  font-family: 'GilroyBold' !important;
  font-weight: normal !important;
}
@media only screen and (max-width: 1024px) {
  h1, h1 * {
    font-size: 5.1875rem !important;
  }
}
@media only screen and (max-width: 768px) {
  h1, h1 * {
    font-size: 3.9375rem !important;
  }
}
h2, h2 * {
  font-size: 4.6875rem !important;
  line-height: 1.07 !important;
  font-family: 'GilroyBold' !important;
  font-weight: normal !important;
}
@media only screen and (max-width: 1024px) {
  h2, h2 * {
    font-size: 4.0625rem !important;
  }
}
@media only screen and (max-width: 768px) {
  h2, h2 * {
    font-size: 45px !important;
  }
}
h3, h3 * {
  font-size: 2.8125rem !important;
  line-height: 1.38 !important;
  font-family: 'GilroyBold' !important;
  font-weight: normal !important;
}
@media only screen and (max-width: 768px) {
  h3, h3 * {
    font-size: 38px !important;
  }
}
h4, h4 * {
  font-size: 2.5rem !important;
  line-height: 0.9 !important;
  font-family: 'GilroyBold' !important;
  font-weight: normal !important;
}
@media only screen and (max-width: 768px) {
  h4, h4 * {
    font-size: 30px !important;
  }
}
h5, h5 * {
  font-size: 25px !important;
  line-height: 1.24 !important;
  font-family: 'GilroyBold' !important;
  font-weight: normal !important;
}
h6, h6 * {
  font-size: 20px !important;
  line-height: 1.25 !important;
  font-family: 'GilroyRegular' !important;
  font-weight: normal !important;
}
/* Override Classes */
.h1, .h1 * {
  font-size: 6.25rem !important;
  line-height: 1.1 !important;
  font-family: 'GilroyBold' !important;
  font-weight: normal !important;
}
@media only screen and (max-width: 1024px) {
  .h1, .h1 * {
    font-size: 5.1875rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .h1, .h1 * {
    font-size: 3.9375rem !important;
  }
}
.h2, .h2 * {
  font-size: 4.6875rem !important;
  line-height: 1.07 !important;
  font-family: 'GilroyBold' !important;
  font-weight: normal !important;
}
@media only screen and (max-width: 1024px) {
  .h2, .h2 * {
    font-size: 4.0625rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .h2, .h2 * {
    font-size: 45px !important;
  }
}
.h3, .h3 * {
  font-size: 2.8125rem !important;
  line-height: 1.38 !important;
  font-family: 'GilroyBold' !important;
  font-weight: normal !important;
}
@media only screen and (max-width: 768px) {
  .h3, .h3 * {
    font-size: 38px !important;
  }
}
.h4, .h4 * {
  font-size: 2.5rem !important;
  line-height: 0.9 !important;
  font-family: 'GilroyBold' !important;
  font-weight: normal !important;
}
@media only screen and (max-width: 768px) {
  .h4, .h4 * {
    font-size: 30px !important;
  }
}
.h5, .h5 * {
  font-size: 25px !important;
  line-height: 1.24 !important;
  font-family: 'GilroyBold' !important;
  font-weight: normal !important;
}
.h6, .h6 * {
  font-size: 20px !important;
  line-height: 1.25 !important;
  font-family: 'GilroyRegular' !important;
  font-weight: normal !important;
}
/* Other Font Style */
.size-28, .size-28 * {
  font-size: 28px !important;
}
.size-22, .size-22 * {
  font-size: 22px !important;
}
.size-20, .size-20 * {
  font-size: 20px !important;
}
.size-18, .size-18 * {
  font-size: 18px !important;
}
.size-16, .size-16 * {
  font-size: 16px !important;
}
.size-14, .size-14 * {
  font-size: 14px !important;
}
.size-12, .size-12 * {
  font-size: 12px !important;
}
.fusion-title-size-paragraph p {
  margin-top: 0px !important;
}
.fusion-title-size-paragraph p:last-of-type {
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 768px) {
  .fusion-title-size-paragraph p {
    font-size: 16px !important;
  }
}
.fusion-text p {
  margin-top: 0px !important;
}
.fusion-text p:last-of-type {
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 768px) {
  .fusion-text p {
    font-size: 16px !important;
  }
}
.marginlr-auto.fusion-title {
  margin-left: auto !important;
  margin-right: auto !important;
}
.marginlr-auto > .fusion-column-wrapper {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media only screen and (max-width: 768px) {
  .mobile-mb-41 {
    margin-bottom: 41px !important;
  }
}
.txtw-578 {
  max-width: 578px;
}
.txtw-460 {
  max-width: 460px;
}
/* Fusion Button */
.fusion-button {
  min-width: 217px;
  min-height: 45px;
  justify-content: space-between !important;
  font-weight: normal !important;
  /*
   &:after {
   content: '';
   display: block;
   line-height: 1;
   margin-left: 10px;
   width: 25px;
   height: 15px;
   background-image: url(/wp-content/uploads/2025/08/arrow.png);
   background-size: cover;
   background-position: center;
   }
   */
}
@media only screen and (max-width: 768px) {
  .fusion-button {
    font-size: 20px !important;
    min-width: 269px;
  }
}
@media only screen and (max-width: 380px) {
  .fusion-button {
    min-width: 100%;
  }
}
.fusion-button .arrow {
  display: flex;
  align-items: center;
  transition: margin 0.5s ease-in-out;
  margin-right: 0;
  position: relative;
  width: 35px;
}
.fusion-button .arrow:before {
  content: '' !important;
  display: inline-block;
  position: absolute;
  width: 25px;
  border-top: 2px solid #000;
  transition: all 0.5s ease-in-out;
}
.fusion-button .arrow:after {
  content: '\f054';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  position: relative;
  top: 0px;
  font-size: 16px;
  z-index: 2;
  line-height: 1;
  margin-left: 18px;
  transition: all 0.5s ease-in-out;
}
.fusion-button:hover .arrow:before {
  width: 35px;
}
.fusion-button:hover .arrow:after {
  margin-left: 28px;
}
.fusion-button.purple-btn {
  color: #fff !important;
  background-color: #8b84e0 !important;
  border: 1px solid #8b84e0 !important;
}
.fusion-button.purple-btn > span {
  color: #fff !important;
}
.fusion-button.purple-btn .arrow:before {
  border-top: 2px solid #fff !important;
}
.fusion-button.purple-btn:hover {
  color: #fff !important;
  background-color: #8b84e0 !important;
  border: 1px solid #8b84e0 !important;
}
.fusion-button.purple-btn:hover > span {
  color: #fff !important;
}
.fusion-button.purple-btn:after {
  filter: brightness(0) invert(1);
}
.fusion-button.white-btn {
  background-color: #fff !important;
  border: 1px solid #fff !important;
}
.fusion-button.white-btn .arrow:before {
  border-top: 2px solid #fff !important;
}
.fusion-button.black-outline-btn {
  color: #000 !important;
  background-color: transparent !important;
  border: 1px solid #000 !important;
}
.fusion-button.black-outline-btn > span {
  color: #000 !important;
}
.fusion-button.black-outline-btn:hover {
  color: #000 !important;
  background-color: transparent !important;
  border: 1px solid #000 !important;
}
.fusion-button.black-outline-btn:hover > span {
  color: #000 !important;
}
.fusion-button.white-outline-btn {
  color: #fff !important;
  background-color: transparent !important;
  border: 1px solid #fff !important;
}
.fusion-button.white-outline-btn > span {
  color: #fff !important;
}
.fusion-button.white-outline-btn:hover {
  color: #fff !important;
  background-color: transparent !important;
  border: 1px solid #fff !important;
}
.fusion-button.white-outline-btn:hover > span {
  color: #fff !important;
}
.fusion-button.btn-txt {
  font-size: 20px !important;
  line-height: 25px !important;
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  min-width: auto;
  min-height: auto;
  justify-content: center !important;
}
.fusion-button.btn-txt .arrow {
  width: 25px;
  margin-left: 10px;
}
.fusion-button.btn-txt .arrow:before {
  width: 15px;
}
.fusion-button.btn-txt .arrow:after {
  margin-left: 11px;
  font-weight: 100 !important;
  font-size: 9px !important;
}
.fusion-button.btn-txt:hover, .fusion-button.btn-txt:focus {
  -webkit-text-stroke-width: 0;
}
.fusion-button.btn-txt:hover .arrow:before, .fusion-button.btn-txt:focus .arrow:before {
  width: 25px;
}
.fusion-button.btn-txt:hover .arrow:after, .fusion-button.btn-txt:focus .arrow:after {
  margin-left: 21px;
}
.fusion-button.btn-txt.color-light-blue {
  /*
   &:after {
   width: 15px;
   height: 9px;                    
   background-image: url(/wp-content/uploads/2025/08/light-blue-arrow.png);
   }
   */
}
.fusion-button.btn-txt.color-light-blue .arrow:before {
  border-top: 1px solid #92dce5 !important;
}
.fusion-button.btn-txt.color-green {
  /*
   &:after {
   width: 15px;
   height: 9px;                    
   background-image: url(/wp-content/uploads/2025/08/green-arrow.png);
   }
   */
}
.fusion-button.btn-txt.color-green .arrow:before {
  border-top: 1px solid #57cc99 !important;
}
.fusion-button.btn-txt.color-pale-pink {
  /*
   &:after {
   width: 15px;
   height: 9px;                    
   background-image: url(/wp-content/uploads/2025/08/pale-pink-arrow.png);
   }
   */
}
.fusion-button.btn-txt.color-pale-pink .arrow:before {
  border-top: 1px solid #e9afa3 !important;
}
.fusion-button.btn-txt.color-black .arrow:before {
  border-top: 1px solid #000 !important;
}
.fusion-button.no-arrow {
  justify-content: center !important;
}
.fusion-button.no-arrow .arrow {
  display: none !important;
}
.fusion-button.light-blue-btn {
  color: #000 !important;
  background-color: #92dce5 !important;
  border: 1px solid #92dce5 !important;
}
.fusion-button.light-blue-btn > span {
  color: #000 !important;
}
.fusion-button.light-blue-btn:hover {
  color: #000 !important;
  background-color: #92dce5 !important;
  border: 1px solid #92dce5 !important;
}
.fusion-button.light-blue-btn:hover > span {
  color: #000 !important;
}
.fusion-button.green-btn {
  color: #000 !important;
  background-color: #57cc99 !important;
  border: 1px solid #57cc99 !important;
}
.fusion-button.green-btn > span {
  color: #000 !important;
}
.fusion-button.green-btn:hover {
  color: #000 !important;
  background-color: #57cc99 !important;
  border: 1px solid #57cc99 !important;
}
.fusion-button.green-btn:hover > span {
  color: #000 !important;
}
.fusion-button.pale-pink-btn {
  color: #000 !important;
  background-color: #e9afa3 !important;
  border: 1px solid #e9afa3 !important;
}
.fusion-button.pale-pink-btn > span {
  color: #000 !important;
}
.fusion-button.pale-pink-btn:hover {
  color: #000 !important;
  background-color: #e9afa3 !important;
  border: 1px solid #e9afa3 !important;
}
.fusion-button.pale-pink-btn:hover > span {
  color: #000 !important;
}
/* Image Height */
.imgh-389 img {
  height: 389px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .imgh-389 img {
    height: 273px;
  }
}
.imgh-377 img {
  height: 377px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .imgh-377 img {
    height: 273px;
  }
}
.imgh-505 img {
  height: 505px;
  object-fit: cover;
}
/* Accordion */
.fusion-accordian:not(.steps-list) .panel-group .fusion-panel {
  border-radius: 20px;
  margin-bottom: 12px !important;
}
@media only screen and (max-width: 768px) {
  .fusion-accordian:not(.steps-list) .panel-group .fusion-panel {
    margin-bottom: 14px !important;
  }
}
.fusion-accordian:not(.steps-list) .panel-group .fusion-panel .panel-heading .panel-title {
  line-height: 0.7 !important;
}
.fusion-accordian:not(.steps-list) .panel-group .fusion-panel .panel-heading .panel-title a {
  padding: 26px 24px !important;
  align-items: center;
  border-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  .fusion-accordian:not(.steps-list) .panel-group .fusion-panel .panel-heading .panel-title a {
    padding: 14px !important;
  }
}
.fusion-accordian:not(.steps-list) .panel-group .fusion-panel .panel-heading .panel-title a .fusion-toggle-heading {
  line-height: 1 !important;
}
.fusion-accordian:not(.steps-list) .panel-group .fusion-panel .panel-heading .panel-title a .fusion-toggle-icon-wrapper .active-icon:before {
  content: url(/wp-content/uploads/2025/08/arrow-up.svg);
  height: 29px;
}
.fusion-accordian:not(.steps-list) .panel-group .fusion-panel .panel-heading .panel-title a .fusion-toggle-icon-wrapper .inactive-icon:before {
  content: url(/wp-content/uploads/2025/08/arrow-down.svg);
  height: 29px;
}
.fusion-accordian:not(.steps-list) .panel-group .fusion-panel .panel-heading .panel-title a.active {
  border-bottom: 1px solid #e5e3f8;
}
.fusion-accordian:not(.steps-list) .panel-group .fusion-panel .panel-heading h4, .fusion-accordian:not(.steps-list) .panel-group .fusion-panel .panel-heading h4 * {
  line-height: 0 !important;
}
.fusion-accordian:not(.steps-list) .panel-group .fusion-panel .panel-heading .fusion-toggle-heading {
  font-size: 26px !important;
  line-height: 22px !important;
  font-family: 'GilroySemiBold' !important;
  font-weight: normal !important;
}
@media only screen and (max-width: 768px) {
  .fusion-accordian:not(.steps-list) .panel-group .fusion-panel .panel-heading .fusion-toggle-heading {
    font-size: 22px !important;
  }
}
.fusion-accordian:not(.steps-list) .panel-group .fusion-panel .panel-body {
  padding: 23px 24px 26px !important;
}
@media only screen and (max-width: 768px) {
  .fusion-accordian:not(.steps-list) .panel-group .fusion-panel .panel-body {
    padding: 20px 14px 48px !important;
    font-size: 16px !important;
  }
}
.fusion-accordian:not(.steps-list) .panel-group .fusion-panel .panel-body img {
  width: 100%;
  max-width: 292px;
  margin-right: 35px;
  height: 215px;
  object-fit: cover;
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  .fusion-accordian:not(.steps-list) .panel-group .fusion-panel .panel-body img {
    margin-bottom: 20px !important;
    margin-right: 0px;
    display: block;
    float: none;
    max-width: 100%;
  }
}
.fusion-accordian:not(.steps-list) .panel-group .fusion-panel .panel-body p:last-of-type {
  margin-bottom: 0;
}
.fusion-accordian:not(.steps-list) .panel-group .fusion-panel .panel-body ul {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.fusion-accordian:not(.steps-list) .panel-group .fusion-panel .panel-body ul:has(+ p) {
  margin-bottom: 20px;
}
.fusion-accordian:not(.steps-list) .panel-group .fusion-panel:last-child {
  margin-bottom: 0px !important;
}
/* Container */
.mwsec-1272 > .fusion-row {
  max-width: 1272px !important;
}
.mwcol-588 > .fusion-column-wrapper {
  max-width: 588px;
}
.mwcol-460 > .fusion-column-wrapper {
  max-width: 460px;
}
@media only screen and (max-width: 768px) {
  .mwcol-460 > .fusion-column-wrapper {
    max-width: 100%;
  }
}
.mwcol-450 > .fusion-column-wrapper {
  max-width: 450px;
}
.mwcol-434 > .fusion-column-wrapper {
  max-width: 434px;
}
/* Form */
.error404 #content {
  margin-bottom: 0 !important;
}
.header-sec .logo-col img {
  width: 171px;
}
@media only screen and (max-width: 991px) {
  .header-sec .logo-col img {
    width: 150px;
  }
}
.header-sec .logo-col .burger-menu {
  margin-right: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .header-sec .menu-col .main-menu {
    --awb-gap: 18px !important;
  }
}
.header-sec .menu-col .main-menu a {
  font-family: 'GilroySemiBold';
}
@media only screen and (max-width: 991px) {
  .header-sec .menu-col .main-menu a {
    font-size: 12px !important;
  }
}
.header-sec .menu-col .fusion-button {
  min-height: 40px !important;
  min-width: 155px !important;
  font-family: 'GilroyBold' !important;
}
@media only screen and (max-width: 1200px) {
  .header-sec .menu-col .fusion-button {
    min-width: 135px !important;
  }
}
@media only screen and (max-width: 991px) {
  .header-sec .menu-col .fusion-button {
    min-width: unset !important;
    margin-left: 10px;
    padding: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .header-sec .menu-col .fusion-button span {
    font-size: 12px !important;
  }
}
.header-sec.white-header .menu-col .fusion-button.no-arrow:hover {
  background-color: #f7aef8 !important;
  border-color: #f7aef8 !important;
}
.header-sec.white-header .menu-col .fusion-button.no-arrow:hover span {
  color: #000 !important;
}
.header-sec.black-header .menu-col .fusion-button.no-arrow:hover {
  background-color: #8b84e0 !important;
  border-color: #8b84e0 !important;
}
.header-sec.black-header .menu-col .fusion-button.no-arrow:hover span {
  color: #fff !important;
}
.header-sec.fusion-sticky-transition.white-header .awb-menu__sub-ul_main {
  background: #8b84e0 !important;
}
.header-sec.fusion-sticky-transition.black-header .awb-menu__sub-ul_main {
  background: #f7ec59 !important;
}
.header-sec .awb-menu__mega-wrap {
  --awb-megamenu-width: calc(var(--site_width) + 74px) !important;
  padding-left: 37px;
  padding-right: 37px;
}
.header-sec .awb-menu__mega-wrap .storage-megamenu-sec .self-storage-boxes .fusion-builder-row-inner {
  gap: 10px;
}
.header-sec .awb-menu__mega-wrap .storage-megamenu-sec .self-storage-boxes .self-storage-box {
  max-width: calc(33.33% - 6.6667px) !important;
}
.header-sec .awb-menu__mega-wrap .storage-megamenu-sec .self-storage-boxes .self-storage-box > .fusion-column-wrapper {
  padding-top: 185px !important;
}
@media only screen and (max-width: 991px) {
  .header-sec .awb-menu__mega-wrap .storage-megamenu-sec .self-storage-boxes .self-storage-box > .fusion-column-wrapper {
    padding-top: 150px !important;
  }
}
.header-sec .awb-menu__mega-wrap .storage-megamenu-sec .self-storage-boxes .self-storage-box .fusion-button {
  min-height: 25px !important;
}
@media only screen and (max-width: 1024px) {
  .header-sec .awb-menu__mega-wrap .storage-megamenu-sec .self-storage-boxes .self-storage-box:first-of-type .img1 {
    --awb-max-width: 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-sec .awb-menu__mega-wrap .storage-megamenu-sec .self-storage-boxes .self-storage-box:first-of-type .img2 {
    --awb-max-width: 152px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-sec .awb-menu__mega-wrap .storage-megamenu-sec .self-storage-boxes .self-storage-box:nth-of-type(2) .img1 {
    --awb-max-width: 128px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-sec .awb-menu__mega-wrap .storage-megamenu-sec .self-storage-boxes .self-storage-box:nth-of-type(2) .img2 {
    --awb-max-width: 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-sec .awb-menu__mega-wrap .storage-megamenu-sec .self-storage-boxes .self-storage-box:last-of-type .img1 {
    --awb-max-width: 112px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-sec .awb-menu__mega-wrap .storage-megamenu-sec .self-storage-boxes .self-storage-box:last-of-type .img2 {
    --awb-max-width: 60px;
  }
}
.offcanvas-menu .close-icon {
  margin-right: 0 !important;
}
.offcanvas-menu .mobile-menu ul.awb-menu__main-ul {
  display: flex;
  align-content: center;
  align-items: center;
}
.offcanvas-menu .mobile-menu ul.awb-menu__main-ul li {
  width: fit-content;
}
.offcanvas-menu .mobile-menu ul.awb-menu__main-ul li span {
  font-family: 'GilroySemiBold';
}
.offcanvas-menu .mobile-menu ul.awb-menu__sub-ul li {
  width: 100%;
}
.offcanvas-menu .mobile-menu ul.awb-menu__sub-ul li:first-of-type a {
  padding-top: 12px !important;
}
.offcanvas-menu .mobile-menu ul.awb-menu__sub-ul li:last-of-type a {
  padding-bottom: 0 !important;
}
.offcanvas-menu .fusion-button {
  width: 100% !important;
  max-width: 338px !important;
}
.offcanvas-menu .fusion-button .fa, .offcanvas-menu .fusion-button .fas {
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 900 !important;
  color: #272727 !important;
}
.get-started-sec {
  z-index: 11 !important;
}
@media only screen and (max-width: 768px) {
  .get-started-sec .fusion-button {
    min-width: 269px;
  }
}
@media only screen and (max-width: 380px) {
  .get-started-sec .fusion-button {
    min-width: 100%;
  }
}
.get-started-sec .footer-cta-icons {
  position: relative;
  z-index: -1;
}
.get-started-sec .footer-cta-icons div {
  position: absolute;
  animation: float 4s infinite alternate ease-in-out;
}
.get-started-sec .footer-cta-icons div.icon1 {
  top: -117.52px;
  left: -103.22px;
  animation-duration: 5s;
}
@media only screen and (max-width: 768px) {
  .get-started-sec .footer-cta-icons div.icon1 {
    top: -111.71px;
    left: -102px;
  }
}
.get-started-sec .footer-cta-icons div.icon1 img {
  max-width: 292px;
}
@media only screen and (max-width: 768px) {
  .get-started-sec .footer-cta-icons div.icon1 img {
    max-width: 192px;
  }
}
.get-started-sec .footer-cta-icons div.icon2 {
  top: -228px;
  right: -11px;
  animation-duration: 7s;
}
@media only screen and (max-width: 768px) {
  .get-started-sec .footer-cta-icons div.icon2 {
    top: -161px;
    right: -24px;
  }
}
.get-started-sec .footer-cta-icons div.icon2 img {
  max-width: 133px;
}
@media only screen and (max-width: 768px) {
  .get-started-sec .footer-cta-icons div.icon2 img {
    max-width: 87.2px;
  }
}
.get-started-sec .footer-cta-icons div.icon3 {
  bottom: -274.5px;
  right: 19px;
  animation-duration: 6s;
}
@media only screen and (max-width: 768px) {
  .get-started-sec .footer-cta-icons div.icon3 {
    bottom: -342px;
    right: -37px;
  }
}
.get-started-sec .footer-cta-icons div.icon3 img {
  max-width: 241px;
}
@media only screen and (max-width: 768px) {
  .get-started-sec .footer-cta-icons div.icon3 img {
    max-width: 158px;
  }
}
.get-started-sec .footer-cta-icons div.icon4 {
  bottom: -380.52px;
  left: 52px;
  animation-duration: 8s;
}
@media only screen and (max-width: 768px) {
  .get-started-sec .footer-cta-icons div.icon4 {
    bottom: -377px;
    left: -37px;
  }
}
.get-started-sec .footer-cta-icons div.icon4 img {
  max-width: 224px;
}
@media only screen and (max-width: 768px) {
  .get-started-sec .footer-cta-icons div.icon4 img {
    max-width: 147px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-sec .logo-col .footer-logo {
    --awb-max-width: 150px !important;
  }
}
.footer-sec .phone-col .phone-link {
  margin-bottom: 22px;
}
@media only screen and (max-width: 768px) {
  .footer-sec .phone-col .phone-link {
    margin-bottom: 25px;
  }
}
.footer-sec .phone-col .phone-link:before {
  content: "\f879";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #fff;
  margin-right: 18px;
  font-size: 24px;
}
@media only screen and (max-width: 800px) {
  .footer-sec .phone-col .phone-link:before {
    margin-right: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-sec .phone-col .phone-link:before {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 768px) {
  .footer-sec .phone-col .phone-link a {
    font-size: 20px !important;
  }
}
.footer-sec .phone-col .fusion-button {
  min-width: 237px;
}
@media only screen and (max-width: 768px) {
  .footer-sec .phone-col .fusion-button {
    min-width: 269px;
  }
}
.footer-sec .menu-col .footer-menu li.awb-menu__sub-li {
  border: none;
  margin-bottom: 9.5px !important;
}
.footer-sec .menu-col .footer-menu li.awb-menu__sub-li:first-of-type {
  margin-top: 22px !important;
}
.footer-sec .menu-col .footer-menu li.awb-menu__sub-li:last-of-type {
  margin-bottom: 0 !important;
}
.footer-sec .menu-col .footer-menu li a {
  padding: 0 !important;
}
.footer-sec .menu-col .footer-menu li a.awb-menu__main-a {
  font-family: 'GilroyBold';
}
@media only screen and (max-width: 768px) {
  .footer-sec .menu-col .footer-menu li a.awb-menu__main-a {
    font-size: 20px !important;
  }
}
.footer-sec .menu-col .footer-menu button.awb-menu__open-nav-submenu_mobile.awb-menu__open-nav-submenu_click.awb-menu__open-nav-submenu_main:before {
  padding: 0 !important;
}
@media only screen and (max-width: 768px) {
  .footer-sec .menu-col.information-col {
    border-bottom: 0.5px solid #fff;
  }
}
.footer-sec .copyright-col .copyright-links {
  display: flex;
  gap: 0 20px;
}
@media only screen and (max-width: 768px) {
  .footer-sec .copyright-col .copyright-links.size-12, .footer-sec .copyright-col .copyright-links.size-12 * {
    font-size: 9px !important;
  }
}
.footer-sec .copyright-col .social-links .fusion-social-networks-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 28px;
  margin: 0 !important;
}
@media only screen and (max-width: 768px) {
  .footer-sec .copyright-col .social-links .fusion-social-networks-wrapper {
    justify-content: flex-start;
  }
}
.footer-sec .copyright-col .social-links .fusion-social-networks-wrapper .fusion-social-network-icon {
  margin: 0 !important;
}
.footer-sec .copyright-col .social-links .fusion-social-networks-wrapper .fusion-social-network-icon.fusion-Instagram img {
  max-width: 20px;
}
.footer-sec .copyright-col .social-links .fusion-social-networks-wrapper .fusion-social-network-icon.fusion-Youtube img {
  max-width: 25px;
}
.footer-sec .copyright-col .social-links .fusion-social-networks-wrapper .fusion-social-network-icon.fusion-Facebook img {
  max-width: 9px;
}
.page-id-1687 .featured-img, .page-id-1691 .featured-img {
  width: 100%;
  border-radius: 30px;
  height: 377px;
}
.page-id-1687 .featured-img img, .page-id-1691 .featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .latest-news-sec .fusion-button.black-outline-btn {
    min-width: 269px;
  }
}
.latest-news-sec .news-slider {
  width: 100%;
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .latest-news-sec .news-slider {
    margin-top: 26px;
    overflow: hidden;
  }
}
.latest-news-sec .news-slider .swiper-wrapper .news-box {
  background: #fff;
  border-radius: 30px;
  padding: 4.5px 0 29.5px;
  width: 100%;
  max-width: calc(33.33% - 10.67px);
}
@media only screen and (max-width: 1024px) {
  .latest-news-sec .news-slider .swiper-wrapper .news-box {
    max-width: calc(50% - 8px);
  }
}
@media only screen and (max-width: 768px) {
  .latest-news-sec .news-slider .swiper-wrapper .news-box {
    max-width: 100%;
  }
}
.latest-news-sec .news-slider .swiper-wrapper .news-box .image {
  margin: 0 4.61px;
}
.latest-news-sec .news-slider .swiper-wrapper .news-box .image img {
  height: 187.63px;
  object-fit: cover;
  border-radius: 27px !important;
}
.latest-news-sec .news-slider .swiper-wrapper .news-box .meta-data {
  margin: 15.5px 16px 0 14px;
}
.latest-news-sec .news-slider .swiper-wrapper .news-box .meta-data .date {
  margin-bottom: 11px;
}
.latest-news-sec .news-slider .swiper-wrapper .news-box .meta-data .title {
  margin-bottom: 29px;
  line-height: 25px;
}
.latest-news-sec .news-slider .swiper-wrapper .news-box .meta-data .button .fusion-button.btn-txt {
  min-height: 20px !important;
}
.latest-news-sec .news-slider .swiper-scrollbar {
  width: 100%;
  height: 9px;
  border-radius: 7px !important;
  background: #fff;
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .latest-news-sec .news-slider .swiper-scrollbar {
    margin-top: 48.74px;
  }
}
.latest-news-sec .news-slider .swiper-scrollbar .swiper-scrollbar-drag {
  height: 9px;
  background-color: #f7aef8;
  border-radius: 7px !important;
}
.video-embed-container {
  position: relative;
  overflow: hidden;
  border-radius: 1.875rem;
  background-color: #000;
}
.video-embed-container::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.video-embed-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-embed-container iframe {
  width: 100%;
}
.video-embed-container .video-embed::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.15;
  mix-blend-mode: multiply;
}
.video-embed-container .poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-embed-container .button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56.52px;
  height: 56.52px;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transform: translate(-50%, -50%);
  border: none;
  background-color: transparent;
}
@media (max-width: 768px) {
  .video-embed-container .button {
    width: 50px;
    height: 50px;
  }
}
.video-embed-container .play {
  fill: #f7ec59;
}
.video-embed-container:hover .play {
  opacity: 0.8;
}
.page-id-19 .fusion-faq-shortcode .fusion-accordian .panel-group .fusion-panel {
  pointer-events: none;
}
.page-id-19 .fusion-faq-shortcode .fusion-accordian .panel-group .fusion-panel i {
  display: none;
}
.fusion-faq-shortcode .fusion-accordian .panel-group .fusion-panel {
  border-radius: 20px;
  margin-bottom: 12px !important;
}
@media only screen and (max-width: 768px) {
  .fusion-faq-shortcode .fusion-accordian .panel-group .fusion-panel {
    margin-bottom: 14px !important;
  }
}
.fusion-faq-shortcode .fusion-accordian .panel-group .fusion-panel .panel-heading .panel-title a {
  padding: 26px 25px !important;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .fusion-faq-shortcode .fusion-accordian .panel-group .fusion-panel .panel-heading .panel-title a {
    padding: 14px !important;
  }
}
.fusion-faq-shortcode .fusion-accordian .panel-group .fusion-panel .panel-heading .panel-title a .fusion-toggle-heading {
  line-height: 1 !important;
}
.fusion-faq-shortcode .fusion-accordian .panel-group .fusion-panel .panel-heading .panel-title a .fusion-toggle-icon-wrapper .active-icon:before {
  content: url(/wp-content/uploads/2025/08/arrow-up.svg);
  height: 29px;
}
.fusion-faq-shortcode .fusion-accordian .panel-group .fusion-panel .panel-heading .panel-title a .fusion-toggle-icon-wrapper .inactive-icon:before {
  content: url(/wp-content/uploads/2025/08/arrow-down.svg);
  height: 29px;
}
.fusion-faq-shortcode .fusion-accordian .panel-group .fusion-panel .panel-heading h4, .fusion-faq-shortcode .fusion-accordian .panel-group .fusion-panel .panel-heading h4 * {
  line-height: 0 !important;
}
.fusion-faq-shortcode .fusion-accordian .panel-group .fusion-panel .panel-heading .fusion-toggle-heading {
  font-size: 26px !important;
  line-height: 22px !important;
  font-family: 'GilroySemiBold' !important;
  font-weight: normal !important;
}
@media only screen and (max-width: 768px) {
  .fusion-faq-shortcode .fusion-accordian .panel-group .fusion-panel .panel-heading .fusion-toggle-heading {
    font-size: 22px !important;
  }
}
.fusion-faq-shortcode .fusion-accordian .panel-group .fusion-panel .panel-body {
  padding: 0px 25px 26px !important;
}
@media only screen and (max-width: 768px) {
  .fusion-faq-shortcode .fusion-accordian .panel-group .fusion-panel .panel-body {
    padding: 0px 14px 14px !important;
    font-size: 16px !important;
  }
}
.fusion-faq-shortcode .fusion-accordian .panel-group .fusion-panel .panel-body p:last-of-type {
  margin-bottom: 0;
}
.fusion-faq-shortcode .fusion-accordian .panel-group .fusion-panel:last-child {
  margin-bottom: 0px !important;
}
.get-started-today .fusion-column-wrapper > div {
  z-index: 1;
}
.get-started-today .icon {
  position: absolute;
  animation: float 4s infinite alternate ease-in-out;
}
.get-started-today .icon.tl {
  width: 86px;
  top: -36px;
  left: 3%;
  animation-duration: 5s;
}
@media (max-width: 768px) {
  .get-started-today .icon.tl {
    width: 56px;
    top: -20px;
    left: 6%;
  }
}
.get-started-today .icon.tr {
  width: 136px;
  top: -19px;
  right: 39px;
  animation-duration: 7s;
}
@media (max-width: 768px) {
  .get-started-today .icon.tr {
    width: 84px;
    top: 20px;
    right: -4%;
  }
}
.get-started-today .icon.bl {
  width: 131px;
  bottom: -15px;
  left: 11%;
  animation-duration: 6s;
}
@media (max-width: 768px) {
  .get-started-today .icon.bl {
    width: 89px;
    bottom: -19px;
    left: 5%;
  }
}
.get-started-today .icon.br {
  width: 62px;
  right: 19%;
  bottom: 8px;
  animation-duration: 8s;
}
@media (max-width: 768px) {
  .get-started-today .icon.br {
    width: 44px;
    right: 6%;
    bottom: 11px;
  }
}
.list-boxes.fusion-content-boxes {
  --content-boxes-gutter: 24px;
  --link_color: var(--awb-body-color);
  display: flex;
  flex-wrap: wrap;
  margin: calc((var(--content-boxes-gutter) / 2) * -1);
}
.list-boxes.fusion-content-boxes::before, .list-boxes.fusion-content-boxes::after {
  content: none;
}
.list-boxes.fusion-content-boxes a {
  display: block;
}
.list-boxes.fusion-content-boxes .content-box-column {
  flex-basis: 100%;
  width: auto !important;
  max-width: 100%;
  margin-bottom: 0;
  padding: calc(var(--content-boxes-gutter) / 2);
}
.list-boxes.fusion-content-boxes .content-box-wrapper {
  margin-bottom: 0;
}
.list-boxes.fusion-content-boxes .heading {
  margin-bottom: 0;
}
.list-boxes.fusion-content-boxes .image {
  display: block !important;
  width: 38px;
  margin-right: 23px;
}
.list-boxes.fusion-content-boxes .image img {
  margin-bottom: 0;
  margin-right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.list-boxes.fusion-content-boxes .content-box-heading {
  --awb-hover-accent-color: var(--awb-title-color);
}
@media (max-width: 768px) {
  .list-boxes.fusion-content-boxes .content-box-heading {
    font-size: 20px;
  }
}
.list-boxes.fusion-content-boxes .content-container {
  margin-bottom: 0;
}
.list-boxes.fusion-content-boxes .fusion-read-more {
  --awb-hover-accent-color: var(--awb-body-color);
}
.list-boxes.fusion-content-boxes .fusion-read-more::after {
  content: none;
}
.list-boxes.fusion-content-boxes .fusion-clearfix {
  display: none;
}
.why-breeze.fusion-fullwidth p {
  margin-bottom: 28px;
}
.why-breeze.fusion-fullwidth p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .why-breeze.fusion-fullwidth .title {
    max-width: 330px;
  }
}
.why-breeze.fusion-fullwidth .video-embed-container::before {
  padding-top: 61.7537313433%;
}
@media (max-width: 768px) {
  .why-breeze.fusion-fullwidth .video-embed-container::before {
    padding-top: 61.8727810651%;
  }
}
.why-breeze.fusion-fullwidth .list-boxes.fusion-content-boxes .content-box-heading {
  padding-left: 58px !important;
  font-family: 'GilroySemiBold' !important;
}
.why-breeze.fusion-fullwidth .list-boxes.fusion-content-boxes .content-container {
  padding-left: 58px;
}
.review-sec .wp-gr {
  padding-bottom: 0px !important;
}
.review-sec .wp-gr .rpi-dots-wrap, .review-sec .wp-gr .grw-btns {
  display: none !important;
}
.review-sec .wp-gr .grw-reviews {
  gap: 37px 16px !important;
}
@media only screen and (max-width: 768px) {
  .review-sec .wp-gr .grw-reviews {
    align-items: normal;
  }
}
.review-sec .wp-gr .grw-review {
  padding: 0 !important;
}
.review-sec .wp-gr .grw-review .grw-review-inner.grw-backgnd {
  background: #f4f4f4 !important;
  padding: 26px 30px 47px 25px !important;
  border-radius: 50px !important;
  gap: 42px 0;
}
@media only screen and (max-width: 768px) {
  .review-sec .wp-gr .grw-review .grw-review-inner.grw-backgnd {
    padding: 18px 15px 47px !important;
    border-radius: 40px !important;
    gap: 40px 0;
    min-height: auto !important;
  }
}
.review-sec .wp-gr .grw-review .grw-review-inner .wp-google-feedback {
  height: auto !important;
  margin-bottom: 23px !important;
}
.review-sec .wp-gr .grw-review .grw-review-inner .wp-google-feedback .wp-google-text {
  font-size: 22px !important;
  font-family: 'GilroyRegular' !important;
  line-height: 28px !important;
  color: #000 !important;
}
@media only screen and (max-width: 768px) {
  .review-sec .wp-gr .grw-review .grw-review-inner .wp-google-feedback .wp-google-text {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}
.review-sec .wp-gr .grw-review .grw-review-inner .wp-google-name {
  padding: 0;
  margin: 0;
  font-size: 22px !important;
  font-family: 'GilroyRegular' !important;
  line-height: 28px !important;
  color: #000 !important;
  font-weight: normal !important;
  text-transform: capitalize !important;
}
@media only screen and (max-width: 768px) {
  .review-sec .wp-gr .grw-review .grw-review-inner .wp-google-name {
    font-size: 18px !important;
  }
}
.review-sec .wp-gr .grw-review .grw-review-inner .wp-google-left img {
  width: 74px !important;
  height: 74px !important;
}
.review-sec .wp-gr .grw-review .grw-review-inner > svg, .review-sec .wp-gr .grw-review .grw-review-inner .wp-google-time, .review-sec .wp-gr .grw-review .grw-review-inner .wp-google-stars {
  display: none !important;
}
.review-sec .wp-gr .grw-review:nth-child(even) {
  margin-top: 51px !important;
}
@media only screen and (max-width: 768px) {
  .review-sec .wp-gr .grw-review:nth-child(even) {
    margin-top: 0px !important;
  }
}
.review-sec .wp-gr .grw-review:nth-child(odd) {
  margin-bottom: 51px !important;
}
@media only screen and (max-width: 768px) {
  .review-sec .wp-gr .grw-review:nth-child(odd) {
    margin-bottom: 0px !important;
  }
}
.review-sec .nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 34px;
}
.review-sec .nav-wrap .grw-prev-wrap, .review-sec .nav-wrap .grw-next-wrap {
  width: 46px;
  height: 21px;
  background-image: url(/wp-content/uploads/2025/08/arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.review-sec .nav-wrap .grw-prev-wrap {
  transform: scaleX(-1);
}
.review-sec .nav-wrap .rpi-counter {
  text-align: center;
  font-size: 18px;
  font-family: 'GilroySemiBold' !important;
}
.images-slides-from-right {
  display: flex;
  align-items: flex-end;
  margin-left: -8px;
  margin-right: -8px;
  transition: transform 200ms linear;
}
@media (max-width: 1200px) {
  .images-slides-from-right {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
    overflow-x: scroll;
    transform: none !important;
  }
}
@media (max-width: 1024px) {
  .images-slides-from-right {
    margin-left: -2.3125rem;
    margin-right: -2.3125rem;
  }
}
.images-slides-from-right .image-item {
  padding: 8px 8px;
  height: auto;
  display: flex;
  flex-shrink: 0;
}
.images-slides-from-right .image-item:first-of-type {
  width: 135px;
}
@media only screen and (max-width: 768px) {
  .images-slides-from-right .image-item:first-of-type {
    width: 75px;
  }
}
.images-slides-from-right .image-item:nth-of-type(2) {
  width: 199px;
}
@media only screen and (max-width: 768px) {
  .images-slides-from-right .image-item:nth-of-type(2) {
    width: 107px;
  }
}
.images-slides-from-right .image-item:nth-of-type(3) {
  width: 271px;
}
@media only screen and (max-width: 768px) {
  .images-slides-from-right .image-item:nth-of-type(3) {
    width: 146px;
  }
}
.images-slides-from-right .image-item:nth-of-type(4) {
  width: 397px;
}
@media only screen and (max-width: 768px) {
  .images-slides-from-right .image-item:nth-of-type(4) {
    width: 215px;
  }
}
.images-slides-from-right .image-item:nth-of-type(5) {
  width: 622px;
}
@media only screen and (max-width: 768px) {
  .images-slides-from-right .image-item:nth-of-type(5) {
    width: 336px;
  }
}
.images-slides-from-right .image-item img {
  width: 100%;
  object-fit: cover;
}
#imageSlider {
  padding-left: 7.3%;
}
@media (min-width: 1871px) {
  #imageSlider {
    padding-left: calc((100% - 1640px) / 2);
  }
}
#imageSlider > .wp-block-column {
  overflow: hidden;
}
/* Add padding to continue arrow on first unit selection */
#rapidstor-v2-frontend #continue_button svg {
  padding-left: 5px;
}
/* hide area on first unit cards */
#rapidstor-v2-frontend ._desktop_header_b88ni_416 ._left_b88ni_420 > span {
  display: none !important;
}
#rapidstor-v2-frontend ._left_1wn08_553 {
  display: none !important;
}
/* remove a bunch of underlines */
#rapidstor-v2-frontend ._underline_5xsqq_644 {
  border: none !important;
}
#rapidstor-v2-frontend._card_body_1wn08_402 ._underline_1wn08_681 {
  border-bottom: none !important;
}
#rapidstor-v2-frontend .underline {
  border-bottom: none !important;
}
@keyframes float {
  0% {
    transform: translateY(0px) translateX(var(--float-x, 0)) rotate(var(--float-rotate, 0deg));
  }
  50% {
    transform: translateY(-30px) translateX(var(--float-x, 0)) rotate(var(--float-rotate, 0deg));
  }
  100% {
    transform: translateY(0px) translateX(var(--float-x, 0)) rotate(var(--float-rotate, 0deg));
  }
}
.home-banner-icons {
  position: relative;
  z-index: -1;
  height: 100%;
  display: block;
}
.home-banner-icons > div {
  position: absolute;
  animation: float 4s infinite alternate ease-in-out;
}
.home-banner-icons > div.icon1 {
  animation-duration: 5s;
  top: -37px;
  left: -131px;
}
@media only screen and (max-width: 768px) {
  .home-banner-icons > div.icon1 {
    top: -48px;
    left: -75px;
    width: 119px;
  }
}
.home-banner-icons > div.icon2 {
  top: -67px;
  right: -23px;
  animation-duration: 7s;
}
@media only screen and (max-width: 768px) {
  .home-banner-icons > div.icon2 {
    top: -93px;
    right: -37px;
    width: 157px;
  }
}
.home-banner-icons > div.icon3 {
  top: 208px;
  animation-duration: 6s;
}
@media only screen and (max-width: 768px) {
  .home-banner-icons > div.icon3 {
    top: 137px;
    width: 89px;
  }
}
.home-banner-icons > div.icon4 {
  top: 106px;
  right: -67px;
  animation-duration: 8s;
}
@media only screen and (max-width: 768px) {
  .home-banner-icons > div.icon4 {
    top: 52px;
    right: -78px;
    width: 148px;
  }
}
.self-storage-icons {
  position: relative;
  z-index: -1;
  height: 100%;
  display: block;
}
.self-storage-icons > div {
  position: absolute;
}
.self-storage-icons > div.icon1 {
  top: -38px;
  right: -131px;
}
@media only screen and (max-width: 768px) {
  .self-storage-icons > div.icon1 {
    top: -80px;
    right: -22px;
    width: 155px;
  }
}
.self-storage-icons > div.icon1 img {
  height: 188px;
}
.self-storage-icons > div.icon2 {
  top: 35px;
  right: -148px;
}
@media only screen and (max-width: 768px) {
  .self-storage-icons > div.icon2 {
    top: -38px;
    right: -37px;
    width: 106px;
  }
}
.self-storage-icons > div.icon2 img {
  height: 165px;
}
@media (max-width: 1170px) {
  .self-storage-sec {
    --awb-padding-bottom: 240px !important;
  }
}
.self-storage-boxes .fusion-builder-row-inner {
  gap: 16px;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .self-storage-boxes .fusion-builder-row-inner {
    gap: 0px;
  }
}
.self-storage-boxes .self-storage-box {
  max-width: 352px !important;
  width: 100%;
  position: relative;
  transition: transform 0.1s linear;
  will-change: transform;
  margin-top: 0 !important;
}
@media only screen and (max-width: 768px) {
  .self-storage-boxes .self-storage-box {
    margin-top: var(--awb-margin-top-small) !important;
  }
}
.self-storage-boxes .self-storage-box > .fusion-column-wrapper {
  padding-top: 219px;
}
.self-storage-boxes .self-storage-box > .fusion-column-wrapper .fusion-image-element {
  position: absolute;
  top: 0;
  left: 0;
}
.self-storage-boxes .self-storage-box .h4, .self-storage-boxes .self-storage-box .h4 * {
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .self-storage-boxes .self-storage-box .h4, .self-storage-boxes .self-storage-box .h4 * {
    font-size: 2.5rem !important;
  }
}
.self-storage-boxes.animate-scroll-sec .self-storage-box {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 1162px) {
  .self-storage-boxes.animate-scroll-sec .self-storage-box {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.self-storage-boxes.animate-scroll-sec .self-storage-box.visible {
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (max-width: 1162px) {
  .self-storage-boxes.animate-scroll-sec .self-storage-box.visible {
    transition: none;
  }
}
.size-matters-sec .content-col {
  height: 100%;
}
.size-matters-sec .content-col > .fusion-column-wrapper {
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .size-matters-sec .content-col > .fusion-column-wrapper {
    height: fit-content;
  }
}
.steps-list .panel-group .fusion-panel {
  border: 0 !important;
  border-radius: 0 0 50px 50px;
  padding-top: 50px;
  margin-top: -50px;
  position: relative;
  margin-bottom: 0 !important;
  /*
   &:nth-child(2) {
   background: #FBC9FB !important;    
   z-index: 3; 
   .panel-heading .panel-title a {
   padding: 31px 38px 33px;
   @media only screen and (max-width:$break-sm-medium) {
   padding: 28px 19px 27px;
   }
   .fusion-toggle-icon-wrapper:before {
   content: '';
   position: absolute;
   top: -10px;
   right: 16px;
   width: 130px;
   height: 130px;                                
   background-image: url(/wp-content/uploads/2025/09/tape-measure-icon.png);
   //background-image: url(/wp-content/uploads/2025/08/step2-icon.png);
   //background-size: contain;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   transition: all 0.3s ease-in-out;
   @media only screen and (max-width:$break-sm-medium) {
   right: 4px;
   width: 117px;
   height: 117px;
   }
   }                                                                           
   &.active {
   .fusion-toggle-icon-wrapper:before {   
   scale: 1.5; 
   }
   }
   }
   }            
   */
}
@media only screen and (max-width: 768px) {
  .steps-list .panel-group .fusion-panel {
    border-radius: 0 0 40px 40px;
  }
}
.steps-list .panel-group .fusion-panel .panel-heading .panel-title a .fusion-toggle-icon-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.steps-list .panel-group .fusion-panel:first-child {
  background: #f7aef8 !important;
  border-radius: 50px;
  padding-top: 0px;
  margin-top: 0px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .steps-list .panel-group .fusion-panel:first-child {
    border-radius: 40px;
  }
}
.steps-list .panel-group .fusion-panel:first-child .panel-heading .panel-title a {
  /*
   &.active {
   .fusion-toggle-icon-wrapper:before {                                    
   bottom: 13px;
   right: 12px;
   width: 123px;
   height: 123px;
   }
   }
   */
}
.steps-list .panel-group .fusion-panel:first-child .panel-heading .panel-title a .fusion-toggle-icon-wrapper:before {
  right: 35px;
  width: 80px;
  height: 80px;
  background-image: url(/wp-content/uploads/2025/09/marker-icon.png);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .steps-list .panel-group .fusion-panel:first-child .panel-heading .panel-title a .fusion-toggle-icon-wrapper:before {
    bottom: 15px;
    right: 15px;
    width: 70px;
    height: 70px;
  }
}
.steps-list .panel-group .fusion-panel:first-child .panel-heading .panel-title a.active .fusion-toggle-icon-wrapper:before {
  scale: 1.5;
  bottom: 35px;
}
.steps-list .panel-group .fusion-panel:nth-child(2) {
  background: #fcd5fc !important;
  z-index: 2;
}
.steps-list .panel-group .fusion-panel:nth-child(2) .panel-heading .panel-title a {
  padding: 36px 38px 33px;
}
@media only screen and (max-width: 768px) {
  .steps-list .panel-group .fusion-panel:nth-child(2) .panel-heading .panel-title a {
    padding: 28px 19px 29px;
  }
}
.steps-list .panel-group .fusion-panel:nth-child(2) .panel-heading .panel-title a .fusion-toggle-icon-wrapper:before {
  right: 27px;
  width: 85px;
  height: 85px;
  transition: all 0.3s ease-in-out;
  background-image: url(/wp-content/uploads/2025/09/pen-icon.png);
}
@media only screen and (max-width: 768px) {
  .steps-list .panel-group .fusion-panel:nth-child(2) .panel-heading .panel-title a .fusion-toggle-icon-wrapper:before {
    top: 5px;
    right: 18px;
    width: 82px;
    height: 82px;
  }
}
.steps-list .panel-group .fusion-panel:nth-child(2) .panel-heading .panel-title a.active .fusion-toggle-icon-wrapper:before {
  scale: 1.5;
}
.steps-list .panel-group .fusion-panel:last-child {
  background: #fde6fd !important;
  z-index: 1;
}
.steps-list .panel-group .fusion-panel:last-child .panel-heading .panel-title a {
  padding: 35px 38px 33px;
}
@media only screen and (max-width: 768px) {
  .steps-list .panel-group .fusion-panel:last-child .panel-heading .panel-title a {
    padding: 25px 19px 29px;
  }
}
.steps-list .panel-group .fusion-panel:last-child .panel-heading .panel-title a .fusion-toggle-icon-wrapper:before {
  right: 41px;
  width: 52px;
  height: 70px;
  background-image: url(/wp-content/uploads/2025/09/phone-icon.png);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .steps-list .panel-group .fusion-panel:last-child .panel-heading .panel-title a .fusion-toggle-icon-wrapper:before {
    top: 10px;
    right: 20px;
  }
}
.steps-list .panel-group .fusion-panel:last-child .panel-heading .panel-title a.active .fusion-toggle-icon-wrapper:before {
  scale: 1.5;
}
.steps-list .panel-group .fusion-panel .panel-heading .panel-title a {
  padding: 21px 38px;
  border-bottom: 1px solid transparent;
}
@media only screen and (max-width: 768px) {
  .steps-list .panel-group .fusion-panel .panel-heading .panel-title a {
    padding: 28px 19px;
  }
}
.steps-list .panel-group .fusion-panel .panel-heading .panel-title a.active {
  border-bottom: 1px solid #fff;
}
.steps-list .panel-group .fusion-panel .panel-heading .panel-title a .fusion-toggle-icon-wrapper i {
  display: none;
}
.steps-list .panel-group .fusion-panel .panel-heading .panel-title a .fusion-toggle-heading {
  line-height: 1 !important;
}
.steps-list .panel-group .fusion-panel .panel-body {
  padding: 31px 38px 55px;
}
@media only screen and (max-width: 768px) {
  .steps-list .panel-group .fusion-panel .panel-body {
    padding: 22px 19px 55px;
  }
}
.steps-list .panel-group .fusion-panel .panel-body h4 {
  margin-bottom: 51px;
}
@media only screen and (max-width: 768px) {
  .steps-list .panel-group .fusion-panel .panel-body h4 {
    margin-bottom: 27px;
  }
}
@media only screen and (max-width: 768px) {
  .steps-list .panel-group .fusion-panel .panel-body p {
    font-size: 16px !important;
  }
}
.steps-list .panel-group .fusion-panel .panel-body p:last-of-type {
  margin-bottom: 0;
}
.steps-list .panel-group .fusion-panel .panel-body p:has(+ a) {
  margin-bottom: 20px !important;
}
.page-id-170 .page-title-sec .banner-icons, .category .page-title-sec .banner-icons {
  position: relative;
}
.page-id-170 .page-title-sec .banner-icons div, .category .page-title-sec .banner-icons div {
  position: absolute;
  animation: float 4s infinite alternate ease-in-out;
}
.page-id-170 .page-title-sec .banner-icons div.icon1, .category .page-title-sec .banner-icons div.icon1 {
  z-index: -1;
  top: -101px;
  left: -110px;
  animation-duration: 5s;
}
@media only screen and (max-width: 768px) {
  .page-id-170 .page-title-sec .banner-icons div.icon1, .category .page-title-sec .banner-icons div.icon1 {
    top: -92px;
    left: -65px;
  }
}
.page-id-170 .page-title-sec .banner-icons div.icon1 img, .category .page-title-sec .banner-icons div.icon1 img {
  max-width: 227px;
}
@media only screen and (max-width: 768px) {
  .page-id-170 .page-title-sec .banner-icons div.icon1 img, .category .page-title-sec .banner-icons div.icon1 img {
    max-width: 168px;
  }
}
.page-id-170 .page-title-sec .banner-icons div.icon2, .category .page-title-sec .banner-icons div.icon2 {
  top: -125px;
  right: -128px;
  animation-duration: 7s;
}
@media only screen and (max-width: 768px) {
  .page-id-170 .page-title-sec .banner-icons div.icon2, .category .page-title-sec .banner-icons div.icon2 {
    top: -85px;
    right: -75px;
  }
}
.page-id-170 .page-title-sec .banner-icons div.icon2 img, .category .page-title-sec .banner-icons div.icon2 img {
  max-width: 160px;
  transform: matrix(0.98, -0.21, 0.21, 0.98, 0, 0);
}
@media only screen and (max-width: 768px) {
  .page-id-170 .page-title-sec .banner-icons div.icon2 img, .category .page-title-sec .banner-icons div.icon2 img {
    max-width: 122px;
  }
}
.page-id-170 .page-title-sec .banner-icons div.icon3, .category .page-title-sec .banner-icons div.icon3 {
  bottom: -208px;
  right: -34px;
  animation-duration: 8s;
}
@media only screen and (max-width: 768px) {
  .page-id-170 .page-title-sec .banner-icons div.icon3, .category .page-title-sec .banner-icons div.icon3 {
    bottom: -150px;
    right: -13px;
  }
}
.page-id-170 .page-title-sec .banner-icons div.icon3 img, .category .page-title-sec .banner-icons div.icon3 img {
  max-width: 89px;
  transform: matrix(0.98, 0.19, -0.19, 0.98, 0, 0);
}
@media only screen and (max-width: 768px) {
  .page-id-170 .page-title-sec .banner-icons div.icon3 img, .category .page-title-sec .banner-icons div.icon3 img {
    max-width: 57px;
  }
}
.page-id-170 .page-title-sec .banner-icons div.icon4, .category .page-title-sec .banner-icons div.icon4 {
  bottom: -190px;
  left: -65px;
  animation-duration: 6s;
}
@media only screen and (max-width: 768px) {
  .page-id-170 .page-title-sec .banner-icons div.icon4, .category .page-title-sec .banner-icons div.icon4 {
    bottom: -145px;
    left: -54px;
  }
}
.page-id-170 .page-title-sec .banner-icons div.icon4 img, .category .page-title-sec .banner-icons div.icon4 img {
  max-width: 73px;
}
@media only screen and (max-width: 768px) {
  .page-id-170 .page-title-sec .banner-icons div.icon4 img, .category .page-title-sec .banner-icons div.icon4 img {
    max-width: 59px;
  }
}
@media only screen and (max-width: 768px) {
  .page-id-170 .page-title-sec .fusion-button, .category .page-title-sec .fusion-button {
    min-width: 269px;
  }
}
.page-id-170 .blog-sec .imgh-187 img, .category .blog-sec .imgh-187 img {
  height: 187.63px;
  object-fit: cover;
  border-radius: 27px !important;
}
.blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6, .blog-content table {
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 768px) {
  .blog-content li, .blog-content table {
    font-size: 16px !important;
  }
}
.blog-content .fusion-content-tb .fusion-fullwidth {
  padding: 0 !important;
}
.blog-content .fusion-content-tb .fusion-fullwidth > .fusion-column-wrapper {
  margin: 0 !important;
}
/* Single Post */
.single-post p {
  margin-top: 0px !important;
}
.single-post p:last-of-type {
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 768px) {
  .single-post p {
    font-size: 16px !important;
  }
}
.single-post .featured-img {
  width: 100%;
  border-radius: 30px;
}
.page-id-17 .page-title-sec .about-banner-icons, .page-id-1679 .page-title-sec .about-banner-icons, .page-id-1678 .page-title-sec .about-banner-icons {
  position: relative;
}
.page-id-17 .page-title-sec .about-banner-icons div, .page-id-1679 .page-title-sec .about-banner-icons div, .page-id-1678 .page-title-sec .about-banner-icons div {
  position: absolute;
  animation: float 4s infinite alternate ease-in-out;
}
.page-id-17 .page-title-sec .about-banner-icons div.icon1, .page-id-1679 .page-title-sec .about-banner-icons div.icon1, .page-id-1678 .page-title-sec .about-banner-icons div.icon1 {
  z-index: -1;
  top: -101px;
  left: -110px;
  animation-duration: 5s;
}
@media only screen and (max-width: 768px) {
  .page-id-17 .page-title-sec .about-banner-icons div.icon1, .page-id-1679 .page-title-sec .about-banner-icons div.icon1, .page-id-1678 .page-title-sec .about-banner-icons div.icon1 {
    top: -92px;
    left: -65px;
  }
}
.page-id-17 .page-title-sec .about-banner-icons div.icon1 img, .page-id-1679 .page-title-sec .about-banner-icons div.icon1 img, .page-id-1678 .page-title-sec .about-banner-icons div.icon1 img {
  max-width: 227px;
}
@media only screen and (max-width: 768px) {
  .page-id-17 .page-title-sec .about-banner-icons div.icon1 img, .page-id-1679 .page-title-sec .about-banner-icons div.icon1 img, .page-id-1678 .page-title-sec .about-banner-icons div.icon1 img {
    max-width: 168px;
  }
}
.page-id-17 .page-title-sec .about-banner-icons div.icon2, .page-id-1679 .page-title-sec .about-banner-icons div.icon2, .page-id-1678 .page-title-sec .about-banner-icons div.icon2 {
  top: -125px;
  right: -128px;
  animation-duration: 7s;
}
@media only screen and (max-width: 768px) {
  .page-id-17 .page-title-sec .about-banner-icons div.icon2, .page-id-1679 .page-title-sec .about-banner-icons div.icon2, .page-id-1678 .page-title-sec .about-banner-icons div.icon2 {
    top: -85px;
    right: -75px;
  }
}
.page-id-17 .page-title-sec .about-banner-icons div.icon2 img, .page-id-1679 .page-title-sec .about-banner-icons div.icon2 img, .page-id-1678 .page-title-sec .about-banner-icons div.icon2 img {
  max-width: 160px;
  transform: matrix(0.98, -0.21, 0.21, 0.98, 0, 0);
}
@media only screen and (max-width: 768px) {
  .page-id-17 .page-title-sec .about-banner-icons div.icon2 img, .page-id-1679 .page-title-sec .about-banner-icons div.icon2 img, .page-id-1678 .page-title-sec .about-banner-icons div.icon2 img {
    max-width: 122px;
  }
}
.page-id-17 .page-title-sec .about-banner-icons div.icon3, .page-id-1679 .page-title-sec .about-banner-icons div.icon3, .page-id-1678 .page-title-sec .about-banner-icons div.icon3 {
  bottom: -208px;
  right: -34px;
  animation-duration: 6s;
}
@media only screen and (max-width: 768px) {
  .page-id-17 .page-title-sec .about-banner-icons div.icon3, .page-id-1679 .page-title-sec .about-banner-icons div.icon3, .page-id-1678 .page-title-sec .about-banner-icons div.icon3 {
    bottom: -150px;
    right: -13px;
  }
}
.page-id-17 .page-title-sec .about-banner-icons div.icon3 img, .page-id-1679 .page-title-sec .about-banner-icons div.icon3 img, .page-id-1678 .page-title-sec .about-banner-icons div.icon3 img {
  max-width: 89px;
  transform: matrix(0.98, 0.19, -0.19, 0.98, 0, 0);
}
@media only screen and (max-width: 768px) {
  .page-id-17 .page-title-sec .about-banner-icons div.icon3 img, .page-id-1679 .page-title-sec .about-banner-icons div.icon3 img, .page-id-1678 .page-title-sec .about-banner-icons div.icon3 img {
    max-width: 57px;
  }
}
.page-id-17 .page-title-sec .about-banner-icons div.icon4, .page-id-1679 .page-title-sec .about-banner-icons div.icon4, .page-id-1678 .page-title-sec .about-banner-icons div.icon4 {
  bottom: -190px;
  left: -65px;
  animation-duration: 8s;
}
@media only screen and (max-width: 768px) {
  .page-id-17 .page-title-sec .about-banner-icons div.icon4, .page-id-1679 .page-title-sec .about-banner-icons div.icon4, .page-id-1678 .page-title-sec .about-banner-icons div.icon4 {
    bottom: -145px;
    left: -54px;
  }
}
.page-id-17 .page-title-sec .about-banner-icons div.icon4 img, .page-id-1679 .page-title-sec .about-banner-icons div.icon4 img, .page-id-1678 .page-title-sec .about-banner-icons div.icon4 img {
  max-width: 73px;
}
@media only screen and (max-width: 768px) {
  .page-id-17 .page-title-sec .about-banner-icons div.icon4 img, .page-id-1679 .page-title-sec .about-banner-icons div.icon4 img, .page-id-1678 .page-title-sec .about-banner-icons div.icon4 img {
    max-width: 59px;
  }
}
@media only screen and (max-width: 768px) {
  .page-id-17 .page-title-sec .fusion-button, .page-id-1679 .page-title-sec .fusion-button, .page-id-1678 .page-title-sec .fusion-button {
    min-width: 269px;
  }
}
.page-id-17 .about-sec .video-embed-container .play, .page-id-1679 .about-sec .video-embed-container .play, .page-id-1678 .about-sec .video-embed-container .play {
  fill: #f7aef8;
}
.page-id-17 .about-sec .wp-gr, .page-id-1679 .about-sec .wp-gr, .page-id-1678 .about-sec .wp-gr {
  padding: 0 !important;
  margin-top: 17px !important;
}
@media only screen and (max-width: 768px) {
  .page-id-17 .about-sec .wp-gr, .page-id-1679 .about-sec .wp-gr, .page-id-1678 .about-sec .wp-gr {
    margin-top: 23px !important;
  }
}
.page-id-17 .about-sec .wp-gr.wpac .wp-google-name a, .page-id-1679 .about-sec .wp-gr.wpac .wp-google-name a, .page-id-1678 .about-sec .wp-gr.wpac .wp-google-name a {
  color: #000 !important;
}
.page-id-17 .about-sec .wp-gr .wp-google-based, .page-id-1679 .about-sec .wp-gr .wp-google-based, .page-id-1678 .about-sec .wp-gr .wp-google-based, .page-id-17 .about-sec .wp-gr .wp-google-powered, .page-id-1679 .about-sec .wp-gr .wp-google-powered, .page-id-1678 .about-sec .wp-gr .wp-google-powered {
  color: #000 !important;
}
.page-id-17 .about-sec .wp-gr .grw-header-inner, .page-id-1679 .about-sec .wp-gr .grw-header-inner, .page-id-1678 .about-sec .wp-gr .grw-header-inner {
  padding: 0 !important;
}
@media only screen and (max-width: 768px) {
  .page-id-17 .about-sec .wp-gr .wp-place-center, .page-id-1679 .about-sec .wp-gr .wp-place-center, .page-id-1678 .about-sec .wp-gr .wp-place-center {
    text-align: left !important;
  }
}
@media only screen and (max-width: 768px) {
  .page-id-17 .about-sec .wp-gr .wp-google-right, .page-id-1679 .about-sec .wp-gr .wp-google-right, .page-id-1678 .about-sec .wp-gr .wp-google-right {
    text-align: center !important;
  }
}
.page-id-17 .features-sec, .page-id-1679 .features-sec, .page-id-1678 .features-sec {
  /*
   .list-boxes.fusion-content-boxes {
   .content-box-column {
   .heading {
   overflow: visible;
   .image { 
   //width: 80px;
   text-align: center;
   margin-right: 0 !important;
   img {
   margin: 0 !important;
   }
   } 
   .content-box-heading {                            
   @media only screen and (max-width:$break-sm-medium) {
   font-size: 20px !important;
   }
   }
   }
   }
   }   
   */
}
.page-id-17 .features-sec .image, .page-id-1679 .features-sec .image, .page-id-1678 .features-sec .image {
  height: 38px;
}
.page-id-17 .box-shop-sec, .page-id-1679 .box-shop-sec, .page-id-1678 .box-shop-sec {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page-id-17 .box-shop-sec .fusion-button, .page-id-1679 .box-shop-sec .fusion-button, .page-id-1678 .box-shop-sec .fusion-button {
    min-width: 269px;
  }
}
.page-id-17 .box-shop-sec > .fusion-row:after, .page-id-1679 .box-shop-sec > .fusion-row:after, .page-id-1678 .box-shop-sec > .fusion-row:after {
  content: '';
  width: 746px;
  height: 638px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: -70px;
  background-image: url(/wp-content/uploads/2025/08/box-shop-img-full.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .page-id-17 .box-shop-sec > .fusion-row:after, .page-id-1679 .box-shop-sec > .fusion-row:after, .page-id-1678 .box-shop-sec > .fusion-row:after {
    right: -155px;
  }
}
@media only screen and (max-width: 768px) {
  .page-id-17 .box-shop-sec > .fusion-row:after, .page-id-1679 .box-shop-sec > .fusion-row:after, .page-id-1678 .box-shop-sec > .fusion-row:after {
    display: none;
  }
}
.page-id-17 .self-storage-sec, .page-id-1679 .self-storage-sec, .page-id-1678 .self-storage-sec {
  padding-top: 136px;
  padding-bottom: 136px;
}
@media only screen and (max-width: 768px) {
  .page-id-17 .self-storage-sec, .page-id-1679 .self-storage-sec, .page-id-1678 .self-storage-sec {
    padding-top: 92px;
    padding-bottom: 108px;
  }
}
.page-id-17 .review-sec, .page-id-1679 .review-sec, .page-id-1678 .review-sec {
  padding-top: 135px;
  padding-bottom: 127px;
}
@media only screen and (max-width: 768px) {
  .page-id-17 .review-sec, .page-id-1679 .review-sec, .page-id-1678 .review-sec {
    padding-top: 85px;
    padding-bottom: 77px;
  }
}
.our-people-slider {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .our-people-slider {
    overflow: hidden;
  }
}
.our-people-slider .swiper-wrapper .people-box {
  border-radius: 30px;
  width: 100%;
  max-width: 260px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .our-people-slider .swiper-wrapper .people-box {
    max-width: 338px;
  }
}
.our-people-slider .swiper-wrapper .people-box .image img {
  width: 100%;
  object-fit: 100%;
}
.our-people-slider .swiper-wrapper .people-box .team-data {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  padding: 18.41px;
  background: linear-gradient(180deg, transparent 70%, #070707 100%);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
}
.our-people-slider .swiper-scrollbar {
  width: 100%;
  height: 9px;
  border-radius: 7px !important;
  background: #e5e3f8;
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .our-people-slider .swiper-scrollbar {
    margin-top: 48.74px;
  }
}
.our-people-slider .swiper-scrollbar .swiper-scrollbar-drag {
  height: 9px;
  background-color: #f7aef8;
  border-radius: 7px !important;
}
.storage-types-boxes {
  font-size: 20px;
  line-height: 1;
}
.storage-types-boxes .fusion-builder-row-inner {
  gap: 16px;
}
@media (max-width: 768px) {
  .storage-types-boxes .fusion-builder-row-inner {
    gap: 26.58px;
  }
}
.storage-types-boxes .fusion-imageframe {
  position: absolute;
  left: 50%;
}
.storage-types-boxes .fusion-layout-column {
  max-width: 100%;
}
@media (max-width: 480px) {
  .storage-types-boxes .fusion-layout-column {
    --awb-padding-right-small: 5px;
    --awb-padding-left-small: 5px;
  }
}
.storage-types-boxes .fusion-layout-column:nth-child(1) .img-1 {
  width: 62px;
  top: 101px;
  transform: translateX(-116%);
  z-index: 2;
}
@media (max-width: 768px) {
  .storage-types-boxes .fusion-layout-column:nth-child(1) .img-1 {
    width: 89px;
    transform: translateX(-128%);
    top: 90px;
  }
}
.storage-types-boxes .fusion-layout-column:nth-child(1) .img-2 {
  width: 92px;
  top: 92px;
  transform: translateX(-55%);
}
@media (max-width: 768px) {
  .storage-types-boxes .fusion-layout-column:nth-child(1) .img-2 {
    width: 130px;
    transform: translateX(-62%);
    top: 76px;
  }
}
.storage-types-boxes .fusion-layout-column:nth-child(1) .img-3 {
  width: 118px;
  top: 30px;
  transform: translateX(-14%);
}
@media (max-width: 768px) {
  .storage-types-boxes .fusion-layout-column:nth-child(1) .img-3 {
    width: 167px;
    transform: translateX(-18%);
    top: -10px;
  }
}
.storage-types-boxes .fusion-layout-column:nth-child(2) .img-1 {
  width: 177px;
  top: 32px;
  transform: translateX(-60%);
}
@media (max-width: 768px) {
  .storage-types-boxes .fusion-layout-column:nth-child(2) .img-1 {
    width: 214px;
    transform: translateX(-58%);
    top: 16px;
  }
}
.storage-types-boxes .fusion-layout-column:nth-child(2) .img-2 {
  width: 68px;
  top: 76px;
  transform: translateX(52%);
}
@media (max-width: 768px) {
  .storage-types-boxes .fusion-layout-column:nth-child(2) .img-2 {
    width: 82px;
    transform: translateX(54%);
    top: 72px;
  }
}
.storage-types-boxes .fusion-layout-column:nth-child(3) .img-1 {
  width: 187px;
  top: 94px;
  transform: translateX(-59%);
  z-index: 2;
}
@media (max-width: 768px) {
  .storage-types-boxes .fusion-layout-column:nth-child(3) .img-1 {
    width: 276px;
    transform: translateX(-50%);
    top: 70px;
  }
}
.storage-types-boxes .fusion-layout-column:nth-child(3) .img-2 {
  width: 44px;
  top: 22px;
  transform: translateX(118%);
}
@media (max-width: 768px) {
  .storage-types-boxes .fusion-layout-column:nth-child(3) .img-2 {
    width: 57px;
    transform: translateX(168%);
    top: -10px;
  }
}
.storage-types-boxes .fusion-layout-column:nth-child(4) .img-1 {
  width: 73px;
  top: 32px;
  transform: translateX(-106%);
  z-index: 2;
}
@media (max-width: 768px) {
  .storage-types-boxes .fusion-layout-column:nth-child(4) .img-1 {
    width: 105px;
    transform: translateX(-110%);
    top: -5px;
  }
}
.storage-types-boxes .fusion-layout-column:nth-child(4) .img-2 {
  width: 86px;
  top: 50px;
  transform: translateX(-45%);
}
@media (max-width: 768px) {
  .storage-types-boxes .fusion-layout-column:nth-child(4) .img-2 {
    width: 119px;
    transform: translateX(-50%);
    top: 26px;
  }
}
.storage-types-boxes .fusion-layout-column:nth-child(4) .img-3 {
  width: 88px;
  top: 90px;
  transform: translateX(6%);
}
@media (max-width: 768px) {
  .storage-types-boxes .fusion-layout-column:nth-child(4) .img-3 {
    width: 126px;
    transform: translateX(2%);
    top: 82px;
  }
}
.storage-types-boxes .fusion-layout-column:nth-child(5) .img-1 {
  width: 150px;
  top: 100px;
  transform: translateX(-59%);
  z-index: 2;
}
@media (max-width: 768px) {
  .storage-types-boxes .fusion-layout-column:nth-child(5) .img-1 {
    width: 276px;
    transform: translateX(-50%);
    top: 70px;
  }
}
.storage-types-boxes .fusion-layout-column:nth-child(5) .img-2 {
  width: 120px;
  top: 62px;
  transform: translateX(1%);
}
@media (max-width: 768px) {
  .storage-types-boxes .fusion-layout-column:nth-child(5) .img-2 {
    width: 180px;
    top: 26px;
    transform: translateX(5%);
  }
}
.storage-types-boxes .heading > * {
  font-family: 'GilroyBold';
  font-size: 1.625rem !important;
  line-height: 1;
}
@media (max-width: 768px) {
  .storage-types-boxes .heading > * {
    font-size: 35px !important;
  }
}
.storage-types-boxes .fusion-button {
  font-family: 'GilroyBold';
  line-height: 1 !important;
}
.page-id-21, .parent-pageid-21, .page-id-668, .parent-pageid-668, .page-id-691, .parent-pageid-691 {
  /*
   .fusion-tb-header > div:not(.fusion-sticky-transition) { 
   .logo-col img,
   .main-menu,
   .fusion-button,
   .burger-menu {
   filter: brightness(0);
   }
   }
   */
}
@media (max-width: 768px) {
  .page-id-21 .hero .fusion-button, .parent-pageid-21 .hero .fusion-button, .page-id-668 .hero .fusion-button, .parent-pageid-668 .hero .fusion-button, .page-id-691 .hero .fusion-button, .parent-pageid-691 .hero .fusion-button {
    width: 269px;
    max-width: 100%;
  }
}
.page-id-21 .hero .icon, .parent-pageid-21 .hero .icon, .page-id-668 .hero .icon, .parent-pageid-668 .hero .icon, .page-id-691 .hero .icon, .parent-pageid-691 .hero .icon {
  position: absolute;
  left: 50%;
  z-index: -1;
}
.page-id-21 .review-sec, .page-id-668 .review-sec, .page-id-691 .review-sec {
  padding-top: 162.09px !important;
  padding-bottom: 0 !important;
}
@media (max-width: 768px) {
  .page-id-21 .review-sec, .page-id-668 .review-sec, .page-id-691 .review-sec {
    padding-top: 75.21px !important;
  }
}
.page-id-21 .faqs, .page-id-668 .faqs, .page-id-691 .faqs {
  padding-top: 143px !important;
  padding-bottom: 102px !important;
}
@media (max-width: 768px) {
  .page-id-21 .faqs, .page-id-668 .faqs, .page-id-691 .faqs {
    padding-top: 109px !important;
    padding-bottom: 65px !important;
  }
}
.page-id-21 .hero .icon {
  animation: float 4s infinite alternate ease-in-out;
}
.page-id-21 .hero .icon.tl {
  --float-x: -286%;
  width: 142px;
  top: -55px;
  animation-duration: 5s;
}
@media (max-width: 768px) {
  .page-id-21 .hero .icon.tl {
    --float-x: -158%;
    width: 130px;
    top: -12px;
  }
}
.page-id-21 .hero .icon.tr {
  --float-x: 102%;
  width: 207px;
  top: -105px;
  animation-duration: 7s;
}
@media (max-width: 768px) {
  .page-id-21 .hero .icon.tr {
    --float-x: 58%;
    width: 172px;
    top: -65px;
  }
}
.page-id-21 .hero .icon.bl {
  --float-x: -336%;
  width: 115px;
  bottom: -10px;
  animation-duration: 6s;
}
@media (max-width: 768px) {
  .page-id-21 .hero .icon.bl {
    --float-x: -255%;
    width: 71px;
    bottom: 70px;
  }
}
.page-id-21 .hero .icon.br {
  --float-x: 144%;
  width: 133px;
  bottom: -35px;
  animation-duration: 8s;
}
@media (max-width: 768px) {
  .page-id-21 .hero .icon.br {
    --float-x: 90%;
    width: 96px;
    bottom: 52px;
  }
}
.page-id-668 .hero .icon {
  animation: float 4s infinite alternate ease-in-out;
}
.page-id-668 .hero .icon.tl {
  --float-x: -420%;
  --float-rotate: -15.8deg;
  width: 90px;
  top: -120px;
  animation-duration: 5s;
}
@media (max-width: 768px) {
  .page-id-668 .hero .icon.tl {
    --float-x: -320%;
    --float-rotate: -15.8deg;
    width: 51px;
    top: -28px;
  }
}
.page-id-668 .hero .icon.tr {
  --float-x: 102%;
  --float-rotate: 8deg;
  width: 207px;
  top: -70px;
  z-index: 1;
  animation-duration: 7s;
}
@media (max-width: 768px) {
  .page-id-668 .hero .icon.tr {
    --float-x: 70%;
    --float-rotate: 8deg;
    width: 138px;
    top: -14px;
  }
}
.page-id-668 .hero .icon.bl {
  --float-x: -336%;
  --float-rotate: 16deg;
  width: 115px;
  bottom: -30px;
  animation-duration: 6s;
}
@media (max-width: 768px) {
  .page-id-668 .hero .icon.bl {
    --float-x: -296%;
    --float-rotate: 16deg;
    width: 61px;
    bottom: 90px;
  }
}
.page-id-668 .hero .icon.br {
  --float-x: 150%;
  --float-rotate: 8deg;
  width: 130px;
  bottom: -70px;
  animation-duration: 8s;
}
@media (max-width: 768px) {
  .page-id-668 .hero .icon.br {
    --float-x: 195%;
    --float-rotate: 8deg;
    width: 66px;
    bottom: 65px;
  }
}
.page-id-668 .storage-types-boxes .fusion-layout-column:nth-child(1) .img-1 {
  width: 175px;
  top: 30px;
  transform: translateX(-50%);
}
.page-id-668 .storage-types-boxes .fusion-layout-column:nth-child(2) .img-1 {
  width: 72px;
  top: 24px;
  transform: translateX(-50%);
}
.page-id-668 .storage-types-boxes .fusion-layout-column:nth-child(2) .img-2 {
  width: 59px;
  top: 128px;
  transform: translateX(5%);
  z-index: 2;
}
.page-id-668 .storage-types-boxes .fusion-layout-column:nth-child(2) .img-3 {
  width: 58px;
  top: 145px;
  transform: translateX(-118%);
  z-index: 3;
}
.page-id-668 .storage-types-boxes .fusion-layout-column:nth-child(3) .img-1 {
  width: 168px;
  top: 72px;
  transform: translateX(-50%);
}
.page-id-668 .storage-types-boxes .fusion-layout-column:nth-child(3) .img-2 {
  width: 37px;
  top: 24px;
  transform: translateX(-136%);
  z-index: 2;
}
.page-id-668 .storage-types-boxes .fusion-layout-column:nth-child(3) .img-3 {
  width: 96px;
  top: 32px;
  transform: translateX(15%);
  z-index: 3;
}
.page-id-668 .storage-types-boxes .fusion-layout-column:nth-child(3) .img-4 {
  width: 83px;
  top: 40px;
  transform: translateX(-122%);
  z-index: 4;
}
.page-id-668 .storage-types-boxes .fusion-layout-column:nth-child(4) .img-1 {
  width: 108px;
  top: 18px;
  transform: translateX(-52%);
}
.page-id-668 .storage-types-boxes .fusion-layout-column:nth-child(4) .img-2 {
  width: 76px;
  top: 64px;
  transform: translateX(-136%);
  z-index: 2;
}
.page-id-668 .storage-types-boxes .fusion-layout-column:nth-child(4) .img-3 {
  width: 89px;
  top: 128px;
  transform: translateX(7%);
  z-index: 3;
}
.page-id-691 .hero .icon {
  animation: float 4s infinite alternate ease-in-out;
}
.page-id-691 .hero .icon.tl {
  --float-x: -420%;
  --float-rotate: -20deg;
  width: 90px;
  top: -120px;
  animation-duration: 5s;
}
@media (max-width: 768px) {
  .page-id-691 .hero .icon.tl {
    --float-x: -290%;
    --float-rotate: -20deg;
    width: 59px;
    top: -42px;
  }
}
.page-id-691 .hero .icon.tr {
  --float-x: 170%;
  --float-rotate: 35deg;
  width: 150px;
  top: -70px;
  z-index: 1;
  animation-duration: 7s;
}
@media (max-width: 768px) {
  .page-id-691 .hero .icon.tr {
    --float-x: 112%;
    --float-rotate: 35deg;
    width: 84px;
    top: -20px;
  }
}
.page-id-691 .hero .icon.bl {
  --float-x: -240%;
  --float-rotate: 16deg;
  width: 150px;
  bottom: -30px;
  animation-duration: 6s;
}
@media (max-width: 768px) {
  .page-id-691 .hero .icon.bl {
    --float-x: -194%;
    --float-rotate: 5deg;
    width: 89px;
    bottom: 70px;
  }
}
.page-id-691 .hero .icon.br {
  --float-x: 260%;
  --float-rotate: 0deg;
  width: 100px;
  bottom: -40px;
  animation-duration: 8s;
}
@media (max-width: 768px) {
  .page-id-691 .hero .icon.br {
    --float-x: 214%;
    --float-rotate: 0deg;
    width: 58px;
    bottom: 78px;
  }
}
.page-id-691 .storage-types-boxes .fusion-layout-column:nth-child(1) .img-1 {
  width: 61px;
  top: 32px;
  transform: translateX(12%);
}
.page-id-691 .storage-types-boxes .fusion-layout-column:nth-child(1) .img-2 {
  width: 63px;
  top: 110px;
  transform: translateX(-112%);
  z-index: 2;
}
.page-id-691 .storage-types-boxes .fusion-layout-column:nth-child(1) .img-3 {
  width: 60px;
  top: 136px;
  transform: translateX(-58%);
  z-index: 3;
}
.page-id-691 .storage-types-boxes .fusion-layout-column:nth-child(2) .img-1 {
  width: 66px;
  top: 30px;
  transform: translateX(24%);
}
.page-id-691 .storage-types-boxes .fusion-layout-column:nth-child(2) .img-2 {
  width: 50px;
  top: 120px;
  transform: translateX(-162%);
  z-index: 2;
}
.page-id-691 .storage-types-boxes .fusion-layout-column:nth-child(2) .img-3 {
  width: 77px;
  top: 86px;
  transform: translateX(-32%);
  z-index: 3;
}
.page-id-691 .storage-types-boxes .fusion-layout-column:nth-child(2) .img-4 {
  width: 56px;
  top: 136px;
  transform: translateX(-95%);
  z-index: 4;
}
.page-id-691 .storage-types-boxes .fusion-layout-column:nth-child(3) .img-1 {
  width: 137px;
  top: 72px;
  transform: translateX(-50%);
}
.page-id-691 .storage-types-boxes .fusion-layout-column:nth-child(3) .img-2 {
  width: 56px;
  top: 132px;
  transform: translateX(70%);
  z-index: 2;
}
.page-id-691 .storage-types-boxes .fusion-layout-column:nth-child(3) .img-3 {
  width: 62px;
  top: 112px;
  transform: translateX(-170%);
  z-index: 3;
}
.page-id-691 .storage-types-boxes .fusion-layout-column:nth-child(3) .img-4 {
  width: 39px;
  top: 128px;
  transform: translateX(-188%);
  z-index: 4;
}
.page-id-691 .storage-types-boxes .fusion-layout-column:nth-child(4) .img-1 {
  width: 97px;
  top: 16px;
  transform: translateX(6%);
}
.page-id-691 .storage-types-boxes .fusion-layout-column:nth-child(4) .img-2 {
  width: 161px;
  top: 94px;
  transform: translateX(-62%);
  z-index: 2;
}
.parent-pageid-21 .hero .icon, .parent-pageid-668 .hero .icon, .parent-pageid-691 .hero .icon {
  animation: float 4s infinite alternate ease-in-out;
}
.parent-pageid-21 .hero .icon.tl, .parent-pageid-668 .hero .icon.tl, .parent-pageid-691 .hero .icon.tl {
  --float-x: -189%;
  --float-rotate: 0deg;
  width: 208px;
  top: -85px;
  z-index: 1;
  animation-duration: 5s;
}
@media (max-width: 768px) {
  .parent-pageid-21 .hero .icon.tl, .parent-pageid-668 .hero .icon.tl, .parent-pageid-691 .hero .icon.tl {
    --float-x: -184%;
    --float-rotate: 0deg;
    width: 147px;
    top: -58px;
  }
}
.parent-pageid-21 .hero .icon.tr, .parent-pageid-668 .hero .icon.tr, .parent-pageid-691 .hero .icon.tr {
  --float-x: 266%;
  --float-rotate: 8deg;
  width: 86px;
  top: -108px;
  animation-duration: 7s;
}
@media (max-width: 768px) {
  .parent-pageid-21 .hero .icon.tr, .parent-pageid-668 .hero .icon.tr, .parent-pageid-691 .hero .icon.tr {
    --float-x: 238%;
    --float-rotate: 8deg;
    width: 48px;
    top: -52px;
  }
}
.parent-pageid-21 .hero .icon.bl, .parent-pageid-668 .hero .icon.bl, .parent-pageid-691 .hero .icon.bl {
  --float-x: -276%;
  --float-rotate: 0deg;
  width: 115px;
  bottom: -22px;
  animation-duration: 6s;
}
@media (max-width: 768px) {
  .parent-pageid-21 .hero .icon.bl, .parent-pageid-668 .hero .icon.bl, .parent-pageid-691 .hero .icon.bl {
    --float-x: -270%;
    --float-rotate: 0deg;
    width: 70px;
    top: 88px;
  }
}
.parent-pageid-21 .hero .icon.br, .parent-pageid-668 .hero .icon.br, .parent-pageid-691 .hero .icon.br {
  --float-x: 126%;
  --float-rotate: 0deg;
  width: 133px;
  bottom: -10px;
  animation-duration: 8s;
}
@media (max-width: 768px) {
  .parent-pageid-21 .hero .icon.br, .parent-pageid-668 .hero .icon.br, .parent-pageid-691 .hero .icon.br {
    --float-x: 122%;
    --float-rotate: 0deg;
    width: 84px;
    top: 46px;
  }
}
.parent-pageid-21 .how-breeze-can-help .list-boxes.fusion-content-boxes, .parent-pageid-668 .how-breeze-can-help .list-boxes.fusion-content-boxes, .parent-pageid-691 .how-breeze-can-help .list-boxes.fusion-content-boxes {
  --content-boxes-gutter: 32px;
}
.parent-pageid-21 .how-breeze-can-help .video-embed-container::before, .parent-pageid-668 .how-breeze-can-help .video-embed-container::before, .parent-pageid-691 .how-breeze-can-help .video-embed-container::before {
  padding-top: 61.7537313433%;
}
@media (max-width: 768px) {
  .parent-pageid-21 .how-breeze-can-help .video-embed-container::before, .parent-pageid-668 .how-breeze-can-help .video-embed-container::before, .parent-pageid-691 .how-breeze-can-help .video-embed-container::before {
    padding-top: 61.8727810651%;
  }
}
.parent-pageid-21 .image-content .fusion-imageframe, .parent-pageid-668 .image-content .fusion-imageframe, .parent-pageid-691 .image-content .fusion-imageframe {
  width: 100%;
}
.parent-pageid-21 .image-content .fusion-imageframe img, .parent-pageid-668 .image-content .fusion-imageframe img, .parent-pageid-691 .image-content .fusion-imageframe img {
  width: 100%;
  height: 388.78px;
  object-fit: cover;
}
@media (max-width: 480px) {
  .parent-pageid-21 .image-content .fusion-imageframe img, .parent-pageid-668 .image-content .fusion-imageframe img, .parent-pageid-691 .image-content .fusion-imageframe img {
    height: 238.78px;
  }
}
.parent-pageid-21 .review-sec, .parent-pageid-668 .review-sec, .parent-pageid-691 .review-sec {
  padding-top: 126.47px !important;
  padding-bottom: 117.18px !important;
}
@media (max-width: 768px) {
  .parent-pageid-21 .review-sec, .parent-pageid-668 .review-sec, .parent-pageid-691 .review-sec {
    padding-top: 91.8px !important;
    padding-bottom: 109.23px !important;
  }
}
@media (min-width: 769px) {
  .parent-pageid-21 .faqs, .parent-pageid-668 .faqs, .parent-pageid-691 .faqs {
    display: none;
  }
}
@media (max-width: 768px) {
  .parent-pageid-21 .faqs, .parent-pageid-668 .faqs, .parent-pageid-691 .faqs {
    padding-top: 0 !important;
    padding-bottom: 65.04px !important;
  }
}
.page-id-14 .storing-sec {
  padding-top: 228px !important;
  padding-bottom: 193px !important;
}
@media only screen and (max-width: 768px) {
  .page-id-14 .storing-sec {
    padding-top: 168px !important;
    padding-bottom: 107px !important;
  }
}
.page-id-652 .faqs {
  padding-top: 0 !important;
  padding-bottom: 97px !important;
}
@media only screen and (max-width: 768px) {
  .page-id-652 .faqs {
    padding-bottom: 65px !important;
  }
}
@media only screen and (max-width: 768px) {
  .page-id-652 .size-22, .page-id-652 .size-22 * {
    font-size: 19px !important;
  }
}
@media only screen and (max-width: 768px) {
  .page-id-652 .size-20, .page-id-652 .size-20 * {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 768px) {
  .store-banner .h2, .store-banner .h2 * {
    font-size: 56px !important;
  }
}
.store-banner .wp-gr {
  padding: 0 !important;
}
.store-banner .wp-gr.wpac .wp-google-name a {
  color: #000 !important;
}
.store-banner .wp-gr .wp-google-based, .store-banner .wp-gr .wp-google-powered {
  color: #000 !important;
}
.store-banner .wp-gr .grw-header-inner {
  padding: 0 !important;
}
@media only screen and (max-width: 768px) {
  .store-banner .wp-gr .wp-place-center {
    text-align: left !important;
  }
}
.store-banner .fusion-button {
  min-width: 366px;
}
@media only screen and (max-width: 768px) {
  .store-banner .fusion-button {
    min-width: 100%;
  }
}
.store-banner .fusion-button.btn-txt {
  font-size: 17px !important;
  border-bottom: 1px solid #707070 !important;
  border-radius: 0;
  padding-bottom: 4px !important;
  margin-bottom: 39px;
  min-width: auto;
}
@media only screen and (max-width: 768px) {
  .store-banner .fusion-button.btn-txt {
    margin-bottom: 34px;
  }
}
@media only screen and (max-width: 768px) {
  .store-banner .fusion-button.mobile-mb-17 {
    margin-bottom: 17px;
  }
}
.store-banner .store-carousel.fusion-image-carousel {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .29);
  border-radius: 30px !important;
  max-width: 536px;
  height: 377px;
}
@media only screen and (max-width: 480px) {
  .store-banner .store-carousel.fusion-image-carousel {
    max-width: 338px;
    height: 219px;
  }
}
.store-banner .store-carousel.fusion-image-carousel .awb-carousel {
  border-radius: 30px !important;
  height: 100%;
}
.store-banner .store-carousel.fusion-image-carousel .swiper-wrapper {
  padding: 0 !important;
  height: 100% !important;
}
.store-banner .store-carousel.fusion-image-carousel .swiper-wrapper .swiper-slide, .store-banner .store-carousel.fusion-image-carousel .swiper-wrapper .fusion-image-wrapper {
  width: 100%;
  height: 100%;
}
.store-banner .store-carousel.fusion-image-carousel .swiper-wrapper .swiper-pagination {
  bottom: 14px;
}
.store-banner .store-carousel.fusion-image-carousel .swiper-wrapper .fusion-carousel-item-wrapper {
  line-height: 0;
  height: 100%;
}
.store-banner .store-carousel.fusion-image-carousel .swiper-wrapper .fusion-carousel-item-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.store-banner .store-carousel.fusion-image-carousel .awb-swiper-button {
  opacity: 1;
  background-color: transparent;
}
.store-banner .store-carousel.fusion-image-carousel .awb-swiper-button i {
  display: none;
}
.store-banner .store-carousel.fusion-image-carousel .awb-swiper-button.awb-swiper-button-prev {
  background-image: url(/wp-content/uploads/2025/08/prev-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 15px;
}
.store-banner .store-carousel.fusion-image-carousel .awb-swiper-button.awb-swiper-button-next {
  background-image: url(/wp-content/uploads/2025/08/next-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  right: 15px;
}
.services-list.fusion-content-boxes {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .services-list.fusion-content-boxes {
    margin-bottom: 32px !important;
  }
}
.services-list.fusion-content-boxes:before, .services-list.fusion-content-boxes:after, .services-list.fusion-content-boxes .fusion-clearfix {
  display: none;
}
.services-list.fusion-content-boxes .fusion-column {
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .services-list.fusion-content-boxes .fusion-column {
    width: 100% !important;
  }
}
.services-list.fusion-content-boxes .fusion-column .col {
  margin-bottom: 0 !important;
}
.services-list.fusion-content-boxes .fusion-column .col .heading {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  gap: 13px;
}
.services-list.fusion-content-boxes .fusion-column .col .heading a {
  display: flex !important;
  align-items: center;
  margin-bottom: 0;
  gap: 13px;
}
.services-list.fusion-content-boxes .fusion-column .col .heading .image {
  width: 34px;
  height: 34px;
  position: relative;
}
.services-list.fusion-content-boxes .fusion-column .col .heading .image img {
  margin-right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
.services-list.fusion-content-boxes .fusion-column .col .heading .content-box-heading {
  padding-left: 0 !important;
  max-width: 201px;
}
@media only screen and (max-width: 1024px) {
  .services-list.fusion-content-boxes .fusion-column .col .heading .content-box-heading {
    max-width: 100%;
  }
}
.find-us-sec iframe {
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  .find-us-sec iframe {
    border-radius: 25px;
    height: 202px;
  }
}
.find-us-sec .hours-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.find-us-sec .contact-info {
  margin-bottom: 49px;
}
@media only screen and (max-width: 768px) {
  .find-us-sec .contact-info {
    margin-bottom: 39px;
  }
}
.find-us-sec .contact-info > div {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 11px;
}
.find-us-sec .contact-info > div:last-child {
  margin-bottom: 0;
}
.find-us-sec .contact-info * {
  font-size: 20px;
  font-family: 'GilroySemiBold';
}
@media only screen and (max-width: 768px) {
  .find-us-sec .contact-info * {
    font-size: 18px !important;
    word-break: break-all;
  }
}
.find-us-sec .fusion-button {
  min-width: 260px;
}
