*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

header,
nav,
section {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin: 1rem 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul {
  margin-bottom: 0;
}

strong {
  font-weight: bolder;
}

a {
  color: #2070a7;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #2070a7;
  text-decoration: underline;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

[role=button] {
  cursor: pointer;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.h1,
.h4,
h1,
h2,
h3 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1,
h1 {
  font-weight: 700 !important;
  font-size: 1.5rem !important;
  max-width: 100% !important;
}

h2 {
  font-size: 2rem;
}

h3 {
  margin: 0.5rem 0 1rem 0;
  font-size: 1.75rem;
}

.h4 {
  font-size: 1.5rem;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.text-white {
  color: #fff !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
}
.text-uppercase {
  text-transform: uppercase !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(100, 161, 157, 0.25);
}
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.bg-grayed a.btn-primary,
.btn-primary {
  color: #fff;
  background-color: #2f7da7;
  border-color: #2f7da7;
}
.bg-grayed a.btn-primary:hover,
.btn-primary:hover {
  color: #fff;
  background-color: #0072b1;
  border-color: #0072b1;
}
.bg-grayed a.btn-primary:focus,
.btn-primary:focus {
  color: #fff;
  background-color: #0072b1;
  border-color: #0072b1;
  box-shadow: 0 0 0 0.2rem rgba(123, 175, 172, 0.5);
}
.bg-grayed a.btn-primary.inverted,
.btn-primary.inverted {
  color: #2f7da7;
  background-color: #fff;
  border-color: #fff;
}
.bg-grayed a.btn-primary.inverted:hover,
.btn-primary.inverted:hover {
  color: #2f7da7;
  background-color: #ecedf1;
  border-color: #ecedf1;
}
.bg-grayed a.btn-primary.inverted:focus,
.btn-primary.inverted:focus {
  color: #2f7da7;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 0 0 0.2rem rgba(123, 175, 172, 0.5);
}

.btn-primary:disabled {
  color: #fff;
  background-color: #64a19d;
  border-color: #64a19d;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #0072b1;
  border-color: #0072b1;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(123, 175, 172, 0.5);
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.collapse:not(.show) {
  display: none;
  height: auto !important;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #2f7da7;
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-grayed {
  background-color: #ecedf1 !important;
}
.bg-grayed a {
  color: #2070a7;
  background-color: transparent;
}

.bg-dark {
  background-color: #2f7da7 !important;
}
.bg-dark a {
  color: #fff !important;
}
.bg-dark a:focus, .bg-dark a:hover {
  color: #fff !important;
}
.bg-dark .btn-primary.inverted {
  color: #2f7da7 !important;
}

.bg-white {
  background-color: #fff !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.h-100 {
  height: 100% !important;
}

@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body,
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
}
body {
  letter-spacing: 0.0625em;
}

.btn {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1rem 1.5rem;
  border: 0;
}

.circle-icon {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 8rem;
  width: 8rem;
  margin: 0.5rem auto;
}
.circle-icon img {
  display: block;
  margin: 0 auto;
}

.section-main {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 576px) {
  .section-main {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .section-main {
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
  }
}

header {
  margin-top: 4rem;
}

.footer {
  background-color: #eee;
  padding: 3rem 0 0;
}
.footer a {
  display: block;
  padding: 0.25rem 0;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .footer a {
    padding: 0;
    font-size: 1rem;
  }
}
.footer .copyright p {
  background-color: #fff;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  border-radius: 3rem;
}
.footer .copyright a {
  color: #000;
}

#accordion .card {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  color: #000;
}
#accordion .card .card-header {
  padding: 0.5rem 1.25rem;
}
#accordion .card .card-header a {
  color: #2f7da7;
}
#accordion .card .card-header a::before {
  display: inline-block;
  content: "";
  width: 17px;
  height: 17px;
  background: transparent url(../images/ChevronRight.svg) no-repeat center/contain;
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;
  margin: 0 5px -3px -15px;
  filter: brightness(0) saturate(100%) invert(36%) sepia(98%) saturate(319%) hue-rotate(156deg) brightness(101%) contrast(95%);
}
#accordion .card .card-header a.collapsed {
  color: #000;
}
#accordion .card .card-header a.collapsed::before {
  transform: rotate(0deg);
  filter: none;
}
#accordion .card .card-header a:hover {
  color: #2f7da7;
  text-decoration: none;
}
#accordion .card .card-header a:hover::before {
  filter: brightness(0) saturate(100%) invert(36%) sepia(98%) saturate(319%) hue-rotate(156deg) brightness(101%) contrast(95%);
}
#accordion .card .card-body {
  padding: 0.5rem 2rem;
}

