:root {
  --black: black;
  --grey: #f5f7fa;
  --white: white;
  --iot-gray: #fefbf8;
  --iot-red: #fc290f;
  --waves-library--dark-elevation: #ede0d8;
  --walsh--black: #2c2c2c;
  --flowstica-webflow-library--white: white;
  --waves-library--black: #131313;
  --waves-library--white: white;
  --lynx--white: white;
  --lynx--deep-pink: #fd4b8b;
  --lynx--black: #1f2022;
  --lynx--medium-purple: #8979ec;
  --flowstica-webflow-library--black: #010b15;
  --flowstica-webflow-library--black-2: #333;
  --flowstica-webflow-library--white-smoke: #f7f7f7;
  --waves-library--background: #faebe3;
  --lynx--grey: #797c83;
  --flowstica-webflow-library--medium-sea-green: #08b54f;
  --flowstica-webflow-library--honeydew: #cef0dc;
}

body {
  color: var(--black);
  text-align: center;
  font-family: Satoshi, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.5em;
}

h1 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1em;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 50px;
  line-height: 1em;
}

h3 {
  margin-top: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 36px;
  line-height: 1.2em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 28px;
  line-height: 1.2em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  line-height: 1.2em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 22px;
  line-height: 1.2em;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 1.5em;
}

a {
  color: var(--black);
  align-items: center;
  text-decoration: none;
  transition: color .3s;
}

ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 10px;
  padding-left: 0;
  display: flex;
}

li {
  background-image: url("https://cdn.prod.website-files.com/66d9a59c1af0e287b1d13024/66d9a59c1af0e287b1d130f7_list-bullet.svg");
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding-left: 22px;
  display: flex;
  position: relative;
}

label {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: block;
}

blockquote {
  border-bottom: 2px solid #0000004d;
  border-left: 1px #000;
  margin: 25px auto 50px;
  padding: 30px 20px 50px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }
}

