:root {
  --primary-font: "Manrope", sans-serif;
  --neutral-black: #000000;
  --h1-size: 4rem;
  --h2-size: 3.6rem;
  --h3-size: 2.8rem;
  --h4-size: 2rem;
  --h5-size: 1.6rem;
  --h6-size: 1.2rem;
}

html {
  font-size: 10px;
}

body {
  color: var(--neutral-black);
  font-family: var(--primary-font);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}
body a {
  color: var(--neutral-black);
  text-decoration: none;
}
body a:hover {
  color: var(--neutral-black);
  text-decoration: underline;
}
body h1,
body .h1 {
  font-size: var(--h1-size);
  line-height: 6rem;
}
body h2,
body .h2 {
  font-size: var(--h2-size);
  line-height: 5.2rem;
  font-weight: 600;
}
body h3,
body .h3 {
  font-size: var(--h3-size);
  line-height: 4rem;
  font-weight: 600;
}
body h4,
body .h4 {
  font-size: var(--h4-size);
  line-height: 2.8rem;
}
body h5,
body .h5 {
  font-size: var(--h5-size);
  line-height: 3.2rem;
}
body h6,
body .h6 {
  font-size: var(--h6-size);
  line-height: 2.4rem;
}
body .btn {
  color: white;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 224px;
  line-height: 100%;
  padding: 1rem 2.4rem;
  transition: all 0.3s ease;
  border: none;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease;
  line-height: 24px;
}
body .btn:hover {
  text-decoration: none;
}
body .btn.btn-primary {
  background-color: #110F1E;
}
body .btn.btn-primary:hover {
  color: #110F1E;
  background: #95DCEF;
}
body .btn.btn-outlined {
  color: #110F1E;
  border: 1px solid #110F1E;
}
body .btn.btn-outlined:hover {
  color: white;
  background-color: #110F1E;
  border: 1px solid #110F1E;
}
@media (min-width: 1400px) {
  body .site-header .container,
  body .site-header .container-lg,
  body .site-header .container-md,
  body .site-header .container-sm,
  body .site-header .container-xl,
  body .site-header .container-xxl {
    max-width: 117rem;
  }
}
body .container,
body .container-lg,
body .container-md,
body .container-sm,
body .container-xl,
body .container-xxl {
  --bs-gutter-x: 3.2rem;
}
@media (min-width: 1440px) {
  body .container,
  body .container-lg,
  body .container-md,
  body .container-sm,
  body .container-xl,
  body .container-xxl {
    max-width: 117rem;
  }
}
@media (max-width: 767px) {
  body .container,
  body .container-lg,
  body .container-md,
  body .container-sm,
  body .container-xl,
  body .container-xxl {
    --bs-gutter-x: 3.2rem;
  }
}
body .container .row,
body .container-lg .row,
body .container-md .row,
body .container-sm .row,
body .container-xl .row,
body .container-xxl .row {
  --bs-gutter-x: 3.2rem;
}
@media (max-width: 767px) {
  body .container .row,
  body .container-lg .row,
  body .container-md .row,
  body .container-sm .row,
  body .container-xl .row,
  body .container-xxl .row {
    --bs-gutter-x: 3.2rem;
  }
}

.site-header {
  padding: 24px 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.3s ease;
  z-index: 99;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(2px);
}
@media screen and (max-width: 768px) {
  .site-header {
    padding: 16px 0;
  }
}
.site-header.sticky {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 16px 0;
  position: fixed;
}
.site-header .site-logo img {
  max-width: 102px;
}
.site-header .btn.btn-outlined {
  padding: 0.6rem 2rem;
  line-height: 24px;
}

body.logged-in .site-header {
  top: 3.2rem;
}
body.logged-in .default-page-content {
  padding-top: 14rem;
}

.default-page-content {
  padding-top: 8rem;
}

.site-footer {
  position: relative;
}
.site-footer .grid-after {
  bottom: 6.4rem;
}
.site-footer .container-outer {
  border-right: 1px solid rgba(68, 73, 85, 0.15);
  border-left: 1px solid rgba(68, 73, 85, 0.15);
  padding: 0 2.4rem;
  padding-top: 8rem;
  max-width: 1080px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .site-footer .container-outer {
    padding-top: 4rem;
    max-width: calc(100% - 4.8rem);
  }
}
.site-footer .footer-column-one .footer-logo-img {
  max-width: 137px;
  margin-bottom: 24px;
}
.site-footer .footer-column-one p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 23.8px;
  margin: 0;
}
.site-footer .footer-column-one .social-icons {
  display: flex;
  gap: 1rem;
}
@media screen and (min-width: 992px) {
  .site-footer .footer-column-one .social-icons {
    margin-top: 48px;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .footer-column-one .social-icons {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .nav-links {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .site-footer .nav-links:last-child {
    margin-bottom: 0;
  }
}
.site-footer .nav-links h5 {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}
.site-footer .nav-links ul {
  list-style-type: none;
  padding: 0;
  margin: 2rem 0 0 0;
}
@media screen and (max-width: 991px) {
  .site-footer .nav-links ul {
    margin-top: 1.6rem;
  }
}
.site-footer .nav-links ul li a {
  padding: 4px 0;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}
.site-footer .nav-links ul li a:hover {
  color: #2A6F62;
  text-decoration: none;
}
.site-footer .nav-links ul li.current_page_item a {
  color: #2A6F62;
  font-weight: 700;
}
.site-footer .copyright {
  margin-top: 64px;
  padding: 20px 0;
}
.site-footer .copyright p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 23.8px;
  margin: 0;
}

.grid-lines {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 4;
}
@media screen and (min-width: 1200px) {
  .grid-lines {
    width: 100%;
  }
}
.grid-lines .grid-container {
  max-width: 1080px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .grid-lines .grid-container {
    width: calc(100% - 4.829rem);
  }
}
.grid-lines .--plus {
  background-color: white;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.grid-lines .--plus.--left {
  left: -11px;
}
.grid-lines .--plus.--right {
  right: -12px;
}
.grid-lines .--line {
  display: block;
  height: 1px;
  background-color: rgba(68, 73, 85, 0.15);
  width: 100%;
  top: 13px;
  position: relative;
}/*# sourceMappingURL=theme.css.map */