@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", serif;
}

p {
  font-family: "Poppins", serif;
}
@media (max-width: 768px) {
  p {
    font-size: 1.6rem;
  }
}

.wdp-container {
  max-width: 1440px;
  margin: 0 auto;
}

.wdp-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.wdp-columns .wdp-column {
  width: 50%;
}
@media (max-width: 768px) {
  .wdp-columns .wdp-column {
    width: 100%;
  }
}
.wdp-columns .wdp-column-30 {
  width: 30%;
}
@media (max-width: 768px) {
  .wdp-columns .wdp-column-30 {
    width: 100%;
  }
}
.wdp-columns .wdp-column-40 {
  width: 40%;
}
@media (max-width: 768px) {
  .wdp-columns .wdp-column-40 {
    width: 100%;
  }
}
.wdp-columns .wdp-column-60 {
  width: 60%;
}
@media (max-width: 768px) {
  .wdp-columns .wdp-column-60 {
    width: 100%;
  }
}
.wdp-columns .wdp-column-70 {
  width: 70%;
}
@media (max-width: 768px) {
  .wdp-columns .wdp-column-70 {
    width: 100%;
  }
}

.btn-white {
  background-color: #fff;
  color: #003171;
  padding: 5px 10px;
  border: 1px solid #003171;
  border-radius: 25px;
  text-transform: uppercase;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.btn-white:hover {
  background-color: #76b2ff;
  color: #fff;
  text-decoration: none;
}

.btn-orange-solid {
  background-color: #ff9107;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #ff9107;
  border-radius: 25px;
  text-transform: uppercase;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.btn-orange-solid:hover {
  background-color: #fff;
  color: #ff9107;
  text-decoration: none;
}

.btn-orange-line {
  background-color: #fff;
  color: #ff9107;
  padding: 5px 10px;
  border: 1px solid #ff9107;
  border-radius: 25px;
  text-transform: uppercase;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.btn-orange-line:hover {
  background-color: #ff9107;
  color: #fff;
  text-decoration: none;
}

.btn-orange-rounded {
  border: 1px solid #ff9107;
  color: #ff9107;
  padding: 5px 10px;
  border-radius: 25px;
  text-transform: uppercase;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.btn-orange-rounded:hover {
  background-color: #ff9107;
  color: #fff;
  text-decoration: none;
}

.storage-sizes {
  background-color: #f2f8ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 629px;
  padding: 21px 16px;
  border-radius: 12px;
  margin: 25px auto 25px 0;
}
.storage-sizes .icon-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.storage-sizes .icon-title h6 {
  color: #0047a3;
  font-family: "Poppins", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px;
  text-align: left;
  margin-left: 15px;
}
.storage-sizes .btn-blue {
  background-color: #0047a3;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #0047a3;
  border-radius: 10px;
  text-transform: uppercase;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.storage-sizes .btn-blue:hover {
  background-color: #fff;
  color: #0047a3;
}

.btn-orange {
  background-color: #ff9107;
  color: #fff;
  padding: 10px 21px;
  border: 1px solid #ff9107;
  border-radius: 10px;
  text-transform: uppercase;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.btn-orange:hover {
  background-color: #fff;
  color: #ff9107;
}

.wdp-full {
  width: 100%;
  display: block;
  text-align: center;
}

a {
  color: #ff9107;
  text-decoration: none;
  font-weight: 700;
  font-family: "Poppins", serif;
}
a:hover {
  text-decoration: underline;
}

.front-page {
  background-color: #003171;
}
.front-page .front-container {
  border-radius: 24px;
  background-color: #fff;
  padding: 110px 64px;
}
@media (max-width: 768px) {
  .front-page .front-container {
    padding: 64px 20px;
  }
}
.front-page .front-top-columns {
  margin-bottom: 20px;
}
.front-page .front-top-columns .section-title {
  font-family: "Poppins", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  color: #76b2ff;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .front-page .front-top-columns .section-title {
    font-size: 40px;
  }
}
.front-page .front-top-columns .section-subtitle {
  color: #003171;
  font-family: "Poppins", serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  padding-top: 0;
  margin-top: 0;
}
@media (max-width: 768px) {
  .front-page .front-top-columns .section-subtitle {
    font-size: 24px;
  }
}
.front-page .front-top-columns .list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  max-width: 336px;
  width: 100%;
  text-align: left;
}
.front-page .front-top-columns .list-container .top-list {
  list-style: none;
}
.front-page .front-top-columns .list-container .top-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 23.088px; /* 164.917% */
  text-transform: uppercase;
  margin-bottom: 25px;
  display: flex;
  align-items: left;
  color: #003171;
}
@media (max-width: 768px) {
  .front-page .front-top-columns .list-container .top-list li {
    margin-bottom: 15px;
  }
}
.front-page .front-top-columns .list-container img {
  margin-right: 10px;
}
.front-page .front-header {
  width: 100%;
  margin: 72px auto;
}
@media (max-width: 768px) {
  .front-page .front-header {
    margin: 32px auto;
  }
}
.front-page .about-header {
  background-image: url("./../../images/about-couple-walking.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  margin: 72px auto;
  padding: 36px 24px;
  border-radius: 14px;
}
.front-page .about-header .about-cta {
  width: 100%;
  max-width: 392px;
  margin: 24px auto 24px 24px;
  background-color: #fff;
  border-radius: 14px;
  padding: 36px 24px;
}
.front-page .about-header .about-cta p {
  color: #000;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 23.088px;
  margin-bottom: 32px;
}
.front-page .about-header .about-cta p strong {
  color: #003171;
  font-weight: 600;
}
.front-page .about-header .about-cta .about-cta-btn {
  width: 100%;
  text-align: center;
  display: block;
}
@media (max-width: 768px) {
  .front-page .about-header {
    margin: 32px auto;
  }
}
.front-page .about-description {
  text-align: center;
  font-family: "Poppins", serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  max-width: 980px;
  margin: 0 auto 50px;
}
.front-page .page-content {
  color: var(--000000, #000);
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  margin: 0 auto;
}
.front-page .about-text-banner {
  text-align: center;
  font-family: "Poppins", serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  max-width: 1045px;
  margin: 120px auto;
}
.front-page .steps-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 120px auto;
}
@media (max-width: 768px) {
  .front-page .steps-section {
    margin: 50px auto;
  }
}
.front-page .steps-section .steps-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  width: 100%;
  list-style: none;
}
@media (max-width: 768px) {
  .front-page .steps-section .steps-container {
    flex-direction: column;
    gap: 20px;
  }
}
.front-page .steps-section .steps-container li {
  border-radius: 12px;
  background: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  padding: 42px;
  max-width: 326px;
  min-height: 335px;
  width: 100%;
}
@media (max-width: 768px) {
  .front-page .steps-section .steps-container li {
    padding: 20px;
    margin: 10px auto;
  }
}
.front-page .steps-section .steps-container li img {
  margin: 10px auto;
}
.front-page .steps-section .steps-container li .steps-title {
  color: #76b2ff;
  text-align: center;
  font-family: "Poppins", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.front-page .steps-section .steps-container li p {
  margin-top: 24px;
  text-align: center;
  font-family: "Poppins", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.front-page .locations-section {
  padding: 82px 20px;
}
.front-page .locations-section .section-location-title {
  width: 100%;
  color: #003171;
  text-align: center;
  font-family: "Poppins", serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 82px;
}
.front-page .locations-section .section-location-title strong {
  color: #76b2ff;
  text-align: center;
  font-family: "Poppins", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .front-page .locations-section .section-location-title strong {
    font-size: 40px;
  }
}
.front-page .locations-section .locations-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.front-page .locations-section .locations-columns .location-column {
  background-color: #f8f8f8;
  padding: 20px;
  max-width: 598px;
}
.front-page .locations-section .locations-columns .location-column img {
  width: 100%;
  margin: 0 auto 25px;
}
.front-page .locations-section .locations-columns .location-column h3 {
  text-align: left;
  color: #003171;
  font-family: "Poppins", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.front-page .locations-section .locations-columns .location-column p {
  color: #003171;
  font-family: "Poppins", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 24px 0;
}
.front-page .locations-section .locations-columns .location-column .location-info-p {
  margin: 5px 0;
}
.front-page .locations-section .locations-columns .location-column .location-info-p a {
  color: #0047a3;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.front-page .locations-section .locations-columns .location-column .manager-box {
  background-color: #fff;
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 24px;
  min-height: 220px;
}
.front-page .locations-section .locations-columns .location-column .manager-box p {
  text-align: left;
  color: #003171;
  font-family: "Poppins", serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  font-weight: normal;
}
.front-page .locations-section .locations-columns .location-column .cta-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.front-page .locations-section .locations-columns .location-column .cta-container .cta-location {
  display: block;
  width: 45%;
  text-align: center;
}
.front-page .contact-section {
  background-image: url("./../../images/contact-image.png");
  background-size: cover;
  background-position: center;
  padding: 119px 20px;
  border-radius: 25px;
  margin-top: 50px;
}
.front-page .contact-section .contact-title {
  color: #fff;
  text-align: center;
  font-family: "Poppins", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 65px;
  width: 100%;
}
@media (max-width: 768px) {
  .front-page .contact-section .contact-title {
    font-size: 40px;
  }
}
.front-page .contact-section .contact-title strong {
  color: #76b2ff;
  font-weight: 700;
}
.front-page .contact-section p {
  width: 100%;
  text-align: center;
  font-family: "Poppins", serif;
  color: #fff;
  font-family: "Poppins", serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 25px auto;
}
.front-page .contact-section .cta-contact {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 25px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.front-page .contact-section .cta-contact img {
  width: 36px;
  height: 36px;
  margin-left: 15px;
}

/* General styles for mobile menu */
.nav-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 250px;
  height: 100%;
  background-color: #fff;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  padding: 20px;
}
.nav-menu.open {
  transform: translateX(0);
}

/* Optional background overlay */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}
.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Hamburger and Close Icons */
.menu-button,
.close-menu {
  cursor: pointer;
  z-index: 1001;
}

.hero-section {
  background-color: #003171;
  padding-top: 150px;
}
@media (max-width: 768px) {
  .hero-section {
    padding-top: 50px;
  }
}
.hero-section .hero-title {
  color: #fff;
  font-family: "Poppins", serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 800;
  line-height: 73px;
  text-align: left;
}
@media (max-width: 768px) {
  .hero-section .hero-title {
    font-size: 40px;
    text-align: center;
  }
}
.hero-section .hero-title strong {
  color: #76b2ff;
}
@media (max-width: 768px) {
  .hero-section .hero-title {
    font-size: 40px;
  }
}
.hero-section .hero-subtitle {
  color: #fff;
  font-family: "Poppins", serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 450px;
}
@media (max-width: 768px) {
  .hero-section .hero-subtitle {
    font-size: 18px;
    text-align: center;
    max-width: 100%;
  }
}
.hero-section .cta-hero {
  margin: 15px 0;
  padding: 12px 24px;
  display: block;
  max-width: 203px;
  text-align: center;
}
@media (max-width: 768px) {
  .hero-section .cta-hero {
    margin: 15px auto 50px;
  }
}
.hero-section .hero-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero-section .hero-img img {
  width: 100%;
}

/* General styles for mobile menu */
.menu-btn {
  display: none;
  /* Optional background overlay */
}
@media (max-width: 768px) {
  .menu-btn {
    display: block;
    margin: 0 auto;
  }
}
.menu-btn .nav-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 250px;
  height: 100%;
  background-color: #fff;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
  padding: 20px;
}
.menu-btn .nav-menu.open {
  transform: translateX(0);
}
.menu-btn .menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}
.menu-btn .menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.nav-menu {
  width: 100%;
  max-width: 385px;
  height: 100vh;
  padding: 39px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 100px;
  flex-shrink: 0;
}
.nav-menu .close-menu {
  width: 36.75px;
  height: 36.75px;
  background-color: #ffffff;
  border: none;
  cursor: pointer;
}
.nav-menu .menu-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  list-style: none;
}
.nav-menu .menu-ul li {
  width: 100%;
  border-bottom: 1px solid #003171;
  font-size: 20px;
}
.nav-menu .menu-ul li:last-child {
  border-bottom: none;
}
.nav-menu .menu-ul li a {
  font-family: "Poppins", serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  color: #76b2ff;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
  text-decoration: none;
  width: 100%;
  min-width: 300px;
  display: block;
  padding: 10px 0;
  text-transform: capitalize;
}
.nav-menu .menu-ul li a:hover {
  color: #003171;
}
.nav-menu .sub-menu li {
  list-style: none;
}
.nav-menu .sub-menu li a {
  font-family: "Poppins", serif;
  font-size: 16px;
  font-style: italic;
  margin-left: 5%;
  font-weight: 400;
  line-height: 28px;
  color: #0047a3;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
  text-decoration: none;
  width: 100%;
  min-width: 300px;
  display: block;
  padding: 10px 0;
}
.nav-menu .sub-menu li a:hover {
  color: #76b2ff;
}

/* Hamburger and Close Icons */
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background: linear-gradient(180deg, #003171 0%, rgba(0, 49, 113, 0) 100%);
}
@media (max-width: 768px) {
  header {
    position: relative;
  }
}
header .header-container {
  margin: 0 auto;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 1440px;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  header .header-container {
    padding: 10px;
  }
}
header .header-container .menu-button {
  padding: 20px 50px 20px 50px;
  background-color: transparent;
  border: none;
  display: none;
}
@media (max-width: 768px) {
  header .header-container .menu-button {
    padding: 20px;
    display: block;
  }
}
header .header-container .logo {
  max-width: 250px;
  padding: 10px;
}
@media (max-width: 768px) {
  header .header-container .logo {
    margin: 0 auto;
  }
}
header .header-container .logo img {
  width: 100%;
}
header .header-container .desk-nav {
  text-transform: uppercase;
  text-decoration: none;
}
header .header-container .desk-nav .menu-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header-container .desk-nav .menu-ul li {
  position: relative;
  font-family: "Poppins", serif;
  margin: 10px;
}
header .header-container .desk-nav .menu-ul li a {
  color: var(--FFFFFF, #fff);
  font-family: "Poppins", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  width: 100%;
}
header .header-container .desk-nav .menu-ul li a:hover {
  color: #76b2ff;
}
header .header-container .desk-nav .menu-ul .btn-contact {
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 5px 10px;
}
header .header-container .desk-nav .menu-ul .btn-contact:hover {
  background-color: #fff;
}
header .header-container .desk-nav .menu-ul .btn-contact:hover a {
  color: #003171;
}
header .header-container .desk-nav .menu-ul .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 200px;
  border-radius: 5px;
}
header .header-container .desk-nav .menu-ul .sub-menu a {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
  letter-spacing: -0.198px;
  color: #003171;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  width: 100%;
}
header .header-container .desk-nav .menu-ul li:hover > .sub-menu {
  display: block;
  color: #003171;
  font-size: 14px;
}
@media (max-width: 768px) {
  header .header-container .desk-nav {
    display: none;
  }
}
header .header-container .menu-button,
header .header-container .close-menu {
  cursor: pointer;
  z-index: 1001;
}

.index-page {
  background-color: #003171;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.index-page .index-container {
  margin: 0 auto;
  margin-top: 100px;
  padding: 110px 42px 64px 42px;
  border-radius: 24px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .index-page .index-container {
    padding: 64px 20px;
  }
}
.index-page .index-container .index-title {
  color: #76b2ff;
  font-family: "Poppins", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .index-page .index-container .index-title {
    font-size: 40px;
    width: 100%;
    text-align: left;
  }
}
.index-page .index-container .index-title strong {
  margin-left: 20px;
  color: #003171;
  font-family: "Poppins", serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .index-page .index-container .index-title strong {
    font-size: 24px;
    width: 100%;
    text-align: left;
  }
}
.index-page .index-container .index-content {
  margin-top: 20px;
  font-family: "Poppins", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  text-align: left;
}
.index-page .index-container .index-content strong {
  color: #76b2ff;
}
.index-page .index-container .index-content .link-top {
  color: #76b2ff;
  text-decoration: none;
}
.index-page .index-container .index-content .link-top:hover {
  color: #003171;
}
.index-page .index-container .index-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1360px;
  margin: 100px auto;
}

.about-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .container-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  max-width: 1278px;
  width: 100%;
  margin-top: 150px;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .about-page .container-container {
    padding: 87px 20px;
  }
}
.about-page .container-container .page-title {
  font-family: "Poppins", serif;
  font-size: 4.2rem;
  font-weight: 600;
  color: #003171;
  text-align: center;
  width: 100%;
}
.about-page .container-container .page-subtitle {
  width: 100%;
  text-align: center;
  font-family: "Cormorant Garamond";
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 400;
  line-height: 28px; /* 116.667% */
}
.about-page .container-container .page-content {
  color: #000;
  font-family: "Poppins", serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  padding: 87px 135px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .about-page .container-container .page-content {
    padding: 20px;
  }
}
.about-page .container-container .page-content p {
  margin-bottom: 20px;
}