.section {
  padding: 80px 4.5vw;
  position: relative;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.blog-grid-banner {
  background-image: url("https://cdn.prod.website-files.com/66d9a59c1af0e287b1d13024/680a8cf7b8d2ab3366e68c9f_blog.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 110px;
  display: flex;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
  display: flex;
}

.section.contacts-banner {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/66d9a59c1af0e287b1d13024/66d9a59c1af0e287b1d13181_Banner%20Gontact%20Us.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 730px;
  padding-top: 0;
  padding-left: 4.5vw;
  padding-right: 4.5vw;
  display: flex;
}

.section.banner-testimonials {
  background-color: var(--black);
  background-image: url("https://cdn.prod.website-files.com/66d9a59c1af0e287b1d13024/66d9a59c1af0e287b1d13154_Group%201768%20(1).png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  min-height: 600px;
  padding-top: 200px;
  display: flex;
}

.section.without-space {
  padding-top: 0;
  padding-bottom: 80px;
}

.section.background-margin {
  background-color: var(--black);
  background-image: url("https://cdn.prod.website-files.com/66d9a59c1af0e287b1d13024/66d9a59c1af0e287b1d13154_Group%201768%20(1).png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 430px;
  padding-bottom: 280px;
}

.section.background-mt {
  background-color: var(--black);
  margin-top: 0;
  padding-top: 387px;
  display: none;
  position: static;
}

.section.blog {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/66d9a59c1af0e287b1d13024/680a8cf7b8d2ab3366e68c9f_blog.png");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.blog.co-y {
  background-image: url("https://cdn.prod.website-files.com/66d9a59c1af0e287b1d13024/68164e0b76e3390d4b5e6c4c_Clip%20path%20group.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
  min-height: 600px;
}

.section.blog.baseball {
  background-image: url("https://cdn.prod.website-files.com/66d9a59c1af0e287b1d13024/6815e9af9a37f0d3f5cab110_2.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
  min-height: 600px;
}

.section.blog.apollo {
  background-image: url("https://cdn.prod.website-files.com/66d9a59c1af0e287b1d13024/681647ef2a7e06d84115b8c1_unnamed%20(4).png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
  min-height: 600px;
}

.section.blog.premier {
  background-image: url("https://cdn.prod.website-files.com/66d9a59c1af0e287b1d13024/68165568befc3772f11c1883_Case%20Studies%20IOT%20(4).png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
  min-height: 600px;
}

.section.blog.gujarat {
  background-image: url("https://cdn.prod.website-files.com/66d9a59c1af0e287b1d13024/68164e0b76e3390d4b5e6c4c_Clip%20path%20group.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
  min-height: 600px;
}

.section.blog.laliga {
  background-image: url("https://cdn.prod.website-files.com/66d9a59c1af0e287b1d13024/68165768cef286fbce9acec9_unnamed%20(10).png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
  min-height: 600px;
  overflow: hidden;
}

.section.pricing {
  background-image: url("https://cdn.prod.website-files.com/66d9a59c1af0e287b1d13024/6791346d945cecc46088d53b_WhatsApp%20Image%202025-01-22%20at%2023.38.29_3ec1a2e6.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.black-bgr-with-ellipse {
  background-color: var(--black);
  background-image: url("https://cdn.prod.website-files.com/66d9a59c1af0e287b1d13024/66d9a59c1af0e287b1d13154_Group%201768%20(1).png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.customers {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/66d9a59c1af0e287b1d13024/66d9a59c1af0e287b1d13172_Banner%2002.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section.dark-style {
  background-color: var(--black);
  background-image: url("https://cdn.prod.website-files.com/66d9a59c1af0e287b1d13024/66d9a59c1af0e287b1d13154_Group%201768%20(1).png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  min-height: 550px;
  display: flex;
}

.section.shop-details {
  padding-top: 60px;
}

.section.none-top-padding {
  padding-top: 0;
}

.section.black-background {
  z-index: 556;
  box-sizing: border-box;
  background-color: var(--black);
  object-fit: fill;
  max-width: none;
  padding: 80px 4.5vw 40px;
  font-family: Gotham, sans-serif;
  display: block;
  overflow: visible;
}

.section.black-background.training {
  padding-left: 4.5vw;
  padding-right: 4.5vw;
  position: static;
}

.section.black-background.new-highlight {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 0;
  display: block;
}

.section.about-us {
  z-index: 1;
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/66d9a59c1af0e287b1d13024/679bc0d5976cf271c46f489a_18-min.png");
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.base-container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  display: flex;
  position: relative;
}

.base-container.align-left {
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
}

.base-container.careers {
  padding-bottom: 0;
}

.base-container.about {
  padding: 80px 4.6vw 40px;
}

.base-container.timeline {
  max-width: none;
}

.base-container.elite {
  padding: 80px 4.5vw;
}

.primary-button {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  border-radius: 80px;
  padding: 10px 30px;
  font-family: Gotham, sans-serif;
  font-size: 30px;
  font-weight: 700;
  transition: border-color .3s, color .3s, background-color .3s;
  display: inline-block;
}

.primary-button:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--black);
}

.primary-button.full-width {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
  width: 100%;
}

.primary-button.full-width:hover {
  background-color: var(--white);
  color: var(--black);
}

.primary-button.cart {
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.primary-button.cart:hover {
  border-color: var(--black);
  color: var(--black);
}

.primary-button.mt-50 {
  margin-top: 40px;
}

.primary-button.invert {
  border-style: none;
  border-color: var(--black);
  background-color: var(--iot-red);
  color: var(--white);
  letter-spacing: 1px;
  border-radius: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Gotham, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.primary-button.invert:hover {
  background-color: var(--black);
  color: var(--white);
}

.primary-button.black-hover:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.primary-button.footer-button {
  border-color: var(--black);
  color: var(--black);
  padding: 4px 20px;
}

.primary-button.footer-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 4.5vw;
  padding-right: 4.5vw;
  display: flex;
}

.nav-menu {
  text-align: right;
  background-color: #c8c8c800;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  min-width: 95%;
  height: 100%;
  padding-top: 15px;
  display: block;
  position: static;
}

.nav-menu.justify {
  justify-content: center;
}

.nav-dropdown {
  display: none;
}

.nav-dropdown-toggle {
  margin-left: 5px;
  margin-right: 5px;
  padding: 0 5px;
  display: block;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  background-color: var(--black);
  opacity: 0;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
  display: none;
}

.nav-dropdown-list.w--open {
  width: 340px;
  margin-top: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 500px;
  display: flex;
  left: -240px;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  color: var(--white);
  text-transform: none;
  width: 100%;
  margin-left: auto;
  padding: 0 8px 0 0;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 17px;
  transition-property: all;
  display: flex;
}

.nav-dropdown-link:hover {
  opacity: .5;
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--white);
}

.nav-dropdown-link.nav-register-link {
  color: var(--iot-red);
}

.nav-item-title {
  color: var(--white);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  transition: opacity .3s;
}

.nav-item-title:hover {
  opacity: .5;
}

.nav-item-title.black {
  color: var(--black);
}

.nav-item-title.new {
  font-size: 14px;
}

.nav-menu-wrapper {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.footer {
  z-index: 1;
  background-color: var(--black);
  text-align: center;
  align-items: flex-start;
  padding: 0 0 10px;
  position: relative;
}

.footer-bottom-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.footer-rights {
  color: var(--waves-library--dark-elevation);
  display: inline-block;
}

.footer-copyright {
  color: var(--iot-red);
  width: 100%;
  margin-bottom: 10px;
  display: inline;
}

.footer-copyright-link {
  color: var(--iot-gray);
  letter-spacing: .2px;
  margin-right: 5px;
  font-size: 16px;
  text-decoration: none;
  transition: none;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--black);
}

.footer-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.white-text.super-heading, .white-text.super-heading.h {
  display: block;
}

.white-text {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4em;
}

.white-text.maxw {
  max-width: 600px;
  margin-top: 0;
}

.white-text.margin {
  margin-top: 50px;
  margin-bottom: 50px;
}

.white-text.metric {
  text-align: left;
  text-transform: capitalize;
  font-size: 40px;
}

.white-text.copy {
  font-size: 35px;
}

.white-text.super-heading, .white-text.super-heading.h {
  display: block;
}

.white-text.metrics {
  text-align: left;
  text-transform: none;
  font-size: 32px;
}

.white-text.metrics.new {
  text-align: left;
  font-style: normal;
}

.white-text.super-heading, .white-text.super-heading.h {
  display: block;
}

.nav-dropdown-column {
  width: 100%;
}

.home-banner-section {
  z-index: 5;
  background-color: #bbb9b9;
  background-image: none;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.home-banner-section.home-2 {
  padding-top: 90px;
  padding-bottom: 0;
  overflow: hidden;
}

.home-banner-section.players {
  align-items: center;
  overflow: hidden;
}

.home-banner-section.sp-banner {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/66d9a59c1af0e287b1d13024/6722329a62aed6ab28659cf7_10-min.png");
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-bottom: 0;
}

.home-banner-section.iotfc {
  z-index: 556;
}

.home-banner-section.home-banner2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#000 37%, #fff);
  height: 170px;
  max-height: none;
  padding-top: 0;
}

.navbar-fixed {
  background-color: #0000;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-fixed.home-2 {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-fixed.relative {
  position: relative;
}

.navbar-fixed.navbar-color {
  background-color: #0000;
  max-width: 100%;
  padding-top: 0;
}

.counter-number {
  color: var(--white);
  text-align: left;
  justify-content: center;
  align-items: center;
  font-family: Gotham, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1em;
}

.counter-number.new {
  font-style: normal;
}

.counter-number.copy {
  font-size: 70px;
}

.nav-dropdown-link-line {
  background-color: var(--white);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: none;
}

.menu-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.brand {
  width: 15vw;
}

.brand.w--current {
  flex-direction: row;
  align-items: center;
}

.background-video {
  background-image: linear-gradient(#00000080, #00000080);
  height: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.home-banner-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.bottom-content-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-banner {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 50px;
  display: flex;
}

.button-banner {
  flex-direction: column;
  min-width: 450px;
  display: flex;
}

.block-horizontal-full-width {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.left-block-content, .right-block-content {
  width: 50%;
}

.silver-text {
  color: var(--grey);
  position: relative;
}

.silver-text.maxw-570px {
  max-width: 570px;
}

.silver-text.maxw-380px {
  text-align: left;
  max-width: 480px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 1.3em;
}

.silver-text.size-text {
  font-size: 14px;
  line-height: 1.5em;
}

.silver-text.size {
  font-size: 18px;
  transition: color .3s;
}

.silver-text.size:hover {
  color: var(--black);
}

.counter-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  height: 100%;
  padding-bottom: 40px;
}

.subtitle-text {
  color: var(--iot-red);
  text-align: left;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  padding-left: 0;
  font-family: Gotham, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  overflow: auto;
}

.subtitle-text.white {
  color: var(--white);
  margin-bottom: 0;
}

.subtitle-text.none-margin {
  color: var(--iot-gray);
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.subtitle-text.none-margin.bottom-sutitle-text-red {
  color: var(--iot-red);
}

.subtitle-text.margin {
  margin-bottom: 200px;
}

.subtitle-text.subtitle-text-banner {
  color: var(--white);
  text-align: center;
  font-weight: 700;
}

.subtitle-text.subtitle-text-no-pading {
  padding-left: 0;
}

.subtitle-text.iot-agency {
  margin-top: 40px;
}

.subtitle-text.hiper {
  margin-top: 80px;
}

.subtitle-text.subtitle-inner {
  margin-bottom: 0;
  padding-left: 0;
}

.image-cover {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.image-cover.position-absolute {
  display: none;
  position: absolute;
  inset: 0%;
}

.image-cover.image-cover-wide {
  max-width: 270px;
}

.image-cover.positions {
  position: absolute;
  inset: 0%;
}

.image-fill {
  width: 100%;
  min-width: 170px;
  height: 100%;
  padding-right: 20px;
}

.dot-block {
  background-color: var(--white);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-left: 20px;
  margin-right: 20px;
}

.dot-block.silver {
  background-color: var(--grey);
  background-color: var(--grey);
  flex: none;
}

.heading-content {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.heading-none-margin {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
}

.card-footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.card-plan {
  grid-row-gap: 35px;
  border: 1px solid #000;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.top-block-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.bottom-block-card {
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.price-card {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.price-text {
  font-size: 40px;
  font-weight: 400;
  line-height: 1em;
}

.text-normal {
  font-family: Gotham, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.left-block-footer {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.right-block-footer {
  flex-direction: column;
  width: 40%;
  display: flex;
}

.menu-block {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.silver-link {
  color: var(--iot-red);
  text-decoration-color: #fff;
  transition: color .3s;
}

.silver-link:hover {
  color: var(--black);
}

.silver-link.w--current {
  color: var(--iot-red);
  font-size: 20px;
}

.social-links {
  grid-column-gap: 30px;
  margin-top: 50px;
  display: flex;
}

.text-play-footer {
  color: var(--white);
  text-align: left;
  margin-bottom: 50px;
  font-family: Gotham, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
}

.link-black {
  color: var(--iot-gray);
  -webkit-text-stroke-color: var(--iot-gray);
  font-family: Montserrat Variablefont Wght, sans-serif;
}

.link-black:hover {
  color: var(--grey);
}

.section-content {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.centered-block-wrapper {
  text-align: center;
  width: 100%;
}

.image-centered-block {
  width: 800px;
  height: 1070px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.background-video-about {
  width: 100%;
  height: 100%;
}

.error-message {
  color: #f73737;
  background-color: #0000;
  font-size: 18px;
}

.cart-button {
  background-color: #0000;
  padding-left: 50px;
  padding-right: 0;
  transition-property: opacity;
  position: relative;
}

.cart-button:hover {
  opacity: .5;
}

.cart-button.home-2 {
  padding-left: 25px;
  padding-right: 25px;
}

.cart-button.invert {
  color: var(--black);
}

.display-hide {
  display: none;
}

.cart-quantity {
  color: var(--black);
  font-weight: 400;
  position: absolute;
  top: -10px;
  left: 60px;
}

.cart-quantity.black {
  background-color: var(--black);
  color: var(--white);
}

.cart-quantity.home-2 {
  left: 30px;
}

.image-order {
  object-fit: cover;
  height: 60px;
}

.cart-wrapper {
  position: relative;
}

.checkout-actions {
  flex-direction: column;
  display: flex;
}

.cart-line-item {
  margin-bottom: 30px;
}

.link {
  color: var(--white);
  text-decoration: underline;
  transition-property: opacity;
}

.link:hover {
  opacity: .5;
}

.buy-now-webflow-icon {
  margin-right: 8px;
}

.more-templates {
  z-index: 1000;
  background-color: var(--white);
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.buy-this-templates {
  z-index: 1000;
  background-color: var(--white);
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
}

.hire-popup {
  z-index: 1000;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: fixed;
  inset: auto auto 5px 5px;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-popup-wrap:hover {
  color: #fff;
}

.hire-paragraph {
  color: var(--white);
  max-width: 93%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.hire-buttons:hover {
  color: #ffffffb3;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.text-orange {
  color: #f69c20;
}

.efi-hr-01-logo-cell {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 22%;
  height: 100%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.efi-hr-01-logo-cell.elite {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
}

.efi-hr-01-logo-cell.o {
  display: none;
}

.efi-hr-01-logo-cell.grass {
  width: 100%;
}

.efi-hr-01-logos-grid {
  grid-template: "."
                 "Area"
                 / 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  place-items: stretch center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.efi-hr-01-logos-grid.half-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  justify-content: center;
}

.efi-hr-01-logos-grid.iot-agency {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

.efi-hr-01-logos-grid.grid-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 20px;
  display: flex;
}

.efi-hr-01-logos-grid.grid-5.grass {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.efi-hr-01-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 4.5vw;
}

.efi-hr-01-container.special {
  padding: 80px 4.5vw 40px;
}

.efi-hr-01-container.iot-agency {
  padding: 0 0;
}

.efi-hr-01-logos {
  background-color: #fff;
  padding: 0 0%;
}

.efi-hr-01-logos.hiper {
  margin-bottom: 80px;
}

.efi-hr-01-logos.sports-logos {
  padding: 80px 4.5vw;
}

.efi-hr-01-logos.sports-logos.eli {
  width: 100%;
  padding-top: 40px;
}

.efi-hr-01-logos.sports-logos.wow {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.efi-h2 {
  color: var(--white);
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 24px;
  display: block;
}

.efi-h2.h {
  display: none;
}

.waves---heading-3-no-margins-3 {
  color: var(--iot-red);
  text-align: left;
  text-align: left;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-33 {
  text-align: left;
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.waves---mg-bottom-17 {
  text-align: left;
  margin-bottom: 0;
}

.waves-tile-features-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--grey);
  border-radius: 12px;
  flex-direction: column;
  grid-template: ". . ." minmax(auto, .25fr)
                 "Area Area Area"
                 / .5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 30px 32px 36px;
  display: grid;
}

.waves-tile-features-6.new-grid-7 {
  grid-template-rows: auto auto minmax(100px, 1fr);
  grid-auto-rows: minmax(auto, 1fr);
}

.waves---grid-features-6 {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 0;
}

.waves---grid-features-6.grid-features---2-block {
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.waves---grid-features-6.grid-features---2-block.grid-tight {
  padding-top: 0;
}

.waves---paragraph-big-2 {
  max-width: 650px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.waves---heading-2-no-margins-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.waves---heading-2-no-margins-3.nnnn {
  margin-bottom: 40px;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4em;
  display: flex;
}

.waves---center-heading.nnn {
  margin-top: 40px;
}

.waves---main-container-2.grass, .waves---main-container-2.iot-agency {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.waves---main-container-2.no-margin.in40, .waves---main-container-2.no-margin._40-in {
  padding-top: 80px;
}

.waves---main-container-2 {
  max-width: 1440px;
  padding: 40px 0 40px 4.5vw;
}

.waves---main-container-2.new.tranning2 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 4.5vw;
  padding-right: 4.5vw;
}

.waves---main-container-2.about {
  padding-left: 0;
  padding-right: 0;
}

.waves---main-container-2.grass, .waves---main-container-2.iot-agency {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.waves---main-container-2.no-margin {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.waves---main-container-2.no-margin.in40, .waves---main-container-2.no-margin._40-in {
  padding-top: 80px;
}

.waves---main-container-2.waves---main-container-2---2-block {
  z-index: 556;
  background-color: #fff;
  max-width: 1440px;
  padding: 40px 4.5vw 80px;
  position: relative;
}

.waves---main-container-2.waves---main-container-2---2-block.tight-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.waves---main-container-2.waves---main-container-2---2-block.tranning {
  padding-bottom: 0;
}

.waves---main-container-2.waves---main-container-2---2-block._40th {
  padding-bottom: 40px;
}

.waves---main-container-2.waves---main-container-2---2-block._40th.iot-agency {
  padding-bottom: 0;
  padding-right: 0;
}

.waves---main-container-2.waves---main-container-2---2-block.no-margin {
  padding: 0 0;
}

.waves---main-container-2.waves---main-container-2---2-block.no-margin.in40 {
  padding-top: 40px;
}

.waves---main-container-2.grass, .waves---main-container-2.iot-agency {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.waves---main-container-2.iot-agency.oo {
  margin-top: 80px;
}

.waves---main-container-2.iot-agency.in40 {
  padding-top: 40px;
}

.waves---main-container-2.iot-agency.in-40 {
  padding-top: 80px;
  padding-bottom: 20px;
}

.waves---section-medium-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.waves---section-medium-2.section-medium-custom-2 {
  z-index: 10;
  background-color: var(--white);
  padding-top: 0;
  position: relative;
}

.waves---section-medium-2.section-medium-custom-2.iotfc {
  display: none;
}

.waves---section-medium-2.grid-tight {
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-14 {
  text-align: left;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

.text-block-14.text-box-centered {
  text-align: center;
  align-self: center;
}

.waves---expand-line {
  background-color: var(--iot-red);
  width: 16px;
  height: 2px;
}

.waves---expand-line.vertical {
  background-color: var(--iot-red);
  background-color: var(--iot-red);
  width: 2px;
  height: 16px;
  position: absolute;
}

.waves---expand-icon-wrap {
  color: var(--iot-red);
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  display: flex;
}

.waves-expanded-text {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.waves-expanded-text.waves-center-text {
  text-align: center;
  text-align: center;
}

.waves---expand-space {
  height: 24px;
}

.waves---expandable-open {
  transform-origin: 50% 0;
}

.waves---paragraph-regular {
  font-family: Gotham, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

.waves---expandable-content {
  width: 100%;
  height: auto;
  margin-right: 24px;
}

.waves---expandable-item {
  border-top: 1px solid var(--waves-library--black);
  cursor: pointer;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.waves---expandable-wrap {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.waves-expandable-master-faq-2 {
  width: 100%;
  max-width: 650px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.waves---heading-2-no-margins-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.waves---center-heading-2 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-2 {
  font-family: Gotham, sans-serif;
}

.waves---cta-dark-2.wide-cta {
  background-color: var(--iot-red);
  background-color: var(--black);
  min-width: 200px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-weight: 400;
}

.waves---cta-dark-2 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: #131313e6;
}

.waves---cta-dark-2.wide-cta {
  background-color: var(--iot-red);
  background-color: var(--black);
  background-color: var(--iot-red);
  background-color: var(--black);
  min-width: 200px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-weight: 400;
}

.waves---mg-top-17 {
  margin-top: 16px;
}

.waves---subtitle {
  text-align: left;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 18px;
  line-height: 1.3em;
}

.waves---mega-heading-1 {
  color: var(--iot-red);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4em;
}

.waves---section-hero-primary.elite, .waves---section-hero-primary.in-80 {
  padding-bottom: 80px;
}

.waves---section-hero-primary {
  width: 100%;
  max-width: 1440px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 4.5vw;
}

.waves---section-hero-primary.elite, .waves---section-hero-primary.in-80 {
  padding-bottom: 80px;
}

.waves---section-hero-primary.high {
  display: none;
}

.waves---section-hero-primary.iot-agency {
  padding-top: 0;
  padding-bottom: 0;
}

.waves---section-hero-primary.in-80 {
  padding-bottom: 80px;
}

.waves-image-hero-3 {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.waves-image-hero-3.baseball {
  border-radius: 20px;
  height: 300px;
}

.waves-image-hero-3.apollo {
  width: 48%;
  height: 150px;
}

.waves-image-hero-3.apollo.laliga {
  height: 200px;
}

.waves-master-image-hero-3 {
  width: 550px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.waves-content-hero-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.waves-hero-3-grid {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.waves---heading-3-no-margins-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.waves-tile-features-7 {
  grid-row-gap: 16px;
  background-color: var(--grey);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.waves---master-tiles-features-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 545px;
  display: flex;
}

.waves---heading-2-no-margins-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 24px;
  line-height: 130%;
}

.waves---content-sticky-features-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 420px;
  display: flex;
}

.waves---sticky-halves-2 {
  position: sticky;
  top: 88px;
}

.waves---sticky-halves-left-2 {
  position: relative;
}

.waves---grid-halves-sticky-2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---section-medium-6 {
  text-align: left;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-20 {
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

.waves---heading-3-no-margins-9 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.waves---heading-3-no-margins-9.bigger-box-heading {
  font-size: 24px;
}

.waves-tile-features-8 {
  grid-row-gap: 16px;
  background-color: var(--grey);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 40px;
  display: flex;
}

.waves---master-tiles-features-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 545px;
  display: flex;
}

.waves---cta-dark-6 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-6:hover {
  background-color: #131313e6;
}

.waves---mg-top-19 {
  margin-top: 16px;
}

.waves---heading-2-no-margins-11 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 40px;
  line-height: 1.4em;
}

.waves---content-sticky-features-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 420px;
  display: flex;
}

.waves---sticky-halves-3 {
  border-radius: 1px;
  position: sticky;
  top: 88px;
}

.waves---sticky-halves-left-3 {
  position: relative;
}

.waves---grid-halves-sticky-3 {
  grid-column-gap: 40px;
  border-top: 1px solid #000;
  border-radius: 1px;
  grid-template-rows: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
}

.waves---main-container-6 {
  max-width: 1352px;
  padding-left: 40px;
  padding-right: 40px;
}

.waves---section-medium-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-22 {
  text-align: left;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

.waves-gradient-hero-2 {
  z-index: 9;
  background-image: linear-gradient(180deg, var(--iot-gray), #faebe300);
  height: 220px;
  position: absolute;
  inset: -1px 0% auto;
}

.waves-gradient-hero-2.bottom {
  background-image: linear-gradient(0deg, var(--iot-gray), #faebe300);
  background-image: linear-gradient(0deg, var(--iot-gray), #faebe300);
  inset: auto 0% -1px;
  inset: auto 0% -1px;
}

.waves-image-hero-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.waves-image-hero-4.image-hero-4-mini {
  width: auto;
  height: auto;
}

.waves-image-wrap-hero-2 {
  border-radius: 12px;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.waves-image-wrap-hero-2.wrap-hero-2-mini {
  height: auto;
}

.waves-item-gallery-hero-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-inside-hero-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-inside-hero-2.reverse {
  justify-content: flex-end;
}

.waves-column-hero-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.waves-gallery-hero-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 550px;
  max-width: none;
  height: 740px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves---cta-dark-7 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-7:hover {
  background-color: #131313e6;
}

.waves---cta-dark-7.wide-cta {
  background-color: var(--black);
  letter-spacing: .2px;
  -webkit-text-stroke-color: var(--iot-red);
  min-width: 200px;
  font-family: Gotham, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.waves---cta-dark-7.wide-cta:hover {
  background-color: var(--iot-red);
}

.waves---mg-top-20 {
  margin-top: 16px;
}

.waves---subtitle-3 {
  text-align: left;
  padding-top: 20px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

.waves---subtitle-3.baseball {
  padding-top: 0;
}

.waves---limit-511 {
  width: 100%;
}

.waves---mega-heading-2 {
  color: var(--iot-red);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4em;
}

.waves---mega-heading-2.baseball {
  max-width: 100%;
  margin-bottom: 10px;
  line-height: 100%;
}

.waves-content-hero-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: sticky;
  top: 40px;
}

.waves-grid-hero-2 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.waves-grid-hero-2.baseball {
  grid-column-gap: 40px;
  position: relative;
}

.waves---main-container-7 {
  max-width: 1352px;
  margin-top: 0;
  padding: 0 0 120px;
}

.waves---main-container-7.elite {
  padding-bottom: 80px;
}

.waves---main-container-7.baseball {
  padding-bottom: 40px;
}

.waves---main-container-7.it {
  padding-bottom: 0;
}

.waves---section-hero-primary-2 {
  padding: 50px 4.5vw 80px;
}

.waves---section-hero-primary-2.baseball {
  width: 100%;
  padding-top: 80px;
}

.waves---section-hero-primary-2.nes {
  padding-bottom: 120px;
}

.link-3 {
  color: var(--grey);
}

.waves---paragraph-big-9 {
  text-align: left;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.waves---heading-3-no-margins-12 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.waves---heading-3-no-margins-12.small-header {
  font-size: 20px;
}

.waves-content-blog-3 {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.waves-image-blog-3 {
  object-fit: cover;
  border-radius: 8px;
  flex: none;
  width: 600px;
  height: 200px;
}

.waves-image-blog-3.change {
  width: auto;
}

.waves-image-blog-3.test {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: auto;
  height: auto;
  display: block;
}

.waves-tile-blog-4 {
  grid-column-gap: 32px;
  background-color: var(--grey);
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 24px 32px 24px 24px;
  text-decoration: none;
  display: flex;
}

.waves-tile-blog-4.test {
  width: 100%;
}

.waves---cta-dark-8 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-8:hover {
  background-color: #131313e6;
}

.waves---cta-dark-8.wide-cta {
  background-color: var(--iot-red);
  background-color: var(--iot-red);
  flex: 0 auto;
  min-width: 200px;
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.heading-24 {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Gotham, sans-serif;
  font-size: 18px;
  display: flex;
}

.waves-icon-38 {
  width: 30px;
  height: 30px;
}

.waves-bottom-right-footer-2 {
  grid-column-gap: 2px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---paragraph-small {
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.waves---paragraph-small.link {
  font-size: 15px;
  text-decoration: none;
}

.waves-bottom-footer-2 {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.waves-divider-footer-2 {
  background-color: #13131333;
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.waves-link-footer-2 {
  color: var(--white);
  text-align: left;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}

.waves-links-wrap-footer-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---paragraph-regular-4 {
  color: var(--iot-gray);
  text-align: left;
  font-family: Gotham, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

.waves-column-links-footer-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-top-right-footer-2 {
  grid-column-gap: 50px;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
  overflow: visible;
}

.waves---cta-dark-10 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-10:hover {
  background-color: #131313e6;
}

.waves---cta-dark-10.wide-cta {
  background-color: var(--iot-gray);
  color: var(--iot-red);
  background-color: var(--iot-gray);
  min-width: 200px;
  font-family: Gotham, sans-serif;
  font-size: 18px;
}

.waves---paragraph-big-11 {
  color: var(--white);
  text-align: left;
  padding-top: 40px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.waves-brand-footer-2 {
  min-width: auto;
  max-width: 180px;
  height: auto;
  min-height: auto;
}

.waves-brand-link-footer-2 {
  height: 90px;
}

.waves-top-left-footer-2 {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  padding-right: 40px;
  display: flex;
}

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

.waves---main-container-13 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-footer-2 {
  background-color: var(--black);
  padding: 40px;
}

.waves---main-container-14 {
  max-width: 1352px;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.4em;
}

.waves---section-medium-17 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 4.5vw;
  display: flex;
}

.waves---section-medium-17.black-intro-text {
  background-color: var(--black);
  color: var(--white);
  padding: 0 0;
  font-family: Montserrat Variablefont Wght, sans-serif;
  display: block;
}

.waves---section-medium-17.black-intro-text.parent {
  padding: 80px 4.5vw;
}

.waves-master-testimonial-1 {
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.waves---testimonial-text-big-2 {
  mix-blend-mode: normal;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  transition: opacity .5s;
}

.list-item-4 {
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 18px;
  line-height: 1.3em;
}

.list-2 {
  grid-row-gap: 5px;
}

.text-block-25 {
  color: var(--white);
  width: 80px;
  height: 50px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 10px;
  line-height: 1.3em;
}

.email-link {
  text-decoration: underline;
}

.div-block-32 {
  z-index: 557;
  background-color: #fff;
  max-width: 1440px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 4.5vw 100px;
  display: block;
  position: relative;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: block;
}

.div-block-35, .div-block-36 {
  margin-bottom: 40px;
}

.image-59, .image-60, .image-61 {
  width: 100%;
}

.section-16 {
  width: 100%;
  padding-bottom: 40px;
}

.heading-31 {
  text-align: left;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.heading-32 {
  border: 1px none var(--iot-red);
  color: var(--white);
  cursor: pointer;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.heading-32:focus {
  background-color: var(--iot-red);
}

.heading-32.gf {
  border-style: none;
}

.heading-32.tag {
  background-color: var(--waves-library--white);
  color: var(--black);
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 10px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.heading-32.tag.nee {
  display: none;
}

.nntoot {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  display: grid;
}

.collection-list-4.www {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-43 {
  width: 100%;
  position: relative;
}

.blog-date {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.link-block-3 {
  align-self: center;
  padding: .7rem;
  display: block;
}

.link-block-3.w--current {
  border-bottom: 1px solid #fff;
  padding: .7rem;
}

.link-block-4, .link-block-5, .link-block-6 {
  align-self: center;
  padding: .7rem;
  display: block;
}

.image-88 {
  display: none;
}

.link-block-7 {
  align-self: center;
  padding: .7rem;
}

.link-block-7.w--current {
  border-bottom: 1px solid #fff;
}

.log {
  aspect-ratio: auto;
  object-fit: contain;
  width: 120px;
}

.waves---paragraph-regular-6 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.waves-content-bar-3 {
  width: 100%;
  height: 100%;
}

.waves-flex-bar-3 {
  color: var(--waves-library--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.waves-container-bar-3 {
  max-width: 1512px;
  height: 100%;
  padding-left: 32px;
  padding-right: 32px;
}

.waves-bar-3 {
  background-color: var(--waves-library--black);
  color: var(--waves-library--white);
  justify-content: center;
  align-items: center;
  height: 52px;
  display: flex;
  position: relative;
}

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

.waves-bar-2 {
  background-color: var(--waves-library--black);
  color: var(--waves-library--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
}

.waves-dismmiss-bar-2 {
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin-top: auto;
  margin-bottom: auto;
  transition: transform .2s;
  position: absolute;
  inset: 0% 32px 0% auto;
}

.waves-dismmiss-bar-2:hover {
  transform: scale(1.1);
}

.waves---cta-bar-2 {
  background-color: var(--iot-red);
  color: var(--grey);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 8px 12px;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves-content-bar-2 {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.collection-list-wrapper-7 {
  height: 100%;
}

.checkbox-label-2 {
  border-radius: 10px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.checkbox-field {
  z-index: 55;
  background-color: var(--grey);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.checkbox-2 {
  display: none;
}

.checkbox-3 {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.checkbox-4, .checkbox-5, .checkbox-6, .checkbox-7 {
  display: none;
}

.waves---mg-top-21 {
  margin-top: 16px;
}

.waves---main-container-16 {
  max-width: 1352px;
  padding-left: 0;
  padding-right: 0;
}

.waves-image-rounded-24 {
  border-radius: 24px;
  width: auto;
  max-width: 400px;
  height: auto;
  max-height: none;
}

.waves---section-medium-19 {
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.waves---heading-2-no-margins-19 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.waves---paragraph-big-14 {
  text-align: left;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.waves---content-image-halves-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  padding-right: 10px;
  display: flex;
}

.waves---cta-white-3 {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white-3.wide-cta {
  color: var(--iot-red);
  min-width: 200px;
  font-family: Gotham, sans-serif;
  font-size: 18px;
}

.waves-master-cta-3 {
  background-color: var(--black);
  color: var(--waves-library--white);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  padding: 20px 0;
  display: flex;
}

.waves---grid-cta-4 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr;
}

.div-block-59 {
  background-image: url("https://cdn.prod.website-files.com/66d9a59c1af0e287b1d13024/681b26371e0d5fac36ba7682_BG%20Gradient.png");
  background-position: 0 0;
  background-size: cover;
  min-width: auto;
  max-width: none;
  padding: 20px;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 120px;
  }

  h2 {
    font-size: 70px;
  }

  .section.blog-grid-banner {
    min-height: 600px;
  }

  .section.blog, .section.blog.co-y {
    min-height: 600px;
  }

  .section.customers, .section.dark-style, .section.blog-grid-banner {
    min-height: 600px;
  }

  .section.contacts-banner {
    padding-top: 150px;
  }

  .section.banner-testimonials {
    min-height: 650px;
  }

  .section.about-us {
    min-height: 770px;
  }

  .section.background-mt {
    padding-top: 437px;
  }

  .section.blog, .section.blog.co-y, .section.blog.co-y {
    min-height: 600px;
  }

  .section.pricing {
    max-width: none;
    min-height: 600px;
  }

  .section.customers, .section.dark-style {
    min-height: 600px;
  }

  .base-container {
    height: auto;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .primary-button.mt-50 {
    vertical-align: sub;
    vertical-align: sub;
    border-radius: 15px;
    width: 35%;
    margin-left: 0;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1em;
    display: block;
  }

  .nav-menu {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0;
    display: flex;
  }

  .nav-dropdown-toggle {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: flex;
  }

  .nav-item-title {
    font-size: 18px;
  }

  .nav-item-title.new {
    font-size: 14px;
  }

  .utility-page-content {
    width: 450px;
  }

  .coming-soon-heading {
    font-size: 70px;
  }

  .nav-menu-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .sidebar-categories {
    display: none;
  }

  .sidebar-categories.new {
    display: block;
  }

  .blog-template-pagination {
    margin-bottom: 130px;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .paragraph-large {
    font-size: 70px;
  }

  .pricing-features-links-wrap {
    padding-top: 0;
  }

  .footer-wrapper {
    margin-bottom: 130px;
  }

  .white-text {
    font-size: 35px;
  }

  .white-text.metric, .white-text.super-heading, .white-text.metric, .white-text.super-heading {
    font-size: 40px;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    margin-bottom: 80px;
  }

  .testominials-cards-banner {
    padding-bottom: 130px;
  }

  .testominials-cards-banner.no-margin.in-40 {
    padding-top: 60px;
  }

  .project-template-content {
    width: 35%;
  }

  .project-template-content-wrapper {
    grid-column-gap: 100px;
  }

  .sidebar-search-input {
    padding-left: 10px;
  }

  .blog-sidebar-left-wrapper {
    width: 70%;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._2, .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .counter-number {
    font-size: 80px;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-end;
    width: auto;
    padding-top: 15px;
  }

  .center-title {
    padding-right: 140px;
  }

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

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

  .subtitle-text {
    margin-bottom: 40px;
  }

  .subtitle-text.margin {
    margin-bottom: 250px;
  }

  .subtitle-text.mt {
    margin-bottom: 20px;
  }

  .subtitle-text.iot-agency {
    margin-bottom: 0;
  }

  .images-wrapper {
    grid-column-gap: 100px;
    justify-content: space-between;
  }

  .images-wrapper.columns {
    grid-column-gap: 100px;
    grid-column-gap: 100px;
  }

  .image-cover {
    width: 100%;
  }

  .image-cover.fit {
    object-fit: cover;
  }

  .image-cover.image-cover-wide {
    width: 90%;
  }

  .block-image-absolute {
    width: 64%;
    top: 59%;
  }

  .block-image-absolute.home-2 {
    top: 83%;
  }

  .card-content-wrapper {
    margin-bottom: 130px;
  }

  .video-content {
    margin-top: -400px;
  }

  .image-wrapper-testimonials {
    margin-right: 140px;
  }

  .quote {
    font-size: 70px;
  }

  .bottom-block-card {
    grid-column-gap: 35px;
    text-align: left;
    flex-direction: row;
    align-items: center;
  }

  .right-block-footer {
    width: auto;
  }

  .text-play-footer {
    font-size: 120px;
  }

  .heading-home-2 {
    font-size: 70px;
  }

  .top-content-block {
    margin-bottom: 130px;
  }

  .bgr-ellipse {
    margin-top: 210px;
  }

  .top-block-wrapper.cet-in-touch {
    grid-column-gap: 100px;
    grid-column-gap: 100px;
  }

  .large-text {
    font-size: 150px;
  }

  .circle-background {
    top: 18%;
  }

  .bottom-block-wrapper {
    margin-top: 130px;
  }

  .heading-blog, .heading-cu {
    font-size: 70px;
  }

  .banner-wrapper {
    grid-column-gap: 80px;
  }

  .heading-players {
    font-size: 70px;
  }

  .programs-wrapper {
    grid-column-gap: 100px;
  }

  .shop-details-title {
    font-size: 72px;
  }

  .lightbox-link-shop {
    min-width: 550px;
  }

  .heading-maxw {
    max-width: 950px;
  }

  .efi-hr-01-logo-cell {
    justify-content: flex-end;
    align-items: center;
    width: 22%;
    min-height: 100%;
  }

  .efi-hr-01-logo-cell.elite {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    height: 100px;
    min-height: 100%;
  }

  .efi-hr-01-logo-cell.oi {
    width: auto;
  }

  .efi-hr-01-logo-cell.ex {
    height: 105%;
    min-height: 105%;
  }

  .efi-hr-01-logos-grid {
    justify-content: center;
    align-items: flex-start;
  }

  .efi-hr-01-logos-grid.grid-5 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    justify-content: space-between;
    place-items: center start;
    margin-left: auto;
    margin-right: auto;
  }

  .efi-hr-01-logos-grid.half-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: center;
    align-items: flex-end;
  }

  .efi-hr-01-container.iot-agency {
    padding-top: 0;
    padding-bottom: 0;
  }

  .waves---sticky-halves {
    top: 40px;
  }

  .waves---sticky-halves-left {
    height: 100%;
  }

  .waves---sticky-halves-left.elite-sticy {
    position: sticky;
  }

  .waves---grid-halves-sticky {
    justify-content: space-between;
    align-items: flex-start;
    overflow: visible;
  }

  .waves---grid-halves-sticky.th7 {
    position: static;
    overflow: visible;
  }

  .waves---main-container.elite {
    position: relative;
  }

  .waves---main-container.hiper {
    padding-bottom: 0;
  }

  .image-3 {
    padding-left: 5px;
  }

  .slide-6 {
    padding-right: 5px;
  }

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

  .section-2 {
    height: 500vh;
  }

  ._3rd-interaction.alternative {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .main-section {
    z-index: 8;
  }

  .main-section.alternative {
    width: 100vw;
  }

  .side-contents-container {
    z-index: 9;
  }

  .div-block-2-copy {
    padding-left: 50px;
  }

  .text-block-10 {
    text-align: center;
    font-size: 50px;
  }

  .div-block-3 {
    overflow: hidden;
  }

  .text-block-11 {
    color: var(--white);
  }

  .main-section-copy {
    z-index: 99;
  }

  .paragraph-6 {
    width: 80%;
    font-size: 17px;
    line-height: 25px;
  }

  .text-block-12 {
    margin-top: 20px;
    font-size: 18px;
  }

  .project-button {
    width: 40%;
    min-width: 40%;
  }

  .image-16-copy-copy {
    width: 30%;
    min-width: 30%;
    padding: 12px;
  }

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

  .lottie-animation {
    width: 110vw;
  }

  .head {
    text-align: center;
    font-size: 3rem;
    line-height: 3rem;
  }

  .head._33 {
    margin-bottom: 1%;
  }

  .head.mini, .para {
    font-size: 2rem;
    line-height: 2rem;
  }

  .para.bg3 {
    font-size: 1.1rem;
  }

  .video-text3 {
    top: 34%;
  }

  .hero-text {
    width: 70%;
  }

  .waves-tile-features-6 {
    grid-template-columns: .25fr 1fr 1fr;
  }

  .waves---heading-2-no-margins-3, .waves---center-heading {
    font-size: 30px;
  }

  .waves---main-container-2.waves---main-container-2---2-block {
    max-width: 1440px;
  }

  .waves---main-container-2.waves---main-container-2---2-block.tranning {
    padding-top: 0;
  }

  .waves---main-container-2.no-margin.in40 {
    font-size: 30px;
  }

  .waves---section-medium-2 {
    max-width: 1440px;
  }

  .waves-tile-team-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .waves-image-hero-3.apollo {
    height: 200px;
  }

  .waves-image-hero-3.apollo.laliga {
    height: 250px;
  }

  .waves-hero-3-grid {
    padding-bottom: 20px;
  }

  .info-content {
    font-family: Montserrat, sans-serif;
    font-size: 0;
  }

  .main-wrapper {
    padding-bottom: 0;
  }

  .box._6 {
    max-width: 300px;
  }

  .image-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  ._3rd-content {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .waves---section-medium-10.iot-agency {
    padding-top: 0;
    padding-bottom: 0;
  }

  .waves---main-container-7 {
    padding-bottom: 120px;
  }

  .waves---section-medium-12.new {
    padding-bottom: 40px;
  }

  .waves-content-blog-3 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-image-blog-3.change {
    height: 300px;
  }

  .waves-tile-blog-4 {
    cursor: default;
    width: 100%;
    min-width: 100%;
    height: 100%;
    margin-bottom: 0;
  }

  .navbar.animation {
    max-width: none;
  }

  .container-3 {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .animation-nav-links {
    font-size: 14px;
  }

  .separator {
    width: 45rem;
  }

  .first-text.first-big, .first-text.first-big.first-mid, .first-text.first-big, .first-text.first-big.first-mid, .first-text.first-big.first-mid {
    font-size: 50px;
  }

  .waves---section-medium-15.animaton, .waves---section-medium-16.animation, .waves---section-medium-16.animation {
    display: block;
  }

  .bg-vid3-div {
    width: 70%;
  }

  .image-16 {
    width: 15vw;
  }

  ._3rd-section-videos {
    z-index: 9;
  }

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

  .image-17 {
    width: 15%;
  }

  .logo-wrapper.hidden-one {
    opacity: 0;
    opacity: 0;
  }

  .div-block-19.about {
    justify-content: space-between;
  }

  .heading-24 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .right-headin {
    font-size: 14px;
  }

  .section-4 {
    padding-top: 0;
    padding-bottom: 80px;
  }

  ._3rd-content-2 {
    width: 18%;
    height: auto;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .iuiu {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .info-content-2 {
    height: auto;
    margin-left: 0;
    font-family: Montserrat, sans-serif;
    font-size: 0;
  }

  ._1-line-2 {
    width: 100%;
    margin-left: 0;
  }

  .first-2 {
    font-size: 17px;
  }

  .first-2.paragrapgh, .first-2.paragrapgh._3l {
    font-size: 17px;
  }

  .first-2.below-line.line {
    margin-top: 5px;
    font-size: 13px;
  }

  .first-2.paragrapgh, .first-2.paragrapgh._3l {
    font-size: 17px;
  }

  .first-2.paragrapgh._4l, .first-2.paragrapgh._3l {
    font-size: 17px;
  }

  .first-2.paragrapgh.first1 {
    margin-top: 5px;
    margin-bottom: 0%;
    font-size: 13px;
  }

  .first-2.paragrapgh._4l {
    font-size: 17px;
  }

  .box-2, .box-2._5, .box-2._4, .box-2._3, .box-2._2, .box-2._6, .box-2._5, .box-2._4, .box-2._3, .box-2._2, .box-2._6 {
    scale: 1;
  }

  .image-wrapper-2 {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .right-text {
    align-self: stretch;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .right-text._2nd {
    margin-top: 10px;
    padding-top: 40px;
    padding-bottom: 35px;
  }

  .right-text._3rd {
    padding-top: 106px;
    padding-bottom: 107px;
  }

  .div-block-21 {
    justify-content: center;
    align-items: flex-start;
  }

  .lynx-features-large {
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }

  .div-block-29 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex;
  }

  .div-block-32 {
    margin-bottom: 0;
    position: relative;
  }

  .collection-list-3 {
    width: 100%;
    height: auto;
    display: flex;
  }

  .div-block-35 {
    margin-bottom: 0;
  }

  .image-47 {
    width: 80%;
  }

  .image-48 {
    width: 90%;
  }

  .image-49 {
    object-fit: contain;
    width: 120px;
  }

  .image-50 {
    width: 120px;
  }

  .image-54, .image-55 {
    display: block;
  }

  .bold-text-16 {
    font-size: 17px;
  }

  .paragraph-13 {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .image-62, .image-63, .image-64, .image-65, .image-66, .image-67, .image-68 {
    width: 100%;
  }

  .image-71, .image-72, .image-73 {
    width: 90%;
  }

  .image-77 {
    z-index: 5;
  }

  .image-78 {
    z-index: 4;
    margin-top: -143px;
  }

  .image-79 {
    max-width: none;
    margin-top: -178px;
  }

  .image-81 {
    width: 196px;
    margin-top: -71px;
  }

  .heading-32 {
    border: 1px none var(--iot-red);
    background-color: var(--iot-red);
    color: var(--white);
    border-radius: 999px;
    padding: 10px 20px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    position: static;
  }

  .heading-32.gf {
    position: static;
  }

  .button-container {
    border: 1px #000;
    padding: 10px 20px;
  }

  .iot-fc, .training, .business-of, .learderships, .general {
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
    top: 35%;
  }

  .press {
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
    top: 35%;
  }

  .div-block-42 {
    z-index: 1;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .all {
    z-index: 2;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
    position: absolute;
    inset: 20px 0% auto;
  }

  .collection-list-wrapper {
    width: 100%;
    height: auto;
  }

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

  .collection-list-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .collection-list-4.www {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .collection-item-3 {
    height: 100%;
  }

  .collection-list-wrapper-2, .collection-item-4, .collection-list-wrapper-3, .collection-item-5, .collection-list-wrapper-4, .collection-item-6, .collection-list-wrapper-5 {
    height: auto;
  }

  .collection-list-wrapper-6, .collection-item-7 {
    height: 100%;
  }

  .div-block-48, .div-block-49 {
    position: relative;
  }

  .link-block-4 {
    padding-bottom: 5px;
  }

  .link-block-4.w--current {
    border-bottom: 1px solid #fff;
  }

  .link-block-5 {
    padding-bottom: 5px;
  }

  .link-block-5.w--current {
    border-bottom: 1px solid #fff;
  }

  .link-block-6 {
    padding-bottom: 5px;
  }

  .link-block-6.w--current {
    border-bottom: 1px solid #fff;
  }

  .link-block-7 {
    padding-bottom: 5px;
  }

  .link-block-7.w--current {
    border-bottom: 1px solid #fff;
  }

  .blogs-wrapper {
    min-height: 100vh;
    padding-top: 30px;
    overflow: visible;
  }

  .anchor-holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: var(--white);
    margin-bottom: 80px;
  }

  .link-5 {
    background-color: #fc290f00;
  }

  .heading-33 {
    color: var(--black);
    text-align: left;
    align-self: auto;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 100%;
    display: block;
  }

  .image-90 {
    width: 80px;
    display: block;
  }

  .link-block-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--grey);
    width: 50%;
    padding: 10px 16px;
    display: flex;
  }

  .link-block-8.w--current {
    background-color: var(--grey);
  }

  .log, .image-92, .image-93, .image-94, .image-95, .image-96, .image-97, .image-98, .image-99, .image-100, .image-101, .image-102, .image-103 {
    width: 120px;
  }

  .div-block-51 {
    margin-bottom: 8%;
  }

  .background-video-7 {
    height: 100vh;
    display: none;
  }

  .heading-36 {
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-10 {
    width: 550px;
  }

  .waves---cta-bar-2:hover {
    background-color: var(--iot-gray);
    color: var(--black);
  }

  .readmore {
    cursor: pointer;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

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

  .section.blog-sidebar {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .section.banner-testimonials {
    justify-content: center;
    align-items: center;
    height: 100vh;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.black-background.training {
    padding-bottom: 80px;
  }

  .section.about-us {
    height: 100vh;
    min-height: auto;
  }

  .section.blog {
    padding-top: 0;
  }

  .section.pricing {
    max-width: none;
  }

  .section.black-bgr-with-ellipse {
    padding-top: 80px;
  }

  .base-container {
    max-width: 1440px;
    height: 100%;
    padding-bottom: 0;
  }

  .nav-container {
    justify-content: space-between;
    margin-top: 10px;
    padding-left: 4.5vw;
  }

  .nav-menu {
    justify-content: flex-end;
    align-items: center;
    min-width: auto;
    padding-top: 0;
    display: flex;
  }

  .nav-menu-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .blog-sidebar-post-content {
    justify-content: flex-end;
    align-items: center;
  }

  .footer {
    padding-top: 40px;
  }

  .testominials-cards-banner {
    margin-top: 0;
    padding: 80px 4.5vw;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .menu-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin-top: 0;
  }

  .brand {
    width: 15vw;
  }

  .brand.w--current {
    width: 250px;
  }

  .home-banner-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .subtitle-text.hiper {
    margin-bottom: 20px;
  }

  .image-fill {
    width: 250px;
    min-width: auto;
    max-width: none;
  }

  .image-fill.alternative {
    min-width: 230px;
  }

  .image-fill.alter {
    width: 250px;
    min-width: auto;
  }

  .block-image-absolute {
    width: 63%;
    top: 58%;
  }

  .text-price {
    line-height: 1.5;
  }

  .old-price {
    display: none;
  }

  .pricer-block {
    justify-content: center;
    align-items: center;
  }

  .article {
    justify-content: flex-end;
    align-items: center;
  }

  .bg-vid1 {
    display: flex;
  }

  .efi-hr-01-logo-cell {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 22%;
  }

  .efi-hr-01-logos-grid {
    grid-template-rows: auto;
    margin-top: 20px;
  }

  .efi-hr-01-logos-grid.grid-5 {
    place-items: center start;
  }

  .efi-hr-01-logos-grid.half-grid {
    justify-content: center;
    margin-top: 40px;
  }

  .efi-hr-01-logos-grid.iot-agency {
    margin-top: 20px;
  }

  .efi-hr-01-container.iot-agency {
    padding-top: 20px;
  }

  .efi-hr-01-logos {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .efi-hr-01-grid {
    padding-bottom: 10px;
  }

  .efi-h2 {
    margin-top: 0;
    font-size: 28px;
  }

  .waves-tile-features-2 {
    grid-template-rows: auto auto;
  }

  .waves-tile-features-2.waves-feature-mini {
    grid-row-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
  }

  .waves---master-tiles-features-2 {
    width: 650px;
  }

  .waves---content-sticky-features-2 {
    max-width: none;
  }

  .waves---sticky-halves-left {
    top: 20px;
  }

  .waves---grid-halves-sticky {
    grid-column-gap: 41px;
    grid-template-columns: .5fr .75fr;
    position: static;
    top: 1px;
  }

  .waves---grid-halves-sticky.th7 {
    grid-column-gap: 80px;
    justify-content: space-between;
  }

  .waves---grid-halves-sticky.special {
    justify-content: space-between;
    align-items: flex-end;
  }

  .waves---main-container.hiper {
    position: relative;
  }

  .container-2 {
    background-color: #c8a8a800;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    height: 100vh;
    margin-top: 0;
    padding-top: 0;
  }

  .section-2 {
    position: sticky;
    overflow: visible;
  }

  ._3rd-interaction {
    height: 100vh;
  }

  .side-contents.more {
    padding: 30px;
  }

  .div-block-2-copy {
    padding-bottom: 50px;
  }

  .lottie-animation {
    width: 115vw;
    margin-top: 0;
    display: flex;
    top: 0;
  }

  .vid-text {
    flex-flow: column;
    padding-bottom: 0;
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .head {
    font-size: 3rem;
    line-height: 3rem;
    display: block;
  }

  .head._33 {
    line-height: 3rem;
  }

  .head._3rd-section {
    font-size: 2rem;
    line-height: 2rem;
  }

  .para {
    font-size: 2rem;
    line-height: 3rem;
  }

  .para.bg3 {
    font-size: 1.2rem;
  }

  .video-text {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .video-text3 {
    padding-left: 6rem;
    padding-right: 6rem;
    top: 30%;
  }

  .video-text4, .video-text5 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .text-center {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    padding-left: 6rem;
    padding-right: 6rem;
    display: flex;
  }

  .hero-text {
    width: 70%;
  }

  .horizontal-move {
    position: sticky;
    inset: 15% 0% auto;
  }

  .h1.ui {
    width: 60%;
  }

  .waves---main-container-2.new.tranning2 {
    margin-left: auto;
    margin-right: auto;
  }

  .waves---main-container-2.about {
    padding-right: 4.5vw;
  }

  .waves---expand-line {
    background-color: var(--iot-red);
  }

  .waves---subtitle {
    line-height: 1.5em;
  }

  .waves-image-hero-3 {
    line-height: 1em;
  }

  .waves-image-hero-3.baseball {
    height: 400px;
  }

  .waves-master-image-hero-3 {
    width: 650px;
  }

  .waves-content-hero-3 {
    flex-flow: column;
    align-items: flex-start;
    width: 50%;
    max-width: none;
  }

  .waves-hero-3-grid {
    justify-content: space-between;
    display: flex;
  }

  .waves---heading-3-no-margins-5 {
    text-align: center;
    font-size: 20px;
  }

  .main-wrapper {
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0%;
    padding-bottom: 0%;
    inset: 0% 0% auto;
  }

  .section-3 {
    padding-top: 0;
  }

  .box {
    max-width: 33%;
  }

  .box._5 {
    max-width: 60%;
  }

  .box._2 {
    max-width: 39%;
  }

  .box._6 {
    max-width: 70%;
  }

  .box._4 {
    max-width: 53%;
  }

  .box._3 {
    max-width: 47%;
  }

  .waves-gallery-hero-2 {
    width: 650px;
  }

  .waves-grid-hero-2 {
    display: flex;
  }

  .waves-grid-hero-2.baseball {
    grid-column-gap: 80px;
    grid-column-gap: 80px;
  }

  .waves---section-hero-primary-2.baseball {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---main-container-9.continer-top {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }

  .waves---section-medium-12.new {
    padding-bottom: 80px;
  }

  .waves---heading-3-no-margins-12 {
    font-size: 22px;
  }

  .waves-image-blog-3.change {
    height: 400px;
  }

  .hero-section {
    margin-top: 0;
  }

  .navbar.animation {
    margin-top: 0;
    padding-top: 0;
  }

  .container-3 {
    justify-content: space-between;
    max-width: none;
    height: auto;
    margin-top: 0;
    padding-top: 10px;
  }

  .animation-nav-links {
    font-size: 14px;
  }

  .nav-menu-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .separator {
    width: 70%;
  }

  .image-13 {
    width: 170px;
  }

  .vid-text5 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .vid-text6 {
    padding-left: 6rem;
    padding-right: 6rem;
    display: block;
  }

  .first-text {
    font-size: 4rem;
    line-height: 4rem;
  }

  .waves---main-container-12.animation {
    padding-left: 0;
    padding-right: 0;
  }

  .last-video {
    aspect-ratio: 1;
  }

  .bg-vid3-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 70%;
    bottom: 5%;
  }

  .last-button {
    background-color: var(--iot-red);
  }

  .logo-class.ji {
    margin-top: 40px;
  }

  .logo-wrapper {
    top: 2px;
  }

  .efi-frm-03 {
    max-width: 1440px;
    padding-left: 5vw;
  }

  .right-headin {
    font-size: 19px;
  }

  .section-4 {
    padding-top: 50px;
  }

  ._3rd-content-2 {
    flex: 0 auto;
    align-self: stretch;
    width: 17%;
    display: flex;
  }

  .iuiu {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 50px;
    inset: 0% 0% auto;
  }

  .info-content-2 {
    margin-left: 0;
    display: flex;
  }

  ._1-line-2 {
    width: 100%;
    margin-left: 0;
  }

  .first-2 {
    font-size: 19px;
  }

  .first-2.below-line.line {
    margin-top: 10px;
    font-size: 15px;
  }

  .first-2.paragrapgh {
    font-size: 19px;
    line-height: 100%;
  }

  .first-2.paragrapgh._3l {
    font-size: 19px;
  }

  .first-2.paragrapgh._4l, .first-2.paragrapgh._3l {
    font-size: 19px;
  }

  .first-2.paragrapgh.first1 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 15px;
  }

  .first-2.paragrapgh._4l {
    font-size: 19px;
  }

  .real {
    height: 0;
  }

  .box-2._6 {
    max-width: none;
  }

  .image-wrapper-2 {
    margin-right: 0;
  }

  .right-text._2nd {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .right-text._3rd {
    padding-top: 101px;
    padding-bottom: 105px;
  }

  .bold-text-10._5l {
    line-height: 1.3rem;
  }

  .div-block-21 {
    justify-content: center;
    align-items: flex-start;
    transform: scale(.88);
  }

  .efi-ft-01-grid {
    margin-bottom: 40px;
  }

  .efi-h4-4 {
    color: var(--iot-red);
    font-size: 20px;
  }

  .blackeffect-home {
    background-color: #0003;
  }

  .div-block-28 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .infow-wrapper {
    margin-top: 22%;
  }

  .div-block-29 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-radius: 15px;
    width: 19%;
  }

  .para-holder {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .image-36 {
    width: 90%;
    margin-left: 0;
    margin-right: auto;
  }

  .image-51, .image-52, .image-53, .image-54 {
    width: 100%;
    max-width: 100px;
  }

  .image-55 {
    max-width: 100px;
  }

  .bold-text-16 {
    font-size: 19px;
  }

  .paragraph-13 {
    margin-bottom: 0;
  }

  .image-62, .image-63, .image-64, .image-65, .image-66, .image-67, .image-68 {
    width: 100%;
  }

  .text-block-28 {
    line-height: 1.5;
  }

  .div-block-42 {
    display: block;
  }

  .all {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

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

  .heading-33 {
    align-self: auto;
  }

  .background-video-6 {
    align-items: center;
  }

  .div-block-53 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .link-block-10 {
    width: 650px;
  }

  .div-block-54 {
    width: 100%;
    height: 350px;
  }

  .alternative-videos-button {
    width: 100%;
  }

  .div-block-57 {
    justify-content: flex-start;
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    padding-top: 80px;
  }

  .section.contacts-banner {
    min-height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.blog {
    background-image: linear-gradient(to bottom, null, null), url("https://cdn.prod.website-files.com/66d9a59c1af0e287b1d13024/672237606044c2363141b7b5_PL%20case%20study%20banner.png");
    background-size: auto, cover;
  }

  .section.pricing {
    max-width: none;
  }

  .base-container {
    max-width: 1440px;
  }

  .base-container.about, .base-container.elite, .base-container.about, .base-container.elite {
    padding-left: 0;
    padding-right: 0;
  }

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

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .nav-dropdown-list.megamenu.w--open {
    left: 0;
  }

  .nav-item-title.new {
    font-size: 18px;
  }

  .nav-menu-wrapper {
    justify-content: space-around;
  }

  .sidebar-category {
    line-height: 1.5;
  }

  .footer {
    padding-top: 80px;
  }

  .sidebar-search-wrapper {
    justify-content: center;
    align-items: center;
  }

  .home-banner-section {
    height: 100vh;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .menu-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-end;
    align-items: flex-start;
    width: 90%;
    margin-top: 0;
  }

  .brand.alter.w--current {
    aspect-ratio: auto;
    aspect-ratio: auto;
    width: 16vw;
  }

  .subtitle-text {
    font-size: 35px;
    line-height: 1;
  }

  .subtitle-text.none-margin {
    overflow: visible;
  }

  .subtitle-text.margin {
    margin-bottom: 300px;
  }

  .subtitle-text.subtitle-text-no-pading {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .subtitle-text.subtitle-inner {
    font-size: 25px;
  }

  .subtitle-text.new {
    font-size: 30px;
  }

  .subtitle-text.iot-agency {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .subtitle-text.hiper {
    margin-bottom: 0;
  }

  .image-cover.fit {
    object-fit: contain;
    object-fit: contain;
  }

  .image-fill {
    width: 300px;
    max-width: none;
  }

  .image-fill.alternative {
    min-width: 300px;
  }

  .image-fill.alter {
    width: 300px;
    max-width: none;
  }

  .block-image-absolute {
    width: 60%;
  }

  .text-play-footer {
    font-size: 32px;
  }

  .block-with-border.bottom-block {
    flex: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-top-block {
    margin-top: 250px;
  }

  .heading-cu {
    line-height: 1.5em;
  }

  .animated-vid {
    width: 100vw;
    height: 100vh;
    position: sticky;
  }

  .bg-vid, .background-video-2, .background-video-3 {
    height: 100vh;
  }

  .vid-text-head-1 {
    text-align: center;
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
  }

  .bg-vid1, .bg-vid2, .bg-vid3, .bg-vid4 {
    width: 100vw;
  }

  .bg-vid5 {
    top: 2px;
  }

  .efi-hr-01-logo-cell {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 22%;
  }

  .efi-hr-01-logos-grid.half-grid {
    height: auto;
  }

  .efi-hr-01-container {
    max-width: none;
  }

  .efi-hr-01-container.iot-agency {
    max-width: 1440px;
  }

  .efi-hr-01-logos {
    background-color: #fff;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .efi-hr-01-logos.sports-logos.eli {
    max-width: none;
  }

  .efi-hr-01-logos.sports-logos.wow {
    padding-left: 0;
    padding-right: 0;
  }

  .efi-hr-01-right-content {
    background-position: 0%;
  }

  .efi-big-paragraph {
    margin-bottom: 0;
  }

  .efi-jumbo {
    text-align: left;
    margin-bottom: 20px;
  }

  .efi-jumbo.thisis {
    margin-bottom: 50px;
  }

  .efi-hr-01 {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .waves---sticky-halves, .waves---sticky-halves-left {
    top: 1px;
  }

  .waves---grid-halves-sticky {
    justify-content: space-between;
    align-items: flex-start;
  }

  .waves---grid-halves-sticky.special, .waves---grid-halves-sticky.centerone, .waves---grid-halves-sticky.special, .waves---grid-halves-sticky.centerone {
    justify-content: space-between;
    align-items: center;
  }

  .waves---section-medium {
    max-width: 1440px;
  }

  .home-head {
    text-align: center;
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
  }

  .container-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    margin-top: 0;
    display: flex;
    top: 0%;
  }

  .vid-text-head-2, .vid-text-head-3, .vid-text-head-4, .vid-text-head-5 {
    text-align: center;
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
  }

  .section-2 {
    max-width: 1920px;
  }

  .body {
    max-width: none;
  }

  ._3rd-interaction {
    width: 100vw;
    height: 100vh;
  }

  .main-section {
    top: 0;
  }

  .side-contents-container {
    z-index: 9;
  }

  .div-block-3 {
    height: 120px;
  }

  .text-block-11 {
    font-size: 100px;
  }

  .div-block-4 {
    background-color: #000;
    position: relative;
    overflow: visible;
  }

  .image-4 {
    opacity: .29;
    width: 300vw;
  }

  .main {
    background-color: #000;
    justify-content: flex-start;
    width: 200vw;
    height: auto;
    display: flex;
    position: sticky;
    top: 0;
  }

  .main-section-copy {
    z-index: 1;
    background-color: var(--black);
    width: 100vw;
    display: flex;
    top: 0;
    overflow: visible;
  }

  .image-5, .image-6 {
    opacity: .42;
  }

  .lottie-animation {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: 120vw;
    margin-top: 0;
    display: flex;
    top: 0;
  }

  .vid-text {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .head {
    width: 100%;
    font-size: 4rem;
    line-height: 4rem;
  }

  .head._33 {
    line-height: 4rem;
  }

  .head._3rd-section, .para {
    font-size: 3rem;
    line-height: 3rem;
  }

  .video-text, .video-text3, .video-text4 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .video-text5 {
    padding-left: 10rem;
    padding-right: 10rem;
    top: 15%;
  }

  .text-center {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .hero-text {
    width: 70%;
  }

  .waves-tile-features-6 {
    grid-template-columns: .25fr 1fr 1fr;
  }

  .waves---main-container-2 {
    max-width: 1440px;
  }

  .waves---main-container-2.waves---main-container-2---2-block {
    max-width: 1440px;
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .waves---main-container-2.new.tranning2 {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---main-container-2.about {
    padding-left: 0;
  }

  .waves---section-medium-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .waves---section-hero-primary {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---main-container-4 {
    padding-top: 80px;
  }

  .info-content {
    z-index: 1;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    max-width: 2000px;
    padding-top: 0;
    display: flex;
    position: sticky;
    top: 0%;
  }

  .new-red {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    font-size: 2rem;
    line-height: 2.1rem;
  }

  .new-red.last {
    margin-top: 20px;
    padding-top: 5rem;
    padding-bottom: 5rem;
    line-height: 2.1rem;
  }

  .new-red.middle {
    margin-top: 20px;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .main-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    max-width: 2000px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
    position: fixed;
    overflow: visible;
  }

  .section-3 {
    background-color: #fff;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .first {
    font-size: 2rem;
    line-height: 2rem;
  }

  .first.below-line.line {
    margin-top: .6rem;
  }

  .first.paragrapgh {
    margin-top: 1.6rem;
    font-size: 2rem;
    line-height: 2rem;
  }

  .box {
    width: 10vw;
    min-width: auto;
    max-width: none;
  }

  .box._5 {
    width: 18vw;
    min-width: auto;
    max-width: none;
    margin-top: -7.3rem;
  }

  .box._2 {
    width: 12vw;
    min-width: auto;
    max-width: none;
    margin-top: -4.7rem;
  }

  .box._6 {
    width: 20vw;
    min-width: auto;
    max-width: none;
    margin-top: -8.5rem;
  }

  .box._4 {
    width: 16vw;
    min-width: auto;
    max-width: none;
    margin-top: -6.4rem;
  }

  .box._3 {
    width: 14vw;
    min-width: auto;
    max-width: none;
    margin-top: -5.6rem;
  }

  ._1-line {
    background-color: #ff0b0b;
    width: 100%;
    height: 3px;
    padding-bottom: 0;
    position: relative;
    inset: auto 10% 0% 0%;
  }

  ._1-line._5 {
    background-color: #2c6e95;
  }

  ._1-line._2 {
    background-color: #fbc239;
  }

  ._1-line._6 {
    background-color: #88479f;
  }

  ._1-line._3 {
    background-color: #4bbea7;
  }

  ._1-line._4 {
    background-color: #3d98db;
  }

  ._1-div {
    text-align: right;
    width: 100%;
    position: static;
  }

  .image-wrapper {
    z-index: 1;
    background-color: #fff;
    justify-content: flex-end;
    align-items: center;
    width: 40vw;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    display: flex;
    position: sticky;
    top: 0%;
    overflow: visible;
  }

  ._3rd-content {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 30%;
    height: auto;
    margin-left: 30px;
    padding-top: 0;
    display: flex;
    position: sticky;
    top: 0%;
  }

  .waves---section-hero-primary-2 {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .waves---main-container-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---main-container-9.continer-top.thisis {
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .waves---section-medium-12.about-us {
    padding-left: 0;
    padding-right: 0;
  }

  .image-12 {
    max-width: 1352px;
  }

  .waves-image-blog-3 {
    width: 100%;
  }

  .hero-section {
    max-width: 2023px;
  }

  .navbar.animation {
    max-width: none;
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }

  .container-3 {
    max-width: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }

  .animation-nav-links {
    font-size: 18px;
  }

  .separator {
    width: 90%;
  }

  .vid-text5, .vid-text6 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .first-text {
    font-size: 5rem;
    line-height: 6rem;
  }

  .first-text.first-big, .first-text.first-big.first-mid, .first-text.first-big, .first-text.first-big.first-mid, .first-text.first-big.first-mid {
    font-size: 50px;
  }

  .last-video {
    cursor: pointer;
    padding-bottom: 45px;
  }

  .container-4 {
    overflow: hidden;
  }

  .bg-vid3-div {
    width: 70%;
    max-width: 1400px;
  }

  .image-16 {
    width: 15vw;
    max-width: 700px;
  }

  .last-para {
    font-family: Montserrat, sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2rem;
  }

  .last-button {
    z-index: 555;
    min-height: 65px;
    padding: 10px 20px;
    font-size: 20px;
    line-height: 20px;
    position: relative;
  }

  .logo-wrapper2, .logo-wrapper {
    align-self: center;
  }

  .div-block-19.div-about {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .efi-frm-03-container {
    margin-left: auto;
    margin-right: auto;
  }

  .waves---main-container-13 {
    max-width: 1440px;
    padding-left: 0;
    padding-right: 0;
  }

  .efi-hr-01-right-content-2 {
    background-position: 0%;
  }

  .efi-hr-01-logos-2 {
    background-color: #fff;
  }

  .section-4 {
    color: #000;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  ._3rd-content-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 20%;
    max-width: 99.9%;
    height: auto;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    display: flex;
    position: sticky;
    top: 0%;
  }

  .iuiu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    max-width: 1550px;
    padding-top: 30px;
  }

  .info-content-2 {
    z-index: 1;
    flex-flow: column;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    padding-top: 0;
    display: flex;
    position: sticky;
    top: 0%;
  }

  ._1-line-2 {
    width: 100%;
    height: 3px;
    padding-bottom: 0;
    position: relative;
    inset: auto 10% 0% 0%;
  }

  .first-2.paragrapgh {
    margin-top: 0;
    font-size: 1.5rem;
  }

  .first-2.paragrapgh._3l {
    font-size: 20px;
  }

  .first-2.paragrapgh._2nd {
    margin-top: 7px;
    font-size: 20px;
  }

  .first-2.paragrapgh._4l {
    margin-top: 0;
    font-size: 20px;
  }

  ._1-div-2 {
    text-align: right;
    width: 100%;
    position: static;
  }

  .real {
    height: 0;
    display: block;
  }

  .image-wrapper-2 {
    z-index: 1;
    width: 45vw;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: sticky;
    top: 0%;
    overflow: visible;
  }

  .right-text {
    border-color: #fc452e;
  }

  .right-text._2nd {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .right-text._3rd {
    padding-top: 108px;
    padding-bottom: 108px;
  }

  .bold-text-10._5l {
    font-size: 20px;
    line-height: 1.3rem;
  }

  .lottie-animation-3 {
    margin-top: 15%;
  }

  .blackeffect-home {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .div-block-28 {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-32 {
    padding-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-51 {
    width: 100%;
    max-width: 100px;
  }

  .image-52, .image-53, .image-54 {
    max-width: 100px;
  }

  .image-55 {
    width: 100%;
    max-width: 100px;
  }

  .paragraph-13 {
    margin-bottom: 50px;
    font-size: 22px;
  }

  .section-17 {
    padding-bottom: 0;
  }

  .iot-fc, .training, .business-of, .learderships, .general, .press {
    top: 25%;
  }

  .div-block-42 {
    padding-left: 0;
    padding-right: 0;
    top: 30px;
  }

  .all {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .anchor-holder {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-33 {
    font-size: 25px;
  }

  .heading-40 {
    padding-top: 10px;
    padding-bottom: 20px;
    line-height: 150%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 42px;
  }

  .section.blog-grid-banner {
    min-height: 300px;
    padding-top: 80px;
  }

  .section.banner-testimonials {
    min-height: 450px;
    padding-top: 130px;
  }

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

  .section.background-mt {
    margin-top: -207px;
    padding-top: 287px;
  }

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

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .primary-button {
    display: block;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-container {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    background-color: var(--black);
    flex-direction: column;
    min-width: 500px;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    padding: 0;
  }

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

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link.black {
    color: var(--white);
  }

  .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: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    filter: invert();
    margin-right: 0;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: 320px;
    padding: 0 40px 0 20px;
    display: none;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: 320px;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: auto;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    color: var(--white);
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
  }

  .close-menu-button {
    padding-bottom: 0;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 10px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
    max-width: 60%;
  }

  .nav-close-icon.invert {
    filter: invert();
  }

  .nav-item-title.black {
    color: var(--white);
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    max-width: 550px;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    margin-bottom: 30px;
  }

  .nav-menu-wrapper {
    justify-content: space-between;
    align-items: center;
    padding-left: 4.5vw;
    padding-right: 4.5vw;
    position: relative;
  }

  .blog-sidebar-left {
    flex: none;
    width: 100%;
  }

  .blog-sidebar-right {
    width: 100%;
  }

  .blog-sidebar-wrapper {
    flex-wrap: wrap-reverse;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    column-gap: 20px;
  }

  .sidebar-recent-post-item {
    display: inline-block;
  }

  .blog-template-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 30px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .paragraph-large {
    font-size: 50px;
  }

  .pricing-item {
    width: 31%;
  }

  .pricing-item.center-item {
    width: 38%;
  }

  .pricing-content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-content.center-item {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .pricing-features-wrapper {
    grid-column-gap: 30px;
  }

  .pricing-features-wrapper.wrap {
    flex-wrap: wrap;
  }

  .pricing-features-wrap.coaching {
    width: 100%;
  }

  .pricing-features-links-wrap {
    text-align: center;
    width: 53%;
  }

  .pricing-features-links-wrap.width, .contacts-content-wrapper {
    width: 100%;
  }

  .contacts-form-wrapper {
    margin-left: 0;
    padding: 30px;
  }

  .contacts-2-location-wrapper {
    width: 34%;
    margin-top: 0;
  }

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

  .white-text.maxw {
    text-align: right;
    text-align: right;
  }

  .search-input:focus {
    border: 1px solid #0f5cfa;
  }

  .search-section {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .testominials-cards-banner {
    margin-top: -180px;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .button-wrapper.none-margin {
    display: flex;
  }

  .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .project-template-content, .project-template-info {
    width: 100%;
  }

  .project-template-content-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 100%;
  }

  .blog-sidebar-right-wrapper {
    width: 100%;
    margin-bottom: 40px;
    position: static;
  }

  .blog-sidebar-left-wrapper {
    flex: none;
    width: 100%;
  }

  .home-banner-section {
    height: 530px;
    padding-top: 60px;
  }

  .home-banner-section.home-2 {
    height: 700px;
  }

  .home-banner-section.players {
    height: auto;
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .navbar-fixed {
    height: auto;
  }

  .navbar-fixed.home-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .counter-number {
    font-size: 90px;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .menu-wrap {
    background-color: var(--black);
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 500px;
    margin-left: 0;
    margin-right: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: static;
    inset: 0% auto 0% 0%;
  }

  .menu-wrap.width {
    width: 100%;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .image-burger {
    margin-bottom: 4px;
  }

  .image-burger.invert {
    filter: invert();
  }

  .brand-tablet {
    display: block;
  }

  .block-horizontal-full-width {
    grid-column-gap: 50px;
  }

  .left-block-content {
    flex-direction: column;
    width: 100%;
  }

  .right-block-content {
    width: 100%;
  }

  .text-wrapper {
    max-width: 500px;
  }

  .silver-text.maxw-570px {
    max-width: 450px;
  }

  .subtitle-text.margin {
    margin-bottom: 130px;
  }

  .heading-block-content.centered {
    text-align: center;
    text-align: center;
  }

  .images-wrapper, .images-wrapper.columns, .images-wrapper.columns {
    grid-column-gap: 50px;
  }

  .image-left.width {
    width: 350px;
  }

  .description-block {
    margin-top: 30px;
  }

  .description-block.display {
    justify-content: center;
    display: flex;
  }

  .description-text-left {
    max-width: 60%;
  }

  .description-text-left.centered {
    text-align: center;
    align-items: center;
  }

  .description-text-left.display {
    align-items: center;
  }

  .block-image-absolute {
    width: 100%;
    margin-bottom: 30px;
    position: static;
  }

  .block-image-absolute.home-2 {
    margin-bottom: 50px;
  }

  .heading-content {
    grid-column-gap: 70px;
    margin-bottom: 30px;
  }

  .card-content-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .card-content-wrapper.reviews {
    grid-template-columns: 1fr 1fr;
  }

  .image-content-wrapper {
    width: 47.9%;
  }

  .image-wrapper-testimonials {
    margin-right: 80px;
  }

  .testimonials-content {
    margin-top: 60px;
  }

  .card-footer {
    grid-template: ". ."
                   "Area Area"
                   / 1fr 1fr;
  }

  .left-block-footer {
    width: 70%;
  }

  .right-block-footer {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-block {
    margin-top: 30px;
  }

  .social-links {
    justify-content: center;
  }

  .text-play-footer {
    font-size: 50px;
  }

  .banner-content-home-2 {
    align-items: center;
  }

  .banner-heading-home-2 {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .bgr-ellipse {
    margin-top: 105%;
  }

  .ellipse-conteny {
    width: 300px;
    height: 300px;
  }

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

  .block-with-border {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    width: auto;
  }

  .block-with-border.bottom-block {
    border-top-style: none;
  }

  .block-with-border.home-2 {
    flex: 1;
    justify-content: flex-end;
  }

  .top-block-wrapper {
    grid-column-gap: 50px;
  }

  .top-block-wrapper.cet-in-touch {
    flex-direction: column-reverse;
  }

  .top-image-block.sizing {
    width: 100%;
    height: 500px;
  }

  .top-description-block {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
    display: flex;
  }

  .large-text {
    font-size: 70px;
  }

  .image-centered-block {
    width: auto;
  }

  .circle-background {
    top: 18%;
  }

  .text-top-block {
    grid-row-gap: 30px;
    margin-top: 80px;
  }

  .slide.height {
    height: 550px;
  }

  .banner-wrapper {
    flex-direction: column;
  }

  .left-banner-description {
    width: 100%;
    margin-bottom: 30px;
  }

  .right-form-banner {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-list-players {
    grid-template-columns: 1fr 1fr;
  }

  .heading-players {
    font-size: 50px;
  }

  .cart-button {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 25px;
    display: flex;
  }

  .cart-quantity {
    left: 10px;
  }

  .list-block-wrapper {
    grid-column-gap: 20px;
  }

  .cart-wrapper {
    flex: 1;
    justify-content: flex-end;
    display: flex;
  }

  .programs-wrapper {
    grid-column-gap: 50px;
  }

  .shop-collection-list, .shop-collection-list.shop-detsils, .shop-collection-list.shop-detsils {
    grid-template-columns: 1fr 1fr;
  }

  .shop-text-wrapper.margin {
    margin-top: 50px;
  }

  .add-to-cart-2 {
    flex-direction: column;
    display: flex;
  }

  .collection-item-shop-details {
    width: 47.9%;
  }

  .lightbox-link-shop {
    min-width: 100%;
  }

  .collection-list-shop-details {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    display: flex;
  }

  .shop-details-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
  }

  .shop-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .heading-maxw {
    max-width: 600px;
  }

  .hire-popup {
    max-width: 380px;
  }

  .hire-popup-wrap, .promotion-labels-wrapper, .promotion-label-holder {
    display: none;
  }

  .promotion-label-left {
    max-width: 380px;
  }

  .bg-vid5 {
    height: 100vh;
  }

  .efi-hr-01-logos-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .efi-jumbo {
    font-size: 35px;
  }

  .efi-hr-01-left-content {
    padding-right: 0%;
  }

  .efi-hr-01-grid {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .efi-hr-01 {
    padding-top: 10%;
    padding-bottom: 5%;
  }

  .efi-ft-07 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .efi-ft-08-cell {
    grid-template-columns: 1fr 1fr;
  }

  .efi-ft-08 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .walsh-quote-image-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .walsh-inner-column-right {
    max-width: none;
    padding-top: 0;
    padding-left: 4em;
  }

  .walsh-image-logo {
    max-width: 120px;
    height: 100%;
    max-height: 50px;
  }

  .walsh-inner-column-center {
    text-align: center;
    align-items: center;
    padding: 45px 30px 30px;
  }

  .walsh-rounded-box-banner {
    flex-direction: column;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .waves---master-tiles-features-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-sticky-features-2 {
    text-align: center;
    align-items: center;
  }

  .waves---sticky-halves {
    flex-direction: column;
    align-items: center;
  }

  .waves---sticky-halves-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .waves---grid-halves-sticky {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .waves-grid-team-2 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .container {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .tsm-03-testimonial {
    margin-bottom: 40px;
  }

  .tsm-03-grid {
    grid-template-columns: 1fr;
  }

  .efi-tsm-03-slider {
    margin-bottom: 20px;
  }

  .body {
    overflow: visible;
  }

  .side-contents.more {
    width: 40vw;
    height: 60vh;
    padding-top: 10vh;
  }

  .heading-12 {
    font-size: 31px;
  }

  .div-block-13 {
    overflow: hidden;
  }

  .paragraph-6 {
    font-size: 12px;
  }

  .text-block-12 {
    margin-top: 10px;
  }

  .image-16-copy-copy {
    width: 50%;
  }

  .project-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-13 {
    font-size: 12px;
    text-decoration: none;
  }

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

  .lottie-animation {
    object-fit: contain;
    width: 100vw;
    transform: scale3d(2.2, 2.2, 1.1);
  }

  .head {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .para {
    font-size: 22px;
    line-height: 25px;
  }

  .text-center {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .waves---grid-features-6 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-bottom-testimonial-4 {
    margin-top: 64px;
  }

  .waves-grid-testimoials-4 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .waves-grid-team-3 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-gradient-hero-1 {
    height: 140px;
  }

  .waves-image-wrap-hero-1 {
    height: 320px;
  }

  .waves-gallery-hero-1 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-content-hero-1 {
    text-align: center;
    align-items: center;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---section-hero-primary {
    text-align: center;
  }

  .waves---heading-1-no-margins {
    font-size: 64px;
    line-height: 115%;
  }

  .waves-content-hero-3 {
    text-align: center;
    align-items: center;
    padding-left: 0;
  }

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

  .waves-inside-wide-feature-7 {
    max-width: 280px;
  }

  .waves-wide-tile-features-7 {
    min-height: 330px;
  }

  .waves---grid-features-7 {
    grid-template-columns: 1fr 1fr;
  }

  .waves---sides-heading-button-2 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves---master-tiles-features-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-sticky-features-3 {
    text-align: center;
    align-items: center;
  }

  .waves---sticky-halves-2 {
    flex-direction: column;
    align-items: center;
  }

  .waves---sticky-halves-left-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .waves---grid-halves-sticky-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .waves-grid-blog-2 {
    grid-template-columns: 1fr;
  }

  .waves---sides-heading-button-3 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves-grid-features-1 {
    grid-template-columns: 1fr 1fr;
  }

  .waves---sides-heading-button-4 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves-content-contact-2 {
    padding: 48px 40px;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves---grid-cta-3 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .waves---grid-cta-3.animation {
    align-self: center;
  }

  .new-red {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    font-size: .9rem;
    line-height: 1.1rem;
  }

  .new-red.last {
    margin-top: 5px;
    padding-top: 3.8rem;
    padding-bottom: 3.8rem;
    line-height: 1rem;
  }

  .new-red.middle {
    margin-top: 5px;
    padding-top: 3.8rem;
    padding-bottom: 3.8rem;
  }

  .first {
    font-size: .9rem;
    line-height: .9rem;
  }

  .first.paragrapgh {
    margin-top: 4%;
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .box {
    width: 12vw;
    min-width: auto;
    max-width: none;
    margin-top: -9vh;
  }

  .box._5 {
    min-width: auto;
    max-width: none;
    margin-top: -8vh;
  }

  .box._2 {
    min-width: auto;
    max-width: none;
    margin-top: -5vh;
  }

  .box._6 {
    min-width: auto;
    max-width: none;
    margin-top: -9vh;
  }

  .box._4 {
    min-width: auto;
    max-width: none;
    margin-top: -7vh;
  }

  .box._3 {
    min-width: auto;
    max-width: none;
    margin-top: -6vh;
  }

  ._1-line, ._1-line._6, ._1-line._6 {
    margin-top: .3rem;
  }

  .image-wrapper {
    justify-content: flex-end;
    align-items: center;
    padding-top: 15vh;
  }

  ._3rd-content {
    margin-left: 10px;
  }

  .waves---master-tiles-features-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-sticky-features-4 {
    text-align: center;
    align-items: center;
  }

  .waves---sticky-halves-3 {
    flex-direction: column;
    align-items: center;
  }

  .waves---sticky-halves-left-3 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .waves---grid-halves-sticky-3 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .waves-gradient-hero-2 {
    height: 140px;
  }

  .waves-image-wrap-hero-2 {
    height: 320px;
  }

  .waves-gallery-hero-2 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---mega-heading-2 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-content-hero-4 {
    text-align: center;
    align-items: center;
  }

  .waves-grid-hero-2 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---section-hero-primary-2 {
    text-align: center;
  }

  .waves-grid-blog-3 {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-grid-team-4 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-grid-blog-4 {
    grid-template-columns: 1fr;
  }

  .waves---sides-heading-button-5 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves-grid-features-2 {
    grid-template-columns: 1fr 1fr;
  }

  .waves---sides-heading-button-6 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

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

  .nav-menu-2 {
    background-color: #000;
  }

  .separator {
    width: 30rem;
  }

  .image-13 {
    width: 7rem;
  }

  .first-text {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .menu-button-2 {
    padding: 10px;
  }

  .menu-button-2.w--open {
    background-color: #c8c8c800;
  }

  .bg-vid3-div {
    bottom: 20%;
  }

  ._3rd-sec-video {
    width: 20vw;
    height: 31vh;
  }

  .div-block-19 {
    width: 90%;
  }

  .button-icon-small, .button-icon-small-secondary {
    position: static;
    top: 16px;
  }

  .efi-ft-06-features {
    grid-template-columns: 1fr 1fr;
  }

  .efi-ft-06 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .waves-bottom-footer-2 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
  }

  .waves-top-left-footer-2 {
    text-align: center;
    align-items: center;
  }

  .waves-top-footer-2 {
    grid-row-gap: 64px;
    flex-direction: column;
    align-items: center;
  }

  .efi-jumbo-2 {
    font-size: 65px;
  }

  .efi-hr-01-grid-2 {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .efi-hr-01-left-content-2 {
    padding-right: 0%;
  }

  .efi-hr-2 {
    padding-top: 10%;
    padding-bottom: 5%;
  }

  .efi-hr-01-logos-grid-2 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .right-headin {
    font-size: .7rem;
    line-height: .7rem;
  }

  ._3rd-content-2 {
    width: 18%;
    margin-left: 0;
  }

  .iuiu {
    max-width: 768px;
  }

  .info-content-2 {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
  }

  ._1-line-2 {
    margin-top: .2rem;
  }

  ._1-line-2._6 {
    margin-top: .3rem;
  }

  .first-2.paragrapgh, .first-2.paragrapgh._3l {
    font-size: 14px;
  }

  .first-2.below-line.line {
    margin-top: .1rem;
    font-size: 11px;
  }

  .first-2.paragrapgh, .first-2.paragrapgh._3l {
    font-size: 14px;
  }

  .first-2.paragrapgh._4l, .first-2.paragrapgh._3l {
    font-size: 14px;
  }

  .first-2.paragrapgh.first1 {
    font-size: .7rem;
    line-height: .9rem;
  }

  .first-2.paragrapgh._2nd {
    margin-top: .5rem;
    font-size: .7rem;
    line-height: .7rem;
  }

  .first-2.paragrapgh._4l {
    font-size: 14px;
  }

  ._1-div-2 {
    padding: 7px;
  }

  ._1-div-2._6th {
    align-self: auto;
  }

  ._1-div-2._3rd {
    margin-top: 0;
  }

  ._1-div-2._1srt {
    padding: 8px;
  }

  .real {
    height: 0;
  }

  .box-2 {
    width: 12vw;
    min-width: auto;
    max-width: 93px;
  }

  .box-2._5 {
    min-width: auto;
    max-width: 215px;
    margin-top: -69px;
  }

  .box-2._4 {
    min-width: auto;
    max-width: 182px;
    margin-top: -56px;
  }

  .box-2._3 {
    width: 19.8vw;
    min-width: auto;
    max-width: 153px;
    margin-top: -48px;
  }

  .box-2._2 {
    width: 16vw;
    min-width: auto;
    max-width: 123px;
    margin-top: -36px;
  }

  .box-2._6 {
    min-width: auto;
    max-width: 254px;
    margin-top: -85px;
  }

  .image-wrapper-2 {
    justify-content: flex-start;
    align-items: center;
    width: 46vw;
    padding-top: 0;
  }

  .right-text {
    padding: 2rem;
  }

  .right-text._2nd {
    padding-top: 2.7rem;
    padding-bottom: 2.7rem;
  }

  .bold-text-10._5l {
    font-size: .7rem;
    line-height: .7rem;
  }

  .efi-ft-01 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .efi-ft-01-grid {
    grid-template-columns: 1fr;
  }

  .lynx-grid-2-columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-block-features-large {
    padding: 45px 30px 25px;
  }

  .lynx-heading-features-large {
    font-size: 32px;
  }

  .waves-grid-contact-3 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .wbs-cta-5 {
    align-items: flex-start;
    padding: 40px;
  }

  .wbs-cta-image-right, .wbs-cta-image-left {
    display: none;
  }

  .image-34 {
    width: 50px;
  }

  .bold-text-16 {
    font-size: 14px;
    line-height: 100%;
  }

  .paragraph-13 {
    font-size: 14px;
  }

  .section-18 {
    height: 500vh;
  }

  .waves-bar-1 {
    justify-content: flex-start;
    padding-left: 24px;
  }

  .waves-dismmiss-bar-1 {
    right: 24px;
  }

  .waves-container-bar-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .waves-bar-2 {
    justify-content: flex-start;
    padding-left: 24px;
  }

  .waves---content-image-halves-2 {
    text-align: center;
    align-items: center;
  }

  .waves-master-cta-3 {
    padding: 80px 64px;
  }

  .waves---grid-cta-4 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .udesly-heading.udesly-3-columns {
    font-size: 24px;
  }

  .udesly-cards-grid, .udesly-cards-grid.udesly-3-columns, .udesly-cards-grid.udesly-3-columns {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 30px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.customers, .section.dark-style {
    min-height: 450px;
  }

  .section.blog-grid-banner {
    padding-top: 60px;
  }

  .section.banner-testimonials {
    min-height: 340px;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.background-margin {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.about-us {
    min-height: 450px;
  }

  .section.background-mt {
    margin-top: -150px;
    padding-top: 150px;
  }

  .section.blog {
    min-height: 450px;
  }

  .section.pricing {
    min-height: 450px;
    padding-top: 60px;
  }

  .section.customers, .section.dark-style {
    min-height: 450px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper, .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .blog-sidebar-left {
    column-count: 1;
    grid-template-columns: 1fr;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .blog-template-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-template-pagination {
    margin-bottom: 60px;
  }

  .footer {
    padding-top: 60px;
  }

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

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .paragraph-large {
    font-size: 40px;
  }

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

  .accordion-wrap {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .accordion-wrap.last-child {
    margin-bottom: 0;
  }

  .pricing-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .pricing-item, .pricing-item.center-item, .pricing-item.center-item {
    width: 100%;
  }

  .pricing-content, .pricing-content.center-item, .pricing-content.center-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pricing-features-wrapper {
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .pricing-features-wrapper.wrap {
    margin-top: 30px;
  }

  .pricing-features-wrap {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .pricing-features-links-wrap {
    grid-row-gap: 50px;
    width: 100%;
    padding-top: 20px;
  }

  .contacts-content-wrapper {
    flex-flow: wrap;
  }

  .contacts-form-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-2-location-wrapper {
    width: 100%;
  }

  .footer-wrapper {
    margin-bottom: 60px;
  }

  .white-text.maxw {
    text-align: center;
    text-align: center;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .testominials-cards-banner {
    margin-top: -100px;
    padding-bottom: 60px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .project-template-content {
    width: 100%;
  }

  .project-pagination-icon-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .blog-sidebar-left-wrapper {
    column-count: 1;
  }

  .home-banner-section.players {
    padding-bottom: 60px;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

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

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2, .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .block-horizontal-full-width {
    flex-direction: column;
  }

  .left-block-content {
    text-align: center;
    align-items: center;
    margin-bottom: 50px;
    display: flex;
  }

  .subtitle-text {
    margin-bottom: 20px;
  }

  .subtitle-text.margin {
    margin-bottom: 100px;
  }

  .images-wrapper {
    margin-top: 40px;
  }

  .images-wrapper.columns {
    grid-row-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    margin-top: 20px;
  }

  .image-left {
    width: auto;
  }

  .image-left.sizing, .image-right.width, .image-right.width {
    width: 100%;
  }

  .description-text-left {
    max-width: 100%;
  }

  .description-text-left.display {
    grid-row-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-content.direction {
    grid-row-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .card-content-wrapper {
    margin-bottom: 0;
  }

  .card-content-wrapper.margin {
    margin-bottom: 60px;
  }

  .image-content-wrapper {
    width: 100%;
  }

  .video-content {
    margin-top: 0;
  }

  .image-wrapper-testimonials {
    margin-right: 40px;
  }

  .testimonials-content {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .left-block-footer {
    grid-row-gap: 50px;
    text-align: center;
    width: 100%;
  }

  .right-block-footer {
    width: 100%;
    margin-bottom: 50px;
  }

  .menu-block {
    justify-content: center;
  }

  .partners-block {
    grid-column-gap: 30px;
  }

  .top-content-block {
    margin-bottom: 60px;
  }

  .bgr-ellipse {
    background-size: cover;
    margin-top: 135%;
  }

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

  .ellipse-wrapper {
    justify-content: center;
  }

  .block-with-border.bottom-block {
    width: auto;
  }

  .top-block-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .top-image-block {
    width: 100%;
    height: 450px;
  }

  .top-description-block {
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    display: flex;
  }

  .paragraph-top-description {
    margin-bottom: 30px;
  }

  .paragraph-top-description.maxw {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .large-text {
    font-size: 55px;
  }

  .image-centered-block {
    height: 670px;
  }

  .circle-background {
    top: 31%;
  }

  .text-top-block {
    margin-top: 50px;
  }

  .bottom-block-wrapper {
    margin-top: 60px;
  }

  .image-block {
    margin-top: 50px;
    margin-bottom: 60px;
  }

  .left-banner-description {
    flex-direction: column;
  }

  .right-form-banner {
    width: 100%;
  }

  .program-description-block {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .collection-list-players {
    grid-template-columns: 1fr;
  }

  ._404-text {
    font-size: 140px;
  }

  .heading-players {
    font-size: 40px;
  }

  .list-block-wrapper {
    grid-column-gap: 100px;
    flex-direction: row;
  }

  .programs-wrapper {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .programs-wrapper.reverse {
    flex-wrap: wrap-reverse;
  }

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

  .shop-collection-list-wrapper {
    margin-top: 40px;
  }

  .shop-collection-list {
    grid-template-columns: 1fr;
  }

  .shop-text-wrapper.margin {
    margin-top: 60px;
  }

  .shop-details-price-wrapper {
    flex-wrap: wrap;
  }

  .collection-item-shop-details {
    width: 47.2%;
  }

  .lightbox-link-shop {
    height: 350px;
  }

  .shop-details-wrapper {
    grid-template-columns: 1fr;
  }

  .shop-details-featured-products-wrapper {
    grid-row-gap: 30px;
  }

  .heading-maxw {
    max-width: none;
  }

  .hire-popup {
    max-width: 300px;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .promotion-label-left {
    max-width: 300px;
  }

  .efi-jumbo {
    font-size: 50px;
  }

  .efi-ft-07-grid {
    grid-template-columns: 1fr;
  }

  .walsh-quote-image-wrapper {
    margin-bottom: 0;
  }

  .walsh-heading-regular {
    font-size: 1.8em;
  }

  .walsh-rounded-box-banner {
    grid-row-gap: 1.5em;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .body {
    overflow: visible;
  }

  .side-contents.more {
    width: 50vw;
    height: 30vh;
  }

  .heading-10 {
    text-align: center;
    font-size: 80px;
    line-height: 80px;
  }

  .lottie-animation {
    width: 120vw;
    transform: scale3d(3.3, 3.3, 1.1);
  }

  .vid-text {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .head {
    width: 100%;
    font-size: 2rem;
    line-height: 2rem;
  }

  .head._33 {
    line-height: 2rem;
  }

  .para {
    font-size: 18px;
    line-height: 18px;
  }

  .video-text, .video-text3, .video-text4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .video-text5 {
    padding-left: 2rem;
    padding-right: 2rem;
    top: 20%;
  }

  .text-center {
    max-width: 760px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---testimonial-text-big {
    font-size: 26px;
  }

  .waves-master-testimonial-4 {
    padding: 20px 32px;
  }

  .waves---section-medium-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-5 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---section-medium-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 40px;
  }

  .waves---subtitle-2 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---heading-1-no-margins {
    font-size: 56px;
  }

  .waves-image-wide-feature-7 {
    width: auto;
    height: 320px;
    position: static;
  }

  .waves-inside-wide-feature-7 {
    text-align: center;
    align-items: center;
    max-width: 80%;
  }

  .waves-wide-tile-features-7 {
    grid-row-gap: 30px;
    align-items: center;
    padding-bottom: 0;
  }

  .waves---grid-features-7 {
    grid-template-columns: 1fr;
  }

  .waves---heading-2-no-margins-6 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---section-medium-5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-7 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---section-medium-6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-image-blog-2 {
    width: 100%;
    height: 320px;
  }

  .waves-tile-blog-2 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves---heading-2-no-margins-8 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-7 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-9 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-8 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-content-contact-2 {
    width: 92%;
    padding: 40px 32px;
  }

  .waves-image-wrap-contact-2 {
    height: 340px;
  }

  .waves---heading-2-no-margins-10 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves-master-cta-4 {
    padding: 80px 32px;
  }

  .waves---main-container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-9 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .info-content {
    width: 50vw;
  }

  .new-red {
    padding: 2vh 1vw;
    line-height: 1.5vh;
  }

  .new-red.last, .new-red.middle, .new-red.last, .new-red.middle {
    padding-top: 6vh;
    padding-bottom: 6vh;
  }

  .first.paragrapgh {
    margin-top: 3%;
  }

  .image-wrapper {
    width: 40vw;
  }

  ._3rd-content {
    margin-left: 10px;
  }

  .waves---heading-2-no-margins-11 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-10 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---subtitle-3 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-2 {
    font-size: 56px;
  }

  .waves-grid-hero-2 {
    grid-row-gap: 40px;
  }

  .waves---main-container-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-grid-blog-3 {
    grid-row-gap: 64px;
  }

  .waves---heading-2-no-margins-12 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-11 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-13 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-9 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-12 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-image-blog-3 {
    width: 100%;
    height: 320px;
  }

  .waves-tile-blog-4 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves---heading-2-no-margins-14 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-10 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-13 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-15 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-11 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-14 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .vid-text5, .vid-text6 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .first-text {
    font-size: 2rem;
    line-height: 2rem;
  }

  .waves---main-container-12 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---heading-2-no-margins-16 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---section-medium-15 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-master-cta-5 {
    padding: 80px 32px;
  }

  .waves---heading-2-no-margins-17 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---section-medium-16 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .last-video {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 1.5em;
  }

  .bg-vid3-div {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    place-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    inset: auto 0% 5%;
  }

  .image-16 {
    width: 25vw;
    margin-left: 5px;
  }

  .logo-class {
    height: 100vh;
    margin-top: 50px;
    padding: 2rem 1rem 1rem;
  }

  .waves---heading-2-no-margins-17-copy {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---heading-2-no-margins-17-copy.next {
    font-size: 2rem;
    line-height: 2rem;
  }

  .image-17 {
    height: 10vh;
    margin-left: 5px;
    display: block;
  }

  .logo-master {
    margin-top: 5rem;
    padding: 2rem 0 3rem;
    overflow: clip;
  }

  .logo-wrapper2 {
    justify-content: center;
    align-items: center;
    display: flex;
    inset: 0% 0% auto;
  }

  .logo-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
    inset: 0% 0% auto;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .padding-vertical-footer {
    padding-top: 80px;
    padding-bottom: 64px;
  }

  .margin-bottom-small {
    margin-bottom: 24px;
  }

  .button-icon-small {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small.hide-mobile {
    display: none;
  }

  .button-inverted {
    padding: 14px 24px;
  }

  .background-layer {
    background-position: 0 0, 50% 100%;
    background-size: 300px 300px, auto;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .footer_credits-wrapper {
    flex-direction: column-reverse;
  }

  .padding-vertical-xxlarge {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .hero-nav {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .timeline_left {
    text-align: left;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .text-link.text-light-grey.privacy-policy {
    margin-bottom: 16px;
  }

  .paragraph-large-2 {
    font-size: 18px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_progress {
    left: 6px;
  }

  .button-icon-small-secondary {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small-secondary.margin-right-small.mobile-margin-right-zero {
    margin-right: 0;
  }

  .efi-ft-06-grid {
    grid-template-columns: 1fr;
  }

  .waves-column-links-footer-2 {
    align-items: center;
  }

  .waves-top-right-footer-2 {
    grid-row-gap: 80px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .waves---main-container-13, .waves---main-container-14 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-17 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---testimonial-text-big-2 {
    font-size: 26px;
  }

  .efi-jumbo-2 {
    font-size: 50px;
  }

  .right-headin {
    font-size: .5rem;
    line-height: .5rem;
  }

  ._3rd-content-2 {
    width: 13%;
    margin-left: 10px;
  }

  .iuiu {
    max-width: 760px;
  }

  .info-content-2 {
    width: 50vw;
    margin-left: 10px;
  }

  ._1-line-2 {
    margin-top: 0;
  }

  .first-2 {
    font-size: .5rem;
    line-height: .6rem;
  }

  .first-2.below-line.line {
    line-height: .6rem;
  }

  .first-2.paragrapgh {
    margin-top: 3%;
  }

  .first-2.paragrapgh._3l {
    font-size: .5rem;
    line-height: .6rem;
  }

  .first-2.paragrapgh._4l, .first-2.paragrapgh._3l {
    font-size: .5rem;
    line-height: .6rem;
  }

  .first-2.paragrapgh.first1 {
    margin-top: 0;
    font-size: .5rem;
    line-height: .6rem;
  }

  .first-2.paragrapgh._2nd {
    margin-top: .2rem;
    font-size: .5rem;
    line-height: .6rem;
  }

  .first-2.paragrapgh._4l {
    font-size: .5rem;
    line-height: .6rem;
  }

  ._1-div-2 {
    margin-top: .7rem;
  }

  ._1-div-2._4th {
    margin-top: .8rem;
  }

  ._1-div-2._6th {
    margin-top: .5rem;
  }

  ._1-div-2._5th {
    margin-top: 1.4rem;
  }

  ._1-div-2._3rd {
    margin-top: -.1rem;
  }

  .box-2 {
    width: 10vw;
  }

  .box-2._5 {
    width: 26vw;
    margin-top: -59px;
  }

  .box-2._4 {
    width: 21.6vw;
    margin-top: -47px;
  }

  .box-2._3 {
    width: 17.8vw;
    margin-top: -33px;
  }

  .box-2._2 {
    width: 14vw;
    margin-top: -20px;
  }

  .box-2._6 {
    width: 31vw;
    margin-top: -73px;
  }

  .image-wrapper-2 {
    width: 40vw;
  }

  .right-text {
    padding: 1.5rem;
  }

  .right-text._2nd {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .bold-text-10._5l {
    font-size: .5rem;
    line-height: .6rem;
  }

  .efi-ft-01-grid, .lynx-grid-2-columns {
    grid-template-columns: 1fr;
  }

  .lynx-heading-features-large {
    font-size: 26px;
  }

  .waves---main-container-15 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-18 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-18 {
    font-size: 44px;
    line-height: 125%;
  }

  .wbs-section {
    padding: 2rem 2%;
  }

  .wbs-cta-5 {
    grid-template-columns: 1fr;
  }

  .waves-bar-1 {
    text-align: center;
    height: auto;
    padding: 32px 24px 24px;
  }

  .waves-content-bar-1 {
    grid-row-gap: 8px;
    flex-direction: column;
    width: 100%;
  }

  .waves-dismmiss-bar-1 {
    inset: 8px 8px auto auto;
  }

  .waves-flex-bar-3 {
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .waves-bar-3 {
    text-align: center;
    height: auto;
    padding: 24px;
  }

  .waves-bar-2 {
    height: auto;
    padding: 32px 24px 24px;
  }

  .waves-dismmiss-bar-2 {
    inset: 8px 8px auto auto;
  }

  .waves-content-bar-2 {
    grid-row-gap: 8px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }

  .waves---main-container-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-19 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-19 {
    font-size: 44px;
    line-height: 125%;
  }

  .udesly-paragraph-small {
    font-size: 12px;
  }

  .udesly-cards-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 40px;
  }

  .section.banner-testimonials {
    height: 95vh;
  }

  .section.about-us, .section.blog {
    height: 95vh;
  }

  .section.customers, .section.dark-style, .section.banner-testimonials {
    height: 95vh;
  }

  .section.black-background {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .section.black-background.training {
    width: 100%;
    max-width: 100vw;
    padding-top: 40px;
  }

  .section.about-us, .section.blog {
    height: 95vh;
  }

  .section.pricing {
    height: 95vh;
    min-height: auto;
  }

  .section.customers, .section.dark-style {
    height: 95vh;
  }

  .base-container {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .base-container.about {
    padding-top: 40px;
  }

  .base-container.elite {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .base-container.nono {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    text-align: center;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .spacing-system-column {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button.mt-50 {
    font-size: 16px;
    line-height: 1;
  }

  .primary-button.invert {
    margin-left: auto;
    margin-right: auto;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .grid-header {
    margin-top: 20px;
  }

  .nav-container {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #0000;
    flex: 1;
    min-width: 320px;
    height: auto;
    margin-left: 0;
    margin-right: auto;
    display: flex;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .nav-dropdown-icon, .nav-dropdown-list {
    display: none;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .nav-dropdown-link {
    line-height: 1.5;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .nav-menu-wrapper {
    justify-content: space-between;
    width: 100%;
    position: static;
  }

  .blog-sidebar-post-category {
    border-radius: 999px;
    padding-left: 14px;
    padding-right: 14px;
    line-height: 1.5;
  }

  .sidebar-categories {
    display: none;
  }

  .sidebar-categories.new {
    display: block;
  }

  .sidebar-category-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    display: flex;
  }

  .sidebar-category {
    line-height: 1.5;
  }

  .sidebar-category.new {
    margin-right: 0;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 120%;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .pricing-content, .pricing-content.center-item, .pricing-content.center-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-features-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .white-text {
    text-align: left;
    font-size: 20px;
    overflow: visible;
  }

  .white-text.metric, .white-text.copy {
    font-size: 20px;
  }

  .white-text.metrics {
    font-size: 20px;
    line-height: 1;
  }

  .white-text.metrics.new {
    text-align: left;
    font-size: 25px;
  }

  .white-text.metrics.change {
    font-size: 18px;
  }

  .white-text.metric, .white-text.copy {
    font-size: 20px;
  }

  .white-text.super-heading {
    text-align: center;
    max-width: 100vw;
    font-size: 35px;
    line-height: 1;
  }

  .white-text.super-heading.h {
    text-align: center;
    text-align: center;
  }

  .white-text.baseball {
    text-align: center;
    font-size: 35px;
  }

  .testimonials-card-content {
    padding-top: 10px;
    line-height: 1;
  }

  .testominials-cards-banner {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testominials-cards-banner._40th {
    margin-top: 0;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .testominials-cards-banner.no-margin.in-40 {
    margin-top: 0;
  }

  .button-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .project-pagination-wrapper {
    flex-wrap: wrap;
  }

  .project-pagination-icon-wrapper {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #afafaf80;
    border-bottom-width: 1px;
    border-bottom-color: #afafaf80;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sidebar-search-wrapper {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-banner-section {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100vw;
    height: 95vh;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .home-banner-section.home-2 {
    flex-flow: column;
    height: 95vh;
    padding-top: 0;
  }

  .home-banner-section.iotfc {
    height: 95vh;
  }

  .navbar-fixed {
    max-width: 100vw;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-fixed.home-2 {
    display: block;
    overflow: hidden;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap {
    width: 100%;
  }

  .sidebar-categories-list {
    flex-flow: column;
  }

  .project-button-link {
    justify-content: flex-end;
    width: 100%;
    height: 70px;
    padding-right: 40px;
  }

  .project-button-link.left {
    justify-content: flex-start;
    padding-left: 40px;
  }

  .home-9-team-item {
    width: 100%;
  }

  .counter-number {
    font-size: 50px;
  }

  .counter-number.new {
    text-align: left;
    font-size: 45px;
  }

  .counter-number.copy {
    font-size: 60px;
  }

  .search {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: center;
  }

  .menu-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .home-23-team-item {
    width: 100%;
  }

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

  .tablet-menu {
    background-color: var(--black);
    justify-content: space-between;
    margin-bottom: 20px;
  }

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

  .brand {
    width: 40vw;
  }

  .brand.alter {
    width: 250px;
    min-width: 150px;
  }

  .brand.alter.w--current {
    width: auto;
    min-width: 40vw;
    max-width: 40vw;
  }

  .background-video {
    overflow: visible;
  }

  .home-banner-content {
    justify-content: center;
    align-items: center;
  }

  .button-banner {
    min-width: auto;
  }

  .block-horizontal-full-width {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .silver-text {
    color: var(--black);
    line-height: 1.5;
  }

  .silver-text.maxw-380px {
    color: var(--iot-gray);
    margin-bottom: 0;
  }

  .counter-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    place-items: stretch start;
    width: 100%;
    padding-bottom: 0;
  }

  .subtitle-text {
    aspect-ratio: auto;
    text-align: left;
    object-fit: contain;
    flex-flow: wrap;
    flex: 1;
    margin-bottom: 20px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .subtitle-text.none-margin-mobile {
    margin-bottom: 0;
  }

  .subtitle-text.margin {
    margin-bottom: 30px;
  }

  .subtitle-text.subtitle-inner {
    font-size: 20px;
  }

  .subtitle-text.new {
    margin-bottom: 20px;
    line-height: 1;
  }

  .subtitle-text.iot-agency {
    margin-top: 20px;
    margin-left: 0;
    margin-right: auto;
  }

  .subtitle-text.hiper {
    margin-top: 40px;
  }

  .images-wrapper {
    grid-column-gap: 30px;
    flex-wrap: wrap;
    overflow: hidden;
  }

  .images-wrapper.columns {
    grid-column-gap: 40px;
    grid-column-gap: 40px;
    justify-content: space-between;
    align-items: center;
  }

  .image-left {
    overflow: hidden;
  }

  .image-left.width {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

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

  .bgr-video-img-left {
    overflow: visible;
  }

  .image-cover {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .image-cover.image-cover-wide {
    max-width: none;
  }

  .image-fill {
    min-width: auto;
    display: block;
  }

  .image-fill.alternative {
    width: 100%;
  }

  .image-block-relative {
    margin-top: 30px;
  }

  .description-text-left.centered {
    grid-row-gap: 30px;
  }

  .description-text-left.display {
    align-items: center;
  }

  .heading-content.direction {
    text-align: center;
    text-align: center;
  }

  .card-content-wrapper.reviews, .card-content-wrapper.reviews._2-grid, .card-content-wrapper.reviews, .card-content-wrapper.reviews._2-grid, .card-content-wrapper.reviews._2-grid {
    grid-template-columns: 1fr;
  }

  .image-card {
    height: auto;
    margin-top: 0;
  }

  .video-content.cu {
    margin-top: 30px;
  }

  .heading-testimonials {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
  }

  .testimonials-content {
    margin-top: 40px;
  }

  .card-footer {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .text-normal {
    margin-top: 0;
    line-height: 1;
  }

  .right-block-footer {
    align-items: center;
  }

  .menu-block {
    flex-wrap: wrap;
  }

  .social-links {
    margin-top: 30px;
  }

  .text-play-footer {
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
  }

  .image-bgr-home-2 {
    overflow: hidden;
  }

  .bgr-ellipse {
    display: none;
  }

  .ellipse-conteny {
    flex: none;
  }

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

  .circle-background {
    display: none;
    top: 33%;
  }

  .bottom-block-wrapper {
    text-align: center;
  }

  .image-block {
    height: 340px;
  }

  .slide {
    height: auto;
  }

  .slider-pricing {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .forms-input-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .list-block-wrapper {
    flex-direction: column;
  }

  .programs-content {
    margin-left: auto;
    margin-right: auto;
  }

  .image-descriptions {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .shop-collection-list.shop-detsils {
    grid-template-columns: 1fr;
  }

  .collection-item-shop-details {
    width: 100%;
  }

  .hire-popup, .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

  .efi-hr-01-logo-cell {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    width: 100%;
  }

  .efi-hr-01-logos-grid {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    display: grid;
  }

  .efi-hr-01-logos-grid.grid-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .efi-hr-01-logos-grid.grid-5.grass {
    grid-template-columns: 1fr 1fr;
  }

  .efi-hr-01-container {
    padding-bottom: 20px;
  }

  .efi-hr-01-container.special {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .efi-hr-01-logos.sports-logos.eli {
    padding-bottom: 0;
  }

  .efi-hr-01-logos.sports-logos.wow {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .efi-big-paragraph {
    font-size: 18px;
  }

  .efi-jumbo {
    text-align: left;
    width: 95%;
    margin: 0 auto 20px;
    font-size: 30px;
    line-height: 1.2;
  }

  .efi-jumbo.full, .efi-jumbo.this {
    width: 100%;
  }

  .efi-jumbo.new {
    text-align: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 50px;
    line-height: 1;
  }

  .efi-jumbo.center-jumbo {
    margin-top: 40px;
    padding-top: 0;
  }

  .efi-jumbo.iiott {
    width: 100%;
    margin-bottom: 0;
  }

  .efi-jumbo.full, .efi-jumbo.this {
    width: 100%;
  }

  .efi-hr-01 {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .efi-hr-01.chnage {
    display: none;
  }

  .efi-h2 {
    text-align: left;
    margin-top: 0;
    line-height: 1;
  }

  .efi-ft-07-tabs-menu {
    flex-direction: column;
  }

  .efi-ft-08-cell {
    grid-template-columns: 1fr;
  }

  .walsh-quote-image-wrapper {
    max-width: none;
    margin-bottom: 0;
  }

  .walsh-inner-column-right {
    padding: 0 30px 30px;
  }

  .walsh-image-logo {
    max-width: none;
    max-height: 20px;
  }

  .walsh-text-small-left {
    font-size: 13px;
  }

  .walsh-heading-small {
    font-size: 1em;
  }

  .walsh-circle-image {
    flex: none;
  }

  .walsh-main-paragraph {
    font-size: 1em;
  }

  .walsh-heading-regular {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-inner-column-center {
    padding-top: 30px;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
  }

  .waves---heading-3-no-margins {
    font-size: 20px;
  }

  .waves---heading-3-no-margins.card-heading {
    padding-top: 0;
  }

  .waves-icon-32 {
    max-width: none;
  }

  .waves-tile-features-2 {
    padding: 20px;
  }

  .waves---master-tiles-features-2 {
    grid-row-gap: 20px;
    width: auto;
  }

  .waves---heading-2-no-margins {
    align-self: flex-start;
    font-size: 30px;
  }

  .waves---sticky-halves {
    position: static;
  }

  .waves---sticky-halves-left {
    width: 100%;
    position: static;
  }

  .waves---sticky-halves-left.elite-sticy {
    position: static;
  }

  .waves---grid-halves-sticky {
    grid-column-gap: 40px;
    flex-flow: column;
  }

  .waves---grid-halves-sticky.th7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .waves---grid-halves-sticky.special {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .waves---main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---main-container.elite {
    padding-bottom: 40px;
  }

  .waves---main-container.hiper {
    padding-bottom: 20px;
  }

  .waves---section-medium {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block, .text-block-2 {
    font-size: 16px;
    line-height: 1.3em;
  }

  .waves---heading-3-no-margins-2 {
    font-size: 22px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9 {
    font-size: 16px;
    line-height: 1.3em;
  }

  .efi-tsm-03-slider {
    margin-bottom: 45px;
  }

  .efi-tsm-03 {
    padding-top: 10%;
  }

  .body {
    overflow: visible;
  }

  ._3rd-interaction.alternative {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .main-section {
    display: block;
  }

  .side-contents.more {
    height: 50vh;
  }

  .side-contents-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .full-page-v2.is-horizontal-scroll-section.pad {
    flex-flow: column;
    order: 0;
  }

  .div-block-10 {
    width: 14px;
    height: 14px;
  }

  .div-block-9 {
    width: 30px;
    height: 60px;
  }

  .project-button {
    width: 100%;
    margin-top: 20px;
  }

  .heading-10 {
    text-align: center;
    font-size: 70px;
    line-height: 74px;
  }

  .project-card {
    flex-flow: column;
    margin-top: 60px;
  }

  .lottie-animation {
    float: none;
    white-space: normal;
    object-fit: fill;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    transform: scale3d(5, 5, 1.1);
  }

  .vid-text {
    opacity: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    top: 30%;
  }

  .head {
    font-size: 2rem;
    line-height: 100%;
  }

  .head.mini {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }

  .head.child {
    vertical-align: text-top;
    width: auto;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
  }

  .para {
    font-size: 24px;
    line-height: 25px;
  }

  .para.bg3 {
    font-size: 20px;
  }

  .para.wow {
    text-align: center;
    font-size: 1.3rem;
    display: block;
  }

  .video-text {
    opacity: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    top: 30%;
  }

  .video-text3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .video-text4 {
    padding-left: 1rem;
    padding-right: 1rem;
    top: 30%;
  }

  .video-text5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-center {
    z-index: 8;
    padding-left: .7rem;
    padding-right: .7rem;
    line-height: 1em;
    top: 33%;
  }

  .horizontal-move {
    z-index: 14;
    top: 13%;
  }

  .h1 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
  }

  .h1.hi-caps.super-heading {
    text-align: center;
    text-align: center;
    font-size: 35px;
    line-height: 1.1;
  }

  .h1.ui {
    width: 100%;
  }

  .h1.ui.kj {
    text-align: center;
    text-align: center;
    font-size: 35px;
  }

  .waves---heading-3-no-margins-3 {
    font-size: 22px;
  }

  .waves---heading-3-no-margins-3.change {
    font-size: 18px;
  }

  .waves-tile-features-6 {
    grid-template-columns: .5fr 1fr 1fr;
    padding: 20px;
  }

  .waves---grid-features-6 {
    grid-row-gap: 20px;
  }

  .waves---grid-features-6.grid-features---2-block {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .waves---grid-features-6.new {
    margin-top: 0;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 25px;
    line-height: 100%;
  }

  .waves---heading-2-no-margins-3.nnnn {
    margin-bottom: 20px;
  }

  .waves---center-heading {
    margin-bottom: 20px;
    font-size: 35px;
  }

  .waves---center-heading.nnn {
    margin-bottom: 20px;
  }

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

  .waves---main-container-2.waves---main-container-2---2-block {
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  .waves---main-container-2.waves---main-container-2---2-block.tight-container {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .waves---main-container-2.waves---main-container-2---2-block.tranning {
    padding-top: 0;
    padding-left: 5px;
    padding-right: 0;
  }

  .waves---main-container-2.waves---main-container-2---2-block._40th.iot-agency {
    padding-left: 0;
  }

  .waves---main-container-2.new {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .waves---main-container-2.iot-agency {
    align-self: center;
    padding-right: 0;
    font-size: 35px;
  }

  .waves---main-container-2.iot-agency.oo {
    margin-top: 40px;
  }

  .waves---main-container-2.iot-agency.in-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .waves---main-container-2.no-margin.in40 {
    padding-top: 40px;
    padding-right: 0;
  }

  .waves---main-container-2.no-margin._40-in {
    padding-top: 40px;
  }

  .waves---section-medium-2 {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .waves---expand-line {
    flex: none;
  }

  .waves---expand-line.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .waves---expand-icon-wrap {
    flex: none;
  }

  .waves-expanded-text {
    font-size: 16px;
    line-height: 24px;
  }

  .waves---expandable-content {
    flex: 0 auto;
    max-width: none;
    margin-right: 0;
  }

  .waves-expandable-master-faq-2 {
    margin-top: 20px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 25px;
  }

  .waves---heading-3-no-margins-4, .waves---testimonial-text-big {
    font-size: 22px;
  }

  .waves-grid-testimoials-4 {
    grid-row-gap: 32px;
  }

  .waves-master-testimonial-4 {
    padding: 19px;
  }

  .waves---section-medium-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-image-team-3 {
    width: 70%;
    height: auto;
  }

  .waves-grid-team-3 {
    grid-row-gap: 20px;
    margin-top: 0;
    padding-bottom: 0;
  }

  .waves---heading-2-no-margins-5 {
    font-size: 34px;
  }

  .waves---section-medium-4 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-gradient-hero-1 {
    top: -1px;
  }

  .waves-gradient-hero-1.bottom {
    bottom: -1px;
  }

  .waves-column-hero-1 {
    width: 48%;
  }

  .waves-column-hero-1.column-two, .waves-column-hero-1.column-one, .waves-column-hero-1.column-two, .waves-column-hero-1.column-one {
    flex: none;
  }

  .waves-gallery-hero-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves---section-hero-primary {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .waves---section-hero-primary.elite {
    padding-bottom: 40px;
  }

  .waves---section-hero-primary.in-80 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .waves-image-hero-3.apollo, .waves-image-hero-3.apollo.laliga, .waves-image-hero-3.apollo, .waves-image-hero-3.apollo.laliga, .waves-image-hero-3.apollo.laliga {
    width: 100%;
    height: auto;
  }

  .waves-master-image-hero-3 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    position: sticky;
    top: 1px;
  }

  .waves---subtitle-2 {
    font-size: 20px;
  }

  .waves---heading-1-no-margins {
    font-size: 36px;
    line-height: 110%;
  }

  .waves-content-hero-3 {
    width: 60%;
  }

  .waves-hero-3-grid {
    grid-column-gap: 20px;
  }

  .waves---heading-3-no-margins-5 {
    font-size: 22px;
  }

  .waves-tile-small-feature-7 {
    text-align: center;
    align-items: center;
  }

  .waves-inside-tile-vertical-features-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .waves-inside-wide-feature-7 {
    max-width: 100%;
  }

  .waves-wide-tile-features-7 {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---heading-2-no-margins-6 {
    font-size: 34px;
  }

  .waves---section-medium-5 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-3-no-margins-6 {
    font-size: 22px;
  }

  .waves---heading-2-no-margins-7 {
    font-size: 34px;
  }

  .waves---section-medium-6 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-3-no-margins-7 {
    font-size: 22px;
  }

  .waves-image-blog-2 {
    height: 62vw;
  }

  .waves-tile-blog-2 {
    padding: 16px;
  }

  .waves---heading-2-no-margins-8 {
    font-size: 34px;
  }

  .waves---section-medium-7 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-3-no-margins-8 {
    font-size: 22px;
  }

  .waves-grid-features-1 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .waves---heading-2-no-margins-9 {
    font-size: 34px;
  }

  .waves---main-container-4 {
    padding-top: 0;
  }

  .waves---main-container-4.careers {
    padding-bottom: 40px;
  }

  .waves---section-medium-8 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .waves---2-inputs {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .waves-content-contact-2 {
    padding: 24px 10px;
  }

  .waves-master-contact-2 {
    max-width: none;
  }

  .waves-image-cta-4.animation {
    width: 100%;
    max-width: 400px;
  }

  .waves---2-cta-flex {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---heading-2-no-margins-10 {
    font-size: 34px;
  }

  .waves---content-image-halves {
    align-items: stretch;
  }

  .waves---content-image-halves.animaion, .waves---content-image-halves.animation, .waves---content-image-halves.animaion, .waves---content-image-halves.animation {
    margin-bottom: 40px;
  }

  .waves---grid-cta-3.animation {
    grid-column-gap: 69px;
    grid-row-gap: 0px;
    grid-column-gap: 69px;
    grid-row-gap: 0px;
  }

  .waves---section-medium-9 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .info-content {
    flex-flow: column;
    width: 100%;
    height: auto;
    transform: rotateX(180deg)rotateY(180deg)rotateZ(90deg);
  }

  .new-red {
    width: 30vw;
    height: 100%;
    margin-left: 2vw;
    padding: 5vh 2vw;
    font-size: .8em;
    line-height: 1.3em;
  }

  .new-red.last {
    width: 30vw;
    height: 100%;
    margin-top: 0;
    margin-left: 3vw;
    padding: 5vh 2vw;
  }

  .new-red.middle {
    width: 30vw;
    margin-top: 0;
    margin-left: 3vw;
    padding-top: 6vh;
    padding-bottom: 6vh;
  }

  .main-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .first {
    margin-top: 3%;
    font-size: 3vw;
    line-height: 2vh;
  }

  .first.paragrapgh {
    margin-top: 2vw;
    font-size: 3vw;
    line-height: 2vh;
  }

  .box {
    width: 15vw;
    min-width: auto;
    margin-top: 0;
  }

  .box._4, .box._3 {
    width: 15vw;
    min-width: auto;
    margin-top: 0;
  }

  .box._5 {
    width: 15vw;
    min-width: auto;
    margin-top: 0;
    margin-left: 0;
  }

  .box._2 {
    width: 15vw;
    min-width: auto;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .box._6 {
    width: 15vw;
    min-width: auto;
    margin-top: 0;
    margin-left: 0;
  }

  .box._4, .box._3 {
    width: 15vw;
    min-width: auto;
    margin-top: 0;
  }

  ._1-line {
    height: 1px;
    margin-top: .9vw;
  }

  ._1-line._2 {
    margin-top: 2%;
  }

  .bold-text-5 {
    line-height: 2vh;
  }

  ._1-div {
    margin-top: 2vw;
    margin-left: 0;
    transform: rotate(0);
  }

  .image-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-bottom: 10%;
    padding-top: 0;
  }

  ._3rd-content {
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    margin-top: 5vh;
    margin-left: 5px;
  }

  .waves---heading-3-no-margins-9 {
    font-size: 22px;
  }

  .waves---heading-2-no-margins-11 {
    font-size: 34px;
  }

  .waves---section-medium-10 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-gradient-hero-2 {
    top: -1px;
  }

  .waves-gradient-hero-2.bottom {
    bottom: -1px;
  }

  .waves-column-hero-2 {
    width: 48%;
  }

  .waves-column-hero-2.column-two, .waves-column-hero-2.column-one, .waves-column-hero-2.column-two, .waves-column-hero-2.column-one {
    flex: none;
  }

  .waves-gallery-hero-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
  }

  .waves---subtitle-3 {
    padding-top: 0;
    font-size: 18px;
    line-height: 1;
  }

  .waves---subtitle-3.baseball {
    font-size: 18px;
    line-height: 1.2;
  }

  .waves---mega-heading-2 {
    font-size: 30px;
    line-height: 100%;
  }

  .waves-content-hero-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    position: static;
  }

  .waves-grid-hero-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .waves---main-container-7 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .waves---main-container-7.it {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---main-container-7.elite {
    padding-bottom: 0;
  }

  .waves---section-hero-primary-2, .waves---section-hero-primary-2.nes, .waves---section-hero-primary-2.nes {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .waves---heading-3-no-margins-10 {
    font-size: 22px;
  }

  .waves---heading-2-no-margins-12 {
    font-size: 34px;
  }

  .waves---section-medium-11 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---paragraph-regular-3 {
    text-align: center;
  }

  .waves---heading-3-no-margins-11 {
    font-size: 22px;
  }

  .waves-image-team-4 {
    width: 50%;
    height: auto;
  }

  .waves-tile-team-4 {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .waves-grid-team-4 {
    grid-row-gap: 40px;
    max-width: none;
  }

  .waves---heading-2-no-margins-13 {
    font-size: 34px;
  }

  .waves---main-container-9 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .waves---main-container-9.continer-top.thisis {
    padding-top: 40px;
  }

  .waves---section-medium-12 {
    padding: 20px 4.5vw;
  }

  .waves---section-medium-12.new {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .waves---section-medium-12.about-us {
    padding: 0 0 40px;
  }

  .waves---heading-3-no-margins-12 {
    font-size: 22px;
  }

  .waves-image-blog-3 {
    height: auto;
  }

  .waves-image-blog-3.change {
    height: 200px;
  }

  .waves-tile-blog-4 {
    padding: 16px;
  }

  .waves-grid-blog-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .waves---heading-2-no-margins-14 {
    text-align: left;
    font-size: 30px;
  }

  .waves---sides-heading-button-5.special {
    margin-bottom: 20px;
  }

  .waves---main-container-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---section-medium-13 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .waves---section-medium-13._80-in {
    padding-bottom: 40px;
  }

  .waves---heading-3-no-margins-13 {
    font-size: 22px;
  }

  .waves-grid-features-2 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---heading-2-no-margins-15 {
    font-size: 34px;
  }

  .waves---section-medium-14 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .navbar.animation {
    z-index: 1000;
    z-index: 1000;
  }

  .container-3 {
    z-index: 40;
  }

  .image-13 {
    width: 16.8rem;
  }

  .vid-text5 {
    opacity: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    top: 30%;
  }

  .vid-text6 {
    padding-left: 1rem;
    padding-right: 1rem;
    top: 30%;
  }

  .first-text {
    font-size: 2.5rem;
    line-height: 1;
  }

  .first-text.wow {
    margin-top: 0;
    font-size: 3.2rem;
  }

  ._4th-section {
    z-index: 20;
    background-color: #fff;
    padding-top: 0;
    display: block;
    position: relative;
    top: 0;
  }

  .waves---heading-2-no-margins-16 {
    font-size: 34px;
  }

  .waves---section-medium-15 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-master-cta-5.animation {
    padding: 40px 1rem 1rem;
  }

  .waves---heading-2-no-margins-17 {
    word-break: break-all;
    font-size: 34px;
  }

  .waves---section-medium-16 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---section-medium-16.animation {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .waves---section-medium-16.not-wanted {
    display: none;
  }

  .desktop, .mobile-view {
    display: block;
  }

  .video-section {
    z-index: 9;
    display: block;
    position: sticky;
    top: 0;
  }

  .texts {
    padding-left: .5rem;
    padding-right: .5rem;
    display: block;
    position: fixed;
    top: 14%;
  }

  .texts._3, .texts._2, .texts._4, .texts._5, .texts._1 {
    display: block;
  }

  .texts._3, .texts._2, .texts._4, .texts._5, .texts._1 {
    display: block;
  }

  .texts._6 {
    position: sticky;
  }

  .mobile-vid1 {
    z-index: 8;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .mobile-vid2 {
    z-index: 9;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .mobile-vid3 {
    z-index: 10;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .mobile-vid4 {
    z-index: 11;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .mobile-vid5 {
    z-index: 12;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .mobile-vid6 {
    z-index: 13;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .mobile-hero {
    height: 200vh;
    position: sticky;
    overflow: visible;
  }

  .mobile-lottie {
    z-index: 7;
    width: 360vw;
    margin-left: -537px;
    margin-right: auto;
    position: fixed;
    inset: 0% 0% auto;
  }

  ._3rd-section {
    z-index: 15;
    background-color: #000;
    width: 100vw;
    height: 100vh;
    display: block;
    position: static;
    inset: 0%;
  }

  .background-video-4 {
    width: 100vw;
    height: 100vh;
    position: static;
  }

  .div-block-15 {
    z-index: 14;
    background-color: #000;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .last-interacrtion {
    z-index: 14;
    background-color: #000;
    height: 300vh;
    position: sticky;
    top: 0;
  }

  .mobile-video6 {
    z-index: 16;
    height: 100vh;
    display: block;
    position: sticky;
    inset: 0% 0% auto;
  }

  .last-videos {
    z-index: 19;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 50vh;
    margin-top: 0;
    margin-bottom: 40px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    position: sticky;
    inset: 20% 0% 0%;
  }

  .last-video {
    z-index: 45;
    aspect-ratio: 1;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 200px;
    margin-top: 0;
    margin-left: 0;
    padding: 20px 10px 10px;
  }

  .icon {
    font-size: 35px;
  }

  .bg-vid3-div {
    grid-template-rows: auto auto auto;
    grid-template-columns: .75fr;
    place-content: end center;
    place-items: end center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    inset: auto 0% 0%;
  }

  .image-16 {
    object-fit: fill;
    width: 30vw;
  }

  ._3rd-sec-video {
    width: 100%;
    height: 100%;
  }

  ._3rd-sec-video.about-page-vids {
    width: 100%;
  }

  .last-para {
    align-self: center;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
  }

  .last-button {
    z-index: 50;
    min-height: 30px;
    margin-top: 0;
    margin-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 12px;
    position: relative;
  }

  .last-button:hover {
    color: var(--white);
  }

  .logo-class {
    height: auto;
    margin-top: 0;
    margin-bottom: 50px;
    padding: 0;
  }

  .logo-class.not-wanted {
    display: none;
  }

  .waves---heading-2-no-margins-17-copy {
    word-break: break-all;
    font-size: 34px;
  }

  .waves---heading-2-no-margins-17-copy.next {
    padding-top: 15px;
  }

  .image-17 {
    width: 20vw;
    height: auto;
  }

  .logo-master {
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo-wrapper2, .logo-wrapper {
    justify-content: center;
    align-items: center;
    inset: 0% 0% auto;
  }

  .div-block-19.div-about {
    flex-flow: column;
    width: 100%;
  }

  .div-block-19.about {
    flex-flow: column;
  }

  .child-vid3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    align-items: center;
    width: 90%;
    margin-top: 60%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .child-vid3._2 {
    margin-top: 0%;
  }

  .child-image {
    width: 100%;
    display: block;
  }

  .heading-19 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-20 {
    height: 70px;
    display: none;
  }

  .brand-2 {
    z-index: 40;
  }

  .padding-vertical-xlarge {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .button-icon-small {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .background-layer {
    background-size: cover;
    overflow: visible;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .button-icon {
    display: none;
  }

  .section-timeline-cta {
    padding-bottom: 0;
  }

  .padding-vertical-xxlarge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-large-2 {
    text-align: left;
    font-family: Montserrat Variablefont Wght, sans-serif;
    font-size: 16px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-icon-small-secondary {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .heading-22 {
    margin-bottom: 0;
  }

  .efi-form-button {
    text-align: center;
    width: auto;
  }

  .efi-h3 {
    margin-bottom: 0;
  }

  .efi-frm-03-text-grid {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .efi-frm-03-text-grid.abiut {
    display: block;
  }

  .efi-ft-06-features {
    grid-template-columns: 1fr;
  }

  .waves-icon-38 {
    width: 50%;
    height: auto;
  }

  .waves-bottom-right-footer-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .waves---paragraph-small {
    text-align: left;
  }

  .waves-bottom-footer-2 {
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

  .waves-divider-footer-2 {
    margin-top: 30px;
  }

  .waves-links-wrap-footer-2 {
    grid-row-gap: 5px;
  }

  .waves---paragraph-regular-4 {
    color: var(--iot-red);
    align-self: flex-start;
  }

  .waves-column-links-footer-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .waves-top-right-footer-2 {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
  }

  .waves---cta-dark-10.wide-cta {
    color: var(--black);
    min-width: auto;
    height: auto;
    padding: 15px 30px;
    font-size: 16px;
    line-height: 1;
  }

  .waves---paragraph-big-11 {
    text-align: left;
    padding-top: 0;
  }

  .waves-top-left-footer-2 {
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
  }

  .waves-top-footer-2 {
    grid-row-gap: 60px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .waves-footer-2 {
    padding: 0 0 50px;
  }

  .waves---section-medium-17 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .waves---section-medium-17.black-intro-text.parent {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .waves---heading-3-no-margins-14, .waves---testimonial-text-big-2 {
    font-size: 22px;
  }

  .efi-jumbo-2 {
    font-size: 45px;
  }

  .efi-hr-01-logos-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .right-headin {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-size: 9px;
    line-height: 100%;
    transform: rotate(-90deg);
  }

  .section-4 {
    will-change: transform;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .bold-text-8 {
    font-size: 7px;
  }

  ._3rd-content-2 {
    justify-content: space-between;
    align-items: center;
    width: 11%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 3px;
    position: static;
  }

  .iuiu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-around;
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-right: 5px;
  }

  .info-content-2 {
    z-index: 13;
    width: 68%;
    height: auto;
    margin-top: 0%;
    margin-left: 0;
    padding-top: 0%;
    position: relative;
  }

  ._1-line-2 {
    width: 100%;
    height: 1px;
    margin-top: .3vw;
    margin-left: 0;
  }

  ._1-line-2._5, ._1-line-2._3, ._1-line-2._4 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  ._1-line-2._6 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  ._1-line-2._5, ._1-line-2._3, ._1-line-2._4 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  ._1-line-2._2 {
    width: 100%;
    margin-top: 0%;
    margin-left: 0;
  }

  .first-2 {
    text-align: left;
    margin-bottom: 1px;
    font-size: 11px;
    line-height: 100%;
    display: block;
  }

  .first-2.below-line.line {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 100%;
    display: none;
  }

  .first-2.paragrapgh {
    margin-top: 0;
    margin-bottom: 1px;
    font-size: 11px;
    line-height: 1.1;
  }

  .first-2.paragrapgh._3l {
    margin-bottom: 1px;
    font-size: 11px;
    line-height: 100%;
  }

  .first-2.paragrapgh.first1 {
    margin-top: 0%;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 120%;
    display: none;
  }

  .first-2.paragrapgh._2nd {
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 7px;
    line-height: 100%;
  }

  .first-2.paragrapgh._4l {
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 11px;
    line-height: 100%;
  }

  ._1-div-2 {
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 0;
    padding: 5px;
    transform: rotate(0);
  }

  ._1-div-2._6th, ._1-div-2._5th {
    margin-top: 0%;
  }

  ._1-div-2._4th {
    margin-top: 0;
  }

  ._1-div-2._6th, ._1-div-2._5th {
    margin-top: 0%;
  }

  ._1-div-2._3rd {
    margin-top: 0;
  }

  ._1-div-2._1srt {
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 5px;
  }

  .real {
    height: 0;
  }

  .box-2 {
    width: 60px;
    max-width: none;
    margin-top: -3px;
    position: static;
    inset: 0%;
  }

  .box-2._5 {
    width: 149px;
    max-width: none;
    margin-top: -31%;
    padding-top: 0;
  }

  .box-2._4 {
    width: 127px;
    max-width: none;
    margin-top: -28%;
  }

  .box-2._3 {
    width: 107px;
    max-width: none;
    margin-top: -22%;
  }

  .box-2._2 {
    width: 80px;
    max-width: none;
    margin-top: -14%;
    margin-left: 0;
    margin-right: 0;
  }

  .box-2._6 {
    width: 176px;
    max-width: none;
    margin-top: -37%;
  }

  .image-wrapper-2 {
    z-index: 5;
    width: 50%;
    max-width: none;
    height: auto;
    margin-right: 0;
    padding-top: 0;
    display: none;
    position: static;
  }

  .bold-text-9 {
    font-size: 7px;
  }

  .right-text {
    order: 0;
    width: auto;
    height: auto;
    padding: 25px 0;
    display: flex;
  }

  .right-text._2nd {
    margin-top: 5px;
    padding: 25px 0;
  }

  .right-text._3rd {
    margin-top: 5px;
    padding: 28px 0;
  }

  .bold-text-10._5l {
    margin-bottom: 3px;
    font-size: 7px;
    line-height: 100%;
  }

  .div-block-21 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    width: 360px;
    max-width: 360px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    position: sticky;
  }

  .bold-text-11 {
    font-size: 7px;
  }

  .bold-text-12 {
    font-size: 8px;
  }

  .lottie-animation-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .lottie-animation-2.phone {
    width: 80vw;
    height: 80vh;
    margin-top: 5vh;
  }

  .section-5 {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

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

  .lynx-grid-2-columns {
    margin-top: 0;
  }

  .lynx-features-large {
    justify-content: flex-end;
    align-items: center;
  }

  .lynx-block-features-large {
    padding-top: 45px;
    padding-left: 0;
    padding-right: 0;
  }

  .lynx-block-features-large.new {
    padding-top: 0;
  }

  .lynx-heading-features-large {
    font-size: 24px;
  }

  .lynx-image-features {
    min-height: 200px;
  }

  .section-6 {
    padding-bottom: 50px;
  }

  .section-7 {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }

  .waves---section-medium-18 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-18 {
    font-size: 34px;
  }

  .waves---heading-3-no-margins-15 {
    font-size: 22px;
  }

  .wbs-heading-h4 {
    font-size: 1.7rem;
  }

  .wbs-cta-5 {
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .wbs-cta-5-button {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .wbs-cta-5-content {
    align-self: center;
  }

  .div-block-22 {
    flex-flow: column;
    display: block;
  }

  .text-block-25 {
    width: auto;
    height: auto;
  }

  .lottie-animation-3 {
    z-index: 55;
    width: 100px;
    max-width: none;
    max-height: none;
    margin-top: 130%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .blackeffect-home.phone {
    z-index: 8;
    z-index: 8;
    position: sticky;
    top: 0;
  }

  .div-block-23 {
    width: 50%;
    height: 50%;
  }

  .div-block-24, .div-block-25, .div-block-26, .div-block-27 {
    max-height: 220px;
  }

  .div-block-28 {
    margin-top: 0;
  }

  .section-9 {
    overflow: hidden;
  }

  .div-block-32 {
    padding-bottom: 50px;
  }

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

  .section-11 {
    height: 95vh;
  }

  .body-2 {
    overflow: visible;
  }

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

  .section-15 {
    padding-bottom: 40px;
  }

  .bold-text-16 {
    font-size: 11px;
  }

  .paragraph-13 {
    width: 95%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 1.3;
  }

  .image-59, .image-60, .image-61, .image-62, .image-63, .image-64, .image-65, .image-66, .image-67, .image-68 {
    width: 70%;
  }

  .list-item-5 {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-26, .text-block-27, .yo {
    line-height: 1.5;
  }

  .list-item-6 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-26 {
    text-align: center;
    font-size: 30px;
  }

  .heading-27 {
    margin-top: 0;
  }

  .section-17 {
    max-width: 360vw;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .link-block {
    display: block;
  }

  .div-block-38 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .image-74 {
    z-index: 8;
    width: 60px;
    max-width: none;
    margin-top: 0;
    position: relative;
    overflow: visible;
  }

  .image-75 {
    z-index: 7;
    width: 80px;
    max-width: none;
    margin-top: 0%;
    position: relative;
  }

  .image-76 {
    z-index: 6;
    width: 107px;
    margin-top: -22%;
    display: block;
    position: relative;
  }

  .image-77 {
    z-index: 5;
    width: 127px;
    margin-top: -28%;
    position: relative;
  }

  .image-78 {
    z-index: 4;
    width: 149px;
    max-width: none;
    margin-top: -31%;
    position: relative;
    overflow: visible;
  }

  .image-79 {
    z-index: 3;
    width: 176px;
    max-width: none;
    margin-top: -37%;
    position: relative;
  }

  .image-80 {
    z-index: 8;
    width: 60px;
    display: block;
    position: relative;
  }

  .image-81 {
    z-index: 7;
    width: 80px;
    margin-top: -14%;
    display: block;
    position: relative;
  }

  .section-18 {
    display: none;
    position: relative;
  }

  .phone-prymid-wrapper {
    margin-top: 0;
    position: sticky;
    top: 1px;
  }

  .amination-wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    justify-content: center;
    align-items: flex-start;
    width: 360px;
    height: 50vh;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
  }

  .image-wrapy {
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 50%;
    height: 100%;
    display: flex;
    overflow: visible;
  }

  .box-wrapy {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    width: 60%;
    display: flex;
    overflow: hidden;
  }

  .image-82 {
    z-index: 8;
    width: 60px;
    display: block;
    position: relative;
  }

  .image-83 {
    z-index: 7;
    width: 80px;
    margin-top: -14%;
    display: block;
    position: relative;
  }

  .image-84 {
    z-index: 6;
    width: 107px;
    max-width: none;
    margin-top: -22%;
    display: block;
    position: relative;
  }

  .image-85 {
    z-index: 5;
    width: 127px;
    max-width: none;
    margin-top: -28%;
    display: block;
    position: relative;
  }

  .image-86 {
    z-index: 3;
    width: 149px;
    max-width: none;
    margin-top: -31%;
    display: block;
    position: relative;
  }

  .image-87 {
    z-index: 2;
    width: 176px;
    max-width: none;
    margin-top: -37%;
    display: block;
    position: relative;
  }

  .heading-28 {
    color: var(--white);
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    line-height: 1;
    display: none;
  }

  .heading-29 {
    color: var(--white);
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
  }

  .div-block-39 {
    background-color: #732296;
    margin-bottom: 5px;
    padding: 5px;
  }

  .div-block-39.yellow {
    background-color: #e39c03;
  }

  .div-block-39.green {
    background-color: #03a68b;
  }

  .div-block-39.blue {
    background-color: #0380cd;
  }

  .div-block-39.darkblue {
    background-color: #0f5a93;
  }

  .div-block-39.red {
    background-color: #ff3626;
    width: 100%;
    margin-top: 0;
    margin-bottom: 5px;
  }

  .third-wraxe {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 11%;
    display: block;
  }

  .div-block-40 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .heading-30 {
    color: var(--iot-red);
    font-family: Montserrat, sans-serif;
    font-size: 9px;
    transform: rotate(-90deg);
  }

  .div-block-41 {
    border: 1px dashed var(--iot-red);
    justify-content: center;
    align-items: center;
    height: 74px;
    display: flex;
  }

  .div-block-41._2 {
    height: 89px;
    margin-top: 8px;
  }

  .heading-31 {
    margin-bottom: 40px;
  }

  .heading-32 {
    background-color: var(--iot-red);
    color: var(--white);
    padding: 5px 10px;
    font-size: 14px;
  }

  .button-container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
  }

  .iot-fc, .training, .business-of, .learderships, .general, .press {
    display: block;
    position: static;
  }

  .div-block-42 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: block;
    top: 20px;
  }

  .div-block-42._4 {
    margin-top: 20px;
  }

  .all {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
    top: 20px;
  }

  .collection-list-4.www {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-48, .div-block-49 {
    position: relative;
  }

  .image-88 {
    width: 30vw;
    margin-top: 15px;
    display: block;
  }

  .blogs-wrapper {
    min-height: auto;
  }

  .anchor-holder {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 10px 0;
  }

  .heading-33 {
    font-size: 16px;
  }

  .link-block-8 {
    border-radius: 10px;
    max-width: none;
  }

  .prymid-destop-image {
    display: none;
  }

  .image-104 {
    display: block;
  }

  .div-block-51 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    margin-bottom: 20%;
    display: grid;
  }

  .image-105 {
    width: 100%;
  }

  .div-block-53 {
    flex-flow: column;
    width: 100%;
  }

  .div-block-54 {
    width: 100%;
  }

  .alternative-videos-button {
    width: 90%;
  }

  .icon-2 {
    color: var(--white);
    font-size: 40px;
  }

  .blogs-collection {
    display: none;
  }

  .press-collection {
    display: block;
  }

  .collection-list-5 {
    grid-template-columns: 1fr;
  }

  .waves---paragraph-regular-6 {
    font-size: 16px;
  }

  .waves-bar-2 {
    padding-top: 24px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .waves-content-bar-2 {
    grid-row-gap: 12px;
  }

  .heading-41 {
    white-space: normal;
    word-break: normal;
  }

  .radio-button-label-2 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .radio-button-field {
    padding-left: 20px;
  }

  .form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .radio-button, .radio-button-2, .radio-button-3, .radio-button-4, .radio-button-5, .radio-button-6 {
    width: 20px;
    height: 20px;
  }

  .div-block-56 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .form-block-2 {
    width: 100%;
  }

  .div-block-58 {
    flex-flow: column;
  }

  .waves-image-rounded-24 {
    border-radius: 0;
    max-width: 250px;
  }

  .waves---section-medium-19 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-19 {
    font-size: 24px;
  }

  .waves---paragraph-big-14 {
    font-size: 16px;
  }

  .waves---content-image-halves-2 {
    align-items: stretch;
    padding-right: 0;
  }

  .waves---cta-white-3.wide-cta {
    min-width: 150px;
  }

  .waves-master-cta-3 {
    padding: 16px 16px 32px;
  }

  .div-block-59 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-61 {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }

  .heading-45 {
    line-height: 150%;
  }

  .heading-46 {
    line-height: 120%;
  }

  .udesly-flex.udesly-gap-12 {
    grid-row-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .udesly-heading.udesly-3-columns {
    font-size: 24px;
  }
}

#w-node-aacf035e-b13e-3d88-ba0b-77f105223256-e96b7d33, #w-node-aacf035e-b13e-3d88-ba0b-77f10522325b-e96b7d33, #w-node-aacf035e-b13e-3d88-ba0b-77f105223260-e96b7d33, #w-node-aacf035e-b13e-3d88-ba0b-77f105223265-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8046c1e-00b8-8a30-48de-51785e2c1053-e96b7d33, #w-node-_1fd627bf-3a7e-8392-1b7b-55d61a55b7e9-e96b7d33, #w-node-_437dc909-f4da-e7fe-bdc1-39699672f566-e96b7d33 {
  justify-self: center;
}

#w-node-_90192d29-49da-7d3d-5478-4a5fe8f50793-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_90192d29-49da-7d3d-5478-4a5fe8f50794-e96b7d33, #w-node-_90192d29-49da-7d3d-5478-4a5fe8f50795-e96b7d33 {
  justify-self: center;
}

#w-node-_37a0e070-c2b2-8828-fbd9-01e2aba86161-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_37a0e070-c2b2-8828-fbd9-01e2aba86162-e96b7d33, #w-node-_37a0e070-c2b2-8828-fbd9-01e2aba86163-e96b7d33 {
  justify-self: center;
}

#w-node-_8fef0fa6-d9fa-440d-0b87-1dfea2a7dd5d-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8fef0fa6-d9fa-440d-0b87-1dfea2a7dd5e-e96b7d33, #w-node-_8fef0fa6-d9fa-440d-0b87-1dfea2a7dd5f-e96b7d33 {
  justify-self: center;
}

#w-node-e9da683d-d6ac-62aa-9e8e-60d68e8ba9c1-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e9da683d-d6ac-62aa-9e8e-60d68e8ba9c2-e96b7d33, #w-node-e9da683d-d6ac-62aa-9e8e-60d68e8ba9c3-e96b7d33 {
  justify-self: center;
}

#w-node-f098707b-4836-0118-60d3-9602e9f7ef5a-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f098707b-4836-0118-60d3-9602e9f7ef5b-e96b7d33, #w-node-f098707b-4836-0118-60d3-9602e9f7ef5c-e96b7d33 {
  justify-self: center;
}

#w-node-a9fca354-af25-7780-05e6-702b0ed921da-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a9fca354-af25-7780-05e6-702b0ed921db-e96b7d33, #w-node-a9fca354-af25-7780-05e6-702b0ed921dc-e96b7d33 {
  justify-self: center;
}

#w-node-_8152d0c3-8c37-3cbf-6077-2ef078171342-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8152d0c3-8c37-3cbf-6077-2ef078171343-e96b7d33, #w-node-_8152d0c3-8c37-3cbf-6077-2ef078171344-e96b7d33, #w-node-_86d980ce-51b3-2b31-0058-4058bc02e75d-e96b7d33, #w-node-_86d980ce-51b3-2b31-0058-4058bc02e75e-e96b7d33 {
  justify-self: center;
}

#w-node-_75b2bbc8-ff41-0039-60fa-d011e2af9f94-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_75b2bbc8-ff41-0039-60fa-d011e2af9f9d-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_28925a6b-490a-8fc2-b2b2-340c27f18e67-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_28925a6b-490a-8fc2-b2b2-340c27f18e72-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1e826fa-3832-682f-147f-742296b282b5-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-a1e826fa-3832-682f-147f-742296b282bf-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0f97fe44-94b4-62b6-f367-190620d5f092-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_5290387c-68b6-0586-84c4-011b497c56a9-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_5290387c-68b6-0586-84c4-011b497c56b4-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5290387c-68b6-0586-84c4-011b497c5726-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_5290387c-68b6-0586-84c4-011b497c572e-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d25db770-8688-9e0c-b153-59330f6d645c-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-d25db770-8688-9e0c-b153-59330f6d646b-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_4cccc8db-ae57-8db6-1336-65829f5d7b51-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_4cccc8db-ae57-8db6-1336-65829f5d7b5c-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa29cada-dec0-d240-6dfb-fc2479de8a75-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-fa29cada-dec0-d240-6dfb-fc2479de8a80-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa29cada-dec0-d240-6dfb-fc2479de8a8e-e96b7d33 {
  grid-area: Area;
}

#w-node-fa29cada-dec0-d240-6dfb-fc2479de8a94-e96b7d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fa29cada-dec0-d240-6dfb-fc2479de8a96-e96b7d33 {
  grid-area: Area;
}

#w-node-fa29cada-dec0-d240-6dfb-fc2479de8a9c-e96b7d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fa29cada-dec0-d240-6dfb-fc2479de8a9e-e96b7d33 {
  grid-area: Area;
}

#w-node-_8663a378-399e-07c1-5f9d-4dc4de69b012-e96b7d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8663a378-399e-07c1-5f9d-4dc4de69b014-e96b7d33 {
  grid-area: Area;
}

#w-node-_8a16abc2-ee1f-1426-e9eb-401196f61f47-e96b7d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_8a16abc2-ee1f-1426-e9eb-401196f61f49-e96b7d33 {
  grid-area: Area;
}

#w-node-b5d57a9d-5271-b238-15fc-54735692ed65-e96b7d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b5d57a9d-5271-b238-15fc-54735692ed67-e96b7d33 {
  grid-area: Area;
}

#w-node-e55dde10-b222-68b6-b189-ce3daf485776-e96b7d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e55dde10-b222-68b6-b189-ce3daf485778-e96b7d33 {
  grid-area: Area;
}

#w-node-e55dde10-b222-68b6-b189-ce3daf48577e-e96b7d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e55dde10-b222-68b6-b189-ce3daf485780-e96b7d33 {
  grid-area: Area;
}

#w-node-e55dde10-b222-68b6-b189-ce3daf485786-e96b7d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e55dde10-b222-68b6-b189-ce3daf485788-e96b7d33 {
  grid-area: Area;
}

#w-node-b1721753-90f1-759a-d6d2-971347390696-e96b7d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b1721753-90f1-759a-d6d2-971347390698-e96b7d33 {
  grid-area: Area;
}

#w-node-b1721753-90f1-759a-d6d2-97134739069e-e96b7d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b1721753-90f1-759a-d6d2-9713473906a0-e96b7d33 {
  grid-area: Area;
}

#w-node-b1721753-90f1-759a-d6d2-9713473906a6-e96b7d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b1721753-90f1-759a-d6d2-9713473906a8-e96b7d33 {
  grid-area: Area;
}

#w-node-b1721753-90f1-759a-d6d2-9713473906ad-e96b7d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b1721753-90f1-759a-d6d2-9713473906af-e96b7d33 {
  grid-area: Area;
}

#w-node-b1721753-90f1-759a-d6d2-9713473906b4-e96b7d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b1721753-90f1-759a-d6d2-9713473906b6-e96b7d33 {
  grid-area: Area;
}

#w-node-b1721753-90f1-759a-d6d2-9713473906bb-e96b7d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b1721753-90f1-759a-d6d2-9713473906bd-e96b7d33 {
  grid-area: Area;
}

#w-node-ff2987ec-982b-31d7-0ff9-ab3c724ae6e2-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff2987ec-982b-31d7-0ff9-ab3c724ae6e3-e96b7d33 {
  justify-self: center;
}

#w-node-ff2987ec-982b-31d7-0ff9-ab3c724ae6e4-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff2987ec-982b-31d7-0ff9-ab3c724ae6e5-e96b7d33 {
  justify-self: center;
}

#w-node-ff2987ec-982b-31d7-0ff9-ab3c724ae6ea-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff2987ec-982b-31d7-0ff9-ab3c724ae6eb-e96b7d33, #w-node-_5a6545c0-07ad-d23f-a845-d69df7207c3a-e96b7d33 {
  justify-self: center;
}

#w-node-ff2987ec-982b-31d7-0ff9-ab3c724ae6e8-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff2987ec-982b-31d7-0ff9-ab3c724ae6e9-e96b7d33 {
  justify-self: center;
}

#w-node-_52b351cb-18c4-57e0-58e0-23d0faa4750d-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52b351cb-18c4-57e0-58e0-23d0faa4750e-e96b7d33, #w-node-_163dd00a-372c-b7f7-e0a7-f3f8c02d0dc9-e96b7d33 {
  justify-self: center;
}

#w-node-ff2987ec-982b-31d7-0ff9-ab3c724ae6e6-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff2987ec-982b-31d7-0ff9-ab3c724ae6e7-e96b7d33 {
  justify-self: center;
}

#w-node-_163dd00a-372c-b7f7-e0a7-f3f8c02d0dca-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_163dd00a-372c-b7f7-e0a7-f3f8c02d0dcb-e96b7d33 {
  justify-self: center;
}

#w-node-_163dd00a-372c-b7f7-e0a7-f3f8c02d0dcc-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_163dd00a-372c-b7f7-e0a7-f3f8c02d0dcd-e96b7d33 {
  justify-self: center;
}

#w-node-_62003f04-d8fc-0ef1-6cc4-b175825af744-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62003f04-d8fc-0ef1-6cc4-b175825af745-e96b7d33 {
  justify-self: center;
}

#w-node-_403da69d-672a-1546-5fbc-badb00959cf5-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_403da69d-672a-1546-5fbc-badb00959cf6-e96b7d33 {
  justify-self: center;
}

#w-node-_163dd00a-372c-b7f7-e0a7-f3f8c02d0dce-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_163dd00a-372c-b7f7-e0a7-f3f8c02d0dcf-e96b7d33 {
  justify-self: center;
}

#w-node-_163dd00a-372c-b7f7-e0a7-f3f8c02d0dd0-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_163dd00a-372c-b7f7-e0a7-f3f8c02d0dd1-e96b7d33 {
  justify-self: center;
}

#w-node-d0ebae96-b1d9-3665-bdc6-d7339ecc1ee1-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0ebae96-b1d9-3665-bdc6-d7339ecc1ee2-e96b7d33 {
  justify-self: center;
}

#w-node-_8c79b963-df67-6011-780d-7076c22da70c-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_8c79b963-df67-6011-780d-7076c22da714-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30d17479-6e59-66a4-adc9-fa280ff6f6f2-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_30d17479-6e59-66a4-adc9-fa280ff6f6fc-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_44cfd8fb-b53f-01a1-8eca-a9ebbf484133-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_44cfd8fb-b53f-01a1-8eca-a9ebbf48413b-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f7df47fd-a001-3cd9-af2c-e891cddb6cb1-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f7df47fd-a001-3cd9-af2c-e891cddb6cb9-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e936d9ba-98ac-5f06-78d5-1b3d60e2aaad-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-e936d9ba-98ac-5f06-78d5-1b3d60e2aab5-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c0b92457-946f-99f0-3801-43a38152209f-e96b7d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c0b92457-946f-99f0-3801-43a3815220a1-e96b7d33 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c0b92457-946f-99f0-3801-43a3815220a7-e96b7d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c0b92457-946f-99f0-3801-43a3815220a9-e96b7d33 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c0b92457-946f-99f0-3801-43a3815220af-e96b7d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c0b92457-946f-99f0-3801-43a3815220b1-e96b7d33 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c0b92457-946f-99f0-3801-43a3815220b6-e96b7d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c0b92457-946f-99f0-3801-43a3815220b8-e96b7d33 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b4bd5b53-c3bc-0ce4-f4b9-5888fc3bf252-e96b7d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0b92457-946f-99f0-3801-43a3815220bd-e96b7d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c0b92457-946f-99f0-3801-43a3815220bf-e96b7d33 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_47b17cd4-bab5-40c1-0d9c-d5bb8e8e2422-634f2c73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47b17cd4-bab5-40c1-0d9c-d5bb8e8e2423-634f2c73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_37096a65-b0ad-b711-3e34-b501193eca9b-dd1662fe {
  justify-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_90192d29-49da-7d3d-5478-4a5fe8f50793-e96b7d33, #w-node-_37a0e070-c2b2-8828-fbd9-01e2aba86161-e96b7d33, #w-node-_8fef0fa6-d9fa-440d-0b87-1dfea2a7dd5d-e96b7d33, #w-node-e9da683d-d6ac-62aa-9e8e-60d68e8ba9c1-e96b7d33, #w-node-f098707b-4836-0118-60d3-9602e9f7ef5a-e96b7d33, #w-node-a9fca354-af25-7780-05e6-702b0ed921da-e96b7d33, #w-node-_8152d0c3-8c37-3cbf-6077-2ef078171342-e96b7d33, #w-node-ff2987ec-982b-31d7-0ff9-ab3c724ae6e2-e96b7d33, #w-node-ff2987ec-982b-31d7-0ff9-ab3c724ae6e4-e96b7d33, #w-node-ff2987ec-982b-31d7-0ff9-ab3c724ae6ea-e96b7d33, #w-node-ff2987ec-982b-31d7-0ff9-ab3c724ae6e8-e96b7d33, #w-node-_52b351cb-18c4-57e0-58e0-23d0faa4750d-e96b7d33, #w-node-ff2987ec-982b-31d7-0ff9-ab3c724ae6e6-e96b7d33, #w-node-_163dd00a-372c-b7f7-e0a7-f3f8c02d0dca-e96b7d33, #w-node-_163dd00a-372c-b7f7-e0a7-f3f8c02d0dcc-e96b7d33, #w-node-_62003f04-d8fc-0ef1-6cc4-b175825af744-e96b7d33, #w-node-_403da69d-672a-1546-5fbc-badb00959cf5-e96b7d33, #w-node-_163dd00a-372c-b7f7-e0a7-f3f8c02d0dce-e96b7d33, #w-node-_163dd00a-372c-b7f7-e0a7-f3f8c02d0dd0-e96b7d33, #w-node-d0ebae96-b1d9-3665-bdc6-d7339ecc1ee1-e96b7d33 {
    justify-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_28925a6b-490a-8fc2-b2b2-340c27f18e67-e96b7d33, #w-node-_5290387c-68b6-0586-84c4-011b497c56a9-e96b7d33, #w-node-_4cccc8db-ae57-8db6-1336-65829f5d7b51-e96b7d33, #w-node-fa29cada-dec0-d240-6dfb-fc2479de8a75-e96b7d33, #w-node-_8c79b963-df67-6011-780d-7076c22da70c-e96b7d33 {
    justify-self: center;
  }

  #w-node-_1b3768e8-1624-9900-046e-3d25cf56f663-634f2c73 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1b3768e8-1624-9900-046e-3d25cf56f663-634f2c73 {
    grid-column: span 1 / span 1;
  }
}
