:root {
  --white: white;
  --black: black;
  --dark-grey: #999;
  --gainsboro: #e6e6e6;
}

.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: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

ul, ol {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
}

img {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

blockquote {
  color: #000;
  border-style: solid none none;
  border-top-width: 2px;
  border-top-color: #000;
  border-left-width: 5px;
  border-left-color: #e2e2e2;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: #666;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.navigation {
  z-index: 99;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  justify-content: center;
  align-items: center;
  height: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.image-logo {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-link {
  color: #000;
  margin-right: 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.nav-link.white {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}

.container {
  text-align: left;
  flex-wrap: wrap;
  place-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container.cc-center {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0 40px;
  display: block;
}

.container.cc-post-image {
  max-width: 1400px;
  margin-left: 100px;
  margin-right: 100px;
}

.paragraph {
  clear: none;
  color: #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: block;
  position: relative;
}

.paragraph.cc-contact-text {
  margin-bottom: 50px;
}

.footer {
  background-color: #141414;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  display: flex;
}

.top-section {
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.footer-title-text {
  color: #666;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.footer-links {
  flex-flow: column;
  flex: none;
  align-content: flex-start;
  align-items: flex-start;
  width: 25%;
  margin-top: 15px;
  display: flex;
}

.footer-links-container {
  justify-content: flex-start;
  margin-top: 20px;
  display: flex;
}

.footer-links-container.cc-categories {
  display: block;
}

.footer-categories {
  width: 75%;
}

.footer-newsletter {
  width: 25%;
}

.bottom-1 {
  text-align: left;
  flex-wrap: nowrap;
  flex: 1;
  place-content: flex-start space-between;
  display: flex;
}

.bottom-2 {
  flex: 1;
  width: 75%;
  margin-top: 20px;
}

.bottom {
  width: 100%;
}

.separator-color {
  background-color: #e6e6e6;
  max-width: 1290px;
  height: 1px;
}

.separator-color.footer-line {
  background-color: #4d4d4d;
}

.text-field {
  color: #999;
  height: 48px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.submit-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  width: 100px;
  height: 48px;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.form {
  align-items: flex-end;
  display: flex;
}

.form-block {
  margin-top: 20px;
}

.posts-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.posts-wrapper.cc-top-post {
  justify-content: space-between;
}

.top-post {
  justify-content: center;
  align-items: center;
  padding: 150px 30px 60px;
  display: flex;
}

.navigation-link {
  color: #000;
  align-content: space-between;
  height: 20px;
  padding: 22px 20px 34px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  position: relative;
}

.navigation-link.w--current {
  padding-top: 22px;
}

.navigation-link-text {
  color: #000;
  text-transform: none;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.navigation-hover {
  background-color: #000;
  align-items: flex-end;
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.header {
  z-index: 1;
  clear: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  position: static;
  inset: 0%;
}

.team {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.contact {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: center;
  padding: 40px 30px 120px;
  display: flex;
}

.footer-small-text {
  color: #666;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.dropdown {
  display: none;
}

.container-footer {
  width: 100%;
  max-width: 1200px;
}

.contact-info-subtitle {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.contact-info-text {
  color: #000;
  letter-spacing: -.5px;
  width: 100%;
  margin-top: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.contact-number {
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.nav-menu {
  display: flex;
}

.top-post-image {
  width: 60%;
}

.top-post-item {
  perspective: 2000px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.top-post-text {
  width: 100%;
  padding-top: 40px;
  padding-left: 20px;
}

.category-link {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.category-link:hover {
  text-decoration: underline;
}

.h2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 25px;
  font-family: Tenor Sans, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

.h2.cc-title-section {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.h2.cc-title-section.cc-push-text {
  margin-right: 15px;
}

.post-short-text {
  color: #666;
  font-family: Source Serif Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.post-author {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.post-author:hover {
  text-decoration: underline;
}

.post-author.cc-top-margin {
  margin-right: 5px;
}

.post-author-text {
  margin-top: 30px;
  display: flex;
}

.post-author-text.cc-small-thumbnail {
  margin-top: 0;
}

.post-author-text.cc-center {
  align-items: center;
}

._3-posts {
  justify-content: center;
  align-items: center;
  padding-bottom: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.posts-collection-list-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.posts-image {
  margin-bottom: 20px;
}

.top-post-link-block {
  text-decoration: none;
}

._3-collection-item {
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
  width: 33.3333%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.post-title {
  margin-top: 15px;
  margin-bottom: 15px;
  text-decoration: none;
}

.h3 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.post-info-text {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}

.posts-collection-list {
  flex-wrap: wrap;
  margin: -25px -10px;
  display: flex;
}

.separator-container {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.line-color {
  background-color: #e6e6e6;
  height: 1px;
}

.separator {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.latest-posts {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

._4-collection-item {
  flex-wrap: wrap;
  width: 25%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.button {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  padding: 20px 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 12px;
  transition: background-color .2s, color .2s;
  display: flex;
}

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

.section-title-text {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  order: -1;
  align-self: flex-start;
  margin-bottom: 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.section-title-text:hover {
  text-decoration: underline;
}

._2-collection-item {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.featured-posts {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.separator-footer {
  margin-top: 0;
  margin-bottom: 0;
}

.about-top {
  justify-content: center;
  align-items: center;
  padding: 140px 30px 120px;
  display: flex;
}

.h1 {
  color: #000;
  text-transform: uppercase;
  order: -1;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
}

.text-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-title-big {
  clear: none;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  display: block;
  position: relative;
}

.link-block {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.team-collection-item {
  flex-wrap: wrap;
  align-items: stretch;
  width: 25%;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.team-image {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.team-member-info {
  margin-top: 15px;
}

.team-member-name {
  color: #000;
  font-family: Source Serif Pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.team-member-role {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.collection-list-wrapper-7 {
  margin: -25px -10px;
}

.contact-item-wrapper {
  justify-content: center;
  align-items: stretch;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.contact-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.contact-item {
  text-align: center;
  border: 1px solid #000;
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  padding: 45px 30px;
  display: flex;
}

.number {
  color: #fff;
  text-align: center;
  font-family: Source Serif Pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.about-blog {
  justify-content: center;
  align-items: center;
  padding: 0 30px 20px;
  display: flex;
}

.title-section {
  justify-content: center;
  align-items: center;
  padding: 180px 30px 90px;
  display: flex;
}

.post-image {
  justify-content: center;
  align-items: center;
  display: flex;
}

.post-content {
  justify-content: center;
  align-items: center;
  padding: 140px 30px 60px;
  display: flex;
}

.post-content-wrapper {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  display: block;
}

.author-image-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  display: flex;
  overflow: hidden;
}

.rich-text {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 10px;
}

.rich-text h1 {
  font-family: Tenor Sans, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
}

.rich-text h4, .rich-text h5, .rich-text h6 {
  font-family: Tenor Sans, sans-serif;
  font-weight: 400;
}

.logo.cc-footer {
  margin-bottom: 2px;
  margin-right: 15px;
}

.collection-list {
  flex-wrap: wrap;
  display: flex;
}

.footer-collection-item {
  color: #fff;
  width: 25%;
  margin-bottom: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

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

.div-block {
  display: flex;
}

.style-guide-label {
  color: #777;
  border-bottom: 1px solid #777;
  flex: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 14px;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  padding: 15px;
  line-height: 24px;
}

.footer-links-inner {
  flex-flow: column;
  flex: none;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.paragraph-2, .heading {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.heading-2 {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.button-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  text-align: center;
  vertical-align: middle;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #000;
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 275px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  display: block;
  position: static;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-3 {
  margin-top: 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.div-block-2, .div-block-3 {
  min-height: 50px;
}

.image, .image-2, .image-3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.section {
  background-color: #d0cbcb;
  margin-bottom: 0;
  overflow: auto;
}

.block-quote {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-block {
  font-size: 20px;
}

.paragraph-4 {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 700;
}

.slider {
  background-color: #cfcbcb;
}

.mask {
  overflow: auto;
}

.container-2 {
  min-height: 0;
  padding-bottom: 40px;
}

.heading-3 {
  text-align: center;
  margin-bottom: 20px;
}

.slide-nav {
  position: absolute;
}

.heading-4, .heading-5, .heading-6, .heading-7 {
  text-align: center;
  font-size: 30px;
}

.paragraph-5 {
  text-align: center;
  font-size: 20px;
}

.container-3 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.div-block-4 {
  margin-top: 50px;
  font-size: 20px;
}

.image-4 {
  z-index: 1;
  justify-content: flex-end;
  align-items: stretch;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.text-block-2, .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.section-2 {
  max-height: 400px;
  overflow: clip;
}

.text-block-3 {
  color: var(--white);
}

.columns {
  min-height: 390px;
  max-height: 390px;
  margin-bottom: 20px;
  padding-bottom: 0;
  overflow: hidden;
}

.container-4 {
  background-color: #d0cbcb;
  min-height: 250px;
  padding: 0 10px 10px;
}

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

.paragraph-7 {
  font-size: 20px;
  position: static;
  inset: auto 0% 0%;
}

.column {
  min-height: 0;
  margin-bottom: 20px;
}

.heading-8 {
  font-size: 55px;
}

.section-3 {
  margin-bottom: 50px;
  font-weight: 700;
}

.column-2, .column-3, .column-4, .column-5, .column-6, .column-7, .column-8 {
  margin-bottom: 20px;
}

.heading-9 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.div-block-5 {
  background-color: #000;
  min-height: 2px;
  margin-bottom: 10px;
}

.submit-button-2 {
  float: none;
  clear: none;
  text-align: center;
  vertical-align: middle;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  box-shadow: 0 2px 5px #0003;
}

.modal {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal-bg {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #00000026;
  width: 100%;
  height: 100%;
  position: static;
}

.modal-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 35rem;
  padding: 1.8rem;
  display: flex;
  position: absolute;
}

.paragraph-8 {
  position: static;
}

.heading-10 {
  clear: none;
  text-align: left;
}

.form-block-2 {
  clear: none;
  width: 100%;
}

.close-text {
  color: #000;
  font-size: 4rem;
  position: absolute;
  inset: 1.2rem 1rem auto auto;
  transform: rotate(45deg);
}

.link-block-2 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-field-2, .text-field-3, .text-field-4, .text-field-5 {
  color: #000;
}

.section-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  min-height: 350px;
  padding-bottom: 90px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  overflow: scroll;
}

.column-9, .column-10, .column-11 {
  padding-bottom: 10px;
}

.container-6 {
  max-width: 1200px;
  padding-left: 25px;
  padding-right: 25px;
}

.section-5 {
  padding: 20px 0 0;
}

.column-12, .column-13 {
  padding-bottom: 10px;
}

.column-14 {
  padding-bottom: 10px;
  overflow: clip;
}

.image-5 {
  max-width: 100%;
}

.dropdown-toggle-2 {
  padding-top: 36px;
  padding-bottom: 12px;
  padding-right: 20px;
}

.dropdown-2 {
  object-fit: fill;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  max-height: 300px;
  font-family: Libre Franklin, sans-serif;
  display: block;
  position: relative;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.icon-3 {
  max-height: 40px;
}

.text-block-4 {
  font-weight: 600;
}

.dropdown-link-2 {
  clear: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  position: relative;
}

.dropdown-link-3 {
  z-index: 3;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  position: relative;
}

.dropdown-list-2 {
  display: block;
  position: absolute;
  overflow: visible;
}

.dropdown-list-2.w--open {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-right: 0;
  padding-right: 0;
  overflow: scroll;
}

.dropdown-3 {
  font-family: Libre Franklin, sans-serif;
  font-weight: 600;
}

.dropdown-toggle-3 {
  padding-top: 33px;
  padding-bottom: 23px;
  padding-right: 25px;
  line-height: 0;
}

.heading-11 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
}

.container-7 {
  max-height: none;
  padding-bottom: 40px;
}

.icon-4 {
  margin-top: 8px;
  padding-left: 10px;
  position: absolute;
  inset: 35% 0% 0% 115px;
}

.dropdown-toggle-4 {
  padding-left: 155px;
  padding-right: 155px;
  display: inline-block;
  position: relative;
  inset: 0% 0% 0% auto;
}

.dropdown-4 {
  border: 1px solid #ccc;
  border-radius: 0;
  display: block;
  position: relative;
}

.text-block-6, .icon-5 {
  color: #ccc;
}

.formester-div-style {
  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;
  align-self: center;
  align-items: stretch;
  width: 550px;
  height: 600px;
  margin: 30px;
  display: flex;
  position: absolute;
}

.formester-iframe-style {
  border-style: none;
}

.textarea {
  color: #000;
  display: block;
}

.form-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  color: #000;
  border-radius: 4px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  width: 90%;
  margin-top: 20px;
  padding-top: 0;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.heading-12 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-13 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.heading-14 {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  padding-top: 220px;
  padding-left: 20px;
  position: absolute;
}

.image-6 {
  z-index: 1;
  position: static;
  inset: 0%;
}

.div-block-6 {
  padding-top: 70px;
}

.container-8 {
  height: 200px;
}

.text-field-6 {
  color: #000;
  display: inline-block;
}

.paragraph-9 {
  color: #908e8e;
}

.div-block-7 {
  background-color: #99949400;
  border: 3px #2a5541;
  border-radius: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.bold-text {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-block-5 {
  margin-bottom: 60px;
}

.heading-15 {
  object-fit: fill;
  flex-flow: row;
  width: 100%;
  max-width: 300px;
  display: block;
}

.column-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: visible;
}

.text-field-7, .text-field-8, .text-field-9 {
  color: #000;
}

.column-16 {
  padding-top: 30px;
  display: block;
}

.heading-16 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
}

.grid {
  grid-template-areas: ". Area";
  padding-left: 100px;
  padding-right: 40px;
}

.section-6 {
  background-color: #999;
}

.image-7 {
  box-sizing: content-box;
  object-fit: fill;
  background-image: url('../images/CMU-WALL-WITH-STUCCO-and-Corten-Gate.JPG');
  background-position: 0 0;
  background-size: auto;
  height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.section-20 {
  float: none;
  object-fit: fill;
  background-image: url('../images/culver-city-home.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 400px;
  max-height: 400px;
  position: static;
}

.section-8 {
  background-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-17 {
  color: #fff;
  margin-left: 100px;
}

.code-embed {
  max-width: none;
  overflow: visible;
}

.section-9 {
  background-color: #999;
  padding-top: 10px;
  padding-bottom: 10px;
}

.slider-2 {
  background-color: #999;
}

.icon-6 {
  color: #000;
}

.icon-7 {
  color: var(--black);
}

.container-9 {
  background-color: #999;
}

.columns-2 {
  margin-left: 100px;
  margin-right: 100px;
  padding-right: 0;
}

.columns-3 {
  margin-left: 100px;
  margin-right: 100px;
}

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

.container-10 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph-10 {
  font-size: 20px;
}

.heading-18 {
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.section-11 {
  margin-bottom: 40px;
}

.button-3 {
  text-align: center;
  direction: ltr;
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 14px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.heading-19 {
  color: #fff;
}

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

.paragraph-11 {
  height: auto;
  margin-top: 0;
  font-size: 15px;
  line-height: 20px;
}

.paragraph-12 {
  margin-top: 0;
  font-size: 15px;
  line-height: 20px;
}

.columns-5 {
  max-height: none;
}

.select-field {
  color: #000;
  background-color: #fff;
}

.section-12 {
  background-image: url('../images/CMU-WALL-WITH-STUCCO-and-Corten-Gate.JPG');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  min-height: 400px;
  max-height: 400px;
}

.section-13 {
  background-image: url('../images/Redwood-Fence-Contractor-Los-Angeles.JPG');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  min-height: 400px;
  max-height: 400px;
}

.deck-section {
  background-image: url('../images/Cedar-Deck-With-Stairs-Los-Angeles.JPG');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  min-height: 400px;
  max-height: 400px;
}

.landscape-services {
  background-image: url('../images/Landscaping-and-Gravel-in-Los-Angeles.JPG');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  min-height: 400px;
  max-height: 400px;
}

.outdoor-lighting {
  background-image: url('../images/IMG_4663.JPG');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  min-height: 400px;
  max-height: 400px;
}

.pool-construction {
  background-image: url('../images/Above-Ground-Pool-Construction-Los-Angels.JPG');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  min-height: 400px;
  max-height: 400px;
}

.outdoor-kitche {
  background-image: url('../images/Outdoor-Kitche-and-Pizza-Oven-Los-Angeles.JPG');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  min-height: 400px;
  max-height: 400px;
}

.lawn-care {
  background-image: url('../images/Lawn-Care-Los-Angeles.JPG');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  min-height: 400px;
  max-height: 400px;
}

.outdoor-bathroom {
  background-image: url('../images/Outdoor-Bathroom-Ventura.jpeg');
  background-position: 50% 75%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  min-height: 400px;
  max-height: 400px;
}

.fire-pit {
  background-image: url('../images/Fire-Pit-Los-Angeles.jpeg');
  background-position: 50% 75%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  min-height: 400px;
  max-height: 400px;
}

.generator {
  background-image: url('../images/BackUp-Generator.jpeg');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  min-height: 400px;
  max-height: 400px;
}

.sauna {
  background-image: url('../images/Sauna-Install-Los-Angeles.jpeg');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  min-height: 400px;
  max-height: 400px;
}

.irrigation {
  background-image: url('../images/Irrigation-Los-Angeles.jpeg');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  min-height: 400px;
  max-height: 400px;
}

.pergola {
  background-image: url('../images/IMG_4658.JPG');
  background-position: 50% 10%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  min-height: 400px;
  max-height: 400px;
}

.pavers {
  background-image: url('../images/Brick-Paver-Install-Los-Angeles.JPG');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  min-height: 400px;
  max-height: 400px;
}

.image-8 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.container-12 {
  margin-left: auto;
  margin-right: auto;
}

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

.link {
  color: #000;
  padding-top: 10px;
  padding-left: 0;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.image-9 {
  display: inline-block;
  overflow: clip;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.gallery-head-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  padding-bottom: 50px;
  display: flex;
}

.heading-20 {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
}

.caption-text {
  color: #000;
  background-color: #e5a055;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
}

.image-gallery {
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex: 0 25%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 25%;
  display: block;
  position: relative;
}

.gallery-image-embed {
  height: 100%;
  padding: 10px;
  position: absolute;
  overflow: hidden;
}

.image-10 {
  margin-top: 10px;
}

.image-11 {
  margin-top: 12px;
  margin-bottom: 10px;
}

.image-12 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.section-20-copy {
  float: none;
  object-fit: fill;
  background-image: url('../images/newport-kitchen.JPG');
  background-position: 50%;
  background-size: cover;
  min-height: 400px;
  max-height: 400px;
  position: static;
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 9;
    padding-right: 8px;
  }

  .image-logo {
    z-index: 9999;
    position: relative;
  }

  .container {
    flex-flow: column;
    align-items: center;
  }

  .footer-categories {
    width: 100%;
  }

  .footer-newsletter {
    width: 100%;
    margin-bottom: 35px;
  }

  .bottom-1 {
    flex-flow: wrap-reverse;
  }

  .bottom-2 {
    width: 100%;
  }

  .navigation-link {
    background-color: #fff;
    justify-content: flex-end;
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation-link-text {
    font-size: 18px;
    line-height: 24px;
  }

  .navigation-hover {
    display: none;
  }

  .header {
    height: 50vw;
  }

  .container-footer {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    background-color: #fff;
    margin-top: -90px;
    padding-top: 120px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px #00000040;
  }

  .menu-button {
    color: #000;
    font-family: Libre Franklin, sans-serif;
    font-size: 32px;
    font-weight: 400;
  }

  .menu-button:active {
    background-color: #e9e9e9;
  }

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

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

  .top-post-item {
    flex-wrap: wrap;
  }

  .top-post-text {
    width: 100%;
    padding-left: 0;
  }

  .h2.cc-title-section {
    margin-top: 0;
  }

  ._4-collection-item {
    width: 50%;
  }

  .icon-2 {
    color: #000;
  }

  .about-top {
    padding-top: 180px;
    padding-bottom: 90px;
  }

  .h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .text-container {
    width: 100%;
  }

  .team-collection-item {
    width: 33.3333%;
  }

  .team-image {
    justify-content: flex-start;
    width: 100%;
  }

  .contact-item-wrapper {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .contact-wrapper {
    flex-wrap: wrap;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .title-section.cc-detail {
    padding-top: 150px;
  }

  .quick-stack {
    margin-left: 15px;
    margin-right: 15px;
  }

  .modal {
    inset: 0%;
  }

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

  .dropdown-toggle-2, .dropdown-2 {
    text-align: center;
  }

  .text-block-4 {
    text-align: center;
    font-size: 18px;
  }

  .dropdown-link-2, .dropdown-link-3, .dropdown-link-4 {
    text-align: center;
  }

  .dropdown-3 {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 2px;
    font-size: 18px;
  }

  .dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 20px;
  }

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

  .dropdown-list-3.w--open {
    flex-flow: wrap;
    display: flex;
    position: fixed;
    inset: 25% 0% auto;
  }

  .icon-4 {
    display: none;
  }

  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    height: 75px;
  }

  .footer-title-text {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-wrap: nowrap;
    width: 50%;
    margin-top: 25px;
  }

  .footer-links-container {
    flex-wrap: wrap;
  }

  .footer-categories {
    display: none;
  }

  .footer-newsletter {
    margin-bottom: 15px;
  }

  .top-post {
    margin-top: 0;
    padding-top: 135px;
  }

  .navigation-link {
    display: flex;
  }

  .navigation-hover {
    text-align: center;
  }

  .team, .contact {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .dropdown {
    background-color: #fff;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .dropdown-toggle {
    color: #999;
    align-items: center;
    width: 100%;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    font-family: Libre Franklin, sans-serif;
    font-weight: 400;
    line-height: 24px;
    display: flex;
  }

  .dropdown-toggle.w--open {
    color: #000;
    font-weight: 600;
  }

  .icon {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 15px;
  }

  .dropdown-list {
    margin-top: 0;
  }

  .dropdown-list.w--open {
    margin-top: auto;
  }

  .dropdown-link {
    color: #000;
    background-color: #fff;
    padding: 15px 20px;
    font-family: Libre Franklin, sans-serif;
    font-weight: 600;
  }

  .h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .h2.cc-title-section.cc-push-text {
    margin-right: 10px;
  }

  ._3-collection-item, ._4-collection-item, ._2-collection-item {
    width: 100%;
  }

  .about-top {
    padding-top: 180px;
    padding-bottom: 90px;
  }

  .h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .team-collection-item {
    width: 50%;
  }

  .about-blog {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .title-section {
    padding-top: 150px;
    padding-bottom: 60px;
  }

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

  .footer-links-inner {
    flex-wrap: nowrap;
    width: 50%;
    margin-top: auto;
  }

  .dropdown-toggle-2 {
    text-align: right;
  }

  .dropdown-2 {
    text-align: right;
    font-size: 18px;
  }

  .text-block-4, .dropdown-link-2, .dropdown-link-3, .dropdown-link-4 {
    text-align: right;
  }

  .dropdown-3 {
    text-align: right;
    justify-content: flex-end;
    align-items: stretch;
    height: 60px;
    padding: 34px 10px 34px 30px;
    font-size: 18px;
    line-height: 24px;
    display: block;
  }

  .text-block-5 {
    text-align: right;
  }

  .dropdown-list-3.w--open {
    top: 10%;
  }

  .heading-11 {
    padding-left: 10px;
  }

  .collection-item {
    flex-basis: 50%;
    padding-bottom: 50%;
  }
}

@media screen and (max-width: 479px) {
  .nav-link.white {
    margin-right: 0;
  }

  .container.cc-center {
    padding-top: 100px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .top-section {
    flex-wrap: wrap;
    max-width: none;
  }

  .footer-title-text {
    width: 100%;
    margin-top: 20px;
  }

  .footer-links {
    flex-flow: wrap;
    justify-content: flex-start;
    margin-top: 0;
  }

  .footer-links-container {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
  }

  .top-post {
    padding-top: 105px;
    padding-bottom: 30px;
  }

  .header {
    height: 75vw;
  }

  .team, .contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-small-text {
    margin-top: 20px;
    line-height: 18px;
  }

  .h2.cc-title-section.cc-push-text {
    margin-bottom: 0;
  }

  ._3-posts {
    padding-bottom: 60px;
  }

  .latest-posts {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button {
    width: 100%;
    margin-top: 60px;
  }

  .featured-posts {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-top {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .h1 {
    font-size: 20px;
    line-height: 24px;
  }

  .team-collection-item, .contact-item-wrapper {
    width: 100%;
  }

  .about-blog {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title-section {
    padding-top: 135px;
  }

  .title-section.cc-detail {
    padding-top: 120px;
  }

  .div-block {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .footer-links-inner {
    flex-flow: wrap;
    justify-content: flex-start;
    margin-top: 0;
  }

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

  .button-2 {
    text-align: center;
    border-radius: 0;
    font-size: 16px;
  }

  .image, .image-2, .image-3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .section {
    background-color: #d0cbcb;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .text-block {
    position: relative;
  }

  .paragraph-4 {
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider {
    background-color: #999;
    overflow: visible;
  }

  .slide {
    box-sizing: border-box;
    object-fit: contain;
    position: relative;
    overflow: visible;
  }

  .mask {
    height: auto;
    overflow: clip;
  }

  .container-2 {
    object-fit: fill;
    min-height: 450px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  .body {
    min-height: 0;
  }

  .heading-3 {
    margin-top: auto;
    margin-bottom: 10px;
    padding-top: 20px;
  }

  .slide-nav {
    justify-content: center;
    align-items: flex-end;
    display: block;
    position: absolute;
    inset: 450px 0% 0%;
    overflow: auto;
  }

  .quick-stack {
    margin-left: 15px;
    margin-right: 15px;
  }

  .columns {
    overflow: visible;
  }

  .column-2 {
    box-sizing: border-box;
  }

  .container-5 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .column-9 {
    padding-bottom: 10px;
  }

  .container-6 {
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

  .column-12 {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
  }

  .column-13, .column-14 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .dropdown-toggle-2, .dropdown-2 {
    text-align: right;
  }

  .text-block-4 {
    text-align: right;
    font-size: 18px;
  }

  .dropdown-link-2, .dropdown-link-3, .dropdown-link-4 {
    text-align: right;
  }

  .dropdown-3 {
    text-align: right;
    display: block;
  }

  .dropdown-toggle-3 {
    text-align: right;
    padding-right: 17px;
    font-size: 18px;
  }

  .text-block-5 {
    text-align: right;
  }

  .dropdown-list-3 {
    z-index: auto;
    box-sizing: border-box;
    float: left;
    text-align: center;
    object-fit: fill;
    display: none;
    position: relative;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .dropdown-list-3.w--open {
    box-sizing: border-box;
    object-fit: fill;
    flex-flow: wrap;
    align-content: center;
    display: flex;
    position: fixed;
    top: 43%;
    overflow: visible;
  }

  .heading-11 {
    padding-left: 10px;
  }

  .container-7 {
    padding-bottom: 10px;
  }

  .heading-16 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .grid {
    grid-template-areas: "."
                         "Area";
    grid-auto-flow: row;
  }

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

  .section-9, .container-9 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .columns-2, .columns-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-11 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-3 {
    object-fit: fill;
    min-width: 100%;
  }

  .code-embed-2 {
    max-height: 500px;
    margin-bottom: 0;
    overflow: scroll;
  }

  .wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }
}

#w-node-cb7e79b2-35d0-7e58-e260-a65272241625-fdcad9df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f57b841-9ad3-124e-76a1-f5acc90f4038-fdcad9df {
  grid-area: Area;
}

#w-node-ba34bffe-2b50-fbd5-b0e5-4c381fa0d76a-fdcad9df, #w-node-_07788787-3e54-f3c8-fab0-b6b9131aa99c-fdcad9df, #w-node-cb7e79b2-35d0-7e58-e260-a65272241625-d2a83ecf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f57b841-9ad3-124e-76a1-f5acc90f4038-d2a83ecf {
  grid-area: Area;
}

#w-node-ba34bffe-2b50-fbd5-b0e5-4c381fa0d76a-d2a83ecf, #w-node-_07788787-3e54-f3c8-fab0-b6b9131aa99c-d2a83ecf, #w-node-cb7e79b2-35d0-7e58-e260-a65272241625-ab0e24d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f57b841-9ad3-124e-76a1-f5acc90f4038-ab0e24d1 {
  grid-area: Area;
}

#w-node-ba34bffe-2b50-fbd5-b0e5-4c381fa0d76a-ab0e24d1, #w-node-_07788787-3e54-f3c8-fab0-b6b9131aa99c-ab0e24d1, #w-node-cb7e79b2-35d0-7e58-e260-a65272241625-b8f0d56f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f57b841-9ad3-124e-76a1-f5acc90f4038-b8f0d56f {
  grid-area: Area;
}

#w-node-ba34bffe-2b50-fbd5-b0e5-4c381fa0d76a-b8f0d56f, #w-node-_07788787-3e54-f3c8-fab0-b6b9131aa99c-b8f0d56f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


