:root {
  --transparent: #000;
  --white: #fff;
}

.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-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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: inline-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;
}

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

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

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

.section {
  background-color: #f7f9fb;
  flex-flow: row;
  justify-content: center;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 50px;
  display: flex;
}

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

.section.cc-home-wrap {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #f7f9fb;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 35px;
  padding-bottom: 0;
}

.section.cc-store-home-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #f7f9fb;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Sequel Sans Obl Disp, sans-serif;
  font-weight: 400;
  display: block;
}

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

.container {
  color: #31708e;
  text-align: left;
  background-color: #000000cf;
  background-image: linear-gradient(#00000080, #00000080), url('../images/shutterstock_2184125681.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0%;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 50px 100px;
  display: flex;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  color: #000;
  margin-bottom: 10px;
  font-family: Sequel Sans Book Head, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  font-family: Sequel Sans Book Body, sans-serif;
  font-size: 18px;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  font-family: Sequel Sans Body, sans-serif;
  text-decoration: none;
}

.primary-button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0b277b;
  border-radius: 5px;
  margin-top: 30px;
  padding: 12px 25px;
  font-family: Sequel Sans Obl Body, sans-serif;
  font-size: 16px;
  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-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-contact-us {
  z-index: 5;
  background-color: #ff6200;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 35px;
  font-family: Sequel Sans Head, sans-serif;
  font-size: 19px;
  font-weight: 700;
  display: block;
  position: relative;
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

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

.primary-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 {
  color: #000102;
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  color: #000;
  font-family: Sequel Sans Book Body, sans-serif;
}

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

.heading-jumbo-tiny {
  color: #0b277b;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Sequel Sans Semi Body, sans-serif;
  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;
}

.rich-text figcaption {
  opacity: .6;
}

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

.paragraph-light {
  opacity: .6;
  color: var(--transparent);
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Sequel Sans Book Body, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.heading-jumbo {
  color: #0b277b;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-transform: none;
  overflow-wrap: anywhere;
  border: 0 solid #000;
  flex-flow: row;
  justify-content: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Sequel Sans Obl Body, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
  display: flex;
}

.heading-jumbo-small {
  color: #0b277b;
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Sequel Sans Obl Body, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}

.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 {
  font-size: 14px;
  line-height: 26px;
}

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

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

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

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  font-family: Sequel Sans Head, sans-serif;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.navigation {
  background-color: #000;
  align-items: center;
  min-width: 100%;
  padding: 20px 20px 20px 0;
  display: flex;
}

.navigation-item {
  opacity: .6;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Sequel Sans Obl Head, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

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

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

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

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

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

.logo-image {
  margin-left: 20px;
  padding-left: 0;
  display: block;
}

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

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

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

.webflow-link:hover {
  opacity: 1;
}

.webflow-link: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;
  display: flex;
}

.intro-header {
  -webkit-backdrop-filter: saturate(0%);
  backdrop-filter: saturate(0%);
  color: #fff;
  background-color: #000000c9;
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/shutterstock_2184125681.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 50px;
  display: flex;
  overflow: visible;
}

.intro-header.cc-subpage {
  color: #fff;
  text-align: center;
  background-color: #31708e;
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  height: 650px;
}

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

.intro-content.cc-homepage {
  min-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  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;
  grid-template: ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 / 1fr 1fr;
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.service-icon {
  margin-bottom: 30px;
}

.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 {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  text-align: center;
  background-color: #0000005e;
  border: 0 solid #eee;
  border-radius: 10px;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 50px;
  display: flex;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: block;
}

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

.get-in-touch-form {
  color: #fff;
  flex-direction: column;
  font-family: Sequel Sans Disp, sans-serif;
  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;
}

.text-field.cc-textarea.cc-contact-field {
  color: #000;
}

.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 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  min-width: 100%;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.contact-heading {
  color: #fff;
  text-align: center;
  flex-flow: row;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 20px;
  font-family: Sequel Sans Disp, sans-serif;
  font-weight: 400;
  display: block;
}

.map {
  height: 460px;
  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;
}

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

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

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

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

.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: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  display: flex;
}

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

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

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

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.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 {
  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 {
  background-color: #1a1b1f;
  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-top: 80px;
}

.home-section-wrap {
  text-align: left;
  margin-bottom: 30px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-heading {
  color: #ff6200;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 35px;
  display: flex;
}

.about-grid {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px #000;
  grid-template: ". ."
  / 1fr .75fr;
  grid-auto-columns: .75fr;
  grid-auto-flow: column;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  padding: 50px;
}

.about-grid.cc-about-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  aspect-ratio: auto;
  box-shadow: none;
  background-color: #31708e00;
  border: 0 #000;
  border-top-color: #31708e;
  grid-template: ". ."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  min-width: 4%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
}

.intro-text {
  background-color: #0000;
  border-radius: 20px;
  flex-flow: column;
  align-items: center;
  width: 60%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

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

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

.secondary-button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #698f3f;
  border-radius: 5px;
  justify-content: center;
  align-self: center;
  max-width: 181.183px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 15px 35px;
  font-family: Sequel Sans Obl Body, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

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

.body {
  background-color: #fff;
  min-width: 100%;
  font-family: Varela, sans-serif;
  display: block;
}

.list {
  color: #000;
  padding-bottom: 0;
  font-family: Sequel Sans Book Head, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  list-style-type: square;
  display: block;
}

.list.paragraph-light {
  padding-left: 0;
}

.image {
  border-radius: 10px;
  max-width: 800px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  box-shadow: -2px 2px 5px 2px #0003;
}

.div-block {
  margin-bottom: 50px;
  padding: 20px 50px 20px 100px;
}

.div-block-2 {
  text-align: left;
  padding-left: 20px;
}

.image-2 {
  background-color: #fff0;
  border-radius: 10px;
  max-width: 800px;
  margin-top: 0;
  padding: 0;
  box-shadow: -2px 2px 5px 2px #0003;
}

.features-list {
  background-color: #f7f9fb;
  border-bottom: 1px solid #e4ebf3;
  min-width: 100%;
  padding: 50px 30px;
  position: relative;
}

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

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  color: #fff;
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.text-block {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.heading {
  color: #fff;
  text-align: center;
  text-shadow: -2px 2px 3px #0003;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  font-family: Exo, sans-serif;
  font-size: 42px;
  font-weight: 800;
}

.paragraph {
  color: #303030;
  text-align: left;
  align-self: center;
  max-width: 100%;
  margin-bottom: 0;
  padding: 0 20px 20px 30px;
  font-family: Sequel Sans Book Body, sans-serif;
  line-height: 26px;
}

.paragraph-2 {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Sequel Sans Body, sans-serif;
  font-size: 20px;
}

.heading-2 {
  color: #000;
  text-align: center;
  text-shadow: -2px 2px 1px #0003;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 20px;
  font-family: Sequel Sans Obl Head, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Sequel Sans Body, sans-serif;
}

.paragraph-3.paragraph-light {
  font-family: Sequel Sans Book Body, sans-serif;
}

.cell {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.text-block-2 {
  font-family: Sequel Sans Head, sans-serif;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column;
  min-width: 50%;
  max-width: 550px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.image-3 {
  opacity: .65;
  text-align: center;
  mix-blend-mode: normal;
  border-radius: 10px;
  flex: 1;
  align-self: center;
  padding-bottom: 0;
}

.heading-3 {
  font-family: Sequel Sans Disp, sans-serif;
  font-size: 24px;
}

.heading-4 {
  outline-offset: 0px;
  color: #202020;
  text-align: center;
  outline: 3px #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
}

.paragraph-4 {
  color: var(--transparent);
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-right: 20px;
  font-family: Sequel Sans Book Body, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.paragraph-4.paragraph-light {
  padding-top: 5px;
}

.quick-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  padding: 0 50px 50px;
}

.image-4 {
  align-self: auto;
  margin-left: -8px;
  padding-top: 10px;
}

.text-block-3 {
  font-family: Sequel Sans Head, sans-serif;
}

.cell-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cell-3, .cell-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
}

.cell-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  align-items: center;
}

.container-4 {
  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;
  padding: 20px 50px 10px;
  display: flex;
}

.container-5 {
  text-align: center;
  max-width: 66.6%;
  margin-bottom: 20px;
}

.heading-5 {
  color: #0b277b;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Sequel Sans Disp, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
}

.paragraph-5 {
  margin-bottom: 0;
  font-family: Sequel Sans Book Body, sans-serif;
  font-size: 18px;
  font-style: normal;
}

.paragraph-5.paragraph-light {
  color: #000;
}

.image-5 {
  border-radius: 10px;
  flex: 0 auto;
  align-self: center;
}

.quick-stack-2 {
  grid-column-gap: 25px;
  grid-row-gap: 53px;
  text-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
  font-family: Sequel Sans Book Body, sans-serif;
}

.cell-6 {
  justify-content: center;
  align-items: center;
}

.container-6 {
  flex-flow: column;
  align-items: center;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section-2 {
  background-color: #f7f9fb;
  flex-flow: column;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.cell-7 {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-right: 0;
}

.paragraph-6 {
  color: #303030;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Sequel Sans Book Body, sans-serif;
  display: block;
}

.paragraph-6.paragraph-light {
  color: #000;
}

.paragraph-7 {
  text-align: left;
  padding-top: 20px;
  font-family: Sequel Sans Book Body, sans-serif;
}

.list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Sequel Sans Disp, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.heading-6 {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Sequel Sans Head, sans-serif;
  font-weight: 700;
  line-height: 36px;
  display: flex;
}

.button {
  color: #fff;
  background-color: #687864;
  border-radius: 10px;
  margin-top: 30px;
  font-family: Sequel Sans Head, sans-serif;
  font-weight: 400;
}

.container-7 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  min-width: 0;
  max-width: 100%;
  min-height: 100px;
  display: flex;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-self: center;
  min-width: 800px;
  min-height: 200px;
}

.image-6 {
  border-radius: 10px;
  align-self: center;
  min-width: 500px;
  max-width: 500px;
  padding-bottom: 0;
}

.image-7 {
  margin-left: -5px;
  padding-top: 10px;
}

.container-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-self: auto;
  align-items: center;
  min-width: 100px;
  min-height: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.div-block-3 {
  background-color: #fff;
}

.body-2 {
  max-width: 100%;
}

.cell-8 {
  text-align: left;
  border: 0 solid #31708e;
  align-items: center;
}

.list-item {
  margin-bottom: auto;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Sequel Sans Head, sans-serif;
  font-weight: 700;
}

.button-2 {
  text-align: center;
  background-color: #687864;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 50%;
  max-width: 300px;
  margin-top: 20px;
  font-family: Sequel Sans Head, sans-serif;
  font-size: 18px;
  display: flex;
}

.cell-9, .cell-10, .cell-11, .cell-12, .cell-13 {
  align-items: center;
}

.image-8 {
  padding-top: 10px;
}

.heading-8 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.image-9 {
  max-width: 300px;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.heading-9 {
  text-shadow: -2px 2px 1px #0003;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-weight: 800;
}

.paragraph-8 {
  color: #fff;
  align-self: center;
  max-width: 50%;
  padding-top: 20px;
  font-family: Sequel Sans Book Body, sans-serif;
  font-size: 18px;
}

.container-8-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-self: auto;
  align-items: center;
  min-width: 100px;
  min-height: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.image-10 {
  text-align: center;
  border-radius: 10px;
}

.cell-14 {
  text-align: left;
  align-items: center;
}

.cell-15 {
  align-items: center;
}

.quick-stack-4 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
}

.cell-16, .cell-17, .cell-18, .cell-19 {
  align-items: center;
}

.section-2-copy {
  background-color: #f7f9fb;
  flex-flow: column;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 50px;
  display: flex;
}

.section-2-copy-copy {
  background-color: #f7f9fb;
  flex-flow: column;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.section-2-copy-copy-copy {
  background-color: #f7f9fb;
  flex-flow: column;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
}

.heading-jumbo-copy {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-transform: none;
  overflow-wrap: anywhere;
  border: 0 solid #000;
  flex-flow: row;
  justify-content: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Sequel Sans Obl Body, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
  display: flex;
}

.link {
  color: #fff;
}

.heading-copy {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Sequel Sans Disp, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

.link-2 {
  color: #fff;
}

.body-4 {
  background-color: #000;
  height: 100%;
}

.image-11 {
  text-align: center;
  border-radius: 10px;
  align-self: center;
  padding-bottom: 0;
}

.cell-20 {
  text-align: left;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.quick-stack-5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.headingwhite-center {
  color: #fff;
  text-align: center;
  font-family: Sequel Sans Disp, sans-serif;
  font-size: 42px;
  font-weight: 900;
}

.paragraph-copy {
  color: #303030;
  text-align: center;
  align-self: center;
  max-width: 50%;
  margin-bottom: 0;
  padding: 0 20px 10px 30px;
  font-family: Sequel Sans Book Body, sans-serif;
  line-height: 26px;
}

.heading-10 {
  color: #0b277b;
  position: static;
}

.heading-11, .heading-12 {
  color: #0b277b;
  font-family: Sequel Sans Head, sans-serif;
}

.heading-13, .heading-14 {
  color: #0b277b;
}

.paragraph-9 {
  color: #000;
}

.container-copy {
  color: #1f1f1f;
  text-align: left;
  background-color: #f7f9fb;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0%;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 100px;
  display: flex;
}

.link-3 {
  color: #fff;
}

.container-6-copy {
  flex-flow: column;
  align-items: center;
  max-width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.orangebutton {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff6200;
  border: 1px #000;
  border-radius: 5px;
  justify-content: center;
  align-self: center;
  max-width: 250px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 15px 35px;
  font-family: Sequel Sans Obl Body, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: -3px 4px 12px #0003;
}

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

.cell-22, .cell-23, .cell-24 {
  align-items: center;
}

.paragraph-2-copy {
  color: #fff;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Sequel Sans Book Body, sans-serif;
  font-size: 16px;
}

.paragraph-4-copy {
  color: var(--transparent);
  padding-top: 10px;
  font-family: Sequel Sans Book Body, sans-serif;
  line-height: 20px;
}

.paragraph-4-copy.paragraph-light {
  padding-top: 5px;
}

.greenbutton {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #698f3f;
  border-radius: 5px;
  justify-content: center;
  align-self: center;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 15px 35px;
  font-family: Sequel Sans Obl Body, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

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

.secondary-button-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #698f3f;
  border-radius: 5px;
  justify-content: center;
  align-self: center;
  max-width: 181.183px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 15px 35px;
  font-family: Sequel Sans Obl Body, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

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

.secondary-button-copy.greenbutton {
  max-width: 250px;
  display: flex;
}

.heading-copy-copy {
  color: #fff;
  text-align: left;
  text-align: left;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.image-12 {
  text-align: center;
  align-self: center;
  padding-bottom: 10px;
}

.bold-text {
  color: #fff;
}

.text-block-4 {
  text-shadow: -2px 2px 1px #0003;
  font-family: Exo, sans-serif;
}

.servicelearnmore {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff6200;
  border-radius: 5px;
  justify-content: center;
  align-self: center;
  max-width: 250px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 15px 35px;
  font-family: Sequel Sans Obl Body, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

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

.orangebutton-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff6200;
  border-radius: 5px;
  justify-content: center;
  align-self: center;
  max-width: 250px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 15px 35px;
  font-family: Sequel Sans Obl Body, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

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

.orangebutton-copy-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff6200;
  border-radius: 5px;
  justify-content: center;
  align-self: center;
  max-width: 250px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 15px 35px;
  font-family: Sequel Sans Obl Body, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

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

.navigation-item-2 {
  opacity: .6;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Sequel Sans Obl Head, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

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

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

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

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

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

.menu-2 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  font-family: Sequel Sans Head, sans-serif;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.navigation-item-3 {
  opacity: .6;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 50px;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 20px;
}

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

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

.navigation-item-3.w--current {
  opacity: 1;
  color: #fff;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

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

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

.text-block-copy {
  color: #fff;
  font-family: Sequel Sans Head, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.whoweare-container {
  color: #1f1f1f;
  text-align: left;
  background-color: #1b1b1b;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0%;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 100px 0;
  display: flex;
}

.orangebutton-outline {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff6200;
  border: 1px #000;
  border-radius: 5px;
  justify-content: center;
  align-self: center;
  max-width: 250px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 15px 35px;
  font-family: Sequel Sans Obl Body, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: -3px 4px 12px #0003;
}

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

.intro-header-copy {
  -webkit-backdrop-filter: saturate(0%);
  backdrop-filter: saturate(0%);
  color: #fff;
  background-color: #000000c9;
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/shutterstock_2184125681.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.intro-header-copy.cc-subpage {
  color: #fff;
  text-align: center;
  background-color: #31708e;
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  height: 650px;
}

.intro-text-copy {
  background-color: #0000;
  border-radius: 20px;
  flex-flow: column;
  align-items: center;
  width: 60%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
}

.link-4 {
  font-weight: 400;
}

.brandsbar {
  background-color: var(--transparent);
}

.brandsgrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  padding: 20px 100px;
  display: grid;
}

.image-2-copy {
  background-color: #fff;
  border-radius: 10px;
  max-width: 800px;
  margin-top: 0;
  padding: 0;
  box-shadow: -2px 2px 5px 2px #0003;
}

.image-2-copy-copy {
  background-color: #fff0;
  border-radius: 10px;
  max-width: 800px;
  margin-top: 0;
  padding: 0;
  box-shadow: -2px 2px 5px 2px #0003;
}

.brandsgridmobile {
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.brandlogo, .brandlogo-copy {
  object-fit: contain;
  background-color: #fff0;
  border-radius: 10px;
  max-width: 800px;
  margin-top: 0;
  padding: 0;
  box-shadow: -2px 2px 5px 2px #0003;
}

.div-block-5 {
  background-color: #fff;
  border: 2px solid #ff6200;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.image-19 {
  min-width: 65px;
  max-width: 65px;
  min-height: 65px;
  max-height: 65px;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.heading-copy-2 {
  color: var(--transparent);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bitter, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

.link-5 {
  color: var(--transparent);
  background-color: #0000;
  border-radius: 10px;
  min-width: 100%;
  padding: 20px;
  font-family: Exo, sans-serif;
  font-weight: 700;
  transition-property: none;
}

.map-2 {
  min-width: 600px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-copy-2-copy {
  color: var(--transparent);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bitter, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

.whitebutton {
  text-align: center;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid #000;
  border-radius: 5px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 25px 45px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.whitebutton:hover {
  filter: invert();
  background-color: #fff;
}

.whitebuttonblacktext {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  align-self: center;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  display: block;
}

.div-block-6 {
  border: 3px solid #ff6200;
  border-radius: 8px;
}

@media screen and (max-width: 991px) {
  .section {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

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

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

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

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

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .primary-button {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

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

  .paragraph-light {
    padding-bottom: 20px;
  }

  .heading-jumbo {
    box-sizing: border-box;
    object-fit: fill;
    align-items: center;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 35px;
    line-height: 50px;
  }

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

  .menu-icon {
    display: block;
  }

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

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

  .navigation {
    padding: 0 30px 0 0;
  }

  .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: #000;
  }

  .cta-text {
    width: auto;
  }

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

  .intro-header {
    background-image: linear-gradient(#000000b8, #000000b8), url('../images/shutterstock_2184125681.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    overflow: visible;
  }

  .intro-header.cc-subpage {
    height: 1000px;
  }

  .intro-content.cc-homepage {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

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

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

  .contact-form-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .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-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .home-section-wrap {
    flex-flow: column;
    padding-top: 10px;
    display: flex;
  }

  .section-heading {
    text-align: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .about-grid {
    grid-row-gap: 20px;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    text-align: center;
    flex-flow: column;
    grid-template: "."
                   "."
                   / 1fr;
    align-self: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

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

  .intro-text {
    width: auto;
    height: auto;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .secondary-button {
    justify-content: center;
    align-items: flex-start;
    max-width: 50%;
    margin-top: 20px;
    display: flex;
  }

  .list {
    color: #0e0e0e;
    text-align: left;
    font-family: Sequel Sans Body, sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
  }

  .div-block-2 {
    padding-left: 0;
  }

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

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .paragraph {
    max-width: 118%;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .paragraph-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack {
    grid-column-gap: 63px;
    grid-row-gap: 63px;
  }

  .container-4 {
    justify-content: center;
    padding-top: 20px;
    display: flex;
  }

  .container-5 {
    padding-bottom: 20px;
  }

  .heading-5 {
    text-align: center;
  }

  .quick-stack-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-6 {
    align-self: center;
    margin-left: 0;
    margin-right: 0;
  }

  .section-2, .cell-7 {
    justify-content: center;
  }

  .paragraph-6 {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .quick-stack-3 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    min-width: 0;
    padding-top: 50px;
  }

  .image-6 {
    border-radius: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .container-8 {
    margin-left: 0;
    margin-right: 0;
    padding: 0 80px 20px;
  }

  .cell-8 {
    border-radius: 20px;
    padding-left: 0;
  }

  .button-2 {
    margin-bottom: 50px;
  }

  .container-8-copy {
    margin-left: 0;
    margin-right: 0;
    padding: 0 80px 20px;
  }

  .quick-stack-4 {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
  }

  .section-2-copy {
    justify-content: center;
    padding-top: 0;
    display: flex;
  }

  .container-9 {
    text-align: left;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .section-2-copy-copy {
    justify-content: center;
    padding-top: 0;
    display: flex;
  }

  .section-2-copy-copy-copy {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 40px;
    display: flex;
  }

  .heading-jumbo-copy {
    box-sizing: border-box;
    object-fit: fill;
    align-items: center;
    padding-top: 20px;
    font-size: 35px;
    line-height: 50px;
  }

  .paragraph-copy {
    max-width: 118%;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .container-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-6-copy {
    justify-content: center;
    align-self: center;
    margin-left: 0;
    margin-right: 0;
  }

  .secondary-button-copy, .orangebutton {
    justify-content: center;
    align-items: flex-start;
    max-width: 50%;
    margin-top: 20px;
    display: flex;
  }

  .paragraph-2-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .greenbutton, .secondary-button-copy, .servicelearnmore, .orangebutton-copy, .orangebutton-copy-copy {
    justify-content: center;
    align-items: flex-start;
    max-width: 50%;
    margin-top: 20px;
    display: flex;
  }

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

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

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

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

  .navigation-items-2 {
    background-color: #000;
  }

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

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

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

  .menu-icon-2 {
    display: block;
  }

  .whoweare-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .orangebutton-outline {
    justify-content: center;
    align-items: flex-start;
    max-width: 50%;
    margin-top: 20px;
    display: flex;
  }

  .intro-header-copy {
    background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2861.jpeg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    overflow: visible;
  }

  .intro-header-copy.cc-subpage {
    height: 1000px;
  }

  .intro-text-copy {
    width: auto;
    height: auto;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brandsgrid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #000;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    display: grid;
  }

  .brandsgridmobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section {
    justify-content: center;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    object-fit: contain;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

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

  .paragraph-light {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .heading-jumbo {
    padding-top: 0;
    font-size: 35px;
    line-height: 64px;
  }

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

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

  .navigation {
    padding: 0 30px 0 0;
  }

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

  .intro-header {
    background-image: linear-gradient(#00000080, #00000080), url('../images/shutterstock_2184125681.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

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

  .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 {
    padding: 30px;
  }

  .home-section-wrap {
    padding-top: 0;
  }

  .about-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    box-shadow: none;
    flex-flow: column;
    order: 0;
    align-self: center;
    place-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .div-block-2 {
    flex-flow: column;
    align-self: auto;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .image-2 {
    order: 0;
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: 50px;
    margin-right: 50px;
    display: block;
  }

  .features-list {
    padding: 50px 15px;
  }

  .paragraph {
    max-width: 100%;
    padding-left: 20px;
  }

  .heading-2 {
    margin-top: 0;
    line-height: 35px;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-5 {
    padding-top: 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .paragraph-6 {
    max-width: 100%;
    padding-top: 20px;
  }

  .quick-stack-3 {
    min-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-6 {
    flex: 0 auto;
    align-self: auto;
    min-width: 50%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .container-8 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-8 {
    align-items: center;
    display: flex;
  }

  .container-8-copy {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-2-copy-copy {
    display: none;
  }

  .heading-jumbo-copy {
    padding-top: 0;
    font-size: 35px;
    line-height: 64px;
  }

  .paragraph-copy {
    max-width: 100%;
    padding-left: 20px;
  }

  .container-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    object-fit: contain;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .whoweare-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    object-fit: contain;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .intro-header-copy {
    background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_2861.jpeg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-2-copy, .image-2-copy-copy {
    order: 0;
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: 50px;
    margin-right: 50px;
    display: block;
  }

  .brandsgridmobile {
    display: none;
  }

  .brandlogo, .brandlogo-copy {
    order: 0;
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: 50px;
    margin-right: 50px;
    display: block;
  }
}

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

  .section {
    text-align: center;
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
  }

  .section.cc-home-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .container {
    color: #306a86;
    background-color: #31708e00;
    justify-content: center;
    align-items: stretch;
    padding: 50px 20px;
  }

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

  .primary-button {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
    padding-top: 12px;
    display: flex;
    overflow: visible;
  }

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

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

  .paragraph-light {
    text-align: left;
    justify-content: center;
    align-self: flex-start;
    align-items: stretch;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
    line-height: 25px;
    display: block;
  }

  .heading-jumbo {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-clip: border-box;
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 36px;
    line-height: 40px;
    display: block;
    overflow: visible;
  }

  .logo-link.w--current {
    overflow: auto;
  }

  .menu-icon {
    color: #fff;
    padding-top: 5px;
    padding-right: 0;
  }

  .menu {
    filter: invert();
    outline-offset: 0px;
    outline: 3px #fff;
    justify-content: flex-end;
    align-items: center;
    margin-left: 15px;
  }

  .navigation-wrap {
    background-color: #fff0;
    padding-right: 20px;
    display: flex;
  }

  .navigation {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    display: flex;
  }

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

  .logo-image {
    margin-left: 0;
  }

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

  .intro-header {
    background-color: #000;
    background-image: linear-gradient(#00000080, #00000080), url('../images/NAKBG.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 100%;
    max-width: 100%;
    height: auto;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-header.cc-subpage {
    object-fit: fill;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    height: auto;
  }

  .intro-content.cc-homepage {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-wrap {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-form-grid {
    width: 100%;
  }

  .get-in-touch-form {
    margin-top: -20px;
  }

  .contact-form-heading-wrap {
    text-align: left;
    max-width: 100%;
    margin-bottom: 0;
  }

  .contact-heading {
    margin-bottom: 0;
    padding-top: 20px;
    font-size: 34px;
  }

  .our-contacts {
    width: 90%;
  }

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

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

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

  .home-section-wrap {
    text-align: left;
    max-width: 100%;
    margin-bottom: 50px;
    padding-top: 0;
  }

  .section-heading {
    color: #ff6200;
    text-align: center;
    justify-content: center;
    margin-top: 20px;
    font-size: 30px;
    line-height: 35px;
    display: flex;
  }

  .about-grid {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    box-shadow: none;
    object-fit: contain;
    max-width: 100%;
    margin-bottom: 0;
    padding: 0;
    overflow: visible;
  }

  .about-grid.cc-about-2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-text {
    background-color: #0000;
    height: auto;
    padding: 0;
  }

  .secondary-button {
    text-align: center;
    background-color: #698f3f;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .body {
    background-color: #fff;
    max-width: 100%;
    overflow: visible;
  }

  .list {
    min-width: 100%;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 500;
  }

  .image {
    max-width: 100%;
    margin-top: 0;
    padding: 0;
  }

  .div-block {
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2 {
    align-items: stretch;
    max-width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .image-2 {
    object-fit: contain;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .features-list {
    text-align: left;
    min-width: 100%;
    padding: 30px 30px 50px;
  }

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

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .text-block {
    flex: 1;
    font-size: 20px;
    line-height: 30px;
  }

  .heading {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph {
    text-align: left;
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: clip;
  }

  .paragraph-2 {
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    padding-right: 10px;
    font-weight: 400;
  }

  .heading-2 {
    box-sizing: border-box;
    aspect-ratio: auto;
    overflow-wrap: normal;
    object-fit: scale-down;
    justify-content: center;
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 35px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .paragraph-3.paragraph-light, .container-3 {
    text-align: left;
    padding-top: 20px;
  }

  .heading-4 {
    color: #000;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 26px;
    font-weight: 900;
    line-height: 36px;
  }

  .paragraph-4 {
    justify-content: center;
    max-width: 100%;
    padding-top: 10px;
    padding-right: 0;
    display: block;
  }

  .paragraph-4.paragraph-light {
    text-align: left;
  }

  .quick-stack {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 0 0 10px;
  }

  .image-4 {
    text-align: left;
  }

  .text-block-3 {
    font-family: Sequel Sans Semi Head, sans-serif;
  }

  .container-4 {
    padding: 50px 20px 0;
  }

  .container-5 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .heading-5 {
    direction: ltr;
    color: #0b277b;
    text-align: center;
    -webkit-text-stroke-color: #0b277b;
    white-space: normal;
    word-break: normal;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    padding-bottom: 0;
    font-family: Sequel Sans Obl Body, sans-serif;
    font-size: 25px;
    line-height: 35px;
    display: block;
    overflow: visible;
  }

  .image-5 {
    align-self: center;
  }

  .quick-stack-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .container-6 {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .section-2 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 45px;
    padding-bottom: 50px;
  }

  .cell-7 {
    align-items: stretch;
  }

  .paragraph-6 {
    text-align: left;
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    line-height: 32px;
    display: block;
  }

  .list-2 {
    flex-flow: column;
    align-items: center;
    padding-top: 20px;
    font-weight: 500;
  }

  .heading-6 {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
    font-family: Sequel Sans Head, sans-serif;
    font-weight: 700;
  }

  .button {
    justify-content: center;
    align-self: center;
    align-items: stretch;
    min-width: 200px;
    display: flex;
  }

  .container-7 {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .quick-stack-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-self: center;
    min-width: 320px;
    max-width: 320px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-6 {
    min-width: 200px;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .image-7 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .container-8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    aspect-ratio: auto;
    text-align: left;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    align-items: center;
    min-width: 0%;
    max-width: 320px;
    min-height: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .div-block-3 {
    background-color: #fff;
    background-image: url('../images/IMG_2861.jpeg');
    background-position: 0 0;
    background-size: auto;
  }

  .body-2 {
    min-width: 100%;
    max-width: 100%;
  }

  .cell-8 {
    text-align: center;
    border-width: 0;
    border-color: #31708e00;
    flex-flow: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-7 {
    padding-top: 0;
    font-family: Sequel Sans Head, sans-serif;
    font-weight: 700;
    line-height: 36px;
  }

  .body-3 {
    display: block;
  }

  .button-2 {
    text-align: center;
    background-color: #687864;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 20px;
    margin-bottom: 35px;
    padding-left: 50px;
    padding-right: 50px;
    font-family: Sequel Sans Head, sans-serif;
    display: flex;
  }

  .cell-9 {
    border: 0 solid #31708e;
    border-radius: 20px;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell-10, .cell-11 {
    border: 1px solid #31708e;
    border-radius: 20px;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell-12, .cell-13 {
    border: 0 #31708e;
    border-radius: 20px;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-9 {
    padding-top: 10px;
    font-size: 32px;
    line-height: 35px;
  }

  .paragraph-8 {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .container-8-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    aspect-ratio: auto;
    text-align: left;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    align-items: center;
    min-width: 0%;
    max-width: 320px;
    min-height: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 10px 0;
    display: flex;
    position: static;
    overflow: visible;
  }

  .section-2-copy {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .container-9 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-2-copy-copy {
    text-align: center;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 45px;
    padding-bottom: 50px;
    display: none;
  }

  .section-2-copy-copy-copy {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-jumbo-copy {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-clip: border-box;
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 36px;
    line-height: 40px;
    display: block;
    overflow: visible;
  }

  .secondary-button-copy {
    text-align: center;
    background-color: #698f3f;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-left: 20px;
    display: flex;
  }

  .heading-copy {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
    display: flex;
  }

  .image-11 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cell-20 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .quick-stack-5 {
    grid-row-gap: 0px;
    padding: 10px;
  }

  .cell-21 {
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
  }

  .paragraph-copy {
    text-align: center;
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    overflow: clip;
  }

  .container-copy {
    color: #306a86;
    background-color: #f9f6fb;
    justify-content: center;
    align-items: stretch;
    padding: 20px 20px 0;
  }

  .container-6-copy {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .div-block-4 {
    padding-top: 20px;
  }

  .secondary-button-copy, .orangebutton {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .paragraph-2-copy {
    text-align: left;
    margin-bottom: 0;
    margin-left: 0;
    padding: 20px 0 10px;
    font-weight: 400;
  }

  .paragraph-4-copy {
    justify-content: center;
    padding-top: 0;
    display: flex;
  }

  .paragraph-4-copy.paragraph-light {
    text-align: left;
  }

  .greenbutton {
    text-align: center;
    background-color: #698f3f;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-left: 20px;
    display: flex;
  }

  .secondary-button-copy {
    text-align: center;
    background-color: #698f3f;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .heading-copy-copy {
    text-align: left;
    text-align: center;
    flex-flow: column;
    align-items: stretch;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 30px;
    display: none;
  }

  .servicelearnmore, .orangebutton-copy, .orangebutton-copy-copy {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .menu-2 {
    background-color: #000;
    margin-left: 15px;
  }

  .navigation-items-2 {
    background-color: #000;
  }

  .menu-icon-2 {
    outline-offset: 0px;
    outline: 3px #fff;
    padding-right: 0;
  }

  .text-block-copy {
    flex: 1;
    font-size: 20px;
    line-height: 30px;
  }

  .whoweare-container {
    color: #306a86;
    background-color: #1f1f1f;
    justify-content: center;
    align-items: stretch;
    padding: 50px 20px 0;
  }

  .orangebutton-outline {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .intro-header-copy {
    background-color: #000;
    background-image: linear-gradient(#00000080, #00000080), url('../images/NAKBG.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 100%;
    max-width: 100%;
    height: auto;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-header-copy.cc-subpage {
    object-fit: fill;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    height: auto;
  }

  .intro-text-copy {
    background-color: #0000;
    height: auto;
    padding: 0;
  }

  .brandsgrid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .image-2-copy {
    object-fit: contain;
    max-width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-2-copy-copy {
    object-fit: contain;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-2-copy-copy.logo-link {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .brandsgridmobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .brandlogo {
    background-color: var(--transparent);
    box-shadow: none;
    text-align: left;
    object-fit: contain;
    border-radius: 0;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 50px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .brandlogo-copy {
    background-color: var(--transparent);
    box-shadow: none;
    text-align: left;
    object-fit: contain;
    border-radius: 0;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-13, .image-14, .image-15, .image-16, .image-17, .image-18 {
    background-color: #000;
  }

  .div-block-5 {
    background-color: #fff;
    border-radius: 10px;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 10px;
    display: flex;
  }

  .image-19 {
    flex: 0 auto;
    order: 0;
    min-width: 45px;
    max-width: 45px;
    min-height: 45px;
    max-height: 45px;
    padding-left: 0;
  }

  .heading-copy-2 {
    text-align: center;
    mix-blend-mode: normal;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 30px;
    display: flex;
  }

  .link-5 {
    box-shadow: none;
    text-align: left;
    background-color: #0000;
    align-self: center;
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    display: flex;
  }

  .map-2 {
    justify-content: center;
    align-items: stretch;
    min-width: auto;
    max-width: 70%;
    padding-left: 0;
    display: flex;
  }

  .heading-copy-2-copy {
    text-align: center;
    mix-blend-mode: normal;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 30px;
    display: flex;
  }

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

  .whitebuttonblacktext {
    flex: 1;
    font-size: 20px;
    line-height: 30px;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-feb75258 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_1bd4abcd-4c40-58bd-0c96-585dba99dd0e-feb75258 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_1bd4abcd-4c40-58bd-0c96-585dba99dd0f-feb75258 {
  justify-self: auto;
}

#w-node-fc3e66f5-841b-a1f0-18ee-114567f550ce-feb75258 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-fc3e66f5-841b-a1f0-18ee-114567f550cf-feb75258 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-fc3e66f5-841b-a1f0-18ee-114567f550d0-feb75258 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-fc3e66f5-841b-a1f0-18ee-114567f550d3-feb75258 {
  grid-area: 1 / 6 / 2 / 7;
  justify-self: center;
}

#w-node-fc3e66f5-841b-a1f0-18ee-114567f550d4-feb75258 {
  grid-area: 1 / 5 / 2 / 6;
  place-self: center;
}

#w-node-_88cc0c80-0396-cda1-1fad-3ec441efde13-feb75258 {
  place-self: center;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-feb7525b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2f098efd-c935-8008-8b28-cdc7220b75d6-feb7525b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ff55926c-b9f9-3a9b-f0b4-0ad5825c5d83-feb7525b {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-ff55926c-b9f9-3a9b-f0b4-0ad5825c5d84-feb7525b {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-ff55926c-b9f9-3a9b-f0b4-0ad5825c5d85-feb7525b {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-ff55926c-b9f9-3a9b-f0b4-0ad5825c5d86-feb7525b {
  grid-area: 1 / 6 / 2 / 7;
  justify-self: center;
}

#w-node-ff55926c-b9f9-3a9b-f0b4-0ad5825c5d87-feb7525b {
  grid-area: 1 / 5 / 2 / 6;
  place-self: center;
}

#w-node-ff55926c-b9f9-3a9b-f0b4-0ad5825c5d88-feb7525b {
  place-self: center;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-40cb06e9 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-f380fa0e-036b-2e44-88bc-9bfead2d4f2f-2931365b {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_513c390b-6b24-5093-8645-dafd0ef59635-2931365b {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_513c390b-6b24-5093-8645-dafd0ef59636-2931365b {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_513c390b-6b24-5093-8645-dafd0ef59637-2931365b {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_513c390b-6b24-5093-8645-dafd0ef59638-2931365b {
  grid-area: 1 / 6 / 2 / 7;
  justify-self: center;
}

#w-node-_513c390b-6b24-5093-8645-dafd0ef59639-2931365b {
  grid-area: 1 / 5 / 2 / 6;
  place-self: center;
}

#w-node-_513c390b-6b24-5093-8645-dafd0ef5963a-2931365b {
  place-self: center;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-466880d8, #w-node-_86e64837-0616-515b-4568-76c147234d3f-5d39ad00, #w-node-_86e64837-0616-515b-4568-76c147234d3f-d121d318, #w-node-_86e64837-0616-515b-4568-76c147234d3f-f40f2772, #w-node-_86e64837-0616-515b-4568-76c147234d3f-3949993b, #w-node-_86e64837-0616-515b-4568-76c147234d3f-47be892e {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_83242056-4a06-2c25-01b8-e65c754f9f87-47be892e {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-1ab2ba8a, #w-node-_86e64837-0616-515b-4568-76c147234d3f-2e97bb01 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d3f-feb75258, #w-node-_1bd4abcd-4c40-58bd-0c96-585dba99dd0e-feb75258, #w-node-fc3e66f5-841b-a1f0-18ee-114567f550ce-feb75258 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fc3e66f5-841b-a1f0-18ee-114567f550cf-feb75258 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-fc3e66f5-841b-a1f0-18ee-114567f550d0-feb75258 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-fc3e66f5-841b-a1f0-18ee-114567f550d3-feb75258 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-fc3e66f5-841b-a1f0-18ee-114567f550d4-feb75258 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_2f098efd-c935-8008-8b28-cdc7220b75d6-feb7525b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ff55926c-b9f9-3a9b-f0b4-0ad5825c5d83-feb7525b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ff55926c-b9f9-3a9b-f0b4-0ad5825c5d84-feb7525b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ff55926c-b9f9-3a9b-f0b4-0ad5825c5d85-feb7525b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ff55926c-b9f9-3a9b-f0b4-0ad5825c5d86-feb7525b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ff55926c-b9f9-3a9b-f0b4-0ad5825c5d87-feb7525b {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-40cb06e9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f380fa0e-036b-2e44-88bc-9bfead2d4f2f-2931365b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_513c390b-6b24-5093-8645-dafd0ef59635-2931365b, #w-node-_513c390b-6b24-5093-8645-dafd0ef59636-2931365b, #w-node-_513c390b-6b24-5093-8645-dafd0ef59637-2931365b, #w-node-_513c390b-6b24-5093-8645-dafd0ef59638-2931365b, #w-node-_513c390b-6b24-5093-8645-dafd0ef59639-2931365b, #w-node-_86e64837-0616-515b-4568-76c147234d3f-466880d8, #w-node-_86e64837-0616-515b-4568-76c147234d3f-5d39ad00, #w-node-_86e64837-0616-515b-4568-76c147234d3f-d121d318, #w-node-_86e64837-0616-515b-4568-76c147234d3f-f40f2772, #w-node-_86e64837-0616-515b-4568-76c147234d3f-3949993b, #w-node-_86e64837-0616-515b-4568-76c147234d3f-47be892e, #w-node-_83242056-4a06-2c25-01b8-e65c754f9f87-47be892e, #w-node-_86e64837-0616-515b-4568-76c147234d3f-1ab2ba8a, #w-node-_86e64837-0616-515b-4568-76c147234d3f-2e97bb01 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f380fa0e-036b-2e44-88bc-9bfead2d4f2f-2931365b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d3f-feb75258, #w-node-_1bd4abcd-4c40-58bd-0c96-585dba99dd0e-feb75258 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fc3e66f5-841b-a1f0-18ee-114567f550ce-feb75258 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-fc3e66f5-841b-a1f0-18ee-114567f550cf-feb75258 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-fc3e66f5-841b-a1f0-18ee-114567f550d0-feb75258 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
  }

  #w-node-fc3e66f5-841b-a1f0-18ee-114567f550d3-feb75258 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fc3e66f5-841b-a1f0-18ee-114567f550d4-feb75258 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_88cc0c80-0396-cda1-1fad-3ec441efde13-feb75258 {
    justify-self: center;
  }

  #w-node-_2f098efd-c935-8008-8b28-cdc7220b75d6-feb7525b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ff55926c-b9f9-3a9b-f0b4-0ad5825c5d83-feb7525b {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-ff55926c-b9f9-3a9b-f0b4-0ad5825c5d84-feb7525b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ff55926c-b9f9-3a9b-f0b4-0ad5825c5d85-feb7525b {
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
  }

  #w-node-ff55926c-b9f9-3a9b-f0b4-0ad5825c5d86-feb7525b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ff55926c-b9f9-3a9b-f0b4-0ad5825c5d87-feb7525b {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ff55926c-b9f9-3a9b-f0b4-0ad5825c5d88-feb7525b {
    justify-self: center;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-40cb06e9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f380fa0e-036b-2e44-88bc-9bfead2d4f2f-2931365b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_513c390b-6b24-5093-8645-dafd0ef59635-2931365b {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_513c390b-6b24-5093-8645-dafd0ef59636-2931365b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_513c390b-6b24-5093-8645-dafd0ef59637-2931365b {
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
  }

  #w-node-_513c390b-6b24-5093-8645-dafd0ef59638-2931365b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_513c390b-6b24-5093-8645-dafd0ef59639-2931365b {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_513c390b-6b24-5093-8645-dafd0ef5963a-2931365b {
    justify-self: center;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-466880d8, #w-node-_86e64837-0616-515b-4568-76c147234d3f-5d39ad00, #w-node-_86e64837-0616-515b-4568-76c147234d3f-d121d318, #w-node-_86e64837-0616-515b-4568-76c147234d3f-f40f2772, #w-node-_86e64837-0616-515b-4568-76c147234d3f-3949993b, #w-node-_86e64837-0616-515b-4568-76c147234d3f-47be892e, #w-node-_83242056-4a06-2c25-01b8-e65c754f9f87-47be892e, #w-node-_86e64837-0616-515b-4568-76c147234d3f-1ab2ba8a, #w-node-_86e64837-0616-515b-4568-76c147234d3f-2e97bb01 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Sequel Sans Disp';
  src: url('../fonts/Sequel-Sans-Heavy-Disp.otf') format('opentype'), url('../fonts/Sequel-Sans-Black-Disp.otf') format('opentype'), url('../fonts/Sequel-Sans-Heavy-Disp.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Obl Disp';
  src: url('../fonts/Sequel-Sans-Black-Obl-Disp.otf') format('opentype'), url('../fonts/Sequel-Sans-Heavy-Obl-Disp.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Obl Head';
  src: url('../fonts/Sequel-Sans-Black-Obl-Head.otf') format('opentype'), url('../fonts/Sequel-Sans-Heavy-Obl-Head.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Obl Disp';
  src: url('../fonts/Sequel-Sans-Bold-Obl-Disp.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Obl Head';
  src: url('../fonts/Sequel-Sans-Bold-Obl-Head.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Book Obl Body';
  src: url('../fonts/Sequel-Sans-Book-Obl-Body.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Book Disp';
  src: url('../fonts/Sequel-Sans-Book-Disp.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Book Head';
  src: url('../fonts/Sequel-Sans-Book-Head.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Obl Body';
  src: url('../fonts/Sequel-Sans-Black-Obl-Body.otf') format('opentype'), url('../fonts/Sequel-Sans-Heavy-Obl-Body.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Book Obl Head';
  src: url('../fonts/Sequel-Sans-Book-Obl-Head.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Book Body';
  src: url('../fonts/Sequel-Sans-Book-Body.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Head';
  src: url('../fonts/Sequel-Sans-Medium-Head.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Head';
  src: url('../fonts/Sequel-Sans-Heavy-Head.otf') format('opentype'), url('../fonts/Sequel-Sans-Black-Head.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Obl Body';
  src: url('../fonts/Sequel-Sans-Medium-Obl-Body.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Obl Disp';
  src: url('../fonts/Sequel-Sans-Medium-Obl-Disp.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Body';
  src: url('../fonts/Sequel-Sans-Heavy-Body.otf') format('opentype'), url('../fonts/Sequel-Sans-Black-Body.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Semi Body';
  src: url('../fonts/Sequel-Sans-Semi-Bold-Body.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Obl Head';
  src: url('../fonts/Sequel-Sans-Medium-Obl-Head.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Obl Disp';
  src: url('../fonts/Sequel-Sans-Light-Obl-Disp.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Roman Disp';
  src: url('../fonts/Sequel-Sans-Roman-Disp.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Roman Head';
  src: url('../fonts/Sequel-Sans-Roman-Head.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Roman Body';
  src: url('../fonts/Sequel-Sans-Roman-Body.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Semi Disp';
  src: url('../fonts/Sequel-Sans-Semi-Bold-Disp.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Semi Head';
  src: url('../fonts/Sequel-Sans-Semi-Bold-Head.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Semi Obl Body';
  src: url('../fonts/Sequel-Sans-Semi-Bold-Obl-Body.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Semi Obl Disp';
  src: url('../fonts/Sequel-Sans-Semi-Bold-Obl-Disp.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Semi Obl Head';
  src: url('../fonts/Sequel-Sans-Semi-Bold-Obl-Head.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Disp';
  src: url('../fonts/Sequel-Sans-Medium-Disp.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Body';
  src: url('../fonts/Sequel-Sans-Medium-Body.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Body';
  src: url('../fonts/Sequel-Sans-Light-Body.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Head';
  src: url('../fonts/Sequel-Sans-Oblique-Head.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Disp';
  src: url('../fonts/Sequel-Sans-Oblique-Disp.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Obl Head';
  src: url('../fonts/Sequel-Sans-Light-Obl-Head.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Head';
  src: url('../fonts/Sequel-Sans-Light-Head.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Body';
  src: url('../fonts/Sequel-Sans-Oblique-Body.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Obl Body';
  src: url('../fonts/Sequel-Sans-Light-Obl-Body.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Disp';
  src: url('../fonts/Sequel-Sans-Light-Disp.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Book Obl Disp';
  src: url('../fonts/Sequel-Sans-Book-Obl-Disp.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Body';
  src: url('../fonts/Sequel-Sans-Bold-Body.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Disp';
  src: url('../fonts/Sequel-Sans-Bold-Disp.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Obl Body';
  src: url('../fonts/Sequel-Sans-Bold-Obl-Body.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel Sans Head';
  src: url('../fonts/Sequel-Sans-Bold-Head.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}