:root {
  --color: #be9a30;
  --black: black;
  --white: white;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

.background-video {
  background-color: #fff;
  max-height: 1000px;
  overflow: visible;
}

.background-video-2 {
  opacity: 1;
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #00000087;
  background-image: linear-gradient(#be9a3061, #61480052);
  background-clip: border-box;
  width: auto;
  max-width: none;
  height: 1000px;
  display: block;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #dddddd2b;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 93px;
  display: flex;
  position: relative;
}

.nav-link {
  color: #fff;
}

.nav-menu {
  display: flex;
}

.nav-button {
  -webkit-text-fill-color: inherit;
  background-color: #be9a30;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 12px;
  min-width: 114px;
  height: 2px;
  min-height: 49px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 0;
  display: flex;
}

.image {
  display: block;
}

.navbar-logo-left {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 20px;
  max-width: 71%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  border-radius: 0;
  width: 100%;
  max-width: 1140px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #be9a30;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: #fff;
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #fff;
  letter-spacing: .25px;
  vertical-align: baseline;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #be9a30;
}

.button-primary {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #fdfdfd1a;
  border: 1px solid #be9a30;
  border-radius: 20px;
  padding: 12px 50px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  overflow: visible;
}

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

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

.button-primary.report-cta {
  color: #fff;
  background-color: #be9a30;
}

.button-primary.report-cta:hover {
  background-color: #001022;
}

.text-block {
  color: #fff;
}

.hero-heading {
  text-align: center;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 70%;
  margin-bottom: 40px;
  font-family: Roboto Serif, sans-serif;
  font-size: 50px;
  line-height: 70px;
  display: flex;
}

.div-block {
  text-align: center;
  object-fit: fill;
  flex-flow: column;
  place-content: stretch center;
  align-items: center;
  width: auto;
  min-width: 100px;
  max-width: 60%;
  margin-top: 180px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.body {
  display: block;
}

.paragraph {
  font-size: 24px;
}

.paragraph-2 {
  margin-bottom: 60px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.button {
  max-width: 50px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-3 {
  color: #4f575a;
  align-self: flex-start;
  max-width: 60%;
  margin-left: 0;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 184%;
  overflow: visible;
}

.paragraph-3.item-para {
  text-align: left;
  flex: none;
  width: 100%;
  max-width: 79%;
}

.paragraph-3.para-report {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-3.contact-us-heading {
  font-family: Roboto Serif, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.paragraph-3.about-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #ffffff80;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-3.about-para {
  text-align: center;
  align-self: center;
  width: 81%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  display: block;
}

.paragraph-3.cell-para {
  max-width: 100%;
}

.who-we-are {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.heading {
  color: #be9a30;
  text-align: left;
  object-fit: fill;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 25vw;
  max-width: 100%;
  margin: 0;
  font-family: Roboto Serif, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 56px;
  display: block;
  overflow: visible;
}

.heading.heading2 {
  align-self: flex-end;
  font-weight: 400;
  line-height: 46px;
  font-size: 30px;
  max-width: 300px;
}

.heading.card {
  text-align: center;
  width: 34vw;
  margin-left: auto;
  margin-right: auto;
}

.image-2 {
  max-width: 50%;
  max-height: 138px;
  margin 0px 30px 
}

.section3 {
  position: static;
}

.section-dummy {
  background-color: #4c9af2;
  flex-flow: column;
  justify-content: flex-end;
  width: 800vw;
  display: flex;
  position: static;
  bottom: -1px;
}

.div-block-3 {
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #001022;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-height: 72%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 60%;
  display: grid;
}

.heading-2 {
  box-sizing: border-box;
  color: #fff;
  object-fit: fill;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
  position: static;
}

.grid {
  grid-column-gap: 79px;
  grid-row-gap: 79px;
}

.container5 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-height: 100%;
  display: flex;
}

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

.image-link:hover {
  background-image: url('../images/Silver-test.png');
  background-position: 0 0;
  background-size: auto;
}

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

.quick-stack {
  max-width: 76%;
  margin-left: auto;
  margin-right: auto;
}

.image-silver-mel:hover {
  opacity: 1;
  background-color: #0000;
  background-image: none;
}

.card-1 {
  cursor: pointer;
  background-color: #081e3600;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  width: 30rem;
  height: 35rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #02162c;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 30%;
  padding: 1.5rem;
  line-height: 20px;
  display: flex;
}

.card-image-wrapper {
  object-fit: cover;
  height: 70%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.card-heading {
  color: #fff;
  object-fit: fill;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.paragraph-4 {
  color: #f8f8f85c;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.card-paragraph {
  font-weight: 400;
}

.card-image1 {
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.grid-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: stretch;
  place-items: stretch stretch;
  width: auto;
  height: auto;
}

.navigation-bar {
  background-color: #041426;
}

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

.heading-3.heading {
  flex-flow: row;
  justify-content: center;
  width: 26vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-3.heading.about-heading {
  text-align: center;
  margin-left: auto;
}

.container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  place-items: center;
  max-width: 60%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

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

.tab-heading {
  color: #4f575a;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  display: flex;
}

.tab-heading-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.tab-des-wrapper {
  flex: none;
  width: 650px;
  max-height: 80rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.accordiann {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-color: #f8f8f8;
  flex-flow: row;
  flex: 1;
  max-width: 60%;
  margin-top: 2rem;
  margin-bottom: 0;
  margin-left: auto;
  padding: 2rem 1rem;
  display: block;
}

.tab-icon {
  box-sizing: border-box;
  clear: none;
  object-fit: cover;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 5rem;
  height: auto;
  margin-top: 0;
  display: flex;
}

.paragraph-5 {
  color: #4f575a;
  max-height: none;
  margin-bottom: 0;
  display: flex;
}

.image-3, .image-4 {
  width: 15rem;
}

.image-5, .image-6, .image-7 {
  width: 15rem;
  max-width: 70%;
}

.text-content-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding: 0 2rem 2rem;
  display: flex;
}

.accordian-wrapper {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.tab {
  background-color: #f0f0f0;
  border-radius: 1rem;
}

.accordian-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: pointer;
  background-color: #f0f0f0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 1.5rem 1.5rem .8rem;
  display: flex;
}

.accordian-header.w--current {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f0f0f0;
  flex-flow: column;
}

.accordian-pannel {
  margin-left: 0;
  padding-bottom: 1.5rem;
  padding-left: 5.1rem;
  padding-right: 1.5rem;
  display: block;
}

.accordian-pannel.pannel-close {
  display: none;
}

.text-block-3 {
  color: #4f575a;
  align-self: center;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.paragraph-6 {
  box-sizing: border-box;
  color: #4f575a;
  flex: none;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 27px;
  display: block;
}

.icon-wrapper {
  width: 3rem;
  height: 3rem;
}

.container-5 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.container-6 {
  display: flex;
}

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

.container-7 {
  display: flex;
  zoom: 1.2;
}

.tab-timer {
  z-index: auto;
  background-color: #be9a30;
  justify-content: flex-start;
  width: 64%;
  height: 3px;
  display: block;
  position: absolute;
  inset: auto;
}

.tab-timer-bar {
  background-color: var(--color);
  width: 100%;
  height: 3px;
  position: relative;
  inset: 0% 0% auto;
}

.tabs {
  background-color: #f0f0f0;
  flex-flow: column;
  display: block;
}

.tabs-menu {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tab-link-tab-1 {
  display: flex;
}

.tab-link-tab-1.w--current {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
}

.div-block-7 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  display: flex;
}

.tabs-content {
  display: none;
}

.div-block-8 {
  background-color: var(--color);
  width: 100%;
  height: 3px;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-8.timer-close {
  display: none;
}

.track {
  height: 400svw;
}

.camera {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.frame {
  object-fit: fill;
  background-color: #fff;
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  height: 100%;
  padding: 60px 40px;
  display: flex;
  overflow: visible;
}

.item1 {
  object-fit: cover;
  background-color: #f0f0f0;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  height: 100vh;
  display: flex;
}

.item-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e0d3af;
  border: 1px #1a19195e;
  border-radius: 20px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 98%;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

.item-content.block-name {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-style: none;
  justify-content: center;
  align-items: flex-start;
}

.item-card-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #d4d4d4;
  border-radius: 20px;
  flex-flow: column;
  flex: none;
  width: 65%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 40px 100px;
  display: flex;
}

.item-card-image {
  object-fit: cover;
  border-radius: 10px;
  flex: none;
  width: 100%;
}

.image-8 {
  width: 63%;
}

.div-block-9 {
  flex-flow: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-4 {
  flex: none;
  font-size: 31px;
}

.track2 {
  height: 400vh;
  display: block;
}

.camera2 {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
}

.frame2 {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 60px;
  display: flex;
}

.item2, .image-9 {
  object-fit: cover;
}

.section-wrapper {
  background-image: url('../images/bg-section.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: contain;
  width: 100vw;
  height: 500vh;
  margin-top: -60px;
  overflow: visible;
}

.section-heiight {
  box-sizing: border-box;
  width: 100%;
  height: 500vh;
  overflow: visible;
}

.sticky-element {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.track1 {
  background-color: #882626;
  flex: none;
  height: 100%;
  padding-top: 0;
  transition: opacity .2s;
  transform: translate(0);
}

.track-flex {
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.item {
  background-color: #fff;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 60vh;
  margin-left: 26px;
  margin-right: 26px;
  padding: 0;
  display: flex;
}

.image-10 {
  overflow-wrap: normal;
  object-fit: fill;
  overflow: clip;
}

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

.div-block-10 {
  background-color: #fff7f7;
  border-radius: 20px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 80%;
  margin: 0;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.heading-6 {
  flex: none;
  width: 402px;
  font-size: 71px;
  line-height: 71px;
  position: static;
  inset: 21% auto auto 0%;
}

.heading-7 {
  width: 356px;
  font-size: 61px;
  line-height: 65px;
}

.image-11, .image-12, .image-13, .image-14 {
  width: 70%;
}

.paragraph-7 {
  width: 80%;
  position: static;
}

.paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11 {
  width: 80%;
}

.section-6 {
  width: 100%;
  height: 50vh;
}

.heading-8 {
  -webkit-text-stroke-color: #ad6d6d;
  font-size: 55px;
}

.footer {
  background-color: #001022;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.footer-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-wrapper {
  display: flex;
}

.footer-item {
  display: block;
}

.footer-item-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 30%;
  margin-left: 84px;
  margin-right: 0;
  display: flex;
}

.div-block-11 {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  padding-left: 0;
  display: flex;
}

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

.scroll-image {
  object-fit: contain;
  flex-flow: column;
  width: auto;
  height: auto;
  margin-bottom: 5%;
  display: block;
}

.heading-9 {
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  line-height: 36px;
}

.paragraph-12 {
  color: #4f575a;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.item-copy {
  width: 100%;
}

.view-report {
  background-color: #e0d3af;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 100%;
  margin: 10%;
  display: flex;
}

.view-report-wrapper {
  background-color: #fff;
  border: 1px solid #be9a30;
  border-radius: 20px;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.heading-10 {
  text-align: left;
  font-family: Roboto Serif, sans-serif;
  font-size: 50px;
  line-height: 65px;
}

.report-button {
  text-align: center;
  object-fit: fill;
  background-color: #be9a30;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 36%;
  height: 56%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.report-button.button-primary {
  text-transform: none;
}

.report-image {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.report-copy {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  width: 43%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Roboto, sans-serif;
  display: flex;
  overflow: visible;
}

.infinete-loop {
  background-color: #be9a30;
  width: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  overflow: hidden;
}

.inner-loop {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.heading-11 {
  color: #ececec;
  white-space: nowrap;
  word-break: normal;
  object-fit: fill;
  margin: 0 3vw;
  font-family: Roboto, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  line-height: 2.3;
  display: inline-block;
}

.heading-12 {
  color: #fff;
}

.image-block {
  padding-left: 1%;
  padding-right: 1%;
}

.image-15 {
  vertical-align: top;
  object-fit: contain;
  width: 101%;
  display: inline-block;
}

.image-16 {
  object-fit: cover;
  width: auto;
}

.button-warpper {
  width: 20%;
}

.cell-2 {
  text-align: center;
  padding-left: 35px;
  display: flex;
}

.cell-3 {
  padding-left: 35px;
}

.quick-stack-2 {
  grid-column-gap: 7px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #e0d3af;
  border-radius: 20px;
  width: 69%;
  margin: 40px auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.image-17 {
  object-fit: cover;
  width: auto;
  height: 100%;
}

.cell-4 {
  display: block;
}

.report-img {
  vertical-align: baseline;
  border-left: 1px #000;
  border-radius: 0;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  display: inline-block;
}

.heading-13 {
  margin-top: 0;
  margin-bottom: 0;
}

.container-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e0d3af;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  width: 73vw;
  max-width: 100vw;
  margin-top: 78px;
  margin-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-13 {
  width: 63%;
  margin-bottom: 41px;
  line-height: 27px;
}

.heading-14 {
  width: 75%;
  font-family: Roboto Serif, sans-serif;
}

.image-18 {
  border-radius: 20px;
  width: 95%;
  max-width: none;
}

.list-item {
  background-color: #a4909017;
  border: 1px solid #fff;
  border-radius: 20px;
  align-self: stretch;
  width: 177px;
  height: 45px;
  padding: 10px;
}

.list-item.button-primary {
  text-transform: none;
  background-color: #a4909000;
  border-style: none;
  width: 205px;
  padding: 0;
}

.section-7 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 4rem auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.section-8 {
  background-color: #fff0c470;
  margin-bottom: 80px;
}

.address {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  order: 0;
  width: auto;
  display: block;
}

.heading-para {
  color: #ffffff80;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.heading-para.about-info {
  text-align: center;
}

.heading-para.contact-heading {
  color: #4f575a;
}

.container-9 {
  flex-flow: row;
  align-items: center;
  display: flex;
}

.grid-3 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-content: end center;
}

.map {
  width: 400px;
  height: 400px;
}

.container-10 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  align-items: center;
  width: 80%;
  max-width: 100%;
  margin-right: auto;
  display: flex;
}

.about-image {
  background-color: #000;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-width: 50px;
  height: 100%;
  display: block;
}

.about-info {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-flow: column;
  max-width: 85%;
  display: flex;
}

.section-9 {
  background-color: #001022;
  background-image: linear-gradient(#001022ed, #001022ed), url('../images/about-us_1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.about-service-wrapper {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  flex-flow: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cell-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  word-break: normal;
  overflow-wrap: normal;
  background-color: #fbebbe00;
  border-radius: 20px;
  padding: 40px 30px;
}

.cell-6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fbebbe00;
  border-radius: 20px;
  padding: 40px 30px;
}

.cell-7, .cell-8 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fbebbec2;
  border-radius: 20px;
  padding: 40px 20px 40px 40px;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #02162c00;
  border-top: 1px solid #ffffff2e;
  padding: 40px;
}

.cell-9, .cell-10 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fbebbe00;
  border-radius: 20px;
  padding: 40px 30px;
}

.image-19 {
  border-radius: 1rem;
  max-width: 100%;
  position: static;
}

.form-block {
  background-color: #fff0c470;
  border-radius: 20px;
  width: 60%;
  margin: 100px auto auto;
  padding: 100px;
}

.text-field {
  border-radius: 6px;
  margin-bottom: 40px;
}

.submit-button {
  background-color: #be9a30;
  border-radius: 20px;
  padding: 10px 40px;
}

.field-label {
  margin-bottom: 10px;
}

.success-message {
  background-color: #fff;
  border-radius: 20px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 0;
}

.text-block-8 {
  color: #036e35;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  background-color: #d5ffa8;
  border-radius: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.image-20 {
  border-radius: 3px;
  max-width: 100%;
}

.text-block-9 {
  color: #910000;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.error-message {
  overflow: visible;
}

.default-state {
  margin-bottom: 20px;
}

.file-upload {
  margin-bottom: 40px;
}

.image-21 {
  background-image: url('../images/about-us.png');
  background-position: 0 0;
  background-size: auto;
  max-width: 100%;
  max-height: none;
}

.container-11, .container-12 {
  width: 100%;
  max-width: 100%;
}

.div-block-12 {
  background-color: #000000e8;
  flex-flow: row;
  width: 67%;
  height: 100%;
  display: flex;
}

.flex-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 0px solid var(--black);
  -webkit-text-stroke-width: 0px;
  background-color: #c6f0d5;
  border-radius: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
}

.div-block-13 {
  background-color: #134f00;
}

.div-block-14 {
  background-color: #d5ffa8;
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three {
    overflow: visible;
  }

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #051f3e;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
    overflow: visible;
  }

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

  .hero-heading {
    max-width: 123%;
  }

  .paragraph-3.item-para {
    width: 100%;
    max-width: 100%;
  }

  .paragraph-3.para-report {
    width: 73%;
  }

  .paragraph-3.about-para {
    max-width: none;
  }

  .heading {
    width: 35vw;
  }

  .heading.heading2 {
    width: 38vw;
    font-size: 40px;
  }

  .heading.card {
    width: 57vw;
  }

  .image-2 {
    max-width: 56%;
  }

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

  .heading-3.heading {
    width: 50vw;
  }

  .heading-3.heading.about-heading {
    text-align: center;
    width: 31vw;
  }

  .frame {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
    flex-flow: column;
    width: 100%;
  }

  .section-wrapper {
    height: 466vh;
  }

  .section-heiight {
    height: 100vh;
  }

  .sticky-element {
    overflow: visible;
  }

  .report-copy {
    width: 94%;
  }

  .container-8 {
    flex-flow: column;
  }

  .image-18 {
    width: 100%;
  }

  .section-7 {
    flex-flow: column;
    padding-left: 0%;
    padding-right: 0%;
  }

  .container-10 {
    justify-content: flex-start;
    align-items: center;
    width: 82%;
    max-width: 100%;
  }

  .about-image {
    width: 86%;
  }

  .icon {
    color: #fff;
  }

  .form-block {
    text-align: left;
  }

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

  .flex-block {
    justify-content: flex-start;
    align-items: center;
    width: 45vw;
    padding-left: 0;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    background-color: #051f3e;
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .button-primary {
    align-self: center;
  }

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

  .hero-heading {
    width: 92vw;
    max-width: none;
    font-size: 43px;
  }

  .paragraph-2 {
    align-self: center;
    line-height: 41px;
  }

  .div-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .paragraph-3 {
    text-align: center;
    flex: 1;
    align-self: center;
    max-width: 75%;
  }

  .paragraph-3.para-report {
    width: 77%;
  }

  .paragraph-3.cell-para {
    text-align: left;
  }

  .who-we-are {
    margin-top: 2rem;
  }

  .heading {
    text-align: center;
    align-self: center;
    width: 100%;
  }

  .heading.heading2 {
    flex: none;
    align-self: center;
    width: 61vw;
    line-height: 56px;
  }

  .heading.card {
    width: 67vw;
  }

  .image-2 {
    max-width: 73%;
  }

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

  .container5 {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    max-height: 100%;
  }

  .card-1 {
    width: 22.2rem;
    height: 20rem;
  }

  .card-content, .card-image-wrapper {
    height: 50%;
  }

  .card-heading {
    font-size: 22px;
  }

  .grid-2 {
    grid-column-gap: 2.6rem;
    grid-row-gap: 2.6rem;
    grid-template-columns: 1fr;
  }

  .heading-3.heading {
    width: 56vw;
  }

  .heading-3.heading.about-heading {
    text-align: left;
    width: 47vw;
  }

  .container-7 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .frame {
    grid-column-gap: 11%;
    grid-row-gap: 11%;
    width: 100%;
    height: 100%;
    padding: 0 10px;
  }

  .item-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: none;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    height: 109%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .item-content.block-name {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 75%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-wrapper {
    width: 100vw;
    height: 397vh;
  }

  .section-heiight {
    height: 100px;
  }

  .item {
    justify-content: space-between;
    align-items: flex-start;
    height: 55vh;
  }

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

  .footer-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .logo-wrapper {
    justify-content: center;
  }

  .footer-item-wrapper {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    text-align: center;
    align-self: center;
    width: 58%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-11 {
    margin-right: auto;
  }

  .text-block-4 {
    text-align: center;
    align-self: center;
  }

  .scroll-image {
    margin-top: 20px;
    margin-bottom: 0%;
  }

  .heading-9 {
    font-size: 22px;
  }

  .paragraph-12 {
    height: auto;
    font-size: 16px;
  }

  .infinete-loop {
    width: 100vw;
  }

  .heading-11 {
    font-size: 5vw;
  }

  .paragraph-13 {
    width: 97%;
  }

  .heading-14 {
    width: 108%;
  }

  .address {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-para.contact-heading {
    text-align: center;
  }

  .container-9 {
    flex-flow: column;
  }

  .grid-3 {
    align-content: end;
    place-items: center;
    margin-top: 40px;
    margin-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 20px;
  }

  .form-block {
    justify-content: center;
    display: flex;
  }

  .success-message {
    width: 56vw;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-8 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-14 {
    background-color: #c6f0d5;
    width: 56vw;
  }
}

@media screen and (max-width: 479px) {
  .background-video-2 {
    height: 808px;
  }

  .navbar-logo-left-container.shadow-three {
    overflow: visible;
  }

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

  .nav-menu-two {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    background-color: #051f3e;
    flex-direction: column;
    padding-left: 10px;
  }

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

  .hero-heading {
    width: 92vw;
    font-size: 33px;
    line-height: 59px;
  }

  .div-block {
    max-width: 87%;
    margin-top: 122px;
  }

  .paragraph-2 {
    width: 100%;
    font-size: 23px;
    line-height: 37px;
  }

  .div-block-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-3 {
    max-width: 83%;
    font-size: 14px;
    line-height: 155%;
  }

  .paragraph-3.about-info {
    text-align: left;
  }

  .who-we-are {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .heading {
    font-size: 32px;
  }

  .heading.heading2 {
    width: 80vw;
    font-size: 33px;
    line-height: 43px;
  }

  .heading.card {
    width: 80vw;
  }

  .image-2 {
    max-width: 81%;
    font-size: 14px;
  }

  .section-5 {
    height: auto;
    max-height: none;
    padding-top: 10px;
  }

  .card-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: center;
    width: 99%;
    height: 26.2rem;
    display: flex;
  }

  .card-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    height: 40%;
    padding: .25rem 1rem;
    display: block;
  }

  .card-image-wrapper {
    height: 60%;
  }

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

  .paragraph-4 {
    margin-bottom: 0;
    display: block;
  }

  .grid-2 {
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: .25fr;
    width: 93%;
    height: 100%;
  }

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

  .item-content {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .item-content.block-name {
    height: 70%;
  }

  .section-wrapper {
    background-image: url('../images/bg-section.svg');
    background-repeat: repeat;
    background-size: contain;
    height: 354vh;
  }

  .item {
    width: 91%;
    height: 56vh;
    margin-left: 5px;
    margin-right: 5px;
  }

  .footer-content {
    width: 96%;
  }

  .logo-wrapper {
    margin-bottom: 20px;
  }

  .footer-item-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    width: 100%;
  }

  .text-block-4 {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .scroll-image {
    margin-bottom: 0;
    padding-top: 10px;
  }

  .heading-9 {
    font-size: 16px;
    line-height: 32px;
  }

  .paragraph-12 {
    font-size: 14px;
    line-height: 22px;
  }

  .report-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-8 {
    width: 82vw;
  }

  .paragraph-13 {
    width: 100%;
  }

  .heading-14 {
    font-size: 30px;
  }

  .text-block-5, .text-block-6, .text-block-7 {
    font-family: Roboto, sans-serif;
  }

  .section-7 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .heading-para {
    line-height: 27px;
  }

  .about-info {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    margin-left: 0;
    margin-right: 0;
  }

  .section-9 {
    padding-left: 20px;
    padding-right: 10px;
  }

  .about-service-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cell-5 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .quick-stack-3 {
    padding-left: 20px;
  }

  .cell-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-21 {
    background-image: none;
  }

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

#w-node-cb7ae342-4d41-b3e4-70e7-f48f4e6012f1-674fefdb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-aa8ed334-a628-6281-75c0-00db02dac898-481b9309 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-cb7ae342-4d41-b3e4-70e7-f48f4e6012f1-674fefdb {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cb7ae342-4d41-b3e4-70e7-f48f4e6012f1-674fefdb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-aa8ed334-a628-6281-75c0-00db02dac898-481b9309 {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a4c280ca-b52b-4100-b4a5-e4c983391db8-b1c0bd57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