.about-container {
  margin-top: -20px;
}
.about-container .about-hunsaker .about-container {
  margin: 0 auto 50px;
  padding: 0px;
}
.about-container .about-hunsaker .about-container .about-title {
  margin-top: 20px;
}

footer {
  background-color: #003171;
  color: #fff;
}
footer .footer-bottom {
  width: 100%;
  background-color: #003171;
}
footer .footer-bottom .footer-bottom-container {
  max-width: 1065px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  footer .footer-bottom .footer-bottom-container {
    flex-direction: column;
    padding: 20px;
  }
}
footer .footer-bottom .footer-bottom-container p {
  color: var(--FFFFFF, #fff);
  font-family: "Poppins", serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 233.333% */
}
@media (max-width: 768px) {
  footer .footer-bottom .footer-bottom-container p {
    text-align: center;
  }
}
footer .footer-bottom .footer-bottom-container .copy-right {
  color: var(--FFFFFF, #fff);
  font-family: "Poppins", serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 233.333% */
  padding: 10px 20px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .footer-bottom .footer-bottom-container .copy-right li a {
  text-decoration: none;
  color: #fff;
}
footer .footer-bottom .footer-bottom-container .copy-right li a:hover {
  color: #76b2ff;
}
@media (max-width: 768px) {
  footer .footer-bottom .footer-bottom-container .copy-right {
    flex-direction: column;
    padding: 20px;
  }
}

.container {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}

h1,
h2 {
  color: #0056b3;
}

p {
  color: #333;
}

.image-placeholder {
  display: block;
  width: 100%;
  height: 150px;
  background-color: #ccc;
  text-align: center;
  line-height: 150px;
  color: #666;
  font-size: 14px;
}

.icons div {
  display: inline-block;
  margin: 10px;
  text-align: center;
}

.features div,
.security-details div,
.options div {
  margin: 10px 0;
}

.unit {
  border: 1px solid #ddd;
  padding: 10px;
  margin: 10px 0;
}

.button {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background-color: #0056b3;
  text-decoration: none;
  border-radius: 5px;
}

.button:hover {
  background-color: #003d80;
}

.size-guide {
  background-color: #003171;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.size-guide .size-container {
  margin: 0 auto;
  margin-top: 100px;
  padding: 110px 42px 64px 42px;
  border-radius: 24px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .size-guide .size-container {
    padding: 64px 20px;
  }
}
.size-guide .size-container .size-title {
  color: #76b2ff;
  font-family: "Poppins", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .size-guide .size-container .size-title {
    font-size: 40px;
    width: 100%;
    text-align: left;
  }
}
.size-guide .size-container .size-title strong {
  margin-left: 20px;
  color: #003171;
  font-family: "Poppins", serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .size-guide .size-container .size-title strong {
    font-size: 24px;
    width: 100%;
    text-align: left;
  }
}
.size-guide .size-container .sub-title {
  border-bottom: 1px solid #76b2ff;
  padding-top: 50px;
}
.size-guide .size-container .size-content {
  margin-top: 20px;
  font-family: "Poppins", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  text-align: left;
}
.size-guide .size-container .size-content strong {
  color: #76b2ff;
}
.size-guide .size-container .size-content .link-top {
  color: #76b2ff;
  text-decoration: none;
}
.size-guide .size-container .size-content .link-top:hover {
  color: #003171;
}
.size-guide .size-container .sizes-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.size-guide .size-container .sizes-options .storage-sizes {
  background-color: #f2f8ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48%;
  max-width: 640px;
  padding: 21px 16px;
  border-radius: 12px;
  margin: 25px auto 25px;
}
@media (max-width: 768px) {
  .size-guide .size-container .sizes-options .storage-sizes {
    width: 100%;
  }
}
.size-guide .size-container .sizes-options .storage-sizes .icon-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 420px;
}
.size-guide .size-container .sizes-options .storage-sizes .icon-title .size-icon {
  width: 100%;
  max-width: 44px;
  height: auto;
}
.size-guide .size-container .sizes-options .storage-sizes .icon-title .storage-details h6 {
  color: #0047a3;
  font-family: "Poppins", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px;
  text-align: left;
  margin-left: 15px;
}
.size-guide .size-container .sizes-options .storage-sizes .icon-title .storage-details p {
  color: #0047a3;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-style: normal;
  text-align: left;
  font-weight: 400;
  line-height: 37px;
  margin-left: 15px;
}
.size-guide .size-container .sizes-options .storage-sizes .icon-title .storage-details p strong {
  font-weight: 700;
}
.size-guide .size-container .sizes-options .storage-sizes .icon-title .storage-details p .span-space {
  display: block;
  width: 100%;
  line-height: 0;
}
.size-guide .size-container .sizes-options .storage-sizes .btn-blue-two {
  background-color: #0047a3;
  color: #fff;
  padding: 10px 15px;
  border: 1px solid #0047a3;
  border-radius: 10px;
  font-family: "Poppins", serif;
  font-size: 12px;
  font-weight: 400;
  min-width: 176px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.size-guide .size-container .sizes-options .storage-sizes .btn-blue-two:hover {
  background-color: #fff;
  color: #0047a3;
}

.location-page {
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #003171;
  padding-top: 340px;
  padding-bottom: 52px;
}
@media (max-width: 768px) {
  .location-page {
    padding-top: 100px;
  }
}
.location-page .location-container {
  max-width: 1132px;
  width: 100%;
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
}
.location-page .location-container .location-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  max-width: 1132px;
  width: 100%;
}
.location-page .location-container .location-columns .wp-block-separator {
  border: 1px solid #76b2ff;
  margin: 25px auto;
}
.location-page .location-container .location-columns .wdp-column-60 img {
  width: 100%;
  height: 100%;
}
.location-page .location-container .location-columns .wdp-column-60 .location-title {
  color: #fff;
  background-color: #0047a3;
  padding: 18px 42px;
  min-height: 144px;
  font-family: "Poppins", serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .location-page .location-container .location-columns .wdp-column-60 .location-title {
    font-size: 40px;
    width: 100%;
    text-align: left;
  }
}
.location-page .location-container .location-columns .wdp-column-60 .location-content {
  padding: 48px 10px 42px 48px;
}
.location-page .location-container .location-columns .wdp-column-60 .location-content h2 {
  color: #0047a3;
  font-family: "Poppins", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px; /* 154.167% */
  width: 100%;
  max-width: 634px;
  margin-bottom: 30px;
}
.location-page .location-container .location-columns .wdp-column-60 .location-content p {
  color: #000;
  font-family: "Poppins", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  max-width: 570px;
}
.location-page .location-container .location-columns .wdp-column-60 .location-content .icons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 36px auto 40px;
}
.location-page .location-container .location-columns .wdp-column-60 .location-content .location-info-p a {
  color: #0047a3;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.location-page .location-container .location-columns .wdp-column-60 .location-content .check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.location-page .location-container .location-columns .wdp-column-60 .location-content .check-list li {
  color: #0047a3;
  font-family: "Poppins", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; /* 200% */
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.location-page .location-container .location-columns .wdp-column-60 .location-content .check-list li strong {
  font-weight: 700;
  margin-right: 10px;
}
.location-page .location-container .location-columns .wdp-column-60 .location-content .check-list li img {
  margin-right: 10px;
}
.location-page .location-container .location-columns .wdp-column-60 .location-content .location-orange-btn {
  max-width: 400px;
  margin: 20px auto 50px;
}
.location-page .location-container .location-columns .wdp-column-60 .location-content .faq-section {
  padding: 50px 10px;
}
.location-page .location-container .location-columns .wdp-column-60 .location-content .faq-section h4 {
  color: #0047a3;
  font-family: "Poppins", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px;
}
.location-page .location-container .location-columns .wdp-column-60 .location-content .faq-section h3 {
  color: #000;
  font-family: "Poppins", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.location-page .location-container .location-columns .wdp-column-60 .location-content .faq-section p {
  color: #000;
  font-family: "Poppins", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 30px;
}
.location-page .location-container .location-columns .wdp-column-60 .location-content .faq-section hr {
  border: 1px solid #76b2ff;
  margin: 25px auto;
}
.location-page .location-container .location-columns .wdp-column-40 {
  background-color: #f2f8ff;
}
.location-page .location-container .location-columns .wdp-column-40 .location-info-content {
  padding: 15px;
}
.location-page .location-container .location-columns .wdp-column-40 .location-info-content h3 {
  color: #000;
  font-family: "Poppins", serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}
.location-page .location-container .location-columns .wdp-column-40 .location-info-content .location-info-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0047a3;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}
.location-page .location-container .location-columns .wdp-column-40 .location-info-content .location-info-p img {
  margin-right: 10px;
}
.location-page .location-container .location-columns .wdp-column-40 .location-info-content .location-info-btn {
  width: 100%;
  margin: 20px auto;
  text-align: center;
  display: block;
}
.location-page .location-container .location-columns .wdp-column-40 .location-info-content p {
  color: #000;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
}
.location-page .location-container .location-columns .wdp-column-40 .location-info-content h4 {
  color: #000;
  font-family: "Poppins", serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px;
}
.location-page .location-container .location-columns .wdp-column-40 .location-info-content .info-schedule {
  border-top: 1px solid #76b2ff;
  padding-top: 14px;
  margin-bottom: 14px;
  font-size: 16px;
  color: #595959;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.location-page .location-container .location-columns .wdp-column-40 .location-info-content .info-schedule strong {
  font-weight: 400;
}

.size-post {
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #003171;
  padding-top: 220px;
  padding-bottom: 52px;
}
.size-post .location-container {
  max-width: 1132px;
  width: 100%;
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
}
.size-post .location-container .location-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  max-width: 1132px;
  width: 100%;
}
.size-post .location-container .location-columns .location-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #0047a3;
  padding: 18px 42px;
  min-height: 144px;
  font-family: "Poppins", serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
}
@media (max-width: 768px) {
  .size-post .location-container .location-columns .location-title {
    font-size: 32px;
    width: 100%;
    text-align: left;
  }
}
.size-post .location-container .location-columns .location-title .download-btn {
  color: #fff;
  font-family: "Poppins", serif;
  font-size: 12.432px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.249px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 40.849px;
  background: #76b2ff;
  padding: 10.66px 21.31px;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  display: flex;
  max-width: 220px;
  width: 100%;
}
.size-post .location-container .location-columns .location-title .download-btn:hover {
  background: #003171;
}
.size-post .location-container .location-columns .wp-block-separator {
  border: 1px solid #76b2ff;
  margin: 25px auto;
}
.size-post .location-container .location-columns .wdp-column-60 .go-back-btn {
  width: 100%;
  text-align: left;
  padding: 20px 20px 0;
  display: block;
}
.size-post .location-container .location-columns .wdp-column-60 img {
  width: 100%;
  height: 100%;
}
.size-post .location-container .location-columns .wdp-column-60 .location-content {
  padding: 48px 10px 42px 48px;
}
@media (max-width: 768px) {
  .size-post .location-container .location-columns .wdp-column-60 .location-content {
    padding: 25px;
  }
}
.size-post .location-container .location-columns .wdp-column-60 .location-content h2 {
  color: #0047a3;
  font-family: "Poppins", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px; /* 154.167% */
  width: 100%;
  max-width: 634px;
  margin-bottom: 30px;
}
.size-post .location-container .location-columns .wdp-column-60 .location-content p {
  color: #000;
  font-family: "Poppins", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  max-width: 570px;
}
.size-post .location-container .location-columns .wdp-column-60 .location-content .icons-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 50px 0;
}
.size-post .location-container .location-columns .wdp-column-60 .location-content .icons-guide li {
  max-width: 115px;
  width: 100%;
  text-align: center;
}
.size-post .location-container .location-columns .wdp-column-60 .location-content .icons-guide li img {
  width: 100%;
  height: auto;
}
.size-post .location-container .location-columns .wdp-column-60 .location-content .storage-tbl-options {
  border: 1px solid #76b2ff;
  border-radius: 12px;
  margin-bottom: 50px;
}
.size-post .location-container .location-columns .wdp-column-60 .location-content .storage-tbl-options .tbl-p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid #76b2ff;
  color: #0047a3;
  max-width: 700px;
}
.size-post .location-container .location-columns .wdp-column-60 .location-content .storage-tbl-options .tbl-p strong {
  font-weight: 700;
}
.size-post .location-container .location-columns .wdp-column-60 .location-content .storage-tbl-options .tbl-p:last-child {
  border-bottom: none;
}
.size-post .location-container .location-columns .wdp-column-60 .location-content .payment-options {
  border: 1px solid #76b2ff;
  border-radius: 12px;
  margin: 50px auto;
  padding: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.size-post .location-container .location-columns .wdp-column-60 .location-content .payment-options .payment-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0047a3;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 30px;
  text-align: center;
  max-width: 210px;
}
.size-post .location-container .location-columns .wdp-column-60 .location-content .payment-options .payment-p strong {
  font-weight: 600;
  width: 100%;
  font-size: 16px;
  margin-bottom: 24px;
}
.size-post .location-container .location-columns .wdp-column-60 .location-content .payment-options .payment-p:nth-child(2) {
  border-left: 1px solid #76b2ff;
  border-right: 1px solid #76b2ff;
}
.size-post .location-container .location-columns .wdp-column-60 .location-content .image-storage {
  margin: 50px auto;
}
.size-post .location-container .location-columns .wdp-column-60 .location-content .storage-locations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f8ff;
  padding: 12px;
  border-radius: 12px;
}
.size-post .location-container .location-columns .wdp-column-60 .location-content .storage-locations a {
  margin-left: 15px;
  color: #0047a3;
  font-family: "Poppins", serif;
  font-size: 18px;
  text-decoration: underline;
  font-weight: 600;
}
.size-post .location-container .location-columns .wdp-column-60 .location-content .icons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 36px auto 40px;
}
.size-post .location-container .location-columns .wdp-column-60 .location-content .check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.size-post .location-container .location-columns .wdp-column-60 .location-content .check-list li {
  color: #0047a3;
  font-family: "Poppins", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; /* 200% */
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.size-post .location-container .location-columns .wdp-column-60 .location-content .check-list li strong {
  font-weight: 700;
  margin-right: 10px;
}
.size-post .location-container .location-columns .wdp-column-60 .location-content .check-list li img {
  margin-right: 10px;
}
.size-post .location-container .location-columns .wdp-column-60 .location-content .location-orange-btn {
  max-width: 400px;
  margin: 20px auto 50px;
}
.size-post .location-container .location-columns .wdp-column-60 .location-content .faq-section {
  padding: 50px 10px;
}
.size-post .location-container .location-columns .wdp-column-60 .location-content .faq-section h4 {
  color: #0047a3;
  font-family: "Poppins", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px;
}
.size-post .location-container .location-columns .wdp-column-60 .location-content .faq-section h3 {
  color: #000;
  font-family: "Poppins", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.size-post .location-container .location-columns .wdp-column-60 .location-content .faq-section p {
  color: #000;
  font-family: "Poppins", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 30px;
}
.size-post .location-container .location-columns .wdp-column-60 .location-content .faq-section hr {
  border: 1px solid #76b2ff;
  margin: 25px auto;
}
.size-post .location-container .location-columns .wdp-column-40 {
  background-color: #f2f8ff;
}
.size-post .location-container .location-columns .wdp-column-40 .location-info-content {
  padding: 50px 15px 15px;
}
.size-post .location-container .location-columns .wdp-column-40 .location-info-content h3 {
  color: #0047a3;
  font-family: "Poppins", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 24px;
}
.size-post .location-container .location-columns .wdp-column-40 .location-info-content .location-info-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0047a3;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}
.size-post .location-container .location-columns .wdp-column-40 .location-info-content .location-info-p img {
  margin-right: 10px;
}
.size-post .location-container .location-columns .wdp-column-40 .location-info-content .location-info-btn {
  width: 100%;
  margin: 20px auto;
  text-align: center;
  display: block;
}
.size-post .location-container .location-columns .wdp-column-40 .location-info-content p {
  color: #000;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
}
.size-post .location-container .location-columns .wdp-column-40 .location-info-content .storage-info {
  border-top: 1px solid #76b2ff;
  padding-top: 14px;
  margin-bottom: 14px;
  font-size: 16px;
  color: #595959;
  width: 100%;
  color: #0047a3;
  font-family: "Poppins", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px; /* 205.556% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.size-post .location-container .location-columns .wdp-column-40 .location-info-content .storage-info strong {
  color: #0047a3;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
}
.size-post .location-container .location-columns .wdp-column-40 .location-info-content .layout-img {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.size-post .location-container .location-columns .wdp-column-40 .location-info-content .layout-img img {
  width: 80%;
  height: auto;
}

.tips-tricks {
  background-color: #003171;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.tips-tricks .tips-container {
  margin: 0 auto;
  margin-top: 100px;
  padding: 110px 42px 64px 42px;
  border-radius: 24px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .tips-tricks .tips-container {
    padding: 64px 20px;
  }
}
.tips-tricks .tips-container .tips-title {
  color: #76b2ff;
  font-family: "Poppins", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .tips-tricks .tips-container .tips-title {
    font-size: 40px;
    width: 100%;
    text-align: left;
  }
}
.tips-tricks .tips-container .tips-title strong {
  margin-left: 20px;
  color: #003171;
  font-family: "Poppins", serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .tips-tricks .tips-container .tips-title strong {
    font-size: 24px;
    width: 100%;
    text-align: left;
  }
}
.tips-tricks .tips-container .tips-content {
  margin-top: 20px;
  font-family: "Poppins", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  text-align: left;
}
.tips-tricks .tips-container .tips-content strong {
  color: #76b2ff;
}
.tips-tricks .tips-container .tips-content .link-top {
  color: #76b2ff;
  text-decoration: none;
}
.tips-tricks .tips-container .tips-content .link-top:hover {
  color: #003171;
}
.tips-tricks .tips-container .tips-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1360px;
  margin: 100px auto;
}
.tips-tricks .tips-container .tips-options .tips-boxes {
  gap: 20px;
  max-width: 290px;
  min-height: 285px;
  width: 100%;
  padding-bottom: 24px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 5px 6px 9px 0px rgba(0, 0, 0, 0.1);
}
.tips-tricks .tips-container .tips-options .tips-boxes .tips-image {
  background-color: #fff;
  width: 100%;
  min-height: 160px;
  background-position: center;
  background-size: cover;
}
.tips-tricks .tips-container .tips-options .tips-boxes .tips-box-content {
  padding: 12px 16px;
}
.tips-tricks .tips-container .tips-options .tips-boxes .tips-box-content .tips-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.tips-tricks .tips-container .tips-options .tips-boxes .tips-box-content .tips-date .tips-date-p {
  color: #000;
  font-family: "Poppins", serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
.tips-tricks .tips-container .tips-options .tips-boxes .tips-box-content .tips-date .tips-date-tag {
  border-radius: 5px;
  background-color: #f2f8ff;
  padding: 0px 18px;
  text-align: center;
  color: #0047a3;
}
.tips-tricks .tips-container .tips-options .tips-boxes .tips-box-content .tips-box-title {
  color: #000;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.blog-post {
  background-color: #003171;
  padding-top: 220px;
  padding-bottom: 52px;
}
@media (max-width: 768px) {
  .blog-post {
    padding-top: 100px;
  }
}
.blog-post .blog-container {
  max-width: 1132px;
  width: 100%;
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
}
.blog-post .blog-container .blog-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  max-width: 1132px;
  width: 100%;
}
.blog-post .blog-container .blog-columns .blog-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #0047a3;
  padding: 18px 42px;
  position: relative;
  font-family: "Poppins", serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 249px;
}
.blog-post .blog-container .blog-columns .blog-title .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 249px;
  padding: 52px 42px;
  background: rgba(0, 71, 163, 0.7);
}
.blog-post .blog-container .blog-columns .blog-title .overlay h1 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  font-family: "Poppins", serif;
}
@media (max-width: 768px) {
  .blog-post .blog-container .blog-columns .blog-title .overlay h1 {
    font-size: 32px;
    text-align: center;
  }
}
.blog-post .blog-container .blog-columns .blog-title .download-btn {
  color: #fff;
  font-family: "Poppins", serif;
  font-size: 12.432px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.249px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 40.849px;
  background: #76b2ff;
  padding: 10.66px 21.31px;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  display: flex;
  max-width: 220px;
  width: 100%;
}
.blog-post .blog-container .blog-columns .blog-title .download-btn:hover {
  background: #003171;
}
.blog-post .blog-container .blog-columns .wp-block-separator {
  border: 1px solid #76b2ff;
  margin: 25px auto;
}
.blog-post .blog-container .blog-columns .wdp-column-70 img {
  width: 100%;
  height: 100%;
}
.blog-post .blog-container .blog-columns .wdp-column-70 .blog-content {
  padding: 48px 10px 42px 48px;
}
@media (max-width: 768px) {
  .blog-post .blog-container .blog-columns .wdp-column-70 .blog-content {
    padding: 25px;
  }
}
.blog-post .blog-container .blog-columns .wdp-column-70 .blog-content .blog-date-p {
  margin-bottom: 20px;
}
.blog-post .blog-container .blog-columns .wdp-column-70 .blog-content h2 {
  color: #0047a3;
  font-family: "Poppins", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px; /* 154.167% */
  width: 100%;
  max-width: 634px;
  margin-bottom: 30px;
}
.blog-post .blog-container .blog-columns .wdp-column-70 .blog-content p {
  color: #000;
  font-family: "Poppins", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  max-width: 570px;
  margin-bottom: 20px;
}
.blog-post .blog-container .blog-columns .wdp-column-70 .blog-content .icons-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 50px 0;
}
.blog-post .blog-container .blog-columns .wdp-column-70 .blog-content .icons-guide li {
  max-width: 115px;
  width: 100%;
  text-align: center;
}
.blog-post .blog-container .blog-columns .wdp-column-70 .blog-content .icons-guide li img {
  width: 100%;
  height: auto;
}
.blog-post .blog-container .blog-columns .wdp-column-70 .blog-content .storage-tbl-options {
  border: 1px solid #76b2ff;
  border-radius: 12px;
  margin-bottom: 50px;
}
.blog-post .blog-container .blog-columns .wdp-column-70 .blog-content .storage-tbl-options .tbl-p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid #76b2ff;
  color: #0047a3;
  max-width: 700px;
}
.blog-post .blog-container .blog-columns .wdp-column-70 .blog-content .storage-tbl-options .tbl-p strong {
  font-weight: 700;
}
.blog-post .blog-container .blog-columns .wdp-column-70 .blog-content .storage-tbl-options .tbl-p:last-child {
  border-bottom: none;
}
.blog-post .blog-container .blog-columns .wdp-column-70 .blog-content .payment-options {
  border: 1px solid #76b2ff;
  border-radius: 12px;
  margin: 50px auto;
  padding: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-post .blog-container .blog-columns .wdp-column-70 .blog-content .payment-options .payment-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0047a3;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 30px;
  text-align: center;
  max-width: 210px;
}
.blog-post .blog-container .blog-columns .wdp-column-70 .blog-content .payment-options .payment-p strong {
  font-weight: 600;
  width: 100%;
  font-size: 16px;
  margin-bottom: 24px;
}
.blog-post .blog-container .blog-columns .wdp-column-70 .blog-content .payment-options .payment-p:nth-child(2) {
  border-left: 1px solid #76b2ff;
  border-right: 1px solid #76b2ff;
}
.blog-post .blog-container .blog-columns .wdp-column-70 .blog-content .image-storage {
  margin: 50px auto;
}
.blog-post .blog-container .blog-columns .wdp-column-70 .blog-content .storage-blogs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f8ff;
  padding: 12px;
  border-radius: 12px;
}
.blog-post .blog-container .blog-columns .wdp-column-70 .blog-content .storage-blogs a {
  margin-left: 15px;
  color: #0047a3;
  font-family: "Poppins", serif;
  font-size: 18px;
  text-decoration: underline;
  font-weight: 600;
}
.blog-post .blog-container .blog-columns .wdp-column-70 .blog-content .icons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 36px auto 40px;
}
.blog-post .blog-container .blog-columns .wdp-column-70 .blog-content .check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.blog-post .blog-container .blog-columns .wdp-column-70 .blog-content .check-list li {
  color: #0047a3;
  font-family: "Poppins", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; /* 200% */
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.blog-post .blog-container .blog-columns .wdp-column-70 .blog-content .check-list li strong {
  font-weight: 700;
  margin-right: 10px;
}
.blog-post .blog-container .blog-columns .wdp-column-70 .blog-content .check-list li img {
  margin-right: 10px;
}
.blog-post .blog-container .blog-columns .wdp-column-70 .blog-content .blog-orange-btn {
  max-width: 400px;
  margin: 20px auto 50px;
}
.blog-post .blog-container .blog-columns .wdp-column-70 .blog-content .faq-section {
  padding: 50px 10px;
}
.blog-post .blog-container .blog-columns .wdp-column-70 .blog-content .faq-section h4 {
  color: #0047a3;
  font-family: "Poppins", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px;
}
.blog-post .blog-container .blog-columns .wdp-column-70 .blog-content .faq-section h3 {
  color: #000;
  font-family: "Poppins", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.blog-post .blog-container .blog-columns .wdp-column-70 .blog-content .faq-section p {
  color: #000;
  font-family: "Poppins", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 30px;
}
.blog-post .blog-container .blog-columns .wdp-column-70 .blog-content .faq-section hr {
  border: 1px solid #76b2ff;
  margin: 25px auto;
}
.blog-post .blog-container .blog-columns .blog-40 {
  padding: 50px 20px;
}
.blog-post .blog-container .blog-columns .blog-40 h2 {
  color: #0047a3;
  font-family: "Poppins", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 25px;
}
.blog-post .blog-container .blog-columns .blog-40 .wp-block-latest-posts__post-title {
  border-radius: 10px;
  background: #fff;
  /* shadow */
  box-shadow: 5px 6px 9px 0px rgba(0, 0, 0, 0.1);
  color: #000;
  font-family: "Poppins", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: block;
  padding: 12px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  margin-bottom: 20px;
}
.blog-post .blog-container .blog-columns .blog-40 .wp-block-image {
  margin: 25px auto;
}

.supplie-page {
  background-color: #003171;
  padding-top: 150px;
}
.supplie-page .page-container {
  background-color: #fff;
  padding: 110px 42px 64px 42px;
  border-radius: 24px;
}
.supplie-page .page-container .supplie-title {
  color: #76b2ff;
  font-family: "Poppins", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .supplie-page .page-container .supplie-title {
    font-size: 40px;
    width: 100%;
    text-align: left;
  }
}
.supplie-page .page-container .supplie-title strong {
  margin-left: 20px;
  color: #003171;
  font-family: "Poppins", serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .supplie-page .page-container .supplie-title strong {
    font-size: 24px;
    width: 100%;
    text-align: left;
  }
}
.supplie-page .page-container .supplie-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin-top: 50px;
}
.supplie-page .page-container .supplie-boxes .sup-column {
  padding: 20px;
}
.supplie-page .page-container .supplie-boxes .sup-column .sup-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f8ff;
  border-radius: 12px;
  margin-bottom: 24px;
  overflow: hidden;
  padding: 21px;
}
.supplie-page .page-container .supplie-boxes .sup-column .sup-box img {
  width: 100%;
  max-width: 180px;
  height: auto;
}
.supplie-page .page-container .supplie-boxes .sup-column .sup-box .sup-content {
  width: 100%;
  max-width: 340px;
}
.supplie-page .page-container .supplie-boxes .sup-column .sup-box .sup-content h3 {
  color: #003171;
  font-family: "Poppins", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px; /* 154.167% */
}
.supplie-page .page-container .supplie-boxes .sup-column .sup-box .sup-content p {
  color: #003171;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
}

