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

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  background-color: rgb(0, 0, 0);
}

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

a {
  display: block;
  margin-bottom: 15px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

img {
  display: block;
  padding-right: 0px;
}

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

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

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

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

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

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

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

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

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

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

.paragraph-tiny {
  margin-top: 14px;
  margin-left: auto;
  padding-left: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

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

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

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

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

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

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

.button.cc-contact-us {
  position: relative;
  z-index: 5;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 40px;
  background-color: transparent;
}

.button.cc-contact-us:hover {
  border-color: #efa139;
  color: #f4a63c;
}

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

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

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

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

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

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

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

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

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

.paragraph-light {
  opacity: 0.6;
}

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

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

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

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

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

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

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

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

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  position: static;
  display: block;
  overflow: auto;
  padding: 30px 50px;
  clear: both;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
  color: #f9ba4a;
}

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

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

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #f9ba4a;
}

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

.logo-image {
  display: block;
  font-weight: 400;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

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

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

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

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

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.contact-form-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2.5fr 80px 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.get-in-touch-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

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

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

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

.our-contacts {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-areas: ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

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

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

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

.team-members {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto 30px auto;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-member-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.projects-grid {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "."
    "."
    ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 30px auto 30px auto;
  grid-template-rows: auto auto auto;
}

.project-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

.project-details-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-pics {
  margin-bottom: 120px;
}

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

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

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

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

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

.blog-item {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

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

.collection-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

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

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

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

.collection-list-wrapper {
  margin-bottom: 120px;
}

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

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

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

.section-2 {
  background-image: -webkit-gradient(linear, left top, right top, from(#8b5233), to(#bc865e));
  background-image: linear-gradient(90deg, #8b5233, #bc865e);
}

.image {
  position: relative;
  z-index: auto;
  float: right;
}

.heading {
  position: relative;
  left: 159px;
  top: 73px;
  margin-left: 10px;
  color: #fff;
}

.text-block {
  color: #fff;
}

.text-block-2 {
  position: relative;
  top: 48px;
  font-family: Montserrat, sans-serif;
  color: #8b5233;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}

.footer {
  position: relative;
  top: 121px;
  display: block;
  margin-top: 29px;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  text-align: center;
}

.footer-image {
  position: relative;
  left: 79px;
  top: -6px;
  width: 100%;
  height: 100%;
  margin-top: 50px;
  margin-left: 22px;
  float: none;
  clear: none;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 50px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

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

.contact-form-2 {
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: transparent;
  color: transparent;
}

.contact-form-grid-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-2 {
  font-family: Poppins, sans-serif;
  color: #fff;
  text-align: center;
}

.submit-button {
  position: relative;
  top: 29px;
  padding-right: 26px;
  padding-left: 26px;
  float: right;
  clear: none;
  border-radius: 9px;
  background-color: #f6a641;
  font-family: Poppins, sans-serif;
  text-align: center;
}

.paragraph {
  margin-top: 22px;
  font-family: Poppins, sans-serif;
  color: #fff;
  text-align: center;
}

.italic-text {
  display: none;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.field-label {
  font-family: Poppins, sans-serif;
  color: #fff;
}

.field-label-2 {
  font-family: Poppins, sans-serif;
  color: #fff;
}

.field-label-3 {
  font-family: Poppins, sans-serif;
  color: #fff;
}

.field-label-4 {
  font-family: Poppins, sans-serif;
  color: #fff;
}

.field-label-5 {
  font-family: Poppins, sans-serif;
  color: #fff;
}

.container-2 {
  margin-top: 51px;
  padding-left: 32px;
  border-radius: 20px;
  background-color: #8b5233;
  background-image: -webkit-gradient(linear, left top, right top, from(#8b5233), to(#bc865e));
  background-image: linear-gradient(90deg, #8b5233, #bc865e);
}

.text-block-3 {
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding-left: 0px;
  color: #fff;
  font-size: 16px;
}

.heading-3 {
  margin: 41px 20px -6px;
  padding-left: 0px;
  color: #fff;
}

.image-2 {
  position: relative;
  right: 41px;
  bottom: 200px;
  margin-top: 49px;
  float: right;
}

.paragraph-2 {
  margin: 57px 20px -117px;
}

.container-3 {
  max-height: 300px;
  max-width: 300px;
  margin-top: 108px;
  margin-bottom: -10px;
  padding-top: 11px;
  padding-bottom: 250px;
  border-radius: 20px;
  background-color: #8b5233;
  background-image: -webkit-gradient(linear, left top, right top, from(#8b5233), to(#bc865e));
  background-image: linear-gradient(90deg, #8b5233, #bc865e);
}

.image-3 {
  margin-top: -250px;
  margin-bottom: -76px;
  margin-left: 178px;
}

.text-block-4 {
  margin-top: 22px;
  margin-left: 16px;
  color: #fff;
  font-size: 20px;
}

.text-block-5 {
  margin-left: 44px;
  color: #fff;
}

.text-block-6 {
  margin-left: 57px;
  color: #fff;
  font-size: 18px;
}

.text-block-7 {
  margin-top: 29px;
  margin-left: 19px;
  color: #fff;
  font-size: 13px;
}

.text-block-8 {
  margin-left: 19px;
  color: #fff;
  font-size: 13px;
}

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

.button-3 {
  margin-top: 22px;
  margin-left: 98px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
  background-color: transparent;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 260px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-template-areas: "Area Area-2";
}

.text-block-9 {
  margin-top: 148px;
  color: #8b5233;
  font-size: 31px;
  font-weight: 300;
  text-align: center;
}

.container-4 {
  border-radius: 20px;
  background-color: #977878;
}

.section-3 {
  background-color: transparent;
}

.image-4 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.body {
  display: block;
  overflow: auto;
  max-width: none;
  margin-left: 7px;
  clear: both;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  background-image: url('../images/Group-66.svg');
  background-position: 0px 0px;
  background-size: cover;
  font-weight: 500;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-5 {
  display: block;
  max-height: 1200px;
  max-width: 1200px;
  margin-top: -50px;
  padding-left: 0px;
  clear: both;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-image: url('../images/Background-3.svg');
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 1px 1px 3px 0 #000;
  background-clip: content-box;
}

.text-block-10 {
  padding-left: 10px;
  float: left;
  clear: none;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-align: left;
}

.main-button {
  margin: 15px 79px 15px 10px;
  border-radius: 10px;
  background-color: #955f3d;
  box-shadow: 1px 1px 3px 0 #000;
}

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

.btn-trs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 4px 0px 7px;
  padding: 10px 0px 10px 13px;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border-radius: 10px;
  background-color: #f6a641;
  box-shadow: 1px 1px 3px 0 #000;
  text-decoration: none;
}

.btn-trs:hover {
  background-color: #ffbf6e;
}

.button-6 {
  margin-top: 15px;
  margin-right: 16px;
  padding-right: 10px;
  float: right;
  border-radius: 10px;
  background-color: #9e6b46;
  box-shadow: 1px 1px 3px 0 #000;
}

.bg-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 1200px;
  max-width: 1200px;
  margin-left: 16px;
  float: none;
  clear: both;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.column {
  margin-top: 1px;
}

.image-5 {
  margin-top: -242px;
  margin-left: 0px;
}

.image-6 {
  margin-left: 2px;
}

.button-7 {
  margin-top: 32px;
  margin-left: 99px;
  padding-top: 10px;
  border-radius: 10px;
  background-color: #9c6843;
  box-shadow: 1px 1px 3px 0 #000;
  color: #fff;
}

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

.button-8 {
  margin-top: 17px;
  margin-bottom: 15px;
  margin-left: 86px;
  border-radius: 10px;
  background-color: #9d6944;
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block {
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: -13px;
  padding-bottom: 24px;
  border-radius: 15px;
  background-color: #505050;
  box-shadow: 1px 1px 3px 0 #000;
}

.column-2 {
  margin-top: 20px;
}

.button-9 {
  position: relative;
  margin-top: 16px;
  margin-left: 102px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 10px;
  background-color: #98633f;
  box-shadow: 1px 1px 3px 0 #000;
  color: #fff;
}

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

.div-block-2 {
  position: static;
  margin-top: 25px;
  margin-left: 10px;
  border-radius: 15px;
  background-color: #505050;
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block-3 {
  margin-top: 15px;
  margin-bottom: 30px;
  margin-left: 10px;
  border-radius: 15px;
  background-color: #505050;
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 23px;
  margin-right: 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-3 {
  left: 10px;
  border-radius: 15px;
  background-color: #505050;
  box-shadow: 1px 1px 3px 0 #000;
}

.column-4 {
  position: relative;
  left: 30px;
  padding-left: 0px;
  border-radius: 15px;
  background-color: #505050;
  box-shadow: 1px 1px 3px 0 #000;
}

.text-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 3px 0px 7px;
  padding-top: 15px;
  padding-left: 20px;
  direction: ltr;
  font-family: Poppins, sans-serif;
  color: #f6a641;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}

.text-block-12 {
  margin: 0px 20px 7px;
  padding-top: 0px;
  padding-left: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  color: #fff;
  font-weight: 500;
  text-align: left;
}

.columns {
  margin-top: 15px;
}

.heading-4 {
  margin-top: -66px;
  margin-left: 490px;
  font-size: 25px;
  font-weight: 500;
}

.image-7 {
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 10px;
  float: right;
  clear: none;
}

.text-span {
  margin-left: 156px;
  text-align: right;
}

.image-8 {
  position: relative;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  float: right;
  clear: right;
}

.main {
  margin: 15px 79px 15px 10px;
  border-radius: 10px;
  background-color: #955f3d;
  box-shadow: 1px 1px 3px 0 #000;
}

.main:hover {
  background-color: #a6754f;
  color: #fff;
}

.text-block-13 {
  margin: 0px;
  padding-top: 0px;
  padding-right: 11px;
  font-family: Poppins, sans-serif;
  color: #fff;
  text-decoration: none;
}

.image-9 {
  margin-top: 0px;
  margin-right: 19px;
  margin-left: 10px;
}

.text-block-14 {
  padding-right: 10px;
  color: #fff;
  text-align: center;
}

.image-10 {
  background-color: #775252;
}

.image-11 {
  margin-right: 10px;
  margin-left: 0px;
}

.text-block-15 {
  padding-right: 7px;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.image-12 {
  margin-right: 10px;
}

.image-13 {
  margin-right: 10px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.buttonv3-copy {
  position: static;
  left: -54%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 17px 630px 7px 0px;
  padding: 10px 0px 10px 20px;
  float: right;
  clear: left;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-color: #9b6642;
  box-shadow: 1px 1px 3px 0 #000;
  text-decoration: none;
}

.buttonv3-copy:hover {
  background-color: #b28562;
}

.text-block-12-copy {
  margin-right: 20px;
  margin-left: 20px;
  padding-left: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  font-family: Poppins, sans-serif;
  color: #8a8a8a;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.heading-5 {
  font-size: 24px;
}

.heading-6 {
  margin-right: 73px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 24px;
}

.text-block-16 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  clear: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  color: #95969b;
}

.div-block-6 {
  position: relative;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.text-span-copy {
  margin-left: 0px;
  float: right;
  color: #a7a7a7;
  text-align: right;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block-17 {
  font-size: 22px;
  font-weight: 600;
}

.text-block-18 {
  font-size: 22px;
  font-weight: 600;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-5-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 13px;
  margin-left: 17px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-7 {
  position: relative;
  top: 89px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -60px 550px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #000;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.text-block-19 {
  margin-top: 1px;
  margin-right: 20px;
  margin-left: 20px;
  color: #fff;
}

.text-block-20 {
  margin-right: 20px;
  margin-left: 20px;
  color: #fff;
}

.text-block-21 {
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  color: #fff;
}

.div-block-9 {
  height: 3px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 12px;
  background-color: #262626;
}

.div-block-10 {
  height: 3px;
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: #262626;
}

.div-block-11 {
  height: 3px;
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: #262626;
}

.div-block-12 {
  height: 3px;
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: #262626;
}

.div-block-13 {
  height: 4px;
  margin: 5px 150px 5px 18px;
  border-radius: 20px;
  background-color: #f6a641;
}

.div-block-14 {
  height: 4px;
  margin: 5px 150px 5px 18px;
  border-radius: 20px;
  background-color: #9b6642;
}

.div-block-15 {
  height: 2px;
  background-color: #262626;
}

.div-block-16 {
  height: 1px;
  background-color: #262626;
}

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

.infos-launchpad {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-family: Poppins, sans-serif;
  color: #afafaf;
  font-size: 12px;
  text-align: left;
  text-transform: none;
}

.div-block-17 {
  height: 3px;
  background-color: #262626;
}

.text-block-23 {
  margin-right: 10px;
  padding-top: 0px;
  padding-left: 8px;
  font-family: Poppins, sans-serif;
  color: #fff;
  text-align: left;
}

.poe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 12px 0px 0px;
  padding: 0px 20px;
  float: right;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border-radius: 10px;
  background-color: #f6a641;
  box-shadow: 1px 1px 3px 0 #000;
  text-decoration: none;
}

.poe:hover {
  background-color: #ffbf6e;
}

.image-14 {
  width: 28px;
  height: 28px;
  margin-top: 9px;
  margin-right: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.text-block-24 {
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 16px;
  font-family: Poppins, sans-serif;
  color: #fff;
  text-align: center;
}

.text-block-25 {
  margin-right: 16px;
  padding-right: 0px;
  padding-left: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.div-block-18 {
  margin-left: auto;
}

.btn-trs-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 17px 10px 7px 0px;
  padding: 10px 0px 10px 20px;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border-radius: 10px;
  background-color: #9b6642;
  box-shadow: 1px 1px 3px 0 #000;
  text-decoration: none;
}

.btn-trs-copy:hover {
  background-color: #b28562;
}

.text-block-12-copy {
  margin: 0px 20px 7px;
  padding-top: 0px;
  padding-left: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  color: #000;
  font-weight: 300;
  text-align: left;
}

.text-block-12-copy-copy {
  margin-right: 20px;
  margin-left: 20px;
  padding-left: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  font-family: Poppins, sans-serif;
  color: #8a8a8a;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.text-block-12-copy-copy {
  margin-right: 20px;
  margin-left: 20px;
  padding-left: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  font-family: Poppins, sans-serif;
  color: #8a8a8a;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.text-block-12-copy {
  margin: 0px 20px 7px;
  padding-top: 0px;
  padding-left: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  color: #000;
  font-weight: 300;
  text-align: left;
}

.text-block-12-copy-copy {
  margin: 0px 20px 7px;
  padding-top: 0px;
  padding-left: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  color: #000;
  font-weight: 300;
  text-align: left;
}

.text-block-12-copy-copy-copy {
  margin-right: 20px;
  margin-left: 20px;
  padding-left: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  font-family: Poppins, sans-serif;
  color: #8a8a8a;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.text-block-12-copy-copy-copy {
  margin-right: 20px;
  margin-left: 20px;
  padding-left: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  font-family: Poppins, sans-serif;
  color: #8a8a8a;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.btn-trs-copy {
  display: none;
  margin: 17px 10px 7px 0px;
  padding: 10px 0px 10px 10px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 10px;
  background-color: #9b6642;
  box-shadow: 1px 1px 3px 0 #000;
  text-decoration: none;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.btn-trs-copy:hover {
  background-color: #b28562;
}

.btn-trs-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 17px 10px 7px 0px;
  padding: 10px 0px 10px 20px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border-radius: 10px;
  background-color: #f6a641;
  box-shadow: 1px 1px 3px 0 #000;
  text-decoration: none;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.btn-trs-copy-copy:hover {
  background-color: #ffbf6e;
}

.buttonv3-copy-copy {
  position: static;
  left: -54%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 17px 630px 7px 0px;
  padding: 10px 0px 10px 20px;
  float: right;
  clear: left;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-color: #9b6642;
  box-shadow: 1px 1px 3px 0 #000;
  text-decoration: none;
}

.buttonv3-copy-copy:hover {
  background-color: #b28562;
}

.text-block-26 {
  position: relative;
  bottom: 13px;
  margin: 65px 653px -75px 690px;
  padding-top: 0px;
  color: #000;
  font-size: 20px;
  text-align: center;
}

.column-6 {
  position: relative;
  left: 10px;
  right: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.buttonv3-copy-copy-copy {
  position: static;
  left: -54%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 17px 600px 7px 0px;
  padding: 10px 0px 10px 20px;
  float: right;
  clear: left;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-color: #9b6642;
  box-shadow: 1px 1px 3px 0 #000;
  text-decoration: none;
}

.buttonv3-copy-copy-copy:hover {
  background-color: #b28562;
}

.text-block-12-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 20px 59px;
  padding-top: 0px;
  padding-left: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  color: #fff;
  font-style: normal;
  font-weight: 300;
  text-align: left;
}

.text-block-12-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  margin: 0px 20px 38px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  color: #fff;
  font-weight: 300;
  text-align: left;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-block-12-copy-copy-copy {
  margin: 1px 20px 9px;
  padding-top: 0px;
  padding-left: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  color: #000;
  font-weight: 300;
  text-align: left;
}

.text-block-12-copy-copy-copy-copy {
  margin-right: 20px;
  margin-left: 20px;
  padding-left: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.text-block-12-copy-copy-copy-copy {
  margin-right: 20px;
  margin-left: 20px;
  padding-left: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  font-family: Poppins, sans-serif;
  color: #8a8a8a;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.button-10 {
  position: static;
  left: 220px;
  right: auto;
  bottom: 3px;
  max-height: 24px;
  max-width: 24px;
  min-height: 30px;
  min-width: 30px;
  margin-top: 13px;
  margin-right: 20px;
  margin-bottom: 19px;
  float: right;
  clear: left;
  background-color: transparent;
  background-image: url('../images/Frame.svg');
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.div-block-19 {
  margin-right: auto;
  margin-left: -6px;
}

.footer-2 {
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-logo-link-2 {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link-2 {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.div-block-20 {
  color: #fff;
}

.div-block-23 {
  margin-top: 164px;
  margin-left: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.image-17 {
  background-color: transparent;
}

.image-18 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.buttonv3-copy-copy-copy-copy {
  position: static;
  left: -54%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 17px auto 7px;
  padding: 10px 0px 10px 20px;
  float: right;
  clear: left;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-color: #f6a641;
  box-shadow: 1px 1px 3px 0 #000;
  text-decoration: none;
}

.buttonv3-copy-copy-copy-copy:hover {
  background-color: #ffbf6e;
}

.poe-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 17px 0px 7px;
  padding: 0px 20px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border-radius: 10px;
  background-color: #f6a641;
  box-shadow: 1px 1px 3px 0 #000;
  text-decoration: none;
}

.poe-copy:hover {
  background-color: #ffbf6e;
}

.text-block-23-copy {
  display: block;
  margin-right: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 8px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.image-14-copy {
  width: 35px;
  margin-right: 0px;
  margin-left: -3px;
  padding-right: 0px;
}

.section-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.body-2 {
  background-image: url('../images/Group-69.svg');
  background-position: 0px 0px;
  background-size: auto;
  font-family: Poppins, sans-serif;
}

.section-5 {
  display: block;
  margin-top: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-6 {
  margin-top: -2px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.image-19 {
  margin-right: 2.5px;
  margin-left: 5px;
}

.image-20 {
  margin-right: 2.5px;
  margin-left: 2.5px;
}

.image-21 {
  margin-right: 2.5px;
  margin-left: 2.5px;
}

.image-22 {
  margin-right: 2.5px;
  margin-left: 2.5px;
}

.image-23 {
  margin-right: 2.5px;
  margin-left: 2.5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-27 {
  margin-top: 5px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
}

.text-block-28 {
  margin-top: 180px;
  margin-bottom: 20px;
  margin-left: 150px;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
}

.div-block-25 {
  position: fixed;
  z-index: 3;
  display: none;
  width: 100vw;
  height: 100vh;
  margin-right: 0px;
  margin-left: -6px;
  background-color: rgba(0, 0, 0, 0.84);
}

.div-block-26 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 1140px;
  height: 240px;
  margin: auto;
  border-radius: 20px;
  background-color: #2b2b2b;
}

.image-24 {
  border-radius: 20px;
  background-color: #000;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 0px;
}

.div-block-27 {
  width: 1200px;
  height: 50px;
  padding-top: 5px;
}

.div-block-28 {
  width: 300px;
  height: 50px;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 50px;
  margin-right: 18px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left;
}

.image-25 {
  position: relative;
  margin-top: 17px;
  margin-left: 0px;
}

.text-block-29 {
  margin-top: 12px;
  margin-left: 24px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 23px;
}

.text-block-30 {
  margin-top: 13px;
  font-family: Poppins, sans-serif;
  color: #a0a0a0;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: 8px;
  margin-left: -14px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.div-block-29 {
  height: 40px;
  margin-left: 0px;
}

.text-block-31 {
  position: relative;
  margin-right: 129px;
  color: #a0a0a0;
}

.text-block-32 {
  position: relative;
  margin-left: -78px;
  color: #a0a0a0;
}

.text-block-33 {
  position: relative;
  margin-left: -8px;
  color: #a0a0a0;
}

.text-block-34 {
  position: relative;
  margin-left: 30px;
  color: #a0a0a0;
}

.section-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
}

.text-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-30 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.button-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
  margin-bottom: 26px;
  margin-left: 19px;
  padding: 0px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f6a641;
  box-shadow: 1px 1px 3px 0 #000;
  color: #fff;
}

.button-12:hover {
  text-decoration: none;
}

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-31 {
  display: block;
  width: 280px;
  height: 50px;
  margin-top: 28px;
  margin-right: 20px;
  margin-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 10px;
  background-color: #797979;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 50px;
  margin-top: 28px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 10px;
  background-color: #797979;
}

.div-block-33 {
  width: 220px;
  height: 50px;
  margin-top: 28px;
  margin-right: 20px;
  margin-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 10px;
  background-color: #797979;
}

.image-26 {
  width: 37px;
}

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

.image-27 {
  display: none;
}

.text-block-37 {
  display: none;
}

.div-block-35 {
  display: none;
}

.image-29 {
  display: none;
}

.section-10 {
  display: none;
}

.section-11 {
  display: none;
}

.text-block-40 {
  display: none;
}

.div-block-36 {
  display: none;
}

.button-13 {
  display: none;
}

.div-block-38 {
  display: none;
}

.text-field-2 {
  width: 270px;
  margin-top: 24px;
  margin-left: -1px;
  border: 1px none transparent;
  background-color: #797979;
  color: #fff;
}

.text-field-3 {
  width: 210px;
  margin-top: 5px;
  margin-left: 5px;
  border: 1px none transparent;
  background-color: #797979;
  color: #fff;
}

.div-block-40 {
  height: 45px;
  margin-top: 2px;
  padding-right: 12px;
  padding-left: 12px;
}

.text-block-48 {
  height: 45px;
  margin-top: 0px;
  padding-top: 10px;
  padding-right: 12px;
  padding-left: 12px;
  color: #fff;
}

.text-block-50 {
  display: none;
}

.text-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 55px;
  margin-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #f6a641;
  font-weight: 600;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -53px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-44 {
  width: 202px;
  height: 90px;
  margin-top: 5px;
  color: #fff;
}

.div-block-45 {
  width: 165px;
  height: 90px;
  margin-top: 5px;
  color: #fff;
}

.div-block-46 {
  width: 190px;
  height: 90px;
  margin-top: 5px;
  color: #fff;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 90px;
  margin-top: -11px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  color: #fff;
}

.div-block-48 {
  height: 2px;
  margin-right: 55px;
  margin-left: 20px;
  background-color: #f6a641;
}

.text-block-54 {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 20px;
  font-family: Poppins, sans-serif;
}

.text-block-55 {
  margin-top: 5px;
  margin-left: 20px;
  color: #95969b;
  font-size: 18px;
}

.text-block-56 {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
  font-family: Poppins, sans-serif;
}

.div-block-49 {
  height: 2px;
  margin-right: 62px;
  background-color: #f6a641;
}

.text-block-57 {
  color: #97989d;
  font-size: 20px;
}

.text-block-58 {
  margin-top: 5px;
  color: #95969b;
  font-size: 18px;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: -42px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f6a641;
  box-shadow: 1px 1px 3px 0 #000;
}

.text-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-block-60 {
  font-family: Poppins, sans-serif;
  color: #fff;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -17px;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-right: 17px;
  margin-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
  height: 6px;
  margin-top: -7px;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f6a641;
}

.div-block-54 {
  margin: 23px auto 15px -42px;
  padding-top: 0px;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 60px;
  margin-top: 18px;
  margin-bottom: 15px;
  margin-left: -2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 10px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #e1e1e1;
}

.text-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7c7c7c;
  font-size: 14px;
}

.button-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button-16 {
  width: 100%;
  margin-top: 10px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 10px;
  background-color: #f6a641;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Poppins, sans-serif;
  color: #fff;
  text-align: center;
}

.image-31 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

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

.image-32 {
  position: static;
  margin-top: -159px;
}

.body-3 {
  background-image: url('../images/Group-79-4.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-clip: content-box;
}

.text-block-63 {
  margin-top: 15px;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.div-block-56 {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 150px;
  text-align: center;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-58 {
  position: relative;
  display: block;
  width: 380px;
  height: 420px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none transparent;
  border-radius: 10px;
  background-color: #f7fafe;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 30px;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-17 {
  width: 335px;
  height: 41px;
  padding-top: 10px;
  border-radius: 20px;
  background-color: #f7fafe;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Poppins, sans-serif;
  color: #935d3b;
  font-weight: 500;
  text-align: center;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  height: 270px;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 40px;
  background-color: #96603e;
  background-image: linear-gradient(86deg, #000, #8c5334, #b0815b);
}

.text-block-64 {
  padding: 25px 40px 20px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.text-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-bottom: 25px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-transform: none;
}

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

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-66 {
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: 30px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  text-align: left;
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-67 {
  margin-left: 30px;
  padding-right: 5px;
  font-family: Poppins, sans-serif;
  color: #a5a5a5;
  font-size: 12px;
}

.text-block-68 {
  padding-left: 5px;
  font-family: Poppins, sans-serif;
  color: #a5a5a5;
  font-size: 12px;
}

.image-33 {
  padding-right: 3px;
  padding-left: 2px;
}

.link-block-5 {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-34 {
  margin-top: 30px;
  margin-right: 30px;
}

.div-block-65 {
  height: 1px;
  margin-top: 20px;
  background-color: #a5a5a5;
  color: #a5a5a5;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  height: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f2f2f2;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 335px;
  height: 78px;
  margin-top: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
  background-color: #f2f2f2;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 335px;
  height: 78px;
  margin-bottom: 22px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
  background-color: #f2f2f2;
}

.button-18 {
  width: 335px;
  height: 41px;
  margin-top: 10px;
  border-radius: 20px;
  background-color: #97623f;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.div-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-69 {
  margin-top: 13px;
  margin-left: 13px;
  font-family: Poppins, sans-serif;
  text-align: left;
}

.text-block-70 {
  margin-top: 13px;
  margin-left: 13px;
  font-family: Poppins, sans-serif;
}

.text-field-7 {
  margin-left: 13px;
  padding-left: 0px;
  border: 1px solid transparent;
  background-color: #f2f2f2;
}

.text-field-8 {
  margin-left: 13px;
  padding-right: 12px;
  padding-left: 0px;
  border: 1px solid transparent;
  background-color: #f2f2f2;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.dropdown-toggle.w--open {
  border-radius: 0px;
}

.image-35 {
  margin-right: 6px;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.form-2 {
  display: block;
  margin-bottom: -18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-toggle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 10px;
}

.image-36 {
  margin-right: 6px;
}

.div-block-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.form-3 {
  margin-bottom: -18px;
}

.div-block-72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 6px;
  margin-left: 20px;
}

.image-37 {
  margin-right: 6px;
}

.div-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 6px;
  margin-left: 20px;
}

.image-38 {
  margin-right: 6px;
}

.icon {
  margin-bottom: 13px;
}

.icon-2 {
  margin-bottom: 14px;
}

.container-7 {
  position: relative;
  margin-bottom: 15px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/Group-63.svg');
  background-position: 0px 0px;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-76 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-73 {
  margin-top: 60px;
  margin-right: 20px;
  margin-left: 20px;
  color: #fff;
  font-size: 22px;
}

.image-39 {
  margin-top: 20px;
  margin-right: 20px;
}

.text-block-74 {
  margin-top: 20px;
  margin-bottom: 15px;
  margin-left: 20px;
  color: #fff;
}

.text-block-75 {
  margin-left: 20px;
  color: #fff;
}

.div-block-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-76 {
  margin-top: 54px;
  margin-left: 10px;
  color: #955e3c;
}

.text-block-77 {
  margin-top: 54px;
  margin-left: 20px;
  color: #975e3c;
}

.image-40 {
  margin-top: 20px;
  margin-right: 20px;
}

.div-block-79 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-78 {
  margin-top: 15px;
  margin-bottom: 5px;
  margin-left: 20px;
  color: #9a603f;
  font-weight: 500;
}

.text-block-79 {
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 5px;
  color: #9a613f;
  font-weight: 500;
}

.div-block-80 {
  display: block;
  width: 275px;
  height: 12px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #965f3c;
}

.div-block-81 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-82 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-19 {
  margin-top: 5px;
  margin-bottom: 27px;
  padding-top: 9px;
  padding-right: 70px;
  padding-left: 70px;
  border-radius: 10px;
  background-color: #99623f;
  box-shadow: 1px 1px 3px 0 #000;
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
}

.div-block-83 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 900px;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-80 {
  margin-top: -30px;
  color: #905938;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

.div-block-84 {
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-top: 0px;
}

.button-20 {
  margin-left: 30px;
  padding: 13px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 40px;
  background-color: transparent;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
}

.button-21 {
  padding: 13px 40px;
  border-radius: 40px;
  background-color: #f9ba4a;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
}

.div-block-85 {
  position: fixed;
  z-index: 3;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
}

.div-block-86 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  width: 950px;
  height: 700px;
  margin: auto;
  border-radius: 25px;
  background-color: #c9c9c9;
  background-image: url('../images/Group-52-4.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-87 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 40px;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: 30px;
  color: #fff;
}

.paragraph-3 {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 30px;
  color: #fff;
  font-size: 18px;
}

.div-block-88 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-89 {
  width: 730px;
  height: 15px;
  border-radius: 20px;
  background-color: #ccc;
}

.text-block-81 {
  width: 18px;
  margin-left: 20px;
  color: #fff;
  font-weight: 600;
}

.div-block-90 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  margin-left: 30px;
}

.text-block-82 {
  margin-left: 5px;
}

.text-block-83 {
  margin-left: 10px;
  color: #fff;
  font-size: 15px;
}

.text-block-84 {
  color: #fff;
  font-size: 15px;
}

.div-block-91 {
  width: 500px;
  height: 15px;
  border-radius: 20px;
  background-color: #fff;
}

.text-block-85 {
  margin-top: 10px;
  margin-left: 30px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.div-block-92 {
  margin-right: 40px;
  margin-left: 40px;
}

.grid-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.text-block-86 {
  margin-top: 20px;
  margin-bottom: 5px;
  color: #8e5536;
  font-size: 20px;
  font-weight: 600;
}

.text-block-87 {
  margin-top: 3px;
  margin-bottom: 0px;
  color: #8e5536;
}

.div-block-94 {
  margin-top: 65px;
}

.text-block-88 {
  margin-top: 33px;
  color: #8e5536;
  font-weight: 600;
}

.div-block-95 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.button-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #b47d57;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transition-property: font-size;
  transition-property: font-size;
  color: #fff;
}

.link-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-41 {
  margin-top: -21px;
  margin-bottom: -24px;
}

.div-block-96 {
  margin-top: 62px;
}

.text-block-89 {
  margin-bottom: 51px;
  color: #965f3c;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}

.div-block-97 {
  position: fixed;
  z-index: 3;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
}

.div-block-98 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 950px;
  height: 700px;
  margin: auto;
  background-image: url('../images/Group-52-4.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-99 {
  height: 25px;
  margin-top: 108px;
  margin-right: 62px;
  margin-left: 62px;
  border-radius: 20px;
  background-color: #c51e1e;
}

.div-block-100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-101 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-left: 5px;
}

.div-block-102 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-left: 5px;
}

.text-block-90 {
  color: #8d5536;
  font-size: 18px;
}

.text-block-91 {
  margin-left: 5px;
  color: #8d5536;
  font-size: 18px;
}

.text-block-92 {
  color: #8d5536;
  font-size: 18px;
}

.text-block-93 {
  margin-left: 5px;
  color: #8d5536;
  font-size: 18px;
}

.button-23 {
  padding: 13px 30px;
  border-radius: 20px;
  background-color: #aa7550;
  box-shadow: 1px 1px 3px 0 #000;
  color: #fff;
  font-size: 20px;
}

.div-block-103 {
  margin-right: 17px;
}

.text-block-94 {
  margin-top: 10px;
  margin-left: 0px;
  color: #8d5536;
  font-size: 15px;
}

.text-block-95 {
  margin-top: 10px;
  font-size: 15px;
}

.text-block-96 {
  margin-top: 10px;
  font-size: 1px;
}

.div-block-104 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-105 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-106 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-97 {
  font-size: 15px;
}

.text-block-98 {
  margin-top: 10px;
  margin-left: 5px;
  color: #8d5536;
  font-size: 15px;
}

.link-block-8 {
  margin-right: 0px;
}

.div-block-107 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.checkbox-field {
  margin-top: 15px;
  margin-right: 45px;
  margin-left: 45px;
}

.checkbox-label {
  color: #8d5536;
}

.form-4 {
  margin-top: 10px;
}

.div-block-108 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-109 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 16px;
  margin-right: 20px;
  margin-left: 40px;
  border-radius: 25px;
  background-color: #a97550;
}

.div-block-110 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #ebebeb;
}

.text-block-99 {
  padding-left: 16px;
}

.text-block-100 {
  margin-top: 8px;
  margin-bottom: -28px;
  color: #8e5939;
  font-size: 12px;
  text-align: center;
}

.form-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-9 {
  margin-top: 25px;
  border-radius: 10px;
  background-color: #ebebeb;
  color: #a46d4a;
}

.button-24 {
  margin-right: 0px;
  margin-left: 20px;
  padding: 13px 60px;
  border-radius: 10px;
  background-color: #8e5839;
  box-shadow: 1px 1px 3px 0 #000;
  color: #fff;
  font-size: 20px;
}

.body-4 {
  height: 3px;
  background-color: #000;
  background-image: none;
}

.heading-9 {
  margin: 0px 200px 25px 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 65px;
}

.paragraph-4 {
  font-size: 26px;
}

.paragraph-5 {
  font-size: 26px;
}

.text-block-101 {
  margin-left: 150px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.div-block-112 {
  height: auto;
  margin-bottom: 100px;
}

.heading-10 {
  margin-top: 0px;
  background-color: #000;
  font-family: Poppins, sans-serif;
  color: #f6a641;
}

.div-block-113 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-102 {
  position: relative;
  margin-top: 20px;
  margin-right: 280px;
  margin-left: 280px;
  padding: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: #181818;
  border-radius: 10px;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  color: #aeaeae;
  text-align: center;
}

.div-block-114 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 2px;
  margin: 40px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6a641;
}

.div-block-115 {
  margin-top: 53px;
  background-color: transparent;
  background-image: url('../images/bg-5.png');
  background-position: 50% 100%;
  background-size: cover;
  font-family: Poppins, sans-serif;
}

.div-block-116 {
  position: relative;
  margin-top: -41px;
  border-radius: 0px;
  background-color: #fff;
}

.div-block-117 {
  height: 3px;
  margin-top: 60px;
  margin-bottom: 0px;
  background-color: #f6a641;
  color: #8d5435;
}

.text-block-104 {
  display: block;
}

.div-block-123 {
  position: relative;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 60px;
  margin-left: 60px;
}

.div-block-124 {
  display: none;
}

.container-8 {
  display: none;
}

.text-block-107 {
  margin-top: 40px;
  margin-right: 300px;
  margin-left: 300px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.div-block-130 {
  width: 308px;
  height: 370px;
}

.body-5 {
  background-color: #ebe7df;
  background-image: url('../images/Group-67-10.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.text-block-108 {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 40px;
  text-align: center;
}

.text-block-109 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 30px;
}

.div-block-132 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 71px;
  margin-left: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-133 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-134 {
  width: 80%;
  height: 490px;
  margin: -200px auto auto;
  border-radius: 10px;
  background-color: #fff;
}

.div-block-135 {
  margin-top: 260px;
  margin-bottom: 50px;
}

.div-block-136 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
  background-color: #494949;
}

.text-block-110 {
  margin-left: 40px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
}

.text-field-10 {
  margin-top: 0px;
  border-radius: 10px;
}

.div-block-137 {
  margin-top: 52px;
  margin-right: 65px;
  margin-left: 65px;
}

.text-block-111 {
  margin-bottom: 20px;
  margin-left: 5px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 20px;
}

.field-label-6 {
  margin-top: 0px;
  margin-bottom: 3px;
  margin-left: 5px;
  color: #b4b4b4;
}

.text-field-11 {
  margin-top: 0px;
  margin-bottom: 3px;
  border-radius: 10px;
}

.field-label-7 {
  margin-top: 29px;
  margin-bottom: 2px;
  margin-left: 5px;
  color: #b4b4b4;
}

.submit-button-2 {
  width: 100%;
  margin-top: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 10px;
  background-color: #494949;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.text-block-112 {
  font-family: Poppins, sans-serif;
  text-align: right;
}

.link-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.body-6 {
  overflow: visible;
  background-color: #dfdfdf;
  background-image: none;
}

.div-block-138 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: 100%;
  margin: auto 25px auto 26px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #fff;
}

.div-block-139 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 15%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 10px;
  background-color: #915b39;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.div-block-140 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 62px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.text-block-113 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.image-44 {
  display: none;
}

.div-block-142 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-143 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 40px;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-114 {
  margin-left: 3px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.div-block-144 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-115 {
  margin-left: 3px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.text-block-116 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.text-block-117 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.text-block-118 {
  overflow: visible;
  margin: 20px 40px;
  font-family: Poppins, sans-serif;
  color: #a8a8a8;
}

.div-block-145 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin: 0px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
}

.button-25 {
  width: 100%;
  margin-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 10px;
  background-color: #a06c47;
  box-shadow: 1px 1px 3px 0 #000;
  color: #f8f8f8;
  text-align: center;
}

.button-26 {
  width: 100%;
  margin-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 10px;
  background-color: #a06c47;
  box-shadow: 1px 1px 3px 0 #000;
  color: #fff;
  text-align: center;
}

.button-27 {
  width: 100%;
  margin-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 10px;
  background-color: #a06c47;
  box-shadow: 1px 1px 3px 0 #000;
  color: #fff;
  text-align: center;
}

.button-28 {
  width: 100%;
  margin-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 10px;
  background-color: #a06c47;
  box-shadow: 1px 1px 3px 0 #000;
  color: #fff;
  text-align: center;
}

.button-29 {
  width: 100%;
  margin-right: 20px;
  margin-left: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 10px;
  background-color: #a06c47;
  box-shadow: 1px 1px 3px 0 #000;
  color: #fff;
  text-align: center;
}

.body-7 {
  background-color:rgb(0, 0, 0)
}

.heading-11 {
  margin-top: 200px;
  padding-left: 149px;
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}

.paragraph-6 {
  margin-right: 200px;
  margin-bottom: -56px;
  padding-top: 0px;
  padding-right: 200px;
  padding-left: 87px;
  color: #bc781a;
  font-size: 40px;
}

.div-block-146 {
  overflow: auto;
  color: #fff;
}

.text-block-119 {
  margin-left: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  font-weight: 500;
}

.div-block-147 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-148 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-30 {
  width: 250px;
}

.button-31 {
  margin-right: 50px;
  border-radius: 10px;
  background-color: #f7fafe;
  color: #8e5535;
}

.div-block-149 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-150 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-151 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
}

.div-block-152 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-32 {
  width: 100%;
  margin-bottom: 15px;
  margin-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 10px;
  background-color: #a06c47;
  box-shadow: 1px 1px 3px 0 #000;
  color: #fff;
  text-align: center;
}

.div-block-153 {
  margin-top: 315px;
}

.pannel {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px;
  border: 1px none #000;
  border-radius: 10px;
  box-shadow: 1px 1px 3px 0 #000;
}

.home {
  display: block;
  width: 80%;
  height: 1000px;
  border: 1px none #000;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #f0f0f0;
  font-family: Poppins, sans-serif;
  color: #905b3a;
}

.sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 1000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #272727;
}

.div-block-157 {
  position: fixed;
  z-index: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #a5a5a5;
}

.image-45 {
  text-align: center;
}

.div-block-158 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.text-block-120 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.div-block-159 {
  height: 1px;
  margin-right: 40px;
  margin-bottom: 20px;
  margin-left: 40px;
  background-color: #fff;
  color: transparent;
}

.div-block-160 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-161 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-right: 40px;
  margin-left: 40px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-block-10:hover {
  color: #000;
}

.text-block-121 {
  padding-top: 5px;
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.link-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.text-block-122 {
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.link-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.text-block-123 {
  padding-top: 5px;
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.link-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  text-decoration: none;
}

.link-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  text-decoration: none;
}

.link-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  text-decoration: none;
}

.link-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.text-block-124 {
  color: #fff;
}

.text-block-125 {
  padding-left: 15px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}

.div-block-162 {
  margin-bottom: 10px;
}

.div-block-163 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: 100vh;
  margin: auto;
  background-image: url('../images/Group-67-11.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-164 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-17 {
  margin-bottom: 0px;
}

.text-block-126 {
  margin-bottom: 40px;
  color: #000;
  font-size: 21px;
  font-weight: 500;
}

.text-block-127 {
  color: #000;
  text-align: center;
}

.div-block-165 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-166 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 15px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
}

.link-block-18 {
  margin-bottom: 10px;
  text-decoration: none;
}

.text-block-128 {
  margin-bottom: 10px;
  color: #2c7437;
  font-size: 12px;
}

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

.text-block-130 {
  margin-top: 24px;
  font-size: 30px;
  text-align: center;
}

.website_views {
  margin-top: 10px;
  text-align: center;
}

.div-block-167 {
  width: 280px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
}

.text-block-132 {
  color: #8f5b3a;
  font-size: 12px;
  text-decoration: underline;
}

.div-block-168 {
  width: 80%;
  height: 2px;
  margin: 25px auto;
  background-color: #8f5b3a;
}

.grid-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-right: 40px;
  margin-left: 40px;
  float: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-3 {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.div-block-169 {
  display: block;
  width: 90%;
  height: 2px;
  margin: 25px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
}

.grid-4 {
  margin-right: 40px;
  margin-left: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-133 {
  margin-bottom: 20px;
  color: #000;
  text-align: center;
}

.text-block-134 {
  margin-bottom: 20px;
  color: #000;
  text-align: center;
}

.text-block-135 {
  margin-bottom: 20px;
  color: #000;
  text-align: center;
}

.div-block-170 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-171 {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #000;
}

.text-block-136 {
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 20px;
  font-size: 20px;
  text-align: center;
}

.div-block-172 {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
}

.bold-text-2 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.bold-text-3 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.bold-text-4 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.bold-text-5 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-block-137 {
  font-size: 18px;
}

.div-block-173 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-138 {
  font-size: 12px;
  text-align: right;
}

.text-block-139 {
  font-size: 10px;
}

.text-block-140 {
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  font-size: 10px;
  text-align: center;
}

.image-46 {
  margin-right: 10px;
}

.text-block-141 {
  width: 90px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.div-block-174 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-175 {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

.div-block-176 {
  display: block;
  padding-top: 20px;
  padding-bottom: 0px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
}

.text-block-142 {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 20px;
  text-align: center;
}

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

.text-block-144 {
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-size: 20px;
  text-align: center;
}

.div-block-177 {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
}

.text-block-145 {
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.text-block-146 {
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.text-block-147 {
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.div-block-178 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
}

.div-block-179 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 94%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #fff;
}

.text-block-148 {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 20px;
  text-align: center;
}

.text-block-149 {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.div-block-180 {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #8f5b3a;
}

.text-block-150 {
  margin: 20px;
}

.div-block-181 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-151 {
  margin-right: 10px;
  margin-left: 10px;
  color: #000;
}

.image-47 {
  margin-left: 10px;
}

.image-48 {
  margin-right: 10px;
}

.div-block-183 {
  display: none;
}

.body-8 {
  display: block;
  overflow: visible;
  clear: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #f8fafe;
  background-image: none;
  background-clip: border-box;
  -o-object-fit: fill;
  object-fit: fill;
}

.name {
  margin-top: 100px;
  margin-bottom: 0px;
  margin-left: 150px;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.86);
  font-size: 50px;
}

.overview {
  margin-top: 20px;
  margin-right: 0%;
  margin-left: 150px;
  padding-right: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
}

.billboard {
  margin-top: 0px;
}

.title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  background-image: url('../images/1-3009.svg');
  background-position: 0px 0px;
  background-size: cover;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.image-50 {
  display: block;
  width: 20%;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  text-align: left;
}

.main-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.goals {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 30px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  list-style-type: none;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-186 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.foot {
  display: block;
  padding-top: 30px;
  background-color: #000;
  background-image: url('../images/bg-5.png');
  background-position: 0px 0px;
  background-size: cover;
}

.main-content {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
}

.april {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 100px;
}

.may {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 100px;
}

.june {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 100px;
}

.july {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 100px;
}

.august {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.september {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.october {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bullet-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.dot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.text {
  color: #fff;
}

.heading-13 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.heading-14 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.heading-15 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.heading-16 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.heading-17 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.heading-18 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.heading-19 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.line-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 4px;
  height: 300px;
  margin-top: -16px;
  margin-bottom: -29px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  background-color: #fff;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-188 {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
}

.list {
  list-style-type: disc;
}

.list-item-2 {
  list-style-type: disc;
}

.image-51 {
  width: 30px;
}

.image-52 {
  width: 30px;
}

.image-53 {
  width: 30px;
}

.image-54 {
  width: 30px;
}

.image-55 {
  width: 30px;
  color: #ad2323;
}

.image-56 {
  width: 30px;
}

.image-57 {
  width: 30px;
}

.november {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #000;
}

.div-block-189 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.55)), to(hsla(0, 0%, 100%, 0))), url('../images/bg.svg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.55), hsla(0, 0%, 100%, 0)), url('../images/bg.svg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

._w-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 4px;
  height: 300px;
  margin-top: -84px;
  margin-bottom: -30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  background-color: #fff;
  background-clip: border-box;
  -o-object-fit: fill;
  object-fit: fill;
}

.list-item-3 {
  color: #fff;
}

.list-item-4 {
  color: #fff;
}

.list-item-5 {
  color: #fff;
}

.list-item-6 {
  color: #fff;
}

.list-item-7 {
  color: #fff;
}

.list-item-8 {
  color: #fff;
}

.div-block-190 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 4px;
  margin-right: -17px;
  margin-left: -13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
}

.div-block-191 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 300px;
  height: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-58 {
  display: none;
  width: 30px;
}

.s {
  display: block;
  width: 30px;
}

.image-60 {
  width: 30px;
}

.div-block-192 {
  width: 150px;
}

.div-block-193 {
  width: 300px;
}

.div-block-194 {
  width: 300px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.image-61 {
  width: 30px;
  background-color: #000;
}

.heading-20 {
  position: relative;
  top: 50px;
  display: block;
  margin-top: 1px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.div-block-195 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 55px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px 0px 0px 20px;
}

.div-block-196 {
  width: 215px;
  height: 4px;
  margin-right: -32px;
  margin-left: -28px;
  border-radius: 20px;
  background-color: #fff;
}

.div-block-197 {
  width: 140px;
}

.div-block-198 {
  height: 25px;
}

.div-block-199 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-200 {
  width: 4px;
  height: 50px;
  background-color: #955f3d;
}

.div-block-201 {
  width: 4px;
  height: 50px;
  background-color: #955f3d;
}

.div-block-202 {
  padding-left: 15%;
  background-color: #000;
}

.list-item-9 {
  color: #fff;
}

.list-item-10 {
  color: #fff;
}

.list-item-11 {
  color: #fff;
}

.div-block-203 {
  width: 30px;
  height: 4px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 0px 20px 20px 0px;
  background-color: #fff;
}

.div-block-204 {
  height: 29px;
}

.div-block-205 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  margin-bottom: 0%;
  padding-bottom: 38%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #000;
  background-image: url('../images/BG-TOP.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-clip: padding-box;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-206 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-right: 40%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-62 {
  overflow: hidden;
  margin-right: 0px;
  margin-left: 0px;
  clear: none;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-207 {
  width: 4px;
  height: 100px;
  margin-top: 98px;
  margin-right: -108px;
  margin-left: 128px;
  border-radius: 20px;
  background-color: #fff;
}

.div-block-208 {
  overflow: visible;
  width: 4px;
  height: 300px;
  margin-top: -18px;
  margin-bottom: -16px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  background-color: #fff;
}

.div-block-209 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-63 {
  display: none;
}

.div-block-210 {
  width: 300px;
}

.image-64 {
  display: none;
}

.div-block-211 {
  display: none;
}

.div-block-213 {
  margin-top: 108px;
  margin-bottom: -143px;
}

.text-block-152 {
  display: none;
}

.list-3 {
  padding-left: 0px;
}

.list-item-13 {
  display: none;
}

.list-item-15 {
  color: #fff;
}

.list-item-16 {
  color: #fff;
}

.div-block-214 {
  padding-left: 15%;
  background-color: #000;
  background-image: url('../images/Group-70.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-215 {
  padding-left: 15%;
  border: 1px solid transparent;
  background-color: #000;
  background-image: url('../images/glshade1-1-1.png');
  background-position: 50% 100%;
  background-size: cover;
}

.scoobyprize {
  display: none;
  width: 80%;
  height: 1000px;
  background-color: #f0f0f0;
}

.text-block-153 {
  margin: 40px 30px 20px;
  font-family: Poppins, sans-serif;
  color: #905b3a;
  font-size: 21px;
  font-weight: 500;
}

.grid-5 {
  margin: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-216 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-154 {
  font-family: Poppins, sans-serif;
  color: #905b3a;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.text-block-155 {
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  color: #905b3a;
  text-align: center;
}

.text-block-156 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 25px;
  text-align: center;
}

.div-block-217 {
  margin-right: 30px;
  margin-left: 30px;
  border-radius: 10px;
  background-color: #fff;
}

.div-block-218 {
  margin-right: 30px;
  margin-left: 30px;
  border-radius: 10px;
  background-color: #fff;
}

.div-block-219 {
  margin-right: 30px;
  margin-left: 30px;
  border-radius: 10px;
  background-color: #fff;
}

.div-block-220 {
  width: 80%;
  height: 2px;
  background-color: #905b3a;
}

.div-block-221 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-222 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-223 {
  margin-top: 30px;
}

.text-block-157 {
  font-family: Poppins, sans-serif;
  color: #905b3a;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.div-block-224 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-33 {
  margin-bottom: 0px;
  border-radius: 10px;
  background-color: #906951;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Poppins, sans-serif;
  color: #fff;
  text-align: center;
}

.div-block-225 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 100px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
}

.div-block-226 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 50px;
  margin-left: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
}

.text-block-158 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  color: #8f5b3a;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.div-block-227 {
  height: 215px;
  margin-right: 60px;
  margin-bottom: 30px;
  margin-left: 60px;
  border-radius: 10px;
  background-color: #fff;
}

.div-block-228 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 8px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #8f6a51;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Poppins, sans-serif;
  color: #fff;
  text-align: center;
}

.div-block-229 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-230 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-231 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.body-9 {
  background-image: url('../images/Group-79-3.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-21 {
  margin-right: 0%;
  margin-left: 0%;
  padding-left: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 50px;
}

.div-block-232 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5%;
  margin-bottom: 104px;
  margin-left: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slide {
  margin-right: 0%;
  background-image: url('../images/lgoo.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider {
  left: -51%;
  width: 100%;
  height: 100%;
  margin-right: 5%;
}

.heading-22 {
  clear: none;
  color: #9a603f;
  text-align: center;
}

.grid-6 {
  grid-auto-flow: row;
  grid-template-areas: "Area Area-3 Area-4"
    "Area-2 Area-6 Area-5";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-7 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-23 {
  font-family: Poppins, sans-serif;
  color: #9a603f;
  text-align: center;
}

.heading-24 {
  font-family: Poppins, sans-serif;
  color: #9a603f;
  text-align: center;
}

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

.div-block-234 {
  display: -ms-grid;
  display: grid;
  margin-right: 5%;
  margin-left: 5%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-235 {
  display: -ms-grid;
  display: grid;
  margin-right: 5%;
  margin-left: 5%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-236 {
  margin-left: 5%;
}

.div-block-237 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-238 {
  width: 80%;
  height: 70%;
  padding: 25px 40px;
  border-radius: 10px;
  background-color: #f3f3f3;
}

.text-block-159 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.div-block-239 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.button-35 {
  border-radius: 10px;
  background-color: #915b39;
  box-shadow: 1px 1px 3px 0 #000;
}

.launchpad {
  display: none;
  width: 80%;
  height: 1000px;
  background-color: #f0f0f0;
}

.text-block-160 {
  margin: 40px 30px 20px;
  font-family: Poppins, sans-serif;
  color: #905b3a;
  font-size: 21px;
  font-weight: 500;
}

.text-block-161 {
  font-family: Poppins, sans-serif;
  color: #905b3a;
  font-size: 16px;
  text-align: center;
}

.grid-8 {
  margin: 20px 30px 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-240 {
  margin-right: 30px;
  margin-left: 30px;
  border-radius: 10px;
  background-color: #fff;
}

.text-block-162 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #905b3a;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.text-block-163 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  text-align: center;
}

.div-block-241 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-block-164 {
  color: #055216;
}

.text-block-165 {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  color: #905b3a;
  text-align: center;
}

.div-block-242 {
  width: 40%;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #905b3a;
}

.div-block-243 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-36 {
  border-radius: 10px;
  background-color: #905b3a;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Poppins, sans-serif;
}

.grid-9 {
  margin-top: 30px;
  margin-right: 30px;
  margin-left: 30px;
  grid-column-gap: 16px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-244 {
  height: 600px;
  border-radius: 10px;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  color: #dfdfdf;
}

.text-block-166 {
  margin-top: 15px;
  font-family: Poppins, sans-serif;
  color: #905b3a;
  font-size: 17px;
  text-align: center;
}

.div-block-245 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.button-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #905b3a;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Poppins, sans-serif;
  color: #fff;
  text-align: center;
}

.div-block-246 {
  margin-right: 20px;
  margin-left: 20px;
}

.text-block-167 {
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  color: #905b3a;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.div-block-247 {
  height: 2px;
  margin-top: 30px;
  background-color: #dfdfdf;
}

.button-38 {
  border-radius: 10px;
  background-color: #905b3a;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Poppins, sans-serif;
}

.div-block-248 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-6 {
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 20px;
}

.text-field-12 {
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 5px;
  background-color: #f3f3f3;
  font-family: Poppins, sans-serif;
  color: #000;
}

.textarea {
  border-radius: 5px;
  background-color: #f3f3f3;
  font-family: Poppins, sans-serif;
  color: #000;
}

.div-block-249 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-250 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

.select-field {
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 5px;
}

.div-block-251 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-252 {
  width: 100%;
  height: 100px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 5px;
  background-color: #f3f3f3;
}

.div-block-253 {
  width: 100%;
  height: 100px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 5px;
  background-color: #f3f3f3;
}

.submit-button-3 {
  width: 100%;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 5px;
  background-color: #905b3a;
  box-shadow: 1px 1px 3px 0 #000;
  color: #fff;
  text-align: center;
}

.text-block-168 {
  margin-top: 20px;
  color: #adadad;
  text-align: center;
}

.rewards {
  display: none;
  width: 80%;
  height: 1000px;
  background-color: #f0f0f0;
}

.text-block-169 {
  margin: 40px 30px 10px;
  font-family: Poppins, sans-serif;
  color: #905b3a;
  font-size: 21px;
  font-weight: 500;
}

.div-block-254 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 650px;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
}

.div-block-255 {
  width: 100%;
  height: 90%;
  margin-top: 0px;
}

.text-block-170 {
  height: 10%;
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #905b3a;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.div-block-256 {
  width: 50%;
  height: 51%;
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}

.button-39 {
  font-family: Poppins, sans-serif;
}

.button-40 {
  font-family: Poppins, sans-serif;
}

.button-41 {
  font-family: Poppins, sans-serif;
}

.button-42 {
  width: 50%;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 10px;
  background-color: #905b3a;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Poppins, sans-serif;
  color: #fff;
  text-align: center;
}

.div-block-257 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-43 {
  width: 95%;
  margin-right: 20px;
  margin-left: 20px;
}

.button-44 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #905b3a;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Poppins, sans-serif;
  color: #fff;
  text-align: center;
}

.div-block-258 {
  margin-right: 20px;
  margin-left: 20px;
}

.text-block-171 {
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  color: #905b3a;
  font-size: 16px;
  font-weight: 500;
}

.text-block-172 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  text-align: center;
}

.div-block-259 {
  position: relative;
  z-index: 999;
  margin-top: 30px;
  margin-bottom: 20px;
}

.div-block-260 {
  height: 20px;
}

.burn {
  display: none;
  width: 80%;
  height: 1000px;
}

.statistics {
  display: none;
  width: 80%;
  height: 1000px;
}

.div-block-261 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.link-block-19 {
  margin-right: 15px;
}

.div-block-262 {
  display: none;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
}

.text-block-173 {
  margin-top: 20px;
  color: #000;
  font-size: 20px;
  text-align: center;
}

.form-7 {
  margin-top: 40px;
  margin-right: 20px;
  margin-left: 20px;
}

.div-block-263 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-button-4 {
  border-radius: 5px;
  background-color: #000;
  box-shadow: 1px 1px 3px 0 #000;
  color: #fff;
}

.div-block-264 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.button-45 {
  border-radius: 5px;
  background-color: #000;
  box-shadow: 1px 1px 3px 0 #000;
  color: #fff;
}

.div-block-265 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #666;
}

.text-block-174 {
  color: #000;
  font-size: 10px;
  text-align: center;
}

.div-block-266 {
  display: none;
  height: 45%;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 10px;
  background-color: #fff;
}

.text-block-175 {
  margin-top: 0px;
  color: #000;
  font-size: 15px;
  text-align: center;
}

.form-8 {
  margin-right: 0px;
}

.div-block-267 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}

.submit-button-5 {
  margin-bottom: 15px;
  border-radius: 5px;
  background-color: #000;
  box-shadow: 1px 1px 3px 0 #000;
  color: #fff;
}

.button-46 {
  border-radius: 5px;
  background-color: #000;
  box-shadow: 1px 1px 3px 0 #000;
  color: #fff;
}

.image-65 {
  margin-right: 2.5px;
  margin-left: 2.5px;
}

.text-block-176 {
  height: auto;
  margin: 40px 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  text-indent: 0px;
  text-transform: none;
}

.text-block-177 {
  font-family: Poppins, sans-serif;
  color: #949494;
}

.div-block-268 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}

.text-block-178 {
  margin-left: 4px;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.div-block-269 {
  position: relative;
  height: auto;
  padding: 251px 150px 100px;
  background-color: #000;
  background-image: url('../images/BG-TOP.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.text-block-179 {
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  color: #f6a641;
  font-size: 20px;
}

.number_holders_hp {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 30px;
}

.div-block-270 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-271 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 100px;
  margin-left: 100px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-272 {
  margin-right: 60px;
  margin-left: 60px;
  padding-top: 50px;
  padding-bottom: 0px;
}

.div-block-273 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 100px;
  margin-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-181 {
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}

.button-47 {
  padding-top: 17px;
  padding-bottom: 17px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 40px;
  background-color: transparent;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.div-block-274 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-182 {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}

.div-block-275 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-48 {
  padding: 17px 20px;
  border-radius: 40px;
  background-color: #f9ba4a;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.div-block-276 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 60px 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.heading-25 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 35px;
  text-align: center;
}

.text-block-183 {
  overflow: visible;
  padding-right: 180px;
  padding-left: 180px;
  font-family: Poppins, sans-serif;
  color: #c7c7c7;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-26 {
  margin: 40px 150px 20px;
  padding-right: 90px;
  padding-left: 90px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 35px;
  text-align: center;
}

.text-block-184 {
  font-family: Poppins, sans-serif;
  color: #c7c7c7;
  font-size: 18px;
  text-align: center;
}

.div-block-277 {
  padding-bottom: 50px;
  background-image: url('../images/Group-67-12.svg');
  background-position: 100% 100%;
  background-size: cover;
}

.heading-27 {
  margin-top: 30px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  text-align: center;
}

.text-block-185 {
  font-family: Poppins, sans-serif;
  color: #aeaeae;
  font-size: 18px;
  text-align: center;
}

.div-block-278 {
  height: 695px;
  margin-bottom: -90px;
  padding-top: 40px;
  padding-bottom: 0px;
  background-image: url('../images/glshade1-1-1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-279 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 200px;
  margin-left: 200px;
  padding-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-66 {
  margin-right: 50px;
}

.image-67 {
  margin-left: 50px;
}

.div-block-280 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 130px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-49 {
  margin-left: 100px;
  padding: 15px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 40px;
  background-color: transparent;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
}

.button-50 {
  margin-right: 100px;
  padding: 15px 40px;
  border-radius: 40px;
  background-color: #f6a641;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
}

.image-72 {
  width: auto;
}

.image-74 {
  display: none;
}

.image-75 {
  display: none;
}

.image-76 {
  display: none;
}

.image-77 {
  display: none;
}

.image-78 {
  display: none;
}

.image-79 {
  display: none;
}

.image-82 {
  display: none;
}

.image-83 {
  display: none;
}

.image-84 {
  display: none;
}

.image-85 {
  display: none;
}

.image-86 {
  display: none;
}

.image-87 {
  display: none;
}

.image-88 {
  display: none;
}

.image-89 {
  display: none;
}

.image-90 {
  display: none;
}

.text-block-186 {
  display: none;
}

.field-label-8 {
  color: #000;
}

.field-label-9 {
  color: #000;
}

.field-label-10 {
  color: #000;
}

.field-label-11 {
  color: #000;
}

.field-label-12 {
  color: #000;
}

.image-96 {
  display: none;
}

.image-97 {
  display: none;
}

.image-98 {
  display: none;
}

.image-99 {
  display: none;
}

.image-100 {
  display: none;
}

.div-block-282 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-283 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.success-message {
  background-color: transparent;
}

.text-block-187 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.text-block-188 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.error-message {
  background-color: transparent;
}

.div-block-285 {
  margin: auto;
}

.div-block-286 {
  height: 1px;
  background-color: #797979;
}

.div-block-287 {
  height: 1px;
  background-color: #797979;
}

.div-block-293 {
  display: none;
}

.div-block-294 {
  display: none;
}

.link-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block-20.w--current {
  position: relative;
  left: 73px;
}

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

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

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

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

  .logo-link.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    position: absolute;
    z-index: auto;
    overflow: visible;
    margin-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .navigation-wrap {
    position: relative;
    z-index: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: transparent;
  }

  .navigation {
    position: relative;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    padding: 25px 30px;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navigation-item {
    position: relative;
    z-index: auto;
    padding: 15px 30px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: #fff;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #2b2b2b;
    text-align: center;
  }

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

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

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
  }

  .menu-button.w--open {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
  }

  .logo-image {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navigation-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #fff;
    color: transparent;
  }

  .cta-text {
    width: auto;
  }

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

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

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

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

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

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

  .team-members {
    grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

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

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

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

  .collection-wrap {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .footer {
    margin-top: 56px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
  }

  .footer-flex-container {
    margin-right: 17px;
    margin-left: -32px;
  }

  .heading-2 {
    font-size: 20px;
  }

  .grid {
    margin-right: 50px;
    margin-left: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .body {
    background-image: url('../images/Group-66-3.svg');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: repeat;
  }

  .container-5 {
    max-height: none;
    max-width: none;
    margin-top: -49px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .btn-trs {
    position: static;
    margin-top: 5px;
    margin-right: 16px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    clear: right;
  }

  .bg-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block {
    margin-right: 17px;
    margin-left: -26px;
  }

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

  .div-block-2 {
    margin-right: 53px;
    margin-left: 0px;
  }

  .div-block-3 {
    margin-right: 54px;
    margin-left: 0px;
  }

  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 11px;
    margin-right: 16px;
    margin-left: -33px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-3 {
    left: -91px;
  }

  .column-4 {
    left: -71px;
    padding-right: 10px;
  }

  .text-block-11 {
    margin-top: 4px;
    margin-right: -6px;
  }

  .text-block-12 {
    margin-right: -200px;
    margin-left: 22px;
  }

  .columns {
    margin-bottom: 2px;
    border-radius: 10px;
  }

  .text-block-14 {
    display: none;
    overflow: visible;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-size: 15px;
  }

  .text-block-15 {
    display: none;
  }

  .buttonv3-copy {
    margin-right: 400px;
  }

  .text-block-16 {
    margin-left: -83px;
    font-size: 10px;
    font-weight: 400;
  }

  .div-block-6 {
    margin-left: -9px;
    background-color: transparent;
  }

  .text-span-copy {
    position: relative;
    left: 70px;
    top: 13px;
    margin-top: -15px;
    margin-bottom: -1px;
    margin-left: -200px;
    padding-right: 0px;
    float: right;
    clear: right;
    font-size: 13px;
  }

  .div-block-5-copy {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heading-7 {
    margin-right: 300px;
    margin-left: 300px;
  }

  .div-block-13 {
    margin-right: 62px;
  }

  .div-block-15 {
    height: 2px;
  }

  .div-block-16 {
    height: 1px;
  }

  .text-block-23 {
    font-family: Poppins, sans-serif;
  }

  .poe {
    position: relative;
    left: auto;
    bottom: 29px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 21px;
    text-align: center;
  }

  .image-14 {
    position: static;
    left: -3px;
    bottom: 0px;
    clear: none;
  }

  .text-block-24 {
    display: none;
  }

  .text-block-25 {
    display: none;
  }

  .div-block-18 {
    position: relative;
    margin-top: 8px;
    margin-right: auto;
    margin-left: auto;
  }

  .column-5 {
    padding-left: 19px;
  }

  .btn-trs-copy {
    position: static;
    margin-right: -70px;
    clear: none;
  }

  .text-block-12-copy {
    margin-right: 79px;
    margin-left: -133px;
  }

  .text-block-12-copy {
    overflow: scroll;
    max-height: none;
    max-width: none;
    margin-right: 44px;
    margin-left: 22px;
    font-size: 13px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .text-block-12-copy-copy {
    margin-right: 79px;
    margin-left: -70px;
  }

  .btn-trs-copy {
    position: static;
    display: block;
    max-height: 50px;
    max-width: 100px;
    margin-right: 29px;
    padding-left: 10px;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btn-trs-copy-copy {
    position: relative;
    left: 108px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    clear: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .buttonv3-copy-copy {
    margin-right: 400px;
    margin-left: -73px;
  }

  .text-block-26 {
    margin-right: 200px;
    margin-left: 300px;
  }

  .column-6 {
    left: -50px;
    right: 1px;
    margin-top: 5px;
    padding-left: 0px;
  }

  .buttonv3-copy-copy-copy {
    margin-right: 200px;
    margin-left: -48px;
  }

  .bold-text {
    padding-right: 0px;
    color: #000;
  }

  .text-block-12-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: 12px;
    margin-left: 19px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .text-block-12-copy-copy {
    overflow: scroll;
    max-height: none;
    max-width: none;
    margin: -2px 19px 13px 22px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 13px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .text-block-12-copy-copy-copy {
    margin-right: 79px;
    margin-bottom: 0px;
    margin-left: 30px;
  }

  .button-10 {
    margin-bottom: 9px;
    margin-left: 121px;
    padding-bottom: 0px;
  }

  .div-block-19 {
    position: relative;
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .buttonv3-copy-copy-copy-copy {
    position: relative;
    left: -116px;
    top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    clear: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .poe-copy {
    position: relative;
    left: auto;
    bottom: 29px;
    margin: 56px auto 12px;
    padding-left: 21px;
    text-align: center;
  }

  .text-block-23-copy {
    padding-bottom: 12px;
    font-family: Poppins, sans-serif;
  }

  .image-14-copy {
    position: static;
    left: -3px;
    bottom: 0px;
    clear: none;
  }

  .columns-2 {
    position: relative;
    left: 60px;
  }

  .body-2 {
    background-image: url('../images/Group-61.svg');
    background-size: cover;
  }

  .container-6 {
    margin-top: -53px;
  }

  .div-block-24 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .text-block-28 {
    margin-top: 12px;
    margin-left: 45px;
    font-size: 30px;
  }

  .div-block-25 {
    display: none;
  }

  .div-block-26 {
    width: 710px;
    height: 400px;
  }

  .image-24 {
    display: none;
    height: 400px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
  }

  .div-block-27 {
    margin-top: 0px;
  }

  .div-block-28 {
    margin-top: -101px;
  }

  .link-block-3 {
    margin-top: 0px;
    margin-right: 18px;
  }

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

  .section-7 {
    margin-top: 18px;
    margin-left: 68px;
  }

  .div-block-29 {
    margin-left: 86px;
  }

  .text-block-31 {
    display: none;
  }

  .text-block-32 {
    margin-left: -144px;
  }

  .text-block-33 {
    margin-left: 63px;
  }

  .text-block-34 {
    display: none;
  }

  .button-12 {
    display: none;
  }

  .div-block-31 {
    margin-top: 15px;
  }

  .div-block-32 {
    margin-top: 15px;
    margin-left: 47.5px;
  }

  .div-block-33 {
    display: none;
  }

  .text-block-36 {
    display: none;
  }

  .image-27 {
    display: block;
    margin-top: 0px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .div-block-34 {
    height: 70px;
    border-style: solid;
    border-width: 3px;
    border-color: #a0a0a0;
  }

  .div-block-35 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-9 {
    border-style: solid;
    border-width: 1px;
    border-color: #000;
  }

  .image-28 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .image-29 {
    display: block;
  }

  .section-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -21px;
    margin-left: 43px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-block-38 {
    margin-left: 0px;
    color: #a4a4a4;
  }

  .text-block-39 {
    margin-left: -139px;
    color: #a0a0a0;
  }

  .section-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 29px;
    margin-left: 0px;
  }

  .text-block-40 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    margin-left: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .div-block-36 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-37 {
    width: 280px;
    height: 50px;
    border-radius: 10px;
  }

  .button-13 {
    display: block;
    margin-top: 3px;
    margin-bottom: 0px;
    margin-left: 49px;
    padding: 25px 90px;
    border-radius: 10px;
    background-color: #f6a641;
    box-shadow: 1px 1px 3px 0 #000;
  }

  .text-field-4 {
    margin-top: 5px;
    padding-right: 12px;
    padding-left: 12px;
    border: 1px none transparent;
    background-color: #797979;
  }

  .text-block-48 {
    display: none;
  }

  .text-block-50 {
    padding-top: 12px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .div-block-42 {
    margin-left: 0px;
  }

  .div-block-43 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-44 {
    position: relative;
    display: block;
  }

  .div-block-45 {
    margin-top: 5px;
  }

  .div-block-46 {
    margin-top: 5px;
  }

  .div-block-47 {
    margin-top: -7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-54 {
    font-size: 10px;
  }

  .text-block-55 {
    font-size: 10px;
  }

  .text-block-56 {
    font-size: 10px;
  }

  .text-block-58 {
    font-size: 10px;
  }

  .div-block-50 {
    margin: -1px 20px 1px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .text-block-59 {
    margin: -9px 20px -43px;
    font-size: 10px;
  }

  .div-block-51 {
    position: relative;
    margin-top: -29px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-52 {
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-53 {
    width: 90%;
    margin-top: 0px;
  }

  .div-block-54 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    margin-left: -13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-55 {
    margin-right: 0px;
    margin-left: -20px;
  }

  .text-block-61 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .button-16 {
    width: 90%;
  }

  .div-block-61 {
    width: 600px;
  }

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

  .text-block-65 {
    font-size: 12px;
  }

  .container-7 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .text-block-73 {
    font-size: 18px;
  }

  .div-block-83 {
    display: block;
    height: 200px;
    margin-bottom: 0px;
  }

  .text-block-80 {
    margin-top: 0px;
  }

  .div-block-84 {
    margin-top: 25px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .button-20 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px;
  }

  .button-21 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px;
  }

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

  .div-block-86 {
    width: 90vw;
    height: 90vh;
    background-image: url('../images/Group-54-2.svg');
  }

  .div-block-87 {
    position: absolute;
    margin-top: 0px;
    padding-top: 40px;
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .div-block-88 {
    margin-left: 0px;
  }

  .text-block-81 {
    margin-right: 20px;
  }

  .text-block-85 {
    margin-left: 0px;
  }

  .div-block-92 {
    margin-top: 315px;
  }

  .grid-2 {
    margin-top: 65px;
    margin-right: 15px;
    margin-left: 15px;
  }

  .div-block-97 {
    display: none;
  }

  .div-block-98 {
    width: 90vw;
    height: 108vw;
    background-image: url('../images/Group-54-2.svg');
    background-size: cover;
  }

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

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

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

  .checkbox-field {
    margin-top: 23px;
  }

  .checkbox-label {
    font-size: 9px;
  }

  .div-block-108 {
    margin-top: 34px;
    margin-left: 40px;
  }

  .div-block-109 {
    margin-left: 20px;
  }

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

  .column-7 {
    left: 35px;
  }

  .body-4 {
    height: 10px;
  }

  .heading-9 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 25px;
  }

  .text-block-101 {
    margin-left: 50px;
    font-size: 14px;
    line-height: 25px;
  }

  .div-block-112 {
    height: 100px;
    margin-bottom: 121px;
  }

  .div-block-113 {
    margin-top: 20px;
    clear: none;
    text-align: left;
  }

  .text-block-102 {
    margin-top: 10px;
    margin-right: 120px;
    margin-left: 120px;
  }

  .div-block-115 {
    background-image: url('../images/Group-66-4.svg');
    background-position: 0px 0px;
    background-size: cover;
  }

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

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

  .div-block-120 {
    position: relative;
    height: 3px;
  }

  .div-block-121 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-122 {
    overflow: visible;
    width: 30px;
    height: 4px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .text-block-104 {
    display: none;
  }

  .div-block-123 {
    left: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .div-block-124 {
    display: none;
    overflow: visible;
  }

  .text-block-108 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 25px;
  }

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

  .div-block-132 {
    margin-top: 50px;
    margin-bottom: 0px;
    margin-left: 39px;
  }

  .div-block-134 {
    width: auto;
    margin-top: -70px;
  }

  .div-block-135 {
    margin-top: 94px;
    margin-right: 25px;
    margin-left: 25px;
  }

  .body-6 {
    overflow: visible;
  }

  .image-43 {
    text-align: center;
  }

  .image-44 {
    display: none;
  }

  .home {
    width: 100%;
    height: 1400px;
  }

  .sidebar {
    display: none;
  }

  .footer-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-173 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-140 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: left;
  }

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

  .div-block-181 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-47 {
    margin-top: 15px;
    margin-left: 0px;
  }

  .image-48 {
    margin-right: 0px;
  }

  .name {
    margin: 43px 200px -1px 50px;
    font-size: 40px;
  }

  .overview {
    margin-left: 50px;
    font-size: 20px;
    line-height: 25px;
  }

  .goals {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 35px;
    font-size: 14px;
    line-height: 20px;
  }

  .main-content {
    margin-left: 0px;
  }

  .april {
    margin-left: 100px;
  }

  .may {
    margin-left: 100px;
  }

  .june {
    margin-left: 100px;
  }

  .july {
    margin-left: 100px;
  }

  .october {
    margin-left: 0px;
  }

  .heading-13 {
    font-size: 18px;
  }

  .heading-14 {
    font-size: 18px;
  }

  .heading-15 {
    font-size: 18px;
  }

  .heading-16 {
    font-size: 18px;
  }

  .heading-17 {
    color: #000;
    font-size: 18px;
  }

  .heading-18 {
    font-size: 18px;
  }

  .heading-19 {
    font-size: 18px;
  }

  .november {
    margin-left: 100px;
  }

  .div-block-189 {
    background-position: 0px 0px, 50% 60px;
    background-size: auto, contain;
    background-attachment: scroll, scroll;
  }

  ._w-line {
    margin-top: -38px;
  }

  .div-block-190 {
    background-color: #955f3d;
  }

  .image-58 {
    display: none;
  }

  .div-block-193 {
    width: 250px;
    margin-left: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-194 {
    width: 250px;
    margin-left: 50px;
  }

  .heading-20 {
    font-size: 18px;
  }

  .div-block-195 {
    width: 250px;
    margin-left: 0px;
  }

  .div-block-202 {
    padding-bottom: 40px;
    padding-left: 5%;
  }

  .div-block-205 {
    margin-bottom: -95px;
    padding-bottom: 30%;
  }

  .div-block-207 {
    margin-left: 78px;
  }

  .div-block-208 {
    margin-bottom: -31px;
  }

  .div-block-209 {
    margin-left: 100px;
  }

  .image-63 {
    display: block;
  }

  .div-block-210 {
    display: none;
    margin-left: 50px;
  }

  .image-64 {
    display: block;
    width: 30px;
  }

  .div-block-211 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1000px;
    height: 4px;
    margin-right: -19px;
    margin-left: 79px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 20px;
    background-color: #fff;
  }

  .div-block-212 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-213 {
    margin-bottom: -94px;
  }

  .list-3 {
    padding-left: 0px;
  }

  .div-block-214 {
    padding-left: 5%;
  }

  .div-block-215 {
    padding-left: 5%;
  }

  .text-block-176 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .div-block-269 {
    margin-top: -15px;
    padding: 0px 60px 30px;
    background-image: url('../images/topbg2-2.png');
    background-position: 100% 0%;
    background-size: cover;
  }

  .text-block-179 {
    font-size: 15px;
  }

  .number_holders_hp {
    font-size: 20px;
  }

  .div-block-272 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 15px;
  }

  .div-block-273 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .text-block-181 {
    font-size: 15px;
  }

  .button-47 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .div-block-274 {
    margin-right: 80px;
    margin-left: 80px;
  }

  .text-block-182 {
    font-size: 15px;
  }

  .div-block-275 {
    margin-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .button-48 {
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .div-block-276 {
    margin-right: 100px;
    margin-left: 100px;
  }

  .heading-25 {
    font-size: 30px;
  }

  .text-block-183 {
    padding-right: 100px;
    padding-left: 100px;
    font-size: 14px;
  }

  .heading-26 {
    margin-right: 60px;
    margin-left: 60px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 50px;
  }

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

  .div-block-277 {
    padding-bottom: 19px;
  }

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

  .div-block-278 {
    height: 300px;
    margin-bottom: -48px;
    background-image: url('../images/glshade1-1-2.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .div-block-279 {
    margin-top: 21px;
    padding-top: 15px;
  }

  .image-66 {
    display: none;
  }

  .image-67 {
    display: none;
  }

  .div-block-280 {
    margin-top: 1px;
    padding-top: 29px;
    padding-right: 140px;
    padding-left: 140px;
  }

  .button-49 {
    margin-left: 60px;
    padding: 12px 15px;
    font-size: 14px;
  }

  .button-50 {
    margin-right: 60px;
    padding: 12px 15px;
    font-size: 14px;
  }

  .image-68 {
    display: none;
  }

  .image-69 {
    display: none;
  }

  .image-70 {
    display: none;
  }

  .image-71 {
    display: none;
  }

  .image-72 {
    display: none;
  }

  .image-73 {
    display: none;
  }

  .image-74 {
    display: block;
  }

  .image-75 {
    display: block;
  }

  .image-76 {
    display: block;
  }

  .image-77 {
    display: block;
  }

  .image-78 {
    display: block;
  }

  .image-79 {
    display: block;
  }

  .image-80 {
    display: none;
  }

  .image-81 {
    display: none;
  }

  .image-82 {
    display: block;
  }

  .image-83 {
    display: block;
  }

  .image-84 {
    display: block;
  }

  .image-85 {
    display: block;
  }

  .image-86 {
    display: block;
  }

  .image-87 {
    display: block;
  }

  .image-88 {
    display: block;
  }

  .image-89 {
    display: block;
  }

  .image-90 {
    display: block;
  }

  .image-91 {
    display: none;
  }

  .image-92 {
    display: none;
  }

  .image-93 {
    display: none;
  }

  .image-94 {
    display: none;
  }

  .image-95 {
    display: none;
  }

  .image-96 {
    display: none;
  }

  .image-97 {
    display: none;
  }

  .image-98 {
    display: none;
  }

  .image-99 {
    display: none;
  }

  .image-100 {
    display: none;
  }

  .div-block-282 {
    display: none;
  }

  .div-block-283 {
    display: none;
  }

  .div-block-289 {
    display: none;
  }

  .div-block-290 {
    display: none;
  }

  .div-block-291 {
    display: none;
  }

  .div-block-292 {
    display: none;
  }

  .div-block-293 {
    display: none;
  }

  .div-block-294 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-right: 15px;
    margin-left: 15px;
  }

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

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

  .section.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .container {
    text-align: center;
  }

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

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

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

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

  .logo-link {
    padding-left: 21px;
  }

  .navigation {
    position: relative;
    z-index: 999;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navigation-item {
    color: #000;
  }

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

  .menu-button.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

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

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

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

  .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 {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

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

  ._404-wrap {
    padding: 30px;
  }

  .footer {
    top: 866px;
    display: none;
    margin-top: -717px;
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .contact-form-2 {
    padding: 40px 20px;
  }

  .submit-button {
    margin-bottom: 30px;
  }

  .container-2 {
    position: relative;
  }

  .image-2 {
    display: none;
  }

  .paragraph-2 {
    margin-bottom: 40px;
  }

  .text-block-9 {
    margin-top: 47px;
  }

  .body {
    background-color: #000;
    background-image: none;
    color: #fff;
  }

  .container-5 {
    margin-top: -45px;
    padding-right: 0px;
    background-image: none;
  }

  .btn-trs {
    max-height: 30px;
    max-width: 30px;
    margin-top: -36px;
    margin-right: 0px;
    margin-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .bg-container {
    margin-top: -8px;
  }

  .div-block {
    position: relative;
    margin-right: 0px;
    margin-bottom: 1px;
    margin-left: 0px;
    padding-bottom: 10px;
  }

  .div-block-2 {
    position: relative;
    left: -128px;
    margin-top: 43px;
    margin-right: 11px;
    margin-left: -8px;
  }

  .div-block-3 {
    position: relative;
    left: -128px;
    height: 290px;
    margin-right: 10px;
    margin-left: -10px;
    font-family: Poppins, sans-serif;
  }

  .div-block-4 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-3 {
    position: static;
    left: auto;
    display: block;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: cover;
  }

  .column-4 {
    left: auto;
    top: 20px;
    right: auto;
    border-radius: 15px;
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: repeat-x;
  }

  .text-block-11 {
    position: relative;
    overflow: visible;
  }

  .text-block-12 {
    margin-right: 20px;
  }

  .columns {
    position: relative;
    left: 109px;
  }

  .text-block-16 {
    margin-right: 9px;
    margin-left: -44px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-6 {
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-span-copy {
    margin-top: 33px;
    float: right;
    font-size: 16px;
  }

  .div-block-5-copy {
    left: 49px;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .text-block-19 {
    color: #fff;
  }

  .text-block-20 {
    color: #fff;
  }

  .text-block-21 {
    color: #fff;
  }

  .div-block-13 {
    height: 2px;
    margin-right: auto;
    margin-left: 0px;
  }

  .text-block-23 {
    margin-right: 25px;
    padding-top: 9px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: Poppins, sans-serif;
  }

  .poe {
    position: static;
    display: block;
    min-width: 0px;
    margin: 24px auto 10px;
    padding: 0px 0px 8px 30px;
    float: left;
    clear: right;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-14 {
    position: relative;
    left: 44px;
    bottom: -7px;
    margin-left: -13px;
    float: none;
    clear: left;
  }

  .div-block-18 {
    margin-left: -29px;
  }

  .column-5 {
    position: relative;
    left: -121px;
    display: block;
    margin-top: -27px;
    background-color: transparent;
  }

  .btn-trs-copy {
    margin-right: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
  }

  .btn-trs-copy-copy {
    left: auto;
    margin-right: auto;
    padding-left: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
  }

  .text-block-26 {
    left: -13px;
    top: 57px;
    margin: 0px 61px -6px 257px;
    padding-right: 0px;
    padding-left: 0px;
    color: #fff;
  }

  .column-6 {
    position: relative;
    left: 2px;
    top: -70px;
    right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 150px;
    margin-top: -24px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .buttonv3-copy-copy-copy {
    margin-top: 20px;
    margin-right: 218px;
    margin-left: -24px;
    padding-left: 19px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
  }

  .bold-text {
    margin-bottom: 29px;
  }

  .text-block-12-copy {
    position: relative;
    margin-top: 17px;
    margin-right: auto;
    margin-left: 40px;
    padding-bottom: 5px;
    float: left;
    font-size: 16px;
  }

  .text-block-12-copy-copy {
    position: relative;
    margin-top: 6px;
    margin-right: auto;
    margin-left: 21px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
    text-align: center;
  }

  .text-block-12-copy-copy-copy {
    margin-left: 20px;
    float: right;
  }

  .button-10 {
    margin-left: 470px;
  }

  .button-11 {
    overflow: visible;
    width: 24px;
    height: 24px;
    max-height: 0px;
    max-width: 0px;
    min-height: 0px;
    min-width: 0px;
    background-color: transparent;
    background-image: url('../images/Buttons.svg');
    background-position: 50% 50%;
    background-size: 24px 24px;
    background-repeat: repeat-x;
    background-attachment: scroll;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-19 {
    margin-top: -1px;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .footer-image-2 {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .div-block-23 {
    margin-top: 622px;
  }

  .buttonv3-copy-copy-copy-copy {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 19px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
  }

  .poe-copy {
    position: static;
    display: block;
    min-width: 0px;
    margin: 24px auto 10px;
    padding: 0px 0px 8px 20px;
    float: left;
    clear: right;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block-23-copy {
    margin-right: 5px;
    padding-top: 17px;
    padding-right: 27px;
    padding-bottom: 0px;
    font-family: Poppins, sans-serif;
  }

  .image-14-copy {
    position: relative;
    left: 35px;
    bottom: -6px;
    margin-left: -20px;
    float: none;
    clear: left;
  }

  .columns-2 {
    left: -173px;
    margin: 2px auto 0px;
    border-radius: 0px;
  }

  .body-2 {
    background-image: url('../images/Group-62.svg');
    background-position: 50% 0%;
    background-size: cover;
  }

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

  .text-block-27 {
    font-size: 13px;
  }

  .div-block-25 {
    display: none;
  }

  .div-block-26 {
    display: block;
    width: 550px;
    height: 310px;
  }

  .section-6 {
    margin-top: 0px;
  }

  .section-7 {
    margin-top: 15px;
    margin-left: 73px;
  }

  .text-block-33 {
    margin-left: -30px;
  }

  .section-8 {
    margin-top: 0px;
  }

  .div-block-31 {
    width: 200px;
    margin-top: 21px;
    margin-left: 20px;
  }

  .div-block-32 {
    margin-top: 21px;
    margin-right: 21.5px;
    margin-left: 9.5px;
  }

  .div-block-33 {
    display: none;
  }

  .section-10 {
    margin-top: -32px;
    margin-left: -103px;
  }

  .text-block-38 {
    margin-left: 134px;
  }

  .section-11 {
    margin-top: 7px;
  }

  .text-block-40 {
    margin-left: 33px;
  }

  .button-13 {
    display: block;
    margin-top: 20px;
    margin-bottom: 9px;
    margin-left: 8px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
  }

  .button-13:hover {
    background-color: #a87f5f;
    text-decoration: none;
  }

  .div-block-38 {
    display: none;
  }

  .text-field-4 {
    display: block;
  }

  .text-block-49 {
    height: 45px;
    padding-top: 0px;
  }

  .text-block-50 {
    height: 45px;
    padding-top: 10px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .div-block-46 {
    display: none;
    margin-left: -41px;
  }

  .div-block-47 {
    display: none;
  }

  .text-block-54 {
    color: #fff;
    font-size: 13px;
  }

  .text-block-55 {
    font-size: 15px;
  }

  .text-block-56 {
    color: #fff;
    font-size: 13px;
  }

  .text-block-58 {
    font-size: 15px;
  }

  .div-block-51 {
    margin-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-52 {
    width: 100%;
    margin-right: -26px;
    margin-left: 29px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-54 {
    margin-top: 15px;
    margin-left: auto;
  }

  .div-block-55 {
    margin-top: 10px;
    margin-left: -22px;
  }

  .text-block-62 {
    color: #fff;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .div-block-61 {
    width: 500px;
    height: 350px;
    margin-top: 160px;
    margin-bottom: 60px;
  }

  .div-block-83 {
    height: 100px;
  }

  .text-block-80 {
    font-size: 25px;
  }

  .div-block-84 {
    margin-top: 15px;
  }

  .button-20 {
    font-size: 13px;
  }

  .button-21 {
    font-size: 13px;
  }

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

  .heading-8 {
    display: none;
    margin-right: 20px;
    margin-left: 80px;
  }

  .paragraph-3 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-89 {
    width: 500px;
  }

  .div-block-90 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-91 {
    width: 390px;
  }

  .div-block-92 {
    margin-top: 322px;
  }

  .grid-2 {
    margin-top: 86px;
  }

  .text-block-86 {
    margin-top: -40px;
    font-size: 15px;
  }

  .link-block-7 {
    margin-right: 10px;
  }

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

  .body-4 {
    overflow: auto;
    height: auto;
    background-size: cover;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .heading-9 {
    margin-top: 12px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 22px;
  }

  .text-block-101 {
    display: none;
    margin-top: -15px;
    margin-right: 242px;
    margin-left: 40px;
    font-size: 10px;
  }

  .div-block-112 {
    margin-bottom: 90px;
  }

  .text-block-102 {
    margin-right: 50px;
    margin-left: 50px;
  }

  .text-block-103 {
    margin-left: 40px;
    background-color: #fff;
  }

  .text-block-104 {
    display: block;
    margin-top: -10px;
    margin-right: 220px;
    margin-left: 40px;
    color: #fff;
  }

  .div-block-123 {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-124 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-block-105 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 10px;
  }

  .text-block-106 {
    margin-right: auto;
    margin-left: auto;
    padding: 8px;
    border-radius: 10px;
    background-color: #f6a640;
    color: #fff;
  }

  .text-block-107 {
    margin-right: 103px;
    margin-left: 204px;
  }

  .div-block-131 {
    margin-right: 40px;
    margin-bottom: 39px;
    margin-left: 40px;
  }

  .div-block-132 {
    margin-bottom: 0px;
  }

  .div-block-134 {
    margin-top: 0px;
  }

  .div-block-135 {
    margin-top: 45px;
  }

  .div-block-136 {
    height: 60px;
  }

  .image-44 {
    display: none;
  }

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

  .footer-3 {
    padding: 40px 20px;
  }

  .image-49 {
    display: none;
  }

  .div-block-182 {
    position: absolute;
    left: -13px;
  }

  .heading-12 {
    margin-left: 20px;
    color: #fff;
    font-size: 38px;
  }

  .div-block-183 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -26px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .name {
    margin-top: 3px;
    margin-right: 0px;
    margin-left: 40px;
    font-size: 30px;
  }

  .overview {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 40px;
    font-size: 16px;
    line-height: 20px;
  }

  .billboard {
    margin-top: 20px;
  }

  .title {
    margin-top: -20px;
    margin-bottom: 0px;
    background-position: 50% 100%;
    font-size: 20px;
  }

  .image-50 {
    width: 35%;
  }

  .main-image {
    margin-bottom: 32px;
  }

  .april {
    margin-left: 40px;
  }

  .may {
    margin-left: 40px;
  }

  .june {
    margin-left: 40px;
  }

  .july {
    margin-left: 40px;
  }

  .september {
    margin-left: 40px;
  }

  .october {
    margin-left: 40px;
  }

  .bullet-line {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .november {
    margin-left: 40px;
  }

  ._w-line {
    margin-bottom: -106px;
  }

  .div-block-193 {
    display: none;
  }

  .div-block-194 {
    display: none;
  }

  .div-block-195 {
    display: none;
  }

  .div-block-205 {
    margin-bottom: -66px;
    padding-bottom: 40%;
  }

  .div-block-209 {
    margin-left: 40px;
  }

  .div-block-213 {
    margin: 0px 0% -79px 2px;
  }

  .list-3 {
    padding-left: 0px;
  }

  .div-block-214 {
    background-position: 100% 100%;
  }

  .div-block-215 {
    background-image: url('../images/glshade1-1-2.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .text-block-176 {
    margin-top: 0px;
    font-size: 13px;
  }

  .text-block-177 {
    font-size: 13px;
  }

  .text-block-178 {
    font-size: 13px;
  }

  .text-block-179 {
    font-size: 12px;
  }

  .number_holders_hp {
    font-size: 16px;
  }

  .div-block-271 {
    margin-right: 60px;
    margin-left: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-273 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .text-block-181 {
    font-size: 13px;
  }

  .button-47 {
    font-size: 13px;
  }

  .div-block-274 {
    margin-top: 0px;
    margin-right: 60px;
    margin-left: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .div-block-275 {
    margin-top: 0px;
  }

  .button-48 {
    font-size: 13px;
  }

  .div-block-276 {
    margin-right: 60px;
    margin-left: 60px;
  }

  .heading-26 {
    font-size: 14px;
  }

  .div-block-279 {
    margin-right: 60px;
    margin-left: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-280 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-96 {
    display: none;
  }

  .image-97 {
    display: none;
  }

  .image-98 {
    display: none;
  }

  .image-99 {
    display: none;
  }

  .image-100 {
    display: none;
  }

  .div-block-293 {
    display: none;
  }

  .div-block-294 {
    display: none;
  }
}

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

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

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

  .menu {
    margin-left: -38px;
    padding-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navigation-wrap {
    margin-left: 30px;
    background-color: transparent;
  }

  .navigation {
    margin-left: -8px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #000;
    color: #000;
  }

  .navigation-item {
    color: #000;
  }

  .navigation-item.w--current {
    color: #8a8a8a;
  }

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

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .logo-image {
    position: relative;
    left: -54px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .navigation-items {
    position: absolute;
    z-index: auto;
    margin-right: -20px;
    margin-left: -20px;
    clear: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: red;
  }

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

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

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

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

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

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

  .blog-item {
    width: 100%;
    max-width: none;
  }

  .footer {
    top: 1430px;
    display: none;
    padding-right: 20px;
    padding-left: 59px;
    text-align: left;
  }

  .footer-flex-container {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-image {
    position: static;
    display: block;
    overflow: visible;
    width: 20%;
    height: auto;
    margin: 0px;
    padding-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .footer-heading {
    margin-top: 20px;
    font-weight: 600;
  }

  .contact-form-2 {
    display: block;
    margin-top: 170px;
  }

  .heading-2 {
    font-size: 20px;
  }

  .body {
    overflow: visible;
    background-position: 50% 0%;
    background-size: 500px;
  }

  .container-5 {
    display: none;
    margin-top: 35px;
    background-image: none;
  }

  .btn-trs {
    position: static;
    left: -3px;
    max-height: 40px;
    max-width: 40px;
    margin: 0px 1px 0px 3px;
    padding: 9px 10px 8px;
  }

  .bg-container {
    display: none;
  }

  .div-block {
    margin-right: auto;
    margin-left: auto;
  }

  .column-2 {
    display: block;
    padding-right: 434px;
    padding-left: 466px;
  }

  .div-block-2 {
    left: auto;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-3 {
    left: auto;
    height: 330px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 205px;
    margin-left: -15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-3 {
    position: relative;
    left: 0px;
    right: 0px;
    display: block;
    padding: 0px;
  }

  .text-block-11 {
    margin-right: 3px;
    margin-left: 0px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns {
    margin-top: 0px;
    margin-right: 13px;
  }

  .text-block-13 {
    margin-left: 25px;
    padding-right: 0px;
    font-family: Poppins, sans-serif;
  }

  .image-9 {
    margin-top: -5px;
    margin-bottom: 0px;
    margin-left: 22px;
  }

  .text-block-16 {
    margin: 15px 10px 5px 9px;
    padding-left: 10px;
    font-size: 8px;
  }

  .div-block-6 {
    margin-left: 109px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-span-copy {
    position: static;
    left: 252px;
    top: 6px;
    margin: auto 20px auto auto;
    float: right;
  }

  .div-block-5-copy {
    left: auto;
    overflow: hidden;
    margin-top: 91px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .heading-7 {
    overflow: hidden;
    margin-top: -86px;
    margin-left: 44px;
    font-size: 16px;
  }

  .div-block-13 {
    display: block;
    height: 2px;
    margin-right: -1px;
    padding-right: 0px;
  }

  .text-block-23 {
    overflow: auto;
    margin: 15px 0px 12px;
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 15px;
    font-family: Poppins, sans-serif;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .poe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 25px 0px 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .image-14 {
    left: auto;
    bottom: auto;
    width: 32px;
    height: 25px;
    margin: 8px 0px 0px 15px;
    padding: 0px 0px 0px 6px;
  }

  .div-block-18 {
    margin-top: 97px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .column-5 {
    margin-top: -32px;
    padding-top: 0px;
    padding-right: 446px;
    padding-left: 488px;
  }

  .btn-trs-copy {
    margin-right: 146px;
    padding-right: 0px;
  }

  .btn-trs-copy {
    display: none;
    margin-right: 16px;
    margin-left: 135px;
    padding-right: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
  }

  .btn-trs-copy-copy {
    top: -11px;
    margin-right: 1px;
    margin-left: 0px;
    padding-right: 0px;
    border-style: none;
    border-width: 1px;
    border-color: #fff;
  }

  .text-block-26 {
    left: 0px;
    top: 83px;
    right: auto;
    bottom: 32px;
    margin: 30px auto -61px 14px;
    padding-top: 0px;
    font-family: Poppins, sans-serif;
    color: #fff;
    text-align: left;
  }

  .column-6 {
    left: 32px;
    top: -27px;
    display: block;
    overflow: visible;
    margin-top: 689px;
    margin-bottom: -49px;
  }

  .buttonv3-copy-copy-copy {
    margin: 33px -25px 1px 1360px;
    padding-right: 0px;
    padding-left: 38px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
  }

  .text-block-12-copy {
    margin-top: 11px;
    margin-bottom: 0px;
    margin-left: 22px;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-12-copy-copy {
    position: relative;
    left: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    margin-right: 19px;
    margin-left: 17px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    clear: none;
    font-size: 11px;
    text-align: center;
  }

  .text-block-12-copy-copy-copy {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    float: right;
  }

  .text-block-12-copy-copy-copy-copy {
    margin-right: 20px;
  }

  .button-10 {
    margin-top: -12px;
    margin-bottom: 16px;
    margin-left: 248px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .div-block-19 {
    left: 110px;
    margin: 79px auto 26px;
    padding-right: 0px;
  }

  .image-15 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-16 {
    padding-right: 0px;
  }

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-logo-link-2 {
    height: 60px;
  }

  .footer-heading-2 {
    margin-top: 20px;
  }

  .div-block-20 {
    margin-top: 75px;
  }

  .div-block-21 {
    margin-top: 13px;
  }

  .div-block-22 {
    margin-top: 11px;
  }

  .div-block-23 {
    display: none;
  }

  .buttonv3-copy-copy-copy-copy {
    margin: 33px auto 1px 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-style: none;
    border-width: 1px;
    border-color: #fff;
  }

  .poe-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 16px 0px 0px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0px;
  }

  .text-block-23-copy {
    overflow: auto;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 0px 30px 0px 15px;
    font-family: Poppins, sans-serif;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-14-copy {
    left: auto;
    bottom: auto;
    margin-top: 8px;
    margin-left: 15px;
    padding-top: 1px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-2 {
    left: -174px;
    display: block;
  }

  .body-2 {
    background-color: transparent;
    background-image: url('../images/Group-60-5.svg');
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .div-block-24 {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .text-block-27 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-25 {
    position: absolute;
    display: none;
    height: 300vh;
    margin-top: 0px;
  }

  .div-block-26 {
    display: none;
    margin-top: auto;
    margin-bottom: auto;
  }

  .div-block-27 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    margin-top: 7px;
  }

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

  .link-block-3 {
    margin-top: 5px;
  }

  .text-block-29 {
    margin-right: 83px;
    padding-top: 6px;
    color: #fff;
  }

  .section-7 {
    display: block;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-32 {
    position: absolute;
    left: 8%;
    top: 14%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-31 {
    width: 260px;
    margin-top: 47px;
    margin-left: 42px;
  }

  .div-block-38 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 300px;
    height: 400px;
    margin: 460px auto auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-radius: 20px;
    background-color: #2b2b2b;
  }

  .image-30 {
    width: 300px;
    margin-top: 0px;
    margin-left: 32px;
    border-radius: 0px;
  }

  .text-block-41 {
    margin-top: 17px;
    margin-right: 20px;
    margin-left: -22px;
  }

  .text-block-42 {
    margin-top: 38px;
    margin-left: 23px;
    color: #a0a0a0;
  }

  .text-block-43 {
    margin-top: 95px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .text-block-44 {
    margin-top: 13px;
    margin-bottom: -1px;
    margin-left: 20px;
    color: #a0a0a0;
  }

  .text-block-45 {
    margin-top: 31px;
    margin-right: 20px;
    margin-left: 20px;
    border: 1px none #000;
  }

  .text-block-46 {
    color: #a0a0a0;
  }

  .div-block-39 {
    display: none;
    margin-top: 3px;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-47 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2ba733;
  }

  .button-14 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    margin-right: 15px;
    margin-left: 15px;
    padding: 20px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #f6a641;
    box-shadow: 1px 1px 3px 0 #000;
    color: #fff;
    font-size: 19px;
  }

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

  .text-block-51 {
    margin-top: 39px;
    padding: 9px 24px;
    background-color: #525252;
  }

  .text-block-52 {
    margin-top: 13px;
    padding-left: 25px;
    color: #a6a6a6;
  }

  .text-field-5 {
    display: block;
    height: 40px;
    margin-top: 7px;
    padding-right: 25px;
    padding-left: 25px;
    border: 1px solid transparent;
    background-color: #525252;
    color: #fff;
  }

  .text-field-6 {
    height: 40px;
    margin-top: 12px;
    margin-bottom: 0px;
    padding-right: 25px;
    padding-left: 25px;
    border: 1px solid transparent;
    background-color: #525252;
  }

  .div-block-41 {
    position: relative;
    z-index: 3;
  }

  .form-block {
    position: relative;
    z-index: 3;
  }

  .text-block-53 {
    display: none;
    margin-left: 5px;
    padding-top: 13px;
  }

  .div-block-42 {
    margin-left: 0px;
  }

  .div-block-46 {
    margin-left: 39px;
  }

  .div-block-47 {
    margin-left: 25px;
  }

  .div-block-51 {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .div-block-52 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 30px auto -24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-53 {
    width: 80%;
    margin: 0px auto;
  }

  .div-block-54 {
    margin-top: 15px;
    margin-left: auto;
  }

  .div-block-55 {
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-61 {
    margin-bottom: 20px;
  }

  .text-block-62 {
    display: none;
  }

  .button-16 {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .button-16:hover {
    color: #fff;
  }

  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .div-block-58 {
    width: 300px;
  }

  .div-block-59 {
    height: 700px;
  }

  .button-17 {
    width: 200px;
  }

  .div-block-61 {
    position: relative;
    z-index: 3;
    width: 300px;
    height: 450px;
    margin: 0px auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: Poppins, sans-serif;
  }

  .text-block-65 {
    width: 300px;
  }

  .div-block-66 {
    width: 300px;
  }

  .div-block-67 {
    width: 250px;
  }

  .div-block-68 {
    width: 250px;
  }

  .button-18 {
    width: 220px;
  }

  .text-block-71 {
    margin-right: 18px;
  }

  .text-block-72 {
    margin-right: 18px;
  }

  .div-block-74 {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 900px;
    height: 500px;
    margin-top: 616px;
    margin-left: -381px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f7fafe;
  }

  .div-block-75 {
    height: 250px;
    margin-top: -210px;
    background-color: #f7fafe;
  }

  .div-block-84 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .button-20 {
    margin-left: 15px;
    padding: 8px 13px;
  }

  .button-21 {
    padding: 8px 13px;
  }

  .div-block-111 {
    width: 100px;
    height: 10px;
    background-color: #b4b7bb;
  }

  .column-7 {
    display: block;
  }

  .heading-9 {
    margin: 20px 0px -15px;
    color: #fff;
    font-size: 20px;
  }

  .text-block-101 {
    display: none;
    overflow: visible;
    width: 170px;
    margin-right: 38px;
    margin-left: 25px;
    padding-right: 40px;
    color: #fff;
    font-size: 6px;
    line-height: 17px;
  }

  .div-block-112 {
    display: block;
    margin-top: -26px;
    margin-bottom: -2px;
  }

  .heading-10 {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 19px;
  }

  .div-block-113 {
    margin-top: 50px;
    margin-right: 31px;
    margin-left: 31px;
    padding-top: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #f6a641;
    border-radius: 5px;
  }

  .text-block-102 {
    margin-right: 26px;
    margin-left: 25px;
    padding: 8px 9px 18px;
    border-style: none;
    border-width: 1px;
    border-color: #8e5736;
    border-radius: 4px;
    font-size: 10px;
  }

  .div-block-114 {
    display: none;
  }

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

  .div-block-122 {
    border-radius: 20px;
  }

  .text-block-104 {
    display: block;
    width: 140px;
    margin-left: 30px;
  }

  .div-block-123 {
    left: auto;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-124 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-105 {
    margin-left: auto;
    font-size: 15px;
    text-align: center;
  }

  .text-block-106 {
    display: block;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 15px;
  }

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

  .container-8 {
    position: relative;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #000;
  }

  .columns-3 {
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
  }

  .text-block-107 {
    display: none;
  }

  .image-42 {
    position: relative;
    left: -57px;
    margin-top: 12px;
    margin-left: 23px;
  }

  .div-block-126 {
    position: relative;
    left: auto;
    top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    margin-top: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-127 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-128 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-129 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-108 {
    margin-top: 30px;
    font-size: 18px;
  }

  .text-block-109 {
    font-size: 15px;
  }

  .div-block-132 {
    margin-top: 32px;
    margin-bottom: 0px;
    margin-left: 20px;
  }

  .div-block-134 {
    display: block;
    height: 400px;
  }

  .div-block-136 {
    height: 50px;
  }

  .text-block-110 {
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
  }

  .text-field-10 {
    width: 100%;
    margin-bottom: 0px;
  }

  .div-block-137 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .text-block-111 {
    display: block;
    margin-top: -25px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .text-field-11 {
    width: 100%;
  }

  .field-label-7 {
    margin-top: 15px;
  }

  .text-block-112 {
    position: relative;
  }

  .body-6 {
    overflow: visible;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .form-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 8px;
    margin-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-43 {
    display: block;
  }

  .div-block-141 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-44 {
    display: none;
    margin-top: -19px;
  }

  .form-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sidebar {
    display: block;
  }

  .footer-3 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .body-8 {
    display: block;
    overflow: auto;
    clear: none;
    background-image: none;
    background-clip: border-box;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .name {
    margin-top: -18px;
    margin-right: 99px;
    margin-left: -11px;
    color: hsla(0, 0%, 100%, 0);
    font-size: 16px;
  }

  .overview {
    margin-top: -10px;
    margin-right: 0px;
    margin-left: 30px;
    color: hsla(0, 0%, 100%, 0);
    font-size: 11px;
  }

  .title {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11px;
    font-weight: 500;
  }

  .image-50 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .main-image {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .goals {
    padding-left: 15px;
    font-size: 12px;
  }

  .foot {
    padding-top: 2px;
    background-image: url('../images/Group-66-4.svg');
    background-position: 100% 100%;
    background-size: cover;
  }

  .main-content {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .april {
    margin-left: 20px;
  }

  .may {
    margin-left: 20px;
  }

  .june {
    margin-left: 20px;
  }

  .july {
    margin-left: 20px;
  }

  .august {
    margin-left: 20px;
  }

  .september {
    margin-left: 20px;
  }

  .october {
    margin-left: 20px;
    background-clip: border-box;
  }

  .bullet-line {
    position: static;
    overflow: visible;
    width: 35px;
    clear: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .text {
    margin-right: 20px;
    margin-left: 0px;
    padding-left: 5px;
  }

  .heading-13 {
    font-size: 14px;
  }

  .heading-14 {
    font-size: 14px;
  }

  .heading-15 {
    font-size: 14px;
  }

  .heading-16 {
    font-size: 14px;
  }

  .heading-17 {
    color: #fff;
    font-size: 14px;
  }

  .heading-18 {
    font-size: 14px;
  }

  .heading-19 {
    display: block;
    overflow: visible;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 14px;
  }

  .line-w {
    margin-top: -22px;
    margin-bottom: -34px;
  }

  .image-51 {
    width: 20px;
  }

  .image-52 {
    overflow: visible;
    width: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-53 {
    width: 20px;
  }

  .image-54 {
    width: 20px;
  }

  .image-55 {
    width: 20px;
  }

  .november {
    margin-left: 18px;
  }

  .div-block-189 {
    -o-object-fit: cover;
    object-fit: cover;
  }

  ._w-line {
    margin-top: -27px;
    margin-bottom: -73px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .s {
    width: 20px;
  }

  .image-60 {
    width: 20px;
  }

  .image-61 {
    width: 20px;
  }

  .heading-20 {
    font-size: 14px;
  }

  .div-block-198 {
    display: none;
  }

  .div-block-204 {
    display: none;
  }

  .div-block-205 {
    margin-bottom: -44px;
    padding-bottom: 30%;
  }

  .image-62 {
    display: none;
  }

  .div-block-208 {
    margin-top: -23px;
  }

  .div-block-209 {
    width: 35px;
    margin-left: 0px;
  }

  .image-64 {
    width: 20px;
  }

  .text-block-152 {
    display: none;
    margin-right: 40px;
    margin-left: 40px;
    font-family: Poppins, sans-serif;
    color: #8d5435;
    text-align: justify;
  }

  .container-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .list-2 {
    overflow: visible;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .list-item-12 {
    display: none;
  }

  .list-item-13 {
    display: block;
  }

  .list-item-14 {
    margin-right: 31px;
  }

  .div-block-215 {
    padding-left: 4%;
  }

  .text-block-176 {
    display: none;
    font-size: 10px;
  }

  .text-block-177 {
    font-size: 10px;
  }

  .div-block-268 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .text-block-178 {
    margin-left: 0px;
    font-size: 10px;
  }

  .div-block-269 {
    margin-top: -20px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
  }

  .text-block-179 {
    margin-left: 0px;
    font-size: 14px;
    text-align: center;
  }

  .number_holders_hp {
    font-size: 18px;
  }

  .div-block-270 {
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: center;
  }

  .div-block-271 {
    display: none;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .text-block-181 {
    margin-bottom: 10px;
  }

  .button-47 {
    margin-bottom: 20px;
  }

  .div-block-274 {
    margin-right: 80px;
    margin-left: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block-182 {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
  }

  .button-48 {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .div-block-276 {
    display: none;
    margin-right: 60px;
    margin-left: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .heading-25 {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 20px;
  }

  .text-block-183 {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
  }

  .heading-26 {
    display: none;
    height: 130px;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 12px;
  }

  .text-block-184 {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 12px;
  }

  .heading-27 {
    font-size: 20px;
  }

  .text-block-185 {
    padding-bottom: 10px;
    font-size: 14px;
  }

  .div-block-279 {
    display: none;
    margin-right: 90px;
    margin-left: 90px;
  }

  .div-block-280 {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .button-49 {
    margin: 0px 10px 0px 15px;
  }

  .button-50 {
    margin-right: 15px;
    margin-bottom: 0px;
    margin-left: 10px;
  }

  .image-74 {
    margin-top: 0px;
  }

  .image-75 {
    margin-top: 0px;
  }

  .image-76 {
    margin-top: 0px;
  }

  .image-79 {
    margin-top: -6px;
  }

  .image-82 {
    margin-top: 0px;
  }

  .image-83 {
    margin-top: 0px;
  }

  .text-block-186 {
    display: block;
    margin: 40px 20px 20px;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
  }

  .div-block-281 {
    margin-top: 20px;
  }

  .image-96 {
    display: none;
  }

  .image-97 {
    display: none;
  }

  .image-98 {
    display: none;
  }

  .image-99 {
    display: none;
  }

  .image-100 {
    display: none;
  }

  .div-block-284 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-189 {
    padding-bottom: 19px;
    padding-left: 12px;
  }

  .div-block-288 {
    height: 1px;
  }

  .div-block-289 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    padding-top: 20px;
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-290 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 60px;
    padding-bottom: 20px;
    padding-left: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-291 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 80px;
    margin-left: 80px;
    padding-top: 15px;
    padding-bottom: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-block-292 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 80px;
    margin-left: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-block-293 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 40px 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-294 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 25px 40px 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-295 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-296 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-297 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-298 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#w-node-_6827ff1d-8983-30c8-638f-162d7737e6d9-7737e6bd {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_121b1d77-744f-65dd-f5bf-4a27ed9024e5-723afe68 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_6827ff1d-8983-30c8-638f-162d7737e6c9-7737e6bd {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6827ff1d-8983-30c8-638f-162d7737e6cd-7737e6bd {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6827ff1d-8983-30c8-638f-162d7737e6d1-7737e6bd {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6827ff1d-8983-30c8-638f-162d7737e6d5-7737e6bd {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

