/* compiled by scssphp 1.3 on Sat, 16 Aug 2025 01:52:38 +0000 (0.0787s) */

/* set the overriding variables */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

header {
  background-color: #8e8e8e;
  height: 90px;
  position: relative;
  z-index: 20; }
  header.fixed {
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100%;
    transition: background-color 0.2s; }
  header .hamburger {
    position: absolute;
    right: 0px;
    top: 25px;
    padding-right: 30px; }
  @media (max-width: 359.98px) {
    header .hamburger {
      padding-right: 20px; } }
  header .hamburger img {
    height: 34px;
    width: auto;
    cursor: pointer; }
  header .logo {
    padding-top: 22px; }
    header .logo img {
      height: 40px;
      width: auto; }
    @media (max-width: 575.98px) {
      header .logo {
        padding-top: 25px; }
        header .logo img {
          height: 34px;
          width: auto; } }
  @media (max-width: 359.98px) {
    header .logo {
      padding-top: 28px; }
      header .logo img {
        height: 28px;
        width: auto; } }
  header .main-menu {
    text-align: right;
    padding-top: 32px; }
  @media (min-width: 992px) {
    header .main-menu {
      display: block !important; } }
  header .main-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
  @media (max-width: 991.98px) {
    header .main-menu ul {
      margin: 40px 0px 50px 0px; } }
  header .main-menu ul li {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.2em;
    margin: 0px 20px; }
    header .main-menu ul li:last-child {
      margin-right: 0px; }
      header .main-menu ul li.current a {
        color: #3c5b76; }
    header .main-menu ul li a {
      color: white; }
      header .main-menu ul li a:hover {
        color: #3c5b76;
        text-decoration: none; }
@media (max-width: 991.98px) {
  header .main-menu {
    display: none;
    background-color: darkgrey;
    position: absolute !important;
    top: 90px;
    right: 0px;
    width: 45% !important;
    padding: 0px 30px 0px 0px !important;
    max-width: 335px; }
    header .main-menu ul li {
      display: block;
      margin: 0px;
      line-height: 40px; }
      header .main-menu ul li a:hover {
        color: #3c5b76; } }
@media (max-width: 991.98px) and (max-width: 359.98px) {
  header .main-menu {
    padding-right: 20px !important; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  header .main-menu {
    width: 62% !important; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  header .main-menu {
    width: 80vw !important; } }
@media (max-width: 359.98px) {
  header .main-menu {
    width: 90vw !important; } }

.logged-in header.fixed {
  top: 32px; }
@media only screen and (max-width: 600px) {
  .logged-in header.fixed {
    top: 0px; } }

html body {
  font-family: "Montserrat", sans-serif;
  position: relative;
  font-weight: normal;
  background-color: #fafafa;
  color: black; }
  html body.no-scroll {
    overflow: hidden; }
  html body .vert-center {
    display: -webkit-flex;
    /* Safari */
    -webkit-justify-content: center;
    /* Safari */
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: flex-start !important; }
  html body .content {
    padding: 65px 0px 65px 0px;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    background-color: white;
    /* min-height: 500px; */ }
  html body .container {
    padding: 0px 30px;
    position: relative; }
  @media (min-width: 1200px) {
    html body .container {
      padding: 0px 60px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  html body .container {
    padding: 0px 30px; } }
@media (min-width: 360px) and (max-width: 575.98px) {
  html body .container {
    padding: 0px 25px; } }
@media (max-width: 359.98px) {
  html body .container {
    padding: 0px 20px; } }
html body h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1; }
@media (max-width: 767.98px) {
  html body h1 {
    font-size: 36px; } }
html body h1 sup {
  top: -1.1em;
  font-size: 40%; }
html body h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1; }
@media (max-width: 767.98px) {
  html body h2 {
    font-size: 32px; } }
html body h2 sup {
  top: -1.1em;
  font-size: 40%; }
html body h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1; }
@media (max-width: 767.98px) {
  html body h3 {
    font-size: 24px; } }
html body h3 sup {
  top: -1.1em;
  font-size: 40%; }
html body h3 a {
  color: #3a969a; }
  html body h3 a:hover {
    color: #3c5b76;
    text-decoration: none; }
html body h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 700; }
@media (max-width: 767.98px) {
  html body h4 {
    font-size: 20px; } }
html body h4 sup {
  top: -1.1em;
  font-size: 40%; }
html body h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px; }
@media (max-width: 767.98px) {
  html body h5 {
    font-size: 18px; } }
html body h5 sup {
  top: -1.1em;
  font-size: 40%; }
html body h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px; }
@media (max-width: 767.98px) {
  html body h6 {
    font-size: 18px; } }
html body h6 sup {
  top: -1.1em;
  font-size: 40%; }
html body p {
  font-size: 15px; }
  html body p:last-child {
    margin-bottom: 6px; }
  html body p.intro {
    font-size: 20px; }
html body ul {
  margin-top: 12px;
  margin-bottom: 30px;
  font-size: 15px; }
  html body ul li {
    font-size: 15px;
    font-weight: 400; }
  html body ul ul {
    margin-top: 2px;
    margin-bottom: 6px; }
    html body ul ul li {
      font-weight: 400; }
html body h1 + p, html body h2 + p, html body h3 + p, html body h4 + p, html body h5 + p, html body h6 + p {
  margin-top: 18px; }
html body p + h1, html body p + h2, html body p + h3, html body p + h4, html body p + h5, html body p + h6 {
  margin-top: 36px; }
  html body a:hover {
    text-decoration: underline; }
  html body a.button {
    display: inline-block;
    text-decoration: none;
    margin: 12px 8px 0px 0px;
    color: white; }
    html body a.button:hover {
      text-decoration: none; }
    html body a.button.small {
      font-size: 14px;
      padding: 5px 14px;
      border-radius: 20px; }
    html body a.button.medium {
      font-size: 16px;
      padding: 8px 20px;
      border-radius: 20px; }
    html body a.button.primary {
      background-color: #3a969a;
      color: white; }
      html body a.button.primary:hover {
        color: white;
        background-color: #f58153; }
    html body a.button.secondary {
      background-color: #3c5b76;
      color: white; }
      html body a.button.secondary:hover {
        color: white;
        background-color: #f58153; }
    html body a.button.tertiary {
      background-color: #007bff;
      color: white; }
      html body a.button.tertiary:hover {
        color: white;
        background-color: #f58153; }
    html body a.button.accent {
      background-color: #f58153;
      color: white; }
      html body a.button.accent:hover {
        color: white;
        background-color: #3c5b76; }
    html body a.button.outline {
      border: 1px solid white; }
      html body a.button.outline:hover {
        color: white;
        border: 1px solid #f58153;
        background-color: #f58153; }
html body form {
  font-family: "Montserrat", sans-serif !important;
  font-weight: normal !important;
  color: black !important; }
  html body form button[type=submit] {
    display: inline-block !important;
    text-decoration: none !important;
    margin: 12px 4px 0px 4px !important;
    font-size: 16px !important;
    padding: 8px 20px !important;
    border-radius: 20px !important; }
    html body form button[type=submit]:hover {
      text-decoration: none !important; }

footer .footer-container .container-xl {
  padding: 0px; }
footer .footer-container .content {
  background-color: #26353F;
  color: white;
  padding-top: 52px;
  padding-bottom: 48.75px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1); }
  footer .footer-container .content ul {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 0px; }
    footer .footer-container .content .address .branding {
      margin-bottom: 25px; }
      footer .footer-container .content .address .branding img {
        height: 45px;
        width: auto; }
      @media (max-width: 767.98px) {
        footer .footer-container .content .address .branding {
          display: inline-block;
          vertical-align: top;
          width: 48%; } }
    @media (max-width: 767.98px) {
      footer .footer-container .content .address .address-container {
        display: inline-block;
        vertical-align: top;
        width: 50%; } }
    footer .footer-container .content .address .address-container p {
      margin-bottom: 0px;
      line-height: 1.3;
      font-size: 14px; }
      footer .footer-container .content .address .address-container p.phone a {
        font-weight: 700; }
      footer .footer-container .content .address .address-container p.phone, footer .footer-container .content .address .address-container p.email {
        margin-top: 10px; }
        footer .footer-container .content .address .address-container p.phone a, footer .footer-container .content .address .address-container p.email a {
          color: white; }
          footer .footer-container .content .address .address-container p.phone a:hover, footer .footer-container .content .address .address-container p.email a:hover {
            text-decoration: underline; }
      footer .footer-container .content .address .address-container p.email {
        margin-top: 0px; }
  footer .footer-container .content .social {
    margin-top: 25px; }
    footer .footer-container .content .social ul {
      list-style: none;
      margin: 0px;
      padding: 0px 0px 0px 0px; }
      footer .footer-container .content .social ul li {
        display: inline-block;
        margin-right: 8px; }
        footer .footer-container .content .social ul li a svg {
          fill: white; }
          footer .footer-container .content .social ul li a:hover svg {
            fill: #17a2b8; }
  footer .footer-container .content .navigation {
    font-size: 0px;
    text-align: right; }
  @media (max-width: 767.98px) {
    footer .footer-container .content .navigation {
      text-align: left; } }
  footer .footer-container .content .navigation h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #3c5b76;
    margin-top: 6px;
    margin-bottom: 14px;
    text-align: left; }
  @media (max-width: 991.98px) {
    footer .footer-container .content .navigation h2 {
      font-size: 15px; } }
  footer .footer-container .content .navigation ul {
    list-style: none;
    margin: 0px;
    text-align: left; }
    footer .footer-container .content .navigation ul li {
      display: block;
      font-size: 15px;
      font-weight: 400;
      text-transform: none;
      padding: 0px;
      line-height: 1.3;
      margin: 0px 0px 9px 0px; }
    @media (max-width: 991.98px) {
      footer .footer-container .content .navigation ul li {
        font-size: 14px; } }
    footer .footer-container .content .navigation ul li a {
      color: white;
      padding: 0px; }
      footer .footer-container .content .navigation ul li a:hover {
        text-decoration: underline; }
    footer .footer-container .content .navigation ul li.phone a {
      font-weight: 700;
      color: white; }
      footer .footer-container .content .navigation ul li.phone a:hover {
        text-decoration: underline; }
  footer .footer-container .content .navigation .nav-container {
    width: 100%;
    text-align: right; }
    footer .footer-container .content .navigation .nav-container ul {
      text-align: right;
      list-style: none;
      margin: 0px;
      padding: 0px; }
    @media (max-width: 991.98px) {
      footer .footer-container .content .navigation .nav-container ul {
        margin: 70px 0px 50px 0px; } }
  @media (max-width: 767.98px) {
    footer .footer-container .content .navigation .nav-container ul {
      margin: 0px 0px 50px 0px;
      text-align: left; } }
  footer .footer-container .content .navigation .nav-container ul li {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.1em;
    margin: 0px 15px; }
    footer .footer-container .content .navigation .nav-container ul li:last-child {
      margin-right: 0px; }
    footer .footer-container .content .navigation .nav-container ul li:first-child {
      margin-left: 0px; }
      footer .footer-container .content .navigation .nav-container ul li.current a {
        border-bottom: 1px solid white; }
    footer .footer-container .content .navigation .nav-container ul li a {
      color: white;
      padding-bottom: 3px; }
      footer .footer-container .content .navigation .nav-container ul li a:hover {
        color: white;
        text-decoration: none;
        border-bottom: 1px solid white; }
  footer .footer-container .content .copyright {
    margin-top: 20px; }
  @media (min-width: 768px) {
    footer .footer-container .content .copyright {
      position: absolute;
      bottom: 0px;
      right: 15px; } }
@media (max-width: 575.98px) {
  footer .footer-container .content .copyright .copyright-container {
    margin-top: 30px; } }
footer .footer-container .content .copyright p {
  color: #8e8e8e;
  font-size: 12px;
  margin-bottom: 8px; }
  footer .footer-container .content .copyright p:last-of-type {
    margin-bottom: 0px; }
  footer .footer-container .content .copyright p a {
    color: #4a85af;
    text-decoration: underline; }
    footer .footer-container .content .copyright p a:hover {
      color: white; }

.photo-upload {
  height: 100vh;
  width: 100%;
  display: -webkit-flex;
  /* Safari */
  -webkit-justify-content: center;
  /* Safari */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .photo-upload .upload-title {
    text-align: center; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .photo-upload .upload-title {
      margin-right: 12% !important;
      margin-left: 12% !important; } }
@media (max-width: 767.98px) {
  .photo-upload .upload-title {
    width: unset !important;
    margin-right: 15px;
    margin-left: 15px; } }
.photo-upload .upload-container {
  display: flex;
  flex-direction: row;
  margin-top: 12px;
  flex-wrap: wrap; }
  .photo-upload .upload-container a {
    display: block;
    padding: 22px 15px;
    color: black; }
    .photo-upload .upload-container a:hover {
      color: #007bff;
      text-decoration: none; }
  .photo-upload .upload-container .upload, .photo-upload .upload-container .photos {
    width: 240px;
    margin: 5px;
    border: 1px solid #c5c5c5;
    border-radius: 8px;
    text-align: center;
    flex-grow: 1; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .photo-upload .upload-container .upload, .photo-upload .upload-container .photos {
      margin-right: 12% !important;
      margin-left: 12% !important; } }
@media (max-width: 767.98px) {
  .photo-upload .upload-container .upload, .photo-upload .upload-container .photos {
    flex-basis: 100%;
    width: unset !important;
    margin-right: 15px;
    margin-left: 15px; } }
.photo-upload .upload-container .upload:hover, .photo-upload .upload-container .photos:hover {
  background-color: white; }
.photo-upload .upload-container .upload .icon, .photo-upload .upload-container .photos .icon {
  height: 72px;
  margin: 20px auto; }
  .photo-upload .upload-container .upload .icon img, .photo-upload .upload-container .photos .icon img {
    max-height: 100%;
    width: auto; }
.photo-upload .other-stuff {
  margin-top: 14px; }
.photo-upload iframe {
  height: 80vh;
  width: 80vw;
  border: 0px; }
