:root {
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--100: white;
  --waves-library--white: white;
  --yellow: #d3b909;
  --black: black;
  --waves-library--black: #131313;
  --white: white;
  --elements-webflow-library--neutral--300: #eff0f6;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray700: #344054;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary300: #d6bbfb;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray50-2: #f9fafb;
  --light-yellow: #f1f1ca;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --untitled-ui--primary50: #f9f5ff;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --yellow-1: #6e6e1d;
  --waves-library--dark-elevation: #ede0d8;
  --flowui-component-library--gray-500: #6b7094;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray800: #1d2939;
}

.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;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

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

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

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

.section {
  border-top: 0 #000;
  margin: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
}

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

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

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

.section.section-contact {
  background-color: #ebd453;
  border-top-style: none;
  border-top-width: 0;
  border-bottom: 0 #000;
  margin-top: 30px;
}

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

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

.container {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container.small-container {
  width: 75%;
  max-width: 1000px;
}

.container.small-container.utility-margin-bottom-4rem {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.container.utility-margin-bottom-4rem {
  position: relative;
}

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

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

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

.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-contact-us {
  z-index: 5;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 64px;
  font-weight: 300;
  line-height: 80px;
}

.heading-jumbo.utility-text-align-center.utility-margin-bottom-0 {
  margin-top: 0;
  padding-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 32px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}

.heading-jumbo-small.utility-margin-bottom-2rem {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

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

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

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

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

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

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

.menu {
  z-index: 0;
  color: #000;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  background-color: #fff;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  display: flex;
  position: static;
}

.navigation {
  z-index: 999;
  clear: both;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px;
  font-family: Oswald, sans-serif;
  font-weight: 200;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.navigation-item {
  opacity: 1;
  color: #000;
  letter-spacing: 1px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  transition: color .4s;
}

.navigation-item:hover {
  opacity: .9;
  color: #f4d243;
  mix-blend-mode: normal;
  font-weight: 600;
}

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

.navigation-item.w--current {
  opacity: 1;
  color: #f4d243;
  mix-blend-mode: normal;
  font-size: 18px;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #ffc942;
  font-weight: 600;
}

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

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 200;
  display: flex;
}

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

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

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

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

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

.cta-wrap {
  text-align: center;
  justify-content: center;
  display: flex;
}

.intro-header {
  box-sizing: border-box;
  color: #fff;
  object-fit: fill;
  background-color: #f4f4f4;
  background-image: url('../images/IMG-0149.JPG-1.JPEG');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 900px;
  margin-bottom: 0;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

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

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

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

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

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

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

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

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

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

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

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

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

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

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

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

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

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

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

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

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

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

.project-cover-link {
  margin-bottom: 40px;
}

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

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

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  display: flex;
}

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

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

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

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

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

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

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

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

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

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

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

.home-content-wrap {
  margin-top: 80px;
}

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

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

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

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

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

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.blog-heading {
  text-align: center;
  margin-bottom: 0;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f4d243;
  border-radius: 10px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
  transform: translate(0);
}

.secondary-button:hover {
  transform: scale(1.2);
}

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

.heading {
  clear: none;
  outline-offset: 0px;
  text-align: left;
  mix-blend-mode: normal;
  outline: 3px #1a1b1f;
  flex: 1;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 300;
  position: static;
  transform: translate(0);
}

.heading.brix---heading-h2-size {
  text-shadow: 3px 3px 3px #0003;
  flex: 0 auto;
  font-family: Oswald, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.heading.brix---heading-h2-size.w--current {
  flex: 0 auto;
}

.body {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.dropdown {
  vertical-align: baseline;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
}

.dropdown:hover {
  color: #ffc942;
}

.nav-menu {
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.dropdown-toggle {
  mix-blend-mode: normal;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  transition: color .4s;
  display: inline-block;
  position: relative;
}

.dropdown-toggle:hover {
  color: #ffc942;
}

.dropdown-list {
  background-color: #fff;
  margin-top: 0;
}

.dropdown-link {
  color: #000;
  font-weight: 500;
}

.dropdown-link:hover {
  color: #f4d243;
}

.dropdown-link.w--current {
  color: #f4d243;
  font-weight: 700;
  transition: color .4s;
}

.dropdown-link.w--current:hover {
  color: #f4d243;
}

.dropdown-link-2 {
  color: #000;
  font-weight: 700;
  transition-property: color;
  transition-duration: .4s;
}

.dropdown-link-2:hover, .dropdown-link-2.w--current {
  color: #f4d243;
}

.dropdown-link-3 {
  color: #000;
  font-weight: 500;
  transition-property: color;
  transition-duration: .4s;
}

.dropdown-link-3:hover, .dropdown-link-3.w--current {
  color: #f4d243;
}

.bold-text {
  font-weight: 500;
}

.text-block {
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.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-l {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.grid-layout.mobile-landscape-1-column.grid-gap-l {
  clear: none;
  grid-column-gap: .4rem;
  grid-row-gap: 4rem;
  aspect-ratio: auto;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  place-items: end start;
  display: grid;
  position: static;
}

.utility-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.utility-image-cover.utility-aspect-3x2 {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 50%;
  aspect-ratio: 3 / 2;
  border-radius: 0%;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  max-height: 200px;
  display: block;
  position: relative;
  overflow: clip;
}

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

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

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

.button {
  float: none;
  clear: none;
  text-align: center;
  cursor: pointer;
  background-color: #f4d243;
  border: 1px solid #0000;
  border-radius: .25rem;
  padding: .25rem 1.5rem;
  text-decoration: none;
  transition-property: all;
  transition-duration: .4s;
  display: inline-block;
}

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

.list {
  grid-column-gap: 31px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(100px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start;
  place-items: start;
  margin-bottom: 0;
  padding-bottom: 0;
  list-style-type: none;
  display: grid;
}

.text-block-2 {
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
}

.list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  border-top: 0 solid #000;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  transition: all .4s;
  display: block;
  position: static;
  overflow: visible;
}

.list-item:hover {
  transform: scale(1.1);
}

.div-block {
  display: block;
}

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

.utility-text-align-center.utility-margin-bottom-8rem {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

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

.masonry-layout {
  column-count: 2;
  column-gap: 2rem;
}

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

.utility-aspect-2x3 {
  aspect-ratio: 2 / 3;
  position: relative;
}

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

.hero-without-image {
  background-color: #f4d243;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-primary {
  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:hover {
  color: #fff;
  background-color: #32343a;
}

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

.footer-dark {
  background-color: #d4d4d4;
  border-bottom: 1px solid #e4ebf3;
  padding: 15px 30px;
  position: relative;
}

.footer-dark.footer-container {
  border-top: 5px solid #000;
}

.footer-wrapper {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

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

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

.footer-copyright-center {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}

.brix---image {
  display: block;
}

.brix---image-wrapper-br-24px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: hidden;
}

.brix---gallery-v5-col-hidden {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.brix---gallery-v5-col {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.brix---grid-gallery-v5 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

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

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.waves-navbar-1 {
  z-index: 105;
  background-color: var(--waves-library--white);
  border-bottom: 0 solid #13131333;
  height: 80px;
  position: sticky;
  top: 0;
}

.waves---nav-container {
  max-width: 1680px;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-master-nav-1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  display: flex;
}

.waves---nav-brand-link {
  height: 24px;
}

.waves---brand {
  max-width: none;
  height: 100%;
}

.waves---nav-link {
  padding: 12px;
  font-size: 18px;
  font-weight: 600;
  transition: color .2s, opacity .2s;
}

.waves---nav-link:hover {
  color: var(--yellow);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--black);
  overflow-wrap: normal;
  border-radius: 0;
}

.waves---nav-link.w--current {
  color: var(--yellow);
  font-weight: 600;
}

.waves---nav-link.nav-link {
  pointer-events: auto;
  font-size: 20px;
  transition: color .2s, opacity .2s;
}

.waves---nav-link.nav-link:hover {
  color: var(--yellow);
  font-weight: 400;
}

.waves---nav-link.dropdown-item {
  white-space: nowrap;
  word-break: normal;
  justify-content: flex-end;
  align-items: stretch;
  padding: 5px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.waves-right-nav-1 {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---nav-buttons-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---nav-menu {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---nav-menu.nav-menu {
  grid-column-gap: 1px;
}

.waves-dropdown-toggle {
  grid-column-gap: 6px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-size: 18px;
  font-weight: 600;
  transition: color .2s, opacity .2s;
  display: flex;
}

.waves-dropdown-toggle:hover {
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.waves-icon-drodpdown {
  width: 24px;
  height: 24px;
}

.waves-icon-drodpdown:hover {
  color: var(--yellow);
}

.waves-dropdown-list.w--open {
  background-color: var(--waves-library--white);
  border: 1px solid #1313131a;
  border-radius: 4px;
  font-size: 16px;
  display: block;
}

.waves---dropdown-link {
  text-align: center;
}

.waves---dropdown-link.waves---nav-link {
  text-decoration: none;
}

.waves---nav-cta {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---container-default-2 {
  aspect-ratio: auto;
  max-width: 1440px;
  max-height: none;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size {
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--black);
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 66px;
  display: block;
}

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

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-primary-white {
  color: var(--black);
  text-align: center;
  letter-spacing: -.5px;
  background-color: #fcfd97;
  border: 1px solid #000;
  border-radius: 5px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 9px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition-property: none;
  display: block;
}

.brix---btn-primary-white:hover {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  background-color: #fcfd97;
}

.brix---btn-primary-white.btn-contact-landing {
  background-color: var(--white);
  border-radius: 0;
  font-family: Exo, sans-serif;
  font-weight: 400;
  transition: all .2s;
}

.brix---btn-primary-white.btn-contact-landing:hover {
  background-color: var(--black);
  color: var(--white);
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---hero-card-bg-image {
  overflow-wrap: normal;
  background-image: linear-gradient(#0003, #0003);
  border-radius: 40px;
  padding: 196px 40px;
  position: relative;
  overflow: hidden;
}

.brix---section-extra-small {
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
}

.waves---main-container {
  max-width: 1280px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium {
  padding-top: 10px;
  padding-bottom: 10px;
}

.waves---sides-heading-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-family: Oswald, sans-serif;
  display: flex;
}

.waves---heading-2-no-margins {
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  font-weight: 200;
  line-height: 130%;
}

.waves---heading-2-no-margins.landing-card-title {
  flex: 0 auto;
  align-self: flex-start;
  padding-top: 8px;
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 400;
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves---paragraph-big {
  font-size: 13px;
  line-height: 130%;
}

.waves-grid-blog-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 64px;
}

.waves-tile-blog-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  padding: 24px 8px;
  text-decoration: none;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.waves-tile-blog-2:hover {
  transform: scale(1.1);
}

.waves-image-blog-2 {
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 0;
  flex: 1;
  align-self: stretch;
  width: 250px;
  height: 250px;
}

.waves-content-blog-2 {
  grid-row-gap: 16px;
  background-color: #f7f7f7;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.collection-item {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.image {
  flex: 0 auto;
  order: 0;
  align-self: center;
  position: static;
}

.collection-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---mg-bottom-40px-3 {
  margin-bottom: 40px;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 850px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
}

.brix---text-center-3 {
  text-align: center;
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-600px---center-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---image-wrapper-br-24px-2 {
  border-radius: 24px;
  overflow: hidden;
}

.brix---grid-gallery-v5-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---gallery-v5-col-2, .brix---gallery-v5-col-hidden-2 {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  align-items: center;
  display: grid;
}

.collection-item-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-heading-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 30px;
  display: block;
  position: relative;
}

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

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

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

.margin-bottom-24px-2 {
  margin-bottom: 24px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
}

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

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

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

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-small {
  width: 100%;
  max-width: 30rem;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-heading-xlarge {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-section_heroheader08 {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-signup-form_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

.uui-heroheader08_form {
  max-width: 30rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.uui-heroheader08_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-ratings_component {
  align-items: center;
  display: flex;
}

.ratings_wrapper {
  margin-left: 1rem;
}

.ratings_stars-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .125rem;
  display: flex;
}

.uui-ratings_stars {
  width: 100%;
  height: 1.25rem;
  margin-right: .5rem;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-heroheader08_image {
  object-fit: cover;
  width: 100%;
  height: 40rem;
}

.uui-avatar-group_component {
  grid-column-gap: 0rem;
  flex-wrap: nowrap;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.uui-avatar-group_item {
  border: 2px solid var(--untitled-ui--white);
  background-color: var(--untitled-ui--white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-ratings_number {
  color: var(--untitled-ui--gray700);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---cta-dark-2 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: #131313e6;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.waves---section-medium-2.bg2 {
  background-color: var(--elements-webflow-library--neutral--300);
  padding-bottom: 50px;
}

.waves---heading-2-no-margins-2 {
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  line-height: 130%;
}

.waves---paragraph-big-2 {
  align-self: center;
  max-width: 250px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 130%;
}

.waves---grid-image-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  margin-bottom: 50px;
}

.waves---content-image-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-image-features-3 {
  border-radius: 0;
  width: 100%;
}

.waves---heading-2-no-margins-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  line-height: 130%;
}

.waves---heading-3-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-32 {
  width: 32px;
  height: 32px;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves---paragraph-big-3 {
  font-size: 20px;
  line-height: 130%;
}

.waves---limit-510 {
  max-width: 510px;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.waves---grid-features-5 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.waves-tile-feature-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  position: static;
}

.waves-tile-feature-5:hover {
  transform: scale(1.1);
}

.text-block-3 {
  font-size: 14px;
}

.waves---section-medium-3 {
  padding: 25px;
}

.waves---heading-2-no-margins-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---paragraph-big-4 {
  font-size: 20px;
  line-height: 130%;
}

.tab-link-tab-1 {
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 10px;
  margin-left: 30px;
  margin-right: 30px;
}

.tab-link-tab-1.w--current {
  background-color: var(--light-yellow);
  border: 1px solid #000;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

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

.tab-link-tab-2 {
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 10px;
}

.tab-link-tab-2.w--current {
  background-color: var(--light-yellow);
  border: 1px solid #000;
  border-radius: 10px;
}

.tabs-content {
  background-color: var(--light-yellow);
  border: 1px solid #000;
  border-radius: 25px;
  padding: 15px;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 40px;
}

.waves---section-medium-4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---section-medium-4.bg2 {
  background-color: var(--elements-webflow-library--neutral--300);
  padding-top: 25px;
  padding-bottom: 25px;
}

.waves---center-heading-2 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---heading-1-no-margins {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
}

.waves-grid-pricing-1 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves-price-text-pricing-1 {
  color: #131313b3;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  display: flex;
}

.waves-heading-pricing-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 120%;
}

.waves-tile-pricing-1 {
  background-color: var(--light-yellow);
  border: 1px solid #000;
  border-radius: 10px;
  min-width: 0;
  margin: 16px 0;
  padding: 16px 0;
  transition: transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.waves-tile-pricing-1:hover {
  transform: scale(1.1);
}

.waves---covered-item-text-pricing {
  font-size: 16px;
  line-height: 130%;
}

.waves-check-item-pricing-1 {
  grid-column-gap: 9px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves-covered-heading-pricing-1 {
  font-size: 18px;
  line-height: 120%;
}

.waves-top-text-pricing-1 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
}

.waves-covered-list-wrap-pricing-1 {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 8px;
  display: flex;
}

.waves-covered-wrap-pricing-1 {
  grid-row-gap: 8px;
  background-color: #1313131a;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 32px;
  padding: 16px;
  display: flex;
}

.waves-wrap-price-1 {
  grid-column-gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.waves-divider-pricing-1 {
  background-color: #14171b1a;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.waves---icon-covered-pricing {
  width: 20px;
  height: 20px;
}

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

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---section-3 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 25px;
  padding-bottom: 25px;
}

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: none;
  transition: color .3s;
}

.brix---heading-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---buttons-row-center-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---grid-4-columns-instagram {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---instagram-image {
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.collection-list-4, .collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-5 {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.image-3 {
  max-height: 650px;
}

.collection-list-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-text-style-link-2 {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-2:hover {
  color: var(--untitled-ui--gray700);
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  padding: 50px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.uui-form-checkbox-label {
  color: var(--untitled-ui--gray700);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.uui-form-radio-icon {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  cursor: pointer;
  border-radius: 100px;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-radio-icon:hover {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
}

.uui-form-radio-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  background-image: url('../images/check-circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.uui-form-radio-icon.w--redirected-focus {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  box-shadow: 0 0 0 4px var(--untitled-ui--primary100);
  margin-top: 0;
}

.uui-form-radio-icon.tick-icon.w--redirected-checked {
  background-color: var(--untitled-ui--primary600);
  background-image: url('../images/check-tick.svg');
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  font-family: Oswald, sans-serif;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.3;
}

.uui-field-label {
  color: var(--untitled-ui--gray700);
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 0px solid var(--untitled-ui--primary600);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  border-radius: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: .625rem 5rem;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--yellow);
}

.uui-button-2:focus {
  border-color: var(--black);
  background-color: var(--black);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--yellow);
}

.uui-form_input-2 {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-2:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input-2::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-form_input-2.select {
  color: var(--untitled-ui--gray900);
  background-color: #fff;
}

.uui-form_input-2.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-form-checkbox-icon {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  cursor: pointer;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon:hover {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
}

.uui-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  box-shadow: none;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-radius: .25rem;
}

.uui-form-checkbox-icon.w--redirected-focus {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  box-shadow: 0 0 0 4px var(--untitled-ui--primary100);
  border-radius: .25rem;
}

.uui-form-field-wrapper {
  position: relative;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.success-text {
  font-weight: 600;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.error-text {
  color: #e23939;
}

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-radio-2col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.uui-form-radio-label {
  color: var(--untitled-ui--gray700);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.uui-contact04_content.text-yellow-contact {
  text-align: center;
  background-color: #f7e795;
  border-bottom: 5px solid #dfd084;
  border-right: 5px solid #dfd084;
}

.uui-contact04_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-text-style-link-02 {
  color: var(--untitled-ui--primary700);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-contact04_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.uui-contact04_item {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.uui-contact04_icon-wrapper {
  color: var(--untitled-ui--primary600);
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-contact04_form-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.uui-contact04_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-heading-large {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-text-size-xlarge-2 {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  display: block;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.code-embed {
  text-align: left;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.f-h1-heading {
  color: var(--black);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.2;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-avatar-group-r {
  background-color: var(--flowui-component-library--grey-300);
  border: 3px solid #fff;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  margin-right: -16px;
  position: relative;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
  display: block;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.f-heading-detail-small {
  color: var(--black);
  letter-spacing: -.5px;
  text-transform: none;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-avatar-dark {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  border: 3px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: -14px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  position: relative;
}

.f-header-avatar-text {
  color: var(--flowui-component-library--gray-700);
  margin-left: 24px;
  font-size: 14px;
  font-weight: 500;
}

.f-header-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 630px;
  margin: 50px auto;
  display: flex;
  position: relative;
}

.f-header-wrapper {
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.f-header-avatar-block {
  align-items: center;
  display: flex;
}

.waves---cta-dark-3 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-3:hover {
  background-color: #131313e6;
}

.waves---cta-dark-3.wide-cta {
  min-width: 200px;
}

.waves---main-container-3 {
  max-width: 1352px;
  margin-bottom: 25px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-5 {
  padding-top: 25px;
  padding-bottom: 100px;
}

.waves---form-contact-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.waves---2-inputs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.waves---input-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-submit-wrap-contact-1 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---checkbox-field {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.waves---checkbox {
  border-color: var(--waves-library--black);
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 6px;
}

.waves---checkbox-label {
  font-size: 16px;
}

.waves-master-contact-2 {
  width: 100%;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}

.waves-image-wrap-contact-2 {
  border-radius: 24px;
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.waves-image-contact-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.waves-form-block-contact-2 {
  width: 100%;
  margin-bottom: 0;
}

.waves-content-contact-2 {
  z-index: 1;
  background-color: var(--waves-library--white);
  border: 1px solid #000;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 762px;
  margin-top: -120px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 100px;
  display: flex;
  position: relative;
}

.waves-text-field-white {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-white:focus {
  border-color: var(--waves-library--black);
  color: var(--waves-library--black);
}

.waves-select-white {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-select-white:focus {
  border-color: var(--waves-library--black);
}

.waves-success-mesaage {
  background-color: var(--waves-library--white);
  border-radius: 6px;
}

.hero-heading-right {
  background-color: #fff;
  border-bottom: 0 #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-heading-right.bg-gr-abt {
  background-color: #f7f7f7;
}

.container-6 {
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.hero-wrapper-2 {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.hero-split-2.text-yellow {
  background-color: #f7e795;
  border-bottom: 5px solid #d3bc49;
  border-right: 5px solid #d3bc49;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  max-width: 450px;
  height: auto;
  min-height: 250px;
  padding-left: 15px;
  padding-right: 15px;
  transition: transform .5s;
}

.hero-split-2.text-yellow:hover {
  transform: scale(1.1);
}

.shadow-two-2 {
  border: 3px solid var(--black);
  border-radius: 0;
  max-width: 300px;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-3 {
  text-align: center;
  align-self: auto;
  margin-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 13px;
  font-weight: 500;
}

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

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

.hero-heading-left-2.bg3 {
  background-color: #fff;
  border-bottom-style: none;
  border-bottom-width: 0;
}

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

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px-4 {
  margin-bottom: 40px;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size-2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---paragraph-default-4 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---bg-image-full-width-2 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---hero-bg-image-dark {
  background-image: linear-gradient(#0000, #0000);
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 234px;
  padding-bottom: 234px;
  position: relative;
  overflow: hidden;
}

.brix---hero-bg-image-dark.bg-img-about {
  margin-left: 0;
  margin-right: 0;
}

.brix---btn-primary-white-2 {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-2:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---grid-2-col---1-col-t {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #ff0;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 45px;
  padding: 5px 15px;
  display: block;
  position: absolute;
  inset: auto auto 0%;
}

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

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

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

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

.link, .link-2 {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-3 {
  margin-bottom: 16px;
}

.brix---section-4 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---text-center-4 {
  text-align: center;
}

.brix---image-3 {
  object-fit: fill;
}

.brix---inner-container-600px---center-3 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---image-wrapper-br-24px-3 {
  border-radius: 0;
  overflow: hidden;
}

.brix---grid-gallery-v5-3 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---gallery-v5-col-3 {
  grid-column-gap: 16px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.brix---gallery-v5-col-hidden-3 {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-3 {
  align-self: center;
  font-size: 30px;
  font-weight: 600;
}

.bold-text-2 {
  font-weight: 400;
}

.section-2 {
  margin-top: 50px;
}

.text-block-5 {
  letter-spacing: 1px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-808 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---mg-right-16px {
  margin-right: 16px;
}

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-5 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h1-size-3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---heading-h2-size-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

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

.brix---subtitle {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---categories-badges-item-wrapper {
  flex-direction: row;
  display: flex;
}

.brix---categories-badges-wrapper {
  justify-content: flex-end;
  display: flex;
}

.brix---blog-card-featured-content {
  padding: 58px 64px;
}

.brix---blog-card-badge-wrapper-top {
  position: absolute;
  inset: 20px 20px auto auto;
}

.brix---blog-card-content-inside {
  padding: 32px 32px 40px;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---paragraph-default-5 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---badge-secondary-small {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.brix---avatar-circle-03 {
  border-radius: 50%;
  width: 64px;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
  overflow: hidden;
  transform: translate(0);
}

.brix---inner-container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---flex-horizontal-start {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---blog-card-image-featured {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.brix---grid-title-and-categories {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 64px;
  display: grid;
}

.brix---badge-secondary-category-badges {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  margin-left: 24px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: inline-block;
}

.brix---badge-secondary-category-badges:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
}

.brix---badge-secondary-category-badges.w--current {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  cursor: default;
}

.brix---blog-card-featured-wrapper-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 2px 8px #14142b0f;
}

.brix---section-bg-neutral-200 {
  background-color: var(--elements-webflow-library--neutral--200);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---grid-2-columns---gap-48px {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---blog-card-image-wrapper-v6 {
  border-radius: 24px 0 0 24px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.brix---badge-secondary-small-light {
  background-color: var(--elements-webflow-library--neutral--200);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.brix---blog-card-details-v6 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---grid-blog-card-featured-v6 {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---blog-card-image-wrapper-inside {
  object-fit: fill;
  border-radius: 24px 24px 0 0;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

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

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

.hero-wrapper-3 {
  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;
}

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

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

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

.section-3 {
  flex-flow: row;
  display: block;
}

.grid {
  grid-auto-flow: row;
  place-items: center;
}

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: stretch;
  place-items: center;
  display: grid;
}

.image-4 {
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: static;
}

.div-block-5 {
  background-color: #f7f7f7;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

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

.heading-4 {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 20px;
}

.paragraph {
  flex: 1;
  align-self: flex-start;
  font-size: 12px;
  line-height: 130%;
}

.f-button-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.book-now-btn {
  box-sizing: border-box;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  aspect-ratio: auto;
  color: var(--black);
  letter-spacing: -.02em;
  background-color: #ebe645;
  border-radius: 0;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 100%;
  min-height: 0;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: static;
}

.book-now-btn.contact-btn-alt {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 1px;
}

.book-now-btn.book-btn-top {
  background-color: #fcfd97;
  border: 1px solid #000;
  flex-flow: row;
  justify-content: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  display: flex;
}

.book-now-btn.book-btn-top.btn-landing {
  padding-top: 8px;
  padding-bottom: 8px;
}

.div-block-6 {
  margin: 8px;
  transition: transform .2s;
}

.div-block-6:hover {
  transform: scale(1.1);
}

.image-5 {
  width: 16px;
  margin-right: 20px;
}

.text-block-6 {
  margin-left: 20px;
  padding-top: 0;
  padding-left: 0;
}

.text-block-7 {
  margin-left: 20px;
}

.btn-book-now-txt {
  margin-left: 20px;
  font-weight: 400;
}

.masonry-gallery {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 32px;
  padding-right: 32px;
  display: grid;
}

.masonry-gallery.sightseeing-tour {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.masonry-item {
  opacity: 1;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: cover;
  background-clip: border-box;
  width: 100%;
  height: auto;
  transition: filter .5s, transform .5s;
}

.masonry-item:hover {
  filter: brightness(50%);
  transform: scale(1.1);
}

.masonry-lightbox {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  display: flex;
  overflow: hidden;
}

.masonry-lightbox:hover {
  opacity: 1;
  mix-blend-mode: normal;
}

.text-block-8 {
  font-family: Oswald, sans-serif;
}

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

.grid-2.section-bg-gray {
  background-color: #f7f7f7;
}

.grid-2.section-bg-white {
  background-color: #fff;
}

.text-block-9 {
  display: flex;
}

.div-block-7 {
  align-self: center;
  position: relative;
}

.div-block-8 {
  flex-flow: column;
  display: flex;
}

.text-block-10 {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  font-size: 40px;
  display: flex;
}

.text-block-11 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 225px;
  margin-top: 10px;
  font-size: 11px;
  line-height: 130%;
  display: flex;
}

.image-6 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.image-6.tour-head-img {
  padding: 25px 50px;
}

.section-title {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 400;
  display: flex;
}

.grid-3 {
  grid-template-rows: minmax(auto, .25fr) auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-items: stretch start;
  margin-bottom: 0;
}

.grid-4 {
  grid-template-rows: auto auto auto;
  place-items: start;
  padding-right: 100px;
}

.grid-4.grid-what-to-bring {
  grid-template-rows: auto auto;
  max-width: 900px;
  padding-right: 0;
}

.grid-4.grid-inclusions-exlcusions {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-right: 0;
}

.itinerary-header-text {
  margin-bottom: 20px;
  font-weight: 700;
}

.itinerary-header-text.what-to-bring-header-text {
  margin-bottom: 5px;
  font-size: 15px;
}

.itinerary-body-text {
  font-size: 14px;
  line-height: 170%;
}

.itinerary-body-text.what-to-bring-text {
  font-size: 14px;
}

.itinerary-text-container {
  margin: 15px;
  padding: 5px;
  transition: transform .4s;
}

.itinerary-text-container:hover {
  transform: scale(1.1);
}

.image-7 {
  aspect-ratio: auto;
  object-fit: fill;
  width: auto;
  height: auto;
  overflow: hidden;
}

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

.div-block-10 {
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.div-block-10.half-section-gray {
  background-color: #f7f7f7;
}

.section-4 {
  display: block;
}

.div-block-11 {
  display: flex;
  overflow: hidden;
}

.tabs-menu-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-1-2 {
  border: 3px solid var(--elements-webflow-library--neutral--400);
  background-color: #fff;
  border-radius: 10px;
  flex: 1;
  margin-right: 15px;
  transition: all .4s;
}

.tab-link-tab-1-2:hover {
  border-color: var(--black);
  background-color: #fcfd97;
}

.tab-link-tab-1-2.w--current {
  border-color: var(--black);
  background-color: #fcfd97;
  border-radius: 10px;
  margin-right: 15px;
}

.tab-link-tab-1-2.tab-solo.w--current {
  margin-right: 0;
}

.tab-link-tab-2-2 {
  border: 3px solid var(--elements-webflow-library--neutral--400);
  background-color: #fff;
  border-radius: 10px;
  flex: 1;
  margin-left: 15px;
  transition: all .4s;
}

.tab-link-tab-2-2:hover, .tab-link-tab-2-2.w--current {
  border-color: var(--black);
  background-color: #fcfd97;
}

.text-block-12, .text-block-13 {
  color: #000;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.div-block-12 {
  background-color: #0000;
  margin: 75px 150px;
  padding-left: 0;
}

.div-block-13 {
  border-bottom: 0 solid #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-14 {
  background-color: #f3f3be;
  border-bottom: 5px solid #ebd453;
  border-right: 5px solid #ebd453;
  border-radius: 25px;
  margin-top: 15px;
  padding: 25px;
  line-height: 150%;
}

.div-block-14 {
  overflow: hidden;
}

.bg-gray-section {
  background-color: #f7f7f7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.bg-gray-section.btn-footer {
  padding-top: 75px;
  padding-bottom: 75px;
}

.text-block-15 {
  text-align: center;
  letter-spacing: -2.5px;
  padding-top: 50px;
  padding-bottom: 25px;
  font-size: 40px;
}

.text-block-15.side-trip-title {
  letter-spacing: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
}

.grid-5 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-15 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-16 {
  background-color: #f3f3be;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 10px 35px;
  transition: transform .4s;
  box-shadow: 0 2px 5px 3px #0003;
}

.div-block-16:hover {
  transform: scale(1.2);
}

.text-block-16 {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}

.text-block-17 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.div-block-17 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.text-block-18 {
  color: #000;
  max-width: 650px;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 130%;
}

.text-block-18.rates-sub-text {
  letter-spacing: -.5px;
  font-size: 14px;
}

.image-8 {
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  position: static;
}

.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1080px;
  display: block;
}

.section-5 {
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  max-width: 900px;
}

.section-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-19 {
  background-color: #f7f7f7;
  padding-bottom: 50px;
}

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

.div-block-21 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 850px;
  display: flex;
}

.grid-7 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  max-width: none;
}

.div-block-22 {
  background-color: #fbfbb4;
  border-bottom: 5px solid #d3bc49;
  border-right: 5px solid #d3bc49;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.sub-trip-title {
  font-weight: 600;
}

.sub-trip-subtitle {
  font-size: 13px;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  margin-bottom: 0;
}

.paragraph-5 {
  word-break: normal;
  overflow-wrap: normal;
  margin-bottom: 0;
}

.sub-trip-btm-text {
  max-width: 700px;
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 14px;
  line-height: 150%;
}

.rich-text-block {
  flex-flow: column;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  display: block;
}

.rich-text-block-2 {
  align-self: stretch;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14 {
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  ul {
    padding-left: 20px;
  }

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

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

  .container.small-container {
    width: 90%;
  }

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

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

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

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

  .menu-icon {
    font-size: 36px;
    display: block;
  }

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

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

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

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

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

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

  .menu-button {
    background-color: #f4d243;
    border-radius: 10px;
    padding: 5px;
  }

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

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

  .cta-text {
    width: auto;
  }

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

  .intro-header {
    height: 800px;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

  .get-in-touch-form {
    text-align: left;
  }

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

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

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

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

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

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

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

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .nav-menu {
    background-color: #fff;
  }

  .list {
    grid-template-columns: minmax(100px, 1fr);
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 20px;
  }

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

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .waves---nav-brand-link {
    padding-left: 0;
  }

  .waves---nav-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    display: flex;
  }

  .waves---nav-buttons-right {
    grid-column-gap: 8px;
  }

  .waves---nav-menu {
    background-color: var(--waves-library--white);
    border: 1px solid #1313131a;
    border-radius: 8px;
    margin-top: 4px;
  }

  .waves-dropdown-toggle {
    padding-right: 16px;
    font-size: 20px;
  }

  .waves-dropdown-list.w--open {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .waves---dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .waves---menu-button {
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---menu-button.w--open {
    background-color: var(--waves-library--black);
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---hamburger-icon {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
  }

  .waves---nav-dropdown {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---btn-primary-white {
    padding: 8px;
  }

  .brix---hero-card-bg-image {
    background-image: url('../images/IMG-0149.JPG-1.JPEG'), linear-gradient(#0000, #0000);
    background-size: cover, auto;
    background-attachment: scroll, scroll;
    padding-top: 148px;
    padding-bottom: 148px;
  }

  .brix---section-extra-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves-grid-blog-2 {
    grid-template-columns: 1fr;
  }

  .waves-tile-blog-2 {
    flex-flow: column;
    flex: 0 auto;
    align-items: center;
  }

  .waves-image-blog-2 {
    flex: 1;
  }

  .waves-content-blog-2 {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
  }

  .brix---section-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---image-wrapper-br-24px-2 {
    border-radius: 20px;
  }

  .brix---grid-gallery-v5-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

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

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

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader08_component {
    grid-column-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-3 {
    max-width: 470px;
  }

  .waves---grid-features-5 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---heading-1-no-margins {
    font-size: 64px;
    line-height: 115%;
  }

  .waves-grid-pricing-1 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-4-columns-instagram {
    grid-template-columns: 1fr 1fr;
  }

  .uui-contact04_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-contact04_contact-list {
    margin-top: 2rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

  .waves-content-contact-2 {
    padding: 48px 40px;
  }

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

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

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

  .hero-split-2.text-yellow {
    order: 1;
    max-width: 450px;
  }

  .shadow-two-3 {
    order: -1;
    align-self: center;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---hero-bg-image-dark {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .brix---btn-primary-white-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

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

  .brix---section-4 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---image-wrapper-br-24px-3 {
    border-radius: 20px;
  }

  .brix---grid-gallery-v5-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section-5 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h1-size-3 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---heading-h2-size-5 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---blog-card-image {
    width: 100%;
  }

  .brix---categories-badges-wrapper {
    justify-content: flex-start;
  }

  .brix---blog-card-image-featured {
    width: 100%;
  }

  .brix---grid-title-and-categories {
    grid-template-columns: 1fr;
  }

  .brix---badge-secondary-category-badges {
    margin-left: 0;
    margin-right: 24px;
  }

  .brix---section-bg-neutral-200 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---grid-2-columns---gap-48px {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---blog-card-image-wrapper-v6 {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    height: 100%;
  }

  .brix---badge-secondary-small-light {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .brix---blog-card-details-v6 {
    flex-wrap: wrap;
  }

  .brix---grid-blog-card-featured-v6 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

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

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

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

  .book-now-btn.book-btn-top {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .book-now-btn.book-btn-top.btn-landing {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
  }

  .image-5 {
    margin-right: 10px;
  }

  .text-block-6 {
    margin-left: 10px;
    font-size: 16px;
  }

  .grid-2.section-bg-gray {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    display: grid;
  }

  .grid-2.section-bg-white {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .text-block-10 {
    margin-bottom: 15px;
    font-size: 30px;
  }

  .text-block-10.landing-header-title {
    margin-top: 50px;
    font-size: 34px;
  }

  .text-block-11 {
    font-size: 10px;
  }

  .text-block-11.landing-info {
    max-width: 400px;
    font-size: 14px;
  }

  .image-6.tour-head-img {
    padding: 5px 10px;
  }

  .grid-3 {
    grid-template-rows: minmax(auto, .25fr) auto auto;
    grid-template-columns: 1fr;
  }

  .grid-4 {
    padding-right: 0;
  }

  .itinerary-body-text.what-to-bring-text {
    padding-right: 20px;
  }

  .image-7 {
    aspect-ratio: auto;
    width: 100%;
  }

  .div-block-14 {
    min-height: 350px;
  }

  .text-block-15 {
    font-size: 32px;
  }

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

  .list-2 {
    padding-left: 40px;
  }

  .grid-7 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .sub-trip-btm-text {
    font-size: 12px;
  }
}

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

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

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

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

  .container {
    text-align: center;
  }

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

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

  .heading-jumbo {
    overflow-wrap: normal;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 50px;
    line-height: 64px;
    display: block;
  }

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

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

  .navigation {
    padding: 20px 30px;
  }

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

  .intro-header {
    height: 600px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

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

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

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

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

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

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

  ._404-wrap {
    padding: 30px;
  }

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

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

  .grid-layout.mobile-landscape-1-column.grid-gap-l {
    display: block;
  }

  .utility-image-cover.utility-aspect-3x2 {
    object-fit: contain;
  }

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

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

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

  .hero-without-image {
    padding: 60px 15px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link {
    text-decoration: none;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

  .brix---grid-gallery-v5 {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .waves---nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 48px;
    line-height: 46px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---btn-primary-white {
    padding: 8px;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---hero-card-bg-image {
    background-image: url('../images/IMG-0149.JPG-1.JPEG'), linear-gradient(#0000, #0000);
    background-size: cover, auto;
    background-attachment: scroll, scroll;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .brix---section-extra-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves-tile-blog-2 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves-image-blog-2 {
    width: 100%;
    height: 320px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px-3 {
    margin-bottom: 24px;
  }

  .brix---section-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-gallery-v5-2 {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr;
  }

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

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-heroheader08_form {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-heroheader08_image {
    height: 22rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-2, .waves---heading-2-no-margins-3 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves-tile-feature-5 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .collection-list-wrapper-3 {
    flex: 0 auto;
    order: 0;
    align-self: flex-start;
  }

  .collection-list-wrapper-4 {
    align-self: flex-start;
  }

  .waves---section-medium-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---section-medium-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-1-no-margins {
    font-size: 56px;
  }

  .waves-grid-pricing-1 {
    max-width: 400px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-contact04_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

  .uui-text-size-xlarge-2 {
    font-size: 1.125rem;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .f-h1-heading {
    color: var(--black);
    margin-top: 0;
    font-size: 48px;
  }

  .f-paragraph-large {
    color: #000;
    padding-left: 30px;
    padding-right: 30px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-header-wrapper {
    justify-content: center;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-image-wrap-contact-2 {
    height: 340px;
  }

  .waves-content-contact-2 {
    width: 92%;
    padding: 40px 32px;
  }

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

  .hero-heading-right.bg-gr-abt {
    background-color: #f7f7f7;
  }

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

  .brix---mg-bottom-40px-4 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---hero-bg-image-dark {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .brix---btn-primary-white-2 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

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

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

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

  .brix---section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-gallery-v5-3 {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---section-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---heading-h2-size-5 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---categories-badges-item-wrapper, .brix---categories-badges-wrapper {
    flex-wrap: wrap;
  }

  .brix---blog-card-featured-content {
    padding: 32px 32px 48px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---badge-secondary-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---avatar-circle-03 {
    width: 56px;
    max-width: 56px;
    height: 56px;
    max-height: 56px;
  }

  .brix---grid-title-and-categories {
    grid-template-columns: 1fr;
  }

  .brix---badge-secondary-category-badges {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---section-bg-neutral-200 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---grid-2-columns---gap-48px {
    grid-template-columns: 1fr;
  }

  .brix---badge-secondary-small-light {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---grid-blog-card-featured-v6 {
    grid-template-columns: 1fr;
  }

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

  .book-now-btn.book-btn-top {
    padding: 10px 20px;
    font-size: 22px;
  }

  .text-block-6 {
    font-size: 18px;
  }

  .masonry-gallery {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .masonry-item {
    flex: 0 auto;
    align-self: auto;
  }

  .masonry-lightbox {
    justify-content: center;
    align-items: center;
    padding: 25px 50px;
  }

  .text-block-10 {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .text-block-11 {
    font-size: 9px;
  }

  .image-6.tour-head-img {
    padding: 0;
  }

  .grid-4 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-4.grid-inclusions-exlcusions {
    grid-template-rows: auto auto auto;
    place-items: center start;
  }

  .div-block-10.half-section-gray {
    padding: 25px;
  }

  .div-block-12 {
    margin: 25px;
  }

  .text-block-15 {
    font-size: 28px;
  }

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

  .div-block-15 {
    align-self: auto;
    display: block;
  }

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

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

  .text-block-18 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .grid-7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .sub-trip-btm-text {
    max-width: 75%;
  }

  .video {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }
}

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

  .section.cc-store-home-wrap {
    display: block;
    position: static;
  }

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

  .heading-jumbo {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 48px;
    display: block;
    overflow: visible;
  }

  .menu {
    margin-left: 15px;
  }

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

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

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

  .intro-header {
    height: 300px;
    margin-bottom: 0;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

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

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

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

  .grid-layout.mobile-landscape-1-column.grid-gap-l {
    grid-column-gap: .4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-columns: 1fr;
    display: block;
  }

  .button {
    white-space: nowrap;
  }

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

  .brix---image-wrapper-br-24px {
    border-radius: 16px;
  }

  .brix---gallery-v5-col-hidden {
    display: none;
  }

  .brix---gallery-v5-col {
    grid-row-gap: 16px;
  }

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

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

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

  .waves---nav-link, .waves-dropdown-toggle {
    font-weight: 400;
  }

  .waves---hamburger-icon {
    background-color: #0000;
    border-radius: 25px;
  }

  .waves---nav-cta {
    display: none;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 48px;
    text-decoration: none;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---btn-primary-white {
    width: 60%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 18px;
  }

  .brix---btn-secondary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---hero-card-bg-image {
    background-image: url('../images/IMG-0149.JPG-1.JPEG'), linear-gradient(#0000, #0000);
    background-position: 50% 100%, 0 0;
    background-repeat: repeat, repeat;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
    border-radius: 16px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .brix---section-extra-small {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 14px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---heading-2-no-margins.landing-card-title {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves-tile-blog-2 {
    padding: 16px;
  }

  .waves-image-blog-2 {
    height: 62vw;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---image-wrapper-br-24px-2 {
    border-radius: 16px;
  }

  .brix---grid-gallery-v5-2 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---gallery-v5-col-2 {
    grid-row-gap: 16px;
  }

  .brix---gallery-v5-col-hidden-2 {
    display: none;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

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

  .uui-section_heroheader08 {
    overflow: hidden;
  }

  .uui-signup-form_wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-heroheader08_component {
    grid-template-columns: 1fr;
  }

  .ratings_wrapper {
    flex: none;
    margin-left: .75rem;
  }

  .uui-heroheader08_image {
    height: 17.5rem;
  }

  .waves---main-container-2 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---content-image-halves {
    align-items: stretch;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 34px;
  }

  .waves---heading-3-no-margins-2 {
    font-size: 22px;
  }

  .waves-tile-feature-5 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .waves---section-medium-3 {
    padding: 64px 2px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 34px;
  }

  .tab-link-tab-1.w--current {
    text-align: center;
    flex: 1;
    margin-left: 0;
    margin-right: 10px;
    display: block;
  }

  .tabs-menu {
    max-width: none;
  }

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

  .tab-link-tab-2 {
    flex: 1;
    margin-left: 10px;
  }

  .tabs-content {
    justify-content: center;
    align-items: stretch;
    max-width: none;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves---section-medium-4 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-1-no-margins {
    font-size: 36px;
    line-height: 110%;
  }

  .waves-grid-pricing-1 {
    margin-top: 40px;
  }

  .waves-tile-pricing-1 {
    padding: 24px 16px 16px;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---buttons-row-center-2 {
    flex-direction: column;
  }

  .brix---grid-4-columns-instagram {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---instagram-image {
    border-radius: 16px;
  }

  .collection-list-4, .collection-list-5 {
    grid-template-columns: 1fr;
  }

  .image-3 {
    max-width: 300px;
  }

  .collection-list-6 {
    grid-template-columns: 1fr;
  }

  .uui-text-size-large {
    padding: 10px;
  }

  .uui-heading-medium {
    padding-top: 5px;
  }

  .uui-button-2:hover {
    background-color: var(--black);
  }

  .form-field-2col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .form-radio-2col, .uui-contact04_component {
    grid-template-columns: 1fr;
  }

  .f-h1-heading {
    font-size: 30px;
  }

  .f-paragraph-large {
    font-size: 16px;
    line-height: 165%;
  }

  .f-heading-detail-small {
    font-size: 12px;
  }

  .f-header-avatar-text {
    margin-left: 0;
  }

  .f-header-wrapper {
    flex-direction: column;
  }

  .waves---section-medium-5 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .waves---2-inputs {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .waves-content-contact-2 {
    padding: 24px 16px;
  }

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

  .hero-split-2.text-yellow {
    order: 1;
  }

  .margin-bottom-24px-3 {
    font-size: 12px;
    line-height: 150%;
  }

  .shadow-two-3 {
    order: -1;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---hero-bg-image-dark {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-primary-white-2, .brix---btn-secondary-white-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

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

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---image-wrapper-br-24px-3 {
    border-radius: 16px;
  }

  .brix---grid-gallery-v5-3 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---gallery-v5-col-3 {
    grid-row-gap: 16px;
  }

  .brix---gallery-v5-col-hidden-3 {
    display: none;
  }

  .heading-3 {
    font-size: 24px;
  }

  .bold-text-2 {
    font-size: 24px;
    font-weight: 600;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---heading-h2-size-5 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .brix---blog-card-featured-content {
    padding-top: 26px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---blog-card-content-inside {
    padding: 24px 24px 31px;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---badge-secondary-small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---avatar-circle-03 {
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
  }

  .brix---grid-title-and-categories {
    margin-bottom: 40px;
  }

  .brix---badge-secondary-category-badges {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 13px 21px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---section-bg-neutral-200 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---badge-secondary-small-light {
    margin-top: 12px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---blog-card-details-v6 {
    flex-direction: row;
    align-items: center;
  }

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

  .div-block-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-4 {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .div-block-5 {
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph {
    font-size: 13px;
    line-height: 150%;
  }

  .book-now-btn {
    padding: 5px 4px;
    font-size: 8px;
  }

  .book-now-btn.book-btn-top.btn-landing {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-5 {
    width: 10px;
    margin-right: 10px;
  }

  .text-block-6, .btn-book-now-txt {
    margin-left: 10px;
    font-size: 14px;
  }

  .masonry-gallery {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .masonry-lightbox {
    padding: 12.5px 25px;
  }

  .text-block-8 {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .grid-2.section-bg-gray {
    grid-template-columns: 1fr;
  }

  .text-block-10 {
    margin-top: 15px;
  }

  .text-block-10.landing-header-title {
    font-size: 28px;
  }

  .text-block-11.landing-info {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .image-6 {
    padding: 15px 0;
  }

  .image-6.tour-head-img {
    padding-bottom: 35px;
  }

  .section-title {
    font-size: 28px;
  }

  .itinerary-header-text {
    font-size: 14px;
  }

  .itinerary-body-text {
    font-size: 12px;
  }

  .div-block-10.half-section-gray {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-14 {
    font-size: 13px;
  }

  .text-block-15 {
    letter-spacing: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

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

#w-node-_883c8422-10e8-80ba-95a4-04aafe0b2f13-96b01962 {
  place-self: stretch stretch;
}

#w-node-ed5db0f4-bc40-a24a-bf48-d1564600e6d8-96b01962 {
  place-self: auto;
}

#w-node-f88ae3f8-ebd3-e07e-b8f0-07fdd2725e91-96b01962 {
  place-self: stretch stretch;
}

#w-node-f88ae3f8-ebd3-e07e-b8f0-07fdd2725e93-96b01962 {
  place-self: auto;
}

#w-node-b39102aa-e857-3e9e-85e1-dc454f7227ab-96b01962 {
  place-self: stretch stretch;
}

#w-node-b39102aa-e857-3e9e-85e1-dc454f7227ad-96b01962 {
  place-self: auto;
}

#w-node-_66cdd595-9393-865e-205d-5730022a9ac9-96b01962 {
  place-self: stretch stretch;
}

#w-node-_66cdd595-9393-865e-205d-5730022a9acb-96b01962 {
  place-self: auto;
}

#w-node-_6c1f8032-5667-b56e-71bd-96871bde9ece-96b01962 {
  place-self: stretch stretch;
}

#w-node-_6c1f8032-5667-b56e-71bd-96871bde9ed0-96b01962 {
  place-self: auto;
}

#w-node-_2969c093-3908-b772-42fe-66d55c73ed08-96b01962 {
  place-self: stretch stretch;
}

#w-node-_2969c093-3908-b772-42fe-66d55c73ed0a-96b01962 {
  place-self: auto;
}

#w-node-_59579a1a-c928-8543-b2a2-637afda3ea02-96b01962 {
  place-self: stretch stretch;
}

#w-node-_59579a1a-c928-8543-b2a2-637afda3ea04-96b01962 {
  place-self: auto;
}

#w-node-_7d987a78-01fd-757e-c764-ac883c6dd358-96b01962 {
  grid-area: span 8 / span 6 / span 8 / span 6;
}

#w-node-_318a20e4-b791-f209-0717-0d0533f223c6-96b01962 {
  grid-area: span 16 / span 6 / span 16 / span 6;
  place-self: stretch stretch;
}

#w-node-_554f4c7f-c20f-01ac-d68f-0a831b92a005-96b01962 {
  grid-area: span 8 / span 7 / span 8 / span 7;
}

#w-node-_5abce283-db4f-b133-02e2-d591e38ee449-96b01962 {
  grid-area: span 8 / span 5 / span 8 / span 5;
}

#w-node-_948d463b-9462-5950-0885-88b9c933a58d-96b01962, #w-node-f01592ed-b328-4eff-65ac-c90a487286b0-96b01962 {
  grid-area: span 8 / span 6 / span 8 / span 6;
}

#w-node-aea33cc9-74e8-2917-8c22-c5790b593e3c-96b01962 {
  grid-area: span 16 / span 6 / span 16 / span 6;
}

#w-node-_13e24a07-6c15-a038-1d51-83988c91a688-96b01962 {
  grid-area: span 8 / span 4 / span 8 / span 4;
}

#w-node-_57fd2c0b-5a0d-31c7-61fc-f4aa069fcaac-96b01962, #w-node-d8db6250-482e-b0fc-40b4-9047a52cb71b-96b01962 {
  grid-area: span 8 / span 7 / span 8 / span 7;
}

#w-node-ed36bd77-63fc-cc96-d8b8-2182e29d14d5-56001104.w-node-_0f7b3a5c-9702-78e2-2811-acb2dfa432dc-96b01962 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_8d34e33c-d7c2-6e77-2756-d34b6162b668-59504f76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d34e33c-d7c2-6e77-2756-d34b6162b669-59504f76 {
  justify-self: center;
}

#w-node-fff0199a-9466-d093-809d-db3b0466401e-d79ee0f6 {
  place-self: center;
}

#w-node-_8945d6e9-eb73-0542-8ac4-f5e71b32c163-d79ee0f6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e8250dbf-5a11-c1df-5d92-eef5ac9855a1-d79ee0f6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: start;
}

#w-node-_339fc495-57e0-68a3-07b1-c27903cf39a8-d79ee0f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_430347a7-ffdb-bbd2-bb2e-29ac9269e24a-d79ee0f6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_7b240b70-124d-d932-6f59-ba5afadbd98a-d79ee0f6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e8680be0-612d-f3ae-d12d-c98150299386-d79ee0f6 {
  place-self: center;
}

#w-node-_1cae4d73-9ddd-afcd-6cdf-edc158c37468-d79ee0f6 {
  grid-area: span 12 / span 11 / span 12 / span 11;
}

#w-node-_1cae4d73-9ddd-afcd-6cdf-edc158c37476-d79ee0f6 {
  grid-area: span 12 / span 13 / span 12 / span 13;
}

#w-node-_1cae4d73-9ddd-afcd-6cdf-edc158c37478-d79ee0f6, #w-node-_1cae4d73-9ddd-afcd-6cdf-edc158c3747a-d79ee0f6 {
  grid-area: span 12 / span 12 / span 12 / span 12;
}

#w-node-_43bcd283-d298-7933-c578-46fed2d5b7a7-d79ee0f6 {
  place-self: stretch stretch;
}

#w-node-fff0199a-9466-d093-809d-db3b0466401e-01bb9026 {
  place-self: center;
}

#w-node-_8945d6e9-eb73-0542-8ac4-f5e71b32c163-01bb9026 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e8250dbf-5a11-c1df-5d92-eef5ac9855a1-01bb9026 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: start;
}

#w-node-_339fc495-57e0-68a3-07b1-c27903cf39a8-01bb9026 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_430347a7-ffdb-bbd2-bb2e-29ac9269e24a-01bb9026 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_7b240b70-124d-d932-6f59-ba5afadbd98a-01bb9026 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e8680be0-612d-f3ae-d12d-c98150299386-01bb9026 {
  place-self: center;
}

#w-node-_49dda232-66bb-8912-ff0a-dc30e6484564-01bb9026, #w-node-_4a2126b8-7563-ab15-1bcd-f0ec6c8ed85c-01bb9026 {
  place-self: stretch stretch;
}

#w-node-_1cae4d73-9ddd-afcd-6cdf-edc158c37468-01bb9026 {
  grid-area: span 5 / span 15 / span 5 / span 15;
}

#w-node-_1cae4d73-9ddd-afcd-6cdf-edc158c37476-01bb9026 {
  grid-area: span 5 / span 9 / span 5 / span 9;
}

#w-node-_1cae4d73-9ddd-afcd-6cdf-edc158c37478-01bb9026 {
  grid-area: span 5 / span 8 / span 5 / span 8;
}

#w-node-_1cae4d73-9ddd-afcd-6cdf-edc158c3747a-01bb9026 {
  grid-area: span 5 / span 16 / span 5 / span 16;
}

#w-node-_24583ee8-fb2c-606e-0adb-5ebedcd7d0e0-01bb9026 {
  grid-area: span 5 / span 14 / span 5 / span 14;
}

#w-node-_7abda71c-ac14-9780-7525-c84559bcf199-01bb9026, #w-node-_81642522-d4d5-2d42-1e68-5dad1793e65b-01bb9026 {
  grid-area: span 5 / span 10 / span 5 / span 10;
}

#w-node-_98636b34-694d-5e9c-9c47-e0c78e2c9ac7-01bb9026 {
  grid-area: span 5 / span 14 / span 5 / span 14;
}

#w-node-f7103ac9-61e9-97e5-27cd-b762fda38784-01bb9026 {
  grid-area: span 5 / span 24 / span 5 / span 24;
}

#w-node-fff0199a-9466-d093-809d-db3b0466401e-d2622868 {
  place-self: center;
}

#w-node-_8945d6e9-eb73-0542-8ac4-f5e71b32c163-d2622868 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e8250dbf-5a11-c1df-5d92-eef5ac9855a1-d2622868 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: start;
}

#w-node-_339fc495-57e0-68a3-07b1-c27903cf39a8-d2622868 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_430347a7-ffdb-bbd2-bb2e-29ac9269e24a-d2622868 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_7b240b70-124d-d932-6f59-ba5afadbd98a-d2622868 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e8680be0-612d-f3ae-d12d-c98150299386-d2622868 {
  place-self: center;
}

#w-node-_1cae4d73-9ddd-afcd-6cdf-edc158c37468-d2622868 {
  grid-area: span 12 / span 7 / span 12 / span 7;
}

#w-node-_1cae4d73-9ddd-afcd-6cdf-edc158c37476-d2622868 {
  grid-area: span 12 / span 17 / span 12 / span 17;
}

#w-node-_1cae4d73-9ddd-afcd-6cdf-edc158c37478-d2622868 {
  grid-area: span 12 / span 15 / span 12 / span 15;
}

#w-node-_1cae4d73-9ddd-afcd-6cdf-edc158c3747a-d2622868 {
  grid-area: span 12 / span 9 / span 12 / span 9;
}

#w-node-fff0199a-9466-d093-809d-db3b0466401e-80665252 {
  place-self: center;
}

#w-node-_8945d6e9-eb73-0542-8ac4-f5e71b32c163-80665252 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e8250dbf-5a11-c1df-5d92-eef5ac9855a1-80665252 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: start;
}

#w-node-_339fc495-57e0-68a3-07b1-c27903cf39a8-80665252 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_430347a7-ffdb-bbd2-bb2e-29ac9269e24a-80665252 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_7b240b70-124d-d932-6f59-ba5afadbd98a-80665252 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e8680be0-612d-f3ae-d12d-c98150299386-80665252 {
  place-self: center;
}

#w-node-_1cae4d73-9ddd-afcd-6cdf-edc158c37468-80665252, #w-node-_1cae4d73-9ddd-afcd-6cdf-edc158c37476-80665252, #w-node-_1cae4d73-9ddd-afcd-6cdf-edc158c37478-80665252, #w-node-_1cae4d73-9ddd-afcd-6cdf-edc158c3747a-80665252 {
  grid-area: span 12 / span 12 / span 12 / span 12;
}

#w-node-_6508b4bb-b904-6e09-dc9f-a9462e8ca183-80665252 {
  grid-area: span 12 / span 24 / span 12 / span 24;
}

@media screen and (max-width: 991px) {
  #w-node-ed36bd77-63fc-cc96-d8b8-2182e29d14d5-56001104.w-node-_0f7b3a5c-9702-78e2-2811-acb2dfa432dc-96b01962 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8945d6e9-eb73-0542-8ac4-f5e71b32c163-d79ee0f6 {
    grid-row: span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-_430347a7-ffdb-bbd2-bb2e-29ac9269e24a-d79ee0f6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8945d6e9-eb73-0542-8ac4-f5e71b32c163-01bb9026 {
    grid-row: span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-_430347a7-ffdb-bbd2-bb2e-29ac9269e24a-01bb9026 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8945d6e9-eb73-0542-8ac4-f5e71b32c163-d2622868 {
    grid-row: span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-_430347a7-ffdb-bbd2-bb2e-29ac9269e24a-d2622868 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8945d6e9-eb73-0542-8ac4-f5e71b32c163-80665252 {
    grid-row: span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-_430347a7-ffdb-bbd2-bb2e-29ac9269e24a-80665252 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7d987a78-01fd-757e-c764-ac883c6dd358-96b01962 {
    grid-area: span 8 / span 12 / span 8 / span 12;
  }

  #w-node-_318a20e4-b791-f209-0717-0d0533f223c6-96b01962 {
    grid-column: span 12 / span 12;
  }

  #w-node-_554f4c7f-c20f-01ac-d68f-0a831b92a005-96b01962, #w-node-_5abce283-db4f-b133-02e2-d591e38ee449-96b01962, #w-node-_948d463b-9462-5950-0885-88b9c933a58d-96b01962 {
    grid-area: span 8 / span 12 / span 8 / span 12;
  }

  #w-node-f01592ed-b328-4eff-65ac-c90a487286b0-96b01962 {
    grid-area: span 7 / span 12 / span 7 / span 12;
  }

  #w-node-aea33cc9-74e8-2917-8c22-c5790b593e3c-96b01962 {
    grid-area: span 16 / span 12 / span 16 / span 12;
  }

  #w-node-_13e24a07-6c15-a038-1d51-83988c91a688-96b01962 {
    grid-area: span 12 / span 12 / span 12 / span 12;
  }

  #w-node-_57fd2c0b-5a0d-31c7-61fc-f4aa069fcaac-96b01962 {
    grid-area: span 11 / span 12 / span 11 / span 12;
  }

  #w-node-d8db6250-482e-b0fc-40b4-9047a52cb71b-96b01962, #w-node-_1cae4d73-9ddd-afcd-6cdf-edc158c37468-d79ee0f6 {
    grid-area: span 8 / span 12 / span 8 / span 12;
  }

  #w-node-_1cae4d73-9ddd-afcd-6cdf-edc158c37476-d79ee0f6 {
    grid-area: span 12 / span 12 / span 12 / span 12;
  }

  #w-node-_1cae4d73-9ddd-afcd-6cdf-edc158c37478-d79ee0f6 {
    grid-area: span 11 / span 12 / span 11 / span 12;
  }

  #w-node-_1cae4d73-9ddd-afcd-6cdf-edc158c3747a-d79ee0f6 {
    grid-area: span 8 / span 12 / span 8 / span 12;
  }

  #w-node-_4a2126b8-7563-ab15-1bcd-f0ec6c8ed85c-01bb9026 {
    justify-self: stretch;
  }

  #w-node-_1cae4d73-9ddd-afcd-6cdf-edc158c37468-01bb9026 {
    grid-area: span 8 / span 12 / span 8 / span 12;
  }

  #w-node-_1cae4d73-9ddd-afcd-6cdf-edc158c37476-01bb9026 {
    grid-area: span 12 / span 12 / span 12 / span 12;
  }

  #w-node-_1cae4d73-9ddd-afcd-6cdf-edc158c37478-01bb9026 {
    grid-area: span 11 / span 12 / span 11 / span 12;
  }

  #w-node-_1cae4d73-9ddd-afcd-6cdf-edc158c3747a-01bb9026, #w-node-_24583ee8-fb2c-606e-0adb-5ebedcd7d0e0-01bb9026, #w-node-_7abda71c-ac14-9780-7525-c84559bcf199-01bb9026, #w-node-_81642522-d4d5-2d42-1e68-5dad1793e65b-01bb9026, #w-node-_98636b34-694d-5e9c-9c47-e0c78e2c9ac7-01bb9026, #w-node-_1cae4d73-9ddd-afcd-6cdf-edc158c37468-d2622868 {
    grid-area: span 8 / span 12 / span 8 / span 12;
  }

  #w-node-_1cae4d73-9ddd-afcd-6cdf-edc158c37476-d2622868 {
    grid-area: span 12 / span 12 / span 12 / span 12;
  }

  #w-node-_1cae4d73-9ddd-afcd-6cdf-edc158c37478-d2622868 {
    grid-area: span 11 / span 12 / span 11 / span 12;
  }

  #w-node-_1cae4d73-9ddd-afcd-6cdf-edc158c3747a-d2622868, #w-node-_1cae4d73-9ddd-afcd-6cdf-edc158c37468-80665252 {
    grid-area: span 8 / span 12 / span 8 / span 12;
  }

  #w-node-_1cae4d73-9ddd-afcd-6cdf-edc158c37476-80665252 {
    grid-area: span 12 / span 12 / span 12 / span 12;
  }

  #w-node-_1cae4d73-9ddd-afcd-6cdf-edc158c37478-80665252 {
    grid-area: span 11 / span 12 / span 11 / span 12;
  }

  #w-node-_1cae4d73-9ddd-afcd-6cdf-edc158c3747a-80665252, #w-node-_6508b4bb-b904-6e09-dc9f-a9462e8ca183-80665252 {
    grid-area: span 8 / span 12 / span 8 / span 12;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cad6d61c-41c2-ca5c-ca82-a757110b34ca-d79ee0f6, #w-node-_9b80b0a4-a57e-fb5f-2688-8a6be2f96a90-d79ee0f6, #w-node-cad6d61c-41c2-ca5c-ca82-a757110b34ca-01bb9026, #w-node-_9b80b0a4-a57e-fb5f-2688-8a6be2f96a90-01bb9026, #w-node-cad6d61c-41c2-ca5c-ca82-a757110b34ca-d2622868, #w-node-_9b80b0a4-a57e-fb5f-2688-8a6be2f96a90-d2622868, #w-node-cad6d61c-41c2-ca5c-ca82-a757110b34ca-80665252, #w-node-_9b80b0a4-a57e-fb5f-2688-8a6be2f96a90-80665252 {
    place-self: center;
  }
}

#w-node-_6508b4bb-b904-6e09-dc9f-a9462e8ca183-80665252 {
  grid-area: span 12 / span 24 / span 12 / span 24;
}

#w-node-_new-img-3320-80665252 {
  grid-area: span 12 / span 12 / span 12 / span 12;
}

#w-node-_new-img-3321-80665252 {
  grid-area: span 12 / span 12 / span 12 / span 12;
}

#w-node-_new-img-3322jpeg-80665252 {
  grid-area: span 12 / span 12 / span 12 / span 12;
}

#w-node-_new-img-3325-80665252 {
  grid-area: span 12 / span 12 / span 12 / span 12;
}

#w-node-_new-img-3330-80665252 {
  grid-area: span 20 / span 12 / span 20 / span 12;
}

#w-node-_new-img-3337-80665252 {
  grid-area: span 12 / span 12 / span 12 / span 12;
}

#w-node-_new-img-3343-80665252 {
  grid-area: span 12 / span 12 / span 12 / span 12;
}

@media screen and (max-width: 767px) {
  #w-node-_new-img-3320-80665252, #w-node-_new-img-3321-80665252, #w-node-_new-img-3322jpeg-80665252, #w-node-_new-img-3325-80665252, #w-node-_new-img-3330-80665252, #w-node-_new-img-3337-80665252, #w-node-_new-img-3343-80665252 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

#w-node-_new-nagpatong-3357-d2622868 {
  grid-area: span 12 / span 12 / span 12 / span 12;
}

#w-node-_new-nagpatong-3368-d2622868 {
  grid-area: span 12 / span 12 / span 12 / span 12;
}

#w-node-_new-nagpatong-3360-d2622868 {
  grid-area: span 24 / span 12 / span 24 / span 12;
}

#w-node-_new-nagpatong-3364-d2622868 {
  grid-area: span 24 / span 12 / span 24 / span 12;
}

#w-node-_new-nagpatong-3355-d2622868 {
  grid-area: span 12 / span 12 / span 12 / span 12;
}

#w-node-_new-nagpatong-3374-d2622868 {
  grid-area: span 12 / span 12 / span 12 / span 12;
}

#w-node-_new-nagpatong-3371-d2622868 {
  grid-area: span 24 / span 12 / span 24 / span 12;
}

#w-node-_new-nagpatong-3373-d2622868 {
  grid-area: span 24 / span 12 / span 24 / span 12;
}

@media screen and (max-width: 767px) {
  #w-node-_new-nagpatong-3357-d2622868, #w-node-_new-nagpatong-3368-d2622868, #w-node-_new-nagpatong-3360-d2622868, #w-node-_new-nagpatong-3364-d2622868, #w-node-_new-nagpatong-3355-d2622868, #w-node-_new-nagpatong-3374-d2622868, #w-node-_new-nagpatong-3371-d2622868, #w-node-_new-nagpatong-3373-d2622868 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