#mainNav {
  min-height: 3.5rem;
  background-color: #fff;
}
#mainNav.navbar-shrink {
  min-height: 3.5rem;
}
#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #000;
  border: 0;
}
#mainNav .navbar-toggler:focus {
  outline: 0;
}
#mainNav .navbar-nav li.active a {
  color: #2f7da7 !important;
}
#mainNav .navbar-brand {
  color: #000;
  font-weight: 700;
  padding: 0.9rem 0;
}
#mainNav .btn {
  border-radius: 1rem;
  padding: 0.4rem 1rem !important;
  margin: 0.54rem 0.9rem;
}
#mainNav .btn.btn-primary {
  color: #fff;
}
#mainNav .btn.btn-primary:hover {
  color: #fff;
}
@media (min-width: 992px) {
  #mainNav {
    border-bottom: none;
    background-color: #fff;
  }
  #mainNav .navbar-brand {
    padding: 0.9rem 0;
    color: rgba(255, 255, 255, 0.5);
  }
  #mainNav .nav-link {
    transition: none;
    color: #000;
  }
  #mainNav .nav-link:hover, #mainNav .nav-link.active {
    color: #2f7da7;
  }
  #mainNav a.nav-link {
    font-size: 0.9rem;
    letter-spacing: 0;
  }
}
@media (min-width: 1200px) {
  #mainNav .nav-link {
    transition: none;
    padding: 1rem 0.9rem;
    color: #000;
  }
}
#mainNav .hamburger-text {
  height: 100%;
  float: left;
  margin-right: 0.5rem;
  line-height: 1.9rem;
}
#mainNav .hamburger {
  display: inline-block;
  cursor: pointer;
  width: 1.6rem;
}
#mainNav .bar1,
#mainNav .bar2,
#mainNav .bar3 {
  width: 1.6rem;
  height: 3px;
  background-color: #333;
  margin: 5px 0;
  transition: 0.4s;
}

.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
}
.masthead h1 {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding: 0;
  margin: 1rem 0;
}
.masthead h2 {
  max-width: 20rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .masthead h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 992px) {
  .masthead {
    height: 100vh;
    padding: 0;
  }
  .masthead h1 {
    font-weight: 700;
    font-size: 1.5rem;
  }
  .masthead h2 {
    max-width: 30rem;
    font-size: 1.25rem;
  }
}

.masthead-gradient {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1.2rem 1.5rem !important;
}

.overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 75%, #000000 100%) no-repeat scroll center;
  background-size: cover;
}

#map {
  width: 100%;
  height: 400px;
}
@media (min-width: 576px) {
  #map {
    height: 450px;
  }
}

.item-cards,
.item-cards .item-card {
  display: flex;
}

.item-cards {
  flex-flow: row wrap;
  gap: 0.5rem;
  justify-content: center;
  padding: 0;
  margin: 0;
  text-align: left;
  width: 100%;
}

.item-card {
  flex-flow: column nowrap;
  background: #fff;
  border: 0;
}
.item-card.card {
  padding: 2rem 0.75rem;
  text-align: center;
  color: #000;
  box-shadow: inset 0 0 1px 2px rgba(0, 0, 0, 0.04);
}

.card__body {
  overflow: hidden;
  position: relative;
}
.card__body ul {
  list-style-type: none;
  margin-left: 0;
  text-align: left;
}
.card__body ul li:before {
  position: absolute;
  content: url(../images/Check.svg);
  filter: brightness(0) saturate(100%) invert(36%) sepia(98%) saturate(319%) hue-rotate(156deg) brightness(101%) contrast(95%);
  margin-left: -2rem;
  margin-top: -0.15rem;
  color: #000;
}

.card__title {
  padding: 0.5rem 0 0.25rem;
  margin: 0;
  line-height: normal;
  font-size: 1rem;
  font-weight: 600;
  min-height: 60px;
}
.card__title hr {
  margin: 0.5rem auto 0 auto;
  padding: 0;
  border: 0;
  width: 50%;
  border-top: 2px solid #2f7da7;
}

.card__description {
  font-size: 0.8rem;
  color: #000;
  padding: 0.5rem 0.5rem 1rem;
  margin: 0;
  line-height: normal;
  text-align: center;
}
.card__description.second.bottom-btn {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .card__description.second.bottom-btn {
    margin-top: 0;
  }
}

.price-list .item-cards {
  margin: 2rem 0.5rem;
}
.price-list .item-cards .item-card.card {
  width: 100%;
}
.price-list .item-cards .item-card.card .card-body {
  height: 100%;
}
.price-list .item-cards .item-card.card .card-body .card__title {
  min-height: auto;
}
.price-list .item-cards .item-card.card .card__description span.price {
  padding: 0 0.5rem;
  font-size: 1.8rem;
  color: #2f7da7;
  font-weight: 500;
  display: block;
  margin-top: 1rem;
}
.price-list .item-cards .item-card.card .card__description span.price:first-child {
  margin-top: 0.5rem;
}
.price-list .item-cards .item-card.card .card__description li {
  margin-top: 0.4rem;
}
@media (min-width: 768px) {
  .price-list .item-cards {
    margin: 2rem 0;
  }
  .price-list .item-cards .item-card.card {
    width: calc((100% - 0.5rem) / 2);
  }
}
@media (min-width: 992px) {
  .price-list .item-cards .item-card.card {
    width: calc((100% - 1.5rem) / 4);
  }
}
@media all and (min-width: 20em) and (max-width: 46.24em) {
  .price-list .item-cards .item-card.card .card__body .card__title {
    font-size: 1rem;
  }
}