.h-content {
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: #000;
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  position: fixed;
}

.text-wrapper0 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu-icon-circle {
  cursor: pointer;
  background-color: #fff;
  border-radius: 40px;
  padding: 4px;
  display: block;
}

.margin-right-100px {
  margin-right: 100px;
}

.big-img-content {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-icon-size {
  width: 14px;
  height: 14px;
  transition: transform 0.4s ease;
  will-change: transform;
}

.project-button-wrapper {
  width: 100%;
  height: 40%;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.news-block {
  text-decoration: none;
}

.text-underline {
  text-decoration: underline;
}

.margin-right-50px {
  margin-right: 50px;
}

.animation-wrap {
  width: 100%;
  height: auto;
  flex: none;
}

.text-50 {
  letter-spacing: -5px;
}

._90-vh {
  height: 670px;
}

.brand-wrapper {
  width: 100%;
  height: 100%;
}

.footer-underline-link-block {
  flex: 0 auto;
  text-decoration: none;
}

.border-2px-height-yellow {
  height: 2px;
  background-color: #ffe920;
}
.text-yellow:hover {
  color: #ffe920;
}

body {
  margin: 0;
}

section {
  display: block;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  color: #333;
  background-color: #fff;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

h1,
h4 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

.w-slider {
  height: 300px;
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  background: #ddd;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  height: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  margin: auto;
  padding-top: 10px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  width: 80px;
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: auto;
  font-size: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slider-arrow-right [class^="w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-tabs {
  position: relative;
}

.w-tabs:before,
.w-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

:root {
  --global-20: 20px;
  --smrda-yellow: #ffe920;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
}

.section1-head1 {
  margin-left: 60px;
  margin-right: 60px;
  overflow: visible;
}

.h1-large {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 92px;
  font-weight: 400;
  line-height: 120%;
  overflow: hidden;
}

.pa-bot-15px {
  padding-bottom: 15px;
}
.padding-bottom-30px{
      padding-bottom: 30px;
}
.padding-bottom-50px {
  padding-bottom: 30px;
  padding-right: 0;
}

.padding-bottom-100px {
  padding-bottom: 65px;
}

.margin-bottom-25px {
  margin-bottom: 25px;
}

.margin-bottom-50px {
  margin-bottom: 50px;
}

.h1-medium {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 80px;
}

.body {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.h1-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 400;
  line-height: 120%;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 120%;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.p-large {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.p-medium {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.p-small {
  color: #000;
  font-size: 12px;
  line-height: 16px;
}

.text-5 {
  letter-spacing: -.5px;
}

.tracking--10 {
  letter-spacing: -1px;
}

.tracking--15 {
  letter-spacing: -1.5px;
}

.round-20px {
  border-radius: var(--global-20);
}

.hero {
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 60px;
  display: flex;
}

.text-section {
  width: 100%;
  position: relative;
  overflow: visible;
}

.feature {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-icon {
  width: 32px;
  height: 32px;
  padding-left: 8px;
  padding-top: 6px;
}

.padding-bottom-50 {
  padding-bottom: 50%;
  padding-right: 0;
}

.padding-bottom-25 {
  padding-bottom: 25%;
  padding-right: 0;
}

.padding-bottom-15 {
  padding-bottom: 5%;
}

.tracking--30 {
  letter-spacing: -3px;
}

.background-black {
  background-color: #000;
}

.slider-arrow {
  transform: rotate(-179deg);
}

.padding-y-60 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.tab-link {
  text-transform: uppercase;
  background-color: rgba(200, 200, 200, 0);
  padding: 12px 0;
  transition: border-width .4s, border-color .4s;
}

.tab-link:hover {
  color: #414141;
  background-color: rgba(200, 200, 200, 0);
}

.tab-link:active {
  border-bottom-color: #fff;
  text-decoration: none;
}

.tab-link:focus {
  background-color: rgba(200, 200, 200, 0);
  text-decoration: underline;
}

.tab-link:visited,
.tab-link.w--current {
  background-color: rgba(200, 200, 200, 0);
}

.tabs {
  width: 100%;
  display: none;
}

.p-semi-medium {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 150%;
}

.tab-slider {
  height: 100%;
}

.about-us-tabs-list {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 10px;
  left: 0%;
  right: 0%;
}

.tab-system {
  height: 100%;
  flex-direction: column;
  display: flex;
}

.button {
  max-width: 240px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 16px 36px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button.background-green {
  transition: border-radius .4s, background-color .4s;
}

.button.background-green:hover {
  background-color: #9664ff;
  border-radius: 23px;
}

.max-w-780 {
  max-width: 780px;
}

.render-image-holder {
  width: 612px;
  height: 612px;
  flex: none;
}

.tab-wrapper {
  height: 100%;
}

.tabs-content {
  width: 100%;
}

.tab-dropdown {
  display: none;
}

.p-extra-small {
  line-height: 150%;
}

.tabs-menu {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 100%;
  height: 100%;
  object-fit: fill;
  overflow: hidden;
}

.tab-item {
  width: 100%;
  height: 88px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.tab-item.w--current {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
}

.tab-item.w--current:hover {
  color: #d2ff00;
}

.p-medium-2 {
  font-size: 18px;
  line-height: 150%;
}

.about-us-tabs {
  height: 100%;
  padding-bottom: 0;
}

.h1 {
  font-size: 78px;
  font-weight: 800;
  line-height: 102%;
}

.h1.tracking--3px {
  margin-top: 0;
  margin-bottom: 0;
}

.h-section-100 {
  height: 100%;
}

.text-white {
  color: #fff;
}

.tab-content-img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.tab-content {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-opacity-filter {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .69);
  position: absolute;
}

.tab-content-img-holder {
  width: 100%;
  height: 100%;
}

.text-align-center {
  text-align: center;
}

.vertical-bottom-10-gap {
  grid-column-gap: 10px;
  align-items: flex-end;
  display: flex;
}

.horizontal-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-top-15px {
  padding-top: 35px;
  padding-bottom: 0;
  padding-right: 0;
}

.border-1px-height-white {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.cover-100 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  transition: opacity 0.3s ease;
  pointer-events: auto;
}

.button-circle-background {
  width: 36px;
  height: 36px;
  background-color: #ffe920;
  border-radius: 400px;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1);
  transition: transform 0.4s ease;
  z-index: 1;
}

.button-circle-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  width: 60px;
  height: 60px;
}

.button-circle-section {
  position: absolute;
  bottom: 40%;
  left: 50%;
  transform: translate(-50%, 150%);
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
  z-index: 10;
  pointer-events: auto;
  will-change: transform, opacity;
}

.button-circle-content {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -30%;
  bottom: 0%;
  left: -19%;
  right: 0%;
  z-index: 2;
}

.big-img {
  width: 100%;
  height: 80%;
  position: relative;
  overflow: hidden;
}

.cover-100.invert {
  filter: invert();
}

.big-pic {
  height: 100vh;
}

.cover-100.brand-logo {
  width: 100%;
  height: 100%;
}

.max-w-720 {
  width: 100%;
  max-width: 720px;
}

.vertical-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vertical-center-top-to-bottom {
  flex-direction: column;
  align-items: center;
  display: flex;
  gap: 50px;
}

.vertical-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container-120 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 120px;
  padding-right: 120px;
}

.tracking--80 {
  letter-spacing: -8px;
}

._50-vh {
  height: 50vh;
}

.grid-2-boxes {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.big-item {
  aspect-ratio: 1 / 1;
  position: static;
}



.project-content {
  width: 100%;
  padding-top: 20px;
}

.text-gray {
  color: #727272;
}

.text-left {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.padding-right-10 {
  flex: none;
  padding: 0% 10% 0% 0%;
}

.head {
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
      padding: 1.3rem 0;
}

._50-h {
  height: 50%;
}

.horizontal-bottom {
  align-items: flex-end;
  display: flex;
}

.img-holder-100 {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.arrow-link {
  grid-column-gap: 10px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.brand-logo,
.brand-logo.w--current {
  width: 137px;
  height: 20px;
}

._80-vh {
  height: 85vh;
}

.padding-y-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section1 {
  overflow: hidden;
}

._4-box-grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-item {
  aspect-ratio: 3 / 2;
}

.logo-item.background-light-grey.round-20px {
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-light-grey {
  background-color: #e9e9e9;
}

.mousecursor {
  cursor: pointer;
}

.wid-50 {
  width: 50%;
  height: 50%;
  flex: none;
}

.padding-right-20px {
  padding-right: 20px;
}

.text-black {
  color: #000;
}

.image-hold {
  width: 14px;
  height: 14px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-hold.yellow {
  display: none;
}

.link-box-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  border-left: 1px solid #aaa;
  flex-direction: column;
  padding-left: 40px;
  display: flex;
}

.border-1px-width-grey {
  width: 2px;
  height: 100%;
  background-color: #aaa;
  flex: none;
}

.vltb {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.news-slider {
  display: none;
}

.news-slider-arrow {
  width: 24px;
  height: 24px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.news-slider-arrow.left {
  transform: rotate(180deg);
  left: 76%;
}

.slider {
  height: 100%;
  cursor: pointer;
  background-color: rgba(221, 221, 221, 0);
  overflow: visible;
}

.mask {
  height: 100%;
  max-width: 640px;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: visible;
}

.slider-wrapper {
  height: 100%;
  overflow: visible;
}

.news-img-ratio {
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.news-img-holder {
  max-width: 100%;
  aspect-ratio: 3 / 2;
  position: relative;
  overflow: hidden;
}

.slide {
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px solid #39393f;
  padding-left: 40px;
  padding-right: 40px;
}

.container-left-60 {
  padding-left: 60px;
}

.quote-slider {
  width: 100%;
  height: 100%;
  background-color: rgba(221, 221, 221, 0);
}

.quote-slide-nav {
  display: none;
}

._10-w {
  width: 10%;
  flex: none;
}

.quote-wrapper {
  padding: 60px 50px 60px 60px;
}

.quote-arrow {
  width: 32px;
  height: 32px;
  bottom: -120%;
  left: -88%;
}

.quote-arrow.left {
  bottom: -120%;
  left: 0;
  transform: rotate(180deg)
}

.vertical-left-gap-20 {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.social-media-holder-icon {
  width: 14px;
  height: 14px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.line-link-block {
  text-decoration: none;
}

.padding-bottom-8px {
  padding-bottom: 8px;
}

.background-dark-grey {
  background-color: #16161d;
}

._100-w {
  width: 100%;
}

.border-1px-height-black {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-top: 2px;
}

.logo-block {
  cursor: pointer;
}


@media screen and (max-width: 991px) {
  .padding-bottom-8px {
    padding-bottom: 0px;
  }

  .padding-top-15px {
    padding: 0;
  }

  .section1-head1 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .h1-large {
    font-size: 72px;
  }

  .h1-medium {
    font-size: 50px;
  }

  .h1-small {
    font-size: 42px;
  }

  .h2 {
    font-size: 36px;
  }

  .h3 {
    font-size: 32px;
  }

  .h4 {
    font-size: 24px;
  }

  .round-20px {
    border-radius: 10px;
  }

  .hero {
    height: 100%;
  }

  .text-section.horizontal-even-edges {
    grid-row-gap: 40px;
  }

  .padding-y-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tabs-menu {
    overflow: scroll;
  }

  .container-120 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 120px;
    padding-right: 120px;
  }

  .tracking--80 {
    letter-spacing: -6px;
  }

  ._50-vh {
    height: 10%;
  }

  .grid-2-boxes {
    grid-row-gap: 20px;
  }

  .big-item {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
  }

  .big-img {
    width: auto;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .text-left {
    flex-direction: column;
  }

  .padding-right-10 {
    padding: 0;
  }

  .head {
    position: fixed;
  }

  ._80-vh {
    height: 10%;
  }

  .padding-y-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section1 {
    overflow: hidden;
  }

  ._4-box-grid {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
  }

  .mousecursor {
    cursor: auto;
  }

  .logo-img-holder {
    width: 120px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .wid-50 {
    width: 100%;
  }

  .border-1px-width-grey.margin-right-50px {
    display: none;
  }

  .news-slider-arrow {
    left: -55%;
  }

  .news-slider-arrow.left {
    left: -80%;
  }

  .mask {
    max-width: 360px;
  }

  .mobile-and-tablet-padding-bottom-50px {
    padding-bottom: 50px;
  }

  .quote-arrow {
    width: 24px;
    height: 24px;
    bottom: -110%;
  }

  .quote-arrow.left {
    bottom: -110%;
  }

  .h-content {
    height: 150vh;
    padding-top: 0;
    padding-bottom: 240px;
    display: none;
    overflow: scroll;
  }

  .margin-right-100px {
    margin-right: 0;
    display: block;
  }

  .margin-right-50px {
    margin-right: 0;
  }

  ._90-vh {
    height: 10%;
  }
}

@media screen and (max-width: 767px) {
  .text-section.horizontal-even-edges {
    grid-row-gap: 40px;
  }

  .p-semi-medium {
    font-size: 20px;
  }

  .about-us-tabs-list {
    z-index: 50;
    width: 100%;
    background-color: #1a1a20;
    border-radius: 0 0 6px 6px;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
    position: absolute;
    top: 0;
  }

  .max-w-780 {
    max-width: 100%;
  }

  .render-image-holder {
    width: 100%;
    height: 100%;
  }

  .tab-dropdown {
    height: 50px;
    color: #fff;
    text-align: left;
    letter-spacing: .2px;
    cursor: pointer;
    background-color: #000;
    background-image: url("https://assets-global.website-files.com/657839b687d8f0abd2cd3a61/657859aafe392d38dec00629_dropdown-icon.svg");
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 14px;
    border-radius: 3px;
    padding-top: 16px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 800;
    display: block;
  }

  .tab-dropdown:hover {
    background-color: #3b3b46;
  }

  .p-extra-small {
    font-size: 12px;
  }

  .p-medium-2 {
    font-size: 16px;
  }

  .h1 {
    font-size: 50px;
  }

  .text-left {
    flex-direction: column;
  }

  ._80-vh {
    height: 10%;
  }

  ._4-box-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .wid-50 {
    width: 100%;
  }

  .link-box-wrapper {
    width: 100%;
    border-left-width: 0;
    padding-left: 0;
  }

  .mask {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .slide {
    max-width: 380px;
  }

  .mobile-and-tablet-padding-bottom-50px {
    padding-bottom: 25px;
  }

  .quote-arrow {
    bottom: -100%;
    left: -80%;
  }

  .quote-arrow.left {
    bottom: -100%;
  }
}

@media screen and (max-width: 479px) {
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .section1-head1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1-large {
    font-size: 48px;
  }

  .pa-bot-15px {
    padding-bottom: 8px;
  }

  .padding-bottom-100px {
    padding-bottom: 50px;
  }

  .h1-medium {
    font-size: 42px;
  }

  .h1-small {
    font-size: 36px;
    line-height: 40px;
  }

  .h2 {
    font-size: 32px;
  }

  .h3 {
    font-size: 28px;
    line-height: 32px;
  }

  .h4 {
    font-size: 20px;
  }

  .p-large {
    font-size: 18px;
  }

  .p-medium {
    font-size: 14px;
  }

  .p-medium.text-5.text-gray.pa-bot-15px {
    letter-spacing: -.25px;
  }

  .tracking--10 {
    letter-spacing: -.5px;
  }

  .hero {
    padding-bottom: 60px;
  }

  .tracking--30 {
    letter-spacing: -2.5px;
  }

  .tabs {
    overflow: visible;
  }

  .about-us-tabs-list {
    z-index: 50;
    grid-row-gap: 0px;
    background-color: #000;
    border-radius: 10px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    position: absolute;
    top: 0;
  }

  .button {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .max-w-780 {
    max-width: 100%;
  }

  .render-image-holder {
    width: 100%;
    height: 100%;
  }

  .tab-dropdown {
    height: 60px;
    background-color: #000;
    background-position: 94%;
    border-radius: 10px;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 15px;
    font-size: 16px;
    display: flex;
  }

  .tab-dropdown:hover {
    background-color: #000;
  }

  .about-us-tabs {
    padding-bottom: 20px;
  }

  .h1 {
    font-size: 40px;
  }

  .cover-100 {
    display: block;
    overflow: visible;
  }

  .cover-100.invert,
  .cover-100.brand-logo {
    border-radius: 0;
  }

  .container-120 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .tracking--80 {
    letter-spacing: -3px;
  }

  .grid-2-boxes {
    grid-template-columns: 1fr;
  }

  .big-item {
    width: 100%;
    height: 100%;
  }

  .head {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .img-holder-100 {
    aspect-ratio: 16 / 9;
  }

  .arrow-link {
    width: auto;
    grid-column-gap: 10px;
    justify-content: flex-start;
  }

  .brand-logo.w--current {
    width: 137px;
  }

  ._80-vh {
    height: 100%;
  }

  .mobile-display-none {
    display: none;
  }

  ._4-box-grid {
    grid-template-columns: 1fr 1fr;
  }

  .logo-img-holder {
    width: 100px;
  }

  .news-slider-arrow {
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    bottom: 10px;
    left: -70%;
  }

  .news-slider-arrow.left {
    bottom: 10px;
    left: -95%;
  }

  .slider {
    height: 100%;
    padding-bottom: 60px;
  }

  .mask {
    max-width: 18rem;
    padding-bottom: 20px;
  }

  .slide {
    padding: 0 20px 20px;
  }

  .container-left-60 {
    padding-left: 20px;
  }

  .mobile-and-tablet-padding-bottom-50px {
    padding-bottom: 25px;
  }

  .quote-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .quote-arrow {
    left: -65%;
  }

  .vertical-left-gap-20 {
    grid-row-gap: 0px;
  }

  .h-content {
    z-index: 100;
    height: 700px;
    margin-top: 70px;
    padding-bottom: 60px;
    display: none;
    position: fixed;
    overflow: scroll;
  }

  .text-wrapper0 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .animation-wrap {
    width: auto;
    flex: 0 auto;
  }

  .text-50 {
    letter-spacing: -2.5px;
  }

  ._90-vh {
    height: 100%;
  }
}

#hero {
  transition: background-color 1s ease-in-out;
}

.move-in-100,
.move-in-200,
.move-in-300,
.move-in-400,
.move-in-500 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
  transition-delay: 0s;
}

.move-in-100.in-view,
.move-in-200.in-view,
.move-in-300.in-view,
.move-in-400.in-view,
.move-in-500.in-view {
  opacity: 1;
  transform: translateY(0);
}