:root {
  --green: #009445;
  --white: white;
  --black: black;
}

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

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

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

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

body {
  color: #333;
  font-family: Sf Pro Text, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #000028;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
}

h2 {
  color: #000028;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  color: #000028;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

h4 {
  color: #000028;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

p {
  color: #000028;
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

a {
  color: #009545;
  font-weight: 500;
  text-decoration: underline;
}

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

li {
  color: #000028;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

strong {
  font-weight: 600;
}

.navbar-logo-left {
  z-index: 90;
  background-color: #fff;
  border-bottom: 1px solid #ededed;
  justify-content: center;
  align-items: center;
  height: 70px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: #fff;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 70px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

.nav-link:hover {
  color: #1f58a5;
}

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

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

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

.nav-dropdown-toggle {
  letter-spacing: .25px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

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

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

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

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

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

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

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  border-radius: 0 0 4px 4px;
  margin-top: 18px;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
}

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

.nav-dropdown-link:hover {
  background-color: rgba(0, 149, 69, .05);
}

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

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

.mobile-margin-top-10, .nav {
  margin-bottom: 0;
}

.header-primary-btn {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #009445;
  border-radius: 30px;
  margin-left: 20px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.header-primary-btn:hover {
  color: #fff;
  background-color: #10ca53;
}

.header-primary-btn:active {
  background-color: #0eb449;
}

.nav-text {
  color: #000028;
  font-weight: 300;
}

.nav-text:hover {
  color: #1f58a5;
}

.section-top {
  padding-top: 80px;
}

.section-top._70vh {
  height: 50vh;
}

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

.home-pro-block {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.home-pro-img {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.slider {
  height: 92vh;
  margin-top: 70px;
}

.slide-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-center {
  text-align: center;
}

.p-center._700 {
  letter-spacing: .2px;
  width: 700px;
  margin-bottom: 0;
  line-height: 26px;
}

.banner-container {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 10vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.benner-text {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  width: 920px;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
}

.right-arrow, .left-arrow {
  justify-content: center;
  align-items: center;
  display: none;
}

.h2-center {
  color: #061547;
  text-align: center;
}

.home-pro-area {
  cursor: pointer;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 8px;
  transition: transform .2s cubic-bezier(.445, .05, .55, .95);
  overflow: hidden;
}

.home-pro-area:hover {
  transform: translate(0, -6px);
}

.h2-left {
  color: #061547;
}

.section {
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.top {
  padding-top: 80px;
}

.section.white {
  background-color: #fff;
  padding-top: 80px;
}

.news {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  max-width: 1140px;
  margin-top: 20px;
}

.blog-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-area {
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.445, .05, .55, .95);
  overflow: hidden;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, .1);
}

.blog-area:hover {
  transform: translate(0, -10px);
}

.blog-title-area {
  padding: 20px 30px 30px;
  text-decoration: none;
}

.date {
  opacity: .7;
  color: #000028;
  letter-spacing: 1px;
  margin-bottom: 12px;
  font-weight: 300;
}

.h3-left {
  color: #061547;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 400;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  color: #000028;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.footer-link {
  color: #000028;
  margin-bottom: 20px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-divider {
  background-color: #d4d2e3;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-bottom {
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.footer-copyright {
  color: #000028;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 300;
  text-decoration: none;
}

.nav-menu {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 160px;
  display: flex;
}

.section-top-nav {
  background-color: #ecf5fd;
  justify-content: flex-start;
  align-items: center;
  height: 160px;
  margin-top: 70px;
  position: relative;
}

.container-nav {
  justify-content: space-around;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.page-title-name {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

.nav-inner-menu {
  display: flex;
}

.page-arrow {
  opacity: .5;
  width: 25px;
  height: 20px;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 8px;
  padding-right: 8px;
}

.accordion-toggle {
  cursor: pointer;
  background-image: url('../images/plus.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px rgba(0, 0, 0, .1);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h1-mini {
  color: #061547;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 36px;
}

.inner-text {
  font-size: 18px;
  line-height: 26px;
}

.add-block {
  margin-top: 0;
  margin-bottom: 30px;
}

.add {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 28px;
}

.add._2 {
  letter-spacing: .5px;
  margin-bottom: 6px;
  line-height: 24px;
}

.add-title {
  color: rgba(0, 0, 40, .5);
  font-size: 16px;
  line-height: 20px;
}

.h1-blue {
  color: #1f58a5;
}

.h1-blue.large {
  margin-bottom: 20px;
  font-size: 82px;
  line-height: 80px;
}

.p-thanks {
  letter-spacing: .5px;
  font-size: 18px;
  line-height: 30px;
}

.profile-area {
  height: 100%;
}

.direc-img {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.director {
  border: 1px solid #d4d2e3;
  border-radius: 10px;
  width: 1000px;
  max-width: 1000px;
  height: 400px;
  margin-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.profile-head {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.name {
  width: auto;
}

.h2-name {
  color: #061547;
  margin-bottom: 6px;
  font-size: 22px;
}

.direc-profile {
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.direc-info {
  background-color: #fff;
  width: 75%;
  padding: 40px;
}

.page-name {
  color: #fff;
  letter-spacing: .2px;
  font-weight: 300;
}

.page-name.selected {
  color: #009445;
  letter-spacing: .2px;
  font-weight: 500;
}

.client-logo-area {
  width: 1140px;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

.logo-loop {
  flex-direction: row;
  display: flex;
}

.client-logo {
  object-fit: fill;
  height: 50px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.h1-small {
  color: #061547;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.logo {
  width: auto;
  height: 40px;
}

.arrow {
  width: 16px;
  height: 34px;
}

.slide-nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.footer-logo {
  width: auto;
  height: 54px;
}

.drop-nav {
  margin-bottom: 0;
}

.bg-color {
  background-image: linear-gradient(rgba(37, 39, 51, 0), #252733);
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.banner-btn {
  background-color: var(--green);
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  border-radius: 30px;
  margin-right: 10px;
  padding: 16px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

.banner-btn:hover {
  color: #fff;
  background-color: #10ca53;
}

.banner-btn:active {
  background-color: #0eb449;
}

.learn-btn {
  letter-spacing: .5px;
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid #fff;
  border-radius: 30px;
  margin-left: 10px;
  padding: 16px 30px;
  font-size: 16px;
}

.home--banner-block {
  margin-top: 20px;
  display: flex;
}

.grid-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 50px;
}

.overflow-block {
  z-index: 11;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: rgba(37, 39, 51, .5);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.overflow-block:hover {
  background-color: rgba(37, 39, 51, .7);
}

.pro-btn {
  letter-spacing: .5px;
  background-color: #009445;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-left: 10px;
  padding: 16px 30px;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.pro-btn:hover {
  background-color: #10ca53;
}

.home-icon {
  width: 100px;
  height: 100px;
}

.pro-title {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.columns-4 {
  justify-content: flex-start;
  align-items: center;
  width: 1140px;
  display: flex;
}

.h2.large {
  color: #061547;
  margin-bottom: 20px;
  font-size: 46px;
  line-height: 56px;
}

.ach-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 50px;
}

.home-ach-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ach-icon {
  width: 60px;
  height: 60px;
}

.home-ach-icon {
  margin-right: 10px;
}

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

.light-color {
  opacity: .25;
}

.paragraph {
  margin-bottom: 0;
}

.logo-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-green {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 150px;
}

.columns-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 1140px;
  display: flex;
}

.boost-r {
  width: 450px;
}

.button-3 {
  color: #252733;
  letter-spacing: .5px;
  background-color: #fff;
  border: 1px solid #061547;
  border-radius: 30px;
  margin-left: 10px;
  padding: 16px 30px;
  font-size: 16px;
}

.button-3:hover {
  background-color: rgba(37, 39, 51, .05);
}

.pro-btn-text {
  color: #fff;
}

.btn-arrow {
  margin-left: 10px;
}

.banner-btn {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.banner-btn.search {
  background-color: var(--green);
  cursor: pointer;
}

.section-news {
  border-bottom: 1px solid rgba(0, 0, 40, .05);
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 100px;
}

.pro-btn-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.columns-6 {
  width: 1140px;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-dis {
  color: #000028;
  width: 340px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.grid-6 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 10px;
}

.footer-icon {
  object-fit: cover;
  border-radius: 8px;
  width: 42px;
  height: 42px;
}

.span-line {
  color: rgba(0, 0, 40, .2);
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 300;
  text-decoration: none;
}

.span-line.hide {
  padding-left: 8px;
  padding-right: 8px;
}

.notion {
  color: #000028;
  font-weight: 300;
  text-decoration: none;
}

.bg {
  object-fit: cover;
  width: 100%;
  height: 160px;
}

.full-nav {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, .2);
  margin-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.inv-gridx3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 1140px;
  margin-top: 40px;
}

.inv-icon {
  width: 60px;
  height: 60px;
}

.down-icon {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}

.inv-download {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.download {
  color: #009445;
  font-size: 16px;
  font-weight: 600;
}

.inv-card {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 40, .1);
  border-radius: 20px;
  padding: 34px;
  text-decoration: none;
}

.heading-2 {
  color: #061547;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.field-label {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.text-field {
  color: #000028;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 40, .16);
  border-radius: 30px;
  width: 280px;
  height: 60px;
  padding: 10px 20px;
}

.columns-7 {
  justify-content: center;
  align-items: center;
  width: 1140px;
  display: flex;
}

.about-section {
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 0;
}

.columns-2 {
  flex-flow: row-reverse wrap;
  justify-content: center;
  align-items: center;
  width: 1140px;
  display: flex;
}

.title-head {
  text-align: center;
  align-self: center;
  width: 700px;
}

.form-head {
  align-self: center;
  width: 600px;
  margin-bottom: 60px;
}

.select-field {
  color: #686868;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 40, .16);
  border-radius: 30px;
  height: 60px;
  padding: 10px 20px;
}

.con-message {
  color: #000028;
  border: 1px solid rgba(0, 0, 40, .16);
  border-radius: 20px;
  min-height: 150px;
  padding-top: 20px;
  padding-left: 20px;
}

.gridx2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.submit-button {
  letter-spacing: .5px;
  background-color: #009445;
  border-radius: 30px;
  height: 54px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
}

.btn-block {
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.paragraph-3 {
  font-size: 20px;
  line-height: 36px;
}

.column-9 {
  padding-left: 40px;
}

.column-10 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
}

.copyright {
  display: flex;
}

.h1-bro {
  color: #009545;
  letter-spacing: .2px;
  margin-bottom: 20px;
  font-weight: 500;
}

.heading-5 {
  color: #061547;
}

.columns-8 {
  width: 1140px;
}

.contact-head {
  width: 500px;
}

.conn-block {
  background-color: #f9f9ff;
}

.column-15 {
  background-color: #f9f9ff;
  border-radius: 30px;
  padding: 40px 60px;
}

.light {
  color: rgba(0, 0, 40, .5);
}

.conn-text-field {
  color: #000028;
  border: 1px solid rgba(0, 0, 40, .16);
  border-radius: 30px;
  width: 240px;
  height: 60px;
  padding: 10px 20px;
}

.field-label-copy {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.connect-form-block {
  background-color: #f9f9ff;
  border-radius: 30px;
  width: 600px;
  margin-top: 60px;
  padding: 60px 40px 40px;
}

.connect-form-block.model {
  margin-top: 0;
}

.column-16 {
  padding-left: 0;
  padding-right: 0;
}

.message {
  color: #000028;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 40, .16);
  border-radius: 20px;
  width: 600px;
  min-width: 600px;
  max-width: 800px;
  height: 150px;
  min-height: 150px;
  max-height: 300px;
  padding-top: 20px;
  padding-left: 20px;
}

.submit-button-copy {
  letter-spacing: .5px;
  background-color: #009445;
  border-radius: 30px;
  height: 54px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
}

.p-leader {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.text-field-copy {
  color: #888;
  border: 1px solid rgba(0, 0, 40, .16);
  border-radius: 30px;
  width: 100%;
  height: 60px;
  padding: 10px 20px;
}

.full-section {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  line-height: 16px;
}

.column-17 {
  padding-left: 50px;
  padding-right: 0;
}

.columns-9 {
  width: 1140px;
}

.heading-2-large {
  color: #061547;
  margin-top: 20px;
  font-size: 46px;
  font-weight: 600;
  line-height: 58px;
}

.footer-light-inv {
  border-top: 1px solid #ededed;
  padding: 50px 30px 30px;
  position: relative;
}

.column-18 {
  border-right: 1px solid rgba(212, 210, 227, .5);
  padding-left: 30px;
}

.address-title {
  color: rgba(0, 0, 40, .5);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.tab-link {
  color: #061547;
  background-color: rgba(221, 221, 221, 0);
  flex: none;
  justify-content: flex-end;
  align-items: center;
  margin-right: 10px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 400;
}

.tab-link.w--current {
  color: #009445;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 4px solid #009445;
  width: auto;
  font-size: 16px;
  font-weight: 400;
}

.tabs-2 {
  flex-flow: row-reverse;
  width: 1140px;
  overflow: hidden;
}

.tabs-menu-3 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: scroll;
}

.dropdown-toggle-2 {
  color: #8d8ba7;
  background-color: #fff;
  border: 1px solid #dcddeb;
  border-radius: 30px;
  width: 160px;
  height: 52px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 20px;
  padding: 14px 20px;
  font-size: 16px;
}

.date-head {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 1140px;
  margin-bottom: 20px;
  display: flex;
}

.tabs-content-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pro-block-area {
  width: 1100px;
  margin: 50px 0 100px;
}

.pro-list {
  margin-top: 10px;
}

.slider-2 {
  border: 1px solid #d4d2e3;
  border-radius: 6px;
  width: 550px;
  height: 500px;
  overflow: hidden;
}

.image-14 {
  object-fit: cover;
  width: 550px;
  max-width: none;
  height: 500px;
}

.slide-nav-2 {
  opacity: .3;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 10px;
  line-height: 10px;
  display: flex;
}

.pro-arrow-area {
  justify-content: center;
  align-items: center;
  width: 60px;
  display: flex;
}

.arrow-icon {
  width: 40px;
}

.column-19 {
  padding-left: 0;
  padding-right: 0;
}

.product-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.slide-2, .mask {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.column-20 {
  padding-left: 40px;
}

.button-4 {
  color: #252733;
  letter-spacing: .5px;
  background-color: #fff;
  border: 1px solid #252733;
  border-radius: 30px;
  margin-left: 10px;
  padding: 16px 30px;
  font-size: 16px;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
}

.button-4:hover {
  background-color: #f7f7f7;
}

.p-left-dire {
  letter-spacing: 0;
  font-size: 18px;
  line-height: 30px;
}

.tabs-3 {
  width: 1140px;
}

.bg-blur {
  z-index: -1;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.innerblur-1 {
  z-index: 3;
  filter: blur(100px);
  background-color: rgba(131, 220, 208, .5);
  border-radius: 100px;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: auto;
  right: -14%;
}

.innerblur-2 {
  filter: blur(100px);
  background-color: rgba(108, 113, 189, .5);
  border-radius: 100px;
  width: 300px;
  height: 300px;
  position: absolute;
  top: -5%;
  bottom: auto;
  left: -2%;
  right: auto;
}

.innerblur-3 {
  filter: blur(100px);
  background-color: rgba(108, 113, 189, .5);
  border-radius: 100px;
  width: 300px;
  height: 300px;
  position: absolute;
  top: auto;
  bottom: -20%;
  left: auto;
  right: 7%;
}

.innerblur-4 {
  filter: blur(100px);
  background-color: rgba(0, 148, 69, .3);
  border-radius: 100px;
  width: 400px;
  height: 300px;
  position: absolute;
  top: 75%;
  bottom: 0%;
  left: -6%;
  right: auto;
}

.about-section-bottom {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 100px;
  padding-top: 80px;
  padding-bottom: 0;
}

.form-block {
  width: 600px;
}

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

.news-list {
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.image-29 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 4px;
  width: 800px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.h1-news {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
}

.column-2 {
  padding-left: 40px;
  padding-right: 0;
}

.column {
  padding-left: 0;
  padding-right: 20px;
}

.news-date {
  opacity: .5;
  letter-spacing: .5px;
  margin-top: 6px;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 22px;
}

.news-list-head {
  color: #061547;
  margin-top: 0;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.p-news {
  color: #061547;
  width: 800px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.news-list-img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 2px;
  height: 54px;
  margin-top: 0;
  margin-bottom: 0;
}

.bold {
  font-weight: 500;
}

.h1-hero-small {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
}

.grid-8 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.news-area {
  color: #333;
  text-decoration: none;
}

.news-thum {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: auto;
}

.news-date-2 {
  opacity: .7;
  color: #000028;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.h2-hero-small {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.bread-nav-link {
  text-decoration: none;
}

.paragraph-4 {
  line-height: 26px;
}

.form-3 {
  display: flex;
}

.tabs-menu-4 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.copyright-bottom {
  display: flex;
}

.clear-filter {
  color: #252733;
  letter-spacing: .5px;
  background-color: #fff;
  border: 1px solid #dcddeb;
  border-radius: 30px;
  margin-left: 10px;
  padding: 16px 24px;
  font-size: 16px;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
}

.clear-filter:hover {
  background-color: #f7f7f7;
}

.inv-card-link {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 40, .1);
  border-radius: 20px;
  padding: 34px;
  text-decoration: none;
}

.link {
  color: #009445;
  font-size: 16px;
  font-weight: 600;
}

.link-inv-icon {
  height: 60px;
}

.red-span {
  color: red;
  margin-left: 1px;
}

.modal {
  z-index: 99;
  background-color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-popup {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-popup._70vh {
  height: 50vh;
}

.h2-bro {
  text-align: center;
  letter-spacing: .2px;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 540px;
  display: flex;
}

.count-area {
  display: flex;
}

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

  .menu-button {
    padding: 12px;
  }

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

  .nav-container, .banner-container {
    max-width: 728px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
  }

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

  .h1-news {
    font-size: 32px;
  }

  .container-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .h1-hero-small, .h2-hero-small {
    font-size: 32px;
  }
}

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

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

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

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright, .span-line {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-light-inv {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left {
    height: 60px;
  }

  .navbar-logo-left-container.shadow-three {
    height: 60px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: none;
  }

  .container.center {
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .nav-menu-wrapper {
    width: 100%;
    height: auto;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
  }

  .nav-menu-two {
    border-radius: 0;
    justify-content: flex-start;
    margin-top: 0;
    padding: 0;
  }

  .nav-link {
    letter-spacing: .5px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    display: flex;
  }

  .nav-link:hover {
    color: #09b848;
  }

  .nav-link.w--current {
    color: #fff;
    letter-spacing: 1px;
    background-color: #009445;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 400;
    display: flex;
  }

  .nav-dropdown {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    justify-content: center;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown-toggle {
    align-items: center;
    height: 100%;
    display: flex;
  }

  .nav-dropdown-toggle.w--open {
    margin-bottom: 8px;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    box-shadow: none;
    background-color: #f6fff9;
    border-radius: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown-link {
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    font-weight: 300;
    display: flex;
  }

  .mobile-margin-top-10.hide {
    margin-bottom: 10px;
    display: block;
  }

  .menu-button.w--open {
    background-color: #009445;
    border-radius: 4px;
  }

  .nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 54px;
    display: flex;
  }

  .header-primary-btn {
    margin-top: 0;
    margin-left: 0;
  }

  .header-primary-btn.w--current {
    margin-top: 0;
  }

  .nav-text {
    letter-spacing: .5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .section-top {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-top._70vh {
    justify-content: center;
    align-items: center;
    height: 60vh;
    display: flex;
  }

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

  .home-pro-block {
    width: auto;
    height: 380px;
  }

  .slider {
    height: 40vh;
    margin-top: 60px;
  }

  .slider.web {
    height: 50vh;
    display: block;
  }

  .p-center._700 {
    width: auto;
  }

  .banner-container {
    justify-content: center;
    align-items: center;
    margin-bottom: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .benner-text {
    letter-spacing: 0;
    width: auto;
    font-size: 28px;
    line-height: 36px;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .h2-center {
    width: auto;
    font-size: 26px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .section.top {
    padding-top: 40px;
  }

  .news {
    display: block;
  }

  .blog-area {
    margin-bottom: 20px;
  }

  .h3-left {
    font-size: 20px;
    line-height: 26px;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block {
    margin-top: 20px;
  }

  .footer-divider {
    margin-bottom: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    height: 66px;
    padding-left: 0;
    padding-right: 20px;
  }

  .section-top-nav {
    justify-content: flex-start;
    align-items: center;
    height: 120px;
    margin-top: 60px;
    display: flex;
  }

  .container-nav {
    width: 100%;
    max-width: none;
  }

  .page-title-name {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
  }

  .nav-inner-menu {
    display: flex;
  }

  .accordion-toggle {
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h1-mini {
    font-size: 20px;
    line-height: 28px;
  }

  .add-block {
    margin-top: 20px;
  }

  .add {
    width: auto;
  }

  .h1-blue {
    text-align: center;
    font-size: 32px;
  }

  .h1-blue.large {
    margin-top: 0;
    font-size: 50px;
  }

  .p-thanks {
    font-size: 16px;
  }

  .profile-area {
    width: 100%;
    height: 100%;
  }

  .director {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-bottom: 60px;
  }

  .profile-head {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
  }

  .name {
    margin-right: 0;
  }

  .h2-name {
    text-align: left;
    line-height: 34px;
  }

  .direc-profile {
    justify-content: flex-start;
    width: 100%;
    height: 300px;
  }

  .direc-info {
    width: auto;
    margin-top: 0;
    padding: 30px 30px 20px;
  }

  .client-logo-area {
    width: 100%;
    display: block;
    overflow: hidden;
  }

  .logo-loop {
    display: flex;
  }

  .client-logo {
    object-fit: fill;
    width: auto;
    max-width: none;
    height: 42px;
    margin-left: 0;
    margin-right: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .h1-small.home {
    text-align: center;
    width: 100%;
  }

  .logo {
    height: 40px;
  }

  .slide-nav {
    display: none;
  }

  .drop-nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .banner-btn {
    margin-top: 10px;
    margin-left: 0;
  }

  .learn-btn {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    padding: 12px 22px;
    font-size: 14px;
    display: flex;
  }

  .home--banner-block {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
    display: flex;
  }

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

  .pro-btn {
    margin-top: 20px;
    padding: 12px 16px;
  }

  .columns-4 {
    flex-flow: column;
    width: auto;
  }

  .h2.large {
    font-size: 38px;
    line-height: 48px;
  }

  .ach-title {
    font-size: 28px;
    line-height: 42px;
  }

  .ach-icon {
    width: 60px;
    height: 60px;
  }

  .gridx4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    margin-top: 20px;
  }

  .logo-section {
    padding: 60px 20px;
  }

  .section-green {
    padding: 100px 20px;
    display: flex;
  }

  .columns-5 {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .boost-r {
    width: auto;
  }

  .button-3 {
    margin-left: 0;
    padding: 12px 22px;
  }

  .pro-btn-text {
    font-size: 14px;
  }

  .banner-btn {
    background-color: var(--green);
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 12px 22px;
    font-size: 14px;
  }

  .banner-btn.search {
    background-color: var(--green);
    margin-bottom: 0;
  }

  .section-news {
    padding: 70px 20px;
    display: flex;
  }

  .boost-img {
    width: 100%;
    margin-bottom: 50px;
  }

  .pro-btn-block {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
  }

  .columns-6 {
    flex-flow: column-reverse wrap;
    width: auto;
    display: flex;
  }

  .grid-5 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-top: 20px;
    display: flex;
  }

  .span-line.hide {
    display: none;
  }

  .bg {
    height: 120px;
  }

  .full-nav {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 120px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .inv-gridx3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .inv-icon {
    width: 54px;
    height: 54px;
  }

  .inv-card {
    padding: 26px;
  }

  .text-field {
    width: 300px;
  }

  .columns-7 {
    flex-flow: column;
    width: auto;
  }

  .about-section {
    padding: 40px 20px;
    display: flex;
  }

  .columns-2, .title-head {
    width: auto;
  }

  .form-head {
    width: auto;
    margin-bottom: 40px;
  }

  .select-field {
    width: 300px;
  }

  .con-message {
    width: 260px;
  }

  .gridx2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .submit-button {
    width: 240px;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 28px;
  }

  .column-9 {
    padding-left: 0;
  }

  .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-11, .column-12, .column-13, .column-14 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .notion-block {
    margin-top: 10px;
  }

  .h1-bro {
    font-size: 32px;
    line-height: 44px;
  }

  .heading-5 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .form-input-block {
    align-self: center;
    margin-bottom: 0;
  }

  .form-2 {
    width: 100%;
  }

  .columns-8, .contact-head {
    width: auto;
  }

  .column-15 {
    margin-top: 40px;
    padding: 30px;
  }

  .conn-text-field {
    width: 240px;
  }

  .connect-form-block {
    width: auto;
    padding: 40px 0;
  }

  .connect-form-block.model {
    border-radius: 20px;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .column-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .message {
    width: auto;
    min-width: 300px;
    max-width: 300px;
    min-height: 170px;
    max-height: 300px;
  }

  .submit-button-copy {
    width: 300px;
  }

  .p-leader {
    text-align: left;
    margin-bottom: 14px;
  }

  .text-field-copy {
    width: 300px;
  }

  .full-section {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: hidden;
  }

  .column-17 {
    padding-left: 20px;
  }

  .columns-9 {
    width: auto;
  }

  .heading-2-large {
    font-size: 36px;
  }

  .footer-light-inv {
    margin-top: 40px;
    padding: 0 20px 10px;
  }

  .column-18 {
    border-right-style: none;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-left: 20px;
  }

  .tab-link {
    flex: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-2 {
    width: 350px;
    overflow: hidden;
  }

  .tabs-menu-3 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: flex;
    overflow: scroll;
  }

  .dropdown-toggle-2 {
    width: 151px;
    height: 46px;
    margin-bottom: 10px;
    margin-right: 20px;
    padding: 4px 18px 4px 22px;
    font-size: 14px;
  }

  .dropdown-toggle-2.w--open {
    width: auto;
  }

  .date-head {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 20px;
  }

  .pro-block-area {
    width: auto;
  }

  .slider-2 {
    width: auto;
    height: 320px;
  }

  .image-14 {
    width: 100%;
    height: 100%;
  }

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

  .product-section {
    padding: 40px 20px 50px;
  }

  .column-20 {
    margin-top: 40px;
    padding-left: 10px;
  }

  .button-4 {
    margin-left: 0;
    padding: 12px 26px;
  }

  .p-left-dire {
    text-align: left;
  }

  .tabs-3 {
    width: 340px;
    overflow: hidden;
  }

  .innerblur-1 {
    width: 200px;
    height: 200px;
    top: 20%;
  }

  .innerblur-2 {
    width: 200px;
    height: 200px;
  }

  .innerblur-3 {
    width: 200px;
    height: 200px;
    bottom: -10%;
  }

  .innerblur-4 {
    width: 200px;
    height: 200px;
  }

  .about-section-bottom {
    padding: 40px 20px;
    display: flex;
  }

  .form-block {
    width: auto;
  }

  .column-21 {
    padding-left: 0;
    padding-right: 0;
  }

  .h1-news {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 40px;
  }

  .p-news {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
  }

  .container-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
  }

  .h1-hero-small, .h2-hero-small {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 40px;
  }

  .form-3 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .tabs-menu-4 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: flex;
    overflow: scroll;
  }

  .clear-filter {
    margin-left: 0;
    padding: 12px 26px;
    font-size: 14px;
  }

  .form-block-2 {
    flex-flow: column;
  }

  .inv-card-link {
    padding: 26px;
  }

  .link-inv-icon {
    width: 54px;
    height: 54px;
  }

  .tab-pane-tab-2 {
    width: 100%;
  }

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

  .section-popup {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-popup._70vh {
    justify-content: center;
    align-items: center;
    height: 60vh;
    display: flex;
  }
}

#w-node-e5c15dc7-9856-0bfe-7626-c7b55469d372-f8300bc5, #w-node-b399ea72-f2e2-1e2b-74e5-065363cc8253-b6aebd59, #w-node-aac71a4d-eca3-15fa-3cd1-68d1cb5f115f-753764b3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4645dd71-fc8a-007d-ef32-7c814e0717c4-90cf761b, #w-node-_185a82b1-2718-456c-cdb9-1a463e440ada-90cf761b, #w-node-_667ccbf4-96e8-de91-1496-860547de3983-90cf761b, #w-node-dca93e1f-b85e-d4bd-52bb-b0ba64f710fa-90cf761b, #w-node-b8423ea8-2fe6-c543-cd4a-1f1560cef701-90cf761b, #w-node-b8423ea8-2fe6-c543-cd4a-1f1560cef706-90cf761b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06a1e321-53ec-4d51-6f0a-240ce0e3c7c9-c5c177d7, #w-node-_166faf43-2fed-34cc-e07b-3402c2077cee-c5c177d7, #w-node-_43cf2308-7bac-b9b4-c25a-fa8723605f93-c5c177d7, #w-node-_06a1e321-53ec-4d51-6f0a-240ce0e3c7c9-a237d49f, #w-node-_43cf2308-7bac-b9b4-c25a-fa8723605f93-a237d49f, #w-node-_597a5d97-7e94-730e-5756-48946b71a03e-a237d49f, #w-node-_39a891b6-20ec-94d2-5487-19c78486a504-a237d49f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-HeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}