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

body {
  color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
}

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: #efdbcc;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #a6bb62;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

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

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

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

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

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

.container {
  width: 100%;
  max-width: 1360px;
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  flex: 1;
  grid-template: "Area-2 Area"
  / 1fr;
  grid-auto-columns: .25fr;
  align-content: end;
  justify-content: center;
  align-self: center;
  align-items: center;
  justify-items: stretch;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

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

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

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

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

.heading-jumbo {
  color: #d1ffc0;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

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

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
  color: #df9a10;
}

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

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

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

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

.paragraph-light {
  width: auto;
  opacity: 1;
  color: #df9a10;
  text-align: justify;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  padding: 20px 20px 20px 0;
  font-size: 50%;
  line-height: 100%;
  display: flex;
  overflow: visible;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.section {
  width: 100%;
  height: 88%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #df9a10;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  background-color: #fff;
  border-style: none;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1vw;
  line-height: 100%;
  display: flex;
  position: static;
}

.section:hover {
  color: #fff;
}

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

.section.blog-index {
  width: 100vw;
  height: 15vh;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-self: auto;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  font-size: 1vw;
}

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

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

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

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

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

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

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

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

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

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

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

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

.navigation-item {
  opacity: .6;
  outline-offset: 0px;
  color: #dab05d;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  outline: 3px #fff;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
  color: #6a8023;
  background-color: #e2d9c6;
}

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

.navigation-item.w--current {
  opacity: 1;
  color: #df9a10;
  font-weight: 600;
  transition-property: none;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #82a254;
  background-color: #e2d9c6;
}

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

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

.navigation {
  color: #9eb18e;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.intro-wrap {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 100px;
  margin-bottom: 0;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: -100px;
}

.name-text {
  color: #df9a10;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  display: inline;
}

.position-name-text {
  color: #df9a10;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.work-description {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-bottom: 140px;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr 1fr 1.5fr;
  margin-bottom: 80px;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  height: 460px;
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 0;
  display: grid;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

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

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

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

.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::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

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

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

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

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  width: 100vw;
  height: 7vh;
  background-color: #fff;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 0;
  padding: 0 50px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.footer-wrap:hover {
  color: #6a8023;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  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;
}

.footer-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #b6b2af;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 600px;
  bottom: 10px;
}

.footer-links:hover {
  color: #000;
  font-style: italic;
}

.footer-item {
  opacity: .6;
  color: #b6b2af;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #b6b2af;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 150%;
  line-height: 20px;
  text-decoration: none;
  transition-property: color;
  transition-duration: .6s;
}

.footer-item:hover {
  opacity: .9;
  color: #000;
}

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

.about-intro-grid {
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  grid-template: "." 100%
  / .25fr 1fr;
  grid-auto-columns: 2.75fr;
  grid-auto-flow: row;
  align-content: start;
  justify-content: start;
  align-self: center;
  align-items: center;
  justify-items: start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 200%;
  display: grid;
  position: relative;
}

.about-intro-grid.inner-page {
  grid-column-gap: 53px;
  flex: 1;
  grid-template-columns: .25fr 1fr;
  align-self: center;
}

.about-head-text-wrap {
  width: 100%;
  height: 11%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.hi-there-heading {
  width: auto;
  color: #46423b;
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 0 1vw;
  font-size: 5.8em;
  line-height: 100%;
  display: flex;
  position: static;
  top: auto;
  left: auto;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

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

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

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

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 120px;
  margin-bottom: 135px;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template: "Area"
  / 1fr 2.5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  justify-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

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

.email-section {
  width: 70%;
  text-align: center;
  margin: 140px auto 200px;
}

.email-link {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

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

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

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

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

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

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

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

.body {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: opacity .425s;
  display: flex;
}

.heading {
  color: #df9a10;
  font-size: 27px;
}

.work-image-copy {
  height: 460px;
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image-copy:hover {
  opacity: .8;
}

.work-image-copy:active {
  opacity: .7;
}

.work-image-copy.cc-work-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 0;
  display: grid;
}

.work-image-copy.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

.work-image-copy.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image-copy.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
}

.grid {
  grid-column-gap: 23px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template: "Area Area-3"
                 "Area-2 Area-4"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: center;
  align-self: center;
  align-items: center;
  justify-items: stretch;
  display: grid;
}

.container-2 {
  height: 100%;
  max-width: none;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: auto;
  line-height: 28vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.section-2 {
  width: 50%;
  height: 100%;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: static;
  top: 51%;
}

.heading-2 {
  color: #df9a10;
  text-align: left;
  font-size: 40px;
  line-height: 58px;
}

.heading-3 {
  color: #efdbcc;
  font-weight: 400;
  text-decoration: none;
}

.heading-4 {
  font-size: 38px;
  line-height: 58px;
}

.heading-5 {
  height: 50%;
  color: #000;
  text-align: right;
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 5px;
  font-size: 6em;
  line-height: 100%;
}

.link-block, .link-block-2, .link-block-3 {
  text-decoration: none;
}

.link-block-3:hover {
  color: #a6bb62;
  background-color: rgba(0, 0, 0, 0);
}

.image {
  max-width: 66.6678%;
  display: block;
  overflow: visible;
}

.grid-2 {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 2vh;
  object-fit: fill;
  flex-flow: column;
  grid-template: "Area"
                 "Area-2"
                 "Area-3"
                 / 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  justify-items: end;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 10%;
  bottom: auto;
  left: 0%;
  overflow: visible;
}

.heading-6 {
  color: #efdbcc;
  text-decoration: none;
}

.heading-6:hover {
  color: #a6bb62;
}

.link-block-4 {
  text-decoration: none;
  transition-property: color;
  transition-duration: .6s;
}

.link-block-5, .link-block-6 {
  text-decoration: none;
}

.heading-7 {
  color: #efdbcc;
}

.heading-7:hover {
  color: #a6bb62;
}

.heading-8 {
  color: #efdbcc;
}

.heading-8:hover {
  color: #a6bb62;
}

.link {
  height: auto;
  color: #b6b2af;
  text-align: left;
  align-self: flex-start;
  padding-left: 5px;
  font-size: 6em;
  font-style: normal;
  line-height: 100%;
  text-decoration: none;
  transition: color .6s;
  display: inline-block;
}

.link:hover {
  opacity: 1;
  outline-offset: 0px;
  color: #000;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  outline: 3px rgba(0, 0, 0, 0);
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.link.tinker {
  width: auto;
  color: #b6b2af;
  padding-left: 5px;
  font-style: normal;
  transition-property: color;
}

.link.tinker:hover {
  color: #000;
  background-image: none;
  font-style: normal;
  text-decoration: none;
}

.all {
  height: auto;
  color: #b6b2af;
  text-align: right;
  font-size: 6vw;
  line-height: 100%;
  text-decoration: none;
  transition: background-position .6s, color .6s;
}

.all:hover {
  color: #000;
  -webkit-text-stroke-color: #df9a10;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: exclusion;
  background-image: url('../images/blue-triang.png');
  background-position: 50%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}

.link-3 {
  color: #efdbcc;
  font-size: 44px;
  line-height: 62px;
  text-decoration: none;
}

.link-3:hover {
  color: #a6bb62;
}

.grid-3 {
  border: 1px #000;
  grid-template: "Area"
                 "Area-2"
                 "Area-3"
                 / 1fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: row;
}

.link-4 {
  color: #b6b2af;
  text-align: left;
  flex: none;
  align-self: flex-end;
  font-size: 6vw;
  line-height: 100%;
  transition: background-position .6s, color .6s;
}

.link-4:hover {
  color: #000;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: exclusion;
  background-image: url('../images/blue-triang.png');
  background-position: 50%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}

.link-5 {
  font-size: 44px;
}

.link-6 {
  text-decoration: none;
  display: flex;
}

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

.link-8 {
  width: 100%;
  color: #b6b2af;
  text-align: right;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  font-size: 4vw;
  line-height: 100%;
  transition-property: color;
  transition-duration: .6s;
  display: flex;
}

.link-8:hover {
  color: #df9a10;
}

.link-8.side-menu {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 1.5em;
}

.link-8.side-menu:hover {
  color: #000;
  font-style: normal;
}

.text-block {
  direction: ltr;
  color: #df9a10;
  text-align: justify;
  border: 4px #efdbcc;
  border-radius: 0;
  padding: 5px 12px;
  font-size: 20px;
  text-decoration: none;
}

.text-block-2 {
  color: #df9a10;
  text-align: justify;
  border: 4px #f0e7e0;
  border-radius: 0;
  padding: 5px 12px;
  font-size: 20px;
}

.text-block-3 {
  color: #df9a10;
  text-align: justify;
  border: 4px #f0edeb;
  border-radius: 0;
  padding: 5px 12px;
  font-size: 20px;
}

.body-2 {
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  display: flex;
}

.body-2.inner-page {
  min-width: auto;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: auto;
  font-size: 1rem;
  display: flex;
}

.body-3 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.body-3.inner-page {
  transition: background-color .6s;
}

.body-4 {
  object-fit: fill;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: auto;
}

.div-block {
  opacity: 1;
  color: #1a1b1f;
  background-color: #df9a10;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 150%;
  transition: background-color .6s;
  display: flex;
}

.div-block:hover {
  background-color: #a6bb62;
}

.text-block-4 {
  color: #efdbcc;
  flex: 0 auto;
}

.heading-9 {
  color: #fff;
  font-size: 150%;
  line-height: 100%;
}

.div-block-2 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: static;
}

.div-block-3 {
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
  overflow: visible;
}

.div-block-4 {
  width: 100%;
  height: 100%;
  object-fit: fill;
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  display: flex;
  position: static;
}

.collection-list {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-5 {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  overflow: visible;
}

.section-3 {
  width: 100%;
}

.collection-list-2 {
  width: 100%;
  height: 100%;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: static;
  overflow: visible;
}

.collection-list-wrapper {
  width: 100%;
  height: 99.9999%;
  object-fit: scale-down;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  overflow: scroll;
}

.div-block-6 {
  background-color: #df9a10;
  margin-bottom: 15px;
  padding: 10px;
}

.heading-10 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 150%;
  line-height: 100%;
}

.text-block-5 {
  color: #efdbcc;
  padding-top: 0;
  font-size: 150%;
}

.empty-state {
  color: #fff;
  background-color: #df9a10;
  font-size: 150%;
  line-height: 100%;
}

.body-5 {
  display: flex;
}

.body-6 {
  justify-content: space-between;
}

.body-6.blog-index {
  justify-content: space-between;
  align-items: center;
}

.div-block-7 {
  width: 105%;
  height: 200%;
  background-color: #fff;
  flex: 0 auto;
  align-self: flex-start;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

.heading-11 {
  font-size: 100%;
}

.content-section {
  width: 100vw;
  height: 80vh;
  flex: 0 auto;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 100%;
  display: flex;
  position: relative;
}

.column2 {
  width: 80%;
  height: 70vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.column1 {
  width: 15%;
  height: 70vh;
  flex-direction: row;
  flex: 0 auto;
  align-self: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  font-size: 30vw;
  line-height: 709vh;
  display: flex;
}

.text-block-6, .text-block-7 {
  font-size: 100px;
}

.text-block-8 {
  color: #df9a10;
  text-align: justify;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  font-size: 60px;
  line-height: 100%;
  display: flex;
}

.collection-list-wrapper-2 {
  width: 100%;
  height: 100%;
  padding-top: 1vh;
  padding-left: 0;
  overflow: scroll;
}

.div-block-8 {
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-around;
  margin-bottom: 3vh;
  padding: .5vh 0 .8vh 15px;
  transition: background-color .6s;
  display: flex;
  overflow: visible;
}

.div-block-8:hover {
  background-color: #f7f0ec;
}

.collection-list-3 {
  flex-direction: column;
  display: flex;
  position: relative;
}

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

.heading-13 {
  color: #46423b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2vw;
  line-height: 100%;
}

.text-block-9 {
  color: #b6b2af;
  font-size: 1.5vw;
  line-height: 100%;
}

.div-block-9 {
  width: 100px;
}

.section-4 {
  align-self: flex-start;
}

.collection-list-wrapper-3 {
  width: 100%;
  padding-top: 1vh;
}

.heading-14 {
  width: auto;
  height: 5%;
  color: #46423b;
  object-fit: scale-down;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2vw;
  line-height: 100%;
  display: block;
  overflow: visible;
}

.div-block-10 {
  height: 100%;
  grid-row-gap: 0px;
  color: #e1b589;
  background-color: #fff;
  border: 1px #df9a10;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 3vh;
  padding: .5vh 0 .8vh 15px;
  line-height: 90px;
  transition-property: background-color;
  transition-duration: .6s;
  display: flex;
  overflow: visible;
}

.div-block-10:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0;
}

.text-block-10 {
  color: #b6b2af;
  align-self: flex-start;
  font-size: 1.5vw;
  line-height: 100%;
}

.collection-list-4 {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  display: block;
}

.collection-item {
  line-height: 50px;
}

.div-block-11 {
  width: 100%;
  height: 100%;
  flex-direction: row;
  flex: 1;
  align-self: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-left: 0;
  display: flex;
}

.text-block-11 {
  object-fit: fill;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 4vw;
  line-height: 100%;
  display: block;
  position: static;
  overflow: visible;
}

.div-block-12 {
  height: 50%;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: .5vw;
  display: flex;
}

.div-block-13, .div-block-14 {
  width: 35vw;
  height: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.div-block-15 {
  height: 50%;
  flex-direction: column;
  justify-content: flex-end;
  padding-right: .5vw;
  display: flex;
}

.div-block-16 {
  height: 50%;
  padding-right: .5vw;
}

.div-block-17 {
  height: 50%;
  padding-left: .5vw;
}

.text-block-12 {
  height: 65.8152%;
  color: #b6b2af;
  text-align: justify;
  padding: 0 5px 5px;
  font-size: 1.5vw;
  line-height: 100%;
}

.body-7 {
  justify-content: center;
  font-size: 1rem;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 14px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  font-size: 1vw;
}

.div-block-18 {
  background-color: rgba(0, 0, 0, 0);
  font-size: 1vw;
  transition: all .6s cubic-bezier(.813, -.046, .25, 1);
}

.left-link {
  color: #b6b2af;
  text-align: right;
  font-size: 6vw;
}

.left-link.link {
  color: #b6b2af;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 6em;
  font-style: normal;
  transition: color .6s;
  display: inline-block;
}

.left-link.link:hover {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.div-block-19, .div-block-20 {
  font-size: 1vw;
}

.grid-5 {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-auto-flow: row;
  align-content: space-between;
  justify-content: space-around;
  align-self: center;
  align-items: flex-end;
  font-size: 1vw;
  display: flex;
}

.grid-6 {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  justify-content: flex-end;
  align-items: end;
  font-size: 1vw;
  display: flex;
}

.div-block-21 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.div-block-22 {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.out-div {
  width: 17%;
  height: 100%;
  text-align: right;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  align-content: space-between;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  font-size: 1vw;
  display: flex;
}

.div-block-23 {
  width: 83%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
  font-size: 1vw;
  display: flex;
}

.div-block-24 {
  width: 100%;
  height: 100%;
  justify-content: space-around;
  align-items: flex-end;
  padding-bottom: 0;
  font-size: 100%;
  display: flex;
}

.grid-7 {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: flex-start;
  align-items: flex-start;
  justify-items: start;
  font-size: 100%;
  display: flex;
}

.div-block-25 {
  width: 17%;
  height: 100%;
  transition: font-size .6s;
}

.div-block-26 {
  width: 66vw;
  height: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: 2vh;
  padding-left: 2vw;
  padding-right: 1vw;
  display: flex;
}

.paragraph {
  width: 100%;
  height: 100%;
  color: #868686;
  text-align: left;
  flex: 0 auto;
  align-self: center;
  margin-bottom: 0;
  padding-top: 2vh;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2em;
  line-height: 1.5em;
  transition: color .6s;
  overflow: visible;
}

.link-block-7 {
  align-self: flex-start;
}

.link-9 {
  color: #b6b2af;
  align-self: flex-start;
  font-size: 1.3rem;
  line-height: 1.75rem;
  text-decoration: underline;
  display: flex;
}

.link-9:hover {
  color: #46423b;
}

.grid-8 {
  grid-template-rows: auto;
}

.container-3 {
  width: 100%;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.link-11 {
  color: #b6b2af;
}

.section-5 {
  height: 10%;
}

.link-12 {
  color: #868686;
  font-size: 1em;
  text-decoration: underline;
  transition-property: color;
  transition-duration: .6s;
  display: inline-block;
}

.link-12:hover {
  color: #d17803;
  font-style: normal;
}

.link-12.link-8 {
  text-align: left;
  align-items: flex-start;
}

.div-block-27 {
  width: 12vw;
}

.text-block-13 {
  width: 100%;
}

.div-block-29 {
  width: 50%;
  height: 100%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  padding-right: 1vw;
  display: flex;
}

.div-block-29.bt {
  width: 70%;
  height: 100%;
}

.heading-15 {
  width: 100%;
  height: auto;
  color: #46423b;
  flex: 0 auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.8em;
  line-height: 1.5em;
  display: flex;
}

.heading-16 {
  color: #46423b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
}

.text-block-14 {
  color: #868686;
  text-align: left;
  flex: 0 auto;
  padding-top: 1vh;
  font-size: 1.1em;
  line-height: 1.5em;
  display: inline-block;
  overflow: visible;
}

.text-block-15 {
  color: #868686;
  padding-top: 2em;
  padding-left: 1vw;
  font-size: 1.1em;
  line-height: 1.5em;
}

.link-13 {
  color: #868686;
  text-decoration: underline;
  transition-property: color;
  transition-duration: .6s;
  display: inline-block;
}

.link-13:hover {
  color: #d17803;
}

.link-14 {
  color: #868686;
  text-decoration: underline;
  transition-property: color;
  transition-duration: .6s;
  display: inline-block;
}

.link-14:hover {
  color: #d17803;
  text-decoration: underline;
}

.text-block-16 {
  width: 100%;
  height: 92%;
  color: #868686;
  padding-top: 2vh;
  padding-right: 0;
  font-size: 1em;
  line-height: 1.5em;
}

.link-15 {
  color: #868686;
  text-decoration: underline;
  transition-property: color;
  transition-duration: .6s;
  display: inline-block;
}

.link-15:hover {
  color: #d17803;
  text-align: left;
  text-decoration: underline;
}

.div-block-30 {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 0;
  font-size: 100%;
  display: flex;
}

.div-block-31 {
  width: 60%;
  height: 100%;
}

.div-block-32 {
  width: 66%;
  height: 100%;
  flex-direction: row;
  padding-top: 3vh;
  padding-left: 1vw;
  padding-right: 5px;
  font-size: 100%;
  display: flex;
  overflow: scroll;
}

.image-2 {
  width: 50%;
}

.image-3 {
  width: 43%;
}

.image-4 {
  width: 90%;
}

.link-16 {
  color: #868686;
  text-decoration: underline;
  transition-property: color;
  transition-duration: .6s;
  display: inline-block;
}

.link-16:hover {
  color: #d17803;
}

.link-17 {
  color: #868686;
  text-decoration: underline;
  transition-property: color;
  transition-duration: .6s;
  display: inline-block;
}

.link-17:hover {
  color: #d17803;
}

.div-block-33 {
  width: 95%;
  height: 35%;
  flex: 1;
}

.image-5 {
  height: auto;
}

.image-6 {
  height: 70%;
}

.image-7 {
  width: 100%;
}

.div-block-34 {
  font-size: 1vw;
}

.text-block-17 {
  font-size: 16em;
}

.text-block-18 {
  width: 100%;
  color: #868686;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.1em;
  line-height: 1.5em;
}

.link-18 {
  color: #000;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: inline-block;
}

.link-18:hover {
  color: #000;
}

.list-item, .list-item-2, .list-item-3 {
  border: 1px #000;
  font-size: 1.1em;
  line-height: 1.5em;
}

.text-block-19 {
  width: auto;
  height: auto;
  color: #b3b1b1;
  text-align: right;
  flex: 0 auto;
  align-items: center;
  font-size: 8vw;
  display: flex;
}

.link-19 {
  color: #b8b6b5;
  transition-property: color;
  transition-duration: .6s;
}

.link-19:hover {
  color: #000;
}

.text-block-20 {
  color: #615f5c;
}

.text-block-21 {
  color: #b2b2b0;
  font-size: 8vw;
}

.link-20 {
  color: #b7b6b6;
  transition-property: color;
  transition-duration: .6s;
}

.link-20:hover {
  color: #000;
}

.list {
  color: #868686;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100%;
  line-height: 2.5vh;
}

.text-block-22 {
  color: #868686;
  padding-top: 15px;
  font-size: 1.1em;
  line-height: 1.5em;
}

.text-block-23 {
  color: #b6b2af;
  text-align: center;
  font-size: .8vw;
}

.text-block-23:hover {
  color: #b6b2af;
}

.text-block-24, .text-block-25 {
  color: #b6b2af;
  font-size: .8vw;
}

.body-8 {
  min-height: 100vh;
  justify-content: flex-start;
  font-size: 1rem;
  overflow: visible;
}

.div-block-35 {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 3%;
  display: flex;
}

.div-block-36 {
  width: 100%;
  height: 100%;
  font-size: .9vw;
}

.div-block-37 {
  width: 100%;
  height: 5vh;
  flex: 0 auto;
  margin-top: auto;
  overflow: visible;
}

.div-block-38, .div-block-39, .div-block-40 {
  width: 100%;
  height: 2vh;
}

.text-block-26 {
  color: #868686;
  font-size: 2.5vw;
}

.div-block-41 {
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-42 {
  width: 50%;
  height: auto;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.div-block-43 {
  width: 50%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-8 {
  width: 400px;
  height: auto;
}

.div-block-44 {
  width: 17%;
  height: 100%;
}

.text-block-27 {
  font-size: 1.2vw;
}

.text-block-28 {
  color: #868686;
  margin-bottom: 0;
  padding-top: 15px;
  font-size: 1.1em;
  line-height: 1.5em;
}

.div-block-45 {
  width: 100%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  font-size: 100%;
  display: flex;
}

.link-21 {
  color: #d17803;
  text-decoration: underline;
  transition-property: color;
  transition-duration: .6s;
  display: inline-block;
}

.link-21:hover {
  color: #000;
}

.link-22 {
  color: #868686;
  text-decoration: underline;
  transition-property: color;
  transition-duration: .6s;
  display: inline-block;
}

.link-22:hover {
  color: #d17803;
}

.link-23 {
  color: #868686;
  text-decoration: underline;
  transition-property: color;
  transition-duration: .6s;
  display: inline-block;
}

.link-23:hover {
  color: #d17803;
}

.link-24 {
  color: #868686;
  text-decoration: underline;
  transition-property: color;
  transition-duration: .6s;
  display: inline-block;
}

.link-24:hover {
  color: #d17803;
}

.link-25 {
  color: #868686;
  text-decoration: underline;
  transition-property: color;
  transition-duration: .6s;
  display: inline-block;
}

.link-25:hover {
  color: #d17803;
}

.link-26 {
  color: #868686;
  text-decoration: underline;
  transition-property: color;
  transition-duration: .6s;
  display: inline-block;
}

.link-26:hover {
  color: #d17803;
}

.link-27 {
  color: #868686;
  text-decoration: underline;
  transition-property: color;
  transition-duration: .6s;
  display: inline-block;
}

.link-27:hover {
  color: #d17803;
}

.div-block-46 {
  width: 40%;
  height: auto;
}

.div-block-47 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

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

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

  .section.blog-index {
    height: 15vh;
  }

  .button {
    justify-content: center;
  }

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

  .menu-icon {
    display: block;
  }

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

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

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

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

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-wrap {
    margin-right: 0;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

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

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .hi-there-heading {
    font-size: 8em;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

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

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

  .social-media-heading {
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

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

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

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .work-image-copy {
    margin-bottom: 30px;
  }

  .grid {
    grid-column-gap: 0px;
  }

  .heading-5, .link {
    font-size: 6em;
  }

  .link.tinker {
    padding-left: 5px;
  }

  .link-8.side-menu {
    font-size: 1.2rem;
  }

  .body-2 {
    justify-content: flex-start;
  }

  .body-2.inner-page {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .content-section {
    height: 75vh;
  }

  .left-link.link {
    font-size: 6em;
  }

  .div-block-20 {
    width: 100%;
    justify-content: flex-end;
    display: flex;
  }

  .grid-6 {
    justify-content: flex-end;
    display: flex;
  }

  .out-div {
    justify-content: flex-end;
  }

  .div-block-24 {
    padding-top: 0;
  }

  .div-block-25 {
    width: 17.5%;
  }

  .div-block-26 {
    width: 65%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 1%;
    padding-left: 1%;
    padding-right: 10px;
    overflow: scroll;
  }

  .paragraph {
    height: auto;
    padding-top: 1vh;
    font-size: 1.2em;
  }

  .link-9 {
    font-size: 100%;
  }

  .section-5 {
    width: 100%;
  }

  .link-12 {
    font-size: .9rem;
  }

  .div-block-29 {
    width: 100%;
    height: auto;
    flex: 0 auto;
    justify-content: flex-start;
  }

  .div-block-29.bt {
    width: 100%;
  }

  .heading-15 {
    font-size: 1.5em;
  }

  .heading-16 {
    font-size: 3em;
  }

  .text-block-14, .text-block-15 {
    width: 100%;
    padding-top: 2vh;
    font-size: 1.2em;
  }

  .text-block-16 {
    padding-top: 4vh;
    font-size: 1.2rem;
    line-height: 28px;
  }

  .div-block-30 {
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
  }

  .div-block-31 {
    width: 100%;
    height: auto;
  }

  .div-block-32 {
    flex-direction: column;
    padding-right: 1vw;
  }

  .image-3 {
    width: 70%;
  }

  .link-16 {
    line-height: 1.2em;
  }

  .div-block-33 {
    width: 100%;
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    display: flex;
  }

  .image-5 {
    width: 100%;
  }

  .image-7 {
    width: 90%;
    height: auto;
  }

  .text-block-18 {
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .list-item {
    font-size: 1.2em;
    line-height: 22px;
  }

  .list-item-2, .list-item-3 {
    line-height: 22px;
  }

  .text-block-19 {
    height: 100%;
    align-items: flex-end;
    font-size: 11vw;
  }

  .link-19 {
    height: 100%;
    align-items: flex-end;
    display: flex;
  }

  .list {
    font-size: 2vw;
    line-height: 22px;
  }

  .text-block-22 {
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .div-block-35 {
    padding-right: 0%;
  }

  .text-block-26 {
    font-size: 3vw;
  }

  .div-block-41 {
    flex-direction: column;
  }

  .div-block-42 {
    width: 100%;
    justify-content: flex-start;
    overflow: scroll;
  }

  .div-block-43 {
    width: 90%;
  }

  .image-8 {
    width: auto;
    height: auto;
  }

  .div-block-44 {
    height: 10%;
  }

  .text-block-28 {
    font-size: 1.2em;
  }

  .div-block-46 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

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

  .container {
    text-align: center;
  }

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

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

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

  .section.blog-index {
    height: 18vh;
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16%;
    display: flex;
  }

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

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

  .navigation {
    padding: 20px 30px;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

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

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

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    font-size: 10px;
    display: block;
    overflow: visible;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: row;
    align-self: center;
    display: flex;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .hi-there-heading {
    justify-content: flex-end;
    align-items: stretch;
    padding-left: 0;
    font-size: 8em;
  }

  .skills-grid {
    width: 70%;
    max-width: 470px;
    grid-template-columns: 1fr;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

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

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

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

  ._404-wrap {
    padding: 30px;
  }

  .grid {
    grid-column-gap: 0px;
    grid-template-columns: .25fr 1.5fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-2 {
    flex-direction: row;
    flex: 1;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .section-2 {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .heading-5 {
    text-align: left;
    padding-left: 5px;
    padding-right: 0;
    font-size: 10em;
  }

  .link {
    font-size: 10em;
  }

  .link.tinker {
    padding-left: 7px;
  }

  .link-8.side-menu {
    width: auto;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 3.5em;
  }

  .body-2 {
    justify-content: flex-start;
  }

  .body-2.inner-page {
    justify-content: center;
  }

  .content-section {
    height: 77vh;
  }

  .grid-4 {
    grid-column-gap: 0px;
    flex: 0 auto;
    grid-auto-flow: row;
    display: block;
  }

  .left-link.link {
    text-align: left;
    font-size: 10em;
  }

  .div-block-19 {
    justify-content: flex-start;
    display: flex;
  }

  .div-block-20 {
    justify-content: flex-start;
  }

  .grid-5 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0%;
  }

  .grid-6 {
    width: 100%;
    height: 100%;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-end;
    font-size: 1vw;
  }

  .div-block-21 {
    justify-content: flex-end;
  }

  .div-block-22 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .out-div {
    width: 100%;
    height: 40%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-self: flex-start;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .div-block-23 {
    width: 100%;
    flex: 1;
    justify-content: center;
  }

  .div-block-24 {
    height: 100%;
  }

  .div-block-25 {
    width: 17vw;
    height: 100%;
  }

  .div-block-26 {
    width: 80vw;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .paragraph {
    height: auto;
    flex: 0 auto;
    padding-top: 1vh;
    font-size: 1em;
    line-height: 1.5rem;
    overflow: visible;
  }

  .link-9 {
    font-size: 80%;
  }

  .link-12 {
    font-size: .9rem;
  }

  .div-block-27 {
    width: auto;
    justify-content: flex-end;
    display: flex;
  }

  .div-block-29 {
    width: 100%;
    margin-bottom: 5%;
  }

  .div-block-29.bt {
    width: 100%;
  }

  .heading-15 {
    font-size: 1.4em;
    line-height: 1.5em;
  }

  .heading-16 {
    font-size: 4em;
    line-height: 30px;
  }

  .text-block-14 {
    font-size: 1em;
  }

  .text-block-15 {
    padding-top: 0;
    font-size: 1em;
  }

  .text-block-16 {
    font-size: 1em;
    line-height: 28px;
  }

  .div-block-30 {
    justify-content: space-between;
    overflow: visible;
  }

  .div-block-32 {
    flex-direction: column;
    padding-top: 1vh;
    padding-left: 0;
    padding-right: 10px;
  }

  .div-block-33 {
    flex: 1;
  }

  .div-block-34 {
    display: flex;
  }

  .menu-button-2 {
    background-color: #fff;
    transition: opacity .6s;
  }

  .menu-button-2:hover {
    color: #000;
  }

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

  .icon {
    color: #b6b2af;
    -webkit-text-stroke-color: black;
    transition: color .6s;
  }

  .icon:hover {
    color: #000;
  }

  .icon:active, .nav-menu, .container-4 {
    background-color: #fff;
  }

  .nav-link {
    color: #9b4141;
    background-color: #fff;
  }

  .nav-link-2 {
    background-color: #fff;
  }

  .text-block-18 {
    font-size: 1em;
    line-height: 1.5em;
  }

  .list-item, .list-item-2, .list-item-3 {
    font-size: 1em;
    line-height: 20px;
  }

  .link-19 {
    height: 80%;
  }

  .list {
    font-size: 100%;
  }

  .text-block-22 {
    font-size: 1em;
  }

  .body-8 {
    justify-content: space-between;
    display: flex;
  }

  .div-block-35 {
    width: 100%;
  }

  .div-block-37 {
    margin-top: 0;
  }

  .div-block-41 {
    width: 100%;
    flex-direction: column;
  }

  .div-block-42, .div-block-43 {
    width: 100%;
  }

  .text-block-28 {
    font-size: 1em;
    line-height: 1.5em;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .section.blog-index {
    height: 15vh;
    flex-direction: column;
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10%;
    font-size: 100%;
  }

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

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

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

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .hi-there-heading {
    width: 100%;
    padding-left: 0;
    font-size: 11em;
  }

  .skills-grid {
    width: 100%;
    max-width: none;
    grid-template-columns: 1fr;
  }

  .personal-features-grid, .social-media-heading, .project-overview-grid, .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    width: 100%;
    max-width: none;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

  .grid {
    display: block;
  }

  .heading-5 {
    text-align: left;
    font-size: 10em;
  }

  .link {
    font-size: 10em;
  }

  .link.tinker {
    justify-content: space-between;
    display: flex;
  }

  .all {
    text-align: center;
  }

  .link-8.side-menu {
    align-items: center;
    font-size: 4.5em;
  }

  .body-2.inner-page {
    justify-content: space-around;
    overflow: scroll;
  }

  .content-section {
    height: 80vh;
    font-size: 100%;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 14px;
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    font-size: 4vw;
    display: block;
  }

  .left-link.link {
    flex-direction: row;
    flex: none;
    justify-content: space-between;
    align-self: auto;
    align-items: stretch;
    font-size: 10em;
    display: flex;
  }

  .div-block-19 {
    flex-direction: row;
    flex: 1;
    justify-content: flex-start;
    display: flex;
  }

  .div-block-20 {
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
    display: block;
  }

  .grid-5 {
    flex-direction: column;
    flex: 0 auto;
    padding-left: 0%;
  }

  .grid-6 {
    width: 100%;
    grid-column-gap: 10px;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-end;
    display: flex;
  }

  .out-div {
    width: 100%;
    justify-content: flex-end;
  }

  .div-block-23 {
    width: 100%;
    justify-content: center;
  }

  .div-block-24 {
    height: 100%;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

  .grid-7 {
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    display: flex;
  }

  .div-block-25 {
    width: 10%;
    height: 100%;
    font-size: 10%;
  }

  .div-block-26 {
    width: 80%;
    height: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 100%;
    display: flex;
    overflow: scroll;
  }

  .paragraph {
    padding-top: 1vh;
    font-size: .8em;
    line-height: 1.5em;
    overflow: visible;
  }

  .section-5 {
    height: 10%;
  }

  .link-12 {
    font-size: .9rem;
  }

  .div-block-27 {
    width: auto;
  }

  .div-block-29 {
    height: 100%;
    flex: 0 auto;
    justify-content: flex-start;
    margin-bottom: 5%;
    display: flex;
  }

  .heading-15 {
    height: auto;
    flex: 0 auto;
    align-items: flex-start;
    font-size: .9em;
    line-height: 40px;
    display: block;
  }

  .heading-16 {
    height: auto;
    font-size: 5em;
    line-height: 30px;
  }

  .text-block-14 {
    padding-top: 1vh;
    font-size: .8em;
    line-height: 1.5em;
  }

  .text-block-15 {
    flex: 1;
    align-items: flex-start;
    padding-top: 2vh;
    font-size: .8em;
    line-height: 1.5em;
    display: block;
  }

  .text-block-16 {
    padding-top: 1vh;
    font-size: .8em;
    line-height: 1.5em;
  }

  .link-15 {
    font-size: 1em;
    line-height: 1.4em;
  }

  .div-block-30 {
    width: 100%;
    height: 100%;
    flex: 0 auto;
    padding-left: 0;
  }

  .div-block-31 {
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .div-block-32 {
    width: 80%;
    padding-top: 0;
    padding-left: 0;
  }

  .link-16, .link-17 {
    line-height: 1.2em;
  }

  .div-block-33 {
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-5, .image-6 {
    width: 100%;
    height: auto;
  }

  .image-7 {
    margin-top: 2vh;
  }

  .text-block-18, .list-item, .list-item-2, .list-item-3 {
    font-size: .8em;
    line-height: 1.5em;
  }

  .link-19 {
    font-size: 11vw;
  }

  .list {
    padding-left: 20px;
    font-size: 100%;
  }

  .text-block-22 {
    font-size: .8em;
    line-height: 1.5em;
  }

  .div-block-39 {
    font-size: 100%;
  }

  .text-block-26 {
    font-size: 5vw;
  }

  .text-block-28 {
    font-size: .8em;
    line-height: 1.5em;
  }
}

#w-node-_9cece747-05b9-012e-b68c-59dec774e115-4fd9cbbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#bio-link.w-node-_13d55cce-5451-4a50-74f8-3ebccd0e5af0-4fd9cbbb {
  grid-area: Area;
  align-self: end;
  justify-self: end;
}

#w-node-_0a0f5c78-e4dd-a45d-fc9b-00ebbec68285-4fd9cbbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: start;
}

#w-node-_27377d0f-4b7b-2b23-ba9b-edc5c03f1a2a-4fd9cbbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01ea8a94-9605-014d-7fe8-cd815ee2b5ca-4fd9cbbb {
  grid-area: Area-2;
  align-self: start;
  justify-self: start;
}

#w-node-_20a2a3cb-8fd9-ee26-f648-234bc14b6fa6-4fd9cbbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_918325a1-7579-c4a1-ad8a-955b6cc9e72d-4fd9cbbd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_918325a1-7579-c4a1-ad8a-955b6cc9e72e-4fd9cbbd {
  grid-area: Area;
}

#w-node-_918325a1-7579-c4a1-ad8a-955b6cc9e730-4fd9cbbd {
  grid-area: Area-2;
}

#w-node-_918325a1-7579-c4a1-ad8a-955b6cc9e732-4fd9cbbd {
  grid-area: Area-3;
}

#w-node-_918325a1-7579-c4a1-ad8a-955b6cc9e736-4fd9cbbd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_70e9340b-521c-85a5-9e54-2fb80e0e47d7-4fd9cbbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d5000686-1ee3-ca94-2724-97faff91986b-4fd9cbbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70449e69-23cd-c2b0-6469-db35d915d065-4fd9cbbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_5a5fd512-8bca-5f38-bc71-a42f6a57780b-4fd9cbbf {
  grid-area: Area-3;
}

#w-node-_94ca7dd1-01e6-b897-1539-753c0da566bb-4fd9cbbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-f8926ae5-26d2-3cc2-fcf9-b264e48ab1aa-4fd9cbbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: auto;
}

#w-node-_5a5fd512-8bca-5f38-bc71-a42f6a577809-4fd9cbbf {
  grid-area: Area-2;
}

#w-node-_8516a02a-c320-9d63-0f28-9cc02af55820-4fd9cbbf, #w-node-_45ec898c-1b46-d393-53dd-d460f14267f9-4fd9cbc2, #w-node-_3580890e-99de-dc0d-78b4-09cc0f22323d-4fd9cbc2, #w-node-bf0bf65c-d349-0f5f-1c26-7f7314a31398-4fd9cbc7, #w-node-bf0bf65c-d349-0f5f-1c26-7f7314a31396-4fd9cbc7, #w-node-bf0bf65c-d349-0f5f-1c26-7f7314a31394-4fd9cbc7, #w-node-_00953036-67e8-9794-3527-fc8ae004b213-5f5ebc91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ff6c97c-903d-479b-a0fc-750065ea3aca-87834bbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-de77be23-3ca7-a8f8-2f46-ebb2b1bd4127-87834bbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_9cece747-05b9-012e-b68c-59dec774e115-4fd9cbbb {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_01ea8a94-9605-014d-7fe8-cd815ee2b5ca-4fd9cbbb {
    justify-self: end;
  }
}


