:root {
  --dark: #3e4343;
  --brand: #d8e029;
  --white: #ffffff;
}

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

body {
  color: var(--dark);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.header-section {
  z-index: 99;
  background-color: var(--brand);
  padding: 25px 30px;
  transition: all .5s;
  position: fixed;
  inset: 0% 0% auto;
}

.container-1260 {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.header-flex {
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.logo {
  color: var(--dark);
  font-size: 18px;
  text-decoration: none;
}

.logo.is-dark {
  color: var(--dark);
}

.logo-image {
  height: auto;
}

.logo-image-2 {
  height: auto;
  display: none;
}

.nav-item {
  color: var(--dark);
  padding-left: 17px;
  padding-right: 17px;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
  font-weight: 600;
}

.nav-item:hover {
  color: var(--dark);
}

.nav-item.w--current {
  color: var(--dark);
  text-decoration: underline;
}

.nav-item.is-color-light {
  color: var(--white);
  padding-left: 17px;
  padding-right: 17px;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
  font-weight: 600;
}

.footer-link {
  color: var(--white);
  padding-left: 17px;
  padding-right: 17px;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
  font-weight: 600;  
}

.header-btn {
  border: 2px solid var(--dark);
  background-color: var(--brand);
  color: var(--dark);
  border-radius: 5px;
  padding: 10.5px 18px;
  font-weight: 700;
  line-height: 24px;
  transition: all .5s;
}

.header-btn:hover {
  border-width: 2px;
  border-color: var(--brand);
  background-color: var(--white);
}

.header-btn.sidebar-btn {
  text-align: center;
  width: 100%;
}

.menu-bar {
  width: 24px;
  height: 24px;
  line-height: 1;
  display: none;
}

.menu-bar-icon {
  width: 24px;
  height: 24px;
}

.menu-bar-icon-black {
  width: 24px;
  height: 24px;
  display: none;
}

.hero-section {
  z-index: 1;
  color: var(--dark);
  padding-top: 180px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.hero-content {
  text-align: center;
}

.hero-title {
  text-transform: uppercase;
  max-width: 690px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
}

.hero-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.hero-btn-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.hero-btn {
  border: 2px solid var(--brand);
  background-color: var(--brand);
  color: var(--dark);
  border-radius: 5px;
  padding: 10px 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s;
}

.hero-btn:hover {
  background-color: var(--white);
  color: var(--dark);
}

.hero-btn-outline-icon {
  margin-left: 8px;
  line-height: 1px;
}

.hero-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 70%;
  margin-top: 60px;
}

.hero-shape-bg {
  z-index: -1;
  background-color: #fff;
  height: 120px;
  position: absolute;
  inset: auto 0% 0%;
}

.service-section {
  padding: 140px 30px 60px;
}

.section-title-block {
  text-align: center;
  margin-bottom: 60px;
}

.section-title {
  letter-spacing: -.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  line-height: 50px;
}

.section-text {
  max-width: 445px;
  margin-left: auto;
  margin-right: auto;
}

.service-grid {
  grid-column-gap: 90px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-item {
  display: flex;
}

.service-image {
  width: 70px;
  height: 70px;
  margin-right: 30px;
}

.service-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
}

.service-text {
  color: #343d48;
  line-height: 30px;
}

.service-read-more {
  color: #5567ff;
  text-transform: uppercase;
  align-items: center;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  text-decoration: none;
  display: flex;
}

.service-read-more-icon {
  height: 14px;
  margin-left: 10px;
  line-height: 1;
}

.icon-wrapper {
  color: var(--dark);
  flex: none;
  width: 70px;
  max-width: 100%;
  height: 70px;
  margin-right: 30px;
}

.svg {
  color: var(--dark);
  width: 70px;
  height: 70px;
}

.g {
  width: 70px;
  height: 70px;
}

.tab-section {
  padding: 140px 30px 60px;
}

.feature-tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.feature-tabs-menu-item {
  border: 2px solid var(--dark);
  text-align: center;
  background-color: #0000;
  border-radius: 5px;
  font-weight: 600;
  transition: background-color .35s;
}

.feature-tabs-menu-item:hover {
  background-color: #3e43433b;
}

.feature-tabs-menu-item.w--current {
  background-color: var(--dark);
  color: var(--white);
  align-items: center;
}

.feature-tabs-menu-item-icon {
  margin-right: 12px;
}

.feature-tabs-menu-item-2 {
  color: #343d48;
  align-items: center;
  margin-right: 40px;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  transition: all .5s;
  display: flex;
}

.feature-tabs-menu-item-2:hover {
  background-color: #fff;
}

.feature-tabs-body {
  border: 2px solid var(--dark);
  border-radius: 10px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.feature-tabs-body-image {
  width: 100%;
  height: auto;
}

.table-wrapper {
  padding: 20px;
}

.table_cell {
  border-right: 1px solid var(--dark);
  padding: 10px;
}

.table_cell.end {
  text-align: center;
  border-right-color: #0000;
}

.table_row {
  border-bottom: 1px solid var(--dark);
}

.table_row.is-last {
  border-bottom-color: var(--white);
}

.table_component {
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}

.table_header {
  background-color: var(--dark);
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 130%;
}

.wrapper {
  border: 1px solid var(--dark);
  border-radius: 10px;
  overflow: hidden;
}

.about-us-section {
  padding: 140px 30px 60px;
}

.flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-us-content {
  border-bottom: 2px solid var(--dark);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.faq-content-title {
  text-align: center;
  letter-spacing: -.5px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
}

.faq-content-text {
  text-align: center;
  margin-bottom: 20px;
  line-height: 32px;
}

.faq-btn-wrap {
  text-align: center;
  margin-top: 60px;
}

.faq-btn {
  color: #738295;
  background-color: #ecf2f7;
  border-radius: 5px;
  padding: 10px 22px;
  font-weight: 700;
  transition: all .5s;
}

.faq-btn:hover {
  color: #fff;
  background-color: #5567ff;
}

.sidebar-menu-section {
  z-index: 99;
  opacity: 0;
  background-color: #fff;
  min-width: 320px;
  height: 100%;
  transition: all .3s;
  position: fixed;
  inset: 0% auto auto 0%;
  transform: translate(-110%);
}

.sidebar-close-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 22px 30px 25px;
  display: flex;
}

.sidebar-close {
  text-align: center;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-left: auto;
  line-height: 20px;
}

.sidebar-close-icon {
  width: 15px;
}

.sidebar-menu {
  border-top: 1px solid #e9edf5;
}

.mobile-nav-item {
  color: #000;
  border-bottom: 1px solid #e9edf5;
  padding: 10px 20px 10px 30px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.sidebar-btn-wrap {
  min-height: 45px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  inset: auto 0% 40px;
}

.feature-section {
  padding: 140px 30px 60px;
}

.feature-grid {
  grid-column-gap: 70px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 470px;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.feature-image {
  width: 100%;
  height: auto;
}

.feature-content-title {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 55px;
}

.feature-content-title.large {
  text-transform: uppercase;
}

.feature-content-read-more {
  color: #5567ff;
  align-items: center;
  margin-top: 25px;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.feature-content-read-more-icon {
  height: 18px;
  padding-left: 10px;
  line-height: 1;
}

.brands-btn {
  border: 2px solid var(--brand);
  background-color: var(--brand);
  color: var(--dark);
  border-radius: 5px;
  padding: 10.5px 18px;
  font-weight: 700;
  line-height: 24px;
  transition: all .5s;
}

.brands-btn:hover {
  border-width: 2px;
  border-color: var(--brand);
  background-color: var(--white);
}

.brands-btn.sidebar-btn {
  text-align: center;
  width: 100%;
}

.footer-section {
  background-color: var(--dark);
  padding-left: 30px;
  padding-right: 30px;
}

.footer-section.m-t {
  margin-top: 60px;
}

.footer-widget-grid {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 35px;
  display: grid;
}

.footer-widget-item-title {
  color: #fff;
  letter-spacing: -.5px;
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 500;
}

.footer-widget-item-link {
  color: #fffc;
  font-size: 15px;
  line-height: 37px;
  text-decoration: none;
  transition: all .5s;
  display: block;
}

.footer-widget-item-link:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid #ffffff26;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 40px;
  display: flex;
}

.footer-bottom-item {
  align-items: center;
  display: flex;
}

.copyright {
  color: #fff;
  margin-left: 15px;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  top: 3px;
}

.footer-nav-item {
  color: #fff;
  margin-left: 20px;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.partner_logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 230px;
  height: 75px;
  display: flex;
}

.partner-logo {
  width: 100%;
  max-width: 170px;
  height: auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.main-wrapper {
  overflow: clip;
}

.photo-section {
  padding: 140px 30px 60px;
}

.grid-2c-1r {
  grid-template-rows: auto minmax(auto, max-content);
}

.photo-wrap {
  border-radius: 5px;
  height: 100%;
  overflow: hidden;
}

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

.hidden {
  display: none;
}

.service-image-large {
  border-radius: 5px;
  width: 170px;
  height: 200px;
  margin-right: 30px;
}

@media screen and (max-width: 991px) {
  .header-section {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .menu-list, .header-btn {
    display: none;
  }

  .header-btn.sidebar-btn {
    display: block;
  }

  .menu-bar {
    cursor: pointer;
    width: 24px;
    height: 24px;
    line-height: 1;
    display: block;
  }

  .menu-bar-icon, .menu-bar-icon-black {
    width: 24px;
    height: 24px;
  }

  .hero-section {
    padding-top: 110px;
  }

  .hero-title {
    max-width: 570px;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 54px;
  }

  .hero-btn-wrap {
    margin-top: 20px;
  }

  .hero-image {
    margin-top: 40px;
  }

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

  .section-title {
    margin-bottom: 0;
  }

  .service-grid {
    grid-column-gap: 40px;
    grid-row-gap: 59px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .service-image {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .service-read-more {
    justify-content: center;
  }

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

  .feature-tabs-menu-item-text {
    font-size: 14px;
  }

  .feature-tabs-menu-item-2 {
    margin-right: 0;
  }

  .table-wrapper {
    padding: 12px;
  }

  .about-us-section {
    padding-top: 100px;
    padding-bottom: 35px;
  }

  .about-us-content {
    width: 80%;
  }

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

  .feature-grid {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .feature-content-title {
    font-size: 24px;
    line-height: 42px;
  }

  .feature-content-title.large {
    font-size: 28px;
  }

  .feature-content-read-more {
    font-size: 14px;
  }

  .brands-btn.sidebar-btn {
    display: block;
  }

  .footer-widget-grid {
    grid-column-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-bottom-item {
    text-align: left;
    display: block;
  }

  .copyright {
    margin-top: 2px;
    margin-left: 0;
  }

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

  .service-image-large {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .header-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-btn.sidebar-btn {
    display: block;
  }

  .hero-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-title {
    max-width: 500px;
    font-size: 26px;
    line-height: 35px;
  }

  .hero-image {
    margin-top: 20px;
  }

  .service-section {
    padding: 60px 15px 30px;
  }

  .service-section.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .service-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .feature-tabs-menu {
    flex-wrap: wrap;
  }

  .feature-tabs-menu-item {
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .table_cell.end {
    white-space: nowrap;
  }

  .wrapper {
    overflow-x: auto;
  }

  .about-us-section {
    padding: 60px 15px 50px;
  }

  .flex {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .about-us-content {
    width: 100%;
  }

  .sidebar-close-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .feature-section {
    padding: 60px 15px 30px;
  }

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

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

  .feature-content {
    text-align: center;
  }

  .feature-content-read-more {
    justify-content: center;
  }

  .brands-btn.sidebar-btn {
    display: block;
  }

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

  .footer-widget-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }

  .footer-bottom {
    text-align: center;
    border-top-width: 0;
    padding-top: 30px;
    padding-bottom: 20px;
    display: block;
  }

  .footer-bottom-item {
    text-align: center;
  }

  .copyright {
    margin-top: 18px;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .partner_logo-wrapper {
    width: 180px;
    height: 100px;
  }

  .photo-section {
    padding: 60px 15px 30px;
  }

  .service-image-large {
    border-radius: 0;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .header-flex {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section {
    padding-top: 90px;
  }

  .hero-title {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 37px;
  }

  .hero-text {
    font-size: 14px;
    line-height: 21px;
  }

  .hero-btn-wrap {
    margin-top: 30px;
  }

  .section-title-block {
    margin-bottom: 40px;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .section-text, .service-text {
    font-size: 14px;
    line-height: 26px;
  }

  .service-read-more {
    font-size: 14px;
  }

  .feature-tabs-menu-item-2 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .faq-content-title {
    font-size: 16px;
    line-height: 26px;
  }

  .faq-content-text {
    font-size: 14px;
    line-height: 28px;
  }

  .sidebar-menu-section {
    min-width: 100%;
  }

  .feature-content-title {
    font-size: 20px;
    line-height: 28px;
  }

  .feature-content-title.large {
    line-height: 33px;
  }

  .feature-content-text {
    font-size: 14px;
    line-height: 26px;
  }

  .feature-content-read-more {
    font-size: 12px;
    line-height: 18px;
  }

  .partner_logo-wrapper {
    width: 140px;
  }

  .photo-section {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-2c-1r {
    grid-template-rows: auto minmax(auto, max-content) auto;
  }

  .photo-wrap {
    border-radius: 0;
  }

  .photo-wrap.is-mob-hidden {
    display: none;
  }
}

#w-node-fe1612cd-cd89-95fa-a09f-43b913f4e9ea-8e1256d0 {
  align-self: start;
}

#w-node-b2fceb51-9532-0847-8da7-955a7440d119-8e1256d0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0b4053d7-155f-0484-dd77-08a814ef7bbf-8e1256d0 {
  align-self: end;
}

#w-node-_8ac4e324-c55c-7db6-03df-ec276c6a41cb-8e1256d0 {
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_379eb9df-6dd9-280f-49f5-5a31f66644ff-8e1256d0, #w-node-db71526f-98bf-8adb-dd43-edb6a9cec701-8e1256d0, #w-node-_44823224-78cf-fca8-44fb-f2a67d6bac56-8e1256d0, #w-node-e867892e-a28a-af0e-2689-5aa9ad7705e4-8e1256d0, #w-node-_7eb7e1a6-0597-6988-4625-cf51b0f31475-8e1256d0, #w-node-_4fef13c6-73e0-6e38-d0be-81d93b83a777-8e1256d0, #w-node-_31ba27c7-3f58-ed3d-5610-b3deb4e36960-8e1256d0, #w-node-b0de8551-c13d-89c6-3916-ea4ee9f70619-8e1256d0, #w-node-dcc85c4f-f2aa-50da-bc1f-ff1f46c65ccd-8e1256d0, #w-node-_991a659b-d73d-54f0-5308-1b59d4e10585-8e1256d0, #w-node-c4d6e2c2-7bdd-cbb7-928b-0978fc64281f-8e1256d0 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fe1612cd-cd89-95fa-a09f-43b913f4e9ea-8e1256d0 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b2fceb51-9532-0847-8da7-955a7440d119-8e1256d0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0b4053d7-155f-0484-dd77-08a814ef7bbf-8e1256d0 {
    grid-area: 3 / 1 / 4 / 3;
  }
}


