.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.nav_mobile-bg-holder {
  display: none;
}

.logo-image {
  flex: none;
  width: auto;
  height: 100%;
  display: block;
}

.navbar {
  background-color: #ddd0;
  align-items: center;
  width: 100%;
  line-height: 1.2;
  display: flex;
  position: sticky;
  top: 0;
}

.nav_04 {
  background-color: #fff0;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  line-height: 1.2;
  display: flex;
  position: sticky;
  top: 0;
}

.menu_line-top {
  background-color: #0f1213;
  border-radius: 2px;
  width: 100%;
  height: 2px;
  padding: 0;
  display: block;
}

.nav-logo-wrap {
  flex-wrap: nowrap;
  width: auto;
  height: 1.2rem;
  display: flex;
}

.nav_04-menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
}

.logo-wrap {
  height: 100%;
  display: flex;
}

.button-bg {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.button {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  color: #fffffb;
  text-transform: none;
  background-color: #0000c8;
  border: 1px solid #d9d9da;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
  position: relative;
}

.button:hover {
  opacity: .7;
  text-decoration: none;
}

.button.is-secondary {
  color: #0f1213;
  background-color: #fff;
  border: 1px solid #d9d9da;
  transition: border-color .4s, opacity .4s;
}

.button.is-secondary:hover {
  opacity: .7;
  border-color: #0000c8;
}

.nav_buttons-wrap {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-badge {
  color: #f3f3ff;
  background-color: #0f1213;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding: 3px;
  font-size: 10px;
  display: flex;
}

.nav_menu-button {
  background-color: #fff0;
  border-radius: 10px;
  width: 3rem;
  height: 3rem;
  padding: .7rem;
  transition: background-color .4s;
}

.nav_menu-button:hover, .nav_menu-button.w--open {
  background-color: #0000000d;
}

.nav_menu-button.w--open:hover {
  background-color: #00000008;
}

.nav_04-menu-links {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-medium {
  z-index: 2;
  width: 100%;
  max-width: 73rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-medium.nav-container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 0 2rem;
  display: flex;
}

.nav-link-bg {
  z-index: -1;
  background-color: #f3f3ff;
  border-radius: 100px;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav_background {
  z-index: -1;
  background-color: #f3f3ff;
  position: absolute;
  inset: 0%;
}

.menu_icon-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 100%;
  display: flex;
}

.nav-link {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  color: #0f1213;
  justify-content: center;
  align-items: center;
  padding: .6rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: color .4s;
  display: flex;
  position: relative;
}

.nav-link:hover {
  color: #0000c8;
  text-decoration: none;
}

.nav-link.w--current {
  color: #0000c8-selected;
}

.menu_line-middle {
  background-color: #0f1213;
  border-radius: 10px;
  width: 100%;
  height: 2px;
  margin-top: .4rem;
  margin-bottom: .4rem;
  padding: 0;
  display: block;
}

.nav_04-logo {
  z-index: 2;
  position: absolute;
  inset: auto;
}

.menu_line-bottom {
  background-color: #0f1213;
  border-radius: 10px;
  width: 100%;
  height: 2px;
  padding: 0;
  display: block;
}

.button-icon {
  color: inherit;
  width: auto;
  height: 1.06rem;
}

.text-simple {
  line-height: inherit;
  font-size: inherit;
  color: inherit;
  margin-bottom: 0;
}

.nav-logo-link {
  opacity: 1;
  padding-left: 0;
  transition: opacity .4s;
}

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

.nav_menu-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.nav_wrap {
  z-index: 99;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  position: sticky;
  top: 0;
}

.nav-link-wrap {
  justify-content: flex-start;
  align-items: center;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
}

.grid-content {
  width: 100%;
}

.heading-style-h2 {
  color: #0f1213;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.section {
  z-index: 1;
  background-color: #f3f3ff;
  width: 100%;
  position: relative;
}

.section.overflow-hidden {
  overflow: hidden;
}

.padding-global {
  padding-left: 2rem;
  padding-right: 2rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-medium.no-padding-bottom {
  padding-bottom: 0;
}

.header-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.text-size-regular {
  color: #0f1213;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.hero-anim-load-2nd {
  text-decoration: none;
}

.header-wrapper {
  width: 100%;
}

.hero-anim-load-1st {
  text-decoration: none;
}

.opacity-70pct {
  opacity: .7;
}

.header_03 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.sticky-content {
  position: sticky;
  top: 6.25rem;
}

.text-rich-text {
  color: #0f1213;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
}

.text-rich-text-wrap, .long_content-wrapper {
  width: 100%;
}

.long_content-03-grid-center {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 20px 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 47rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.social-icon {
  width: 100%;
  min-width: 100%;
  height: auto;
}

.social-link {
  z-index: 1;
  opacity: .7;
  color: #0f1213;
  width: 1.25rem;
  height: auto;
  transition: opacity .35s;
  display: flex;
  position: relative;
}

.social-link:hover {
  opacity: 1;
  color: #0f1213;
}

.long_content-03-social {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.subtitle-wrap {
  margin-bottom: .625rem;
}

.card-bg {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.heading-style-h1 {
  color: #0f1213;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-xsmall.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.right-arrow {
  color: #0f1213;
  width: 100%;
}

.slider_arrow-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .4rem;
  display: flex;
}

.icon-card-small-100pct {
  z-index: 1;
  color: #0000c8;
  background-color: #f3f3ff;
  border: 1px solid #d9d9da;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon {
  aspect-ratio: 1;
  color: #0f1213;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.feature_21-overlay {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(0deg, #0000004d, #fff0);
  position: absolute;
  inset: 0%;
}

.heading-style-h2-2 {
  color: #0f1213;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.slider_right-arrow {
  z-index: 3;
  background-color: #0000;
  flex-flow: row;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 16px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: auto auto 0% 50px;
  overflow: visible;
}

.slider_right-arrow:hover {
  opacity: .7;
}

.slider_right-arrow.slider_right-arrow-center {
  margin-left: 3.75rem;
  left: 50%;
}

.slide-nav {
  z-index: 1;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 2.5rem;
  padding-top: 4px;
  padding-bottom: 0;
  font-size: 8px;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: auto auto 0% 100px;
}

.slide-nav.slide-nav-center {
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
}

.heading-style-h4 {
  color: #0f1213;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h4.text-color-white {
  color: #fff;
}

.feature_item-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.right-arrow-wrap {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.text-size-regular-2 {
  color: #0f1213;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.text-size-regular-2.text-color-gray {
  color: #343a3f;
}

.text-size-regular-2.text-color-white {
  color: #fff;
}

.icon-holder {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 26rem;
  padding-bottom: 3.75rem;
  position: relative;
}

.slider.slider-feature-21st {
  height: auto;
}

.slider_mask {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.slider_mask.slider-feature-21st {
  width: 32%;
  height: auto;
}

.subtitle {
  color: #0000c8;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.slider_arrow {
  z-index: 2;
  background-color: #0000;
  flex-flow: row;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 16px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0;
  overflow: visible;
}

.slider_arrow:hover {
  opacity: .7;
}

.slider_arrow.slider_arrow-center {
  margin-left: -6.25rem;
  left: 50%;
}

.header-container {
  text-align: left;
  text-wrap: balance;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 43rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3rem;
  display: flex;
}

.feature-wrapper {
  width: 100%;
}

.features_21-item {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  aspect-ratio: 1 / 1.1;
  background-color: #f3f3ff;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.slide {
  width: 100%;
  height: 100%;
  min-height: auto;
  max-height: 100%;
  margin-right: 2rem;
}

.feature_21-bg {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.gallery_while-scrolling-image {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.gallery_08-img-5 {
  transform: translate(2%, 20%);
}

.gallery_08-img-2 {
  transform: translate(0%, -40%);
}

.gallery_image {
  pointer-events: auto;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.gallery_image-wrap {
  aspect-ratio: 3 / 4;
  width: 100%;
}

.gallery_08-grid {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  pointer-events: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.gallery_08-main {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to top, #0000 0, #000 5rem);
  mask-image: linear-gradient(to top, #0000 0, #000 5rem);
}

.margin-medium {
  margin: 2rem;
}

.gallery_08-img-1 {
  transform: translate(-30%, -25%);
}

.gallery_08-img-4 {
  transform: translate(-10%, 10%);
}

.gallery_wrapper {
  width: 100%;
}

.gallery_08-img-3 {
  transform: translate(30%, -13%);
}

.heading-style-h1-2 {
  color: #0f1213;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

.gallery_08-text {
  z-index: 1;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
  position: absolute;
}

.subtitle-2 {
  color: #0000c8;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.gallery_08-img-6 {
  transform: translate(30%, 20%);
}

.heading-style-h2-3 {
  color: #0f1213;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.header-container-2 {
  text-align: left;
  text-wrap: balance;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 43rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-secondary-bg {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.text-size-regular-3 {
  color: #0f1213;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.text-size-regular-3.text-color-gray {
  color: #343a3f;
}

.text-size-big {
  transform-origin: 50% 100%;
  color: #0f1213;
  text-wrap: balance;
  transform-style: preserve-3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.2;
  transform: perspective(260px)perspective(300px);
}

.heading-style-h3 {
  color: #0f1213;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1.2;
}

.stats_wrapper {
  width: 100%;
}

.features_16-icon-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 4.3rem;
  height: 4.3rem;
  display: flex;
}

.stats_15-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.features_16-grid-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top: 2px solid #d9d9da;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2rem;
  display: flex;
}

.icon-2 {
  aspect-ratio: 1;
  color: #0f1213;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.flex-left {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cta_15-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1.2fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: grid;
}

.text-size-small {
  color: #0f1213;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.2;
}

.list_item-with-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.list_item-with-icon.list_item-padding {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.list_item-with-icon.list_item-border {
  border-bottom: 1px solid #0003;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.cta_image {
  object-fit: cover;
  object-position: 0% 0%;
  border-radius: 0;
  min-width: 100%;
  height: 100%;
}

.list-item-text-wrap {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 1.5rem;
  display: flex;
}

.heading-style-h2-4 {
  color: #0f1213;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.list_item-icon-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.cta_wrapper {
  width: 100%;
  overflow: hidden;
}

.text-size-regular-4 {
  color: #0f1213;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.opacity-50-pct {
  opacity: .5;
}

.cta_15-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.card {
  z-index: 1;
  background-color: #f3f3ff;
  border: 1px solid #d9d9da;
  border-radius: 0;
  width: 100%;
  position: relative;
}

.cta_15-content-middle {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.icon-1x1-small {
  color: #0000c8;
  width: 1.5rem;
  height: 1.5rem;
}

.text-wrap {
  text-wrap: balance;
}

.footer_04-heading {
  opacity: .7;
  margin-bottom: 1rem;
}

.card-content {
  z-index: 2;
  padding: 2rem;
  position: relative;
}

.footer_04-logo {
  opacity: 1;
  height: 2rem;
  transition-property: opacity;
}

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

.footer_04-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  display: grid;
}

.footer_logo-wrap {
  flex-flow: row;
  height: 2rem;
  display: flex;
}

.footer_04-content-grid {
  display: block;
}

.link-block-underline {
  background-color: #d9d9da;
  width: 100%;
  height: 1px;
  margin-top: 2px;
}

.footer_04-social-media {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_wrap {
  width: 100%;
}

.footer_04-content-holder {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: left;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.heading-style-h5 {
  color: #0f1213;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-style-link {
  z-index: 1;
  color: #0f1213;
  font-size: .85rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.text-style-link:hover {
  color: #0000c8;
  text-decoration: none;
}

.text-style-link.link_footer {
  color: #0f1213;
}

.footer_list-wrap {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_04-made-by-section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 6rem;
  display: flex;
  overflow: hidden;
}

.footer_link-wrap {
  display: flex;
}

.text-size-regular-5 {
  color: #0f1213;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.footer_04-brand-concept {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 2rem;
  display: flex;
}

.footer_wrapper {
  color: #0f1213;
  width: 100%;
}

.heading-style-h6 {
  color: #0f1213;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .nav_mobile-bg-holder {
    z-index: -1;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .menu_line-top {
    background-color: #0f1213;
    border-radius: 10px;
    width: 100%;
    height: 2px;
    display: block;
  }

  .nav_04-menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff0;
    background-clip: border-box;
    align-items: flex-start;
    height: auto;
    margin-left: 0;
    padding: 1.5rem 2rem 2rem;
    position: absolute;
    overflow: auto;
  }

  .button {
    font-weight: 500;
  }

  .nav_buttons-wrap {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .nav_menu-button {
    width: 44px;
    height: 44px;
    padding-left: .6rem;
    padding-right: .6rem;
  }

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

  .nav_04-menu-links {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    color: #101828;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .container-medium.nav-container {
    justify-content: space-between;
  }

  .nav-link {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .menu_line-middle {
    background-color: #0f1213;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav_04-logo {
    position: relative;
  }

  .nav_menu-right {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    padding-top: 8px;
  }

  .nav-link-wrap {
    width: 100%;
  }

  .heading-style-h2 {
    font-size: 2.2rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h1 {
    font-size: 3.7rem;
  }

  .heading-style-h2-2 {
    font-size: 2.2rem;
  }

  .slider {
    height: 32.5rem;
  }

  .slider_mask {
    width: 100%;
  }

  .slider_mask.slider-feature-21st {
    width: 60%;
  }

  .heading-style-h1-2 {
    font-size: 3.7rem;
  }

  .heading-style-h2-3 {
    font-size: 2.2rem;
  }

  .text-size-big {
    font-size: 5.6rem;
  }

  .heading-style-h3 {
    font-size: 1.75rem;
  }

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

  .cta_15-grid {
    grid-template-columns: 1.3fr 1fr;
  }

  .heading-style-h2-4 {
    font-size: 2.2rem;
  }

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

  .footer_04-content-holder {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: flex-start;
    display: flex;
  }

  .text-style-link {
    padding-top: 0;
    padding-bottom: 2px;
  }
}

@media screen and (max-width: 767px) {
  .navbar, .nav_04 {
    min-height: 4.5rem;
  }

  .nav_04-menu, .container-medium.nav-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-link-wrap.flex-center {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .header-grid, .long_content-03-grid-center {
    grid-template-columns: 1fr;
  }

  .long_content-03-social {
    flex-flow: row;
  }

  .heading-style-h1 {
    font-size: 3.5rem;
  }

  .heading-style-h2-2 {
    font-size: 2rem;
  }

  .slider_mask.slider-feature-21st {
    width: 80%;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .heading-style-h1-2 {
    font-size: 3.5rem;
  }

  .heading-style-h2-3 {
    font-size: 2rem;
  }

  .text-size-big {
    font-size: 5rem;
  }

  .stats_15-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h2-4 {
    font-size: 2rem;
  }

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

@media screen and (max-width: 479px) {
  .button {
    border-radius: 0;
  }

  .container-medium.nav-container {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .heading-style-h2 {
    font-size: 30px;
  }

  .padding-global {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .header-grid {
    grid-column-gap: 2rem-small;
    grid-row-gap: 2rem-small;
  }

  .heading-style-h1 {
    font-size: 2.1rem;
  }

  .icon-card-small-100pct {
    border-radius: 0;
  }

  .heading-style-h2-2 {
    font-size: 30px;
  }

  .heading-style-h4 {
    font-size: 1.25rem;
  }

  .slider_mask.slider-feature-21st {
    width: 100%;
  }

  .subtitle {
    font-size: 14px;
  }

  .gallery_image {
    border-radius: 0;
  }

  .heading-style-h1-2 {
    font-size: 2.1rem;
  }

  .subtitle-2 {
    font-size: 14px;
  }

  .heading-style-h2-3 {
    font-size: 30px;
  }

  .text-size-big {
    font-size: 3.7rem;
  }

  .features_16-icon-wrap {
    width: 3rem;
    height: 3rem;
  }

  .cta_15-grid {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .heading-style-h2-4 {
    font-size: 30px;
  }

  .card {
    border-radius: 0;
  }

  .card-content {
    padding: 1.5rem;
  }

  .footer_04-grid {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer_04-content-holder {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .heading-style-h5 {
    font-size: 1.1rem;
  }

  .footer_04-made-by-section {
    grid-column-gap: 1.25rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 3rem;
  }
}

#w-node-_68a6d974-27c2-1b73-4cbb-5df1e7502e07-05a77523 {
  align-self: end;
}

#w-node-_68a6d974-27c2-1b73-4cbb-5df1e7502ec2-05a77523 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: end;
}

#w-node-_68a6d974-27c2-1b73-4cbb-5df1e7502ec7-05a77523 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-_68a6d974-27c2-1b73-4cbb-5df1e7502ecc-05a77523 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: end;
}

#w-node-_68a6d974-27c2-1b73-4cbb-5df1e7502ed1-05a77523 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_68a6d974-27c2-1b73-4cbb-5df1e7502ed6-05a77523 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_68a6d974-27c2-1b73-4cbb-5df1e7502edb-05a77523 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_68a6d974-27c2-1b73-4cbb-5df1e7502f63-05a77523, #w-node-_68a6d974-27c2-1b73-4cbb-5df1e7502f72-05a77523 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_68a6d974-27c2-1b73-4cbb-5df1e7502f29-05a77523 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_68a6d974-27c2-1b73-4cbb-5df1e7502f63-05a77523 {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_68a6d974-27c2-1b73-4cbb-5df1e7502e13-05a77523 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_68a6d974-27c2-1b73-4cbb-5df1e7502f29-05a77523 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_68a6d974-27c2-1b73-4cbb-5df1e7502f63-05a77523 {
    grid-column: span 1 / span 1;
  }
}