.contact-page {
  background-color: #003171;
  padding-top: 150px;
}
.contact-page .page-container {
  background-color: #fff;
  padding: 110px 42px 64px 42px;
  border-radius: 24px;
}
.contact-page .page-container .contact-title {
  color: #76b2ff;
  font-family: "Poppins", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  line-height: 62px;
}
@media (max-width: 768px) {
  .contact-page .page-container .contact-title {
    font-size: 40px;
    width: 100%;
    text-align: left;
  }
}
.contact-page .page-container .contact-title strong {
  color: #003171;
  font-family: "Poppins", serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .contact-page .page-container .contact-title strong {
    font-size: 24px;
    width: 100%;
    text-align: left;
  }
}
.contact-page .page-container .page-content {
  margin: 50px auto;
}
.contact-page .page-container .page-content p {
  color: #000;
  font-family: "Poppins", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.contact-page .page-container .contact-boxes {
  margin: 50px auto;
}
.contact-page .page-container .contact-boxes h4 {
  color: #0047a3;
  font-family: "Poppins", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
.contact-page .page-container .contact-boxes p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #000;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contact-page .page-container .contact-boxes .wdp-column:first-child {
  border-right: 1px solid #76b2ff;
}
@media (max-width: 768px) {
  .contact-page .page-container .contact-boxes .wdp-column:first-child {
    border-right: none;
  }
}
.contact-page .page-container .contact-form {
  background-image: url("./../../images/contact-image.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 110px 36px;
  max-width: 619px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  min-height: 715px;
  box-shadow: 0px 2px 6.2px 0px rgba(0, 0, 0, 0.1);
}
.contact-page .page-container .contact-form h2 {
  color: #fff;
  font-family: "Poppins", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 24px;
  text-align: left;
}

.contact-form {
  padding: 50px 10px !important;
  min-height: auto !important;
}

.form-contact input {
  border-radius: 12px !important;
}

.wpforms-field-label {
  color: #fff !important;
  font-family: "Poppins", serif !important;
  font-weight: 300 !important;
}

.btn-orange-solid {
  background-color: #ff9107 !important;
  color: #fff !important;
  padding: 5px 10px !important;
  border: 1px solid #ff9107 !important;
  border-radius: 25px !important;
  text-transform: uppercase !important;
  font-family: "Poppins", serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  transition: all 0.3s ease-in-out !important;
  text-decoration: none;
  min-width: 150px;
}

.contact-page .page-content {
  padding: 20px;
}

.tips-tricks .tips-container .tips-options {
  gap: 20px;
}

.tips-date-tag {
  margin-left: 3px;
  font-size: 10px;
  font-weight: 300;
  padding: 3px 10px !important;
}

.tips-tricks .tips-container .tips-options .tips-boxes {
  min-height: 305px;
}

.steps-container a:hover {
  text-decoration: none !important;
  transform: scale(1.03);
}

.location-info-p a {
  color: #0047a3;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.wp-block-heading {
  margin-top: 15px;
}

.wp-b-m {
  margin-top: 50px;
  margin-bottom: 10px !important;
}

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