/* Existing styles remain unchanged, only adding or modifying styles related to the mobile menu */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

nav,
section {
  display: block;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

input {
  color: inherit;
  font: inherit;
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

@font-face {
  font-family: webflow-icons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,...") format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class^="w-icon-"],
[class*=" w-icon-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: webflow-icons !important;
}

.w-icon-slider-right:before {
  content: "\e800";
}

.w-icon-slider-left:before {
  content: "\e801";
}

.w-icon-dropdown-toggle:before {
  content: "\e803";
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

h1,
h2,
h5 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-form {
  margin: 0 0 15px;
}

.w-input {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before,
.w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  inset: auto 0 0;
}

.w-slider-nav.w-round>div {
  border-radius: 100%;
}

.w-slider-nav.w-num>div {
  font-size: inherit;
  line-height: inherit;
  width: auto;
  height: auto;
  padding: .2em .5em;
}

.w-slider-dot {
  cursor: pointer;
  background-color: rgba(255, 255, 255, .4);
  width: 1em;
  height: 1em;
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class^="w-icon-"],
.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-left,
.w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  inset: 0;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}



@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-menu {
  float: right;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

:root {
  --text-dark: #0c0e12;
  --primary: #f45745;
  --white: white;
  --black-3: #212121;
  --white-smoke: #f5f5f4;
  --salmon: #fe978c;
  --gainsboro: #e8e8e8;
  --black-2: #171717;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@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: var(--text-dark);
  letter-spacing: -.72px;
  font-family: Space Mono, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

h1 {
  color: var(--text-dark);
  letter-spacing: -3.6px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1em;
}

h2 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1em;
}

h5 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
}

a {
  color: var(--primary);
  align-items: center;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

ul {
  grid-row-gap: 15px;
  background-color: var(--text-dark);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  display: inline-block;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.about-us {
  z-index: 3;
  background-image: url("image/banner.jpeg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-direction: row;
  max-width: 1200px;
  min-height: 580px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section.spacing {
  padding-top: 0;
  padding-bottom: 40px;
}

.section.dark-bgr {
  background-color: var(--black-3);
  border: 1px solid #0c0e1233;
  border-radius: 50px;
  margin-top: -80px;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 160px;
}

.section.blog-dark {
  background-color: var(--black-3);
  border-top: 1px solid #0c0e1233;
  border-left: 1px solid #0c0e1233;
  border-right: 1px solid #0c0e1233;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  margin-left: 30px;
  margin-right: 30px;
}

.base-container {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.base-container.align-left {
  align-items: flex-start;
}

.primary-button {
  border: 2px solid var(--salmon);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  text-transform: none;
  border-radius: 10px;
  justify-content: center;
  padding: 16px 26px;
  font-family: Rubik, sans-serif;
  font-weight: 400;
  line-height: 1em;
  transition: all .3s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--white);
  color: var(--text-dark);
}

.navbar {
  background-color: var(--text-dark);
  border-radius: 16px;
  max-width: 830px;
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  padding-bottom: 6px;
}

.navbar.white {
  background-color: var(--white);
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.nav-menu {
  text-align: right;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu.w--open {
  display: block;
  background-color: var(--text-dark);
  position: absolute;
  top: 100%;
  left: -20px;
  width: 103%;
  padding: 20px;
  z-index: 1000;
}

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  border: 2px solid var(--gainsboro);
  background-color: #fff;
  border-radius: 10px;
  width: 230px;
  padding: 15px 20px;
}

.nav-item-title {
  color: var(--white);
  text-transform: capitalize;
  font-family: Rubik, sans-serif;
  font-weight: 500;
  transition: color .3s;
}

.nav-item-title:hover {
  color: var(--primary);
}

.nav-item-title.dark {
  color: var(--text-dark);
}

.nav-item-title.dark:hover {
  color: var(--primary);
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer {
  align-items: flex-start;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 0;
  padding-bottom: 50px;
}

.footer-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-rights {
  color: var(--text-dark);
  font-size: 16px;
}

.footer-rights.white {
  color: var(--white);
}

.footer-copyright {
  color: var(--text-dark);
  width: 100%;
  font-size: 16px;
  display: inline;
}

.footer-copyright.white {
  color: var(--white);
}

.footer-copyright-link {
  color: var(--text-dark);
  margin-right: 2px;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--primary);
}

.footer-copyright-link.white {
  color: var(--white);
}

.footer-copyright-link.white:hover {
  color: var(--primary);
}

.hidden {
  display: none;
}

.footer-social-icons-wrapper {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.white-text {
  color: #fff;
}

.footer-brand-wrapper {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.footer-social-icon {
  border: 1px solid var(--text-dark);
  color: var(--text-dark);
  border-radius: 40px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .3s;
}

.footer-social-icon:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.footer-social-icon.white {
  border-color: var(--white);
  color: var(--white);
}

.footer-social-icon.white:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.footer-image-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 420px;
  display: flex;
  position: relative;
}

.footer-logo-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-brand-description {
  max-width: 430px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.footer-brand-description.white {
  color: var(--white);
}

.home-banner-section {
  background-color: var(--white);
  border: 1px solid #0c0e124d;
  border-radius: 50px;
  flex-direction: column;
  height: 700px;
  margin-top: -40px;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-banner-section.dark {
  background-color: var(--black-3);
  flex-direction: row;
}

.secondary-button {
  border: 2px solid var(--gainsboro);
  background-color: var(--white);
  color: var(--text-dark);
  border-radius: 10px;
  justify-content: center;
  min-height: 54px;
  padding: 8px 27px;
  font-family: Rubik, sans-serif;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.secondary-button:hover {
  border-color: var(--salmon);
  background-color: var(--primary);
}

.blog-item {
  position: relative;
}

.blog-list-wrapper {
  width: 100%;
  margin-top: 40px;
}

.blog-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.link {
  cursor: pointer;
  font-family: Rubik, sans-serif;
  font-weight: 500;
  display: flex;
}

.link:hover {
  color: var(--salmon);
}

.tablet-menu {
  display: none;
}

.brand {
  background-color: var(--primary);
  border-radius: 10px;
  justify-content: center;
  width: 54px;
  height: 54px;
  display: flex;
}

.footer-rights-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.red-text {
  color: var(--primary);
  letter-spacing: -2.4px;
  font-family: Rubik, sans-serif;
  font-size: 60px;
  line-height: 1em;
}

.home-banner-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.home-banner-content.home-2 {
  text-align: left;
  align-items: flex-start;
  width: 61%;
}

.subtitle-text {
  letter-spacing: -.72px;
  max-width: 750px;
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 18px;
}

.subtitle-text.white {
  color: var(--white);
}

.subtitle-text.light {
  color: var(--white);
  max-width: none;
}

.link-banner {
  grid-column-gap: 20px;
  border: 1px solid #0c0e1233;
  border-radius: 50px;
  padding: 6px 20px;
  display: flex;
}

.link-banner.border {
  border-color: #fff3;
}

.span-arrow {
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.banner-heading {
  max-width: 750px;
  margin-top: 30px;
}

.banner-heading.white {
  color: var(--white);
}

.subscribe-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-subscribe {
  grid-column-gap: 10px;
  display: flex;
}

.text-field {
  color: var(--text-dark);
  border: 1px solid #0c0e1233;
  border-radius: 10px;
  width: 280px;
  height: 54px;
  margin-bottom: 0;
  padding-left: 18px;
  padding-right: 18px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-field:focus {
  border-color: var(--primary);
}

.text-field.dark {
  color: var(--white);
  background-color: #ffffff1a;
  border-color: #fff3;
}

.text-field.dark:focus {
  border-color: var(--primary);
}

.form-block-2 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.top-block-wrapper {
  grid-column-gap: 50px;
  width: 100%;
  display: flex;
}

.text-content {
  flex-direction: column;
  max-width: 570px;
  display: flex;
}

.image-content {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.image-cover {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.image-cover.hover {
  transition: transform .3s;
}

.image-cover.hover:hover {
  transform: scale(1.1);
}

.paragraph-width {
  max-width: 470px;
}

.paragraph-width.white {
  color: var(--white);
}

.bottom-cart-block {
  grid-column-gap: 30px;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

.cart-wrap {
  border: 1px solid #0c0e1233;
  border-radius: 20px;
  width: 100%;
  padding: 30px;
  position: relative;
}

.cart-wrap.border {
  border-color: #fff3;
}

.icon-block {
  background-image: url("image/union.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  height: 188px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.icon-block.none-bgr {
  z-index: 3;
  background-image: none;
  position: relative;
}

.image-cart {
  z-index: 4;
  width: 155px;
  height: 155px;
}

.cart-text {
  color: var(--text-dark);
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 16px;
}

.cart-text.white {
  color: var(--white);
}

.red-bgr {
  filter: blur(37px);
  background-color: #f4574526;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: 5% auto auto 50%;
  transform: translate(-50%);
}

.header-top-block {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.about-block-wrap {
  grid-column-gap: 50px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.about-block-wrap.display {
  flex-direction: column;
}

.left-block {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #00000003;
  border: 1px solid #fff3;
  border-radius: 20px;
  width: 690px;
  margin-bottom: 15px;
  padding: 20px 30px 30px;
  overflow: hidden;
}

.large-text {
  color: var(--white);
  font-size: 24px;
  line-height: 1.2em;
}

.counter-block {
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.counter-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.row-content {
  grid-column-gap: 50px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.row-content.mb {
  margin-bottom: 20px;
}

.image-block {
  padding: 10px;
  position: relative;
}

.content-wrap {
  flex-direction: column;
  justify-content: center;
  max-width: 450px;
  display: flex;
}

.image-01 {
  z-index: 1;
  position: relative;
}

.text-with-margin-30px {
  margin-top: 20px;
  margin-bottom: 30px;
}

.text-with-margin-30px.white {
  color: var(--white);
}

.text-with-margin-30px.white-16px {
  color: var(--white);
  font-size: 16px;
}

.image-02 {
  background-image: url("image/vec.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

.image-02._01 {
  background-image: url("image/vector2.svg");
}

.image-03 {
  z-index: 4;
  background-image: url("image/vector2.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 134px;
  height: 134px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.rows-wrap {
  grid-row-gap: 60px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.partners-block {
  grid-row-gap: 50px;
  flex-direction: column;
  width: 100%;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.parners-logo-wrap {
  grid-column-gap: 30px;
  flex: none;
  align-items: center;
  display: flex;
}

.gradient {
  z-index: 1;
  background-image: linear-gradient(to right, var(--white), transparent);
  width: 100%;
  max-width: 500px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gradient.dark {
  background-image: linear-gradient(to right, var(--black-3), transparent);
}

.gradient.right-dark {
  background-image: linear-gradient(to right, transparent, var(--black-3));
  inset: 0% 0% 0% auto;
}

._01 {
  grid-column-gap: 30px;
  flex: none;
  width: 100%;
  display: flex;
  overflow: hidden;
}

._02,
._03 {
  grid-column-gap: 30px;
  flex: none;
  display: flex;
  overflow: hidden;
}

.video-wrap {
  grid-column-gap: 50px;
  width: 100%;
  display: flex;
}

.video-text {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 420px;
  display: flex;
}

.video-block {
  background-image: url("image/about.jpeg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.list-item {
  background-image: url("image/check.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 34px;
  font-family: Rubik, sans-serif;
}

.list {
  margin-bottom: 50px;
}

.list.white {
  background-color: var(--white);
}

.awards-wrap {
  width: 100%;
}

.awards-content {
  grid-column-gap: 50px;
  align-items: center;
  display: flex;
}

.awards-text-wrap {
  width: 100%;
}

.awards-row {
  border-bottom: 1px solid #0c0e1233;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 50px;
  display: flex;
}

.awards-row.border {
  border-bottom-color: #fff3;
}

.link-block {
  flex: none;
  width: 45px;
  height: 45px;
  transition-property: transform;
}

.link-block:hover {
  transform: rotate(90deg);
}

.lable {
  border: 1px solid var(--text-dark);
  border-radius: 40px;
  padding: 4px 12px;
  font-size: 16px;
  line-height: 1.2em;
  display: inline-block;
}

.lable.white {
  border-color: var(--white);
  color: var(--white);
}

.text-awards {
  max-width: 500px;
}

.collection-item-2 {
  width: 100%;
}

.collection-list-2 {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.collection-list-wrapper-2 {
  width: 100%;
}

.text-16px {
  margin-bottom: 30px;
  font-size: 16px;
}

.text-16px.white {
  color: var(--white);
}

.red-hover {
  transition: color .3s;
}

.red-hover:hover {
  color: var(--primary);
}

.header-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-image {
  border-radius: 20px;
  width: 100%;
  height: 520px;
  display: block;
  overflow: hidden;
}

.description-item {
  -webkit-backdrop-filter: blur(520px);
  backdrop-filter: blur(520px);
  background-color: #00000003;
  border: 1px solid #fff3;
  border-radius: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.small-white-text {
  color: var(--white);
  font-size: 14px;
}

.blog-text {
  color: var(--white);
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: 16px;
}

.slider-image {
  border-radius: 20px;
  flex: none;
  width: 370px;
  height: 600px;
  overflow: hidden;
}

.red-span {
  color: var(--primary);
}

.slide-6 {
  background-image: url("image/scenr.jpeg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7 {
  background-image: url("image/banner.jpeg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-8 {
  background-image: url("image/about.jpeg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-footer {
  letter-spacing: -3.6px;
  font-family: Rubik, sans-serif;
  font-size: 70px;
  line-height: 1em;
}

.text-footer.white {
  color: var(--white);
}

.image-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.image-contain._05 {
  z-index: 3;
  position: relative;
}

.content-footer-wrap {
  background-color: var(--white);
  border-bottom: 1px solid #0c0e1233;
  border-left: 1px solid #0c0e1233;
  border-right: 1px solid #0c0e1233;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 100%;
}

.content-footer-wrap.dark {
  background-color: var(--black-3);
}

.body-dark {
  background-color: var(--black-2);
}

.union-bgr {
  z-index: 1;
  opacity: .1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.none-transition {
  width: 100%;
  transition-property: none;
}

.section-subscribe {
  z-index: 3;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #00000003;
  border: 1px solid #fff3;
  border-radius: 20px;
  max-width: 1200px;
  margin-top: -50px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.image-banner {
  flex-direction: column;
  justify-content: flex-end;
  width: 55%;
  padding-bottom: 45px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.circle-red {
  background-color: var(--primary);
  border-radius: 50%;
  flex: none;
  width: 520px;
  height: 520px;
  position: absolute;
  inset: 50% 0% 0%;
  transform: translate(0, -50%);
}

.image-home-2 {
  position: relative;
}

.bgr-banner {
  display: none;
}

.hover {
  color: var(--text-dark);
  font-size: 18px;
}

.hover:hover {
  color: var(--primary);
}

.button-tablet {
  display: none;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.about-us {
    margin-left: auto;
    margin-right: auto;
  }

  .section.spacing {
    padding-bottom: 90px;
  }

  .section.dark-bgr {
    margin-top: -130px;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 260px;
  }

  .section.blog-dark {
    margin-left: 40px;
    margin-right: 40px;
  }

  .footer {
    margin-left: 40px;
    margin-right: 40px;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
  }

  .home-banner-section {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 130px;
  }

  .home-banner-content.home-2 {
    width: 50%;
  }

  .header-top-block {
    margin-top: 40px;
  }

  .row-content {
    grid-column-gap: 150px;
    justify-content: center;
  }

  .row-content.mb {
    margin-bottom: 70px;
  }

  .video-wrap {
    grid-column-gap: 100px;
  }

  .awards-content {
    grid-column-gap: 100px;
  }

  .section-subscribe {
    margin-left: auto;
    margin-right: auto;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .image-banner {
    padding-right: 0;
  }

  .circle-red {
    width: 570px;
    height: 570px;
    left: 1%;
  }

  .image-home-2 {
    width: 85%;
  }
}

@media screen and (min-width: 1440px) {

  h1,
  h2,
  h5 {
    margin-bottom: 10px;
  }

  .row-content {
    justify-content: flex-start;
  }

  .image-home-2 {
    width: 77%;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 90px;
  }

  .home-banner-section {
    height: auto;
    min-height: 100vh;
  }

  .home-banner-content.home-2 {
    width: 64%;
  }

  .subtitle-text.white {
    max-width: 530px;
  }

  .parners-logo-wrap,
  ._01,
  ._02,
  ._03 {
    grid-column-gap: 67px;
  }

  .text-footer {
    font-size: 90px;
  }

  .image-banner {
    width: 53%;
    padding-bottom: 0;
    right: -3%;
  }

  .circle-red {
    width: 700px;
    height: 700px;
  }

  .image-home-2 {
    width: 82%;
    right: 100px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  .section.dark-bgr {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 80px;
  }

  .section.blog-dark {
    margin-left: 10px;
    margin-right: 10px;
  }

  .base-container.align-left {
    z-index: 4;
  }

  .navbar {
    border-radius: 0;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    background-color: var(--text-dark);
    flex-direction: column;
    width: 320px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    padding: 20px;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
  }

  .nav-menu.w--open {
    transform: translateX(0);
    display: block;
  }

  .menu-button {
    filter: invert();
    text-align: right;
    background-color: transparent;
    padding: 0;
  }

  .menu-button.invert {
    filter: none;
  }

  .menu-button.w--open {
    filter: none;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    color: var(--white);
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    background-color: var(--text-dark);
    border-style: none;
    flex-direction: column;
    width: 100%;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .close-menu-button {
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .nav-item-title.dark {
    color: var(--white);
  }

  .footer {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    justify-content: center;
  }

  .footer-wrapper {
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .footer-brand-wrapper {
    justify-content: center;
    width: 100%;
  }

  .footer-logo-wrapper {
    text-align: center;
    align-items: center;
  }

  .home-banner-section {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 80px;
  }

  .home-banner-section.dark {
    padding-bottom: 80px;
  }

  .blog-item {
    width: 47.9%;
  }

  .blog-list {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .button-block {
    display: none;
  }

  .menu-wrap {
    background-color: var(--text-dark);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 73px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    margin-bottom: 4px;
  }

  .home-banner-content.home-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-heading {
    max-width: 550px;
  }

  .text-content {
    max-width: 350px;
  }

  .image-content {
    height: 350px;
  }

  .bottom-cart-block {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
  }

  .cart-wrap {
    width: 47.9%;
  }

  .header-top-block {
    padding-left: 0;
    padding-right: 0;
  }

  .left-block {
    width: 100%;
  }

  .counter-block {
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrap {
    max-width: 350px;
  }

  .image-02 {
    background-size: contain;
  }

  .image-03 {
    background-size: contain;
    width: 80px;
    height: 80px;
  }

  .gradient {
    max-width: 100px;
  }

  ._01 {
    overflow: auto;
  }

  ._02,
  ._03 {
    display: none;
  }

  .video-text {
    width: 350px;
  }

  .awards-content {
    flex-direction: column;
  }

  .slider-image {
    width: 100%;
    height: 350px;
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .section-subscribe {
    margin-left: 5px;
    margin-right: 5px;
  }

  .image-banner {
    align-items: center;
    width: 100%;
  }

  .circle-red {
    width: 600px;
    height: 600px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .image-home-2 {
    width: 85%;
  }

  .bgr-banner {
    z-index: 3;
    background-image: linear-gradient(#00000080, #00000080);
    display: block;
    position: absolute;
    inset: 0%;
  }

  .fotter-bottom-block {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .button-tablet {
    width: 100%;
    margin-top: 30px;
    display: block;
  }

  .w-nav-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
  }

  .w-nav-overlay.w--open {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 35px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.dark-bgr {
    padding-top: 60px;
  }

  .footer-image-wrapper {
    height: 350px;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-brand-description {
    text-align: center;
  }

  .home-banner-section {
    padding-top: 60px;
  }

  .home-banner-section.dark {
    height: 550px;
    padding-bottom: 60px;
  }

  .blog-item {
    width: 100%;
  }

  .blog-list-wrapper {
    margin-top: 30px;
  }

  .blog-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .brand {
    padding-left: 0;
  }

  .home-banner-content.home-2 {
    width: 100%;
  }

  .banner-heading {
    max-width: 350px;
  }

  .top-block-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .text-content {
    text-align: center;
    max-width: 100%;
  }

  .image-content {
    height: 250px;
  }

  .cart-wrap {
    width: 100%;
  }

  .header-top-block {
    grid-row-gap: 10px;
    flex-direction: column;
    margin-top: 60px;
  }

  .about-block-wrap {
    grid-row-gap: 50px;
  }

  .left-block {
    text-align: center;
    flex-direction: column;
    display: flex;
  }

  .large-text {
    font-size: 20px;
  }

  .counter-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .counter-wrap {
    align-items: center;
    width: 46.6%;
  }

  .row-content {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .row-content.reverse {
    flex-direction: column-reverse;
  }

  .image-block {
    height: 400px;
  }

  .content-wrap {
    text-align: center;
    align-items: center;
    max-width: 100%;
  }

  .image-01 {
    justify-content: center;
    align-items: stretch;
    height: 100%;
    display: flex;
  }

  .gradient {
    max-width: 50px;
  }

  .video-wrap {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .video-text {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .video-block {
    height: 400px;
  }

  .list-item {
    text-align: left;
  }

  .awards-row {
    margin-bottom: 20px;
    padding-bottom: 30px;
  }

  .link-image {
    height: 450px;
  }

  .slider-image {
    height: 250px;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .text-footer {
    font-size: 50px;
  }

  .section-subscribe {
    margin-top: 10px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-banner {
    padding-bottom: 0;
  }

  .circle-red {
    width: 500px;
    height: 500px;
  }

  .image-home-2 {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .section.dark-bgr {
    border-radius: 20px;
  }

  .section.blog-dark {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .nav-menu {
    width: 90%;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.6em;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .footer-social-icons-wrapper {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .footer-image-wrapper {
    align-items: center;
  }

  .footer-brand-description {
    margin-bottom: 30px;
  }

  .home-banner-section {
    border-radius: 20px;
  }

  .home-banner-section.dark {
    height: auto;
  }

  .footer-rights-wrapper {
    justify-content: center;
  }

  .link-banner {
    grid-column-gap: 10px;
    align-items: center;
  }

  .form-subscribe {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .header-top-block {
    text-align: center;
  }

  .left-block {
    padding: 10px 20px 20px;
  }

  .counter-wrap {
    width: 100%;
  }

  .gradient {
    display: none;
  }

  .header-block {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .content-footer-wrap {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .circle-red {
    width: 300px;
    height: 300px;
    top: 70%;
  }

  .tablet-menu .brand {
    display: none;
  }

  .tablet-menu {
    height: 1px;
  }

  .menu-wrap {
    height: 50vh;
    width: 106%;
  }

}