@font-face {
  font-family: Cormorantgaramond;
  src: url('../fonts/CormorantGaramond-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Cormorantgaramond;
  src: url('../fonts/CormorantGaramond-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cormorantgaramond;
  src: url('../fonts/CormorantGaramond-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Cormorantgaramond;
  src: url('../fonts/CormorantGaramond-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Cormorantgaramond;
  src: url('../fonts/CormorantGaramond-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

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

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 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 {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
}

.container.section.section1 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  background-color: #f5f7fa;
  padding-top: 80px;
  display: flex;
}

.container.section.section1.sec3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

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

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

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

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

.heading-jumbo {
  text-align: center;
  text-transform: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 24px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.heading-jumbo.comp {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

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

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
  text-align: center;
  font-family: Cormorantgaramond, Arial, sans-serif;
  font-size: 20px;
}

.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 {
  opacity: .6;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.paragraph-light.cc-position-name {
  text-align: left;
  object-fit: fill;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  max-width: none;
  margin-top: 16px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 20px;
  line-height: 150%;
  display: block;
}

.paragraph-light.paragraph-l {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
}

.paragraph-light.cent {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.paragraph-light.parap {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.section {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 40px;
  margin-right: 40px;
  padding: 80px 40px;
  display: flex;
}

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

.section.utility-overflow-hidden {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-left: 100px;
  margin-right: 100px;
  display: grid;
}

.section.section1 {
  background-image: none;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  padding-top: 80px;
}

.section._11 {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navigation {
  z-index: 100;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  align-items: center;
  padding: 30px 50px;
  font-family: Cormorantgaramond, Arial, sans-serif;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-image {
  display: block;
}

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

.name-text {
  font-family: Cormorantgaramond, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

.position-name-text {
  text-align: left;
  text-transform: none;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 34px;
  display: flex;
}

.position-name-text.para1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  line-height: 50px;
  display: block;
}

.work-description {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: block;
}

.work-experience-grid {
  box-sizing: border-box;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: stretch space-between;
  place-items: center start;
  max-width: none;
  height: auto;
  padding: 40px;
  display: flex;
}

.works-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template: ". . ."
                 ". . ."
                 / 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  display: grid;
}

.work-position-wrap {
  box-sizing: border-box;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  aspect-ratio: 1;
  object-fit: fill;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: auto;
  height: 100%;
  min-height: auto;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
  position: static;
}

.work-position-wrap:hover {
  box-shadow: 0 20px 40px #0003;
}

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

.work-image {
  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;
  height: 460px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

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

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

.work-image.w--current {
  background-image: url('../images/IMG_0914.JPG-1.jpg');
  background-size: cover;
}

.work-image.cc-work-1 {
  object-fit: cover;
  background-image: url('../images/IMG_7251.WEBP');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 560px;
}

.work-image.cc-work-1.w--current {
  background-image: url('../images/IMG_5612-1.png');
  background-position: 50%;
  background-size: 100% 560px;
}

.work-image.cc-work-1.cc8.w--current {
  background-image: url('../images/IMG_7251.WEBP');
}

.work-image.cc-work-1.cc9.w--current {
  background-image: url('../images/IMG_0677.JPG-1.png');
  background-size: 100% 100%;
}

.work-image.cc-work-1.cc10.w--current {
  background-image: url('../images/IMG_8628.JPG.jpeg');
  background-position: 50%;
  background-size: 100% 500px;
}

.work-image.cc-work-1.cc16.cc18.w--current {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  background-image: url('../images/IMG_4116.JPG.jpeg');
  justify-content: flex-start;
  align-items: stretch;
}

.work-image.cc-work-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  background-image: url('../images/IMG_0914.JPG-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 560px;
  display: flex;
}

.work-image.cc-work-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: cover;
  background-image: url('../images/IMG_2386.JPG-1_1.jpg');
  background-position: 50% 70%;
  background-size: cover;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 560px;
  max-height: none;
  margin-bottom: 40px;
  overflow: visible;
}

.work-image.cc-work-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: cover;
  background-image: url('../images/IMG_5158.JPG_1.jpeg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 560px;
}

.project-name-link {
  flex-flow: column;
  margin-top: 24px;
  margin-bottom: 40px;
  padding-left: 20px;
  font-family: Cormorantgaramond, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

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

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

.project-name-link.name3 {
  font-family: Cormorantgaramond, Arial, sans-serif;
  font-weight: 700;
}

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

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

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

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

.text-field.cc-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-headline {
  width: 70%;
  margin-bottom: 40px;
}

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

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

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.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 {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

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

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

.about-intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Cormorantgaramond, Arial, sans-serif;
}

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

.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-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr;
  width: 100%;
  margin-top: 100px;
  display: block;
}

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

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

.detail-image {
  aspect-ratio: auto;
  width: 100%;
  height: 560px;
  margin-bottom: 30px;
  overflow: visible;
}

.email-section {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.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 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

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

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

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

.secondary-button {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

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

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.grid-gap-xxl {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.grid-layout.grid-gap-xs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.grid-layout.tablet-1-column.grid-gap-xxl {
  grid-template-columns: minmax(0, 1fr) .9fr;
}

.grid-layout.mobile-portrait-1-column.grid-gap-xs {
  grid-template-columns: minmax(0, 1fr);
}

.grid-layout.desktop-1-column {
  grid-template-columns: 1fr;
}

.grid-layout.desktop-1-column.grid-gap-s {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  display: flex;
}

.grid-layout.desktop-10-column {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-layout.desktop-4-column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-layout.desktop-4-column.mobile-landscape-1-column.grid-gap-s {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.grid-layout.desktop-3-column.mobile-landscape-2-column.mobile-portrait-1-column.grid-gap-s {
  grid-template-rows: auto auto;
}

.grid-layout.mobile-landscape-1-column.grid-gap-l {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-columns: minmax(0, 1fr);
  display: flex;
}

.utility-image-cover {
  object-fit: fill;
  width: auto;
  height: 560px;
  margin-bottom: 24px;
  padding-top: 24px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  inset: 0%;
}

.utility-aspect-2x3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 2 / 3;
  flex-flow: column;
  width: 100%;
  height: 560px;
  display: flex;
  position: relative;
}

.paragraph-xl {
  margin-bottom: 1rem;
}

.utility-margin-bottom-2rem {
  margin-bottom: 2rem;
}

.pricing-4-tabs-menu.utility-margin-bottom-2rem {
  justify-content: flex-start;
  position: relative;
}

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image {
  width: 100px;
  max-width: none;
  max-height: none;
  position: static;
}

.image-2 {
  width: 100px;
  max-width: none;
  max-height: 13.3221%;
  overflow: visible;
}

.image-3 {
  width: 11%;
}

.div-block {
  width: 100px;
}

.hero-heading-left {
  border-bottom: 1px solid #e4ebf3;
  max-width: none;
  height: 100vh;
  min-height: auto;
  padding: 0 0 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.container-2.cont {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 504px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-2.work-description {
  justify-content: center;
  align-items: center;
}

.hero-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: sticky;
  overflow: hidden;
}

.hero-split {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.hero-split.hero-phone {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  max-width: none;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  inset: 0%;
}

.hero-split.phone {
  object-fit: fill;
  height: 560px;
  max-height: 560px;
}

.heading {
  color: #000;
  letter-spacing: .5px;
  border: 1px #fff;
  flex-flow: row;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: flex;
}

.heading.h1.phone {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 400;
  line-height: 62%;
}

.heading.heading-3 {
  flex-flow: column;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-left: 20px;
  display: flex;
}

.div-block-2.div-phone-but {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-end;
  margin-top: auto;
  padding-left: 0;
  display: flex;
}

.bold-text {
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.image-4 {
  width: 100%;
  min-height: auto;
}

.cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quick-stack {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  width: 11%;
  min-height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

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

.image-5 {
  width: 100%;
}

.heading-2 {
  font-family: Cormorantgaramond, Arial, sans-serif;
}

.margin-bottom-24px {
  color: #000;
  margin-bottom: 0;
  padding-left: 0;
  line-height: 100%;
}

.button-primary {
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  object-fit: fill;
  background-color: #1a1b1f;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: block;
}

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

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

.shadow-two {
  aspect-ratio: auto;
  mix-blend-mode: normal;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: none;
  position: static;
  overflow: visible;
  box-shadow: 0 11px 24px 12px #96a3b514;
}

.shadow-two.phone {
  height: 560px;
  max-height: 560px;
}

.image-6 {
  aspect-ratio: auto;
  width: auto;
  height: 460px;
  margin-bottom: 40px;
  position: static;
  overflow: visible;
}

.div-block-3 {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-left: 40px;
  margin-right: 40px;
  padding: 80px 40px;
  position: relative;
}

.container-3 {
  flex-flow: column;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
  font-family: Cormorantgaramond, Arial, sans-serif;
  font-weight: 400;
}

.centered-heading.heading-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #0000;
  height: auto;
  margin-top: 50px;
  overflow: visible;
}

.team-slide-wrapper {
  width: 50%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  width: auto;
  padding-bottom: 24px;
}

.team-member-image-two {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 120%;
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.team-member-name-two.rena {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.team-member-text {
  text-align: left;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

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

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

.team-slider-arrow {
  display: none;
  overflow: hidden;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.buttonbuy {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  text-transform: uppercase;
  object-fit: fill;
  background-color: #000;
  border-radius: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: none;
  margin: 20px auto auto;
  font-family: Cormorantgaramond, Arial, sans-serif;
  font-weight: 300;
  display: flex;
}

.buttonbuy:hover {
  box-shadow: 2px 2px 4px #0003;
}

.text-block, .text-block-2 {
  text-transform: uppercase;
  font-family: Cormorantgaramond, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.heading-3 {
  font-family: Cormorantgaramond, Arial, sans-serif;
}

.mask {
  object-fit: cover;
  width: 100%;
}

.bo {
  text-align: center;
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin: 40px auto;
  display: block;
}

.bo.buttonbuy22 {
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.bo.buttonwa {
  background-color: #000;
  margin-top: 40px;
}

.utility-overflow-hidden, .slider-mask.utility-overflow-hidden {
  overflow: hidden;
}

.utility-width-125 {
  width: 125%;
}

.utility-width-125.centered {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  transform: translate(-10%);
}

.utility-aspect-1x1 {
  aspect-ratio: 1;
  position: relative;
}

.utility-margin-top-4rem {
  margin-top: 4rem;
}

.paragraph-l {
  margin-bottom: 1rem;
}

.buttonwa.button {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: center;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Cormorantgaramond, Arial, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.button-2 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin: 20px auto;
  font-family: Cormorantgaramond, Arial, sans-serif;
  display: flex;
}

.button-2.leftb {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-5 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footern {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.grid-gap-s-parent.grid-gap-s {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

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

.utility-margin-bottom-8rem {
  margin-bottom: 8rem;
}

.eyebrow {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
}

.eyebrow.utility-margin-bottom-1rem {
  font-family: Cormorantgaramond, Arial, sans-serif;
}

.masonry-layout.desktop-3-column {
  column-count: 3;
}

.utility-display-inline-block {
  display: inline-block;
}

.heading-6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 40px;
  font-weight: 500;
  line-height: 34px;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.utility-margin-all-0 {
  margin: 0;
}

.caption {
  display: block;
}

.utility-padding-all-0 {
  padding: 0;
}

.utility-margin-top-2rem {
  margin-top: 2rem;
}

.slider-slide.utility-padding-all-0 {
  padding-left: 0;
  padding-right: 0;
}

.utility-margin-top-1rem {
  margin-top: 1rem;
}

.card-body {
  padding: 2rem;
}

.divider-vertical.secondary-divider {
  background-color: #0003;
}

.utility-margin-bottom-1rem, .paragraph-s {
  margin-bottom: 1rem;
}

.heading-7 {
  font-family: Cormorantgaramond, Arial, sans-serif;
}

.heading-8 {
  text-align: center;
  font-family: Cormorantgaramond, Arial, sans-serif;
  font-size: 36px;
}

.secondary-divider-parent.secondary-divider {
  background-color: #0003;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.heading-5.utility-margin-bottom-0, .utility-margin-bottom-0, .paragraph-xxl.utility-margin-bottom-0 {
  margin-bottom: 0;
}

.flex-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-layout.flex-vertical {
  flex-direction: column;
}

.flex-layout.flex-vertical.flex-gap-s.utility-margin-bottom-0.grid-layout {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  list-style-type: none;
  display: flex;
}

.flex-layout.flex-gap-s {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.flex-layout.flex-gap-xs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.icon-large {
  width: 2rem;
  height: 2rem;
}

.text-link {
  text-decoration: underline;
  display: inline;
}

.utility-aspect-239x1 {
  aspect-ratio: 2.39;
  position: relative;
}

.heading-9 {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

.grid-gap-l-parent.grid-gap-l {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.utility-margin-bottom-0-parent.utility-margin-bottom-0 {
  margin-bottom: 0;
}

.heading-10 {
  font-family: Cormorantgaramond, Arial, sans-serif;
}

.utility-width-100 {
  width: 100%;
}

.utility-aspect-3x2 {
  aspect-ratio: 3 / 2;
}

.desktop-3-column-parent.desktop-3-column {
  grid-template-columns: 1fr 1fr 1fr;
}

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

.textwrap {
  box-sizing: border-box;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

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

.div-block-8 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  flex-flow: row;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.paran {
  letter-spacing: .5px;
  margin-top: 10px;
  padding-left: 0;
}

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

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: block;
  position: relative;
}

.hero-wrapper-2 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.hero-split-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  max-width: 46%;
  display: flex;
}

.shadow-two-2 {
  width: 100%;
  height: 560px;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-2 {
  text-align: center;
  align-self: center;
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

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

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.div-block-10 {
  margin-top: 100px;
}

.div-block-11 {
  text-align: left;
}

.hero-heading-left-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.hero-wrapper-4 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.shadow-two-4 {
  box-shadow: 0 4px 24px #96a3b514;
}

.link-block-2 {
  padding-bottom: 0;
}

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

.div-block-12._24 {
  padding: 24px;
}

.div-block-12._24.cc13 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.image-eu {
  height: 560px;
  padding: 18px;
}

.image-eu.img {
  height: 100%;
}

.div-block-13 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-2 {
  color: #000;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.div-block-14 {
  display: block;
}

.div-block-15 {
  margin-bottom: 340px;
  padding-top: 0;
}

.div-block-15.heading-name {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 12px;
  position: static;
  inset: 0%;
}

.bold-text-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.image-9 {
  width: 50px;
  height: 50px;
}

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

.div-block-16 {
  flex-flow: row;
  display: flex;
}

.heading-11 {
  font-size: 40px;
  font-weight: 500;
  line-height: 34px;
}

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

.team-slider-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.container-6 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
  overflow: visible;
}

.team-slide-wrapper-2 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.team-block-2 {
  aspect-ratio: 2;
  object-fit: fill;
  background-color: #fff;
  height: 560px;
  padding-bottom: 24px;
  overflow: visible;
}

.team-member-image-two-2 {
  overflow-wrap: normal;
  object-fit: fill;
  margin-bottom: 18px;
  overflow: visible;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

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

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

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 24px;
  font-size: 10px;
  display: flex;
  position: static;
  bottom: -60px;
  overflow: hidden;
}

.mask-2 {
  overflow: hidden;
}

.image-11 {
  box-sizing: border-box;
  aspect-ratio: 2;
  object-fit: contain;
  width: auto;
  height: 460px;
  transition: opacity .2s;
}

.image-12, .image-13 {
  aspect-ratio: 2;
  object-fit: contain;
  width: auto;
  height: 460px;
  transition: opacity .2s;
}

.image-14 {
  width: auto;
  max-width: none;
  height: 560px;
  margin-bottom: 18px;
}

.image-15 {
  height: 560px;
  margin-bottom: 18px;
}

.image-16 {
  width: 400px;
  height: auto;
  margin-bottom: 18px;
}

.image-17, .image-18 {
  width: 400px;
  margin-bottom: 18px;
}

.image-19 {
  height: 560px;
  margin-bottom: 18px;
}

.div-block-18 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.image-20 {
  width: 400px;
  height: 560px;
}

.div-block-19 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-21 {
  aspect-ratio: 2 / 3;
  object-fit: contain;
  width: auto;
  height: 460px;
}

.div-block-20 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 12px;
  display: flex;
}

.div-block-21 {
  display: block;
}

.div-block-22 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.divbut {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
}

.image-22 {
  height: 560px;
}

.image-23 {
  height: 460px;
}

.image-23.work-image {
  background-image: url('../images/IMG_0914.JPG-1.jpg');
  background-size: 100% 560px;
  justify-content: flex-start;
  align-items: stretch;
  height: 460px;
  transition: opacity .2s;
}

.image-24 {
  height: 560px;
}

.image-24.work-image {
  background-image: none;
  height: 460px;
}

.image-25 {
  height: 560px;
  transition: opacity .2s;
}

.image-25.work-image {
  background-image: none;
  height: 460px;
}

.image-26 {
  height: 560px;
}

.image-26.work-image.cc-work-1 {
  background-image: none;
  height: 460px;
  transition: opacity .2s;
}

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

.div-block-23 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-27 {
  aspect-ratio: 2;
  object-fit: contain;
  width: auto;
  height: 460px;
  transition: opacity .2s;
}

.image-28 {
  aspect-ratio: 2 / 3;
  object-fit: contain;
  height: 460px;
}

.image-29 {
  aspect-ratio: 2 / 3;
  object-fit: contain;
  min-width: auto;
  height: 460px;
}

.image-30 {
  height: 460px;
}

.div1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  text-align: center;
  align-self: center;
}

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

.paragraph-6 {
  text-align: center;
  align-self: center;
}

.heading-13 {
  font-size: 40px;
  font-weight: 500;
  line-height: 34px;
}

.div-block-24, .div-block-25, .div-block-26 {
  overflow: hidden;
}

.div-block-27 {
  object-fit: fill;
  overflow: hidden;
}

.container-7 {
  flex-flow: column;
  display: flex;
}

.heading-14 {
  font-size: 20px;
  line-height: 150%;
}

.background-video {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.div-block-28 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-self: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.slider {
  height: 560px;
}

.image-31 {
  object-fit: cover;
  background-image: url('../images/IMG_7251-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.image-31._1 {
  background-image: url('../images/IMG_7739.JPG.jpeg');
}

.image-31._2 {
  background-image: url('../images/IMG_3136.JPG.jpeg');
}

.slider-2 {
  height: 560px;
}

.image-32, .image-33, .image-34 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-3 {
  height: 560px;
}

.image-35, .image-36 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-4 {
  height: 560px;
}

.image-37, .image-38, .image-39 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-3 {
  background-color: #000;
  margin-left: 20px;
  font-family: Cormorantgaramond, Arial, sans-serif;
}

.image-40 {
  width: auto;
  height: auto;
  margin-left: 0;
  display: block;
}

.container-8 {
  display: block;
}

.section-2 {
  flex-flow: column;
  display: block;
}

.section-3 {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  display: flex;
}

.div-block-29, .div-block-30 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-heading-left-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
  padding-left: 20px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two-5 {
  box-shadow: 0 4px 24px #96a3b514;
}

.container-11 {
  flex-flow: column;
  display: flex;
}

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

  .heading-jumbo {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-top: 24px;
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-tiny.cc-paragraph-tiny-light {
    text-align: center;
  }

  .paragraph-light {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    font-family: Montserrat, sans-serif;
    line-height: 36px;
    display: flex;
  }

  .paragraph-light.cc-position-name {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    padding-left: 0;
  }

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

  .primary-button {
    justify-content: center;
    margin-left: 5px;
  }

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

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

  .menu-button {
    padding: 0;
  }

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

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

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

  .works-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: stretch;
    display: flex;
  }

  .work-position-wrap {
    box-sizing: border-box;
    aspect-ratio: auto;
  }

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

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

  .work-image.cc-work-2 {
    background-image: url('../images/IMG_4115.JPG_1.jpeg');
    background-position: 50% 10%;
    background-size: cover;
    height: 560px;
  }

  .work-image.cc-work-4 {
    aspect-ratio: auto;
    object-fit: cover;
    background-position: 50%;
    background-size: cover;
  }

  .project-name-link {
    font-size: 36px;
  }

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

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

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

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

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

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

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

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

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

  .secondary-button {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .grid-layout.tablet-1-column, .grid-layout.desktop-1-column {
    grid-template-columns: 1fr;
  }

  .hero-heading-left {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .hero-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-split {
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split.hero-phone {
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    margin-bottom: 0;
  }

  .margin-bottom-24px {
    display: flex;
  }

  .button-primary {
    justify-content: flex-start;
    align-items: center;
    padding-left: 25px;
    display: block;
  }

  .shadow-two {
    max-width: 100%;
    height: auto;
    max-height: none;
  }

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

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .buttonbuy {
    flex-flow: column;
    width: 200px;
    margin-left: auto;
  }

  .footer-subscribe {
    padding: 20px 0;
    display: block;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-three {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-social-block-three {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-6 {
    padding-left: 5px;
  }

  .utility-margin-all-0 {
    margin: 0;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

  .card-body {
    padding: 2rem;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .flex-layout.flex-vertical.flex-gap-s.utility-margin-bottom-0 {
    justify-content: space-between;
    align-items: stretch;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-3, .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .div-block-15.heading-name {
    margin-bottom: 0;
    padding-right: 12px;
  }

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

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .background-video {
    height: 100vh;
  }

  .div-block-28 {
    align-self: flex-start;
  }

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

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

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

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

  .container {
    text-align: center;
    width: auto;
    max-width: none;
  }

  .heading-jumbo {
    width: auto;
    font-size: 24px;
    line-height: 24px;
  }

  .paragraph-light.cc-position-name {
    text-align: left;
  }

  .paragraph-light.cent {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

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

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

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

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

  .navigation {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    padding: 20px 30px;
  }

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

  .works-grid {
    display: flex;
  }

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

  .work-image.cc-work-2 {
    height: 560px;
  }

  .work-image.cc-work-4 {
    aspect-ratio: auto;
    object-fit: cover;
    background-size: cover;
  }

  .work-image.cc-work-3 {
    overflow: visible;
  }

  .project-name-link {
    font-size: 32px;
    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 {
    text-align: center;
    flex-direction: column;
  }

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

  .footer-links {
    flex-direction: column;
  }

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

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

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

  .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-layout.grid-gap-xxl {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid-layout.mobile-landscape-1-column.grid-gap-l {
    justify-content: start;
    display: flex;
  }

  .utility-margin-bottom-2rem {
    margin-bottom: 1rem;
  }

  .hero-heading-left {
    height: 100vh;
    padding: 0 0 60px;
  }

  .hero-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-split.hero-phone {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 100%;
  }

  .heading {
    font-size: 18px;
    line-height: 200%;
  }

  .div-block-2.div-phone-but {
    margin-top: auto;
  }

  .margin-bottom-24px {
    font-size: 14px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .buttonbuy {
    box-sizing: content-box;
    aspect-ratio: auto;
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin-left: auto;
    display: flex;
  }

  .utility-margin-top-4rem {
    margin-top: 2rem;
  }

  .footer-subscribe {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .footer-link-three {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .grid-gap-s-parent.grid-gap-s {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .utility-margin-bottom-8rem {
    margin-bottom: 3rem;
  }

  .masonry-layout.mobile-landscape-1-column {
    column-count: 1;
  }

  .mobile-landscape-1-column-parent.mobile-landscape-1-column {
    grid-template-columns: 1fr;
  }

  .mobile-landscape-2-column-parent.mobile-landscape-2-column {
    grid-template-columns: 1fr 1fr;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

  .utility-margin-top-2rem {
    margin-top: 1rem;
  }

  .card-body {
    padding: 1.5rem;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .flex-layout.flex-vertical.flex-gap-s.utility-margin-bottom-0 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .flex-layout.flex-vertical.flex-gap-s.utility-margin-bottom-0.grid-layout {
    text-align: left;
    display: block;
  }

  .grid-gap-l-parent.grid-gap-l {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div-block-6 {
    text-align: left;
    display: block;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .hero-heading-right, .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .div-block-15.heading-name {
    margin-bottom: 0;
  }

  .team-slider-2 {
    padding: 60px 15px;
  }

  .background-video {
    height: 100vh;
    inset: 0%;
  }

  .div-block-28 {
    align-self: flex-start;
  }

  .hero-heading-left-3 {
    padding: 60px 15px;
  }
}

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

  .container {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .container.section1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container.section.section1.sec3 {
    padding-bottom: 0;
  }

  .heading-jumbo {
    text-align: center;
    letter-spacing: .8px;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 40px;
    font-size: 18px;
    line-height: 20px;
  }

  .heading-jumbo.comp {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-tiny.cc-paragraph-tiny-light {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-light {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .paragraph-light.cc-position-name {
    text-align: left;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
  }

  .paragraph-light.paragraph-l {
    justify-content: center;
    align-items: center;
  }

  .paragraph-light.cent {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .paragraph-light.parap {
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    padding-left: 5px;
  }

  .section {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section.section1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .navigation {
    background-color: #fff0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .intro-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .position-name-text {
    text-align: center;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .position-name-text.para1 {
    justify-content: center;
    align-items: center;
  }

  .work-experience-grid {
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .works-grid {
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }

  .work-position-wrap {
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .work-image.cc-work-1 {
    height: 560px;
  }

  .work-image.cc-work-1.cc9.w--current {
    background-size: auto 560px;
    width: 400px;
  }

  .work-image.cc-work-1.cc10.w--current {
    background-size: auto 560px;
  }

  .work-image.cc-work-1.cc16.cc18.w--current {
    aspect-ratio: 2 / 3;
    object-fit: contain;
    background-size: cover;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 460px;
  }

  .work-image.cc-work-2 {
    background-image: url('../images/IMG_0914.JPG-1.jpg');
    background-position: 50%;
    background-size: cover;
    height: 560px;
  }

  .work-image.cc-work-4 {
    aspect-ratio: auto;
    object-fit: contain;
    background-image: url('../images/IMG_2386.JPG.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 560px;
    max-height: none;
  }

  .work-image.cc-work-3 {
    background-image: url('../images/IMG_5158.JPG.jpeg');
    background-size: 100%;
    background-attachment: scroll;
  }

  .project-name-link {
    text-align: left;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 32px;
  }

  .project-name-link.name3 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    line-height: 100%;
  }

  .project-name-link.name3.name1 {
    text-align: left;
    align-self: center;
    padding-left: 20px;
  }

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

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

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

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

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

  .secondary-button {
    border-radius: 6px;
  }

  .grid-layout.mobile-portrait-1-column {
    grid-template-columns: 1fr;
  }

  .utility-image-cover {
    aspect-ratio: 2 / 3;
    object-fit: contain;
    width: 400px;
    height: 460px;
    margin-top: 24px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-heading-left {
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

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

  .container-2.cont {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    padding-left: 10px;
    padding-right: 0;
    display: flex;
  }

  .hero-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-wrapper.phone {
    margin-top: 0;
  }

  .hero-split {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-split.hero-phone {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    height: 100%;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-split.phone {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading {
    color: #000;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 38px;
  }

  .heading.h1.phonetext {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
  }

  .heading.h1.phone {
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-weight: 400;
  }

  .div-block-2 {
    margin-top: 40px;
    padding-right: 20px;
  }

  .div-block-2.div-phone-but {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    display: flex;
  }

  .margin-bottom-24px {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 60px;
    padding-left: 0;
    font-size: 14px;
  }

  .button-primary {
    border-radius: 6px;
    padding-left: 24px;
  }

  .shadow-two {
    text-align: center;
    height: 560px;
  }

  .team-slider {
    background-color: #f5f7fa00;
    margin-left: 0;
    margin-right: 0;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .centered-heading.heading-2 {
    box-sizing: border-box;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-member-name-two {
    margin-top: 12px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 24px;
  }

  .buttonbuy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 10px;
    display: flex;
  }

  .bo.buttonbuy22 {
    display: flex;
  }

  .footer-subscribe {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-block-three {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-link-three {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .eyebrow.utility-margin-bottom-1rem {
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 700;
  }

  .desktop-5-column-parent.desktop-5-column.tablet-2-column.mobile-landscape-1-column {
    grid-template-columns: 1fr;
  }

  .heading-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .utility-margin-all-0 {
    margin: 0;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

  .card-body {
    padding: 1.5rem;
  }

  .heading-5.utility-margin-bottom-0 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .flex-layout.flex-vertical.flex-gap-s.utility-margin-bottom-0.grid-layout {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    display: flex;
  }

  .flex-layout.flex-gap-xs.utility-margin-bottom-0 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .text-link {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-9 {
    font-family: Montserrat, sans-serif;
    font-size: 24px;
  }

  .div-block-6 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .textwrap {
    text-align: left;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-7 {
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .link-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .image-7 {
    margin-left: 0;
    padding-left: 0;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .paran {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-split-2 {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    padding-left: 10px;
  }

  .margin-bottom-24px-2 {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-eu {
    width: 100%;
    height: auto;
  }

  .div-block-13 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .bold-text-2 {
    text-align: center;
    padding-top: 10px;
    font-weight: 500;
  }

  .div-block-15 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    line-height: 100%;
  }

  .div-block-15.heading-name {
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    height: auto;
    margin-top: 20px;
    margin-bottom: auto;
    padding: 20px 12px;
    display: flex;
  }

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

  .div-block-16 {
    flex-flow: column;
  }

  .heading-11 {
    text-align: center;
    align-self: auto;
  }

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

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .team-member-image-two-2 {
    object-fit: fill;
  }

  .team-slider-nav-2 {
    overflow: clip;
  }

  .image-11, .image-12, .image-13 {
    aspect-ratio: 2 / 3;
    object-fit: contain;
    width: auto;
    height: 460px;
  }

  .image-14 {
    width: 400px;
    height: 560px;
  }

  .image-16 {
    aspect-ratio: 2 / 3;
    object-fit: contain;
    width: auto;
    height: 460px;
  }

  .image-18 {
    width: auto;
    height: 460px;
  }

  .image-20 {
    aspect-ratio: 2 / 3;
    object-fit: contain;
    width: auto;
    height: 460px;
  }

  .div-block-19 {
    aspect-ratio: 2 / 3;
    object-fit: contain;
  }

  .image-21 {
    object-fit: contain;
    height: 460px;
  }

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

  .cell-3, .cell-4 {
    justify-content: center;
    align-items: center;
  }

  .image-23 {
    aspect-ratio: 2 / 3;
    object-fit: contain;
  }

  .image-24, .image-25, .image-26 {
    aspect-ratio: 2 / 3;
    object-fit: contain;
    height: 460px;
  }

  .image-27 {
    aspect-ratio: 2 / 3;
    object-fit: contain;
    width: auto;
    height: 460px;
  }

  .paragraph-4 {
    text-align: left;
    align-self: auto;
  }

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

  .heading-14 {
    margin-top: 18px;
  }

  .background-video {
    width: 100%;
    height: 100vh;
    inset: 0%;
  }

  .div-block-28 {
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    justify-content: space-between;
    align-self: center;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 32px;
    display: flex;
  }

  .image-32 {
    object-fit: cover;
    height: 560px;
  }

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

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fa5-638167b0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fad-638167b0 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fb4-638167b0 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fbb-638167b0 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-bc39c90a-6982-056a-9515-700c58458ddd-638167b5 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-638167b7 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-dced7084-fc19-976d-2dad-4d9907c05d82-638167b7 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-638167b7 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}