.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.home-section-wrap {
  color: #000;
  margin-bottom: 30px;
}

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

.section-heading.center {
  text-align: center;
  margin-bottom: 40px;
}

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

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

.motto-wrap {
  text-align: center;
  width: 90%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  color: #fff;
  margin-bottom: 20px;
  font-size: 25px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
  display: block;
}

.paragraph-light {
  opacity: .6;
  color: #000;
  text-align: left;
  font-size: 19px;
  line-height: 22px;
}

.home-content-wrap {
  color: #000;
  margin-top: 0;
}

.container {
  color: #000;
  width: 100%;
  max-width: 1140px;
  margin-left: 0;
  margin-right: 0;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(#00000073, #00000073), url('../images/DSC05407.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

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

.section {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.cc-store-home-wrap {
  background-color: #63835f00;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.section.main-section {
  background-color: #0000;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.main-section.margin-top {
  color: #000;
  margin-top: 20px;
}

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

.label.cc-light {
  opacity: .6;
  letter-spacing: .6px;
  font-size: 14px;
}

.label.cc-light.center {
  text-align: center;
}

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

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

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

.primary-button.cc-contact-us {
  z-index: 5;
  letter-spacing: 1px;
  background-color: #0094da;
  border-radius: 5px;
  font-size: 13px;
  position: relative;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 80px;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  color: #000;
  grid-template: ". ."
  / 1fr .5fr;
  align-items: center;
  margin-bottom: 80px;
}

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

.about-grid.reverse-grid {
  grid-template-columns: .75fr 1.75fr;
}

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

.navigation {
  background-color: #fff;
  align-items: center;
  padding: 5px 50px;
  display: flex;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

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

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

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

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

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

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

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

.logo-image {
  width: 75px;
  display: block;
}

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

.body {
  background-color: #e6e6e6;
}

.list {
  padding-left: 15px;
}

.image {
  border-radius: 10px;
}

.bullet {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.faq-accordion {
  background-color: #39ebb5;
  border: 1px silver;
  border-radius: 10rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq-question {
  cursor: pointer;
  background-color: #f5f5f5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.accordion-horizontal-line {
  color: #18311d;
  background-color: #18311d;
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.heading-h2 {
  font-size: 4rem;
  line-height: 1.15em;
}

.faq-text-max-container {
  width: 100%;
  max-width: 100%;
}

.spacer-medium {
  width: 100%;
  min-height: 2rem;
}

.accordion-vertical-line {
  background-color: #18311d;
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.container-2 {
  flex-direction: column;
  width: 100%;
  max-width: 80rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.faq-text-container {
  flex-flow: column;
  display: flex;
}

.margin-top {
  margin-top: 30px;
}

.paragraph-18 {
  color: #182e1c;
  font-size: 1.125rem;
  line-height: 1.5em;
}

.paragraph-18.bold {
  font-weight: 700;
}

.faq-icon-wrapper {
  color: #18311d;
}

.faq-heading {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.faq-list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.section-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 8rem;
  display: flex;
}

.faq-component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.map {
  margin-top: 20px;
  padding-top: 0;
}

.accordion-icon {
  border: 2px solid #18311d;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.faq-answer {
  background-color: #f5f5f5;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.section-footer {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  display: flex;
}

.container-3 {
  flex-direction: column;
  width: 100%;
  max-width: 80rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.div-block-2 {
  justify-content: space-between;
  align-items: stretch;
  padding-top: 10px;
  display: flex;
}

.text-block {
  padding-bottom: 5px;
  font-weight: 500;
}

.image-9 {
  width: 70px;
  padding-top: 10px;
}

.text-block-2 {
  font-weight: 500;
}

.contact-list-item {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.contact-list-icon-wrapper {
  color: #162b4c;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.contact-list-icon {
  color: #18311d;
  width: 1.5rem;
  height: 1.5rem;
}

.contact-links {
  color: #000;
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .2s;
}

.contact-links:hover {
  opacity: .8;
  text-decoration: underline;
}

.featuresphotos_section {
  background-color: #0000;
  padding-top: 50px;
  padding-bottom: 50px;
}

.grid-10 {
  background-color: #0000;
  grid-template-rows: auto;
  align-items: center;
}

.grid-13 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.lightbox:hover {
  z-index: 20;
  background-color: #ff7373;
  position: relative;
}

.features-image {
  border-radius: 10px;
  transition: all .2s ease-in-out;
}

.features-image:hover {
  transform: scale(1.05);
  box-shadow: 0 0 5px 5px #e2dfdf91;
}

.features-image.portrait {
  object-fit: cover;
  width: 11rem;
  height: 13rem;
  box-shadow: 1px 1px 5px #a1a1a1;
}

.features-image.landscape {
  object-fit: cover;
  width: 17rem;
  height: 11rem;
  box-shadow: 1px 1px 5px #a1a1a1;
}

.grid-14 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.image-10 {
  width: 100px;
}

.div-block-3 {
  color: #000;
}

.paragraph-19, .paragraph-20 {
  font-size: 18px;
  line-height: 22px;
}

.paragraph-21 {
  font-size: 18px;
}

.link {
  color: #000;
  text-decoration: none;
}

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

.around {
  justify-content: space-around;
  display: flex;
}

.press-section {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.press-heading.section-heading {
  text-align: center;
  font-size: 32px;
}

.paragraph-22 {
  text-align: center;
  font-size: 18px;
}

.div-block-6 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.press-card {
  border: 1px solid #eee;
  border-radius: 16px;
  max-width: 520px;
  padding: 24px;
  transition: box-shadow .2s, transform .2s;
  box-shadow: 0 6px 18px #0003, 0 2px 5px #0000000f;
}

.press-card:hover {
  transform: translate(0, -2px);
  box-shadow: 0 12px 28px #0000001a, 0 6px 18px #0003, 0 2px 5px #0000000f;
}

.press-logo {
  height: 45px;
}

@media screen and (max-width: 991px) {
  .section-heading, .section-heading.center, .heading-jumbo-small {
    text-align: left;
  }

  .container {
    background-color: #0000;
  }

  .intro-text {
    width: auto;
  }

  .label.cc-light, .label.cc-light.center {
    text-align: left;
  }

  .primary-button {
    justify-content: center;
  }

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

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

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

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

  .about-grid.reverse-grid {
    background-color: #0000;
    grid-template-columns: 2.75fr;
  }

  .menu-icon {
    display: block;
  }

  .navigation {
    padding: 25px 30px;
  }

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

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

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

  .menu-button {
    padding: 0;
  }

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

  .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;
  }

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

  .bullet {
    text-align: left;
  }

  .heading-h2 {
    font-size: 3.5rem;
  }

  .container-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .faq-component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .section-footer {
    border-top: .0625rem solid #eeeded;
  }

  .container-3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contact-links {
    font-size: 1.1em;
  }

  .featuresphotos_section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-10 {
    flex-direction: column;
    display: flex;
  }

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

@media screen and (max-width: 767px) {
  .intro-content {
    width: 80%;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .heading-jumbo-small {
    font-size: 20px;
    line-height: 28px;
  }

  .container {
    text-align: center;
  }

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

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

  .navigation {
    padding: 20px 30px;
  }

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

  .faq-question {
    padding: 1rem 1.25rem;
  }

  .heading-h2 {
    font-size: 3rem;
  }

  .spacer-medium {
    min-height: 1.5rem;
  }

  .container-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-2 {
    position: relative;
  }

  .faq-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq-answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-footer {
    padding-top: .5rem;
    padding-bottom: 1rem;
  }

  .container-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-block-2 {
    flex-flow: column;
    align-items: center;
  }

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

  .image-9 {
    padding-top: 10px;
    padding-bottom: 20px;
  }

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

  .contact-list-item {
    text-align: center;
    justify-content: center;
  }

  .contact-links {
    font-size: 1em;
  }

  .div-block-5 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

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

  .menu {
    margin-left: 15px;
  }

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

  .heading-h2 {
    font-size: 2.75rem;
  }

  .container-2 {
    flex-wrap: nowrap;
  }

  .faq-component {
    grid-template-columns: 1fr;
  }

  .container-3 {
    flex-wrap: nowrap;
  }

  .featuresphotos_section {
    display: none;
  }

  .div-block-6 {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    max-width: 100%;
    margin-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .press-card {
    padding: 10px;
  }

  .press-logo {
    box-sizing: border-box;
    object-fit: contain;
    max-width: 100%;
    height: 50px;
    padding: 0;
    overflow: clip;
  }
}

#w-node-_55a19b9e-33c6-a86c-75ef-2ee365380702-36617f73 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_55a19b9e-33c6-a86c-75ef-2ee365380704-36617f73 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-_55a19b9e-33c6-a86c-75ef-2ee365380706-36617f73 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_55a19b9e-33c6-a86c-75ef-2ee365380708-36617f73, #w-node-_55a19b9e-33c6-a86c-75ef-2ee36538070c-36617f73 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_55a19b9e-33c6-a86c-75ef-2ee36538070e-36617f73 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-_55a19b9e-33c6-a86c-75ef-2ee365380710-36617f73 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_55a19b9e-33c6-a86c-75ef-2ee365380712-36617f73 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_30547923-aa89-2160-c46e-ce33d7a61415-36617f73 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_30547923-aa89-2160-c46e-ce33d7a61423-36617f73, #w-node-_71152b81-1070-7a7e-1f02-5a249256b267-36617f73 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_71152b81-1070-7a7e-1f02-5a249256b275-36617f73, #w-node-_62a0ca6d-8223-05ca-e0d3-edd3ee8150c5-36617f73 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_62a0ca6d-8223-05ca-e0d3-edd3ee8150de-36617f73, #w-node-_22151ff2-b044-8d7b-8a83-2b670ffd9d58-36617f73 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_22151ff2-b044-8d7b-8a83-2b670ffd9d72-36617f73 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_30547923-aa89-2160-c46e-ce33d7a61415-36617f73 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3558fded-9b94-9b0d-aa14-f8ef96588414-36617f73 {
    order: 1;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_30547923-aa89-2160-c46e-ce33d7a61423-36617f73, #w-node-_71152b81-1070-7a7e-1f02-5a249256b267-36617f73 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_56f5b5e5-1faf-52a1-5b55-f856dad1f2de-36617f73 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_71152b81-1070-7a7e-1f02-5a249256b275-36617f73, #w-node-_62a0ca6d-8223-05ca-e0d3-edd3ee8150c5-36617f73 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2bc04171-809f-115e-953b-e34dea144024-36617f73 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_62a0ca6d-8223-05ca-e0d3-edd3ee8150de-36617f73, #w-node-_22151ff2-b044-8d7b-8a83-2b670ffd9d58-36617f73, #w-node-_22151ff2-b044-8d7b-8a83-2b670ffd9d72-36617f73 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


