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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.footer {
  padding: 220px 96px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
}

.p1-left-regular {
  font-family: Soleil, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.p1-left-regular.clr-txt-grey.mrg-bt-40 {
  font-size: 16px;
  line-height: 24px;
}

.links-grp {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.h5-left-semibold {
  font-family: Soleil, sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
}

.link {
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Soleil, sans-serif;
  color: rgba(0, 0, 0, 0.51);
  line-height: 28px;
  text-decoration: none;
}

.link-block-social-media {
  padding-top: 2px;
  padding-bottom: 2px;
}

.mrg-rt-16 {
  margin-right: 16px;
}

.link-block {
  width: 16px;
  height: 16px;
}

.foot-note {
  padding-top: 12px;
  border-top: 1px solid #5651fd;
  font-family: Soleil, sans-serif;
  color: #a09dff;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
}

.mrg-bt-20 {
  margin-bottom: 20px;
}

.nav-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 96px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.button-large-primary {
  display: block;
  padding: 16px 20px;
  border-radius: 4px;
  background-color: #5651fd;
  font-family: Soleil, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.grp-nav-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mrg-rt-80 {
  margin-right: 80px;
}

.nav-link {
  font-family: Soleil, sans-serif;
}

.nav-link.mrg-rt-20 {
  padding: 0px;
}

.mrg-rt-20 {
  margin-right: 20px;
}

.dropdown-usecases {
  padding: 0px 20px 0px 0px;
}

.dropdown-usecases.mrg-rt-20 {
  height: auto;
}

.text-block {
  font-family: Soleil, sans-serif;
}

.icon {
  margin-right: 0px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.mrg-tp-10 {
  margin-top: 10px;
}

.dropdown-list {
  display: block;
}

.dropdown-list.mrg-tp-10 {
  width: 650px;
}

.dropdown-list.mrg-tp-10.w--open {
  width: 660px;
}

.dropdown-list.mrg-tp-10.clr-white {
  display: none;
  margin-top: 20px;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 3px 3px 28px 8px rgba(0, 0, 0, 0.1);
}

.grp-drop-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grp-drop-1.mrg-bt-20 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.clr-white {
  background-color: #fff;
}

.grp-menu-drop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grp-menu-drop.mrg-rt-10 {
  position: relative;
  max-width: 300px;
  padding: 14px;
  border-radius: 4px;
}

.menu-nav-drop {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Soleil, sans-serif;
  color: #1d1a27;
  font-weight: 600;
}

.icn-nav-default {
  width: 24px;
  height: 24px;
}

.clr-txt-grey {
  color: #7f7b93;
}

.p2 {
  font-family: Soleil, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.mrg-rt-10 {
  margin-right: 10px;
}

.grp-drop-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clr-txt-slateblue {
  color: #5651fd;
}

.link-nav-2 {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Soleil, sans-serif;
  font-weight: 700;
}

.dropdown-pointer {
  position: absolute;
  left: 33px;
  top: -13px;
}

.navbar {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.cnt-hero-home {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding: 140px 0px 100px 96px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grp-hero-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 540px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tag {
  padding: 0px 16px;
  border-radius: 21px;
  background-color: rgba(0, 194, 162, 0.15);
}

.h1-left-bold {
  font-family: Soleil, sans-serif;
  font-size: 60px;
  line-height: 72px;
}

.mrg-bt-40 {
  margin-bottom: 40px;
}

.grp-logos-short {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.grp-logos-short.offset-lt---8 {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-2 {
  position: static;
  right: 0px;
}

.h6-left-bold {
  font-family: Soleil, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.h6-left-regular {
  font-family: Soleil, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}

.clr-txt-aquamarine {
  color: #00c2a2;
}

.cnt-feature-rt {
  position: relative;
  display: -ms-grid;
  display: grid;
  height: 850px;
  padding: 100px 60px 100px 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.bg-hero-home {
  position: absolute;
  left: -1%;
  top: -11%;
  right: -2%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(118deg, #c7f4ed, hsla(0, 0%, 100%, 0.1) 75%);
  -webkit-transform: rotate(1.5deg);
  -ms-transform: rotate(1.5deg);
  transform: rotate(1.5deg);
}

.offset-lt---8 {
  margin-left: -8px;
}

.grp-feature-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h2-left-bold {
  font-family: Soleil, sans-serif;
  color: #18191f;
  line-height: 45px;
}

.grp-feature-item-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
}

.grp-feature-item-details:hover {
  box-shadow: 0 10px 25px 4px rgba(0, 0, 0, 0.06);
}

.grp-feature-item-details.mrg-bt-20 {
  position: relative;
  opacity: 1;
}

.grp-feature-item-details.mrg-bt-20:hover {
  box-shadow: none;
}

.icn-feature-item-default {
  width: 24px;
  height: 24px;
}

.img-main-virtual-plat {
  position: static;
  left: -17%;
}

.grp-images-virtual-plat {
  position: absolute;
  left: 0%;
}

.grp-images-ntworking {
  display: block;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.img-010201 {
  position: absolute;
  left: auto;
  top: 8%;
  right: 0%;
  bottom: auto;
}

.img-010202 {
  position: absolute;
  left: auto;
  top: 30%;
  right: -11%;
  bottom: auto;
}

.img-010203 {
  position: absolute;
  left: auto;
  top: auto;
  right: 17%;
  bottom: -15%;
}

.grp-images-parallel-sess {
  display: none;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.img-010204 {
  position: absolute;
  left: auto;
  top: 1%;
  right: -13%;
  bottom: auto;
}

.img-010205 {
  position: absolute;
  left: auto;
  top: 58%;
  right: -10%;
  bottom: auto;
}

.img-010206 {
  position: absolute;
  left: auto;
  top: auto;
  right: 14%;
  bottom: -6%;
}

.grp-images-virt-booth {
  display: none;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.img-010207 {
  position: absolute;
  left: auto;
  top: 5%;
  right: -6%;
  bottom: auto;
}

.img-010208 {
  position: absolute;
  left: auto;
  top: auto;
  right: -12%;
  bottom: 18%;
}

.img-010209 {
  position: absolute;
  left: auto;
  top: auto;
  right: 14%;
  bottom: -10%;
}

.grp-images-polls-react {
  display: none;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.img-010210 {
  position: absolute;
  left: auto;
  top: 9%;
  right: 2%;
  bottom: auto;
}

.img-010211 {
  position: absolute;
  left: auto;
  top: auto;
  right: -3%;
  bottom: 35%;
}

.img-010212 {
  position: absolute;
  left: auto;
  top: auto;
  right: 26%;
  bottom: -13%;
}

.cnt-feature-lt {
  position: relative;
  display: -ms-grid;
  display: grid;
  height: 800px;
  padding: 80px 0px 140px 60px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.img-010301 {
  position: static;
  right: 0px;
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.grp-images-holistic-ticket {
  position: relative;
  right: -8px;
}

.img-010302 {
  position: static;
  right: 0px;
  display: none;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.img-010303 {
  position: static;
  right: -7%;
  display: none;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.img-010304 {
  position: static;
  right: -7%;
  display: none;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.bg-cnt-r2l-aquamarine {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-image: -webkit-gradient(linear, right top, left top, from(#c7f4ed), color-stop(48%, hsla(0, 0%, 100%, 0.1)));
  background-image: linear-gradient(270deg, #c7f4ed, hsla(0, 0%, 100%, 0.1) 48%);
}

.cnt-top-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.h2-ctr-bold {
  font-family: Soleil, sans-serif;
  line-height: 45px;
  text-align: center;
}

.h2-ctr-bold.mrg-bt-20 {
  max-width: none;
}

.p1-ctr-regular {
  font-family: Soleil, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.grp-feature-ctr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grp-feature-cards {
  display: -ms-grid;
  display: grid;
  padding-left: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-card {
  display: -ms-grid;
  display: grid;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 300px 300px;
  grid-template-columns: 300px 300px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-card.offset-lt--15 {
  -ms-grid-columns: 310px 310px;
  grid-template-columns: 310px 310px;
  -ms-grid-rows: 255px auto;
  grid-template-rows: 255px auto;
}

.grp-card-details {
  position: relative;
  max-width: 320px;
  padding: 25px;
  border-radius: 8px;
}

.grp-card-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grp-card-item.mrg-bt-20 {
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icn-grid-card-default {
  width: 24px;
  height: 24px;
}

.h4-left-bold {
  margin-top: 0px;
  font-family: Soleil, sans-serif;
  color: #18191f;
  font-size: 21px;
  line-height: 30px;
}

.img-010401 {
  position: static;
  right: 0px;
  display: inline-block;
}

.grp-images-top-features {
  position: relative;
  right: -20%;
}

.img-010402 {
  position: static;
  right: 0px;
  display: none;
}

.img-010403 {
  position: static;
  right: -12%;
  display: none;
}

.img-010404 {
  position: static;
  right: -12%;
  display: none;
}

.cnt-top-usecases {
  overflow: visible;
  padding: 60px 0px;
}

.grp-top-usecases {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 0px;
  padding-left: 60px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 560px 1fr;
  grid-template-columns: 560px 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grp-usecases-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 550px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grp-images-top-usecases {
  position: relative;
  right: auto;
  width: 650px;
  height: 540px;
}

.grp-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button-large-secondary {
  padding: 16px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #5651fd;
  border-radius: 4px;
  background-color: rgba(56, 152, 236, 0);
  font-family: Soleil, sans-serif;
  color: #5651fd;
  font-size: 16px;
  font-weight: 700;
}

.border-clr-slateblue {
  border-style: solid;
  border-width: 1px;
  border-color: #5651fd;
}

.mrg-bt-80 {
  margin-bottom: 80px;
}

.img-010501 {
  position: absolute;
  top: 12%;
  right: -7%;
  display: inline-block;
  width: auto;
  height: auto;
}

.img-010502 {
  position: absolute;
  top: 12%;
  right: -7%;
  display: none;
  width: auto;
  height: auto;
}

.img-010503 {
  position: absolute;
  top: 12%;
  right: -7%;
  display: none;
  width: auto;
  height: auto;
}

.img-010504 {
  position: absolute;
  top: 12%;
  right: -7%;
  display: none;
  width: auto;
  height: auto;
}

.cnt-cstst {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 60px 96px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f9f9fe;
}

.grp-cstst-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grp-cstst-cards {
  position: absolute;
  left: 742px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cstst-card {
  padding: 21px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.06);
}

.cstst-card.mrg-rt-20 {
  max-width: 430px;
  min-width: 400px;
}

.mrg-bt-10 {
  margin-bottom: 10px;
}

.grp-cst-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-010601 {
  width: 48px;
  height: 48px;
  border-radius: 8px;
}

.cstst-card-details-textspan {
  color: #18191f;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.cnt-hero-aboutus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 96px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grp-hero-abtus-lt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 570px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grp-hero-abtus-rt {
  max-width: 450px;
}

.mrg-tp-60 {
  margin-top: 60px;
}

.bg-hero-abtus {
  position: absolute;
  left: -8%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  height: 800px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#c7f4ed), color-stop(91%, hsla(0, 0%, 100%, 0.1)));
  background-image: linear-gradient(360deg, #c7f4ed, hsla(0, 0%, 100%, 0.1) 91%);
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.grp-hero-abtus-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cnt-spacebtn-img-lt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 96px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grp-abt-tslive {
  max-width: 455px;
  padding-bottom: 0px;
}

.bg-cnt-l2r-aquamarine {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-image: linear-gradient(78deg, #c7f4ed, hsla(0, 0%, 100%, 0.1) 41%);
}

.cnt-virtuvenue-features {
  position: relative;
  padding: 100px 96px;
}

.grp-feature-lt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 480px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grp-feature-cards-static {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.grid-cards-static {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grp-static-card-details {
  max-width: 230px;
}

.grp-static-card-details.mrg-bt-20 {
  max-width: 240px;
}

.icn-virtualvenue {
  width: 42px;
  height: 42px;
}

.img-050301 {
  position: absolute;
  right: -5%;
}

.cnt-media-mentions {
  position: relative;
  padding: 100px 96px;
}

.grp-blog-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grp-blog-card-details {
  max-width: 530px;
}

.link-read-full-story {
  font-family: Soleil, sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
}

.bg-section-rtbt {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-image: linear-gradient(325deg, #c7f4ed, hsla(0, 0%, 100%, 0.1) 55%);
}

.cnt-abt-ts-bms {
  position: static;
  display: block;
  height: 950px;
  padding: 100px 96px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.grp1-abtus-ts-bms {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
  background-color: #f9f9fe;
}

.grp-abtus-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 950px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grp-abtus-ctr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 430px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-img-ts-bms {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: -39%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 950px;
  max-width: none;
  padding: 100px 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(117deg, #c7f4ef, #e6faf8 26%, #fff);
}

.cnt-grp2-abtus-ts-bms {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cnt-hero-cstst {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-right: 96px;
  padding-left: 96px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grp-hero-cstst {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 380px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bg-hero-cstst {
  position: absolute;
  left: -4%;
  top: -13%;
  right: -4%;
  bottom: 0%;
  z-index: -1;
  height: 740px;
  background-image: linear-gradient(5deg, #c7f4ed, hsla(0, 0%, 100%, 0.6) 79%);
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.bg-grey {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  height: 800px;
  background-color: #f9f9fe;
}

.cnt-client-logos {
  position: relative;
  padding: 100px 96px 20px;
  background-color: #f9f9fe;
}

.grp-logos-long {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cnt-welove-ctr {
  padding: 100px 96px 220px;
}

.grp-welove-ctr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 565px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cnt-cstst-cards {
  position: relative;
  height: 550px;
  background-color: #f9f9fe;
}

.grid-cstst-cards {
  position: absolute;
  top: -79px;
  z-index: 0;
  display: -ms-grid;
  display: grid;
  padding-left: 96px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cnt-casestd-n-blogs {
  position: relative;
  padding: 100px 96px;
}

.cnt-spacebtn-img-rt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grp-casestdy-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img-050401 {
  position: absolute;
  left: -1%;
  top: -2%;
  right: auto;
  bottom: auto;
  z-index: -1;
}

.img-050402 {
  position: absolute;
  left: auto;
  top: auto;
  right: -2%;
  bottom: -3%;
  z-index: -1;
}

.cnt-tail-section {
  position: static;
  display: block;
  height: 380px;
  padding: 10px 96px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f9f9fe;
}

.offset-lt--15 {
  margin-left: -15px;
}

.card-free-demo.bg-slateblue {
  position: static;
  left: auto;
  top: 153px;
  right: auto;
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 4px;
}

.bg-slateblue {
  background-color: #5651fd;
}

.grp-card-freedemo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grp-card-freedemo-details {
  max-width: 370px;
}

.clr-txt-white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.cnt-hero-uc-summary {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 140px 96px 250px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grp-hero-uc-summary-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 440px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img-030101 {
  position: absolute;
  top: auto;
  right: 0%;
}

.bg-hero-uc-summary {
  position: absolute;
  left: -2%;
  top: -20%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  height: 760px;
  background-image: linear-gradient(15deg, #65b4ff, #fff 66%, rgba(253, 254, 255, 0) 99%);
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.cnt-other-usecases {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 96px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.other-usecase-details-01 {
  position: static;
  top: -7%;
  right: 22%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 580px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.other-usecase-details-02 {
  position: static;
  top: -7%;
  right: 22%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 560px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.other-usecase-details-03 {
  position: static;
  top: -7%;
  right: 22%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 560px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.other-usecase-details-04 {
  position: static;
  top: -7%;
  right: 22%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 560px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.other-usecases-details-05 {
  position: static;
  top: -7%;
  right: 22%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 560px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cnt-hero-uc-detail {
  position: relative;
  height: 700px;
  padding-top: 40px;
  padding-right: 96px;
  padding-left: 96px;
}

.grp-hero-uc-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1-ctr-bold {
  font-family: Soleil, sans-serif;
  font-size: 60px;
  line-height: 72px;
  text-align: center;
}

.bg-hero-uc-detail {
  position: absolute;
  left: -4%;
  top: -40%;
  right: -3%;
  bottom: 0%;
  z-index: -1;
  height: 750px;
  background-image: linear-gradient(6deg, #65b4ff, hsla(0, 0%, 100%, 0.7) 69%);
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.img-040101 {
  position: absolute;
  left: 22%;
  right: 22%;
  bottom: 62%;
}

.cnt-hero-pricing {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 96px 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.grp-hero-pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 560px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grp-hero-pricing-form {
  position: relative;
  height: 590px;
  max-width: 470px;
  padding: 36px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 6px 9px 25px 13px rgba(0, 0, 0, 0.06);
}

.form {
  max-width: none;
}

.text-field {
  width: 395px;
  height: 57px;
}

.text-field.border-clr-slateblue {
  height: 57px;
  border-radius: 4px;
  background-color: #f5f4ff;
}

.img-dots-1 {
  position: absolute;
  left: -4%;
  top: -4%;
  right: auto;
  bottom: auto;
  z-index: -1;
}

.img-dots-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: -4%;
  bottom: -3%;
  z-index: -1;
}

.bg-hero-pricing {
  position: absolute;
  left: -4%;
  top: -16%;
  right: -4%;
  bottom: 0%;
  z-index: -2;
  background-image: linear-gradient(345deg, #bbb9ff, hsla(0, 0%, 100%, 0.57) 79%);
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.cnt-hero-feat-summary {
  position: relative;
  height: 800px;
  padding-top: 40px;
  padding-right: 96px;
  padding-left: 96px;
}

.grp-hero-feat-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 670px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-hero-feat-summary {
  position: absolute;
  left: -4%;
  top: -14%;
  right: -4%;
  bottom: 0%;
  z-index: -1;
  height: 700px;
  background-image: linear-gradient(368deg, #c1e5c0, #fff 88%);
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.cnt-client-logos-feat-summary {
  position: relative;
  padding: 100px 96px 60px;
  background-color: #f9f9fe;
}

.img-020101 {
  position: absolute;
  left: 24%;
  right: auto;
  bottom: 80%;
}

.bg-grey-feat-summary {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  background-color: #f9f9fe;
}

.grp-images-virtual-venue {
  position: relative;
  top: auto;
  right: -31px;
  width: auto;
}

.grp-images-polls-reacn {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
}

.img-020201 {
  position: absolute;
  left: 40%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.img-020202 {
  position: absolute;
  left: -9%;
  top: 58%;
  right: 0%;
  bottom: 0%;
}

.grp-images-liveinteractive-chat {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.img-020203 {
  position: absolute;
  left: auto;
  top: 7%;
  right: 18%;
  bottom: auto;
}

.img-020204 {
  position: absolute;
  left: -8%;
  top: 8%;
  right: auto;
  bottom: auto;
}

.img-020205 {
  position: absolute;
  left: -13%;
  top: auto;
  right: auto;
  bottom: -8%;
}

.grp-images-host-multi-session-simaltnly {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.img-020206 {
  position: absolute;
  left: -8%;
  top: 5%;
  right: auto;
  bottom: auto;
}

.img-020207 {
  position: absolute;
  left: -11%;
  top: auto;
  right: auto;
  bottom: -7%;
}

.grp-images-event-ticketing {
  position: relative;
  left: -3%;
  top: auto;
}

.grp-images-sell-event-tickts-easly {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.img-020301 {
  position: absolute;
  left: 16%;
  top: auto;
  right: auto;
  bottom: -16%;
}

.grp-images-multi-currencies-supprt {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.img-020302 {
  position: absolute;
  left: 10%;
  top: auto;
  right: auto;
  bottom: -6%;
}

.grp-images-embd-chkot-onur-site {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.img-020303 {
  position: absolute;
  left: 21%;
  top: auto;
  right: auto;
  bottom: -20%;
}

.grp-images-networking {
  position: relative;
  right: -22%;
}

.img-0204 {
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.grp-images-livecht--vdocall {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.img-020401 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 18%;
  bottom: auto;
}

.img-020402 {
  position: absolute;
  left: -3%;
  top: 2%;
  right: auto;
  bottom: auto;
}

.img-020403 {
  position: absolute;
  left: -6%;
  top: auto;
  right: auto;
  bottom: 3%;
}

.img-020404 {
  position: absolute;
  left: auto;
  top: auto;
  right: 13%;
  bottom: 0%;
}

.grp-images-virtual-booths {
  position: relative;
  left: -37px;
  bottom: auto;
}

.grp-images-pre-reco-videos {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
}

.img-020501 {
  position: absolute;
  left: auto;
  top: 13%;
  right: -2%;
  bottom: auto;
}

.img-020502 {
  position: absolute;
  left: 25%;
  top: auto;
  right: auto;
  bottom: 14%;
}

.grp-images-share-dwnldbl-blocs {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.img-020503 {
  position: absolute;
  left: auto;
  top: 6%;
  right: -7%;
  bottom: auto;
}

.img-020504 {
  position: absolute;
  left: 14%;
  top: auto;
  right: auto;
  bottom: 10%;
}

.grp-images-chtwth-virtu-exhibitr {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.img-020505 {
  position: absolute;
  left: auto;
  top: 13%;
  right: -2%;
  bottom: auto;
}

.img-020506 {
  position: absolute;
  left: 27%;
  top: auto;
  right: auto;
  bottom: 14%;
}

.grp-images-forumsfor-grp-discn {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
}

.img-020405 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 19%;
  bottom: auto;
}

.img-020406 {
  position: absolute;
  left: -12%;
  top: auto;
  right: auto;
  bottom: 11%;
}

.img-020407 {
  position: absolute;
  left: auto;
  top: auto;
  right: 20%;
  bottom: 0%;
}

.grp-images-event-management {
  position: relative;
  top: -206px;
  right: auto;
}

.img-020601 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
}

.img-020602 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.img-020603 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.grp-slider-nav-tube {
  position: absolute;
  left: auto;
  top: auto;
  right: 20%;
  bottom: 14%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grp-indicator-tube {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.active-indicator--tube {
  width: 60px;
  height: 10px;
  border-radius: 8px;
  background-color: #aba1ca;
}

.indicator-tube-default {
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background-color: #eae7f2;
}

.img-webi-010501 {
  position: absolute;
  top: 12%;
  right: -6%;
  display: inline-block;
}

.img-webi-010502 {
  position: absolute;
  top: 12%;
  right: -7%;
  display: none;
}

.img-webi-010503 {
  position: absolute;
  top: 12%;
  right: -7%;
  display: none;
}

.img-workshp-010501 {
  position: absolute;
  top: 20%;
  right: -5%;
  display: inline-block;
}

.img-workshp-010502 {
  position: absolute;
  top: 20%;
  right: -5%;
  display: none;
}

.img-workshp-010503 {
  position: absolute;
  top: 20%;
  right: -5%;
  display: none;
}

.img-meetup-010501 {
  position: absolute;
  top: 12%;
  right: -12%;
  display: inline-block;
}

.img-meetup-010502 {
  position: absolute;
  top: 12%;
  right: -12%;
  display: none;
}

.img-meetup-010503 {
  position: absolute;
  top: 13%;
  right: -7%;
  display: none;
}

.img-expo-010501 {
  position: absolute;
  top: 19%;
  right: -14%;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.img-expo-010502 {
  position: absolute;
  top: 20%;
  right: -14%;
  display: none;
}

.img-expo-010503 {
  position: absolute;
  top: 20%;
  right: -14%;
  display: none;
}

.tab-link-topusecase {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 36px 24px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.tab-link-topusecase.w--current {
  border-bottom: 2px solid #00c2a2;
  background-color: hsla(0, 0%, 100%, 0);
}

.icn-tab-default {
  width: 24px;
  height: 24px;
}

.tabs-top-usecases {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 96px;
  margin-left: 96px;
  padding: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.tabs-top-usecases.mrg-bt-80 {
  margin-right: 60px;
  margin-left: 60px;
  padding-bottom: 0px;
}

.icn-feature-item-hover {
  position: absolute;
  width: 24px;
  height: 24px;
}

.icn-feature-item-hover.plel-ses {
  opacity: 0;
}

.icn-feature-item-hover.vrtl-bths {
  opacity: 0;
}

.icn-feature-item-hover.pls-reacns {
  opacity: 0;
}

.icn-feature-item-hover.analytics {
  opacity: 0;
}

.icn-feature-item-hover.hstevnt {
  opacity: 0;
}

.icn-feature-item-hover.selltckts {
  opacity: 0;
}

.icn-feature-item-hover.dedictd-spc {
  opacity: 0;
}

.icn-feature-item-hover.empwr {
  opacity: 0;
}

.icn-feature-item-hover.hst-multi-sess {
  opacity: 0;
}

.icn-feature-item-hover.assrd-spce {
  opacity: 0;
}

.icn-feature-item-hover.knw-abt-audi {
  opacity: 0;
}

.icn-feature-item-hover.hst-multiple-sess {
  opacity: 0;
}

.icn-feature-item-hover.fostr-relatnshp {
  opacity: 0;
}

.icn-feature-item-hover.intrct-wth-audi {
  opacity: 0;
}

.icn-feature-item-hover.sell-tckts {
  opacity: 0;
}

.icn-feature-item-hover.great-roi {
  opacity: 0;
}

.icn-feature-item-hover.live-chat {
  opacity: 0;
}

.grp-feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-item-details-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.06);
}

.feature-item-details-hover.plel-sess {
  opacity: 0;
}

.feature-item-details-hover.vrtl-bths {
  opacity: 0;
}

.feature-item-details-hover.pls-reacns {
  opacity: 0;
}

.feature-item-details-hover.analytics {
  opacity: 0;
}

.feature-item-details-hover.hstevnt {
  opacity: 0;
}

.feature-item-details-hover.selltckts {
  opacity: 0;
}

.feature-item-details-hover.dedictd-spc {
  opacity: 0;
}

.feature-item-details-hover.empwr {
  opacity: 0;
}

.feature-item-details-hover.hst-multi-sess {
  opacity: 0;
}

.feature-item-details-hover.assrd-spce {
  opacity: 0;
}

.feature-item-details-hover.knw-abt-audi {
  opacity: 0;
}

.feature-item-details-hover.hst-multiple-sess {
  opacity: 0;
}

.feature-item-details-hover.fostr-relatnshp {
  opacity: 0;
}

.feature-item-details-hover.intrct-wth-audi {
  opacity: 0;
}

.feature-item-details-hover.sell-tckts {
  opacity: 0;
}

.feature-item-details-hover.great-roi {
  opacity: 0;
}

.feature-item-details-hover.live-chat {
  opacity: 0;
}

.icn-nav-hover {
  position: absolute;
  width: 24px;
  height: 24px;
  opacity: 0;
}

.card-item-details-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 4px;
  box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.06);
}

.card-item-details-hover.evnt-tckt {
  opacity: 0;
}

.card-item-details-hover.pwrfl-tool {
  opacity: 0;
}

.card-item-details-hover._1o1-ntwkn {
  opacity: 0;
}

.icn-grid-card-hover {
  position: absolute;
  width: 24px;
  height: 24px;
  -o-object-fit: fill;
  object-fit: fill;
}

.icn-grid-card-hover.evnt-tckt {
  opacity: 0;
}

.icn-grid-card-hover._1o1-ntwkn {
  opacity: 0;
}

.icn-grid-card-hover.pwrfl-tool {
  opacity: 0;
}

.icn-tab-hover {
  position: absolute;
  width: 24px;
  height: 24px;
}

.icn-tab-hover.webinar {
  opacity: 0;
}

.icn-tab-hover.workshop {
  opacity: 0;
}

.icn-tab-hover.meetup {
  opacity: 0;
}

.icn-tab-hover.expo-exhibition {
  opacity: 0;
}

.grp-dropdown-menu {
  display: -ms-grid;
  display: grid;
  width: 600px;
  padding: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grp-dropdownmenu-descrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dropdown-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.h6-left-semibold {
  font-family: Soleil, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
}

.h6-left-semibold.mrg-bt-10 {
  margin-top: 0px;
}

.text-block-2 {
  font-family: Soleil, sans-serif;
}

.nav-dropdown {
  background-color: #443030;
}

.nav-dropdown.w--open {
  display: block;
  padding: 24px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 16px 12px 28px 0 rgba(0, 0, 0, 0.1);
}

.clr-txt-black {
  color: #1d1a27;
}

.grp-nav-dropdown2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pointer-dropdown {
  position: absolute;
  left: 7%;
  top: -3%;
  right: auto;
  bottom: auto;
}

.main-feature-01 {
  position: absolute;
  left: 22%;
  top: -13%;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  max-width: 560px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.main-feature-02 {
  position: absolute;
  left: 22%;
  top: -14%;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 560px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-feature-03 {
  position: absolute;
  left: 22%;
  top: -11%;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 560px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-feature-04 {
  position: absolute;
  left: 22%;
  top: -13%;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 560px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-feature-05 {
  position: absolute;
  left: 22%;
  top: -16%;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 560px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cnt-main-features {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 140px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider {
  min-height: 735px;
  min-width: 80vw;
  border-radius: 24px;
  background-color: #f9f9fe;
}

.mask {
  overflow: visible;
}

.slide-nav {
  display: none;
}

.left-arrow-slider {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 36px;
  height: 36px;
}

.icon-2 {
  display: none;
}

.left-arrow {
  left: 45%;
  top: auto;
  right: auto;
  bottom: 3%;
  width: 36px;
  height: 36px;
}

.right-arrow-slider {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 36px;
  height: 36px;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 43%;
  bottom: 3%;
  width: 36px;
  height: 36px;
}

.icon-3 {
  display: none;
}

.img-dots2 {
  position: absolute;
  top: 1%;
  right: 9%;
}

.image-3 {
  position: absolute;
  left: 7%;
  top: auto;
  right: auto;
  bottom: 30%;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slider-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 760px;
  min-width: 80vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 24px;
  background-color: #f9f9fe;
}

.mask-2 {
  top: -50px;
  max-width: 560px;
  min-height: auto;
}

.slide-nav-2 {
  display: none;
}

.loading-bar {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 0%;
  height: 2px;
  background-color: #00c2a2;
}

.switch-bar {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 0%;
  background-color: #15c2a7;
}

.switch-bar.dshbrd {
  width: 0%;
  height: 2px;
}

.switch-bar.analytics {
  height: 2px;
}

.switch-bar.hst-event {
  height: 2px;
}

.switch-bar.selltckts {
  height: 2px;
}

.nav-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 80px 10px 110px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(105, 88, 88, 0);
}

.btn-large-subscribe {
  padding: 12px 18px;
  border-radius: 5px;
}

.btn-large-subscribe.clr-btn-green {
  font-family: Exo, sans-serif;
  color: #242424;
  font-weight: 600;
}

.clr-btn-green {
  background-color: #72d867;
}

.cnt-hero-hm {
  position: relative;
  top: -76px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 624px;
  padding-top: 80px;
  padding-bottom: 60px;
  padding-left: 110px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #162d86;
}

.hero-block-content {
  position: relative;
  z-index: 1;
  width: 50%;
}

.h1-lt-bld {
  font-family: Exo, sans-serif;
  font-size: 84px;
  line-height: 126px;
}

.h2-lt-bld {
  margin-top: -31px;
  font-family: Exo, sans-serif;
  font-size: 72px;
  line-height: 108px;
}

.clr-txt-wht {
  color: #f3f3f3;
}

.h4-lt-semi {
  margin-top: 0px;
  font-family: Exo, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.h4-lt-semi.clr-txt-wht {
  font-size: 32px;
}

.h4-lt-semi.clr-txt-wht.mrg-bt-40 {
  margin-top: 0px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-field-2 {
  width: 600px;
  height: 50px;
  border-radius: 5px;
  box-shadow: inset 0 0 2px 0 #3d3d3d;
}

.submit-button {
  height: 50px;
  padding: 12px 24px;
  border-radius: 5px;
}

.submit-button.clr-btn-green {
  position: relative;
  left: -35px;
  padding-right: 32px;
  padding-left: 32px;
  font-family: Exo, sans-serif;
  color: #242424;
  font-weight: 600;
}

.cnt-about {
  padding: 120px 110px 80px;
  background-color: #e4e4e4;
}

.heading {
  line-height: 55px;
}

.heading-2 {
  margin-top: 0px;
}

.heading-3 {
  font-size: 36px;
}

.h3-lt-semi {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Exo, sans-serif;
  font-size: 31px;
  font-weight: 400;
}

.h3-lt-normal {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Exo, sans-serif;
  line-height: 56px;
  font-weight: 400;
}

.clr-txt-grn {
  color: #2ed01d;
}

.navbar-2 {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.bg-hero {
  position: absolute;
  left: 0%;
  top: -12%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
}

.body {
  background-color: #162d86;
}

.ftr {
  padding: 60px 60px 20px 110px;
}

.ftr-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-3 {
  font-family: Exo, sans-serif;
  color: #f3f3f3;
  font-size: 18px;
  font-weight: 600;
}

.text-block-4 {
  font-family: Exo, sans-serif;
  color: #f3f3f3;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  font-family: Exo, sans-serif;
  color: #f3f3f3;
}

.ftr-block-2 {
  width: 20%;
}

.ftr-email-link {
  font-family: Exo, sans-serif;
  color: #72d867;
  font-size: 14px;
  text-decoration: none;
}

.ftr-email-link.mrg-bt-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-2 {
  display: block;
  color: #72d867;
}

.text-block-5 {
  font-family: Exo, sans-serif;
  color: #f3f3f3;
  font-size: 20px;
  font-weight: 600;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-field-3 {
  height: 42px;
  border-radius: 5px;
  box-shadow: inset 0 0 2px 0 #3d3d3d;
}

.submit-button-2 {
  position: relative;
  left: -12px;
  height: 42px;
  padding: 12px 18px;
  border-radius: 5px;
  background-color: #72d867;
  font-family: Exo, sans-serif;
  color: #242424;
  font-weight: 600;
}

.divider-ftr-line {
  height: 2px;
  background-color: #e4e4e4;
}

.text-block-6 {
  color: #f3f3f3;
}

.div-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: 700px;
  padding-bottom: 0px;
  background-image: url('../images/Background-mavmo.png');
  background-position: 0px 0px;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .p1-left-regular.clr-txt-grey.mrg-bt-40 {
    font-size: 14px;
    line-height: 21px;
  }

  .nav-desktop {
    display: block;
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .button-large-primary {
    padding: 12px 16px;
  }

  .button-large-primary.mrg-bt-40 {
    padding: 12px 16px;
  }

  .grp-nav-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .nav-link.mrg-rt-20 {
    font-size: 21px;
    line-height: 30px;
  }

  .cnt-hero-home {
    padding: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grp-hero-home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h1-left-bold.mrg-bt-20 {
    font-size: 30px;
    line-height: 42px;
  }

  .grp-logos-short.offset-lt---8 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-2 {
    position: static;
  }

  .bg-hero-home {
    height: 950px;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-button.w--open {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .icon-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: left;
  }

  .dropdown-toggle {
    font-size: 21px;
    line-height: 30px;
  }

  .nav-block {
    padding-left: 60px;
  }

  .cnt-hero-hm {
    padding-top: 138px;
    padding-left: 60px;
  }

  .hero-block-content {
    width: 60%;
  }

  .h1-lt-bld.clr-txt-wht {
    font-size: 60px;
    line-height: 90px;
  }

  .h2-lt-bld.clr-txt-wht.mrg-bt-20 {
    font-size: 42px;
    line-height: 63px;
  }

  .h4-lt-semi.clr-txt-wht.mrg-bt-40 {
    font-size: 25px;
  }

  .text-field-2 {
    height: 40px;
  }

  .submit-button.clr-btn-green {
    height: 40px;
  }

  .cnt-about {
    padding-right: 60px;
    padding-left: 60px;
  }

  .h3-lt-normal {
    font-size: 28px;
  }

  .ftr {
    padding-left: 60px;
  }

  .ftr-content.mrg-bt-20 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ftr-block-1.mrg-bt-20 {
    width: 20%;
    margin-right: 10px;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .text-block-4.mrg-bt-10 {
    font-size: 18px;
  }

  .paragraph.mrg-bt-10 {
    font-size: 12px;
  }

  .ftr-block-2.mrg-bt-20 {
    width: 34%;
  }

  .ftr-email-link.mrg-bt-10 {
    font-size: 12px;
  }

  .link-2 {
    font-size: 12px;
  }

  .text-block-5.mrg-bt-20 {
    font-size: 16px;
  }

  .text-field-3 {
    height: 35px;
    font-size: 12px;
  }

  .submit-button-2 {
    height: 35px;
    font-size: 13px;
  }

  .menu-button-2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .nav-block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cnt-hero-hm {
    padding-left: 40px;
  }

  .h1-lt-bld.clr-txt-wht {
    font-size: 48px;
  }

  .h2-lt-bld.clr-txt-wht.mrg-bt-20 {
    font-size: 36px;
  }

  .h4-lt-semi.clr-txt-wht.mrg-bt-40 {
    font-size: 20px;
  }

  .cnt-about {
    padding: 60px 40px 40px;
  }

  .h3-lt-normal {
    font-size: 22px;
  }

  .ftr-content.mrg-bt-20 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ftr-block-1.mrg-bt-20 {
    width: auto;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .text-block-4.mrg-bt-10 {
    font-size: 16px;
  }

  .ftr-block-2.mrg-bt-20 {
    width: auto;
  }

  .ftr-block-2.mrg-bt-40 {
    width: auto;
  }

  .text-block-5 {
    font-size: 14px;
  }

  .text-block-5.mrg-bt-20 {
    font-size: 14px;
  }

  .text-block-6 {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .btn-large-subscribe.clr-btn-green {
    display: none;
  }

  .cnt-hero-hm {
    height: 400px;
  }

  .hero-block-content {
    width: 80%;
  }

  .h1-lt-bld.clr-txt-wht {
    font-size: 36px;
    line-height: 54px;
  }

  .h2-lt-bld.clr-txt-wht.mrg-bt-20 {
    margin-top: -9px;
    font-size: 21px;
    line-height: 26px;
  }

  .h4-lt-semi.clr-txt-wht.mrg-bt-40 {
    font-size: 16px;
    line-height: 27px;
  }

  .form-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-field-2 {
    width: auto;
  }

  .submit-button.clr-btn-green {
    left: -61px;
    padding: 9px 14px;
  }

  .h3-lt-normal {
    font-size: 21px;
    line-height: 33px;
  }

  .form-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .submit-button-2 {
    padding: 9px 12px;
  }

  .div-block {
    top: -6%;
    height: 500px;
  }

  .form-block {
    display: block;
    margin-bottom: 0px;
  }
}

#w-node-_0e911a41-33e9-9ae3-a149-6a5522c9d59d-f6906224 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-ae451c01-3b58-0c2d-c982-0d117fbaa511-f6906224 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4119f2a6-fdb9-69b9-49c1-e9d1a014c8df-f6906224 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e25b0368-2b08-36a5-2bbc-dac8c36ba8f6-f6906224 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_4fb7ae26-656f-fd13-876b-d0fafdc84b14-f6906224 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_7ee9d7f6-edfd-9eff-fda9-4174a292df5f-f6906224 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_1c431e6e-f772-6ccf-807f-a7e4a73140a0-f6906224 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_68ed00f9-3798-3c89-4c1c-23b4d0a4c92b-f6906224 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_50cc6362-72b7-c63b-40af-c65a380ba20c-f6906224 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_2fdb5891-cf63-b52c-5e22-19d0ff87df12-f6906224 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-a4c7c99f-79e3-acba-858a-13d6ad83cb1b-f6906224 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
}

@font-face {
  font-family: 'Soleil';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Soleil';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Soleil';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}