/* -------- Import --------- */
body {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: #1E1E1E;
  background-color: #ffffff;
}
body a {
  color: #022236;
  text-decoration: none;
}
body a:hover {
  color: #022236;
  text-decoration: underline;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}
body h1 {
  font-size: clamp(40px, 8vw, 77px);
}
body h2 {
  font-size: 2.5rem;
}
@media (max-width: 769px) {
  body h2 {
    font-size: 2rem;
  }
}
body h3 {
  font-size: 2.375rem;
}
@media (max-width: 576px) {
  body h3 {
    font-size: 1.375rem;
  }
}
body h4 {
  font-size: 1.625rem;
}
@media (max-width: 576px) {
  body h4 {
    font-size: 1.25rem;
  }
}
body h5 {
  font-size: 1.5625rem;
  text-transform: none;
}
@media (max-width: 576px) {
  body h5 {
    font-size: 1.125rem;
  }
}
body h6 {
  font-size: 1.5rem;
}
@media (max-width: 576px) {
  body h6 {
    font-size: 1.125rem;
  }
}
body h3.wp-block-heading {
  margin-block-end: 42px;
}

:root {
  --blz--style--global--content-size: 1700px;
  --blz--style--global--wide-size: 1700px;
  --blz--style--global--font-size-base: 20px;
}

body {
  overflow-x: hidden;
  margin: 0;
}

body .grid-wrapper.grey {
  background-color: #f8f8f8;
}
body .grid {
  padding: 80px;
  display: grid;
  column-gap: 100px;
  row-gap: 40px;
  max-width: 1700px;
  margin: auto;
}
body .grid .wysiwyg-content {
  font-size: 18px;
  color: #5e5e5e;
}
body .grid h2 {
  color: #84CBCD;
  position: relative;
  margin-bottom: 60px;
}
body .grid h2::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: -20px;
  height: 0.3rem;
  width: 150px;
  background-color: #84CBCD;
}
body .grid .image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 576px) {
  body .grid .image-grid {
    gap: 10px;
  }
}
body .grid-cols-2 {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (max-width: 1200px) {
  body .grid-cols-2 {
    column-gap: 40px;
  }
}
@media (max-width: 1024px) {
  body .grid-cols-2 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 769px) {
  body .grid-cols-2 {
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  body .grid-cols-2.left-image {
    display: flex;
    flex-direction: column-reverse;
  }
}
body .development-img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

body.home #page header#masthead {
  position: sticky;
  top: 0;
  height: 0;
}
body.home #page article.page .entry-header {
  display: none;
}
body .hero {
  background-image: url(/wp-content/uploads/2025/08/image-e1758705634653.png);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  padding: 14vh 80px 80px !important;
  min-height: 100vh;
  margin-bottom: 0;
  text-align: center;
}
body .hero.secondary {
  min-height: 650px;
  height: 100%;
}
@media (max-width: 769px) {
  body .hero.secondary {
    min-height: 450px;
  }
}
@media (max-width: 769px) {
  body .hero.development-hero {
    min-height: 830px;
    height: 100%;
  }
}
body .hero .wp-block-columns {
  padding: 0 !important;
}
@media (max-width: 576px) {
  body .hero {
    padding: 10vh 30px 80px !important;
  }
}
body .hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(2, 34, 54, 0.7);
  z-index: -1;
}
body .hero img {
  width: 450px;
}
@media (max-width: 576px) {
  body .hero img {
    width: 250px;
  }
}
body .hero .wp-block-column {
  margin: 0 !important;
}
body .hero h1, body .hero h2 {
  color: #ffffff;
}
body .hero h1 {
  position: relative;
  margin-top: 100px;
}
body .hero h1::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  height: 0.3rem;
  width: 150px;
  background-color: #ffffff;
}
body .hero h2 {
  margin-top: 65px;
}
body .wp-block-columns.alignwide {
  max-width: 1700px;
  margin: auto;
  padding: 100px 80px;
}
@media (max-width: 576px) {
  body .wp-block-columns.alignwide {
    padding: 30px;
  }
}

/* ------------ Blog ------------ */
body {
  /* Main Archive */
  /* Single Blog Post */
  /* Both Archive and Single Post */
}
body header#masthead {
  z-index: 2;
  transition: background-color 0.3s ease-in-out, height 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
}
body header#masthead .container {
  max-width: var(--blz--style--global--content-size);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
body header#masthead .site-branding, body header#masthead #site-navigation {
  margin-top: 33px;
}
body header#masthead .wordmark {
  padding-left: 35px;
  padding-bottom: 23px;
}
@media (max-width: 1700px) {
  body header#masthead {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 576px) {
  body header#masthead .custom-logo, body header#masthead .wordmark {
    height: auto;
  }
  body header#masthead .custom-logo {
    width: 80px;
    margin-top: 10px;
  }
  body header#masthead .wordmark {
    width: 160px;
    padding-left: 10px;
    padding-bottom: 15px;
  }
}
body #wpadminbar + #page header#masthead {
  top: 32px;
}

body.blz_scrolled #page header#masthead {
  background-color: #022236;
  height: auto;
  padding-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* --------- Footer --------- */
