@font-face {
  font-family: Bungeespice;
  src: url('../fonts/BungeeSpice-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --lions-blue: #00338d91;
  --black: black;
  --lions-cool-gray: #b3b2b1;
  --lions-2nd-blue: #407cca;
  --white: white;
  --gray1: #acb2bb;
  --goldenrod: #ebb700;
  --grey: #8c8c8f24;
  --steel-blue-no-fade: #5a82af;
  --lions-blue-no-fade: #00338d;
  --blue1: #5a82afd6;
  --lions-yellow: #ebb7007a;
  --lions-yellow-with-fade: #ebb70047;
  --grey-fade: #b3b2b163;
  --steel-blue-fade: #5a82afa6;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  text-align: center;
  text-shadow: none;
  background-color: #0000;
  border-radius: 25px;
  width: auto;
  max-width: 1400px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-home-wrap {
  background-color: var(--lions-blue);
  text-shadow: none;
  border-radius: 25px;
  width: auto;
  max-width: 1400px;
  max-height: none;
  margin: 40px auto auto;
  padding: 40px 40px 60px;
  position: static;
  overflow: visible;
}

.section.cc-store-home-wrap {
  opacity: 1;
  text-shadow: none;
  object-fit: fill;
  background-color: #0000;
  border-radius: 25px;
  width: auto;
  margin: 0 auto;
  padding: 40px 0;
  position: static;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  border: 0px solid var(--black);
  background-color: var(--lions-cool-gray);
  box-shadow: 7px 7px 10px 3px var(--lions-2nd-blue);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 0 0 25px 25px;
  width: 100%;
  max-width: 1400px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 10px;
  overflow: visible;
}

.paragraph-tiny {
  background-color: var(--black);
  box-shadow: 7px 7px 10px 3px var(--lions-2nd-blue);
  opacity: 1;
  color: var(--white);
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Vollkorn, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  color: var(--black);
  text-shadow: none;
  background-color: #0000;
  border-radius: 25px;
  margin: 10px auto;
  padding: 10px 5px;
  font-family: Vollkorn, serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  background-color: #acb2bb;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  color: #31312c;
  font-style: italic;
  font-weight: 800;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: #0000;
  border-radius: 20px;
  font-weight: 900;
  position: relative;
}

.button.cc-white-button {
  background-color: var(--gray1);
  color: var(--black);
  border-radius: 25px;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
  box-shadow: 7px 7px 10px 3px #000;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-light.h1 {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: 900;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.heading-jumbo {
  color: var(--goldenrod);
  letter-spacing: normal;
  text-transform: none;
  text-shadow: 5px 5px 6px var(--black);
  background-color: #0000;
  border-radius: 30px;
  height: auto;
  margin: 0 auto 20px;
  padding: 20px 10px;
  font-family: Vollkorn, serif;
  font-size: 64px;
  font-style: italic;
  font-weight: 700;
  line-height: 80px;
  transition: opacity .2s;
}

.heading-jumbo.cc-white-heading-jumbo, .heading-jumbo.cc-white-heading-jumbo-copy {
  color: #fff;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.heading-jumbo-small.h1 {
  background-color: #0000;
  border: 0 #000;
  border-radius: 0;
  margin: 0 auto 10px;
  padding: 40px;
  font-family: Vollkorn, serif;
  font-style: italic;
  font-weight: 700;
}

.heading-jumbo-small.h2 {
  margin-top: 20px;
  padding-top: 40px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 600;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  text-align: left;
}

.menu {
  z-index: 0;
  flex-wrap: nowrap;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: block;
  position: static;
  inset: 0%;
}

.navigation-wrap {
  clear: left;
  text-align: left;
  background-color: #0000;
  border-radius: 0;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 0;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.navigation {
  z-index: auto;
  clear: left;
  text-shadow: none;
  object-fit: fill;
  background-color: #0000;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 50px;
  font-family: Vollkorn, serif;
  transition: opacity .2s;
  display: block;
  position: relative;
  inset: auto;
  overflow: visible;
}

.navigation-item {
  opacity: .6;
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 11px 11px 10px #000;
  background-color: #0000;
  border-radius: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 900;
  line-height: 20px;
  position: static;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 900;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  color: #0000;
  background-color: #0000;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: static;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-text {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.footer-text:hover {
  opacity: 1;
}

.footer-text:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header1 {
  box-shadow: 7px 7px 10px 3px var(--lions-2nd-blue);
  color: var(--black);
  background-color: #0000;
  background-image: url('../images/Mt_Washington_reduced.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px 25px 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 350px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.intro-header1.cc-subpage {
  color: #fff;
  background-color: #0000;
  background-image: url('../images/Mt_Washington_reduced.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  background-color: #0000;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  background-color: var(--grey);
  border-radius: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  place-content: stretch;
  place-items: stretch stretch;
  margin-bottom: 120px;
  padding: 40px 20px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  background-image: url('../images/compass.jpg');
  background-position: 0 0;
  background-size: 125px;
  border-radius: 25px;
  margin-bottom: 30px;
  display: inline-block;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.project-cover-pic {
  border-radius: 20px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: underline;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #0000;
  background-color: #0000;
  background-image: url('../images/Mt_Washington_reduced.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 480px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/Cropped2.jpg');
  background-position: 50%;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  border-radius: 20px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  background-color: var(--steel-blue-no-fade);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  color: #0000;
  background-color: #0000;
  background-image: url('../images/newbackground.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin: 10px auto 40px;
}

.home-section-wrap {
  margin-bottom: 30px;
  margin-left: 20px;
}

.section-heading {
  margin: 10px 20px 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  opacity: 1;
  background-color: #a1af096e;
  border-radius: 20px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 40px;
}

.about-grid.cc-about-2 {
  background-color: #a1af096e;
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
  margin-left: 20px;
  margin-right: 20px;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.body {
  clear: none;
  background-color: var(--lions-2nd-blue);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  object-position: 50% 100%;
  background-image: url('../images/newbackground.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  border: 0 solid #000;
  border-radius: 0;
  margin-left: 0;
  padding-left: 0;
  font-weight: 700;
  overflow: visible;
}

.text-block {
  color: var(--black);
  border-radius: 20px;
}

.image {
  border-radius: 20px;
  margin-right: 40px;
  padding-right: 0;
}

.image-2 {
  border-radius: 20px;
  margin-left: 40px;
  padding-left: 0;
}

.image-3 {
  border-radius: 20px;
}

.image-4 {
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
}

.text-block-2 {
  margin-left: 30px;
  margin-right: 30px;
}

.facebook {
  text-align: center;
}

.html-embed {
  float: none;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: static;
}

.body-2 {
  clear: none;
  object-fit: fill;
  background-color: #b5d4d3;
  background-image: url('../images/background.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: block;
}

.gallery {
  background-color: #b5d4d3;
  border-radius: 20px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 100px;
  display: block;
}

.centered-container {
  background-color: var(--grey);
  text-align: center;
  border-radius: 20px;
  flex: 1;
  margin-top: 60px;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--gray1);
  border-radius: 25px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  padding: 20px 10px;
  display: grid;
  box-shadow: 7px 7px 10px 3px #000;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.body-3 {
  background-color: var(--lions-2nd-blue);
  object-fit: fill;
  background-image: url('../images/newbackground.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.body-4 {
  object-fit: fill;
  background-color: #b5d4d3;
  background-image: url('../images/background.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.body-5 {
  background-color: var(--lions-2nd-blue);
  object-fit: fill;
  background-image: url('../images/newbackground.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: block;
}

.body-6, .body-7, .body-8, .body-9, .body-10, .body-11 {
  object-fit: fill;
  background-color: #b5d4d3;
  background-image: url('../images/Casco_Bay_Q.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.body-12 {
  clear: none;
  object-fit: fill;
  background-color: #b5d4d3;
  background-image: url('../images/Casco_Bay_Q.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.body-13, .body-14, .body-15, .body-16, .body-17, .body-18, .body-19, .body-20, .body-21, .body-22, .body-23 {
  object-fit: fill;
  background-color: #b5d4d3;
  background-image: url('../images/Casco_Bay_Q.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.body-24 {
  background-color: #b5d4d3;
  background-image: url('../images/background.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.div-block {
  text-align: center;
}

.paragraph {
  text-align: center;
  margin: 20px auto 0;
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: 500;
}

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
  text-align: left;
}

.html-embed-2 {
  text-align: center;
  object-fit: contain;
  margin-top: 100px;
  overflow: hidden;
}

.html-embed-3, .html-embed-4 {
  overflow: hidden;
}

.paragraph-8 {
  text-align: left;
  text-shadow: none;
}

.html-embed-7 {
  overflow: hidden;
}

.paragraph-9 {
  text-align: left;
}

.html-embed-8 {
  overflow: hidden;
}

.paragraph-10 {
  text-align: left;
}

.html-embed-9 {
  overflow: hidden;
}

.paragraph-11 {
  text-align: left;
}

.html-embed-10 {
  padding-top: 40px;
  overflow: hidden;
}

.paragraph-12 {
  text-align: left;
}

.html-embed-11 {
  padding-top: 20px;
  overflow: hidden;
}

.paragraph-13 {
  text-align: left;
}

.html-embed-12 {
  float: none;
  clear: none;
  text-align: center;
  padding-top: 20px;
  overflow: hidden;
}

.paragraph-14, .paragraph-15 {
  text-align: left;
}

.html-embed-13 {
  padding-top: 20px;
  overflow: hidden;
}

.paragraph-16 {
  text-align: left;
}

.html-embed-14 {
  padding-top: 20px;
  overflow: hidden;
}

.paragraph-17 {
  text-align: left;
}

.html-embed-15 {
  padding-top: 20px;
  overflow: hidden;
}

.paragraph-18 {
  text-align: left;
}

.html-embed-16 {
  padding-top: 20px;
  overflow: hidden;
}

.paragraph-19 {
  text-align: left;
}

.html-embed-17 {
  padding-top: 20px;
  overflow: hidden;
}

.paragraph-20 {
  text-align: left;
}

.html-embed-18 {
  padding-top: 20px;
  overflow: hidden;
}

.paragraph-21 {
  text-align: left;
}

.html-embed-19 {
  overflow: hidden;
}

.paragraph-22 {
  text-align: left;
}

.html-embed-20 {
  padding-top: 20px;
  overflow: hidden;
}

.paragraph-23, .paragraph-24, .paragraph-25, .paragraph-26, .paragraph-27, .paragraph-28, .paragraph-29, .paragraph-30, .paragraph-31, .paragraph-32 {
  text-align: left;
}

.paragraph-33 {
  text-align: center;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.paragraph-34, .paragraph-35, .paragraph-36, .paragraph-37, .paragraph-38 {
  text-align: left;
}

.heading {
  margin-bottom: 100px;
  padding-top: 40px;
}

.paragraph-39, .paragraph-40, .paragraph-41 {
  text-align: left;
}

.paragraph-42 {
  text-align: center;
}

.html-embed-21 {
  text-align: center;
  background-color: #b5d4d3;
}

.html-embed-22 {
  float: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 20px;
  display: inline-block;
}

.html-embed-23 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 40px 20px 20px;
  display: inline-block;
}

.html-embed-24 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 40px 20px 0;
  display: inline-block;
}

.html-embed-25 {
  justify-content: center;
  align-items: center;
  margin: 20px;
  display: inline-block;
}

.html-embed-26 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 60px 20px 20px;
  padding-left: 0;
  display: flex;
}

.html-embed-27 {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}

.html-embed-28 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 40px 20px 20px;
  padding-bottom: 0;
  display: flex;
}

.html-embed-29 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}

.html-embed-30 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 20px;
  display: flex;
}

.facebook-2 {
  background-color: #0000;
}

.heading-2 {
  opacity: .99;
  text-align: center;
  object-fit: fill;
  background-color: #0000;
  border: 0 #000;
  border-radius: 30px;
  width: auto;
  max-width: none;
  margin: 0 auto;
  padding: 40px;
  font-family: Vollkorn, serif;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.heading-3 {
  padding-top: 20px;
  font-family: Vollkorn, serif;
}

.heading-4, .heading-5, .heading-6, .heading-7, .heading-8, .heading-9, .heading-10 {
  padding-top: 20px;
}

.div-block-6 {
  background-color: var(--grey);
  border-radius: 20px;
  margin-top: 0;
  margin-left: 140px;
  margin-right: 140px;
  padding-top: 20px;
  display: block;
}

.div-block-7 {
  background-color: var(--grey);
  border-radius: 20px;
  margin-top: 0;
  margin-left: 140px;
  margin-right: 140px;
  padding-top: 20px;
}

.div-block-8, .div-block-9 {
  background-color: var(--grey);
  border-radius: 20px;
  margin-left: 140px;
  margin-right: 140px;
  padding-top: 20px;
}

.heading-11 {
  margin: 0 auto 10px;
  padding: 40px 40px 0;
  font-family: Vollkorn, serif;
  font-style: italic;
  font-weight: 700;
}

.heading-12, .heading-13, .heading-14 {
  padding-top: 40px;
}

.heading-15 {
  text-shadow: none;
  padding-top: 40px;
}

.heading-16, .heading-17, .heading-18, .heading-19 {
  padding-top: 40px;
}

.html-embed-31 {
  padding-top: 20px;
  overflow: hidden;
}

.heading-20, .heading-21, .heading-22, .heading-23, .heading-24, .heading-25, .heading-26, .heading-27, .heading-28, .heading-29, .heading-30, .heading-33 {
  padding-top: 40px;
}

.heading-34 {
  margin-top: 10px;
  padding-top: 20px;
}

.heading-35, .heading-36, .heading-37, .heading-38, .heading-39, .heading-40, .heading-41, .heading-42, .heading-43, .heading-44, .heading-45, .heading-46, .heading-47, .heading-48, .heading-49, .heading-50, .heading-51, .heading-52 {
  padding-top: 20px;
}

.heading-53, .heading-54, .heading-55, .heading-56, .heading-57, .heading-58, .heading-59, .heading-60, .heading-61, .heading-62, .heading-63, .heading-64, .heading-65 {
  padding-top: 40px;
}

.paragraph-43 {
  text-align: left;
  white-space: normal;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  font-weight: 600;
}

.paragraph-44 {
  text-align: left;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 20px;
  font-size: 14px;
  font-weight: 500;
}

.facebook-3 {
  object-fit: fill;
  margin: 60px auto auto;
  padding: 10px 10px 0;
}

.heading-66 {
  background-color: #0000;
  border: 0 #000;
  border-radius: 0;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 0;
  font-family: Vollkorn, serif;
  font-style: italic;
  font-weight: 700;
}

.columns {
  background-color: #0000;
  border: 0 #000;
}

.paragraph-45 {
  text-align: left;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.column {
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-46 {
  text-align: left;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 20px;
  font-weight: 500;
}

.paragraph-46.centerd {
  margin-bottom: 60px;
  padding-top: 0;
  display: inline-block;
}

.heading-67 {
  color: var(--black);
  background-color: #0000;
  border-radius: 0;
  margin: 0 auto;
  padding: 0;
  font-family: Vollkorn, serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 500;
}

.link, .link-2 {
  text-align: center;
  font-weight: 600;
}

.image-5 {
  text-align: center;
  border-radius: 25px;
  width: auto;
  margin: 10px auto 40px;
  box-shadow: 7px 7px 10px 3px #000;
}

.paragraph-47 {
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

.heading-68 {
  background-color: #0000;
  border: 0 #000;
  border-radius: 0;
  margin: 10px auto 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Vollkorn, serif;
  font-style: italic;
  font-weight: 700;
}

.image-6 {
  border-radius: 25px;
  margin: 40px auto;
  box-shadow: 7px 7px 10px 3px #000;
}

.column-2 {
  background-color: #0000;
  border: 0 #000;
  border-radius: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-2 {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-69 {
  background-color: #0000;
  border: 0 #000;
  border-radius: 0;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Vollkorn, serif;
  font-style: italic;
  font-weight: 700;
}

.gallery-2 {
  background-color: var(--lions-cool-gray);
  border-radius: 25px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto auto;
  padding: 40px 40px 10px;
  box-shadow: 7px 7px 10px 3px #000;
}

.centered-container-2 {
  background-color: var(--lions-blue);
  text-align: center;
  border-radius: 25px;
  flex: 1;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 40px 20px;
  box-shadow: 7px 7px 10px 3px #000;
}

.gallery-thumbnail-2 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 25px;
  width: 100%;
  height: 100%;
}

.heading-70 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  font-style: italic;
  font-weight: 500;
}

.heading-71 {
  padding-top: 20px;
}

.heading-72 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-style: italic;
  font-weight: 600;
}

.facebook-4 {
  margin-left: auto;
  margin-right: auto;
}

.heading-73 {
  text-shadow: 2px 2px 9px var(--white);
  margin: 0 auto;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Vollkorn, serif;
  font-style: italic;
  font-weight: 700;
  text-decoration: underline;
}

.heading-73.nachos {
  font-family: Bungeespice, sans-serif;
}

.heading-74 {
  margin: 0 auto 40px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Vollkorn, serif;
  font-style: italic;
}

.heading-75 {
  margin: 0 auto;
  padding: 40px;
  font-style: italic;
  font-weight: 600;
}

.heading-76 {
  margin: 0 auto 40px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.heading-77 {
  margin: 0 auto 10px;
  padding: 40px;
  font-weight: 700;
}

.paragraph-48 {
  text-align: left;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.italic-text {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.italic-text-2, .italic-text-3, .italic-text-4, .italic-text-5, .bold-text {
  font-size: 18px;
}

.columns-2 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.heading-78 {
  margin-top: 40px;
}

.button-2 {
  background-color: var(--lions-blue-no-fade);
  border-radius: 25px;
  margin: 20px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
  box-shadow: 7px 7px 10px 3px #000;
}

.button-3 {
  background-color: var(--lions-blue-no-fade);
  border-radius: 25px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
  box-shadow: 7px 7px 10px 3px #000;
}

.button-4, .button-5, .button-6, .button-7 {
  background-color: var(--lions-blue-no-fade);
  border-radius: 25px;
  margin: 20px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
  box-shadow: 7px 7px 10px 3px #000;
}

.button-8 {
  background-color: var(--lions-blue-no-fade);
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 7px 7px 10px 3px #000;
}

.button-9 {
  background-color: var(--lions-blue-no-fade);
  border-radius: 25px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
  box-shadow: 7px 7px 10px 3px #000;
}

.button-10, .button-11, .button-12, .button-13 {
  background-color: var(--lions-blue-no-fade);
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 7px 7px 10px 3px #000;
}

.heading-79 {
  margin: 20px auto;
}

.heading-80 {
  color: var(--black);
  background-color: #0000;
  border: 0 #000;
  border-radius: 0;
  margin: 0 auto 10px;
  padding: 20px 40px;
  font-family: Vollkorn, serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
}

.section-3 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.section-4 {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-49 {
  text-align: left;
  border: 5px #000;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
}

.image-7 {
  text-align: center;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.image-8 {
  border-radius: 25px;
  width: auto;
  margin: 40px auto 10px;
}

.paragraph-50 {
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

.link-4 {
  margin-left: auto;
  margin-right: auto;
}

.link-5, .link-6 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.section-5 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-81 {
  margin-left: auto;
  margin-right: auto;
  font-family: Vollkorn, serif;
  font-weight: 700;
}

.paragraph-51 {
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.heading-82 {
  margin-left: auto;
  margin-right: auto;
  font-family: Vollkorn, serif;
  font-weight: 700;
}

.paragraph-52 {
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.heading-83 {
  margin-left: auto;
  margin-right: auto;
  font-family: Vollkorn, serif;
  font-weight: 700;
}

.paragraph-53 {
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.heading-84 {
  margin-left: auto;
  margin-right: auto;
  font-family: Vollkorn, serif;
  font-weight: 700;
}

.paragraph-54 {
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.heading-85 {
  margin-left: auto;
  margin-right: auto;
  font-family: Vollkorn, serif;
  font-weight: 700;
}

.paragraph-55 {
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.heading-86 {
  margin-left: auto;
  margin-right: auto;
  font-family: Vollkorn, serif;
  font-weight: 700;
}

.paragraph-56 {
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.heading-87 {
  margin-left: auto;
  margin-right: auto;
  font-family: Vollkorn, serif;
  font-weight: 700;
}

.paragraph-57 {
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.heading-88 {
  margin-left: auto;
  margin-right: auto;
  font-family: Vollkorn, serif;
  font-weight: 700;
}

.paragraph-58 {
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.heading-89 {
  margin-left: auto;
  margin-right: auto;
  font-family: Vollkorn, serif;
  font-weight: 700;
}

.paragraph-59 {
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.heading-90 {
  margin-left: auto;
  margin-right: auto;
  font-family: Vollkorn, serif;
  font-weight: 700;
}

.facebook-5 {
  margin-left: auto;
  margin-right: auto;
}

.paragraph-60 {
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.paragraph-61 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
}

.link-7, .link-8 {
  font-weight: 600;
}

.button-14 {
  background-color: var(--lions-blue-no-fade);
  border-radius: 25px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
  box-shadow: 7px 7px 10px 3px #000;
}

.section-6 {
  margin-top: 40px;
}

.section-7 {
  margin: 10px auto;
  padding: 10px;
}

.section-8 {
  margin: 10px auto 60px;
  padding: 10px;
}

.section-9 {
  margin: 20px auto 40px;
  padding: 10px 10px 40px;
}

.image-9 {
  border-radius: 25px;
  margin: 20px auto;
  box-shadow: 7px 7px 10px 3px #000;
}

.image-9.image103 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.text-block-3 {
  color: var(--black);
  font-weight: 700;
}

.button-15 {
  background-color: var(--lions-blue-no-fade);
  border-radius: 25px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 7px 7px 10px 3px #000;
}

.button-16 {
  background-color: var(--lions-blue-no-fade);
  border-radius: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 15px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
  box-shadow: 7px 7px 10px 3px #000;
}

.button-17, .button-18 {
  background-color: var(--lions-blue-no-fade);
  border-radius: 25px;
  margin: 10px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
  box-shadow: 7px 7px 10px 3px #000;
}

.button-19 {
  background-color: var(--lions-blue-no-fade);
  border-radius: 25px;
  margin: 10px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
  box-shadow: 7px 7px 10px #000;
}

.paragraph-62 {
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

.text-block-4 {
  margin-left: auto;
  margin-right: auto;
  font-family: Vollkorn, serif;
  font-weight: 500;
}

.body-25 {
  margin-left: 0;
}

.heading-91 {
  color: var(--black);
  margin: 0 auto 10px;
  padding: 20px 40px;
  font-family: Vollkorn, serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
}

.image-10 {
  border-radius: 25px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 7px 7px 10px 3px #000;
}

.button-20 {
  background-color: var(--lions-blue-no-fade);
  border-radius: 25px;
  margin: 10px 20px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
  box-shadow: 7px 7px 10px 3px #000;
}

.button-21 {
  background-color: var(--lions-blue-no-fade);
  border-radius: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
  box-shadow: 7px 7px 10px 3px #000;
}

.paragraph-63 {
  margin-top: 10px;
  font-weight: 500;
}

.italic-text-6 {
  font-style: italic;
}

.paragraph-64 {
  font-weight: 500;
}

.button-22 {
  background-color: var(--lions-blue-no-fade);
  border-radius: 25px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
  box-shadow: 7px 7px 10px 3px #000;
}

.button-23 {
  background-color: var(--lions-blue-no-fade);
  border-radius: 25px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: auto;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
  box-shadow: 7px 7px 10px 3px #000;
}

.heading-92 {
  margin-top: 40px;
  font-style: italic;
  font-weight: 500;
}

.image-11 {
  border-radius: 25px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 7px 7px 10px 3px #000;
}

.heading-93 {
  font-family: Vollkorn, serif;
  font-style: italic;
  font-weight: 700;
}

.button-24 {
  background-color: var(--lions-blue-no-fade);
  border-radius: 25px;
  margin: 20px auto;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
  box-shadow: 7px 7px 10px 3px #000;
}

.image-12 {
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 7px 7px 10px 3px #000;
}

.italic-text-7 {
  text-shadow: 1px 1px 1px #000;
}

.paragraph-65 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

.button-25 {
  background-color: var(--lions-blue-no-fade);
  border-radius: 25px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
  box-shadow: 7px 7px 10px 3px #000;
}

.heading-94 {
  padding-top: 20px;
}

.button-26 {
  background-color: var(--lions-blue-no-fade);
  border-radius: 25px;
  margin-top: 40px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
  box-shadow: 7px 7px 10px 3px #000;
}

.button-27 {
  background-color: var(--lions-blue-no-fade);
  border-radius: 25px;
  box-shadow: 7px 7px 10px 3px #000;
}

.paragraph-66 {
  text-align: left;
  margin-bottom: 40px;
  font-weight: 500;
}

.paragraph-66.centered {
  text-align: center;
  font-family: Vollkorn, serif;
  font-weight: 700;
}

.section-10 {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.image-13 {
  background-color: #0000;
}

.section-11 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 40px;
}

.section-12 {
  margin-top: 60px;
}

.paragraph-gallery {
  margin: 10px auto 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
}

.section-13 {
  margin: auto;
  padding-bottom: 0;
}

.section-14 {
  padding-bottom: 60px;
}

.text-block-5 {
  font-size: 14px;
  font-weight: 400;
}

.container-2, .container-3 {
  font-family: Vollkorn, serif;
}

.paragraph-67 {
  text-align: center;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
}

.paragraph-photo {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.lightbox-link {
  display: block;
}

.image-14 {
  text-align: center;
  margin: auto;
}

.image-100 {
  box-shadow: 8px 8px 5px 0 var(--blue1);
  border-radius: 25px;
  margin: auto;
}

.image-101 {
  border: 0 solid #000;
}

.image-101.image-9 {
  width: auto;
}

.link-9 {
  text-align: center;
}

.paragraph-1 {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}

.heading-95 {
  font-family: Vollkorn, serif;
  font-style: italic;
  font-weight: 700;
}

.button-28 {
  margin-left: 0;
  margin-right: 40px;
}

.link-10 {
  text-align: left;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.image-102 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.centered-image {
  margin: 0 auto 40px;
  display: block;
}

.section-15 {
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 20px;
}

.paragraph-cookie {
  font-weight: 400;
}

.image-103 {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-68 {
  font-size: 12px;
  font-weight: 500;
}

.paragraph-caption {
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

.bold-text-2 {
  padding-left: 0;
  padding-right: 0;
}

.image-104 {
  margin: 10px auto;
}

.bold-text-4 {
  border: 1px #000;
}

.paragraph-centered {
  font-weight: 500;
}

.image-107 {
  float: none;
  clear: none;
  text-align: center;
  border-radius: 20px;
  margin: 20px auto;
}

.image-108 {
  float: none;
  clear: none;
  border-radius: 20px;
  margin: 20px auto;
}

.image-109, .image-110, .image-111, .image-112 {
  border-radius: 20px;
  margin: 20px auto;
}

.heading-nachos {
  text-align: center;
  background-color: #660950;
  border-radius: 30px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Bungeespice, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.image-113 {
  border-radius: 25px;
}

.image-114, .image-115, .image-116, .image-117, .image-118, .image-119 {
  margin: 20px auto;
}

.bold-text-5 {
  font-size: 28px;
}

.background-video, .video {
  border-radius: 25px;
}

.background-video-2 {
  border-radius: 25px;
  margin: auto;
}

.image-120 {
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
}

.lightbox-link-3 {
  pointer-events: auto;
  border-radius: 25px;
  margin: auto;
  transition: opacity .2s;
  display: block;
}

.slider {
  border-radius: 25px;
}

.slide {
  border-radius: 25px;
  min-width: auto;
  min-height: auto;
  margin: auto;
}

.image-121 {
  margin: auto;
}

.mask {
  border-radius: 25px;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin: auto;
}

.slider-2 {
  background-color: #ddd0;
  border-radius: 25px;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin: auto;
}

.slide-2, .slide-3, .slide-4, .slide-5, .slide-6, .slide-7, .slide-8 {
  min-width: auto;
  min-height: auto;
}

.right-arrow {
  margin-left: auto;
  margin-right: auto;
}

.button-20-copy {
  background-color: var(--lions-blue-no-fade);
  border-radius: 25px;
  margin: 10px 20px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
  box-shadow: 7px 7px 10px 3px #000;
}

.link-12 {
  margin-bottom: 0;
}

.slide-9 {
  box-sizing: border-box;
  aspect-ratio: auto;
  vertical-align: baseline;
  overflow: hidden;
}

.slide-10 {
  width: auto;
}

.mask-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  object-position: 50% 50%;
  width: auto;
  min-width: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  overflow: hidden;
}

.slider-3 {
  box-sizing: border-box;
  object-fit: fill;
  min-width: auto;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.slide-11 {
  object-fit: fill;
}

.mask-3 {
  box-sizing: border-box;
  object-fit: fill;
}

.image-122 {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.logos-quote-block {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-card {
  background-color: #f5f7fa;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 24px;
  display: flex;
}

.clients-quote {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

@media screen and (max-width: 991px) {
  .section {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .section.cc-home-wrap {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }

  .section.cc-store-home-wrap {
    width: auto;
    max-width: none;
    margin-left: 40px;
    margin-right: 40px;
  }

  .styleguide-block {
    text-align: center;
  }

  .paragraph-tiny {
    font-weight: 900;
  }

  .paragraph-bigger {
    color: var(--white);
    text-shadow: 4px 4px 5px #000;
    margin-bottom: 20px;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 70px;
  }

  .heading-jumbo-small.h1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-small {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .logo-link.w--current {
    flex: 1;
    position: static;
  }

  .menu-icon {
    background-color: #0000;
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #0000;
    justify-content: space-between;
  }

  .navigation {
    background-color: #0000;
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header1 {
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: scroll;
    flex-direction: row;
  }

  .intro-header1.cc-subpage {
    background-position: 50% 0;
    margin-left: auto;
    margin-right: auto;
  }

  .intro-content.cc-homepage {
    margin-top: auto;
    padding-top: 0;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    place-content: center;
    place-items: stretch stretch;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-overview-header {
    background-repeat: no-repeat;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .detail-image {
    margin-top: 40px;
    padding-top: 0;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  ._404-wrap {
    background-position: 50%;
  }

  .home-content-wrap {
    margin-bottom: 40px;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
    margin-bottom: 0;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .body {
    background-color: var(--steel-blue-no-fade);
    background-position: 50% 0;
    background-repeat: no-repeat;
    margin-left: 0;
    margin-right: 0;
  }

  .image-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .body-2 {
    background-position: 50% 100%;
    background-repeat: repeat-y;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .body-3 {
    background-repeat: no-repeat;
  }

  .body-4 {
    background-repeat: repeat-y;
  }

  .body-5 {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    max-width: none;
    height: auto;
  }

  .body-6, .body-7, .body-8, .body-9, .body-10, .body-11, .body-12, .body-13, .body-14, .body-15, .body-16, .body-17, .body-18, .body-19, .body-20, .body-21, .body-22, .body-23, .body-24 {
    background-repeat: repeat-y;
  }

  .paragraph {
    padding-top: 0;
  }

  .html-embed-6, .html-embed-9, .html-embed-13, .html-embed-14, .html-embed-15, .html-embed-16, .html-embed-17, .html-embed-18, .html-embed-19, .html-embed-20 {
    overflow: hidden;
  }

  .heading-2 {
    margin-top: 0;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-2 {
    margin-right: auto;
  }

  .heading-11 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-43 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-44, .facebook-3 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-66 {
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
  }

  .paragraph-45 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-46 {
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
  }

  .heading-67 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .paragraph-47 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-6 {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .column-2 {
    margin-bottom: 40px;
  }

  .section-2 {
    margin: 0 auto 20px;
    padding-bottom: 0;
  }

  .heading-69 {
    font-weight: 600;
  }

  .heading-72 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-73 {
    margin-bottom: 10px;
  }

  .heading-75 {
    text-align: center;
    margin-top: 0;
    padding-top: 40px;
    padding-left: 40px;
    display: block;
  }

  .heading-77 {
    margin-top: 40px;
    margin-bottom: 10px;
    padding: 40px 40px 0;
  }

  .paragraph-48 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-3 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    font-weight: 600;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-4 {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .link-4 {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .link-5 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-6 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-9 {
    margin-bottom: 0;
  }

  .button-19 {
    margin-bottom: 10px;
  }

  .paragraph-62, .button-20, .button-21 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-63 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
  }

  .button-22 {
    margin-bottom: 5px;
    margin-right: auto;
  }

  .button-23 {
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: auto;
  }

  .heading-93 {
    font-weight: 600;
  }

  .button-24 {
    margin-bottom: 20px;
  }

  .section-13 {
    padding-bottom: 10px;
  }

  .section-14 {
    padding-bottom: 20px;
  }

  .image-100 {
    box-shadow: 3px -3px 5px 2px var(--blue1);
  }

  .html-embed-32 {
    display: flex;
  }

  .bold-text-2 {
    font-size: 14px;
  }

  .button-20-copy {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-4 {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-store-home-wrap {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    text-shadow: 4px 4px 7px #000;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .paragraph-light {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .heading-jumbo-small.h1 {
    margin-bottom: 0;
  }

  .logo-link {
    padding-left: 0;
  }

  .menu {
    flex-direction: row;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header1 {
    background-position: 50% 100%;
  }

  .intro-header1.cc-subpage {
    background-position: 50% 0;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    background-position: 50%;
    padding: 30px;
  }

  .home-content-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .home-section-wrap {
    margin-right: 20px;
    padding-right: 0;
  }

  .about-grid.cc-about-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .body {
    background-position: 50% 0;
  }

  .image-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .body-2 {
    background-position: 50% 100%;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .body-5 {
    object-fit: cover;
    background-position: 50% 0;
    background-size: cover;
    background-attachment: fixed;
  }

  .body-24 {
    object-fit: cover;
  }

  .paragraph {
    margin-left: auto;
    margin-right: auto;
  }

  .html-embed-3 {
    border-radius: 20px;
    width: auto;
    max-width: none;
    display: block;
    position: static;
    overflow: hidden;
  }

  .html-embed-5 {
    overflow: hidden;
  }

  .heading-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-3 {
    margin-right: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-5 {
    margin-left: 0;
  }

  .heading-11 {
    padding: 10px;
  }

  .heading-25 {
    font-size: 40px;
  }

  .paragraph-43 {
    font-weight: 500;
  }

  .paragraph-44 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-46 {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-67 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-6 {
    margin-top: 60px;
  }

  .column-2 {
    border: 1px #000;
    margin-top: 0;
  }

  .section-2 {
    border: 0 #000;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .gallery-2 {
    padding: 40px 20px;
  }

  .heading-72 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-74, .heading-77 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-48 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-80 {
    margin-bottom: 0;
  }

  .section-3, .section-4, .link-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .link-5 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-62 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .html-embed-32 {
    display: flex;
  }

  .bold-text-3 {
    font-size: 14px;
  }

  .image-121.image-6 {
    margin-top: auto;
  }

  .mask {
    padding: 10px;
  }

  .slider-2 {
    padding-right: 0;
  }

  .logos-quote-block {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-card {
    width: 100%;
    margin-bottom: 30px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.cc-store-home-wrap {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    text-align: center;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    max-width: none;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .paragraph-bigger {
    text-shadow: 4px 4px 7px #000;
    margin: 0 auto 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-jumbo {
    margin: 10px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 34px;
    line-height: 48px;
  }

  .heading-jumbo-small.h1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    font-size: 25px;
    display: block;
  }

  .paragraph-small {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-icon {
    clear: none;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header1 {
    background-position: 50%;
  }

  .intro-header1.cc-subpage {
    background-position: 50% 0;
  }

  .our-services-grid {
    object-fit: fill;
    padding-left: 0;
    padding-right: 0;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .projects-grid {
    place-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .project-overview-header {
    background-attachment: scroll;
    font-size: 14px;
  }

  .project-details-grid {
    width: 100%;
  }

  .detail-image {
    margin-bottom: 60px;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  ._404-wrap {
    background-position: 50%;
  }

  .home-content-wrap {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-section-wrap {
    margin-right: 20px;
  }

  .about-grid {
    float: none;
    clear: none;
    text-align: center;
    place-content: center;
    place-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .about-grid.cc-about-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .body {
    background-color: var(--steel-blue-no-fade);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-right: 0;
    padding-right: 0;
  }

  .image-2 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .image-3 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .image-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .body-2 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .gallery {
    text-align: center;
    object-fit: fill;
    width: auto;
    max-width: none;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    overflow: visible;
  }

  .centered-container {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .body-4 {
    background-color: #b5d4d3;
  }

  .body-5 {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .paragraph {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-2 {
    object-fit: fill;
    margin-right: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .html-embed-3 {
    float: none;
    clear: none;
    direction: ltr;
    text-align: left;
    display: block;
    position: static;
    right: auto;
    overflow: hidden;
  }

  .html-embed-4, .html-embed-5, .html-embed-6, .html-embed-7, .html-embed-8, .html-embed-9, .html-embed-10, .html-embed-11, .html-embed-12 {
    overflow: hidden;
  }

  .paragraph-33 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: inline;
  }

  .heading {
    font-size: 32px;
  }

  .html-embed-22, .html-embed-23, .html-embed-24 {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .html-embed-25 {
    text-align: center;
    object-fit: fill;
    display: block;
  }

  .html-embed-26 {
    flex-wrap: nowrap;
    justify-content: center;
    display: flex;
  }

  .html-embed-27 {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .html-embed-28 {
    margin-bottom: 40px;
  }

  .html-embed-29 {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .html-embed-30 {
    display: flex;
  }

  .heading-2 {
    text-align: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
  }

  .div-block-3 {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .div-block-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-3 {
    text-align: center;
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
  }

  .heading-4 {
    object-fit: contain;
    font-size: 32px;
    overflow: visible;
  }

  .heading-5 {
    font-size: 34px;
  }

  .heading-6, .heading-7, .heading-8, .heading-9, .heading-10 {
    font-size: 32px;
  }

  .heading-11 {
    text-align: center;
    margin: 10px auto;
    padding: 10px;
    font-size: 26px;
  }

  .heading-12 {
    font-size: 30px;
  }

  .heading-13 {
    font-size: 34px;
  }

  .heading-14 {
    font-size: 32px;
  }

  .heading-15, .heading-16, .heading-17, .heading-18 {
    font-size: 34px;
  }

  .heading-19, .heading-20, .heading-21, .heading-22, .heading-23, .heading-24 {
    font-size: 32px;
  }

  .heading-25 {
    font-size: 30px;
  }

  .heading-26, .heading-27, .heading-28 {
    font-size: 32px;
  }

  .heading-29 {
    text-align: left;
  }

  .heading-30 {
    font-size: 32px;
  }

  .heading-31 {
    font-size: 34px;
  }

  .heading-32 {
    font-size: 32px;
  }

  .paragraph-43 {
    text-align: center;
    margin-left: auto;
  }

  .paragraph-44 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .facebook-3 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .columns {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-45 {
    text-align: center;
  }

  .column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-46 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-67 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .link, .link-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-6 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .centered-container-2 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-72 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .facebook-4 {
    justify-content: space-around;
    margin: auto;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .heading-73 {
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
  }

  .heading-74 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
  }

  .heading-75 {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
  }

  .heading-77 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-48 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 12px;
    display: block;
  }

  .heading-79 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
  }

  .heading-80, .section-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-4 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-49 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .link-5 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-81, .heading-82, .heading-83, .heading-84, .heading-85, .heading-86 {
    font-size: 24px;
  }

  .heading-87 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .heading-88, .heading-89, .heading-90 {
    font-size: 24px;
  }

  .facebook-5 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
    overflow: visible;
  }

  .paragraph-61 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-7, .link-8, .paragraph-62 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-91 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-65 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-66 {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-caption {
    font-size: 14px;
  }

  .link-11 {
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .image-121.image-6 {
    margin-top: auto;
    padding: 0;
  }

  .mask {
    padding: 10px;
  }

  .container-4 {
    max-width: none;
  }

  .clients-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
}

#w-node-e19c8fb3-62cc-174b-c6b4-22c62bafc53c-ed287866, #w-node-d04cdafa-3d51-5453-a020-cdc9e9a4bdd6-ed287866, #w-node-_8e0dd6f0-2ed9-1b22-2534-e06fbefe5f24-ed287866, #w-node-c6b36c6c-c405-cfe2-a433-e0d644a51f0f-ed287866, #w-node-_21f6f6c0-6eb1-e55c-eb77-23fe82b3949c-ed287866, #w-node-_4c7e46df-d154-3ad2-ed64-f3b7ca8ef627-ed287866, #w-node-b3bc38f3-d3c4-d2d5-f931-551cae74d4e9-ed287866, #w-node-f7672b67-c310-f6bd-c5e6-d0175fdf2488-ed287866, #w-node-_6b7dc27b-56e1-deb8-504b-2bb156f443f3-ed287866, #w-node-_91b7d642-1063-469a-c151-ef897872b89f-ed287866 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-e19c8fb3-62cc-174b-c6b4-22c62bafc53c-ed287866, #w-node-d04cdafa-3d51-5453-a020-cdc9e9a4bdd6-ed287866, #w-node-_8e0dd6f0-2ed9-1b22-2534-e06fbefe5f24-ed287866, #w-node-c6b36c6c-c405-cfe2-a433-e0d644a51f0f-ed287866, #w-node-_21f6f6c0-6eb1-e55c-eb77-23fe82b3949c-ed287866, #w-node-_4c7e46df-d154-3ad2-ed64-f3b7ca8ef627-ed287866, #w-node-b3bc38f3-d3c4-d2d5-f931-551cae74d4e9-ed287866, #w-node-f7672b67-c310-f6bd-c5e6-d0175fdf2488-ed287866, #w-node-_6b7dc27b-56e1-deb8-504b-2bb156f443f3-ed287866, #w-node-_91b7d642-1063-469a-c151-ef897872b89f-ed287866 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Bungeespice';
  src: url('../fonts/BungeeSpice-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}