body.home footer {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  left: 0;
  right: 0;
}
body.home footer a {
  color: #ffffff;
}
body footer {
  text-align: center;
  padding: 20px;
}
body footer .edit-link {
  display: none;
}
body #footer, body #socket {
  color: #ffffff;
  margin-bottom: 0;
}
body #footer {
  background-color: #1E1E1E;
  padding-top: 100px;
  padding-bottom: 100px;
}
body #footer h2 {
  font-size: 1.625rem;
  letter-spacing: 0.1em;
  margin: 0;
}
body #footer ul.menu {
  list-style-type: none;
  padding-left: 0;
}
body #footer ul.menu li.menu-item {
  padding-bottom: 0.7em;
}
@media (max-width: 1700px) {
  body #footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body #socket {
  background-color: #022236;
  padding: 50px 0;
}
body #socket .wp-block-columns .wp-block-column:nth-child(even) {
  text-align: right;
}
@media (max-width: 769px) {
  body #socket .wp-block-columns .wp-block-column:nth-child(even) {
    text-align: left;
  }
}
@media (max-width: 1700px) {
  body #socket {
    padding-left: 20px;
    padding-right: 20px;
  }
}

h1.entry-title,
.entry-content > .wp-block-columns {
  padding-top: 100px;
  padding-bottom: 100px;
  margin: 0;
}
h1.entry-title > .wp-block-column,
.entry-content > .wp-block-columns > .wp-block-column {
  flex: 1 1 0%;
  min-width: 0;
}
h1.entry-title > .wp-block-column > .wp-block-columns,
.entry-content > .wp-block-columns > .wp-block-column > .wp-block-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 100px;
  padding: 0;
}
h1.entry-title > .wp-block-column > .wp-block-columns.blz-flex,
.entry-content > .wp-block-columns > .wp-block-column > .wp-block-columns.blz-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
h1.entry-title > .wp-block-column > .wp-block-columns + .wp-block-columns,
.entry-content > .wp-block-columns > .wp-block-column > .wp-block-columns + .wp-block-columns {
  margin-top: 90px;
}
@media (max-width: 1700px) {
  h1.entry-title > .wp-block-column,
  .entry-content > .wp-block-columns > .wp-block-column {
    margin-left: 20px;
    margin-right: 20px;
  }
}

body .wp-block-buttons {
  gap: 1em;
}
body .wp-block-button__link {
  border-radius: 0;
  font-weight: 700;
  text-transform: uppercase;
}
body .wp-block-button.is-style-outline {
  border: 4px solid #ffffff;
}
body .btn-wrapper {
  text-align: center;
  margin-top: 70px;
}
body .btn-wrapper .btn {
  text-transform: uppercase;
  border-radius: 40px;
  background-color: #84CBCD;
  color: #022236;
  padding: 20px 30px;
  font-size: 24px;
  font-weight: 600;
  border: none;
}
body .btn-wrapper .btn:hover {
  cursor: pointer;
  text-decoration: underline;
}
body .btn-wrapper.have-your-say {
  text-align: left;
  margin-top: 50px;
}
body .btn-wrapper.have-your-say .btn {
  color: #ffffff;
}

body {
  /* Modal overlay */
  /* Modal box */
  /* Close button */
  /* Hover effect for close button */
}
body .modal {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  box-sizing: border-box;
}
body .modal-content {
  background: #022236;
  color: #84CBCD;
  padding: 20px 40px;
  border-radius: 10px;
  max-width: 600px;
  width: 100%;
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  animation: slide-down 0.3s ease-out;
  font-size: 18px;
  line-height: 1.2em;
  max-height: 80vh;
  overflow-y: auto;
  overscroll-behavior: contain;
}
@media (max-width: 576px) {
  body .modal-content {
    padding: 20px 30px;
  }
}
body .modal-content label {
  display: block;
  margin-bottom: 10px;
}
body .modal-content textarea {
  width: 100%;
  font-size: 20px;
  height: 95px;
  font-family: "Lato", sans-serif;
  box-sizing: border-box;
}
body .modal-content .wpcf7-response-output {
  border-color: #ffffff !important;
  padding: 15px;
}
body .modal-content .wpcf7-submit, body .modal-content .wpcf7-spinner {
  display: block;
  margin: auto;
}
body .modal-content p:last-of-type {
  margin-bottom: 0;
}
body .modal-content .wpcf7-submit {
  font-size: 30px;
  text-transform: uppercase;
  max-width: 300px;
  width: 100%;
  background: #84CBCD;
  color: #022236;
  padding: 10px 30px;
  border-radius: 40px;
  font-weight: 600;
}
body .close-modal {
  position: absolute;
  top: 3px;
  right: 15px;
  border: none;
  background: transparent;
  font-size: 3rem;
  cursor: pointer;
  color: #84CBCD;
}
body .close-modal:hover {
  color: #ffffff;
}

nav#site-navigation button.menu-toggle {
  display: none;
}
@media (max-width: 1024px) {
  nav#site-navigation button.menu-toggle {
    display: block;
  }
}
nav#site-navigation ul#primary-menu {
  display: flex;
  gap: 35px;
  font-size: 22px;
  font-weight: 500;
}
nav#site-navigation ul#primary-menu li {
  list-style-type: none;
}
nav#site-navigation ul#primary-menu li.current-menu-item {
  border-bottom: 3px solid #ffffff;
}
nav#site-navigation ul#primary-menu li a {
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 5px;
}
@media (max-width: 1024px) {
  nav#site-navigation .menu-primary-menu-container {
    width: 300px;
    gap: 20px;
    background: #022236;
    position: absolute;
    right: -320px;
    transition: right 0.3s ease-in-out;
  }
  nav#site-navigation .menu-primary-menu-container ul#primary-menu {
    flex-direction: column;
  }
  nav#site-navigation.toggled .menu-primary-menu-container {
    right: -20px;
  }
  nav#site-navigation button.menu-toggle {
    background-color: #ffffff;
    color: #022236;
    border: none;
    font-size: 45px;
    padding: 10px 17px 8px;
  }
}

body.privacy-policy footer {
  background: #f0f0f0;
}/*# sourceMappingURL=main.css.map */