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

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

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

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercelayoutcontainer {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  background-color: #000;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-decoration: none;
  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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 8px;
  height: 38px;
  min-height: 30px;
}

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

.w-commerce-commercecartquickcheckoutbutton {
  background-color: #000;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
  height: 38px;
}

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

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

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  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: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutblockcontent {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutemailinput::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
  color: #999;
}

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

.w-commerce-commercecheckoutemailinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingfullname::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
  color: #999;
}

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

.w-commerce-commercecheckoutshippingfullname:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstreetaddress::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
  color: #999;
}

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

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

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

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
}

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecheckoutshippingcity {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingcity::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
  color: #999;
}

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

.w-commerce-commercecheckoutshippingcity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstateprovince::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
  color: #999;
}

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

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingzippostalcode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
  color: #999;
}

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

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingcountryselector::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
  color: #999;
}

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

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left-color: #e6e6e6;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-color: #e6e6e6;
  border-right-width: 1px;
  border-right-style: solid;
}

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  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;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  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-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 64px;
  padding-bottom: 64px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardnumber::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
  color: #999;
}

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

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardexpirationdate::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
  color: #999;
}

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

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardsecuritycode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
  color: #999;
}

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

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  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;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  font-weight: 400;
  margin-left: 8px;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingfullname::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
  color: #999;
}

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

.w-commerce-commercecheckoutbillingfullname:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstreetaddress::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
  color: #999;
}

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

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

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

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingcity::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
  color: #999;
}

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

.w-commerce-commercecheckoutbillingcity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstateprovince::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
  color: #999;
}

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

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingzippostalcode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
  color: #999;
}

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

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  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: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  margin-left: 16px;
  margin-right: 16px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

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

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem {
  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;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  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;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.w-commerce-commercecheckoutplaceorderbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
  text-align: center;
}

.w-commerce-commercecheckouterrorstate {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: #ffdede;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: 0.33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    -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;
  }

  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }

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

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

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

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: Proximanova, Verdana, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 32px;
  line-height: 44px;
  font-weight: 300;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Proximanova, Verdana, sans-serif;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

a {
  color: #2196f3;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

li {
  font-size: 18px;
  line-height: 28px;
  list-style-type: decimal;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 20px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 7px;
  color: rgba(51, 51, 51, 0.56);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

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

.container-fluid {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.cta__link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-family: Proximanova, Verdana, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.section__heading {
  font-family: Proximanova, Verdana, sans-serif;
  color: #424651;
  font-size: 36px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 300;
}

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

.section__heading.white {
  color: #fff;
}

.h4__heading {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.6em;
}

.h4__heading.white {
  color: #fcfcfc;
}

.h4__heading.white.center {
  text-align: center;
}

.h4__heading.normal.job-title {
  margin-bottom: 0px;
  font-size: 22px;
}

.contactus__section {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #fcfcfc;
  box-shadow: 0 -1px 0 0 #e1e4eb;
}

.contactus__form-block {
  position: relative;
  margin-bottom: 0px;
}

.contactus__form-input {
  height: 46px;
  margin-bottom: 15px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 1.33;
}

.contactus__form-input:focus {
  border-color: #ddd;
  box-shadow: 0 0 8px 0 rgba(102, 175, 233, 0.6), 1px 0 1px 0 rgba(102, 175, 233, 0.6);
}

.contactus__form-input.full-name {
  color: #333;
}

.contactus__form-submit {
  position: static;
  width: 100%;
  height: 46px;
  padding: 10px;
  border-radius: 35px;
  background-color: #57c7ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 18px;
}

.contactus__form-submit:hover {
  background-color: #459fcc;
}

.contactus__form-input-box {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.nav__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
}

.nav__link {
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  padding: 10px;
  color: #424651;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

.nav__link:hover {
  color: #57c7ff;
}

.nav__link.w--current {
  color: #57c7ff;
}

.nav__link.outline {
  min-width: 150px;
  border: 1px solid #57c7ff;
  border-radius: 35px;
  color: #57c7ff;
}

.nav__link.fill {
  min-width: 150px;
  border: 1px solid #57c7ff;
  border-radius: 35px;
  background-color: #57c7ff;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.footer__section {
  padding-top: 80px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #fff;
  box-shadow: inset 0 1px 0 0 #e1e4eb;
}

.footer__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-bottom: 64px;
  margin-left: -15px;
}

.footer__column {
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.footer__column.links {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.footer__logo-img {
  max-width: 220px;
}

.services__card-block {
  position: relative;
  overflow: hidden;
  height: 25vw;
  min-height: 350px;
}

.navbar {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: auto;
  min-height: 50px;
  padding-right: 60px;
  padding-left: 60px;
  background-color: transparent;
}

.navbar.static {
  position: static;
  height: auto;
}

.top-header__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
}

.top-header__column {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.top-header_links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.top-header__link {
  color: #57c7ff;
}

.top-header__link-divider {
  display: inline-block;
  width: 1px;
  height: 14px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #000;
}

.top-header__contacts-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top__header__contact-link {
  color: #333;
  text-decoration: none;
}

.body {
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 14px;
}

.brand__link-block {
  margin-top: -12px;
  margin-left: -15px;
  padding-right: 15px;
  padding-left: 15px;
}

.brand__img {
  display: block;
  width: 100%;
  max-width: 220px;
}

.nav__dropdown-toggle {
  padding: 10px 20px 10px 10px;
}

.nav__dropdown-toggle:hover {
  color: #57c7ff;
}

.nav__dropdown-icon {
  position: absolute;
  display: inline-block;
  margin-top: auto;
  margin-right: 5px;
  margin-bottom: auto;
  font-size: 12px;
}

.nav__dropdown {
  margin-right: 5px;
  margin-left: 5px;
  color: #424651;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

.nav__dropdown:hover {
  color: #57c7ff;
}

.nav__dropdown-list.w--open {
  border: 1px solid #e1e4eb;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 3px 5px 0 #e1e4eb;
}

.nav__dropdown-link {
  padding: 5px 10px;
  border-bottom: 1px solid #e1e4eb;
  color: #424651;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.nav__dropdown-link:hover {
  color: #57c7ff;
}

.home-hero__section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.container {
  display: block;
  max-width: 1200px;
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.home-hero__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}

.home-hero__column {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.home-hero__column.video {
  padding-top: 68px;
  padding-bottom: 60px;
  text-align: center;
}

.home-hero__column.content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-hero__content-wrapper {
  padding-top: 50px;
}

.global__button {
  display: inline-block;
  padding: 10px;
  border: 1px solid #57c7ff;
  border-radius: 35px;
  background-color: #57c7ff;
  box-shadow: none;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.global__button:hover {
  background-color: #459fcc;
  box-shadow: 0 0 35px 0 rgba(87, 199, 255, 0.5);
}

.global__button.shadow {
  width: 150px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 0 27px 1px rgba(116, 200, 242, 0.59);
  text-align: center;
}

.global__button.shadow:hover {
  box-shadow: 0 0 35px 0 rgba(87, 199, 255, 0.5);
}

.global__button.white {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  color: #57c7ff;
}

.global__button.white:hover {
  background-color: #57c7ff;
  box-shadow: none;
  color: #fff;
}

.global__button.white.pricing {
  display: block;
  max-width: 140px;
  min-width: auto;
  font-size: 18px;
  line-height: 1.42;
}

.global__button.white.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 14px;
}

.global__button.white.cta:hover {
  background-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.3);
  color: #57c7ff;
}

.global__button.pricing-contact {
  width: 100%;
  max-width: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 1.4;
}

.global__button.transparent {
  border-color: #fff;
  background-color: transparent;
}

.global__button.transparent.cta {
  min-width: 130px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 14px;
}

.global__button.transparent.cta:hover {
  background-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.3);
  color: #57c7ff;
}

.global__button.large {
  min-width: 250px;
  font-size: 18px;
  line-height: 1.2;
}

.global__button.back-to-home {
  margin-top: 40px;
  padding: 18px 38px;
  box-shadow: 0 0 35px 1px rgba(87, 199, 255, 0.5);
  font-size: 18px;
}

.home-hero__img {
  display: block;
  max-width: 200px;
  float: none;
}

.home-hero__video-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: 253px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  text-align: center;
}

.home-hero__video {
  width: 100%;
  height: 100%;
}

.home-hero__video-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: 0px;
  padding: 13px 51px 13px 32px;
  border: 1px solid #57c7ff;
  border-radius: 35px;
  background-color: #57c7ff;
  box-shadow: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  line-height: 1.2;
}

.home-hero__video-button:hover {
  background-color: #459fcc;
  box-shadow: 0 0 35px 0 rgba(87, 199, 255, 0.5);
}

.fa__play {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  padding: 13px;
  background-color: #53bdf2;
  font-family: Proximanova, Verdana, sans-serif;
  line-height: 1.2;
}

.featured-list__section {
  position: relative;
  overflow: hidden;
  padding-top: 70px;
  box-shadow: 0 1px 0 0 #e1e4eb;
}

.features__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-bottom: -20px;
  margin-left: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.2;
}

.features__row.partners {
  margin-top: 50px;
}

.features__column {
  position: relative;
  padding: 80px 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.features__column.partners {
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.features__column.contact-us {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.features__item-img-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features__item-img-block.contact-us {
  float: left;
}

.features__item-img {
  margin-right: 10px;
}

.features__item-line {
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f0f0f0;
}

.features__item-line.last {
  display: none;
}

.features__item-heading {
  margin-bottom: 10px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #424651;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 400;
}

.features__item-desc {
  margin-bottom: 10px;
  color: #959eb8;
  font-size: 16px;
  line-height: 24px;
}

.features__heading-block {
  margin-bottom: -10px;
  padding: 20px 15px;
}

.listing__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}

.listing__column {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.listing__column.video {
  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-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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.listing__content-list {
  margin-bottom: 40px;
  padding-left: 20px;
}

.listing__content-list-item {
  margin-bottom: 20px;
  color: #959eb8;
  font-size: 16px;
  line-height: 24px;
}

.listing__video {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.listing__video-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: 253px;
  clear: none;
  -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;
}

.listing__background {
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #f0f0f0;
}

.listing__background.grey {
  padding-top: 80px;
  padding-bottom: 0px;
  border: 1px solid #f0f0f0;
  background-color: #fcfcfc;
}

.listing__background.white {
  padding-bottom: 30px;
  background-color: #fff;
}

.signup__section {
  padding-top: 45px;
  padding-bottom: 80px;
}

.singup__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.signup__column {
  padding-right: 15px;
  padding-left: 15px;
}

.signup__column.content {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.signup__column.form {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
}

.signup__text-block {
  margin-bottom: 48px;
  padding-top: 12px;
  font-size: 20px;
  line-height: 1.5;
}

.signup__image-wrapper {
  width: 50%;
}

.image {
  display: block;
}

.signup__heading {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 500;
  text-align: left;
}

.signup__form-block {
  margin-bottom: 0px;
  padding: 0px 25px 30px;
  border: 1px none #e1e4eb;
  border-radius: 8px;
  background-color: #fff;
  line-height: 1.2;
}

.signup__form-block.aws {
  position: relative;
  z-index: 40;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.signup__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
  line-height: 1.2;
}

.signup__form-input {
  height: 66px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding: 15px;
  border-style: none none none solid;
  border-width: 1px 1px 1px 4px;
  border-color: #e1e4eb #e1e4eb #e1e4eb #09f;
  border-radius: 0px;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.signup__form-input:focus {
  border-color: rgba(87, 199, 255, 0.5);
  box-shadow: 0 0 5px 0 rgba(87, 199, 255, 0.5);
}

.signup__form-input.email {
  background-image: none;
}

.signup__form-input.email:hover {
  background-image: none;
}

.signup__form-input.password {
  background-image: none;
}

.signup__form-input.password:hover {
  background-image: none;
}

.signup__form-input.checkbox-field {
  height: auto;
  margin-bottom: 10px;
  padding: 0px;
  border-style: none;
  border-radius: 0px;
  background-color: transparent;
}

.signup__form-input.ct {
  display: none;
}

.signup__form-submit {
  display: block;
  overflow: visible;
  width: 40%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 24px;
  background-color: #09f;
  font-family: Proximanova, Verdana, sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.signup__form-submit.x {
  display: none;
}

.signup__form-checkbox-label {
  display: inline;
  width: auto;
  font-family: Proximanova, Verdana, sans-serif;
  color: #6b7285;
  font-size: 14px;
}

.signup__form-checkbox {
  display: inline-block;
  margin-top: 2px;
  margin-right: 5px;
  margin-left: 0px;
  float: left;
  border: 1px solid #e1e4eb;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.inline-link {
  display: inline;
}

.inline-link.marketplace {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 14px;
  text-align: center;
}

.h3__heading {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #424651;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
}

.h3__heading.left {
  font-weight: 300;
  text-align: left;
}

.h3__heading.left.center {
  margin-top: 10px;
  text-align: center;
}

.h3__heading.sub {
  color: #6b7285;
  font-weight: 400;
}

.contactus__form {
  text-align: center;
}

.contactus_form-input-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contactus_form-input-container.query {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__logo-wrapper {
  margin-bottom: 33px;
}

.footer__about-text {
  margin-bottom: 20px;
  color: #959eb8;
  line-height: 1.5;
}

.footer__heading {
  margin-bottom: 32px;
  color: #424651;
  font-size: 16px;
  line-height: 1.2;
}

.footer__link {
  display: block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #959eb8;
  font-size: 14px;
  line-height: 2.57;
}

.footer__link:hover {
  color: #57c7ff;
}

.footer__link.w--current {
  color: #57c7ff;
}

.footer__address-block {
  color: #424651;
  line-height: 1.5;
}

.footer__address-p {
  margin-bottom: 5px;
}

.sub-footer {
  padding-top: 66px;
  padding-bottom: 33px;
  background-color: #fcfcfc;
}

.sub-footer__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-bottom: 20px;
  margin-left: -15px;
}

.sub-footer__column {
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.sub-footer__link-block {
  display: block;
  width: 100%;
  color: #57c7ff;
}

.sub-footer__link-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.sub-footer__link-img.aws-marketplace {
  height: 55px;
}

.sub-footer__heading {
  margin-bottom: 30px;
  color: #424651;
  font-size: 16px;
  line-height: normal;
}

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

.socials__link-block {
  margin-right: 23px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.socials__link-img {
  width: 25px;
  height: 25px;
}

.socials__link-img.hero {
  width: 32px;
  height: 32px;
}

.subscribe__form-block {
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #e1e4eb;
  border-radius: 4px;
  background-color: #fff;
}

.subscribe__form-input {
  width: 100%;
  height: 34px;
  margin-bottom: 0px;
  padding: 20px 45px 20px 20px;
  border-color: transparent;
  border-radius: 4px;
  background-color: transparent;
  line-height: 1.42;
}

.subscribe__submit {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 45px;
  background-color: transparent;
  background-image: url('../images/email.svg');
  background-position: 50% 50%;
  background-size: 75%;
  background-repeat: no-repeat;
  color: transparent;
}

.sub-footer__copyright {
  color: #959eb8;
  line-height: 1.5;
  text-align: center;
}

.tc-background {
  background-image: url('../images/bg.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer__column-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.nav__link-wrapper {
  display: inline-block;
}

.play__popup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999999;
  display: none;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.play__popup-close-link {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 15;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.play__popup-block {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.play__popup-video {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 60vw;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.play__popup-vdeo-wrapper {
  position: relative;
  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-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;
}

.play__popup-close-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 15;
  cursor: pointer;
}

.navbar__fixed-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 300000;
  background-color: #fff;
}

.pricing__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pricing__description {
  margin-bottom: 50px;
}

.pricing__description-text {
  color: #6b7285;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}

.pricing__description-p.small {
  color: #6b7285;
  font-size: 18px;
}

.pricing__description-p.small.light {
  color: #959eb8;
}

.pricing__cards-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 20px;
  margin-left: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pricing__card-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pricing__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.16);
  font-family: Proximanova, Verdana, sans-serif;
}

.pricing__card-heading {
  margin-bottom: 0px;
  padding: 30px 20px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #e1e4eb;
  color: #424651;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}

.pricing__card-offer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 110px;
  padding: 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #e1e4eb;
  color: #57c7ff;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

.pricing__card-details {
  padding: 10px 20px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #e1e4eb;
  color: #959eb8;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

.pricing__card-details-p {
  margin-bottom: 10px;
}

.striked {
  text-decoration: line-through;
}

.pricing__card-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  line-height: 1.2;
}

.pricing__card-price {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: #57c7ff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.cta-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  margin-bottom: 30px;
  margin-left: 25px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#09f), to(#09f));
  background-image: linear-gradient(180deg, #09f, #09f);
  font-weight: 400;
}

.cta__heading {
  display: block;
  max-width: 50%;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  color: #fff;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

.cta__subheading {
  display: block;
  max-width: 70%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}

.featured-list__bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  height: 350px;
  background-image: -webkit-gradient(linear, left top, right top, from(#57aaff), to(#57c7ff));
  background-image: linear-gradient(90deg, #57aaff, #57c7ff);
}

.featured-list__table-wrapper {
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 80px;
  border: 1px solid #e1e4eb;
  border-radius: 8px;
  box-shadow: 0 3px 12px 0 rgba(170, 180, 190, 0.25);
}

.featured-list__table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #e1e4eb;
  background-color: #fcfcfc;
}

.featured-list__table-row.dropdown {
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.featured-list__table-row.dropdown:hover {
  background-color: #f5f5f5;
}

.featured-list__table-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14.28571429%;
  padding: 20px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #e1e4eb;
  text-align: center;
}

.featured-list__table-column.title {
  position: relative;
  width: 28.57142858%;
  height: auto;
  padding-right: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.featured-list__table-column.x4 {
  width: 57.14285714%;
}

.featured-list__table-text {
  color: #424651;
  font-size: 14px;
  line-height: 1.42;
}

.featured-list__table-text.heading {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #424651;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 700;
}

.featured-list__table-text.heading.caps {
  text-transform: uppercase;
}

.featured-list__table-row-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fcfcfc;
}

.featured-list__table-dropdown {
  overflow: hidden;
  width: 100%;
}

.feature-list__table-dropdown-toggle {
  width: 100%;
  padding: 0px;
}

.dropdown-list {
  position: relative;
}

.featured-list__table-dropdown-icon {
  left: auto;
  top: 0px;
  right: 15px;
  bottom: 0px;
  margin-right: 0px;
}

.featured_list__note {
  margin-bottom: 20px;
  color: #959eb8;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}

.banner__section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #09f;
  color: #fff;
}

.banner__section.large {
  padding-top: 80px;
  padding-bottom: 80px;
}

.banner__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.hero__section {
  padding: 40px 30px 60px;
}

.hero__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero__row.centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero__column._40 {
  width: 40%;
  padding-right: 15px;
  padding-left: 15px;
}

.hero__column._60 {
  width: 60%;
  padding-right: 80px;
  padding-left: 15px;
}

.hero__column._50content {
  display: block;
  width: 50%;
  padding-right: 50px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero__column._50-img {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.hero__column._50 {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.hero__column._40-null {
  width: 100%;
  padding-top: 21px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.4);
}

.content__text-block {
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 1.5;
}

.content__text-block.small-margin {
  margin-bottom: 20px;
}

.content__text-p {
  display: block;
  margin-bottom: 10px;
  color: rgba(51, 51, 51, 0.67);
  font-style: italic;
}

.content__text-p.sub {
  color: #959eb8;
  font-size: 14px;
  line-height: 20px;
}

.partners__section {
  padding-top: 75px;
  padding-bottom: 75px;
  box-shadow: 0 -1px 0 0 #e1e4eb;
}

.partners__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.partners__column {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.partners__logo-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.partners__logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partners__logo-wrapper.institutional-member {
  min-height: auto;
  margin-top: 50px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.partner__title {
  margin-bottom: 25px;
  color: #424651;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}

.partner__description {
  color: #959eb8;
  line-height: 1.5;
}

.institutional-member__section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fcfcfc;
  box-shadow: 0 -1px 0 0 #e1e4eb;
}

.features__section {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  box-shadow: 0 1px 0 0 #e1e4eb;
}

.features__section.partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  box-shadow: 0 -1px 0 0 #e1e4eb;
}

.features__section.home {
  padding-top: 0px;
  padding-bottom: 0px;
}

.features__section.contact-us {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fcfcfc;
}

.row {
  display: block;
  margin-top: 61px;
  margin-right: auto;
  margin-left: 80px;
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-2 {
  display: inline;
}

.heading-2 {
  display: block;
  margin-bottom: 0px;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.row-2 {
  margin-right: 80px;
  margin-left: 80px;
  padding-left: 0px;
}

.section-2 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
}

.column-3 {
  display: block;
  -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;
}

.hero__image-wrapper {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero__image-wrapper.flex {
  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;
}

.hero__image {
  display: block;
}

.hero__image.f-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.resources__section {
  padding-top: 80px;
  padding-bottom: 80px;
  box-shadow: 0 -1px 0 0 #e1e4eb;
}

.resources__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.resources__column {
  padding-right: 15px;
  padding-left: 15px;
}

.resources__column.other {
  width: 30%;
  padding-right: 70px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.resources__column.content {
  width: 70%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.resources__links-box {
  overflow: hidden;
  border: 1px solid #e1e4eb;
  border-radius: 8px;
  background-color: #fcfcfc;
  box-shadow: 0 3px 12px 0 rgba(170, 180, 190, 0.25);
}

.resources__link {
  display: block;
  padding: 25px 20px;
  border: 1px solid transparent;
  background-color: #fcfcfc;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #424651;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.2px;
}

.resources__link:hover {
  border-color: #e1e4eb;
  background-color: #fff;
}

.resources__faq-dropdown {
  display: block;
}

.resources__faq-dropdown-toggle {
  display: block;
  padding-left: 0px;
  border-bottom: 1px solid #e1e4eb;
  color: #424651;
  font-size: 18px;
}

.resources__faq-dropdown-icon {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.resources__faq-dropdown-icon.minus {
  height: 2px;
}

.resources__faq-answer-block {
  padding: 15px;
  color: #959eb8;
  font-size: 16px;
  line-height: 1.5;
}

.resources__faq-dropdownn-list {
  position: relative;
  overflow: hidden;
  background-color: transparent;
}

.resources__faq-dropdownn-list.w--open {
  background-color: transparent;
}

.resources__faq-answer-p {
  margin-bottom: 10px;
}

.resources__video-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-bottom: -50px;
  margin-left: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.resources__video-box {
  width: 50%;
  margin-bottom: 50px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.resources__video-wrapper {
  margin-bottom: 30px;
}

.resources__video-heading {
  min-height: 52px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
}

.resources__video-link {
  color: #57c7ff;
  font-size: 18px;
  line-height: normal;
}

.content__list {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 20px;
  color: #959eb8;
  font-size: 16px;
}

.content__list.hero {
  padding-right: 20px;
}

.content__list.large {
  margin-bottom: 25px;
  color: #6b7285;
  font-size: 18px;
  line-height: 1.78;
}

.content__list-item {
  margin-bottom: 10px;
}

.content__list-item.large {
  margin-bottom: 25px;
}

.capcha {
  margin-bottom: 15px;
}

.about-us__section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
  box-shadow: 0 -1px 0 0 #e1e4eb;
}

.about-us__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}

.about-us__column {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.about-us__text {
  color: #6b7285;
  font-size: 18px;
  line-height: 1.78;
}

.hero__button-wrapper {
  margin-bottom: 20px;
}

.jobs__section {
  padding-top: 80px;
  padding-bottom: 50px;
}

.jobs__content {
  margin-top: 50px;
}

.normal {
  font-weight: 400;
}

.jobs__collection-list {
  margin-top: 0px;
  margin-bottom: 50px;
  padding-left: 0px;
}

.jobs__collection-list-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #e1e4eb;
}

.jobs__list-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.jobs__list-column.content {
  width: 80%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.jobs__list-column.link {
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.job__description {
  color: #959eb8;
  line-height: 1.5;
}

.read-more__link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #57c7ff;
  font-size: 18px;
  line-height: 1.5;
}

.read-more__link:hover {
  color: #459fcc;
}

.privacy-policy__section {
  padding-top: 80px;
  padding-bottom: 50px;
  box-shadow: 0 -1px 0 0 #e1e4eb;
}

.termsandconditions__section {
  padding-top: 80px;
  padding-bottom: 50px;
  box-shadow: 0 -1px 0 0 #e1e4eb;
  color: #6b7285;
}

.hero__resources-img {
  margin-bottom: 30px;
}

.security__section {
  padding-top: 80px;
  padding-bottom: 50px;
  box-shadow: 0 -1px 0 0 #e1e4eb;
}

.job-description__section {
  padding-top: 80px;
  padding-bottom: 50px;
  box-shadow: 0 -1px 0 0 #e1e4eb;
}

.job-description__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}

.job-description-column {
  padding-right: 15px;
  padding-left: 15px;
}

.job-description-column.content {
  width: 70%;
}

.job-description-column.related {
  width: 30%;
}

.job-description__richtext {
  margin-bottom: 0px;
}

.job-description__richtext p {
  margin-bottom: 20px;
  color: #6b7285;
  font-size: 18px;
  line-height: 1.78;
}

.job-description__richtext h4 {
  color: #424651;
  font-size: 24px;
  line-height: normal;
}

.job-description__richtext ul {
  padding-left: 20px;
  color: #6b7285;
  font-size: 18px;
  line-height: 1.78;
}

.job-description__richtext h3 {
  color: #424651;
  font-size: 26px;
  line-height: normal;
}

.job-description__richtext h2 {
  font-family: Proximanova, Verdana, sans-serif;
  color: #424651;
  line-height: 1.2;
  font-weight: 400;
}

.job-description__richtext h1 {
  font-family: Proximanova, Verdana, sans-serif;
}

.related-jobs__collection-list {
  overflow: hidden;
  border: 1px solid #e1e4eb;
  border-radius: 8px;
  background-color: #fcfcfc;
  box-shadow: 0 3px 12px 0 rgba(170, 180, 190, 0.25);
}

.related-jobs__link-block {
  width: 100%;
  padding: 20px 15% 20px 20px;
  border: 1px solid transparent;
  background-color: #fcfcfc;
  background-image: url('../images/arrow_1arrow.png');
  background-position: 93% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease, background-position 100ms ease;
  transition: all 200ms ease, background-position 100ms ease;
}

.related-jobs__link-block:hover {
  border-color: #e1e4eb;
  background-color: #fff;
  background-position: 95% 50%;
}

.related-jobs__title {
  color: #57c7ff;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.2px;
}

.apply__section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fcfcfc;
}

.apply__form-block {
  display: block;
  width: 50%;
  min-width: 400px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.2;
}

.apply__form {
  overflow: hidden;
  line-height: normal;
}

.apply__form-input {
  height: 50px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding: 15px;
  border: 1px solid #e1e4eb;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.apply__form-input:focus {
  border-color: rgba(87, 199, 255, 0.5);
  box-shadow: 0 0 5px 0 rgba(87, 199, 255, 0.5);
}

.apply__form-input.email {
  background-image: none;
}

.apply__form-input.email:hover {
  background-image: none;
}

.apply__form-input.password {
  background-image: none;
}

.apply__form-input.password:hover {
  background-image: none;
}

.apply__form-input.checkbox-field {
  height: auto;
  margin-bottom: 10px;
  padding: 0px;
  border-style: none;
  border-radius: 0px;
  background-color: transparent;
}

.apply__form-input.textarea {
  width: 100%;
  height: auto;
  max-height: 300px;
  max-width: 100%;
  min-height: 100px;
  min-width: 100%;
}

.apply__form-submit {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 64px;
  border-radius: 24px;
  background-color: #57c7ff;
  color: #fff;
  font-size: 18px;
}

.apply__form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
}

.apply__form-column {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}

.job__apply-button-wrapper {
  display: inline-block;
  overflow: hidden;
}

.apply-section__wrapper {
  overflow: hidden;
}

.section-3 {
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
}

.form-block {
  margin-bottom: 50px;
}

.paragraph {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.italic-text {
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 27px;
  line-height: 33px;
  font-weight: 700;
}

.container-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bold-text {
  font-weight: 300;
}

.bold-text-2 {
  font-weight: 300;
}

.bold-text-3 {
  font-weight: 300;
}

.bold-text-4 {
  font-weight: 300;
}

.bold-text-5 {
  font-weight: 300;
}

.container-4 {
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

.container-5 {
  margin-top: 35px;
  text-align: center;
}

.paragraph-2 {
  font-size: 20px;
  line-height: 28px;
  font-style: normal;
}

.container-6 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.container-7 {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 0px;
}

.container-8 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.container-9 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.heading-3 {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

.section-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
}

.column-4 {
  text-align: center;
}

.column-5 {
  text-align: center;
}

.column-6 {
  text-align: center;
}

.new-body {
  overflow: auto;
  margin-right: 0px;
  margin-left: 0px;
  border: 1px solid #fff;
  border-radius: 5px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #4c4c4c;
  font-size: 18px;
  font-weight: 400;
}

.full {
  height: 100vh;
}

.full.homehero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 104vh;
  padding-top: 50px;
  -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;
}

.auto._100mt {
  margin-top: 200px;
}

.features {
  padding-bottom: 400px;
  background-image: url('../images/rectangle-2.svg');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: repeat-x;
}

.navbar2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: none;
  border-width: 0px;
  border-color: rgba(87, 199, 255, 0.5);
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.27);
}

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

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 200px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.brand.w--current {
  width: 100%;
  height: auto;
  max-width: 200px;
  margin-top: 0px;
}

.image-2 {
  max-width: 100%;
}

.nav-menu {
  position: static;
  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;
}

.button {
  width: 132px;
  height: 42px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #3b4ade;
  border-radius: 6px;
  background-color: transparent;
  font-family: Proximanova, Verdana, sans-serif;
  color: #3b4ade;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.button:hover {
  background-color: #3b4ade;
  color: #fff;
}

.button.full-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  border-style: none;
  background-color: #09f;
}

.button.full-blue.sign-in {
  margin-left: 20px;
  background-color: #09f;
  color: #09f;
}

.button.full-blue.big {
  width: 200px;
  padding-right: 0px;
  padding-left: 0px;
}

.button.full-white {
  border-style: none;
  background-color: #fff;
  color: #4c4c4c;
}

.button.full-white.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button.full-white.center._50tm {
  margin-top: 50px;
}

.button.full-white.big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button.full-white.big._60tm {
  margin-top: 30px;
  margin-bottom: 10px;
  border-radius: 6px;
  box-shadow: 1px 1px 5px 0 hsla(0, 0%, 49%, 0.8);
}

.button.full-white.sign-in {
  margin-left: 20px;
  color: #09f;
}

.button.full-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  border-style: none;
  background-color: #09f;
}

.button.full-white.sign-in {
  margin-left: 20px;
  background-color: #fff;
  color: #09f;
}

.button.full-white.big {
  width: 200px;
  padding-right: 0px;
  padding-left: 0px;
}

.nav-link {
  position: static;
  margin-left: 0px;
  padding-right: 20px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #011639;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}

.nav-link:hover {
  color: #3b4ade;
  font-weight: 600;
  text-decoration: underline;
}

.container-10 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._600 {
  max-width: 600px;
}

._400 {
  max-width: 400px;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -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;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.header._2 {
  display: inline;
  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;
  background-image: none;
}

.header._3 {
  background-image: none;
}

.big_txt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-bottom: 0px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
}

.big_txt.benefits {
  background-image: url('../images/Benef3x.png');
}

.big_txt.blog {
  background-image: url('../images/blogs.svg');
}

.big_txt.feature {
  background-image: url('../images/UseCase3x.png');
}

.big_txt.no-img {
  background-image: none;
}

.big_txt.use-case {
  background-image: url('../images/UseCase3x_1.png');
  background-size: contain;
}

.pricing_header {
  margin-top: 100px;
  margin-bottom: 150px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #141b2c;
  font-size: 26px;
  line-height: 46px;
  font-weight: 600;
  text-align: center;
}

.feature-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._25 {
  width: 25%;
}

._50 {
  width: 70%;
}

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

._50._50-top-neg {
  margin-top: -50px;
}

._50.top {
  margin-top: 150px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

._50._100-top-neg-copy {
  margin-top: -100px;
}

.container-11 {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-link {
  color: #2481de;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.seta1 {
  margin-top: 25px;
  margin-right: 20px;
  margin-left: 20px;
}

.sign-up-box {
  margin-top: 100px;
  margin-bottom: 0px;
}

.sign-up-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -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;
  border-radius: 10px;
  background-color: #fff;
}

.sign-up-c.blue {
  background-color: #09f;
}

._1200 {
  position: relative;
  display: block;
  max-width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._1200._100tbm {
  margin-top: 100px;
  margin-bottom: 100px;
}

._1200._100tbm.flex {
  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;
}

._1200.flex {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._1200.flex.just-one {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._1200.flex.no-pl {
  padding-right: 0px;
}

.arrow {
  margin-left: 10px;
}

.p-big {
  font-size: 18px;
  line-height: 26px;
}

.p-big.white-txt {
  font-family: Avenir;
  font-size: 16px;
  font-weight: 200;
}

._300 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card {
  margin: 0px 20px 40px;
  background-color: #fff;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.05);
}

.image-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  -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;
}

.text-holder {
  padding: 20px 20px 1px;
}

.nh_img {
  width: 50%;
}

.nh_img._2 {
  width: 30%;
}

.subscribe-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -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;
  background-color: #09f;
}

.white-txt {
  color: #fff;
  font-style: normal;
  font-weight: 400;
}

.white-txt.tagsug {
  font-size: 32px;
  line-height: 40px;
}

.text-field {
  box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.08);
}

.text-field::-webkit-input-placeholder {
  color: #4c4c4c;
  font-weight: 400;
}

.text-field:-ms-input-placeholder {
  color: #4c4c4c;
  font-weight: 400;
}

.text-field::-ms-input-placeholder {
  color: #4c4c4c;
  font-weight: 400;
}

.text-field::placeholder {
  color: #4c4c4c;
  font-weight: 400;
}

.success-message {
  background-color: transparent;
}

.form-success {
  color: #fff;
  font-weight: 900;
}

.error-message {
  border: 2px solid #fff;
  background-color: transparent;
}

.error-text {
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.footer {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  background-color: #25262d;
}

.footer-txt {
  max-width: 190px;
  margin-top: 30px;
  font-family: Avenir;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 10px;
  line-height: 18px;
  font-weight: 500;
}

.footer-links {
  margin-bottom: 10px;
  font-family: Avenir;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.footer-link-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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;
}

.dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1f2026;
}

.rights {
  color: #656d7a;
  font-size: 12px;
  font-weight: 400;
}

.social-media {
  width: 24px;
  height: 24px;
  margin-left: 10px;
}

.dropdown-list-2 {
  left: 0%;
  top: 100%;
  right: auto;
  bottom: auto;
  display: none;
  width: 488px;
  max-width: 488px;
  padding: 40px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
}

.dropdown-list-2.w--open {
  left: -20px;
  z-index: 999;
  display: block;
  width: 500px;
  padding: 40px 35px;
  -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;
  background-color: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}

.dropdown-link {
  width: 100%;
  padding-left: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #4c4c4c;
  font-size: 13px;
}

.dropdown-link:hover {
  background-color: rgba(170, 180, 190, 0.25);
  color: #000;
}

.dropdown-link.w--current {
  color: #4c4c4c;
}

.fix-h-700 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vw;
  -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;
  background-image: url('../images/Group-15982x.png');
  background-position: 50% -54px;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.video-player-holder {
  width: 66%;
  height: 32vw;
  background-image: url('../images/group-13113x.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.video-player-holder.nv {
  background-image: url('../images/Network-View-with-UI2x.png');
}

.video-player-holder.sg {
  background-image: url('../images/SG-with-UI2x.png');
}

.video-player-holder.ca {
  background-image: url('../images/Cost-View-with-UI2x.png');
}

.feature-section-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 300px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.feature-section-grid._200-top {
  margin-top: -200px;
}

.feature-img-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -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;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #d7d7d7;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.feature-img-box.right {
  border-right-style: solid;
  border-left-style: none;
  border-radius: 0px 2px 2px 0px;
}

.feature-txt-box {
  padding: 30px 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #d7d7d7;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.feature-txt-box.left {
  border-radius: 2px 0px 0px 2px;
}

.benefits {
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.benefits-img {
  display: block;
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.benefits-h {
  margin-top: 10px;
}

.blog-wrapper {
  margin-bottom: 50px;
}

.slider {
  height: auto;
  background-color: transparent;
}

.right-arrow {
  width: 80px;
  background-image: url('../images/tail-right.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.left-arrow {
  width: 80px;
  background-image: url('../images/tail-left.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.slide {
  padding-right: 80px;
  padding-left: 80px;
}

.blog-div {
  display: block;
  width: 240px;
  margin-right: auto;
  margin-left: auto;
}

.blog-img-holder {
  height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #4c4c4c;
}

.blog-p {
  color: #4c4c4c;
  font-size: 12px;
  line-height: 18px;
}

.card-2 {
  margin: 0px 30px 40px;
  background-color: #fff;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.05);
}

._30 {
  width: 30%;
}

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

._30._50-top-neg {
  margin-top: -50px;
}

._30.top {
  margin-top: 150px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

._70 {
  width: 70%;
}

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

._70._50-top-neg {
  margin-top: -50px;
}

._70.top {
  margin-top: 150px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.tv_img {
  width: 30%;
}

.tv_img._2 {
  width: 30%;
}

.image-holder-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  padding-bottom: 0px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.full-w {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
}

.full-w._2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.box {
  width: 60%;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
}

.box.right {
  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;
}

.box-inside {
  margin-left: 150px;
}

.box-inside.right {
  margin-right: 150px;
  margin-left: 0px;
}

.mac1 {
  position: absolute;
  top: 0px;
  right: 0px;
  max-width: 50vw;
}

.mac2 {
  position: absolute;
  left: 0px;
  top: 0px;
  max-width: 50vw;
}

.image-3 {
  width: 800px;
  margin-top: 150px;
  margin-right: 50px;
  float: right;
}

.container-12 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.aws-mp-logo {
  margin-left: 40px;
}

.aws-form-tab-link {
  position: relative;
  width: 50%;
  height: 60px;
  padding-top: 18px;
  color: #57c7ff;
  font-size: 17px;
  text-align: center;
}

.aws-form-tab-link.inactive {
  color: rgba(116, 200, 242, 0.59);
}

.aws-tab-links {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e1e4eb;
  border-right: 1px solid #e1e4eb;
  border-left: 1px solid #e1e4eb;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.div-block {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 1px;
  height: 100%;
  background-color: #e1e4eb;
}

.bold-text-6 {
  font-weight: 400;
}

.img-centered {
  display: block;
  margin: 40px auto;
}

.hero__row_centered {
  display: block;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.hero__row_centered.centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.email_holder {
  display: inline-block;
  margin: 20px auto 40px;
  padding: 25px 40px;
  border: 1px solid #e1e4eb;
  border-radius: 8px;
  background-color: #fcfcfc;
  box-shadow: 0 4px 16px 0 rgba(170, 180, 190, 0.25);
  color: grey;
  font-size: 20px;
  line-height: 1.2;
}

.email_holder.aws {
  position: relative;
  z-index: 40;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.muted-text {
  color: #bbb;
  font-size: 18px;
  line-height: 27px;
}

.success-m {
  opacity: 0;
}

.text-block-3 {
  display: none;
}

.error-message-2 {
  height: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  opacity: 0;
}

.text-block-4 {
  display: none;
}

.pricing_subtitle {
  color: #141b2c;
  font-size: 18px;
  line-height: 35px;
  font-weight: 500;
  text-align: center;
}

.pricing_image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  margin: 20px 5px;
  -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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.pricing_card-image {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pricing_name_details {
  color: #4c4c4c;
}

.plan_name {
  color: #4c4c4c;
  font-size: 20px;
  line-height: 22px;
  font-weight: 900;
  text-align: center;
}

.plan_nodes {
  margin-top: 9px;
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.plan_accounts {
  color: #4c4c4c;
  font-size: 10px;
  line-height: 20px;
  font-weight: 200;
  text-align: center;
}

.pricing_price {
  display: block;
  padding-top: 20px;
}

.max {
  color: #4c4c4c;
  font-size: 33px;
  font-weight: 900;
  text-align: center;
}

.grid {
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: minmax(3px, 1.25fr) auto auto;
  grid-template-rows: minmax(3px, 1.25fr) auto auto;
}

.pricing_feature {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #4c4c4c;
  font-size: 14px;
}

.columns {
  font-size: 12px;
}

.text-span {
  color: #a8a8a8;
}

.feature-name {
  font-size: 10px;
}

.feature_cost {
  font-size: 10px;
  text-align: right;
}

.div-block-2 {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.image-4 {
  max-width: 80%;
  text-align: center;
}

.try {
  display: inline-block;
  padding: 10px;
  border: 1px solid #57c7ff;
  border-radius: 35px;
  background-color: #57c7ff;
  box-shadow: none;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.try:hover {
  background-color: #459fcc;
  box-shadow: 0 0 35px 0 rgba(87, 199, 255, 0.5);
}

.try.shadow {
  width: 150px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 0 27px 1px rgba(116, 200, 242, 0.59);
  text-align: center;
}

.try.shadow:hover {
  box-shadow: 0 0 35px 0 rgba(87, 199, 255, 0.5);
}

.try.white {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  color: #57c7ff;
}

.try.white:hover {
  background-color: #57c7ff;
  box-shadow: none;
  color: #fff;
}

.try.white.pricing {
  display: block;
  max-width: 140px;
  min-width: auto;
  font-size: 18px;
  line-height: 1.42;
}

.try.white.cta {
  min-width: 130px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
}

.try.white.cta:hover {
  background-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.3);
  color: #57c7ff;
}

.try.pricing-contact {
  width: 100%;
  max-width: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 1.4;
}

.try.transparent {
  border-color: #fff;
  background-color: transparent;
}

.try.transparent.cta {
  min-width: 130px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 14px;
}

.try.transparent.cta:hover {
  background-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.3);
  color: #57c7ff;
}

.try.large {
  min-width: 250px;
  font-size: 18px;
  line-height: 1.2;
}

.try.back-to-home {
  margin-top: 40px;
  padding: 18px 38px;
  box-shadow: 0 0 35px 1px rgba(87, 199, 255, 0.5);
  font-size: 18px;
}

.try.try2 {
  width: 100%;
  max-width: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #09f;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

.buy {
  display: inline-block;
  padding: 10px;
  border: 1px solid #57c7ff;
  border-radius: 35px;
  background-color: #57c7ff;
  box-shadow: none;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.buy:hover {
  background-color: #459fcc;
  box-shadow: 0 0 35px 0 rgba(87, 199, 255, 0.5);
}

.buy.shadow {
  width: 150px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 0 27px 1px rgba(116, 200, 242, 0.59);
  text-align: center;
}

.buy.shadow:hover {
  box-shadow: 0 0 35px 0 rgba(87, 199, 255, 0.5);
}

.buy.white {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  color: #57c7ff;
}

.buy.white:hover {
  background-color: #57c7ff;
  box-shadow: none;
  color: #fff;
}

.buy.white.pricing {
  display: block;
  max-width: 140px;
  min-width: auto;
  font-size: 18px;
  line-height: 1.42;
}

.buy.white.cta {
  min-width: 130px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
}

.buy.white.cta:hover {
  background-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.3);
  color: #57c7ff;
}

.buy.pricing-contact {
  width: 100%;
  max-width: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 1.4;
}

.buy.transparent {
  border-color: #fff;
  background-color: transparent;
}

.buy.transparent.cta {
  min-width: 130px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 14px;
}

.buy.transparent.cta:hover {
  background-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.3);
  color: #57c7ff;
}

.buy.large {
  min-width: 250px;
  font-size: 18px;
  line-height: 1.2;
}

.buy.back-to-home {
  margin-top: 40px;
  padding: 18px 38px;
  box-shadow: 0 0 35px 1px rgba(87, 199, 255, 0.5);
  font-size: 18px;
}

.buy.try2 {
  width: 100%;
  max-width: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #09f;
  font-size: 18px;
  line-height: 1.4;
}

.buy.buy2 {
  width: 100%;
  max-width: 150px;
  padding: 10px 5px;
  background-color: #09f;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

.text-block-6 {
  margin-bottom: 25px;
  color: #09f;
  text-align: center;
  text-decoration: underline;
}

.link-2 {
  color: #09f;
}

.dollar {
  margin-right: 3px;
  font-size: 24px;
  font-weight: 400;
}

.text-span-2 {
  margin-left: 4px;
  font-size: 10px;
  font-weight: 500;
}

.text-block-7 {
  color: #4c4c4c;
  font-size: 10px;
  line-height: 12px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
}

.free {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-5 {
  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-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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-weight: 100;
}

.div-block-3 {
  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-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;
}

.nodes_def {
  color: #141b2c;
  font-size: 14px;
  line-height: 35px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
}

.error-message-3 {
  background-color: rgba(116, 200, 242, 0.59);
}

.error-message-4 {
  background-color: rgba(116, 200, 242, 0.59);
}

.error-message-5 {
  background-color: rgba(116, 200, 242, 0.59);
}

.pricing-header-image {
  width: 500px;
  margin-top: 150px;
  margin-right: 150px;
  float: right;
}

.auth_header {
  display: block;
  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;
  font-family: Proximanova, Verdana, sans-serif;
  color: #141b2c;
  font-size: 26px;
  line-height: 46px;
  font-weight: 400;
  text-align: center;
}

.auth-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -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;
  background-image: url('../images/wave-2.svg');
  background-position: -130px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.auth-header._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -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;
  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;
  background-image: none;
}

.auth-header._3 {
  background-image: none;
}

.authhead {
  font-family: Proximanova, Verdana, sans-serif;
  color: #141b2c;
  font-size: 26px;
  line-height: 46px;
  font-weight: 400;
  text-align: center;
}

.auth_title {
  font-family: Proximanova, Verdana, sans-serif;
  color: #4c4c4c;
  font-size: 26px;
  line-height: 46px;
  font-weight: 400;
  text-align: center;
}

.authsub {
  color: #4c4c4c;
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
  text-align: center;
}

.auth-download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.download-os-image {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.os-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  margin: 20px 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.download_card {
  display: block;
  min-height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.16);
  font-family: Proximanova, Verdana, sans-serif;
}

.download_cardbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.download-os-name {
  color: #4c4c4c;
}

.os-name {
  color: #4c4c4c;
  font-size: 20px;
  line-height: 22px;
  font-weight: 900;
  text-align: center;
}

.download-btn {
  display: inline-block;
  padding: 10px;
  border: 1px solid #57c7ff;
  border-radius: 35px;
  background-color: #57c7ff;
  box-shadow: none;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.download-btn:hover {
  background-color: #459fcc;
  box-shadow: 0 0 35px 0 rgba(87, 199, 255, 0.5);
}

.download-btn.shadow {
  width: 150px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 0 27px 1px rgba(116, 200, 242, 0.59);
  text-align: center;
}

.download-btn.shadow:hover {
  box-shadow: 0 0 35px 0 rgba(87, 199, 255, 0.5);
}

.download-btn.white {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  color: #57c7ff;
}

.download-btn.white:hover {
  background-color: #57c7ff;
  box-shadow: none;
  color: #fff;
}

.download-btn.white.pricing {
  display: block;
  max-width: 140px;
  min-width: auto;
  font-size: 18px;
  line-height: 1.42;
}

.download-btn.white.cta {
  min-width: 130px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
}

.download-btn.white.cta:hover {
  background-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.3);
  color: #57c7ff;
}

.download-btn.pricing-contact {
  width: 100%;
  max-width: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 1.4;
}

.download-btn.transparent {
  border-color: #fff;
  background-color: transparent;
}

.download-btn.transparent.cta {
  min-width: 130px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 14px;
}

.download-btn.transparent.cta:hover {
  background-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.3);
  color: #57c7ff;
}

.download-btn.large {
  min-width: 250px;
  font-size: 18px;
  line-height: 1.2;
}

.download-btn.back-to-home {
  margin-top: 40px;
  padding: 18px 38px;
  box-shadow: 0 0 35px 1px rgba(87, 199, 255, 0.5);
  font-size: 18px;
}

.download-btn.try2 {
  width: 100%;
  max-width: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #09f;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

.download-btn.download-btn2 {
  width: 100%;
  max-width: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #09f;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

.div-block-2-copy {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.download-card-wrapper {
  display: -ms-grid;
  display: grid;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  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;
}

.configure-instruct {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  margin-bottom: 30px;
  margin-left: 25px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#09f), to(#09f));
  background-image: linear-gradient(180deg, #09f, #09f);
  font-weight: 400;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  padding-top: 85px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(300deg, #2525a5, #44bfcc);
}

.div-block-4 {
  position: absolute;
  left: 0%;
  top: 23%;
  right: auto;
  bottom: auto;
  z-index: 1;
  overflow: visible;
  margin-top: 32px;
  margin-bottom: 37px;
  margin-left: 50px;
  padding-top: 30px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.heading-6 {
  max-width: 100%;
  color: #fff;
  font-size: 27px;
  font-weight: 500;
}

.div-block-5 {
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 60px;
}

.image-5 {
  display: block;
  overflow: visible;
  max-width: 100%;
  float: left;
}

.image-6 {
  overflow: visible;
}

.div-block-6 {
  position: absolute;
  left: auto;
  top: 18%;
  right: -11%;
  bottom: auto;
  z-index: 0;
  overflow: visible;
  width: 75%;
  margin-top: 53px;
  margin-right: 18px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-8 {
  font-family: Avenir;
  color: #fff;
  font-weight: 600;
}

.image-7 {
  width: 30%;
  max-width: 80%;
  margin-top: 20px;
}

.body-2 {
  background-color: transparent;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-bottom: 35px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  margin-top: 30px;
  text-align: center;
}

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

.columns-2-alternate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-bottom: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.heading-7 {
  padding-top: 30px;
  font-size: 30px;
}

.text-block-9 {
  padding-right: 50px;
  padding-left: 50px;
}

.div-block-8 {
  background-image: linear-gradient(177deg, #79c9ff, #cfe7ff);
}

.sign-up-c-alternative {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -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;
  border-radius: 10px;
  background-color: #09f;
}

.sign-up-c-alternative.blue {
  background-color: #09f;
}

.heading-8 {
  color: #fff;
  text-align: center;
}

.column-8 {
  padding-right: 0px;
  padding-left: 11px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.button-alternative {
  padding: 15px 50px;
  border: 2px solid #fff;
  border-radius: 100px;
  background-color: #57aaff;
  font-family: Avenir;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

.button-alternative.full-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  border-style: none;
  background-color: #09f;
}

.button-alternative.full-blue.sign-in {
  margin-left: 20px;
  background-color: #09f;
  color: #09f;
}

.button-alternative.full-blue.big {
  width: 200px;
  padding-right: 0px;
  padding-left: 0px;
}

.button-alternative.full-white {
  border-style: none;
  background-color: #fff;
  color: #4c4c4c;
}

.button-alternative.full-white.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button-alternative.full-white.center._50tm {
  margin-top: 50px;
}

.button-alternative.full-white.big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-alternative.full-white.big._60tm {
  margin-top: 30px;
  margin-bottom: 10px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 3px 8px 0 rgba(87, 87, 87, 0.8);
}

.button-alternative.full-white.sign-in {
  margin-left: 20px;
  color: #09f;
}

.button-alternative.full-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  border-style: none;
  background-color: #09f;
}

.button-alternative.full-white.sign-in {
  margin-left: 20px;
  background-color: #fff;
  color: #09f;
}

.button-alternative.full-white.big {
  width: 200px;
  padding-right: 0px;
  padding-left: 0px;
}

.columns-3 {
  margin-top: 40px;
}

.div-block-9 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.4);
}

.unordered-list {
  padding-right: 55px;
}

.text-block-10 {
  margin-top: 15px;
  font-size: 20px;
}

.text-block-11 {
  margin-top: 15px;
  font-size: 20px;
}

.heading-9 {
  font-size: 25px;
  text-align: center;
}

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

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

.heading-8-alternate {
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.container-2-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  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 auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 130px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 1000px;
  background-color: rgba(0, 153, 255, 0.2);
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95px;
  height: 95px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 100000px;
  background-color: rgba(0, 153, 255, 0.48);
}

.div-block-12 {
  width: 60px;
  height: 60px;
  border-radius: 100001px;
  background-color: rgba(0, 153, 255, 0.8);
}

.image-8 {
  display: block;
  overflow: visible;
  max-width: 60%;
  margin: auto;
  padding-top: 10px;
  text-align: center;
}

.text-block-13 {
  overflow: visible;
  text-align: center;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-3-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  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 auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.image-9 {
  margin-top: 123px;
  margin-bottom: 239px;
  padding-left: 10px;
}

.image-10 {
  position: absolute;
  height: 300px;
  margin-top: 50px;
  margin-bottom: 400px;
  padding-bottom: 0px;
  padding-left: 500px;
}

.image-11 {
  position: relative;
  width: 650px;
  height: 450px;
  max-width: 80%;
  margin-top: 0px;
  margin-left: 20px;
  padding-top: 0px;
  padding-right: 280px;
  padding-bottom: 220px;
}

.text-block-14 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #011639;
  font-weight: 400;
}

.text-block-14:hover {
  color: #3b4ade;
  text-decoration: underline;
}

.image-12 {
  width: 62.36px;
  margin-right: 90px;
  margin-bottom: 100px;
  padding-right: 0px;
}

.image-13 {
  margin-right: 20px;
  margin-bottom: 250px;
  margin-left: 0px;
  padding-right: 20px;
}

.image-14 {
  position: relative;
  margin-right: -40px;
  margin-bottom: 300px;
  margin-left: 0px;
  padding-right: 0px;
}

.image-15 {
  width: 62.36px;
  margin-right: 0px;
  margin-left: 500px;
}

.image-16 {
  position: relative;
  margin-right: 500px;
  margin-left: -200px;
  padding-left: 0px;
  float: none;
}

.image-17 {
  position: relative;
  left: -200px;
  top: -121px;
  right: -200px;
  overflow: visible;
  height: 60px;
  margin-right: 0px;
  margin-left: -450px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-18 {
  position: relative;
  margin-top: -220px;
  margin-right: 50px;
  padding-bottom: 0px;
}

.image-19 {
  margin-top: -220px;
  margin-right: -220px;
  margin-left: 100px;
  padding-left: 0px;
}

.text-block-15 {
  position: relative;
  left: 210px;
  margin-top: 92px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.text-block-16 {
  position: relative;
  left: -500px;
  right: 220px;
  margin-top: 100px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.section-6 {
  position: relative;
  display: block;
  overflow: visible;
  width: 100%;
  max-width: none;
  margin: 10% auto 0px;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  float: none;
  clear: both;
  -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;
  text-align: center;
}

.section-6.less-margin {
  margin-top: 90px;
}

.link-3 {
  display: block;
  width: 240px;
  height: 40px;
  padding: 11px 20px 10px;
  border-radius: 6px;
  background-color: #3b4ade;
  font-family: Proximanova, Verdana, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-15 {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h1 {
  display: block;
  width: 70%;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #000;
  font-size: 48px;
  line-height: 50px;
  font-weight: 400;
}

.subheading-hero {
  width: 630px;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 22px;
  line-height: 34px;
}

.paragraph-4 {
  display: none;
  margin-top: 20px;
  margin-bottom: 0px;
  color: #7e8085;
  font-size: 18px;
}

.link-4 {
  color: #3b4ade;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

.heading-11 {
  width: 100%;
  margin-top: 300px;
  float: left;
  clear: both;
}

.section-7 {
  position: relative;
  overflow: visible;
  width: 100%;
  max-width: 100%;
  margin: 0px auto 100px;
  padding-right: 40px;
  padding-left: 40px;
  float: none;
  clear: both;
  text-align: center;
}

.section-7.hide {
  display: none;
}

.section-7.top-margin {
  margin-top: 105px;
}

.h2 {
  display: block;
  margin-top: 100px;
  margin-bottom: 30px;
  padding-left: 0px;
  border: 1px none #000;
  border-radius: 0px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #2c2e30;
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
  text-align: center;
}

.h2.h2__privacy {
  margin-bottom: 10px;
}

.h2.mb50 {
  margin-bottom: 10px;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.h2.mb50.subheader {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
}

.h2.header-2 {
  font-size: 28px;
  line-height: 40px;
}

.h2._50-percent-width {
  width: 50%;
}

.h2.left {
  text-align: left;
}

.column-10 {
  text-align: center;
}

.image-20 {
  display: inline-block;
  max-height: 65px;
  max-width: none;
}

.benefits-heading {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #2c2e30;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
}

.heading-description {
  display: inline-block;
  width: 100%;
  max-width: 800px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 28px;
}

.heading-description.mb40 {
  margin-bottom: 40px;
}

.column-11 {
  text-align: center;
}

.heading-14 {
  margin-top: 20px;
  color: #2c2e30;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}

.paragraph-6 {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 24px;
  line-height: 1.2;
}

.column-12 {
  text-align: center;
}

.heading-15 {
  margin-top: 20px;
  color: #2c2e30;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}

.paragraph-7 {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 24px;
  line-height: 1.2;
}

.div-block-16 {
  position: relative;
  display: inline-block;
}

.image-21 {
  position: absolute;
  left: auto;
  top: -25px;
  right: -70px;
  bottom: auto;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-22 {
  position: absolute;
  left: -40px;
  top: auto;
  right: auto;
  bottom: 0px;
}

.b-benefits {
  display: inline-block;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 20px;
}

.button-blue {
  display: block;
  width: 100%;
  max-width: 200px;
  margin-bottom: 0px;
  padding: 17px 19px 16px;
  border-radius: 6px;
  background-color: #3b4ade;
  font-family: Proximanova, Verdana, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.44px;
  text-transform: uppercase;
  cursor: pointer;
}

.button-blue.button-blue__center {
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
}

.button-blue.button-blue__small {
  max-width: 200px;
  padding-top: 15px;
  padding-bottom: 14px;
  font-size: 14px;
}

.button-blue.secondary-cta {
  margin-left: 20px;
  padding: 20px 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #3b4ade;
  background-color: #fff;
  font-family: Proximanova, Verdana, sans-serif;
  color: #3b4ade;
  font-weight: 600;
}

.button-blue.get-started {
  width: 200px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 13px;
  padding-bottom: 17px;
  font-size: 14px;
  line-height: 16px;
}

.button-blue.get-started.new {
  width: 100%;
  max-width: none;
  background-image: linear-gradient(260deg, #3358f4, #1d8cf8);
}

.button-blue.lets-talk {
  width: 240%;
  height: 50px;
  padding-bottom: 17px;
  line-height: 16px;
}

.image-23 {
  position: absolute;
  left: auto;
  top: auto;
  right: 7%;
  bottom: 0%;
  max-width: 55px;
}

.section-8 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 100%;
  margin: 80px auto 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.div-block-18 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  text-align: center;
}

.heading-16 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #2c2e30;
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
}

.image-24 {
  position: absolute;
  top: -70px;
  right: -190px;
  max-width: 60px;
}

.image-25 {
  position: absolute;
  left: 60px;
  top: 20px;
  right: auto;
  bottom: auto;
  max-width: 62px;
}

.div-block-19 {
  display: inline-block;
  width: 100%;
  max-width: none;
  margin-bottom: 28px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.right-arrow-2 {
  display: none;
}

.left-arrow-2 {
  display: none;
}

.div-block-20 {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.slider-2 {
  width: 100%;
  height: auto;
  max-height: none;
  min-height: auto;
  padding-bottom: 0px;
  background-color: transparent;
}

.div-block-21 {
  z-index: 9;
  width: 100%;
  max-height: none;
  max-width: 168px;
  min-height: 148px;
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: -2px 19px 17px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.text-block-17 {
  display: block;
  margin-bottom: 15px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 600;
}

.div-block-22 {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-23 {
  width: 100%;
  max-width: 168px;
  min-height: 148px;
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 19px 17px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.text-block-18 {
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.div-block-24 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-25 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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;
}

.div-block-26 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.div-block-27 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 168px;
  min-height: 148px;
  padding: 20px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 17px 19px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.text-block-19 {
  display: inline-block;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 600;
}

.image-26 {
  display: inline;
}

.div-block-28 {
  width: 100%;
  max-width: 168px;
  min-height: 148px;
  padding: 20px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 19px 17px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.text-block-20 {
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.image-27 {
  display: inline-block;
  text-align: center;
}

.div-block-29 {
  position: absolute;
  left: 100px;
  top: 70px;
  right: 100px;
  bottom: 100px;
  z-index: -3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(123, 134, 232, 0.17);
  background-color: transparent;
}

.text-block-21 {
  position: static;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3b4ade;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.image-28 {
  position: absolute;
  left: 25%;
  top: 24%;
  right: auto;
  bottom: auto;
}

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

.image-30 {
  position: absolute;
  left: 40%;
  top: 110%;
  right: auto;
  bottom: 0%;
}

.text-block-22 {
  color: rgba(0, 0, 0, 0.4);
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
}

.div-block-30 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -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;
}

.div-block-31 {
  position: relative;
  top: -15px;
  z-index: -1;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  text-align: center;
}

.text-block-23 {
  color: rgba(0, 0, 0, 0.4);
}

.div-block-32 {
  position: absolute;
  top: 10px;
  bottom: 35px;
  z-index: -2;
  width: 2px;
  background-color: rgba(0, 0, 0, 0.1);
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-1 {
  height: auto;
}

.mask {
  position: relative;
  overflow: hidden;
  height: auto;
  max-height: none;
}

.div-block-35 {
  width: 100%;
  max-width: 168px;
  min-height: 148px;
  padding: 20px 10px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 19px 17px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.text-block-24 {
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.image-31 {
  text-align: center;
}

.div-block-36 {
  width: 100%;
  max-width: 168px;
  min-height: 148px;
  padding: 20px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 19px 17px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.text-block-25 {
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.div-block-37 {
  width: 100%;
  max-width: 168px;
  min-height: 148px;
  padding: 20px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 19px 17px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.text-block-26 {
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.div-block-38 {
  position: absolute;
  left: 0px;
  top: 80px;
  right: 80px;
  bottom: 100px;
  z-index: -1;
  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;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(123, 134, 232, 0.17);
  border-radius: 30px;
}

.text-block-27 {
  color: #3b4ade;
  font-size: 24px;
  font-weight: 700;
}

.div-block-39 {
  position: absolute;
  left: -3px;
  top: 0px;
  bottom: 0px;
  width: 4px;
  background-color: #fff;
}

.image-32 {
  position: absolute;
  left: -30px;
  bottom: 3%;
}

.image-33 {
  position: absolute;
  top: 30%;
  right: 32%;
}

.image-34 {
  position: absolute;
  left: auto;
  top: 13%;
  right: -20%;
  bottom: auto;
}

.div-block-20-copy {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.slide-nav {
  position: relative;
  top: auto;
  bottom: 0px;
  z-index: 999;
  display: inline-block;
  background-color: #000;
}

.slide-nav.cus-long-nav {
  background-color: transparent;
}

.link-6 {
  display: inline-block;
  width: 100%;
  height: 40px;
  max-width: 240px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 11px 20px 10px;
  border-radius: 6px;
  background-color: #3b4ade;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.44px;
  text-transform: uppercase;
  cursor: pointer;
}

.image-35 {
  position: absolute;
  left: auto;
  top: -50px;
  right: 0%;
  bottom: auto;
  max-width: 62px;
}

.section-9 {
  display: none;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin: 80px auto auto;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.heading-17 {
  display: inline;
  width: 100%;
  margin-bottom: 60px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #000;
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}

.image-36 {
  position: absolute;
  right: 20px;
  bottom: 10px;
  max-width: 35px;
}

.div-block-40 {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-37 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  max-width: 90px;
}

.column-13 {
  display: block;
  text-align: center;
}

.heading-18 {
  position: relative;
  top: 5px;
  display: inline;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: 10px;
  padding-top: 10px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}

.image-38 {
  display: inline;
}

.columns-5 {
  display: block;
  width: 100%;
  max-width: 1100px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.b-cards {
  z-index: 25;
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 70px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.card-item {
  width: 100%;
  min-height: 200px;
  padding: 45px 30px 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: -2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}

.div-block-43 {
  width: 100%;
  max-width: 370px;
  min-height: 260px;
  margin-right: 5%;
  margin-left: 5%;
  padding: 40px 20px;
  border-radius: 6px;
  box-shadow: -2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}

.div-block-44 {
  width: 100%;
  max-width: 370px;
  min-height: 260px;
  padding: 40px 20px;
  border-radius: 6px;
  box-shadow: -2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}

.card-heading {
  display: inline;
  margin-left: 10px;
  padding-top: 0px;
  color: #2c2e30;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}

.icon__trigger {
  width: 25px;
}

.paragraph-8 {
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
}

.heading-19 {
  display: inline;
  margin-left: 10px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #2c2e30;
  font-size: 24px;
  font-weight: 600;
}

.paragraph-9 {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
}

.heading-20 {
  display: inline;
  margin-left: 10px;
  color: #2c2e30;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
}

.paragraph-10 {
  margin-top: 20px;
  font-family: Proximanova, Verdana, sans-serif;
  color: rgba(0, 0, 0, 0.7);
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
}

.div-block-41-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 100px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.section-10 {
  overflow: visible;
  width: 100%;
  max-width: 100%;
  margin: 80px auto auto;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.div-block-45 {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 1200px;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
}

.heading-21 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #2c2e30;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 600;
}

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

.image-41 {
  position: absolute;
  left: auto;
  top: 15px;
  right: -2%;
  bottom: 0%;
}

.image-42 {
  position: absolute;
  left: -4%;
  top: 0%;
  right: auto;
  bottom: auto;
  max-width: 70px;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.image-43 {
  background-color: transparent;
}

.column-14 {
  padding: 0px;
  background-color: transparent;
  text-align: center;
}

.heading-22 {
  margin-bottom: 15px;
  color: #2c2e30;
  font-size: 24px;
  font-weight: 600;
}

.text-18px {
  margin-bottom: 34px;
  font-family: Proximanova, Verdana, sans-serif;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.text-18px.max-width-780 {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-family: Avenir;
}

.text-18px.max-width-780._50-percent-width {
  width: 50%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: Proximanova, Verdana, sans-serif;
  font-weight: 400;
}

.heading-23 {
  position: static;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}

.paragraph-12 {
  color: rgba(0, 0, 0, 0.7);
  font-size: 24px;
  line-height: 1.2;
}

.heading-24 {
  font-family: Proximanova, Verdana, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}

.paragraph-13 {
  color: rgba(0, 0, 0, 0.7);
  font-size: 24px;
  line-height: 1.2;
}

.column-15 {
  padding-top: 28px;
  padding-left: 30px;
}

.link-6-copy {
  display: block;
  width: 100%;
  height: 40px;
  max-width: 240px;
  margin-right: auto;
  margin-left: auto;
  padding: 11px 20px 10px;
  border-radius: 6px;
  background-color: #3b4ade;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.44px;
  text-transform: uppercase;
  cursor: pointer;
}

.link8 {
  display: block;
  width: 100%;
  height: 40px;
  max-width: 240px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 11px 20px 10px;
  border-radius: 6px;
  background-color: #3b4ade;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.44px;
  text-transform: uppercase;
  cursor: pointer;
}

.section-11 {
  display: none;
  overflow: visible;
  width: 100%;
  max-width: none;
  margin-bottom: 120px;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.heading-25 {
  display: inline-block;
  width: 100%;
  max-width: 1200px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #2c2e30;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
}

.div-block-46 {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 30px;
  float: none;
  clear: both;
  line-height: 24px;
  text-align: center;
}

.div-block-46.max-width-780 {
  max-width: 780px;
}

.image-44 {
  position: absolute;
  left: auto;
  top: auto;
  right: -80px;
  bottom: 40%;
  display: block;
  max-width: 80px;
}

.image-45 {
  position: absolute;
  left: auto;
  top: -1px;
  right: 0px;
  bottom: auto;
}

.image-46 {
  position: absolute;
  left: auto;
  top: 0px;
  right: 99%;
  bottom: auto;
  max-width: 100px;
}

.paragraph-14 {
  display: inline-block;
  width: 100%;
  max-width: 950px;
  margin-bottom: 60px;
  color: #000;
  font-size: 24px;
  line-height: 1.2;
}

.link-7 {
  display: block;
  margin-bottom: 26px;
  color: #3b4ade;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  cursor: default;
}

.link-8 {
  display: block;
  margin-bottom: 40px;
  color: #3b4ade;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
}

.link-block {
  color: #3b4ade;
}

.link-9 {
  display: block;
  margin-bottom: 40px;
  color: #3b4ade;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
}

.link-10 {
  display: block;
  margin-bottom: 40px;
  color: #3b4ade;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
}

.link-11 {
  display: block;
  margin-bottom: 40px;
  color: #3b4ade;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
}

.link-12 {
  display: block;
  margin-bottom: 40px;
  color: #3b4ade;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
}

.link-13 {
  display: block;
  margin-bottom: 40px;
  color: #3b4ade;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
}

.link-14 {
  display: block;
  margin-bottom: 40px;
  color: #3b4ade;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
}

.link-15 {
  display: block;
  margin-bottom: 40px;
  color: #3b4ade;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
}

.link-16 {
  display: block;
  margin-bottom: 40px;
  color: #3b4ade;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
}

.link-17 {
  color: #3b4ade;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
}

.link-18 {
  color: #3b4ade;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}

.link-19 {
  display: block;
  margin-bottom: 40px;
  color: #3b4ade;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
}

.link-20 {
  display: block;
  margin-bottom: 40px;
  color: #3b4ade;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
}

.link-21 {
  display: block;
  margin-bottom: 40px;
  color: #3b4ade;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
}

.link-22 {
  display: block;
  margin-bottom: 40px;
  color: #3b4ade;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
}

.link-23 {
  display: block;
  margin-bottom: 40px;
  color: #3b4ade;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
}

.link-24 {
  display: block;
  color: #3b4ade;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
}

.column-16 {
  padding-left: 100px;
}

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

.columns-7 {
  display: inline-block;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 60px;
  text-align: left;
}

.link-25 {
  display: block;
  width: 100%;
  height: 40px;
  max-width: 240px;
  margin: 100px auto 20px;
  padding: 12px 20px;
  border-radius: 6px;
  background-color: #3b4ade;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.image-47 {
  position: absolute;
  left: auto;
  top: 40px;
  right: 0px;
  bottom: auto;
  max-width: 75px;
}

.section-18 {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin: 80px auto 60px;
  padding-right: 40px;
  padding-left: 40px;
  float: left;
  clear: both;
  font-weight: 400;
  text-align: center;
}

.heading-26 {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Proximanova, Verdana, sans-serif;
  color: #2c2e30;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 600;
}

.image-48 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.div-block-47 {
  position: relative;
}

.image-49 {
  position: absolute;
  top: -14px;
  right: -9px;
}

.image-50 {
  position: absolute;
  left: auto;
  top: 68%;
  right: 98%;
  bottom: auto;
  z-index: -1;
  width: 93.12px;
  height: 87.22px;
}

.paragraph-15 {
  display: inline-block;
  width: 100%;
  max-width: 950px;
  margin-bottom: 62px;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.tag-link {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
  color: #3b4ade;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.5px;
  text-decoration: none;
  cursor: default;
}

.link-27 {
  display: inline-block;
  margin-top: 10px;
  float: left;
  color: #011639;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  text-decoration: underline;
  cursor: pointer;
}

.image-51 {
  margin-top: 17px;
  margin-left: 10px;
  float: left;
  text-align: left;
}

.link-28 {
  display: block;
  height: 2.8em;
  color: #3b4ade;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.5px;
  cursor: default;
}

.link-29 {
  margin-top: 10px;
  float: left;
  color: #011639;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.5px;
  text-decoration: underline;
  cursor: pointer;
}

.image-52 {
  margin-top: 17px;
  margin-left: 10px;
  float: left;
}

.link-30 {
  display: block;
  height: 2.8em;
  color: #3b4ade;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.5px;
  cursor: default;
}

.link-31 {
  margin-top: 10px;
  float: left;
  color: #011639;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.5px;
  text-decoration: underline;
  cursor: pointer;
}

.image-53 {
  margin-top: 17px;
  margin-left: 10px;
  float: left;
}

.div-block-48 {
  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;
}

.div-block-49 {
  width: 32%;
  max-width: 400px;
  min-height: 250px;
  padding: 15px 15px 20px;
  background-color: #fff;
  box-shadow: -1px 4px 6px 0 rgba(0, 0, 0, 0.3);
  text-align: left;
  letter-spacing: 0.5px;
}

.card-item-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 270px;
  margin-bottom: 0px;
  padding: 27px 20px 20px;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #fff;
  box-shadow: -1px 4px 6px 0 rgba(0, 0, 0, 0.3);
}

.div-block-51 {
  width: 32%;
  max-width: 400px;
  padding: 20px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.3);
}

.heading-27 {
  height: 3em;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: left;
}

.heading-28 {
  height: 3em;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: left;
}

.heading-29 {
  height: 3em;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: left;
}

.paragraph-16 {
  overflow: hidden;
  height: 4.1em;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.paragraph-17 {
  overflow: hidden;
  height: 4.1em;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.card-item-v2__description {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.div-block-48-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-32 {
  display: inline-block;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  color: #011639;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: underline;
}

.footer-new {
  width: 100%;
  max-width: none;
  padding: 30px 40px 10px;
  float: left;
  background-color: #3b4ade;
  color: #fff;
  text-align: center;
}

.div-block-52 {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-29 {
  width: 25%;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  clear: both;
  -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;
  color: #3b4ade;
  text-align: center;
}

.footer-form__text-field {
  margin-right: 12px;
  margin-bottom: 0px;
  margin-left: 12px;
  padding-top: 23px;
  padding-bottom: 21px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Proximanova, Verdana, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
}

.footer-form__text-field::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.footer-form__text-field:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.footer-form__text-field::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.footer-form__text-field::placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.text-field-3 {
  width: 25%;
  max-width: 220px;
  margin-bottom: 0px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0);
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
}

.text-field-3::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.text-field-3:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.text-field-3::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.text-field-3::placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.submit-button {
  position: relative;
  width: 25%;
  height: auto;
  max-width: 220px;
  margin-left: 12px;
  padding-top: 9px;
  padding-bottom: 7px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
  background-color: #fff;
  color: #3b4ade;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.31px;
  text-transform: uppercase;
  cursor: pointer;
}

.foot {
  display: inline-block;
  width: 100%;
  max-width: 1010px;
  margin-top: 0px;
}

.div-block-53 {
  width: 100%;
  height: 2px;
  max-width: 1262px;
  margin-top: 53px;
  margin-bottom: 70px;
  border: 1px solid #fff;
  background-color: #fff;
  opacity: 0.3;
  color: #3b4ade;
  text-align: center;
}

.paragraph-19 {
  margin-top: 23px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.columns-8 {
  margin-top: 0px;
  padding-top: 10px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: transparent;
  text-align: left;
}

.heading-30 {
  margin-bottom: 0px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
  text-align: left;
}

.div-block-54 {
  width: 112px;
  height: 2px;
  margin-bottom: 15px;
  background-color: #fff;
}

.list-item {
  display: block;
  margin-top: 20px;
  clear: both;
  color: #fff;
  font-size: 24px;
  line-height: 18px;
  text-align: left;
  text-decoration: none;
  list-style-type: none;
}

.list-item-2 {
  margin-top: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 18px;
  text-align: left;
  list-style-type: none;
}

.list-item-3 {
  margin-top: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 18px;
  list-style-type: none;
}

.list {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.link-33 {
  float: left;
  clear: both;
  color: #fff;
  font-size: 24px;
  line-height: 18px;
}

.link-34 {
  float: left;
  clear: both;
}

.link-footer {
  display: inline-block;
  float: none;
  clear: both;
  font-family: Proximanova, Verdana, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  cursor: pointer;
}

.link-footer:hover {
  color: hsla(0, 0%, 100%, 0.65);
}

.link-footer.link-footer__social {
  margin-right: 18px;
}

.link-36 {
  display: block;
  margin-bottom: 22px;
  float: none;
  clear: both;
  color: #fff;
  font-size: 24px;
  line-height: 18px;
  cursor: pointer;
}

.link-37 {
  display: block;
  margin-bottom: 22px;
  float: none;
  clear: both;
  color: #fff;
  font-size: 24px;
  line-height: 18px;
  cursor: pointer;
}

.link-38 {
  display: block;
  margin-bottom: 22px;
  float: none;
  clear: both;
  color: #fff;
  font-size: 24px;
  line-height: 18px;
  cursor: pointer;
}

.link-39 {
  display: block;
  margin-bottom: 22px;
  float: none;
  clear: both;
  color: #fff;
  font-size: 24px;
  line-height: 18px;
  cursor: pointer;
}

.link-40 {
  display: block;
  margin-bottom: 22px;
  float: none;
  clear: both;
  color: #fff;
  font-size: 24px;
  line-height: 18px;
  cursor: pointer;
}

.link-41 {
  display: block;
  float: none;
  clear: both;
  color: #fff;
  font-size: 24px;
  line-height: 18px;
  cursor: pointer;
}

.heading-31 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
}

.div-block-55 {
  width: 72px;
  height: 2px;
  margin-bottom: 15px;
  background-color: #fff;
}

.link-42 {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 18px;
  cursor: pointer;
}

.link-43 {
  display: block;
  margin-top: 22px;
  float: none;
  clear: both;
  color: #fff;
  font-size: 24px;
  line-height: 18px;
  cursor: pointer;
}

.link-44 {
  display: block;
  margin-top: 22px;
  float: none;
  clear: both;
  color: #fff;
  font-size: 24px;
  line-height: 18px;
  cursor: pointer;
}

.link-45 {
  display: block;
  margin-top: 22px;
  float: none;
  clear: both;
  color: #fff;
  font-size: 24px;
  line-height: 18px;
  cursor: pointer;
}

.heading-32 {
  margin-bottom: 0px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
}

.div-block-56 {
  width: 122px;
  height: 2px;
  margin-bottom: 15px;
  background-color: #fff;
}

.link-46 {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 18px;
  cursor: pointer;
}

.link-47 {
  display: block;
  margin-top: 22px;
  color: #fff;
  font-size: 24px;
  line-height: 18px;
  cursor: pointer;
}

.link-48 {
  display: block;
  margin-top: 22px;
  color: #fff;
  font-size: 24px;
  line-height: 18px;
  cursor: pointer;
}

.heading-33 {
  margin-bottom: 0px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
}

.div-block-57 {
  width: 122px;
  height: 2px;
  margin-bottom: 15px;
  background-color: #fff;
}

.link-49 {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 18px;
  cursor: pointer;
}

.link-50 {
  display: block;
  margin-top: 22px;
  color: #fff;
  font-size: 24px;
  line-height: 18px;
  cursor: pointer;
}

.link-51 {
  display: block;
  margin-top: 22px;
  color: #fff;
  font-size: 24px;
  line-height: 18px;
  cursor: pointer;
}

.div-block-53-copy {
  display: inline-block;
  width: 100%;
  height: 2px;
  max-width: 1262px;
  margin-top: 53px;
  margin-bottom: 52px;
  border: 1px solid #fff;
  background-color: #fff;
  opacity: 0.3;
  color: #3b4ade;
  text-align: center;
}

.heading-34 {
  font-size: 30px;
}

.heading-35 {
  position: relative;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
}

.link-52 {
  display: inline;
  margin-left: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 18px;
  cursor: pointer;
}

.div-block-58 {
  position: static;
  display: inline;
  width: 72px;
  height: 3px;
  background-color: #fff;
}

.column-18 {
  position: static;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.column-19 {
  position: static;
  padding-right: 0px;
  padding-left: 0px;
  clear: none;
  text-align: right;
}

.link-53 {
  margin-left: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 18px;
  cursor: pointer;
}

.div-block-59 {
  width: 73px;
  height: 3px;
  background-color: #fff;
}

.div-block-60 {
  display: inline-block;
  margin-right: 20px;
}

.link-54 {
  margin-left: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 18px;
  cursor: pointer;
}

.heading-36 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
  text-align: left;
}

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

.column-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-61 {
  width: 152px;
  height: 3px;
  background-color: #fff;
}

.div-block-62 {
  display: inline-block;
  margin-right: 20px;
}

.image-54 {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 100%;
  max-width: 14.8px;
  margin-right: 8px;
  text-align: left;
}

.link-55 {
  display: inline-block;
  margin-right: 30px;
  -webkit-transform: translate(0px, 6px);
  -ms-transform: translate(0px, 6px);
  transform: translate(0px, 6px);
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  cursor: pointer;
}

.image-55 {
  width: 100%;
  max-width: 30px;
  margin-right: 10px;
  margin-left: 20px;
}

.link-56 {
  display: inline-block;
  -webkit-transform: translate(2px, 4px);
  -ms-transform: translate(2px, 4px);
  transform: translate(2px, 4px);
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  cursor: pointer;
}

.div-block-63 {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 1200px;
  min-height: auto;
}

.div-block-64 {
  display: inline-block;
  width: 100%;
  max-width: 1220px;
}

.columns-9 {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.image-56 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-57 {
  max-height: 100%;
}

.image-58 {
  max-height: 100%;
}

.image-59 {
  max-height: 100%;
}

.image-60 {
  max-height: 100%;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-bottom: 44px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.div-block-67 {
  position: relative;
}

.div-block-68 {
  display: inline-block;
  width: 100%;
  max-width: 990px;
}

.div-block-69 {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 1160px;
  clear: both;
}

.link-57 {
  display: block;
  color: #3b4ade;
}

.div-block-70 {
  position: relative;
  display: inline-block;
  width: 49%;
  padding: 0px 20px 0px 0px;
  float: left;
}

.div-block-71 {
  display: inline-block;
  width: 49%;
  padding-left: 0px;
  float: none;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.link-58 {
  display: block;
  margin-top: 25px;
  color: #3b4ade;
}

.link-59 {
  display: block;
  margin-top: 25px;
  color: #3b4ade;
}

.link-60 {
  display: block;
  margin-top: 25px;
  color: #3b4ade;
}

.link-61 {
  display: block;
  margin-top: 25px;
  color: #3b4ade;
}

.link-62 {
  display: block;
  margin-top: 25px;
  color: #3b4ade;
}

.link-63 {
  display: block;
  margin-top: 25px;
  color: #3b4ade;
}

.link-64 {
  display: block;
  color: #3b4ade;
}

.link-65 {
  display: block;
  margin-top: 25px;
  color: #3b4ade;
}

.link-66 {
  display: block;
  margin-top: 25px;
  color: #3b4ade;
}

.link-67 {
  display: block;
  margin-top: 25px;
  color: #3b4ade;
}

.link-68 {
  display: block;
  margin-top: 25px;
  color: #3b4ade;
}

.link-69 {
  display: block;
  margin-top: 25px;
  color: #3b4ade;
}

.link-70 {
  display: block;
  margin-top: 25px;
  color: #3b4ade;
}

.div-block-72 {
  width: 100%;
  height: 1px;
}

.text-block-30 {
  text-transform: uppercase;
}

.dropdown-list-3 {
  padding-top: 40px;
}

.dropdown-list-3.w--open {
  left: -20px;
  top: 100%;
  width: 230px;
  padding: 30px 15px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}

.dropdown-list-3.wider {
  width: auto;
}

.dropdown-link-2 {
  color: #3b4ade;
}

.dropdown-link-2.w--current {
  color: #09f;
  text-decoration: none;
}

.dropdown-link-3 {
  color: #3b4ade;
}

.dropdown-link-4 {
  color: #3b4ade;
}

.dropdown-link-5 {
  color: #3b4ade;
}

.dropdown-link-6 {
  display: none;
  color: #3b4ade;
}

.dropdown-link-7 {
  color: #3b4ade;
}

.dropdown-link-8 {
  color: #3b4ade;
}

.dropdown-link-8.smaller {
  font-size: 16px;
}

.dropdown-list-4 {
  padding-top: 30px;
}

.dropdown-list-4.w--open {
  left: -20px;
  top: 100%;
  width: 220px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 15px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}

.dropdown-2 {
  position: relative;
}

.dropdown-link-9 {
  color: #3b4ade;
}

.dropdown-link-10 {
  color: #3b4ade;
}

.dropdown-link-11 {
  color: #3b4ade;
}

.text-block-31 {
  text-transform: uppercase;
}

.div-block-73 {
  position: relative;
  display: inline-block;
  overflow: visible;
  width: auto;
  max-width: none;
  padding-bottom: 30px;
}

.div-block-73.home {
  padding-bottom: 0px;
}

.column-22 {
  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;
}

.column-23 {
  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;
}

.column-24 {
  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;
}

.section-14 {
  display: block;
  margin-top: 50px;
  margin-bottom: 80px;
  padding-right: 40px;
  padding-left: 40px;
}

.section-14.hide {
  display: none;
}

.section-14.no-margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.section-14.add-top-margin {
  margin-top: 80px;
  margin-bottom: 40px;
}

.breadcrumbs-normal {
  display: inline-block;
  font-family: Proximanova, Verdana, sans-serif;
  color: #000;
  font-weight: 600;
}

.text-block-32 {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  font-family: Proximanova, Verdana, sans-serif;
  font-weight: 600;
}

.breadcrumbs-link {
  display: inline-block;
  font-family: Proximanova, Verdana, sans-serif;
  color: #335af4;
  font-weight: 600;
  text-decoration: underline;
}

.section-15 {
  position: relative;
  overflow: visible;
  margin-bottom: 50px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  text-align: center;
}

.heading-37 {
  display: inline-block;
  font-family: Proximanova, Verdana, sans-serif;
  color: #333;
  font-size: 48px;
  font-weight: 600;
}

.div-block-76 {
  text-align: center;
}

.paragraph-20 {
  display: inline-block;
  width: 100%;
  max-width: 730px;
  color: #000;
  font-size: 18px;
  line-height: 1.3;
}

.div-block-77 {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 1200px;
}

.image-62 {
  position: absolute;
  left: auto;
  top: -90%;
  right: 0%;
  bottom: auto;
  display: block;
}

.image-63 {
  position: absolute;
  left: auto;
  top: -140%;
  right: -10px;
  bottom: auto;
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.div-block-79 {
  width: 33%;
  max-width: 360px;
  padding-left: 0px;
}

.image-64 {
  margin-bottom: 25px;
}

.paragraph-21 {
  margin-top: 25px;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.image-64-copy {
  margin-bottom: 25px;
}

.div-block-79-copy {
  width: 33%;
  max-width: 360px;
}

.div-block-79-copy-copy {
  width: 33%;
  max-width: 360px;
}

.section-16 {
  display: block;
  margin-bottom: 50px;
  padding-right: 40px;
  padding-left: 40px;
  clear: both;
  text-align: center;
}

.div-block-80 {
  position: relative;
  margin-bottom: 0px;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
}

.heading-38 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #2c2e30;
  font-size: 48px;
  font-weight: 600;
}

.image-65 {
  position: absolute;
  left: -10px;
  top: auto;
  right: auto;
  bottom: 2px;
  max-width: 50px;
}

.image-66 {
  position: absolute;
  left: auto;
  top: -10px;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 100%;
  max-width: 90px;
}

.image-67 {
  position: absolute;
  left: auto;
  top: auto;
  right: 10px;
  bottom: 30px;
  z-index: 0;
}

.image-68 {
  position: absolute;
  left: 0%;
  top: 100%;
  right: auto;
  bottom: auto;
  width: 100%;
  max-width: 50px;
}

.image-69 {
  position: absolute;
  left: 6px;
  top: 60%;
  right: auto;
  bottom: auto;
}

.div-block-81 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-top: auto;
  -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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.heading-39 {
  margin-bottom: 10px;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
}

.paragraph-22 {
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.div-block-82 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-width: 550px;
  min-height: 316px;
  -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;
  background-color: #d7d7d7;
  color: #d7d7d7;
}

.image-70 {
  color: #bbb;
}

.div-block-83 {
  width: 40%;
  max-width: 280px;
}

.div-block-84 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-84-copy {
  display: inline-block;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 60px;
}

.div-block-85 {
  display: inline-block;
  width: 100%;
  max-width: 1000px;
}

.div-block-86 {
  width: 40%;
  max-width: 280px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: left;
}

.div-block-87 {
  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;
}

.div-block-88 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-width: 550px;
  min-height: 316px;
  -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;
  background-color: #d7d7d7;
}

.section-17 {
  padding-right: 40px;
  padding-left: 40px;
}

.slide-1-copy {
  height: auto;
}

.section-19 {
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-10-copy {
  display: none;
  width: 100%;
  max-width: 250px;
  margin-bottom: 40px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #000;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
}

.slider-3 {
  display: none;
}

.slider-4 {
  display: block;
}

.div-block-90 {
  display: none;
}

.slider-5 {
  display: none;
}

.link-25-copy {
  display: block;
  width: 100%;
  height: 40px;
  max-width: 240px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 20px;
  border-radius: 6px;
  background-color: #3b4ade;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.link-72 {
  display: none;
}

.div-block-99 {
  display: none;
}

.column-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns-10 {
  display: none;
}

.columns-11 {
  display: none;
}

.columns-12 {
  display: none;
}

.columns-13 {
  display: none;
}

.dropdown-3 {
  display: none;
}

.dropdown-4 {
  position: static;
}

.dropdown-4.rs {
  position: relative;
}

.image-75 {
  display: none;
}

.image-76 {
  display: none;
}

.image-77 {
  display: none;
}

.image-78 {
  display: none;
}

.section-20 {
  margin-bottom: 80px;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.heading-42 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #333;
  font-size: 40px;
  font-weight: 600;
}

.div-block-100 {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 1380px;
  text-align: center;
}

.paragraph-23 {
  display: inline-block;
  width: 100%;
  max-width: 724px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.image-79 {
  position: absolute;
  left: auto;
  top: auto;
  right: 40px;
  bottom: 20%;
  max-width: 70px;
}

.section-21 {
  margin-bottom: 75px;
  padding-right: 40px;
  padding-left: 40px;
}

.button-3 {
  width: 100%;
  max-width: 167px;
  min-height: auto;
  margin-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
  color: #3b4ade;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.button-3:active {
  background-color: #3b4ade;
  color: #fff;
}

.button-3:focus {
  background-color: #3b4ade;
  color: #fff;
}

.div-block-101 {
  margin-bottom: 20px;
}

.div-block-102 {
  display: inline;
  padding: 40px 25px;
  background-color: #f0f0f0;
}

.paragraph-24 {
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 1.8;
}

.tab-link-tab-1 {
  width: 100%;
  max-width: 168px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
  color: #3b4ade;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.tab-link-tab-1.w--current {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 168px;
  min-height: auto;
  padding: 13px 20px;
  border-radius: 4px;
  background-color: #3b4ade;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.tab-link-tab-2 {
  width: 100%;
  height: auto;
  max-width: 168px;
  min-height: 45px;
  margin-left: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(37, 38, 45, 0.11);
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.tab-link-tab-2.w--current {
  border-radius: 4px;
  background-color: #3b4ade;
  color: #fff;
}

.text-block-35 {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}

.tab-link-tab-3 {
  width: 100%;
  height: auto;
  max-width: 168px;
  min-height: 45px;
  margin-left: 20px;
  padding: 13px 20px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
  color: #3b4ade;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.tab-link-tab-4 {
  width: 100%;
  max-width: 168px;
  margin-left: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
  color: #3b4ade;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.text-block-36 {
  display: inline-block;
  border-radius: 4px;
  background-color: transparent;
  color: #3b4ade;
  line-height: 1.5;
  font-weight: 600;
}

.text-block-37 {
  display: inline-block;
  line-height: 1.5;
}

.tabs-menu {
  margin-bottom: 25px;
}

.tab-pane-tab-1 {
  padding: 40px 25px;
  border-radius: 4px;
  background-color: #f0f0f0;
}

.tab-pane-tab-2 {
  padding: 40px 25px;
  border-radius: 4px;
  background-color: #f0f0f0;
}

.tab-pane-tab-3 {
  padding: 40px 25px;
  border-radius: 4px;
  background-color: #f0f0f0;
}

.tab-pane-tab-4 {
  padding: 40px 25px;
  border-radius: 4px;
  background-color: #f0f0f0;
}

.button-4 {
  width: 100%;
  height: auto;
  max-width: 168px;
  margin-right: 20px;
  padding-top: 12px;
  padding-bottom: 13px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
  color: #3b4ade;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.button-4:visited {
  background-color: #fff;
}

.button-4.w--current {
  background-color: #3b4ade;
  color: #fff;
}

.button-4-copy {
  width: 100%;
  height: auto;
  max-width: 168px;
  margin-right: 20px;
  padding-top: 12px;
  padding-bottom: 13px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
  color: #3b4ade;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.button-4-copy:visited {
  background-color: #fff;
}

.button-4-copy.w--current {
  background-color: #3b4ade;
  color: #fff;
}

.button-4-1copy {
  width: 100%;
  height: auto;
  max-width: 168px;
  margin-right: 20px;
  padding-top: 12px;
  padding-bottom: 13px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
  color: #3b4ade;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.button-4-1copy:visited {
  background-color: #fff;
}

.button-4-1copy.w--current {
  background-color: #3b4ade;
  color: #fff;
}

.button-4-2copy {
  width: 100%;
  height: auto;
  max-width: 168px;
  margin-right: 20px;
  padding-top: 12px;
  padding-bottom: 13px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
  color: #3b4ade;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.button-4-2copy:visited {
  background-color: #fff;
}

.button-4-2copy.w--current {
  background-color: #3b4ade;
  color: #fff;
}

.div-block-103 {
  padding: 40px 25px;
  border-radius: 4px;
  background-color: #f0f0f0;
}

.paragraph-25 {
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-26 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.8;
}

.div-block-104 {
  margin-bottom: 35px;
}

.button-5 {
  width: 100%;
  height: auto;
  max-width: 168px;
  margin-right: 20px;
  padding-top: 12px;
  padding-bottom: 13px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
  color: #3b4ade;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.button-5:visited {
  background-color: #3b4ade;
}

.div-block-105 {
  margin-bottom: 20px;
  padding: 40px 25px;
  border-radius: 4px;
  background-color: #f0f0f0;
}

.div-block-104-copy {
  margin-bottom: 35px;
}

.button-4-copy-copy {
  width: 100%;
  height: auto;
  max-width: 168px;
  margin-right: 20px;
  padding-top: 12px;
  padding-bottom: 13px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
  color: #3b4ade;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.button-4-copy-copy:visited {
  background-color: #3b4ade;
}

.button-4-copy-copy.w--current {
  background-color: #3b4ade;
  color: #fff;
}

.button-5-copy {
  width: 100%;
  height: auto;
  max-width: 168px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 13px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
  color: #3b4ade;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.button-5-copy:visited {
  background-color: #fff;
}

.button-4-1copy-copy {
  width: 100%;
  height: auto;
  max-width: 168px;
  margin-right: 20px;
  padding-top: 12px;
  padding-bottom: 13px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
  color: #3b4ade;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.button-4-1copy-copy:visited {
  background-color: #fff;
}

.button-4-2copy-copy {
  width: 100%;
  height: auto;
  max-width: 168px;
  margin-right: 20px;
  padding-top: 12px;
  padding-bottom: 13px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
  color: #3b4ade;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.button-4-2copy-copy:visited {
  background-color: #fff;
}

.section-22 {
  display: inline-block;
  width: 100%;
  margin-bottom: 180px;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.form-block-3 {
  display: inline-block;
  width: 100%;
  max-width: 537px;
  text-align: left;
}

.text-field-4 {
  width: 100%;
  height: 45px;
  margin-bottom: 20px;
  border: 1px solid #000;
  border-radius: 4px;
}

.text-field-4::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.text-field-4:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.text-field-4::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.text-field-4::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.form-3 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.text-field-5 {
  width: 100%;
  height: 45px;
  margin-bottom: 20px;
  border: 1px solid #000;
  border-radius: 4px;
}

.text-field-5::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.text-field-5:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.text-field-5::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.text-field-5::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.textarea-2 {
  display: block;
  overflow: auto;
  width: 100%;
  height: 192px;
  min-height: 192px;
  margin-bottom: 20px;
  border: 1px solid #000;
  border-radius: 4px;
}

.select-field {
  width: 100%;
  height: 45px;
  padding-right: 20px;
  border: 1px solid #000;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
}

.div-block-106 {
  position: relative;
  margin-bottom: 20px;
}

.image-80 {
  position: absolute;
  left: auto;
  top: 20px;
  right: 10px;
  bottom: auto;
  max-width: 13px;
}

.div-block-107 {
  position: relative;
  margin-bottom: 30px;
}

.select-field-2 {
  width: 100%;
  height: 45px;
  border: 1px solid #000;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
}

.image-81 {
  position: absolute;
  top: 20px;
  right: 10px;
  max-width: 13px;
}

.recaptcha {
  margin-bottom: 40px;
}

.submit-button-2 {
  width: 100%;
  max-width: 168px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 4px;
  background-color: #3b4ade;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}

.section-25 {
  margin-bottom: 45px;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.section-26 {
  display: inline-block;
  width: 100%;
}

.body-3 {
  overflow: auto;
  font-family: Proximanova, Verdana, sans-serif;
}

.section-27 {
  margin-bottom: 100px;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.form-block-4 {
  display: inline-block;
  width: 100%;
  max-width: 685px;
  text-align: left;
}

.text-field-6 {
  display: inline-block;
  width: 50%;
  height: 45px;
  max-width: 312px;
  margin-right: 0px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #3b4ade;
  border-radius: 4px;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.text-field-7 {
  display: inline-block;
  width: 50%;
  height: 45px;
  max-width: 312px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #3b4ade;
  border-radius: 4px;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.text-field-8 {
  display: inline-block;
  width: 50%;
  height: 45px;
  max-width: 312px;
  margin-right: 0px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #3b4ade;
  border-radius: 4px;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.text-field-9 {
  display: inline-block;
  width: 50%;
  height: 45px;
  max-width: 312px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #3b4ade;
  border-radius: 4px;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.textarea-3 {
  width: 100%;
  max-height: 115px;
  min-height: 115px;
  margin-bottom: 35px;
  border-style: solid;
  border-width: 1px;
  border-color: #3b4ade;
  border-radius: 4px;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.submit-button-3 {
  width: 100%;
  height: 45px;
  max-width: 167px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 4px;
  background-color: #3b4ade;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
}

.body-4 {
  overflow: auto;
  font-family: Proximanova, Verdana, sans-serif;
}

.div-block-100-copy {
  position: relative;
  width: 100%;
  text-align: center;
}

.section-20-copy {
  margin-bottom: 40px;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.section-20-1-copy {
  position: relative;
  margin-bottom: 80px;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.image-79-copy {
  position: absolute;
  left: auto;
  top: auto;
  right: 80px;
  bottom: 25%;
  max-width: 50px;
}

.image-82 {
  position: absolute;
  left: 40px;
  bottom: auto;
  max-width: 50px;
}

.section-20-copy-copy {
  margin-bottom: 40px;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.paragraph-23-copy {
  display: inline-block;
  width: 100%;
  max-width: 568px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.section-20-copy-copy-copy {
  margin-bottom: 80px;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.image-83 {
  position: absolute;
  top: 20px;
  right: 40px;
  max-width: 80px;
}

.body-5 {
  font-family: Proximanova, Verdana, sans-serif;
}

.section-20-copyds-copy {
  margin-bottom: 140px;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.paragraph-23-csdopy {
  display: inline-block;
  width: 100%;
  max-width: 862px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.section-28 {
  margin-bottom: 100px;
  padding-right: 40px;
  padding-left: 40px;
}

.heading-43 {
  font-family: Proximanova, Verdana, sans-serif;
}

.heading-44 {
  position: relative;
  margin-bottom: 20px;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

.image-84 {
  position: absolute;
  left: auto;
  top: -30px;
  right: 50px;
  bottom: auto;
  max-width: 60px;
}

.div-block-108 {
  position: relative;
  margin-bottom: 30px;
}

.heading-45 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Proximanova, Verdana, sans-serif;
  font-weight: 600;
}

.div-block-109 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-110 {
  width: 30%;
  max-width: 300px;
  min-height: 210px;
  padding: 30px 20px;
  border-radius: 8px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}

.div-block-111 {
  width: 30%;
  max-width: 300px;
  min-height: 210px;
  padding: 30px 20px;
  border-radius: 8px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}

.div-block-112 {
  width: 30%;
  max-width: 300px;
  min-height: 210px;
  padding: 30px 20px;
  border-radius: 8px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}

.div-block-113 {
  width: 30%;
  max-width: 300px;
  min-height: 210px;
  padding: 30px 20px;
  border-radius: 8px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}

.list-item-4 {
  margin-bottom: 5px;
}

.list-item-5 {
  margin-bottom: 5px;
}

.list-item-6 {
  margin-bottom: 5px;
}

.list-item-7 {
  margin-bottom: 5px;
}

.list-item-8 {
  margin-bottom: 5px;
}

.list-item-9 {
  margin-bottom: 5px;
}

.list-item-10 {
  margin-bottom: 5px;
}

.list-item-11 {
  margin-bottom: 5px;
}

.list-2 {
  margin-bottom: 20px;
  padding-left: 0px;
}

.list-3 {
  padding-left: 0px;
}

.list-4 {
  padding-left: 0px;
}

.button-6 {
  width: 100%;
  height: 30px;
  max-width: 98px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 4px;
  background-color: #3b4ade;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.11);
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
}

.button-7 {
  width: 100%;
  height: 30px;
  max-width: 98px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #3b4ade;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}

.div-block-109-copy {
  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-field-4-copy {
  width: 100%;
  height: 45px;
  margin-bottom: 20px;
  border: 1px solid #000;
  border-radius: 4px;
}

.text-field-4-copy::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.text-field-4-copy:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.text-field-4-copy::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.text-field-4-copy::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.text-field-5-copy {
  width: 100%;
  height: 45px;
  margin-bottom: 20px;
  border: 1px solid #000;
  border-radius: 4px;
}

.text-field-5-copy::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.text-field-5-copy:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.text-field-5-copy::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.text-field-5-copy::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.textarea-2-copy {
  display: block;
  overflow: auto;
  width: 100%;
  height: 192px;
  min-height: 192px;
  margin-bottom: 20px;
  border: 1px solid #000;
  border-radius: 4px;
}

.submit-button-2-copy {
  width: 100%;
  max-width: 168px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 4px;
  background-color: #3b4ade;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}

.link-73 {
  color: #3b4ade;
}

.link-74 {
  color: #3b4ade;
}

.link-75 {
  color: #3b4ade;
}

.link-76 {
  color: #3b4ade;
}

.link-77 {
  color: #3b4ade;
}

.link-78 {
  color: #3b4ade;
}

.link-79 {
  color: #3b4ade;
}

.link-80 {
  color: #3b4ade;
}

.body-6 {
  display: block;
  overflow: auto;
  font-family: Proximanova, Verdana, sans-serif;
}

.section-29 {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  font-weight: 600;
  text-align: center;
}

.div-block-114 {
  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;
  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;
}

.div-block-115 {
  width: 100%;
  max-width: 295px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.29);
}

.div-block-116 {
  width: 100%;
  max-width: 225px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.29);
  text-align: center;
}

.div-block-117 {
  width: 16%;
}

.div-block-118 {
  width: 16%;
}

.div-block-119 {
  width: 16%;
}

.div-block-120 {
  width: 16%;
}

.div-block-121 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  -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;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #d59500;
  text-align: center;
}

.heading-46 {
  font-family: Proximanova, Verdana, sans-serif;
}

.heading-47 {
  width: auto;
  min-height: auto;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.list-5 {
  margin-bottom: 0px;
  padding-left: 0px;
  text-align: center;
}

.list-item-12 {
  min-height: 65px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-family: Proximanova, Verdana, sans-serif;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 1.2;
  font-style: normal;
  text-decoration: none;
}

.italic-text-2 {
  display: inline;
  font-family: 'Font awesome 5 free solid 900';
  color: #3b4ade;
  font-size: 18px;
  font-style: normal;
  cursor: default;
}

.italic-text-2.tooltip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -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;
}

.list-item-13 {
  min-height: 65px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 1.2;
}

.list-item-14 {
  min-height: 65px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 1.2;
}

.list-item-15 {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 1.2;
}

.list-item-16 {
  min-height: 65px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 1.2;
}

.list-item-17 {
  min-height: 65px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 1.2;
}

.list-item-18 {
  min-height: 65px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 1.2;
}

.list-item-19 {
  min-height: 65px;
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 1.2;
}

.list-item-20 {
  min-height: 65px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 1.2;
}

.list-item-21 {
  min-height: 65px;
  padding: 20px 5px;
  border-bottom: 1px solid #ddd;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 1.5;
}

.list-item-22 {
  min-height: 65px;
  padding: 20px 5px;
  border-bottom: 1px solid #ddd;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 1.2;
}

.list-item-23 {
  min-height: 95px;
  padding: 15px 5px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  line-height: 1.2;
}

.bold-text-7 {
  display: block;
  min-height: 65px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.div-block-122 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  padding-top: 20px;
  -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;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #2f5bea;
}

.image-85 {
  max-width: 165px;
  margin-top: 0px;
  padding-top: 0px;
}

.heading-48 {
  display: block;
  margin-top: 8px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-38 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}

.bold-text-8 {
  font-size: 16px;
  font-weight: 400;
}

.list-6 {
  margin-bottom: 0px;
  padding-left: 0px;
  text-align: center;
}

.list-item-24 {
  min-height: 65px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}

.list-item-25 {
  min-height: 65px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}

.list-item-26 {
  min-height: 65px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-family: 'Font awesome 5 brands 400';
  line-height: 1.2;
}

.italic-text-3 {
  font-family: 'Font awesome 5 free solid 900';
  color: #e21b1b;
  font-style: normal;
  cursor: nesw-resize;
}

.button-8 {
  display: inline-block;
  width: 170px;
  height: auto;
  margin-top: 38px;
  margin-bottom: 38px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 4px;
  background-color: #3b4ade;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}

.text-block-39 {
  margin-top: 18px;
  color: rgba(0, 0, 0, 0.7);
  font-style: italic;
  text-align: center;
}

.italic-text-check {
  font-family: 'Font awesome 5 free solid 900';
  color: #468c00;
  font-style: normal;
}

.bold-text-9 {
  color: rgba(0, 0, 0, 0.7);
}

.bold-text-10 {
  color: rgba(0, 0, 0, 0.7);
}

.bold-text-11 {
  color: rgba(0, 0, 0, 0.7);
}

.div-block-116-copy {
  width: 100%;
  max-width: 225px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.29);
  text-align: center;
}

.div-block-122-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  padding-top: 20px;
  -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;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #f8781c;
}

.list-item-24-copy {
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}

.bold-text-12 {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 1;
}

.div-block-123 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 65px;
  padding: 10px 0px;
  -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;
  border-bottom: 1px solid #ddd;
}

.div-block-124 {
  margin-left: 0px;
  padding-left: 10px;
  text-align: left;
}

.div-block-125 {
  margin-right: 0px;
  padding-right: 10px;
}

.text-block-40 {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}

.text-block-41 {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}

.text-block-42 {
  display: inline;
  margin-right: 5px;
  margin-left: 5px;
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 600;
}

.list-6-copy {
  display: none;
  margin-bottom: 0px;
  padding-left: 0px;
  text-align: center;
}

.div-block-123-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px;
  -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;
  border-bottom: 1px solid #ddd;
}

.section-30 {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 75px 40px;
  background-color: #3b4ade;
  color: #fff;
  text-align: center;
}

.div-block-126 {
  display: inline-block;
  width: 100%;
  max-width: 1035px;
  text-align: left;
}

.heading-49 {
  overflow: visible;
  font-family: Proximanova, Verdana, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}

.div-block-127 {
  width: 100%;
  max-width: 1035px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  font-family: Proximanova, Verdana, sans-serif;
  text-align: left;
}

.form-4 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-label {
  width: 20%;
  max-width: 190px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-align: right;
}

.text-field-10 {
  width: 244px;
  height: 46px;
  max-width: 245px;
  margin-bottom: 0px;
  border-radius: 3px;
  background-color: transparent;
  color: #fff;
}

.text-field-11 {
  width: 244px;
  height: 46px;
  max-width: 245px;
  margin-bottom: 0px;
  border-radius: 3px;
  background-color: transparent;
  opacity: 1;
}

.submit-button-4 {
  width: 220px;
  height: 40px;
  max-width: 245px;
  border-radius: 3px;
  background-color: #fff;
  color: #3b4ade;
}

.list-item-27 {
  margin-bottom: 18px;
  font-size: 18px;
  text-align: left;
}

.list-item-28 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.list-item-29 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.list-7 {
  margin-top: 200px;
  margin-bottom: 0px;
}

.div-block-128 {
  display: block;
  margin-top: 20px;
  padding-bottom: 20px;
}

.heading-50 {
  display: block;
  margin-top: 140px;
  -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;
  font-family: Proximanova, Verdana, sans-serif;
  color: #2c2e30;
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
}

.block-quote {
  padding-right: 200px;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-style: italic;
  font-weight: 400;
}

.image-86 {
  display: block;
  width: 46px;
  height: 57px;
}

.div-block-129 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: center;
}

.image-87 {
  width: 166px;
  height: 189px;
  float: right;
}

.columns-14 {
  width: auto;
  height: auto;
}

.bold-text-13 {
  font-style: normal;
}

.text-block-43 {
  height: auto;
  margin-bottom: 0px;
  padding-right: 200px;
  padding-bottom: 0px;
  background-color: #fff;
  color: #2c2e30;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}

.div-block-130 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 200px;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-44 {
  width: 541.6000366210938px;
  margin-top: 20px;
  margin-bottom: 25px;
  margin-left: 10px;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-style: italic;
}

.text-block-45 {
  margin-bottom: 13px;
  margin-left: 10px;
  color: #2c2e30;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}

.text-block-46 {
  margin-left: 10px;
  color: #2c2e30;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}

.div-block-131 {
  display: block;
}

.image-88 {
  position: relative;
  left: 426px;
  top: -360px;
  width: 130px;
}

.image-89 {
  position: relative;
  left: 0px;
  top: -363px;
}

.section-31 {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-bottom: 140px;
  margin-left: auto;
}

.div-block-132 {
  display: inline-block;
}

.image-90 {
  position: absolute;
  left: 2%;
  top: -20%;
  right: auto;
  bottom: auto;
}

.minus_custom {
  display: inline;
  cursor: pointer;
}

.plus_custom {
  display: inline;
  cursor: pointer;
}

.total_price {
  display: inline-block;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #fff;
  font-size: 34px;
}

.text-block-47 {
  display: inline-block;
  width: auto;
  clear: none;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #fff;
}

.text-block-48 {
  color: #fff;
}

.section-22-copy {
  display: inline-block;
  width: 100%;
  margin-bottom: 180px;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.form-block-3-copy {
  display: inline-block;
  width: 100%;
  max-width: 537px;
  text-align: left;
}

.section-32 {
  margin-bottom: 75px;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.tab-link-tab-1-2 {
  width: 100%;
  max-width: 168px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 12px 10px 13px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
  color: #3b4ade;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.tab-link-tab-1-2.w--current {
  max-width: 168px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 12px 10px 13px;
  border-radius: 4px;
  background-color: #3b4ade;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.tab-link-tab-2-2 {
  width: 100%;
  max-width: 168px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 12px 10px 13px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
  color: #3b4ade;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.tab-link-tab-2-2.w--current {
  background-color: #3b4ade;
  color: #fff;
}

.tab-link-tab-3-2 {
  width: 100%;
  max-width: 168px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 12px 10px 13px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
  color: #3b4ade;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.tab-link-tab-3-2.w--current {
  background-color: #3b4ade;
  color: #fff;
}

.tab-link-tab-4-2 {
  width: 100%;
  max-width: 168px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 12px 10px 13px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
  color: #3b4ade;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.tab-link-tab-4-2.w--current {
  background-color: #3b4ade;
  color: #fff;
}

.tab-link-tab-5 {
  width: 100%;
  max-width: 168px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 12px 10px 13px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
  color: #3b4ade;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.tab-link-tab-5.w--current {
  background-color: #3b4ade;
  color: #fff;
}

.tab-link-tab-6 {
  width: 100%;
  max-width: 168px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 12px 10px 13px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
  color: #3b4ade;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.tab-link-tab-6.w--current {
  background-color: #3b4ade;
  color: #fff;
}

.tab-link-tab-7 {
  width: 100%;
  max-width: 168px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 12px 10px 13px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
  color: #3b4ade;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.tab-link-tab-7.w--current {
  background-color: #3b4ade;
  color: #fff;
}

.tab-link-tab-8 {
  width: 100%;
  max-width: 168px;
  min-height: auto;
  min-width: auto;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 12px 10px 13px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
  color: #3b4ade;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.tab-link-tab-8.w--current {
  background-color: #3b4ade;
  color: #fff;
}

.tab-link-tab-9 {
  width: 100%;
  max-width: 168px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 12px 10px 13px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
  color: #3b4ade;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.tab-link-tab-9.w--current {
  background-color: #3b4ade;
  color: #fff;
}

.tab-link-tab-10 {
  width: 100%;
  max-width: 168px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 12px 10px 13px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
  color: #3b4ade;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.tab-link-tab-10.w--current {
  background-color: #3b4ade;
  color: #fff;
}

.tab-link-tab-11 {
  width: 100%;
  max-width: 168px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 12px 10px 13px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
  color: #3b4ade;
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 600;
  text-align: center;
}

.tab-link-tab-11.w--current {
  background-color: #3b4ade;
  color: #fff;
}

.tab-pane-tab-1-2 {
  padding: 40px 25px;
  background-color: #f0f0f0;
}

.tab-pane-tab-2-2 {
  padding: 40px 25px;
  background-color: #f0f0f0;
}

.tab-pane-tab-3-2 {
  padding: 40px 25px;
  background-color: #f0f0f0;
}

.tab-pane-tab-4-2 {
  padding: 40px 25px;
  background-color: #f0f0f0;
}

.tab-pane-tab-5 {
  padding: 40px 25px;
  background-color: #f0f0f0;
}

.tab-pane-tab-6 {
  padding: 40px 25px;
  background-color: #f0f0f0;
}

.tab-pane-tab-7 {
  padding: 40px 25px;
  background-color: #f0f0f0;
}

.tab-pane-tab-8 {
  padding: 40px 25px;
  background-color: #f0f0f0;
}

.tab-pane-tab-9 {
  padding: 40px 25px;
  background-color: #f0f0f0;
}

.tab-pane-tab-10 {
  padding: 40px 25px;
  background-color: #f0f0f0;
}

.tab-pane-tab-11 {
  padding: 40px 25px;
  background-color: #f0f0f0;
}

.image-91 {
  display: inline-block;
  width: 400px;
}

.image-93 {
  max-height: 120px;
  max-width: none;
  min-height: auto;
  margin-bottom: 25px;
}

.image-94 {
  max-height: 120px;
  max-width: none;
  margin-bottom: 25px;
}

.image-95 {
  max-height: 120px;
  max-width: none;
  margin-bottom: 25px;
}

.heading-51 {
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: Proximanova, Verdana, sans-serif;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: none;
}

.div-block-134 {
  position: relative;
  text-align: center;
}

.image-96 {
  display: inline-block;
  max-width: 100px;
}

.div-block-135 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding-bottom: 90px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-136 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -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;
}

.image-97 {
  max-width: 100px;
}

.image-98 {
  max-width: 100px;
}

.div-block-137 {
  min-height: auto;
  background-color: transparent;
}

.image-99 {
  min-height: 150px;
  background-color: transparent;
}

.image-100 {
  max-height: 340px;
  max-width: none;
  min-height: 340px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  text-align: center;
}

.image-101 {
  background-color: transparent;
}

.div-block-138 {
  margin-bottom: 80px;
}

.section-33 {
  margin-bottom: 0px;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.div-block-139 {
  display: inline-block;
  width: 100%;
  max-width: 1100px;
}

.div-block-140 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-141 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -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;
  background-color: transparent;
  text-align: left;
}

.div-block-141.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-142 {
  width: 40%;
  margin-top: 30px;
  text-align: left;
}

.heading-52 {
  color: #000;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 600;
}

.paragraph-27 {
  color: rgba(0, 0, 0, 0.7);
  font-size: 24px;
  line-height: 1.3;
}

.div-block-140-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-143 {
  display: inline-block;
  width: 100%;
  max-width: 1000px;
}

.div-block-144 {
  width: 100%;
}

.slider-3-copy {
  display: none;
}

.image-102 {
  display: none;
}

.image-103 {
  display: none;
}

.bold-text-14 {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
}

.bold-text-15 {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
}

.text-block-49 {
  margin-top: 20px;
}

.form-5 {
  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-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;
}

.section-34 {
  margin-bottom: 100px;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.div-block-145 {
  display: inline-block;
  width: 100%;
  max-width: 1380px;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.tabs-menu-3 {
  width: 30%;
  max-width: 300px;
  padding: 30px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-color: #f0f0f0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  font-family: Proximanova, Verdana, sans-serif;
}

.tabs-content-2 {
  width: 70%;
  max-width: 1040px;
  padding: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-color: #f0f0f0;
  font-family: Proximanova, Verdana, sans-serif;
  text-align: left;
}

.tab-link-tab-1-3 {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}

.tab-link-tab-1-3.w--current {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #000;
  font-size: 18px;
}

.tab-link-tab-2-3 {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}

.tab-link-tab-2-3.w--current {
  background-color: transparent;
  color: #000;
}

.tab-link-tab-3-3 {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}

.tab-link-tab-3-3.w--current {
  background-color: transparent;
  color: #000;
}

.bold-text-16 {
  font-weight: 400;
}

.bold-text-17 {
  font-weight: 400;
}

.tab-link-tab-4-3 {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}

.tab-link-tab-4-3.w--current {
  background-color: transparent;
  color: #000;
}

.bold-text-18 {
  font-weight: 400;
}

.tab-link-tab-5-2 {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}

.tab-link-tab-5-2.w--current {
  background-color: transparent;
  color: #000;
}

.bold-text-19 {
  font-weight: 400;
}

.paragraph-28 {
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-29 {
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-30 {
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-31 {
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-32 {
  font-size: 18px;
  line-height: 1.8;
}

.body-7 {
  overflow: auto;
  font-family: Proximanova, Verdana, sans-serif;
}

.div-block-146 {
  margin-top: 40px;
  margin-bottom: 60px;
}

.image-104 {
  position: absolute;
  left: auto;
  top: 50%;
  right: 140%;
  max-height: 320px;
  max-width: none;
}

.div-block-147 {
  position: relative;
}

.image-105 {
  position: absolute;
  left: 140%;
  top: 50%;
  max-height: 320px;
  max-width: none;
}

.text-block-51 {
  margin-bottom: 20px;
  color: #3b4ade;
  font-size: 24px;
  font-weight: 600;
}

.text-block-52 {
  position: absolute;
  left: 40%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #3b4ade;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.text-block-53 {
  margin-top: 18px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 600;
}

.text-block-54 {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
}

.div-block-148 {
  display: inline-block;
  width: 100%;
  max-width: 1200px;
}

.image-62-copy {
  position: absolute;
  left: auto;
  top: -60%;
  right: 0%;
  bottom: auto;
  display: block;
}

.image-63-copy {
  position: absolute;
  left: auto;
  top: -95%;
  right: -13px;
  bottom: auto;
}

.image-106 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  max-height: none;
  max-width: 100px;
}

.image-107 {
  position: absolute;
  right: 60px;
  bottom: 40px;
  max-width: 80px;
}

.div-block-149 {
  position: absolute;
  top: auto;
  right: 0px;
  bottom: auto;
}

.div-block-149-copy {
  position: absolute;
  top: auto;
  right: 0px;
  bottom: -100%;
}

.div-block-150 {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.image-108 {
  max-height: 65px;
  max-width: none;
}

.image-109 {
  max-height: 65px;
  max-width: none;
}

.div-block-151 {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 1200px;
}

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

.div-block-152._50-percent-width {
  width: 50%;
}

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

.image-110 {
  position: absolute;
  left: 102%;
  right: auto;
  bottom: 0px;
  max-width: 75px;
}

.div-block-154 {
  width: 100%;
}

.image-111 {
  position: absolute;
  top: 0px;
  right: 0px;
  max-width: 120px;
  float: left;
}

.div-block-155 {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 1200px;
}

.div-block-156 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-157 {
  display: inline-block;
  width: 100%;
  max-width: 1200px;
}

.div-block-158 {
  padding: 40px 40px 0px;
  text-align: center;
}

.image-112 {
  position: absolute;
  left: auto;
  top: 3%;
  right: -6%;
  bottom: auto;
  z-index: -1;
  max-width: 80px;
}

.div-block-159 {
  width: 100%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.div-block-160 {
  width: 100%;
}

.div-block-161 {
  width: 100%;
}

.div-block-158-copy {
  overflow: visible;
  width: 100%;
  padding-top: 40px;
  text-align: center;
}

.div-block-160-copy {
  width: 100%;
}

.image-50-copy {
  position: absolute;
  left: auto;
  top: 67%;
  right: 98%;
  bottom: auto;
  z-index: -1;
  width: 93.12px;
  height: 87.22px;
}

.text-block-55 {
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.link-81 {
  color: rgba(0, 0, 0, 0.7);
}

.image-79-1copy {
  position: absolute;
  left: auto;
  top: auto;
  right: 40px;
  bottom: 20%;
  max-width: 70px;
}

.div-block-162 {
  overflow: visible;
}

.div-block-163 {
  display: inline-block;
  width: 100%;
  max-width: 1024px;
}

.text-field-5-copy-copy {
  width: 100%;
  height: 45px;
  margin-bottom: 20px;
  border: 1px solid #000;
  border-radius: 4px;
}

.text-field-5-copy-copy::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.text-field-5-copy-copy:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.text-field-5-copy-copy::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.text-field-5-copy-copy::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.text-field-5-1copy-copy {
  width: 100%;
  height: 45px;
  margin-bottom: 20px;
  border: 1px solid #000;
  border-radius: 4px;
}

.text-field-5-1copy-copy::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.text-field-5-1copy-copy:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.text-field-5-1copy-copy::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.text-field-5-1copy-copy::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.div-block-164 {
  display: inline-block;
  width: 100%;
  max-width: 1200px;
}

.div-block-165 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1340px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: url('../images/download-21.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-165.right-align {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-166 {
  display: inline-block;
  width: 100%;
  max-width: 1390px;
}

.div-block-167 {
  display: inline-block;
  width: 100%;
  max-width: 1210px;
}

.div-block-168 {
  display: inline-block;
  width: 100%;
  max-width: 1350px;
}

.div-block-169 {
  display: none;
  width: 100%;
  max-width: 1300px;
}

.div-block-170 {
  width: 100%;
  text-align: center;
}

.div-block-171 {
  display: inline-block;
  width: 100%;
  max-width: 1090px;
}

.div-block-172 {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 1280px;
}

.div-block-173 {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 1280px;
}

.div-block-174 {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 1280px;
}

.div-block-175 {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 1280px;
}

.div-block-176 {
  display: inline-block;
  width: 100%;
  max-width: 1300px;
  text-align: left;
}

.div-block-177 {
  display: inline-block;
  width: 100%;
  max-width: 1380px;
  text-align: left;
}

.div-block-178 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  -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;
}

.heading-42-copy {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #333;
  font-size: 48px;
  font-weight: 600;
}

.text-light-trial-text {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
}

.div-block-152-elsewhere {
  position: relative;
  width: 100%;
  margin-top: 40px;
}

.div-block-152-elsewhere.add-bottom-margin {
  margin-bottom: 40px;
}

.div-block-152-elsewhere.add-bottom-margin.align-center {
  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-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;
}

.text-block-62 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
}

.navbar-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  border-bottom: 1px solid #f0f0f0;
  background-color: #fff;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.con {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.link-82 {
  color: #fff;
}

.nav-link-in {
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  line-height: 50px;
  font-weight: 700;
}

.nav-link-in:hover {
  color: #0191fc;
}

.image-113 {
  margin-top: 43px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.banner-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  -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;
  background-color: #011639;
}

.twitter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.sign_up {
  border-radius: 5px;
  background-color: #011639;
  font-size: 16px;
  line-height: 25px;
}

.nav-link-2 {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
}

.nav-link-2:hover {
  color: #0191fc;
}

.text-block-63 {
  margin-top: 0px;
  margin-bottom: 100px;
  font-size: 16px;
  line-height: 25px;
}

.text-block-63.home {
  margin-bottom: 60px;
  padding-top: 15px;
}

.div-block-179 {
  margin-top: 60px;
}

.div-block-179._2 {
  margin-bottom: 40px;
}

.div-block-180 {
  margin-bottom: 60px;
}

.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-areas: ".";
  -ms-grid-columns: 2fr 40px 4fr;
  grid-template-columns: 2fr 4fr;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
}

.section {
  padding: 20px 30px;
}

.section.main {
  padding-right: 30px;
  padding-left: 30px;
}

.section.dashboard {
  margin-bottom: -121px;
  padding-top: 0px;
  padding-right: 30px;
  padding-left: 30px;
}

.div-block-181 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 30px;
}

.button-9 {
  display: none;
  padding: 0px 40px;
  border-radius: 5px;
  background-color: #011639;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  line-height: 60px;
  text-align: center;
}

.button-9:hover {
  background-color: #0191fc;
}

.button-9._1 {
  display: none;
  width: 290px;
  margin-right: auto;
  margin-left: auto;
}

.heading-53 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 3.91px;
}

.button-copy {
  display: none;
  padding: 0px 40px;
  border-radius: 5px;
  background-color: #011639;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  line-height: 60px;
  text-align: center;
}

.button-copy:hover {
  background-color: #0191fc;
}

.button-copy.submitin_home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  margin-top: 0px;
  padding: 11px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  font-size: 18px;
  line-height: 17px;
}

.image-114 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  border-style: none;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
}

.text-block {
  margin-top: 30px;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.75px;
}

.grid-3 {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3._2 {
  margin-top: 60px;
  margin-bottom: 50px;
  margin-left: 65px;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.card-main {
  padding: 40px;
  border-radius: 5px;
  background-color: transparent;
  text-align: center;
}

.text-block-64 {
  padding-bottom: 21px;
  color: #fff;
  font-size: 72px;
  line-height: 84px;
  font-weight: 600;
}

.section-gradient {
  display: block;
  background-image: linear-gradient(140deg, #15448c, #0096b0);
}

.figure {
  width: 100%;
  height: 220px;
  margin-top: -50px;
  margin-bottom: -140px;
  -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;
  background-image: linear-gradient(5deg, hsla(0, 0%, 100%, 0) 49.5%, #fff 50%, #fff);
}

.figure._2 {
  display: block;
  margin-top: -130px;
  margin-bottom: 0px;
  background-image: linear-gradient(175deg, hsla(0, 0%, 100%, 0) 49.5%, #fff 50%, #fff);
}

.figure._7 {
  margin-bottom: -80px;
}

.figure._5 {
  display: block;
  margin-top: -50px;
  margin-bottom: 0px;
  background-image: linear-gradient(175deg, hsla(0, 0%, 100%, 0) 49.5%, #011639 50%, #011639);
}

.bold-text-20 {
  font-size: 35px;
  line-height: 50px;
  font-weight: 600;
}

.grid-10 {
  display: none;
}

.margin-div-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 30px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ico-card {
  height: 120px;
  text-align: center;
}

.sub-heading {
  width: auto;
  margin-bottom: 40px;
  padding-right: 250px;
  padding-left: 250px;
  font-family: Proximanova, Verdana, sans-serif;
  color: rgba(1, 22, 57, 0.7);
  font-size: 17px;
  font-weight: 400;
}

.sub-heading._2 {
  padding-right: 110px;
  padding-left: 110px;
  font-size: 22px;
  font-weight: 700;
}

.slider-6 {
  display: none;
}

.heading-big {
  font-size: 52px;
  line-height: 84px;
  font-weight: 600;
  letter-spacing: 3.88px;
}

.link-83 {
  display: inline-block;
  margin-top: 5px;
  color: #0191fc;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.56px;
  text-decoration: underline;
}

.heading-div {
  margin-bottom: 100px;
}

.heading-div.center {
  margin-top: 60px;
  text-align: center;
}

.text-block-65 {
  width: 400px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: normal;
}

.hero {
  padding-right: 30px;
  padding-left: 30px;
}

.con_wrkflw {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.grid-flat {
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1.5fr 50px 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.img_holder {
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0.5px rgba(0, 0, 0, 0.3);
}

.img_border {
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0.5px rgba(0, 0, 0, 0.3);
}

.div-block-182 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 22px;
  line-height: 32px;
}

.div-block-182.l {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: left;
}

.heading-54 {
  font-size: 25px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1.38px;
  text-transform: none;
}

.image-116 {
  display: block;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.image-117 {
  display: none;
}

.pricing-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #f8b41c;
}

.pricing-header.pricing-bg-color-4 {
  background-color: #2f5bea;
}

.pricing-header.pricing-header-color-blue {
  background-color: #2f5bea;
}

.pricing-body-div-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-bottom: 1px none #000;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.pricing-body-div-text {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.pricing-body-custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 77%;
  -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;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.text-block-66 {
  color: rgba(1, 22, 57, 0.64);
  font-size: 12px;
}

.text-block-66.remove {
  color: rgba(255, 255, 255, 0.64);
}

.pricing-btn {
  background-color: #3b4ade;
}

.pricing-div {
  width: 100%;
  height: 800px;
  margin-left: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.container-13 {
  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;
}

.pricing-body-image {
  height: 30px;
}

.pricing-header-text {
  margin-top: 10px;
  color: #fff;
  font-weight: 700;
}

.pricing-header-price {
  color: #fff;
  font-size: 24px;
}

.list-8 {
  text-align: left;
}

.pricing-image {
  height: 40px;
}

.pricing-sub-body {
  width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.pricing-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.pricing-body-div-xlarge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-top: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.pricing-body-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: 3px;
  -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;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.11);
}

.text-block-67 {
  max-width: 65%;
  margin-right: 60px;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
}

.text-block-67._2 {
  max-width: 400px;
  margin-right: 0px;
  padding-right: 15px;
  font-size: 15px;
  line-height: 22px;
}

.text-block-67._3 {
  margin-bottom: 20px;
  font-size: 20px;
}

.text-block-68 {
  color: #fff;
  font-size: 54px;
  line-height: 54px;
  font-weight: 600;
  letter-spacing: 1.69px;
}

.text-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-bottom: 10px;
  -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;
  font-family: Proximanova, Verdana, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 54px;
  text-align: left;
  letter-spacing: 1.06px;
}

.margin-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 30px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.margin-div.h {
  padding: 0px 30px 30px;
}

.div-block-184 {
  max-width: 580px;
  float: right;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.div-block-184._2 {
  max-width: 810px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.text-span-3 {
  display: inline-block;
  margin-right: 10px;
  font-family: Proximanova, Verdana, sans-serif;
  color: hsla(0, 0%, 100%, 0.3);
  font-size: 45px;
  letter-spacing: 1.69px;
}

.footer-2 {
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  background-color: #011639;
}

.image-118 {
  margin-bottom: 40px;
}

.link-84 {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.link-84:hover {
  color: #0191fc;
}

.div-block-186 {
  margin-top: 40px;
}

.div-block-187 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.bold-text-21 {
  display: block;
}

.text-block-5 {
  display: inline-block;
  margin-right: 40px;
  margin-left: 20px;
  font-size: 24px;
  line-height: 44px;
  font-weight: 700;
}

.grid-5 {
  max-width: 1300px;
  margin-top: 100px;
  grid-column-gap: 69px;
  grid-template-areas: ".";
  -ms-grid-columns: auto 69px auto 69px auto 69px auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.banner {
  position: relative;
  top: -225px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  min-height: 430px;
  margin-right: 70px;
  margin-bottom: -350px;
  margin-left: 70px;
  padding-right: 8%;
  padding-bottom: 15px;
  padding-left: 8%;
  -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;
  background-image: url('../images/Path_1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.button-10 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.c-card-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -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;
}

.image-119 {
  width: 25px;
}

.cards-description {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  line-height: 24px;
}

.icon__cloud-resource {
  width: 16px;
}

.icon__action {
  width: 10px;
}

.icon__organisational {
  width: 22.5px;
}

.icon__cost-monitoring {
  width: 23.4px;
}

.icon__powerful-reports {
  width: 23px;
}

.div-block-188 {
  margin-right: -44px;
  margin-left: -44px;
}

.c-card-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  padding-right: 15px;
  padding-left: 15px;
}

.h5 {
  padding-top: 0px;
  color: #2c2e30;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  text-align: left;
}

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

.h5.center-mobile {
  font-family: Proximanova, Verdana, sans-serif;
  font-weight: 600;
}

.c-tag-link {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  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;
  text-align: left;
}

.b-cards-v2 {
  z-index: 25;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.c-footer-contact-link {
  display: inline-block;
  padding-left: 20px;
}

.icon-footer-email {
  width: 100%;
  max-width: 15px;
  margin-right: 10px;
}

.heading-30-copy {
  position: relative;
  top: 5px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  border-bottom: 2px solid #fff;
  font-family: Proximanova, Verdana, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-align: left;
}

.list-9 {
  padding-left: 16px;
}

.list-item-1 {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 25px;
}

.rtb-normal {
  font-size: 16px;
  line-height: 24px;
}

.rtb-normal p {
  font-size: 16px;
  line-height: 24px;
}

.rtb-normal li {
  margin-bottom: 7px;
  font-size: 16px;
}

.c-pricing-button {
  padding: 40px 22px 60px;
}

.container-1000 {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  font-family: Proximanova, Verdana, sans-serif;
  text-align: left;
}

.footer-row-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  color: #fff;
}

.footer-heading {
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  text-align: left;
}

.footer-row-1__pt2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -5px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.success-message-2 {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent;
}

.error-message-6 {
  padding-left: 42px;
  background-color: transparent;
  color: #f5951a;
}

.footer-form__button {
  position: relative;
  height: auto;
  max-width: 220px;
  margin-left: 12px;
  padding: 9px 69px 7px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
  background-color: #fff;
  font-family: Proximanova, Verdana, sans-serif;
  color: #3b4ade;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.31px;
  text-transform: uppercase;
  cursor: pointer;
}

.footer-row-2 {
  display: -ms-grid;
  display: grid;
  padding-top: 30px;
  padding-bottom: 25px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  -ms-grid-columns: 240px 1fr;
  grid-template-columns: 240px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  font-family: Proximanova, Verdana, sans-serif;
}

.footer-logo {
  width: 177px;
  height: 50px;
  margin-bottom: 22px;
  background-image: url('../images/Group-3-2.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-subtitle-text {
  font-size: 16px;
  line-height: 25px;
}

.div-block-189 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 0.75fr;
  grid-template-columns: 1fr 1fr 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: Proximanova, Verdana, sans-serif;
}

.footer-category-heading {
  display: inline-block;
  padding-right: 35px;
  padding-bottom: 4px;
  border-bottom: 2px solid #fff;
  font-family: Proximanova, Verdana, sans-serif;
  font-weight: 600;
}

.footer-category-heading.footer-category-heading__social {
  margin-right: 15px;
  margin-bottom: 0px;
  padding-right: 5px;
  padding-bottom: 0px;
  border-bottom-style: none;
  font-family: Proximanova, Verdana, sans-serif;
}

.footer-category-heading.footer-category-heading__contact {
  margin-right: 15px;
  padding-right: 5px;
}

.c-footer-link {
  margin-bottom: 4px;
  font-family: Proximanova, Verdana, sans-serif;
}

.footer-row-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 31px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-row-3__pt1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-190 {
  display: inline-block;
}

.c-footer-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  padding-bottom: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-location {
  position: relative;
  top: 4px;
  width: 14px;
  margin-right: 6px;
}

.free-price {
  display: inline-block;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #fff;
  font-size: 34px;
}

.ebook-section {
  display: none;
  margin-top: 40px;
  margin-bottom: 0px;
}

.div-block-191 {
  margin-left: auto;
}

.ebook-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.icon-11 {
  background-color: rgba(87, 199, 255, 0.5);
}

.icon-12 {
  background-color: rgba(87, 199, 255, 0.5);
}

.slider-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(116, 200, 242, 0.59);
}

.ebook-col-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 140px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.ebook-col-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-192 {
  position: relative;
  top: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mask-4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slide-11 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.button-11 {
  margin-top: 20px;
}

.button-12 {
  margin-top: 20px;
  border-radius: 4px;
  background-color: #15448c;
}

.ebook-image {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
}

.text-span-4 {
  color: rgba(1, 22, 57, 0.3);
}

.text-block-61 {
  color: rgba(1, 22, 57, 0.7);
  font-size: 12px;
}

.div-block-193 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-field-12 {
  border-style: solid;
  border-width: 1px;
  border-color: #8cbf3f;
  border-radius: 50px;
}

.ebook_cta {
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 50px;
  background-color: #8cbf3f;
}

.grid_ebook {
  margin: 50px;
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-areas: ".";
  -ms-grid-columns: 2fr 40px 2fr;
  grid-template-columns: 2fr 2fr;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.ebook-form {
  margin-top: -20px;
}

.div-block-194 {
  margin-right: 30px;
  margin-left: 30px;
  padding: 75px;
}

.section-35 {
  width: 100%;
  height: 100%;
}

.html-embed-2 {
  width: 100vw;
  height: 100vw;
}

.div-block-195 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin: 3px 20px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
}

.heading-55 {
  margin-bottom: 0px;
  line-height: 37px;
}

.slide-nav-5 {
  padding-top: 10px;
}

.button-13 {
  border-radius: 5px;
}

.cta-con {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-196 {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-197 {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-122 {
  margin-bottom: 40px;
}

.calculator_image {
  display: inline-block;
  max-height: 50%;
  max-width: 400px;
}

.calculator {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.calc_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  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;
}

.form-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr;
  grid-template-columns: 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.field-label-2 {
  margin-right: 20px;
  margin-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.field-label-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  margin-right: 0px;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Proximanova, Verdana, sans-serif;
  font-weight: 700;
}

.field-label-3.to {
  width: auto;
  margin-right: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-field-13 {
  width: 250px;
  margin-right: 20px;
  padding-left: 2px;
}

.text-field-13.time {
  width: 75px;
  margin-right: 0px;
}

.text-field-13.workloaderror {
  border-style: solid;
  border-width: 1px;
  border-color: red;
}

.text-field-13.currency {
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 1px;
  border: 1px solid #fff;
}

.text-field-14 {
  max-width: 100px;
}

.field-label-4 {
  margin-right: 20px;
  margin-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-field-15 {
  max-width: 100px;
}

.text-block-72 {
  display: none;
  overflow: visible;
  width: 2px;
  height: 500px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 24px;
}

.div-block-198 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 50px;
  margin-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.calculate_button {
  width: 200px;
  height: 50px;
  padding: 15px 25px;
  border-radius: 5px;
  background-color: #3b4ade;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.div-block-199 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-input-calc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  margin-left: 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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: left;
}

.div-block-200 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.select-field-3 {
  width: 75px;
  margin-right: 20px;
  padding: 10px;
}

.cost_display {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 20px 20px 10px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-size: 35px;
  font-weight: 700;
}

.text-display-calc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.calc_result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 30px;
  -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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  border-radius: 5px;
  background-color: #f2f2f2;
}

.calc_input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-left: 40px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  margin-left: 0px;
}

.calc_result_header {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.calc_result_header.to {
  width: auto;
  margin-right: 20px;
}

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

.cost_addition {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.cost_display_add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 10px 10px 20px;
  padding: 10px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-size: 55px;
  font-weight: 700;
}

.cost_total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.cost_display_total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-bottom: 0px;
  padding: 20px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-size: 35px;
  font-weight: 700;
}

.div-block-201 {
  margin-bottom: -10px;
  margin-left: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.div-block-202 {
  margin-left: -10px;
}

.div-block-203 {
  width: 500px;
  height: 2px;
  margin-top: -10px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.1);
}

.calculator_text {
  width: 500px;
  color: rgba(76, 76, 76, 0.7);
  font-weight: 400;
}

.calc_points {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.calc_points_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 20px;
  font-weight: 700;
}

.div-block-204 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.form-7 {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form-7.topbar {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-16 {
  width: 500px;
  height: 50px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 20px;
}

.text-field-16.topbar {
  width: 250px;
  height: 40px;
  font-size: 18px;
}

.field-label-5 {
  margin-right: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.usage_estimate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  margin-left: 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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: left;
}

.calc_points_icon {
  margin-bottom: 20px;
}

.submit-button-6 {
  overflow: visible;
  width: 230px;
  border-radius: 0px 5px 5px 0px;
  background-color: #3b4ade;
  font-weight: 600;
}

.form-block-6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-124 {
  max-width: 45%;
}

.text-block-74 {
  font-size: 20px;
}

.success-message-3 {
  background-color: #ececec;
}

.text-block-75 {
  font-size: 20px;
}

.success-message-4 {
  background-color: #ececec;
}

.cost_display_scheduling {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 20px 20px 10px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-size: 35px;
  font-weight: 700;
}

.cost_display_auto_scheduling {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 20px 20px 10px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-size: 35px;
  font-weight: 700;
}

.error-message-7 {
  background-color: transparent;
}

.success-message-5 {
  background-color: transparent;
}

.checkbox {
  display: none;
}

.checkbox-label {
  display: none;
}

.checkbox-label-2 {
  display: none;
}

.hiddencheckbox {
  display: none;
}

.formerror {
  color: red;
  font-size: 14px;
  line-height: 16px;
}

.hiddeneror {
  display: none;
}

.div-block-205 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-125 {
  max-width: 80%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-block-2 {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-206 {
  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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.scheduler-con {
  margin-top: 20px;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70%;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  box-shadow: 1px 1px 3px 0 transparent;
}

.curencyinput {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 250px;
  padding-left: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
}

.thank-you-btn {
  margin-right: 10px;
  margin-left: 10px;
  box-shadow: 6px 6px 3px 0 rgba(56, 152, 236, 0.4);
}

.thank-you-btn:hover {
  box-shadow: 1px 1px 3px 0 rgba(56, 152, 236, 0.4);
}

.goto-home-btn {
  border-style: solid;
  border-width: 0.1px;
  border-color: rgba(0, 0, 0, 0.43);
  background-color: #fff;
  box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, 0.43);
  color: #000;
}

.goto-home-btn:hover {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.43);
}

.calc-form-text-field {
  border: 1px none #000;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.44);
  color: #000;
}

.calc-form-text-field::-webkit-input-placeholder {
  color: #bbb;
}

.calc-form-text-field:-ms-input-placeholder {
  color: #bbb;
}

.calc-form-text-field::-ms-input-placeholder {
  color: #bbb;
}

.calc-form-text-field::placeholder {
  color: #bbb;
}

.calc-btn.submit-button-6 {
  width: auto;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 5px;
}

.calc-btn.submit-button-6-invert {
  width: auto;
  margin-right: 10px;
  margin-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #3b4ade;
  border-radius: 5px;
  background-color: #fff;
  color: #3b4ade;
}

.calc-form-block {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.calc-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 20px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.53);
}

.roi-report-overview-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 20px;
  padding: 60px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 8px 4px rgba(116, 200, 242, 0.2);
}

.roi-report-head {
  margin-top: 40px;
  margin-bottom: 0px;
  text-align: center;
}

.roi-report-overview-section {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.roi-report-overview-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.roi-report-overview-img {
  max-width: 75px;
  margin-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.columns-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.roi-col-head {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}

.roi-overview-numbers {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 600;
}

.roi-report-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -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;
}

.roi-report-con.hide {
  display: none;
}

.roi-report-con.add-top-margin {
  margin-top: 105px;
}

.roi-report-head-2 {
  width: 60%;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.roi-report-desc {
  width: 60%;
  font-size: 14px;
  text-align: center;
}

.comp-chart-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.roi-report-comp-heading-3 {
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
  text-align: center;
}

.roi-comp-chart {
  width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.roi-comp-text-and-icon {
  width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.roi-comp-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.comp-table-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.comp-col {
  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: 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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.comp-col.hide {
  display: none;
}

.comp-text-con {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.comp-old-number {
  width: 200px;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.comp-text {
  width: 200px;
  font-weight: 300;
  text-align: center;
}

.comp-old-change {
  color: #265d24;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.line-sep {
  width: 80%;
  text-align: center;
}

.div-block-207 {
  width: 90%;
  border: 0.5px solid #bbb;
}

.line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 40px;
  -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;
}

.text-report-content {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pillar-col {
  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;
  border-radius: 10px;
  text-align: center;
}

.roi-col-head-2 {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.pillar-head-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -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-bottom: 1px solid #2481de;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: rgba(116, 200, 242, 0.34);
}

.pillar-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pillar-body-result-1 {
  margin-top: 10px;
  margin-bottom: 40px;
}

.pillar-body-result-2 {
  margin-bottom: 20px;
}

.result-tbn {
  display: none;
  margin-top: 10px;
  margin-bottom: 0px;
  border: 2px solid #249cfc;
  background-color: #fff;
  color: #249cfc;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.pillar-number {
  padding: 2.5px 10px;
  border-radius: 15px;
  background-color: #57c7ff;
}

.pillar-name {
  margin-bottom: 10px;
}

.pillar-con {
  border-style: none;
  border-width: 1px;
  border-color: rgba(87, 199, 255, 0.5);
  border-radius: 5px;
  box-shadow: 1px 1px 20px 9px rgba(170, 180, 190, 0.25);
}

.pillar-table {
  width: 66%;
  margin-top: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.roi-report-comp {
  margin-top: 0px;
  margin-bottom: 40px;
  text-align: center;
}

.header-con.top-margin {
  margin-top: 105px;
}

.ph-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 5% 60px;
  -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;
}

.ph-section.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  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: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ph-section.hero.bg {
  margin-top: 100px;
  padding-right: 10%;
  padding-left: 10%;
  background-image: url('../images/download-7.png');
  background-position: 100% 80%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Proximanova, Verdana, sans-serif;
}

.ph-section.hero.bg.no-gif {
  height: 500px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ph-section.customer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10%;
  margin-left: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f3f3f3;
  box-shadow: 1px 1px 3px 0 hsla(0, 0%, 60%, 0.64);
  -webkit-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
  font-family: Proximanova, Verdana, sans-serif;
}

.ph-section.what-can-tc-do {
  margin: 100px 10% 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Proximanova, Verdana, sans-serif;
}

.ph-section.what-can-tc-do.complex {
  margin: 10px 15% 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ph-section.what-can-tc-do.complex.mod {
  margin-top: 40px;
  margin-bottom: 10px;
}

.ph-section.full-width {
  width: 80%;
  margin-right: 10%;
  margin-left: 10%;
  padding-top: 20px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Proximanova, Verdana, sans-serif;
}

.ph-section.e2e {
  margin-right: 0%;
  margin-left: 0%;
  padding: 40px 10%;
  -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;
  font-family: Proximanova, Verdana, sans-serif;
}

.ph-section.e2e.sign-up-banner {
  height: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(26%, #3b4ade), to(#05f));
  background-image: linear-gradient(0deg, #3b4ade 26%, #05f);
  font-family: Proximanova, Verdana, sans-serif;
}

.ph-section.e2e.sign-up-banner {
  height: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(26%, #3b4ade), to(#05f));
  background-image: linear-gradient(0deg, #3b4ade 26%, #05f);
  font-family: Proximanova, Verdana, sans-serif;
}

.ph-section.page-height {
  min-height: 100%;
  margin-right: 10%;
  margin-left: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Proximanova, Verdana, sans-serif;
}

.ph-section.page-height.invert-section {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.ph-section.page-height.hide {
  display: none;
}

.ph-section.page-height.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.ph-section.page-height.center {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Proximanova, Verdana, sans-serif;
}

.ph-section.e2e-hiw {
  margin-right: 0%;
  margin-left: 0%;
  padding: 40px 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.ph-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  margin-bottom: 20px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Proximanova, Verdana, sans-serif;
  font-weight: 600;
  text-align: center;
}

.ph-primary-btn {
  padding: 10px 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 8px;
  background-color: #3b4ade;
  color: #fff;
  text-align: center;
}

.ph-primary-btn.space-above {
  margin-top: 40px;
}

.ph-hero-image {
  width: 70%;
  margin-top: 60px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.69);
}

.customer-number {
  position: static;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.body-8 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.equispaced-col-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ph-cols {
  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: 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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ph-cols.invert-mobile.invert-desktop {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.ph-cols.invert-col {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.ph-cols.invert-desktop {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.ph-cols.home.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.heading-56 {
  margin-bottom: 10px;
}

.ph-col-text-right {
  padding-right: 40px;
  padding-left: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.ph-col-text-right.right {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.ph-text-right-header {
  font-family: Proximanova, Verdana, sans-serif;
  font-weight: 400;
}

.ph-text-right-para {
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.ph-col-left-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ph-col-left-image.right {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.ph-col-left-image.to-left {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.ph-text-left-header {
  font-family: Proximanova, Verdana, sans-serif;
  font-weight: 400;
}

.ph-text-left-para-rt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.ph-text-left-para {
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.ph-full-width-header {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Proximanova, Verdana, sans-serif;
  font-weight: 400;
  text-align: center;
}

.ph-full-width-para {
  font-family: Proximanova, Verdana, sans-serif;
  text-align: center;
}

.full-width-header-1 {
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Proximanova, Verdana, sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}

.feature-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  font-family: Proximanova, Verdana, sans-serif;
}

.feature-col.hide {
  display: none;
}

.ph-col-left-text {
  padding-right: 40px;
  padding-left: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.ph-col-left-text.decrease {
  padding-right: 40px;
  padding-left: 40px;
}

.ph-col-right-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ph-col-right-image.right {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.feature-icon {
  height: 120px;
}

.feature-icon.smaller-ico {
  height: 80px;
}

.ph-feature-header {
  margin-bottom: 5px;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.ph-feature-text {
  margin-top: 10px;
  font-family: Proximanova, Verdana, sans-serif;
  font-weight: 300;
  text-align: center;
}

.full-width-div-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-colss {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-sub-head {
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: rgba(116, 200, 242, 0.59);
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.feature-sub-head.hide {
  display: none;
  font-family: Proximanova, Verdana, sans-serif;
  font-weight: 400;
}

.macbook-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 500px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/macbook.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-r.size-change {
  width: 100%;
  height: auto;
}

.image-right {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
}

.image-right.home {
  width: 200px;
  box-shadow: none;
}

.image-right.size-change {
  width: 100%;
}

.image-right.make-small {
  height: 250px;
}

.image-right.make-medium {
  height: 350px;
}

.image-right.change-size {
  height: 150px;
}

.ph-col-left-text-copy {
  padding-left: 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.right-text-rt {
  font-family: Avenir;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.left-col {
  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-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;
}

.middle-col {
  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-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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.right-col {
  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-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;
}

.lottie-image {
  height: 200px;
}

.image-uc {
  height: 100px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-uc._80px-ico {
  height: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.uc-text {
  margin-top: 20px;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.complexity-text {
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.complexity-text.small-text {
  margin-top: 10px;
  margin-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.complexity-text.small-text.left-align {
  margin-left: 0px;
  font-family: Proximanova, Verdana, sans-serif;
  text-align: center;
}

.complexity-text.small-text.left-align.left-extreme {
  margin-left: 20px;
  text-align: left;
}

.complexity-text.small-text.right-extreme {
  margin-right: 20px;
  text-align: right;
}

.horizontal-image-full-width {
  width: 60%;
}

.full-width-div-right {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Proximanova, Verdana, sans-serif;
}

.aws-resource-div-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(187, 232, 255, 0.59);
  border-radius: 10px;
  box-shadow: 1px 1px 3px 0 rgba(116, 200, 242, 0.75);
  font-weight: 400;
  text-align: center;
}

.aws-resource-div-square.hide {
  display: none;
}

.full-width-div-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ph-text-e2e-header {
  margin-bottom: 10px;
  font-family: Proximanova, Verdana, sans-serif;
  text-align: center;
}

.ph-text-e2e-header.white-tagline {
  margin-top: 60px;
  padding-top: 10px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #fff;
  font-weight: 300;
}

.ph-text-e2e-header.white-tagline {
  margin-top: 60px;
  padding-top: 10px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #fff;
  font-weight: 300;
}

.ph-text-e2e-para {
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.how-it-works-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -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;
  text-align: center;
}

.how-it-works-div.badge {
  margin-right: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.badge {
  width: 140px;
}

.hiw-image {
  display: block;
  width: 100px;
}

.hiw-image.editor {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hiw-image.graph {
  width: 100px;
}

.hiw-image.aws {
  width: 40px;
}

.hiw-image.interface {
  width: 80px;
}

.lottie-animation {
  width: 140px;
}

.hiw-image-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.columns-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col-hiw {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.col-hiw.hide {
  display: none;
}

.container-1001 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hiw-img-con {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hiw-text-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hiw-con-img-ind {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hiw-con-img-ind.editor {
  width: 300px;
}

.hiw-con-tcxt-ind.editor {
  width: 300px;
}

.hiw-con-tcxt-ind.aws {
  width: 40px;
}

.secondary-cta {
  padding: 10px;
  border: 0.5px none #202020;
  border-radius: 5px;
  background-color: #fff;
  font-family: Avenir;
  color: #181818;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.curved-div {
  position: absolute;
  top: auto;
  z-index: 0;
  width: 100%;
  height: 100px;
  background-color: hsla(0, 0%, 100%, 0);
}

.invert-btn-color {
  border: 1px solid #2481de;
  background-color: #fff;
  box-shadow: 1px 1px 3px 2px #2481de;
  color: #2481de;
  text-transform: none;
}

.subtitle-header {
  margin-top: 5%;
  margin-bottom: 10px;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.left-switch {
  width: 21px;
  height: 21px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #3b4ade;
}

.switch-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 25px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: solid;
  border-width: 2px;
  border-color: #3b4ade;
  border-radius: 25px;
}

.text-block-84 {
  color: rgba(51, 51, 51, 0.5);
  font-weight: 600;
}

.tooltip-arrow {
  position: absolute;
  left: 0px;
  top: -5px;
  right: 0px;
  bottom: auto;
  display: none;
  width: 8px;
  height: 8px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid none none solid;
  border-width: 1px;
  border-color: #e1e6ee #e1e6ee #e1e6ee #e1e6ee;
  background-color: #494949;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pricing-table-child-head {
  padding-bottom: 10px;
  background-color: #e1e4eb;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
}

.pricing-table-content {
  padding: 20px 10px 10px;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-weight: 600;
}

.price-usd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.tooltip {
  position: absolute;
  bottom: 50%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 90%;
  margin-top: 22px;
  margin-bottom: 0px;
  padding: 10px;
  -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;
  border: 1px solid #e1e6ee;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(89, 98, 115, 0.1);
  color: #7a8292;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  text-transform: none;
}

.tooltip.hidden {
  position: absolute;
  top: 0px;
  bottom: auto;
  display: none;
  background-color: rgba(87, 170, 255, 0.97);
}

.image-127 {
  position: absolute;
  left: auto;
  top: -70px;
  right: 40px;
  bottom: 20%;
  max-width: 70px;
}

.h2-2 {
  display: block;
  margin-bottom: 30px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #2c2e30;
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
  text-align: center;
}

.h2-2.pricing-page-h2 {
  margin-top: 30px;
}

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

.pricing-hero-text-div {
  position: relative;
  margin-bottom: 75px;
}

.pricing-hero-scetion {
  display: none;
}

.text-block-82 {
  padding-top: 20px;
  padding-bottom: 10px;
  color: rgba(36, 47, 64, 0.7);
  font-size: 22px;
  font-weight: 600;
}

.text-block-85 {
  color: rgba(51, 51, 51, 0.5);
  line-height: 16px;
}

.pricing-hero-text-child-div {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.pricing-head {
  padding-top: 40px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.pricing-table-contentdiv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -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;
}

.pricing-table-tooltip-img {
  margin-left: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block-90 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-weight: 400;
}

.grid-11 {
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -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;
  color: #4c4c4c;
}

.pricing-table.most-popular-pricing-footer {
  margin-top: 60px;
}

.pricing-switcher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-87 {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 600;
}

.charged-text {
  font-size: 14px;
}

.pricing-table-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  text-align: center;
}

.pricing-table-text {
  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;
}

.text-block-80 {
  display: inline-block;
  padding-right: 5px;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.pricing-most-popular-text {
  border-radius: 5px;
  font-size: 14px;
}

.text-block-77 {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
}

.price-monthly {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.pricing-table-head {
  background-color: #3b4ade;
  color: #fff;
  text-align: center;
}

.text-block-78 {
  margin-top: 5px;
  color: #25262d;
}

.text-block-86 {
  color: rgba(0, 0, 0, 0.4);
}

.div-block-217 {
  height: 25px;
}

.pricing-table-container {
  width: 100%;
  max-width: 1300px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.pricing-grid-container {
  width: 100%;
  border: 1px solid #bbb7b7;
}

.pricing-grid-container.most-popular-pricing {
  margin-top: -50px;
  margin-bottom: -50px;
  border-style: solid;
  border-width: 2px;
  border-color: #3b4ade;
  background-color: transparent;
  box-shadow: 0 3px 16px 0 rgba(75, 87, 209, 0.52);
}

.custom-workflow-no {
  width: 16px;
  height: 16px;
  color: #4c4c4c;
  text-align: center;
}

.pricing-most-popular {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pricing-most-popular-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  background-color: #f5951a;
}

.pricing-table-img {
  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;
}

.text-block-81 {
  display: inline-block;
}

.text-block-79 {
  display: inline-block;
  padding-right: 5px;
  font-size: 16px;
  line-height: 16px;
}

.enterprise-plan-child-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 990px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.enterprise-plan-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.enterprise-text {
  color: #2c2e30;
  font-size: 20px;
  line-height: 18px;
  font-weight: 400;
}

.enterprise-plan-img {
  margin-top: 2px;
  margin-right: 5px;
  padding-top: 0px;
}

.image-128 {
  position: absolute;
  left: 0%;
  top: -80px;
  right: auto;
  bottom: 20%;
  max-width: 75px;
}

.enterprise-plan-container {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 1350px;
  border-style: solid;
  border-width: 3px;
  border-color: #3b4ade;
}

.enterprise-plan-section {
  display: none;
  width: 100%;
  margin-top: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.enterprise-plan-btn-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.accordion-pane-content {
  margin-right: 0px;
  padding: 20px;
  background-color: rgba(59, 74, 222, 0.2);
}

.accordion-pane-content.faq {
  display: block;
}

.accordion-pane-content.faq2 {
  display: block;
}

.faq-container {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.accordion-container {
  overflow: hidden;
  max-width: 100%;
  border-radius: 4px;
}

.last-faq-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
  -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;
  border-top: 1px solid #09f;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.last-faq-line:hover {
  background-color: transparent;
}

.answer-paragraph {
  margin-bottom: 0px;
  font-family: Proximanova, Verdana, sans-serif;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.accordion-item-wrapper {
  margin-bottom: 10px;
}

.accordion-plus {
  width: 15px;
  opacity: 0.8;
}

.accordion-pane {
  overflow: hidden;
}

.accordion-minus {
  display: none;
  width: 15px;
  opacity: 0.8;
}

.faq-heading {
  text-align: left;
}

.accordion-tab-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
  -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;
  border-top: 1px solid #09f;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.accordion-tab-button-2:hover {
  background-color: transparent;
}

.faq-section {
  width: 100%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.ph {
  position: fixed;
  left: auto;
  top: 15%;
  right: 3%;
  bottom: auto;
  z-index: 4;
  display: block;
}

.subtitle-header-2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #535353;
  font-size: 24px;
  line-height: 26px;
}

.ph-heading-alternate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Proximanova, Verdana, sans-serif;
  font-weight: 600;
  text-align: center;
}

.ph-heading-alternate.size {
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.btn-cta-subtitle {
  margin-bottom: 10px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #585858;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

.div-block-218 {
  display: inline-block;
  width: 100%;
  max-width: 1340px;
}

.button-blue-2 {
  display: block;
  width: 100%;
  max-width: 200px;
  margin-bottom: 0px;
  padding: 17px 19px 16px;
  border-radius: 6px;
  background-color: #3b4ade;
  font-family: Proximanova, Verdana, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.44px;
  text-transform: uppercase;
  cursor: pointer;
}

.button-blue-2.button-blue__center {
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
}

.section-36 {
  margin-top: 40px;
  padding-right: 5%;
  padding-left: 5%;
}

.ph-text-left-header-alternate {
  font-weight: 400;
}

.benefits-col {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.benefits-col.hide {
  display: none;
}

.columns-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.benefits-col-img {
  width: 100px;
}

.section-37 {
  font-family: Avenir;
}

.section-37.hero {
  margin-top: 125px;
  font-family: Proximanova, Verdana, sans-serif;
}

.tabs-2 {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs-menu-4 {
  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;
}

.usecase-con {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #979797;
  border-radius: 0px;
  box-shadow: 1px 1px 3px 0 #6d6d6d;
}

.usecase-name-con {
  padding-top: 5px;
  padding-bottom: 20px;
  border: 1px none #000;
  text-align: center;
}

.usecase-info-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.usecase-node-con {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.node-overall-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.link-85 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.benefits-con {
  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;
}

.name-and-description-con {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.usecases-and-benefits-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.usecase-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 20px 10px 0px;
  padding: 10px;
  border-radius: 15px;
  background-color: rgba(116, 200, 242, 0.13);
}

.usecase-link-block:hover {
  background-color: rgba(116, 200, 242, 0.37);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.46);
}

.use-case-img {
  width: 80px;
  padding: 10px;
}

.usecase-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #202020;
  font-size: 1.2rem;
  line-height: 28px;
  text-align: left;
}

.sign-up-message {
  margin-top: 40px;
  padding: 40px 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: rgba(116, 200, 242, 0.28);
  text-align: center;
}

.sign-up-message.bg-white {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.heading-58 {
  text-align: center;
}

.paragraph-33 {
  font-size: 1.2rem;
  text-align: center;
}

.name-and-img-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.img-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-131 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.solution-heading {
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 2.8rem;
}

.solution-heading.secondary {
  font-size: 2.2rem;
}

.templates-heading-name {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ph-primary-btn-2 {
  padding: 10px 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 8px;
  background-color: #3b4ade;
  color: #fff;
  text-align: center;
}

.feature-sub-head-2 {
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: rgba(116, 200, 242, 0.59);
  font-family: Avenir;
  font-size: 12px;
  font-weight: 500;
}

.feature-sub-head-2.hide {
  display: none;
  font-family: Proximanova, Verdana, sans-serif;
}

.invert-btn-color-2 {
  border: 1px solid #2481de;
  background-color: #fff;
  box-shadow: 1px 1px 3px 2px #2481de;
  color: #2481de;
  text-transform: none;
}

.text-block-92 {
  text-align: center;
}

.text-block-93 {
  text-align: center;
}

.image-132 {
  display: none;
}

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

.rich-text-block.add-padding {
  padding-top: 56px;
  font-family: Proximanova, Verdana, sans-serif;
}

.container-1002 {
  padding-top: 0px;
}

.div-block-220 {
  margin-top: 105px;
}

.div-block-222 {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-box {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-box.align-center {
  -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;
}

.flex-box.flex-box-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.navbar2-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: none;
  border-width: 0px;
  border-color: rgba(87, 199, 255, 0.5);
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.27);
  text-transform: uppercase;
}

.nav-menu-bar-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 11px;
  padding: 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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-menu-bar-links.below-border {
  margin-bottom: 11px;
}

.nav-menu-bar-links.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.nav-menu-bar-links.no-padding {
  height: auto;
  padding-left: 0px;
}

.nav-menu-bar-links.no-padding.border-top {
  border-top: 1px solid #000;
}

.nav-menu-bar-links.no-padding.top-margin {
  margin-top: 20px;
}

.nav-menu-bar-links.border-bottom {
  border: 1px solid #d7d7d7;
}

.nav-menu-bar-links.nav-horiz-icon-arrangement {
  margin-top: 6%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-para {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.5px;
  text-transform: none;
}

.menu-para.blog {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
}

.menu-para.hide {
  display: none;
}

.btn {
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #1d8cf8;
  border-radius: 10px;
  background-color: #fff;
  background-image: linear-gradient(260deg, #1d8cf8, #3358f4);
  color: #1d8cf8;
}

.btn.whitefont {
  padding-right: 25px;
  padding-left: 25px;
  background-image: linear-gradient(260deg, #3358f4, #1d8cf8);
  font-family: Proximanova, Verdana, sans-serif;
  color: #fff;
}

.btn.whitefont:hover {
  background-image: none;
  color: #0191fc;
}

.btn.whitefont.make-large {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 10px 35px;
  background-image: linear-gradient(260deg, #3358f4, #1d8cf8);
  font-family: Proximanova, Verdana, sans-serif;
  white-space: nowrap;
  cursor: pointer;
}

.btn.whitefont.make-large:hover {
  background-image: none;
}

.btn.whitefont.make-large.left-margin {
  margin-left: 40px;
}

.btn.whitefont.make-large.left-margin.lite-margn {
  margin-left: 20px;
}

.btn.whitefont.make-large.left-margin.lite-margn.white-color {
  display: inline-block;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: none;
  color: #2481de;
  cursor: pointer;
}

.btn.whitefont.make-large.left-margin.lite-margn.white-color:hover {
  background-image: linear-gradient(260deg, #3358f4, #1d8cf8);
  color: #fff;
}

.btn.whitefont.make-large.top-margin {
  margin-top: 15px;
}

.btn.whitefont.make-large.montesra-font {
  font-family: Proximanova, Verdana, sans-serif;
}

.btn.whitefont.make-large.inverse {
  background-image: none;
  color: #2481de;
}

.btn.whitefont.make-large.inverse:hover {
  background-image: linear-gradient(260deg, #3358f4, #1d8cf8);
  color: #fff;
}

.btn.whitefont.make-large.top-margin-75px {
  margin-top: 75px;
}

.btn.whitefont.small {
  font-size: 14px;
}

.btn.whitefont.left-margin.noti {
  cursor: pointer;
}

.nav-link-3 {
  position: static;
  margin-left: 0px;
  padding-right: 20px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #011639;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.nav-link-3:hover {
  color: #3b4ade;
  font-weight: 600;
  text-decoration: underline;
}

.nav-link-3.w--current {
  font-size: 16px;
}

.nav-link-3.rs {
  position: relative;
}

.dropdown-link-12 {
  width: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #3b4ade;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.dropdown-link-12.blog {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 15px;
}

.dropdown-link-12.padding {
  width: auto;
  padding-left: 20px;
}

.dropdown-link-12.padding.border-top {
  width: 150px;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 20px;
  padding-left: 0px;
  border-top: 1px solid #d7d7d7;
}

.dropdown-link-12.border-top {
  border-top: 1px solid #d7d7d7;
}

.dropdown-link-12.border-top.margin-top {
  margin-top: 20px;
  margin-bottom: 5px;
}

.dropdown-link-12.border-top.margin-top.blog {
  margin-top: 0px;
}

.text-block-59 {
  font-size: 14px;
  text-transform: uppercase;
}

.brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 200px;
  margin-top: 0px;
  padding-top: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.brand-2.w--current {
  width: 100%;
  height: auto;
  max-width: 200px;
  margin-top: 0px;
}

.dropdown-list-5 {
  padding-top: 40px;
}

.dropdown-list-5.w--open {
  left: -20px;
  top: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}

.dropdown-list-5.sec {
  width: 20em;
}

.dropdown-list-5.small {
  width: 30em;
}

.dropdown-list-5.platform {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  margin-top: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdown-list-5.platform.blog.w--open {
  padding-top: 10px;
}

.nav-bar-v1-navigation {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  -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;
  border-bottom: 1px solid #8e94a2;
  color: #21242d;
  font-weight: 600;
}

.menu-icon-line-middle {
  height: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: #151515;
}

.nav-dropdown-list.w--open {
  width: auto;
  margin-left: -8px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #21242d;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
}

.underline-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 2px;
  margin-right: auto;
  margin-bottom: -1px;
  margin-left: auto;
  background-color: #8e94a2;
}

.underline-2.white {
  background-color: #fff;
}

.nav-link-arrow {
  position: absolute;
  top: 0px;
  right: 13px;
  bottom: 1px;
  margin-top: auto;
  margin-bottom: auto;
}

.menu-icon-line-top {
  height: 2px;
  background-color: #151515;
}

.menu-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.menu-icon-line-bottom {
  height: 2px;
  background-color: #151515;
}

.wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: transparent;
}

.wrapper.nav-bar-v1-wrapper {
  position: static;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrapper.image-block {
  overflow: hidden;
  height: auto;
}

.logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -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;
}

.nav-dropdown {
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
}

.sign-up {
  padding-right: 20px;
  padding-left: 20px;
  border: 2px solid #3270ff;
  border-radius: 3px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #21242d;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.sign-up:hover {
  background-color: #3270ff;
  color: #fff;
}

.sign-up.nav-link.signup-button {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #3270ff;
  font-family: Proximanova, Verdana, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid rgba(33, 36, 45, 0.1);
  background-color: #fff;
}

.nav-menu-v1 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  padding-right: 5px;
  padding-left: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-4 {
  padding: 28px 16px;
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
  font-family: Proximanova, Verdana, sans-serif;
  color: #21242d;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-link-4:hover {
  color: #4d5464;
}

.nav-link-4.w--current {
  color: #161a25;
}

.nav-link-4.nav-link-dropdown {
  padding-right: 26px;
}

.nav-dropdown-link {
  padding: 8px 32px 8px 24px;
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 14px;
}

.nav-dropdown-link:hover {
  color: #fff;
}

.nav-dropdown-link.w--current {
  color: #fff;
}

.footer-category-heading-2 {
  display: inline-block;
  padding-right: 35px;
  padding-bottom: 4px;
  border-bottom: 2px solid #fff;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
}

.footer-category-heading-2.footer-category-heading__contact {
  margin-right: 15px;
  padding-right: 5px;
}

.footer-category-heading-2.footer-category-heading__social {
  margin-right: 15px;
  padding-right: 5px;
}

.footer-subtitle-text-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.section-13 {
  width: 100%;
  max-width: none;
  margin: auto;
  padding: 40px;
  float: left;
  background-color: #3b4ade;
  text-align: center;
}

.link-footer-2 {
  display: inline-block;
  float: none;
  clear: both;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.link-footer-2:hover {
  color: hsla(0, 0%, 100%, 0.65);
}

.link-footer-2.link-footer__social {
  margin-right: 18px;
}

.div-block-223 {
  margin-bottom: 40px;
}

.sidebar-divider {
  width: 100%;
  height: 2px;
  margin-top: 16px;
  margin-bottom: 32px;
  border-left: 32px solid #21242d;
  background-color: #e2e4eb;
}

.post-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sidebar-search {
  margin-bottom: 48px;
  padding: 20px;
  border-radius: 4px;
  background-color: #f4f5f8;
}

.instagram-hover-icon {
  position: absolute;
  right: 7px;
  bottom: 7px;
  z-index: 1;
  width: 24px;
  height: 24px;
}

.instagram-hover-icon.center {
  left: 7px;
  top: 7px;
  right: 7px;
  bottom: 7px;
  display: block;
  margin: auto;
}

.input {
  height: 48px;
  margin-bottom: 24px;
  padding: 12px 24px;
  border: 1px solid #e2e4eb;
  border-radius: 4px;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease;
  font-size: 14px;
  line-height: 24px;
}

.input:hover {
  border-color: #c0c4cd;
}

.input:focus {
  border-color: #3270ff;
}

.input::-webkit-input-placeholder {
  color: #8e94a2;
}

.input:-ms-input-placeholder {
  color: #8e94a2;
}

.input::-ms-input-placeholder {
  color: #8e94a2;
}

.input::placeholder {
  color: #8e94a2;
}

.input.no-margin {
  margin: 0px;
  font-family: Montserrat, sans-serif;
}

.input.icon-right {
  padding-right: 52px;
}

.input.icon-right.no-margin {
  font-family: Montserrat, sans-serif;
}

.input.dark {
  margin-top: 0px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: rgba(0, 0, 0, 0.4);
}

.input.dark:hover {
  border-color: hsla(0, 0%, 100%, 0.4);
}

.input.dark:focus {
  border-color: hsla(0, 0%, 100%, 0.4);
  background-color: rgba(0, 0, 0, 0.4);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
}

.input.dark::-webkit-input-placeholder {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
}

.input.dark:-ms-input-placeholder {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
}

.input.dark::-ms-input-placeholder {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
}

.input.dark::placeholder {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
}

.blog-sides {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.button-arrow-icon {
  position: absolute;
  right: 0px;
  display: block;
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
}

.sidebar-block {
  margin-bottom: 56px;
}

.sidebar-block.hide {
  display: none;
}

.sidebar-block.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -56px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-38 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 40px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.section-38.dark-mask {
  overflow: hidden;
  background-color: #21242d;
  color: #fff;
}

.section-38.dark-mask.nav-bar-v1-padding {
  height: 300px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  background-color: transparent;
}

.section-38.border-bottom {
  border-bottom: 1px solid #e2e4eb;
}

.section-38.border-bottom.no-padding-vertical {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.section-38.haze {
  padding-top: 60px;
}

.section-38.less-padding {
  padding-top: 30px;
  font-family: Montserrat, sans-serif;
}

.section-38.add-padding {
  padding-top: 84px;
}

.section-38.less-margin {
  padding-bottom: 20px;
}

.form-error {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 4px;
  background-color: rgba(255, 48, 113, 0.1);
  color: #ff3071;
  font-size: 12px;
  line-height: 20px;
}

.full-width {
  width: 100%;
}

.button-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin-top: 8px;
  margin-right: 20px;
  margin-bottom: 8px;
  padding: 12px 20px;
  -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;
  border-style: none;
  border-radius: 5px;
  background-color: #21242d;
  background-image: none;
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  font-family: Proximanova, Verdana, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-14:hover {
  background-color: #3270ff;
}

.button-14.subscribe-icon-button {
  width: 60px;
  margin-left: -6px;
  background-image: url('../images/paperplane-icon-white.svg'), -webkit-gradient(linear, left top, left bottom, from(#3270ff), to(#3270ff));
  background-image: url('../images/paperplane-icon-white.svg'), linear-gradient(180deg, #3270ff, #3270ff);
  background-position: 50% 50%, 0px 0px;
  background-size: 24px, auto;
  background-repeat: no-repeat, repeat;
}

.button-14.ghost {
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #d3d8e1;
  color: #2c3340;
}

.button-14.ghost:hover {
  box-shadow: inset 0 0 0 1px #8e94a2;
}

.button-14.search-button {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 12px;
  background-color: #3270ff;
}

.button-14.color-6 {
  background-color: #00c87a;
}

.button-14.color-6:hover {
  background-color: #00a867;
}

.button-14.ghost-bg {
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.4);
  color: #fff;
}

.button-14.ghost-bg:hover {
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.7);
}

.button-14.ghost-bg.margin-left {
  margin-right: 20px;
  font-family: Proximanova, Verdana, sans-serif;
}

.button-14.white {
  margin-right: 20px;
  background-color: #fff;
  background-image: none;
  box-shadow: none;
  color: #2c3340;
}

.button-14.white:hover {
  background-color: #e2e4eb;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
}

.paragraph-small {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-small.text-grey {
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-small.text-grey {
  font-family: Proximanova, Verdana, sans-serif;
}

.input-wrapper {
  position: relative;
}

.sidebar-category {
  width: 50%;
  padding: 6px;
}

.sidebar-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -6px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sidebar-instagram-button {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding: 16px 20px;
  -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;
  border-radius: 4px;
  background-color: #21242d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-decoration: none;
}

.sidebar-instagram-button:hover {
  background-color: #3270ff;
}

.button-arrow-space {
  position: relative;
  right: -4px;
  width: 24px;
  height: 20px;
}

.sidebar-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.collection-list-wrapper-2 {
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
}

.sidebar-subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-sidebar {
  width: 350px;
  margin-left: 50px;
  padding-right: 15px;
  padding-left: 15px;
}

.sidebar-instagram {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
}

.form-success-2 {
  padding: 16px;
  background-color: transparent;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
}

.form-success-2.left {
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.input-icon-left {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 1;
  height: 24px;
  opacity: 0.4;
}

.input-icon-left.icon-right {
  left: auto;
  right: 16px;
}

.uppercase {
  margin-bottom: 8px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.hidden {
  display: none;
}

.featured-post {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.blog-side {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar-instagram-link {
  position: relative;
  overflow: hidden;
  width: 33.33%;
  background-color: #21242d;
}

.featured-image-home {
  position: relative;
  overflow: hidden;
  height: 340px;
}

.featured-image-home.new {
  margin-bottom: 10px;
}

.post-card-preview-feature-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 340px;
  margin-bottom: 24px;
  padding: 16px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: -webkit-filter 300ms ease;
  transition: -webkit-filter 300ms ease;
  transition: filter 300ms ease;
  transition: filter 300ms ease, -webkit-filter 300ms ease;
  text-decoration: none;
}

.post-card-preview-feature-home:hover {
  -webkit-filter: brightness(92%);
  filter: brightness(92%);
}

.post-card-preview-feature-home.higher-z-index {
  position: relative;
  z-index: 101;
  overflow: hidden;
  background-image: none;
}

.badge-2 {
  position: relative;
  z-index: 2;
  height: 20px;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 2px;
  background-color: #21242d;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 8px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.badge-2.white {
  margin-right: 10px;
  margin-left: 0px;
  padding-left: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.68);
  color: #21242d;
}

.featured-text-home {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.feature-title-home {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.feature-desc-home {
  overflow: hidden;
  height: 8em;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.feature-read-more-text-color-home {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.post-card-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e2e4eb;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
}

.post-card-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-right: 14px;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-card-icon {
  width: 20px;
  margin-right: 6px;
}

.link-dark {
  font-family: Montserrat, sans-serif;
  color: #21242d;
  text-decoration: none;
}

.link-dark:hover {
  text-decoration: underline;
}

.feature-desc-home-2 {
  overflow: hidden;
  height: 7em;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.post-card-decription {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Montserrat, sans-serif;
  color: #4d5464;
  font-size: 14px;
  line-height: 24px;
}

.post-card-v2-info {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-card-preview-m {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 240px;
  margin-bottom: 24px;
  padding: 16px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: -webkit-filter 300ms ease;
  transition: -webkit-filter 300ms ease;
  transition: filter 300ms ease;
  transition: filter 300ms ease, -webkit-filter 300ms ease;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.post-card-preview-m:hover {
  -webkit-filter: brightness(92%);
  filter: brightness(92%);
}

.post-card-preview-m.higher-z-index {
  height: 240px;
}

.capitalize {
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

.post-card-v2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pagination {
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 20px;
}

.blog-category-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 112px;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border: 1px solid #e2e4eb;
  border-radius: 4px;
  -webkit-transition: border-color 200ms ease, color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #21242d;
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-category-link:hover {
  border-color: #c0c4cd;
  color: #3270ff;
}

.blog-category-icon {
  width: 32px;
  margin-bottom: 16px;
}

.sidebar-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #21242d;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-decoration: none;
}

.sidebar-author:hover {
  text-decoration: underline;
}

.sidebar-author-photo {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 150%;
  min-height: 60vh;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-image.blog-post-image {
  margin-top: 15px;
  background-size: contain;
  opacity: 0.5;
}

.bg-image._14 {
  background-image: url('../images/blog_bg.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.bg-image._14 {
  background-image: url('../images/blog_bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.bg-image._2 {
  background-image: url('../images/Blogs_Page-01.png');
  background-position: 9% 26%;
  background-size: 600px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-image._10 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Blog_Banners_Cloud_Search.png');
  background-position: 50% 40%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-image._16 {
  background-image: url('../images/banners-01.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(32, 36, 46, 0.5)), to(rgba(32, 36, 46, 0.5)));
  background-image: url('../images/banners-01.png'), linear-gradient(180deg, rgba(32, 36, 46, 0.5), rgba(32, 36, 46, 0.5));
  background-position: 0px 0px, 0px 0px;
  background-size: contain, auto;
}

.empty-state-2 {
  display: none;
}

.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  margin-bottom: 80px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  font-family: Proximanova, Verdana, sans-serif;
  text-align: center;
}

.intro.wide {
  max-width: 800px;
}

.intro.wide.no-margin {
  padding-top: 73px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro.wide.no-margin {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro.wide.no-margin.right-cover {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.intro.no-margin {
  margin: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inline-elements {
  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;
}

.inline-elements.with-border-bottom {
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}

.post-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-right: 14px;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.post-heading {
  margin-top: 24px;
  font-family: Montserrat, sans-serif;
  color: #21242d;
  font-size: 40px;
  line-height: 56px;
  font-weight: 600;
  text-transform: capitalize;
}

.post-heading.with-margin {
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
}

.divider {
  width: 48px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 24px;
  border-left: 20px solid #21242d;
  background-color: #c0c4cd;
}

.divider.white {
  border-left-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.4);
  color: #21242d;
}

.divider.white {
  border-left-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.4);
}

.divider.margin-v2 {
  margin-top: 8px;
  margin-bottom: 16px;
}

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-white {
  color: #fff;
  text-decoration: none;
}

.link-white:hover {
  text-decoration: underline;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #21242d;
  font-size: 10px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.link-grey {
  font-family: Montserrat, sans-serif;
  color: #4d5464;
  text-decoration: none;
}

.link-grey:hover {
  text-decoration: underline;
}

.link-grey.w--current {
  font-weight: 600;
}

.link-grey.links {
  padding-right: 0px;
  padding-left: 0px;
}

.breadcrumbs-arrow {
  width: 12px;
  margin-top: -2px;
  margin-right: 5px;
  margin-left: 6px;
  opacity: 0.4;
}

.text-light-grey {
  font-family: Montserrat, sans-serif;
  color: #8e94a2;
}

.bread-cramps-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 85px;
  padding-right: 40px;
  padding-left: 40px;
  -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;
  border-bottom: 1px solid #e2e4eb;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  font-family: Montserrat, sans-serif;
}

.bread-cramps-section.blog {
  margin-top: 70px;
}

.bread-cramps-section._75px {
  margin-top: 75px;
}

.blog-post-wrapper {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.about-author-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -12px;
  margin-left: -4px;
  -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;
}

.post-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -4px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-author-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin: 2px;
  padding: 2px;
  -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;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.about-author-link:hover {
  opacity: 1;
}

.post-tags-heading {
  margin-right: 16px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

.social-media-2 {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-post {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.post-tags-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e2e4eb;
}

.about-author-info {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}

.about-author-info.margin-bottom {
  margin-bottom: 24px;
}

.sidebar-posts {
  width: 100%;
}

.about-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-author-photo {
  width: 72px;
  height: 72px;
  margin-right: 16px;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.post-tag {
  display: inline-block;
  margin: 4px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #e2e4eb;
  border-radius: 3px;
  -webkit-transition: color 300ms ease, border-color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, border-color 300ms ease, background-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #21242d;
  font-size: 9px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.post-tag:hover {
  border-color: transparent;
  background-color: #3270ff;
  color: #fff;
}

.sidebar-post {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-height: 152px;
  min-height: 152px;
  margin-bottom: 16px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-radius: 4px;
  background-color: #21242d;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.sidebar-post-heading {
  position: relative;
  z-index: 2;
  margin-top: 12px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

.zoomed-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.zoomed-image.transparent-40 {
  overflow: hidden;
  width: 100%;
  height: 152px;
  background-image: none;
  opacity: 0.6;
}

.heading-59 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}

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

.button-icon {
  height: 24px;
  margin-right: 10px;
  margin-left: -2px;
  float: left;
}

.button-icon.right {
  margin-right: -2px;
  margin-left: 10px;
}

.post-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.title {
  margin-bottom: 12px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #8e94a2;
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title.white {
  color: hsla(0, 0%, 100%, 0.7);
}

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

.heading-60 {
  font-family: Montserrat, sans-serif;
  line-height: 48px;
  font-weight: 600;
}

.wrapper-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
}

.heading-61 {
  font-family: Montserrat, sans-serif;
  color: #21242d;
  font-size: 40px;
  line-height: 56px;
  font-weight: 600;
}

.post-v1 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.uppercase-2 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.text-grey {
  font-family: Montserrat, sans-serif;
  color: #4d5464;
  font-size: 14px;
  line-height: 24px;
}

.post-card-v1-info {
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-card-v1-date {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin-right: 32px;
  padding: 24px 24px 56px;
  -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: 1px solid #e2e4eb;
  border-radius: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}

.post-card-v1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 56px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.post-card-v1-month {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #e2e4eb;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
}

.link-dark-2 {
  font-family: Montserrat, sans-serif;
  color: #21242d;
  text-decoration: none;
}

.link-dark-2:hover {
  text-decoration: underline;
}

.link-dark-2.w--current {
  font-family: Montserrat, sans-serif;
}

.post-card-v1-preview {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 424px;
  margin-bottom: 32px;
  padding: 16px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  -webkit-transition: -webkit-filter 300ms ease;
  transition: -webkit-filter 300ms ease;
  transition: filter 300ms ease;
  transition: filter 300ms ease, -webkit-filter 300ms ease;
  text-decoration: none;
}

.post-card-v1-preview:hover {
  -webkit-filter: brightness(92%);
  filter: brightness(92%);
}

.post-card-v1-preview.higher-index {
  position: relative;
  z-index: 100;
  height: 400px;
}

.capitalize-2 {
  font-family: Montserrat, sans-serif;
  text-transform: capitalize;
}

.pagination-v1 {
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 20px;
  -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;
  border-top: 1px solid #e2e4eb;
}

.next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin: 8px 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  -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;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px #d3d8e1;
}

.pagination-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.sidebar-tag {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #4d5464;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.sidebar-tag:hover {
  text-decoration: underline;
}

.heading-62 {
  font-family: Montserrat, sans-serif;
  color: #21242d;
  font-size: 40px;
  line-height: 56px;
  font-weight: 600;
}

.text-light-grey-2 {
  color: #8e94a2;
}

.uppercase-3 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.text-grey-2 {
  font-family: Montserrat, sans-serif;
  color: #4d5464;
  font-size: 14px;
  line-height: 24px;
}

.link-dark-3 {
  font-family: Montserrat, sans-serif;
  color: #21242d;
  font-weight: 600;
  text-decoration: none;
}

.link-dark-3:hover {
  text-decoration: underline;
}

.sidebar-tag-2 {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #4d5464;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.sidebar-tag-2:hover {
  text-decoration: underline;
}

.heading-63 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #21242d;
  font-size: 40px;
  line-height: 56px;
  font-weight: 600;
}

.text-grey-3 {
  font-family: Montserrat, sans-serif;
  color: #4d5464;
}

.link-dark-4 {
  font-family: Montserrat, sans-serif;
  color: #21242d;
  font-weight: 600;
  text-decoration: none;
}

.link-dark-4:hover {
  text-decoration: underline;
}

.sidebar-tag-3 {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #4d5464;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.sidebar-tag-3:hover {
  text-decoration: underline;
}

.section-39 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.section-39.dark-mask {
  overflow: hidden;
  background-color: #21242d;
  color: #fff;
}

.section-39.dark-mask.nav-bar-v1-padding {
  height: 300px;
  margin-top: 80px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  background-color: transparent;
}

.paragraph-34 {
  display: none;
}

.wrapper-3 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: transparent;
  font-family: Proximanova, Verdana, sans-serif;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.search-heading {
  font-family: Montserrat, sans-serif;
  color: #21242d;
  font-size: 40px;
  line-height: 56px;
  font-weight: 600;
}

.container-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  -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;
  font-family: Montserrat, sans-serif;
}

.section-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 40px 120px;
  -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;
  font-family: Montserrat, sans-serif;
}

.search-result-wrapper {
  width: 83.33%;
  font-family: Montserrat, sans-serif;
}

.search-result-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 32px;
  -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;
  border: 1px solid #e2e4eb;
  border-radius: 4px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #21242d;
  text-decoration: none;
}

.search-result-image {
  width: 160px;
  height: 128px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.search-result-info {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
}

.search-result-heading {
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  text-transform: capitalize;
}

.search-result-heading:hover {
  text-decoration: underline;
}

.search-result-url {
  margin-top: -8px;
  font-family: Montserrat, sans-serif;
  color: #8e94a2;
  font-size: 12px;
  line-height: 16px;
}

.search-result-url:hover {
  text-decoration: underline;
}

.search-result-item {
  font-family: Montserrat, sans-serif;
}

.thumbnail {
  width: auto;
  max-height: 250px;
}

.dev-prod-page {
  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;
  font-family: Proximanova, Verdana, sans-serif;
}

.dev-prod-left-pane {
  position: fixed;
  left: auto;
  top: 0px;
  right: auto;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  clear: none;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Lato, sans-serif;
}

.dev-prod-right-pane {
  height: 100%;
  margin-top: 74px;
  margin-left: 320px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #d1d1d1;
  font-family: Proximanova, Verdana, sans-serif;
}

.dev-prod-logo-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-family: Proximanova, Verdana, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

.dev-prod-logo {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.dev-prod-logo.w--current {
  margin-top: 20px;
}

.dev-prod-logo-img {
  width: 40%;
}

.category-name-text {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.dev-prod-category-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  font-family: Proximanova, Verdana, sans-serif;
  cursor: pointer;
}

.dev-prod-category-item:hover {
  background-color: rgba(87, 170, 255, 0.22);
}

.dev-prod-category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: Proximanova, Verdana, sans-serif;
  -o-object-fit: fill;
  object-fit: fill;
}

.dev-prod-category-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #bbb;
  font-family: Proximanova, Verdana, sans-serif;
}

.dev-prod-category-link:hover {
  background-color: transparent;
}

.dev-prod-header {
  position: static;
  top: 72px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px 20px 29px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-bottom: 1px solid #d1d1d1;
  background-color: #fff;
  font-family: Proximanova, Verdana, sans-serif;
}

.dev-prod-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  margin-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dev-prod-form {
  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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.cta-section-dev-prod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontal-form-field {
  margin-bottom: 0px;
}

.horizontal-form-btn {
  background-color: #52b997;
}

.dev-prod-wrapper {
  width: 100%;
  height: 100vh;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  font-family: Proximanova, Verdana, sans-serif;
}

.dev-prod-collection-list {
  width: 100%;
  height: auto;
  padding: 10px 10px 20px;
  background-color: transparent;
}

.dev-prod-item {
  width: 30%;
  margin-top: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.dev-prod-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  padding: 10px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: transparent;
  background-image: url('../images/paper.svg');
  background-position: 0px 0px;
  background-size: contain;
  font-family: Lato, sans-serif;
}

.dev-prod-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: capitalize;
}

.dev-prod-tag-line {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Proximanova, Verdana, sans-serif;
  color: #25262d;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.dev-prod-footer {
  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-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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 700;
}

.dev-prod-category-text {
  padding: 6px 11px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  line-height: 18px;
}

.dev-prod-cate-icon {
  height: 30px;
}

.dev-prod-cate-name-sidebar {
  margin-top: 10px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #202020;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.dev-prod-positioning {
  margin-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.link-block-4 {
  height: 160px;
  padding: 15px;
  border-radius: 10px;
  background-color: transparent;
  background-image: linear-gradient(225deg, #4286f4, #1cb5e0);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  font-family: Proximanova, Verdana, sans-serif;
  cursor: pointer;
}

.entre-message {
  padding-right: 10px;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.pin {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 30px;
  -webkit-transform: translate(0px, -10px) skew(-13deg, 13deg);
  -ms-transform: translate(0px, -10px) skew(-13deg, 13deg);
  transform: translate(0px, -10px) skew(-13deg, 13deg);
  text-align: center;
}

.category-list-wrapper {
  overflow: auto;
  font-family: Proximanova, Verdana, sans-serif;
}

.dev-prod-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 60px 20px 10px;
  -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;
}

.view-dev-prod-home {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.dev-prod-title {
  margin-top: 20px;
  padding-left: 40px;
  font-size: 40px;
  line-height: 50px;
}

.dev-prod-dev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.dev-prod-cate-tag {
  margin-right: 5px;
  padding: 2px 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #a7a7a7;
  border-radius: 5px;
  color: #646464;
}

.dev-prod-tags {
  margin-right: 5px;
  padding: 2px 5px;
  border: 1px solid #a7a7a7;
  border-radius: 5px;
  color: #646464;
}

.dev-prod-tag-line-main {
  padding-left: 40px;
  color: #646464;
  font-size: 20px;
  line-height: 28px;
}

.dev-prod-desc {
  margin-top: 20px;
  padding-left: 40px;
  font-size: 18px;
  line-height: 24px;
}

.button-15 {
  margin-top: 20px;
  margin-left: 40px;
}

.totalcloud-curation {
  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-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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  text-align: center;
}

.image-133 {
  height: 22px;
  margin-left: auto;
}

.text-block-96 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 14px;
}

.dev-prod-tags-wrapper {
  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;
}

.dev-prod-tags-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.success-message-6 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
}

.error-message-8 {
  margin-top: 0px;
  margin-left: 10px;
}

.hero-prcing {
  width: 100%;
  height: 100%;
  margin-top: 75px;
  margin-bottom: 0px;
  background-color: rgba(36, 129, 222, 0.1);
}

.hero-main-block {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero-heading {
  margin-bottom: 56px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #153b64;
  font-size: 3em;
  line-height: 1.1em;
  font-weight: 600;
  text-align: center;
}

.hero-heading.new {
  margin-bottom: 26px;
  color: #000;
  font-size: 48px;
  line-height: 62px;
  text-align: center;
}

.hero-heading.new {
  margin-bottom: 26px;
  color: #000;
  text-align: center;
}

.hero-heading.new.align-left {
  text-align: left;
}

.hero-heading.less-padding {
  margin-bottom: 30px;
}

.hero-heading.less-padding.black-color {
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 48px;
  line-height: 62px;
}

.hero-heading.less-padding.black-color.overlay-left-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-heading.new {
  margin-bottom: 26px;
  color: #000;
  text-align: center;
}

.hero-heading.new {
  margin-bottom: 26px;
  color: #000;
  font-size: 48px;
  line-height: 62px;
  text-align: center;
}

.hero-heading.small {
  margin-bottom: 16px;
}

.hero-heading.guide {
  margin-bottom: 10px;
  color: #25262d;
  font-size: 48px;
  line-height: 60px;
}

.hero-heading.guide {
  margin-bottom: 10px;
  color: #25262d;
  font-size: 48px;
  line-height: 60px;
}

.pricing-box-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -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;
}

.price-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 650px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 25px 35px;
  -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;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 2px 2px 8px 2px rgba(87, 170, 255, 0.39);
}

.price-box.large {
  min-height: 550px;
}

.price-box.make-bigger {
  height: auto;
  max-height: none;
  min-height: 550px;
}

.price-box.huge {
  width: 424px;
  height: 800px;
  margin-right: 25px;
  margin-left: 25px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-shadow: 2px 2px 8px 3px rgba(87, 170, 255, 0.36);
}

.heading-64 {
  font-family: Proximanova, Verdana, sans-serif;
  text-align: center;
}

.div-block-224 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
  margin: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.div-block-224.medium {
  height: 130px;
}

.text-block-97 {
  font-family: Proximanova, Verdana, sans-serif;
  color: #707070;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}

.box-heading {
  margin-bottom: 10px;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 28px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.5px;
}

.horizontal-divider {
  position: absolute;
  left: 10%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 80%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  background-color: #335af4;
}

.horizontal-divider.margin {
  margin-top: 15px;
}

.horizontal-divider.black-bold {
  height: 2px;
  margin-top: 0px;
  background-color: #000;
}

.horizontal-divider.add-margin {
  margin-top: 24px;
}

.horizontal-divider.bold {
  display: none;
  width: 30%;
  height: 2px;
}

.horizontal-divider.bold.relative {
  position: static;
  display: block;
}

.horizontal-divider.bolder {
  left: 35%;
  bottom: 12%;
  width: 30%;
  height: 3px;
}

.horizontal-divider.small-thin {
  left: 42%;
  bottom: 10%;
  width: 15%;
}

.horizontal-divider.small-thin.center {
  left: 43%;
}

.horizontal-divider.static {
  position: static;
}

.free-rup {
  height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 24px;
  line-height: 45px;
  font-weight: 700;
}

.free-rup.sapce-box {
  height: 40px;
}

.free-rup.padding {
  padding-right: 3px;
  padding-left: 3px;
}

.feature-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-list.more {
  height: 150px;
}

.feature-list.more.auto-height {
  height: auto;
}

.feature-list.div-block-232 {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.feature-item {
  margin-right: 10px;
  padding: 6px 0px 0px;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}

.feature-item.add-padding {
  margin-right: 28px;
}

.addon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  -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;
}

.display-amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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;
  border: 1px solid #000;
}

.display-amount.large {
  width: 80%;
  height: 45px;
  margin-right: 10px;
  margin-left: 10px;
  padding-left: 0px;
}

.display-amount.medium {
  width: 70px;
}

.text-block-98 {
  padding-left: 0px;
  font-family: Poppins, sans-serif;
}

.text-block-99 {
  padding-right: 0px;
  padding-left: 0px;
  font-family: Poppins, sans-serif;
  color: #27293d;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 1px;
}

.text-block-99.padding {
  padding-right: 10px;
  padding-left: 10px;
}

.addon-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -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;
}

.image-134 {
  width: 17px;
  margin-right: 10px;
  margin-left: 0px;
  background-color: transparent;
  color: #3b4ade;
}

.div-block-225 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-left.hide {
  display: none;
}

.flex-left.flex-box {
  width: 100%;
  margin-top: 0px;
}

.image-135 {
  margin-left: 50px;
}

.image-136 {
  margin-right: 0px;
  margin-left: 5px;
  cursor: pointer;
}

.price-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin-left: 0px;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.price-block.hide {
  display: none;
}

.text-block-100 {
  width: auto;
  margin-right: 7px;
  margin-left: 5px;
  font-weight: 600;
}

.div-block-226 {
  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;
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  margin-left: 5px;
  -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;
}

.flex-center.vertical {
  width: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-227 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.more-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 85px;
  margin-bottom: 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.heading-65 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.column {
  font-family: Proximanova, Verdana, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 300;
}

._2-button-columns._420 {
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
}

.button-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  max-width: 170px;
  margin-right: auto;
  margin-left: auto;
  -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;
  border: 3px solid #000;
  border-radius: 4px;
  background-color: #000;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.button-16:hover {
  background-color: #fff;
  color: #000;
}

.button-16.ghost {
  border: 3px solid #000;
  background-color: #fff;
  color: #000;
}

.button-16.ghost:hover {
  border-style: none;
  background-color: #000;
  color: #fff;
}

.button-16.ghost._190w {
  max-width: 200px;
  font-family: Proximanova, Verdana, sans-serif;
}

.button-16.left-aligned {
  margin-left: 0px;
}

.button-16.left-aligned._220w {
  max-width: 220px;
}

.button-16.left-aligned._220w.underlined-text:hover {
  text-decoration: underline;
}

.button-16.left-aligned._180w {
  max-width: 180px;
}

.button-16.left-aligned._180w.underlined-text {
  max-width: 220px;
}

.button-16.left-aligned._180w.underlined-text:hover {
  text-decoration: underline;
}

.button-16.left-aligned._180w.underlined-text.line-button {
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: none;
  background-color: transparent;
  color: #000;
}

.button-16.left-aligned._180w.underlined-text.line-button._15-bottom-margin {
  margin-bottom: 15px;
}

.button-16.left-aligned._200w {
  max-width: 180px;
}

.button-16.left-aligned._200w.underlined-text:hover {
  text-decoration: underline;
}

.button-16.left-aligned._200w.underlined-text.line-button {
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: none;
  background-color: transparent;
  color: #000;
}

.button-16.left-aligned._200w.underlined-text.line-button._15-bottom-margin {
  max-width: 200px;
  margin-bottom: 15px;
}

.button-16.left-aligned._200 {
  max-width: 180px;
}

.button-16.left-aligned._200.underlined-text:hover {
  text-decoration: underline;
}

.button-16.left-aligned._200.underlined-text.line-button {
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: none;
  background-color: transparent;
  color: #000;
}

.button-16.left-aligned._200.underlined-text.line-button._15-bottom-margin {
  max-width: 230px;
  margin-bottom: 15px;
}

.button-16.left-aligned.auto {
  max-width: 50%;
}

.button-16.left-aligned.auto.underline {
  max-width: none;
}

.button-16.left-aligned.auto.underline:hover {
  text-decoration: underline;
}

.button-16.left-aligned.auto.underline._300 {
  max-width: 300px;
}

.button-16.left-aligned.auto.underline._300._15-bottom-margin {
  margin-bottom: 15px;
}

.columns-checkmar {
  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;
  font-family: Proximanova, Verdana, sans-serif;
}

.section-standard {
  display: block;
  height: auto;
  max-height: none;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Proximanova, Verdana, sans-serif;
}

.section-standard.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 650px;
  padding-top: 150px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Proximanova, Verdana, sans-serif;
}

.section-standard._40-top-margin {
  padding-top: 40px;
  font-family: Proximanova, Verdana, sans-serif;
}

.section-standard.snow-brown {
  background-color: #f7f2ef;
}

._3-column-450w {
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
}

._3-column-450w._20-top-margin {
  max-width: 610px;
  margin-top: 20px;
  font-family: Proximanova, Verdana, sans-serif;
}

.checkmar {
  max-height: 15px;
  max-width: none;
}

.div-standard {
  max-height: 100%;
  max-width: 1280px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-standard.cyan {
  background-color: #69fdef;
}

.div-standard.cyan.internal-link {
  min-height: 300px;
  padding: 50px 72px;
  border-radius: 12px;
}

.div-standard.brown {
  background-color: #f7f2ef;
}

.div-standard.brown.final-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  padding: 50px 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 12px;
}

.heading-1 {
  color: #000;
  font-size: 60px;
  line-height: 1.4em;
  font-weight: 600;
}

.heading-1.centre {
  text-align: center;
}

.heading-1.centre._75px-font-size {
  margin-bottom: 20px;
  color: #000;
  font-size: 75px;
  line-height: 1.3em;
  font-weight: 600;
}

.heading-1.centre._75px-font-size._650w {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  font-family: Proximanova, Verdana, sans-serif;
}

.paragraph-35 {
  margin-bottom: 15px;
  color: #181818;
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 300;
  text-align: left;
}

.paragraph-35.subhead {
  font-size: 22px;
}

.paragraph-35.subhead.centre {
  text-align: center;
}

.paragraph-35.subhead.centre._800 {
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: Proximanova, Verdana, sans-serif;
  line-height: 1.6em;
  font-weight: 400;
}

.paragraph-35._16px {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #181818;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
}

.paragraph-35._16px.flex-child-sizing-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-35._16px._333 {
  color: #333;
}

.paragraph-35._26px {
  height: auto;
  font-size: 25px;
  font-weight: 300;
}

.text-checkmark {
  font-family: Proximanova, Verdana, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.heading-3 {
  color: #181818;
  font-size: 36px;
  line-height: 1.5em;
}

.heading-3.centre {
  margin-right: auto;
  margin-left: auto;
  color: #000;
  text-align: center;
}

.heading-3.centre._700w {
  max-width: 700px;
  margin-bottom: 20px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #181818;
  font-weight: 400;
}

.heading-66 {
  margin-bottom: 15px;
  color: #181818;
  font-size: 26px;
  line-height: 1.5em;
}

.div-395x325 {
  width: 100%;
  height: 325px;
  max-height: 300px;
  max-width: 375px;
  border-radius: 12px;
  background-color: #69fdef;
}

.div-395x325.link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 325px;
  padding: 48px 36px;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #69fdef;
}

.standard-columns._30-top-margin {
  margin-top: 30px;
}

.heading-67 {
  margin-bottom: 20px;
  color: #181818;
  font-size: 48px;
  line-height: 1.5em;
  font-weight: 600;
}

._2-column-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24em;
  margin-top: 8%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._2-column-row.top-margin-25.height-24-em {
  height: 24em;
}

._2-column-row.no-top-margin {
  margin-top: 0%;
}

.name {
  font-weight: 500;
}

.div-500w {
  display: block;
  width: 500px;
  min-height: 20px;
  margin-right: 0px;
  margin-left: 0px;
}

.div-testimonial {
  width: 100%;
  height: 100%;
  max-height: 500px;
  max-width: 450px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
}

.div-testimonial.contextual {
  display: none;
  height: auto;
  max-height: none;
  margin-top: 40px;
  padding-top: 24px;
  float: left;
  border-top: 1px dotted #222;
}

.image-137 {
  width: 160px;
  margin-right: auto;
  margin-left: auto;
}

.image-137.small-logo {
  width: 120px;
  opacity: 0.8;
}

.brown-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 600px;
  min-height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f7f2ef;
}

.brown-column._750h {
  max-height: 650px;
}

.column-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-138 {
  display: block;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.column-60 {
  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;
}

.column-61 {
  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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.image-139 {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.image-140 {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.columns-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.small-text-box {
  width: 100%;
  font-family: Proximanova, Verdana, sans-serif;
  color: #707070;
  font-size: 14px;
  line-height: 18px;
}

.small-text-box.left-padding {
  padding-right: 11px;
}

.div-block-228 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 15px;
  background-color: #efefef;
}

.flex-box-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.flex-box-center.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-box-center.align-center.add-margin {
  margin-top: 45px;
  margin-bottom: 45px;
}

.flex-box-center.align-center.flex-vertical.add-padding {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 30px 15px;
}

.amount-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #707070;
}

.text-block-102 {
  position: absolute;
  left: auto;
  top: 6%;
  right: 5%;
  bottom: auto;
  display: inline-block;
  padding: 3px 12px;
  border-radius: 15px;
  background-color: #335af4;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
}

.star-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 49px;
  margin-bottom: 20px;
  -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;
  color: #1d253b;
  text-align: center;
}

.star-para {
  width: 400px;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.banner-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 55px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.9);
  background-image: url('../images/banners-02.png');
  background-position: 0px 0px;
  background-size: 125px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.61);
  opacity: 1;
  font-family: Proximanova, Verdana, sans-serif;
  color: #fff;
}

.heading-68 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
}

.button-17 {
  background-color: #4757a6;
  font-family: Proximanova, Verdana, sans-serif;
  color: #fff;
  letter-spacing: 1px;
}

.paragraph-36 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.full-size-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.9);
  background-image: url('../images/banners-01.png');
  background-position: 100% 0%;
  background-size: contain;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.61);
  opacity: 1;
  color: #fff;
}

.div-block-229 {
  margin-top: 43px;
}

.sidebar-dev {
  left: 0px;
  bottom: 0px;
  width: 320px;
  min-width: 0px;
  padding-top: 75px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.27);
  font-family: Proximanova, Verdana, sans-serif;
}

.black-color {
  font-family: Montserrat, sans-serif;
  color: #000;
}

.text-block-103 {
  font-family: Montserrat, sans-serif;
  color: #000;
}

.image-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.image-141 {
  width: 100%;
  height: auto;
  opacity: 1;
}

.bgimage {
  position: absolute;
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

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

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

.bg-image-z {
  position: absolute;
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.bg-image-z.medium {
  top: auto;
  height: 340px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-image-z.small {
  position: static;
  overflow: visible;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.bg-image-z.static {
  position: static;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.new-hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 92vh;
  margin-top: 74px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.new-hero-section.bg-color {
  background-color: #ebf3ff;
}

.new-hero-section.small-section {
  height: 55vh;
}

.new-hero-section.hide {
  display: none;
}

.new-hero-section.auto-height {
  height: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.new-hero-section.auto-height._0-top-margin {
  margin-top: 0px;
}

.new-hero-section.auto-height._0-top-margin.grey-background {
  background-color: hsla(0, 0%, 80%, 0.21);
}

.new-hero-section._0-margin {
  margin-top: 0px;
}

.new-hero-section.height-88vh {
  height: 88vh;
}

.container-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.container-block.align-left {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container-block.relative {
  position: relative;
  padding-bottom: 0px;
}

.container-block.relative._60px-padding {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.container-block.relative._60px-padding.veritcal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-block.relative._60px-padding.flex-vertical {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-block.relative._60px-padding {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container-block.relative._60px-padding.top-padding-15px {
  padding-top: 15px;
}

.container-block.relative._60px-padding.flex-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-block._60px-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-block._60px-padding.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.new-hero-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.new-hero-text-block.cost {
  width: 60%;
}

.new-hero-text-block.cost._50-width {
  width: 50%;
}

.new-hero-text-block.cost._50-width.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.new-hero-text-block.cost._50-width.no-padding.align-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.new-hero-text-block.cost._50-width._20px-padding {
  padding-right: 20px;
  padding-left: 20px;
}

.new-hero-text-block.cost._50-width._20px-padding.align-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.new-hero-text-block.cost._40-width {
  width: 40%;
}

.new-hero-text-block.cost._40-width.align-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.new-hero-text-block.cost._40-width.align-left.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.new-hero-text-block.cost._45-width {
  width: 45%;
}

.new-hero-text-block.cost._45-width._20px-padding {
  padding-right: 10px;
  padding-left: 10px;
}

.new-hero-text-block.cost._45-width._20px-padding.align-left {
  padding: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.new-hero-text-block.align-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.new-hero-text-block.align-left._60-width {
  width: 60%;
}

.new-hero-text-block.align-left._60-width._0px-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.new-hero-text-block.align-left._60-width._0-left-padding {
  padding-left: 0px;
}

.new-hero-text-block.align-left._60-width._0px-right-padding {
  padding-right: 0px;
}

.heading-69 {
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
}

.hero-para {
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 22px;
  text-align: center;
}

.hero-para.large-font {
  font-size: 30px;
}

.hero-para.medium {
  font-size: 28px;
}

.hero-para.hero-sub-text {
  font-size: 24px;
  line-height: 30px;
}

.hero-para.less-margin {
  margin-bottom: 10px;
}

.hero-para.less-margin.align-left {
  text-align: left;
}

.hero-para.less-margin.align-left._22px-font {
  font-size: 22px;
  line-height: 32px;
}

.hero-para.align-left {
  text-align: left;
}

.div-block-231 {
  padding: 45px;
}

.div-block-231.cost {
  width: 40%;
}

.div-block-231.cost._50-width {
  width: 50%;
}

.div-block-231.cost._50-width.no-padding {
  padding: 0px;
}

.div-block-231.cost._50-width._20px-padding {
  padding: 20px;
}

.div-block-231.cost._60-width {
  width: 60%;
}

.div-block-231.cost._60-width.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-231.cost._65-width {
  width: 60%;
}

.div-block-231.cost._55-width {
  width: 55%;
}

.div-block-231.cost._55-width._20px-padding {
  padding: 20px;
}

.div-block-231.cost._55-width._20px-padding.unhide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding: 0px;
  -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;
  background-image: url('../images/optimized-homepage.jpg');
  background-position: 50% 50%;
  background-size: contain;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-231._0px-padding {
  padding: 0px;
}

.know-more-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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;
}

.know-more-section.bg-color {
  background-color: rgba(0, 153, 255, 0.1);
}

.know-more-section.bg-color.no-margin {
  margin-bottom: 0px;
  padding-top: 21px;
  padding-bottom: 21px;
}

.know-more-section.more-margin {
  margin-top: 65px;
  margin-bottom: 65px;
}

.know-more-section.similar-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.know-more-section.similar-padding.top-margin {
  margin-top: 70px;
}

.know-more-section.similar-padding.top-margin.more-margin {
  margin-top: 114px;
}

.centered-h1 {
  font-family: Proximanova, Verdana, sans-serif;
  font-weight: 600;
  text-align: center;
}

.centered-h1.cost {
  font-size: 30px;
  line-height: 40px;
}

.centered-h1.cost.small {
  font-size: 28px;
}

.centered-h1.cost.section-heading {
  font-size: 32px;
}

.centered-h1.align-left {
  text-align: right;
}

.centered-h1.align-left.medium {
  font-size: 30px;
}

.centered-h1.align-left.sub-section-heading {
  font-size: 24px;
  line-height: 30px;
}

.centered-h1.padding {
  margin-bottom: 42px;
}

.centered-h1.less-padding {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
}

.centered-h1.align-right {
  text-align: left;
}

.centered-h1.align-right.medium {
  font-size: 30px;
  line-height: 40px;
}

.centered-h1.align-right.medium.xs-small {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 30px;
}

.centered-h1.align-right.medium.xs-small.color-white {
  color: #000;
  font-size: 16px;
  line-height: 22px;
}

.centered-h1.align-right.small {
  margin-bottom: 10px;
  font-size: 1.125rem;
  line-height: 1.4rem;
}

.centered-h1.align-right.sub-section-heading {
  font-size: 24px;
  line-height: 36px;
}

.centered-h1.large {
  font-size: 40px;
}

.centered-h1.large.margin-bottom {
  margin-bottom: 35px;
  font-size: 3px;
  text-transform: capitalize;
}

.centered-h1.large.margin-bottom.xtra-margin {
  margin-bottom: 56px;
}

.centered-h1.large.margin-bottom.border-bottom {
  border-bottom: 1.5px solid #3b4ade;
}

.centered-h1.large.margin-bottom.small-size {
  font-size: 26px;
  line-height: 34px;
}

.centered-h1.large.margin-bottom.small-size.not-captalize {
  text-transform: none;
}

.centered-h1.margin-bottom {
  margin-bottom: 40px;
}

.centered-h1.margin-bottom.large {
  font-size: 32px;
}

.centered-h1.xtra-margin {
  margin-bottom: 41px;
}

.centered-h1.sub-section-heading {
  font-size: 24px;
  line-height: 36px;
}

.centered-h1.sub-section-heading._10px-margin {
  margin-top: 10px;
  margin-bottom: 10px;
}

.centered-h1.sub-section-heading._10px-margin.top-margin {
  margin-top: 30px;
}

.centered-para {
  font-family: Proximanova, Verdana, sans-serif;
  text-align: left;
}

.centered-para.small {
  font-size: 16px;
}

.centered-para.small.align-center {
  font-size: 14px;
  text-align: center;
}

.centered-para.small.xs-small {
  color: #000;
  font-size: 14px;
  font-style: normal;
}

.centered-para.margin-bottom {
  margin-bottom: 16px;
}

.centered-para.margin-bottom.align-right {
  text-align: right;
}

.centered-para.align-center {
  text-align: center;
}

.centered-para.align-center.large {
  font-size: 20px;
}

.centered-para.align-center.subheading {
  font-size: 20px;
  line-height: 30px;
}

.centered-para.align-center.subheading.max-width-800px {
  max-width: 800px;
}

.centered-para.align-center.subheading {
  font-size: 20px;
  line-height: 30px;
}

.centered-para.align-center.subheading.max-width-800px {
  max-width: 800px;
}

.centered-para.three-line-height {
  overflow: hidden;
  height: 66px;
}

.centered-para.sub-section-para {
  line-height: 27px;
}

.centered-para.section-para {
  font-size: 20px;
  line-height: 30px;
}

.flex-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.flex-centered._80-width {
  width: 90%;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 2px 2px 1px 0 hsla(0, 0%, 50.2%, 0.59);
}

.flex-centered._80-width.no-boxshadow {
  box-shadow: none;
}

.flex-centered._80-width.no-boxshadow.cost {
  width: 100%;
}

.flex-centered._80-width.no-boxshadow._100-width {
  width: 100%;
  padding: 0px;
}

.side-section-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 35px;
  padding-bottom: 40px;
  -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;
  background-color: rgba(0, 153, 255, 0);
}

.side-section-block.cost {
  margin-bottom: 0px;
  padding-top: 12px;
}

.side-section-block.cost.more-margin {
  margin-top: 52px;
  margin-bottom: 44px;
}

.side-section-block.cost.bg-color {
  margin-bottom: 0px;
}

.side-section-block.cost.similar-padding.banner-dark-grey-bg {
  background-color: #3b3b3c;
}

.side-section-block.bg-color {
  margin-bottom: 40px;
  padding-top: 66px;
  padding-bottom: 25px;
  background-color: rgba(0, 153, 255, 0.1);
}

.side-section-block.bg-color.no-margin {
  margin-bottom: 0px;
}

.side-section-block.add-padding {
  margin-bottom: 0px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.side-section-block.relative {
  position: relative;
}

.side-section-block.similar-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.side-section-block.similar-padding.banner-grey-bg.height-10 {
  height: auto;
}

.side-section-block.similar-padding.section-purple-bckg {
  background-color: #241a70;
}

.side-section-block.similar-padding.light-grey-bckg {
  background-color: #fafafa;
}

.side-section-block.similar-padding.bg-blue-gradient {
  background-image: url('../images/Rectangle-123-1.svg');
  background-position: 0px 0px;
}

.side-section-block.similar-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.side-section-block.similar-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.column-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  -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;
}

.column-block._20px-margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.column-block._10px {
  margin-top: 10px;
  margin-bottom: 10px;
}

.column-block._10px._350px-height {
  height: 350px;
}

.column-block._0px-padding {
  margin-top: 0px;
  margin-bottom: 0px;
}

.column-block._0px-padding.max-width-1100px.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-232 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.div-block-232.max-width-1100px {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-232.padding-horiz-45px {
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-232.padding-horiz-45px.hero-container-short {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-1 {
  width: 45%;
  height: 100%;
  padding-right: 25px;
  padding-left: 25px;
}

.column-1.right {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.column-1.right._35-width {
  font-family: Proximanova, Verdana, sans-serif;
}

.column-1._35-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.column-1._35-width.align-center {
  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-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;
}

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

.column-1.white-font-clr {
  color: #fff;
}

.column2 {
  width: 45%;
  padding-right: 20px;
  padding-left: 20px;
}

.column2._100-height {
  height: 100%;
}

.column2.no-padding {
  height: auto;
  min-height: 320px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/5e4e1be7eb37d103a5f63f4c_Insights-sc-home.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column2.no-padding.flex-center-relative {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.column2.flex-center-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.column2.flex-center-items.right-aign {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column2.align-right {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column2.align-left {
  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;
}

.column2.align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.video-know {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-bottom: 0px;
}

.card-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 320px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 30px 15px;
  -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;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.44);
  border-radius: 5px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.55);
}

.card-block.cost {
  width: 35%;
  height: 350px;
  margin-right: 34px;
  margin-left: 34px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: none;
}

.card-block.cost.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-block.cost.align-center.auto-height {
  height: auto;
}

.card-block.cost.box-shadow {
  padding-right: 35px;
  padding-left: 35px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.55);
}

.card-block.cost.box-shadow.align-center {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.card-block.cost.box-shadow.align-center.auto-height.less-width {
  width: 30%;
}

.card-block.xtra-padding {
  padding-right: 20px;
  padding-left: 20px;
}

.card-block._285px-card {
  height: 285px;
}

.card-block._285px-card.xtra-padding {
  margin-right: 20px;
  margin-left: 20px;
}

.card-block._310px-card {
  height: 300px;
}

.card-block._310px-card.xtra-padding {
  height: 310px;
}

.card-block._50-width {
  width: 30%;
}

.card-block._50-width.padding {
  padding: 34px 40px;
}

.card-block._50-width.padding.center-align {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-block._30-width {
  width: 30%;
}

.card-block._30-width.auto-height {
  height: auto;
}

.card-block._30-width.auto-height.no-box-shadow {
  padding-right: 30px;
  padding-left: 30px;
  box-shadow: none;
}

.card-h1 {
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}

.card-h1.cost {
  text-align: left;
}

.card-h1.cost.align-center {
  text-align: center;
}

.card-h1.align-left {
  text-align: left;
}

.card-h1.align-left._10px-margin {
  margin-top: 10px;
  margin-bottom: 10px;
}

.card-h1.align-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.card-h1.margin-0 {
  margin-bottom: 0px;
}

.card-para {
  clear: right;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.card-para.cost {
  margin-bottom: 12px;
  text-align: left;
}

.card-para.cost.align-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.card-para.align-left {
  text-align: left;
}

.card-para.cost {
  margin-bottom: 12px;
  text-align: left;
}

.card-para.max-width-para-280px {
  max-width: 280px;
}

.cards-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 47px;
  margin-bottom: 48px;
  -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;
}

.section-header {
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.section-header.align-center {
  text-align: center;
}

.heading-71 {
  margin-bottom: 0px;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.heading-71.cost {
  margin-bottom: 8px;
}

.image-144 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-144.cover {
  -o-object-fit: none;
  object-fit: none;
}

.image-145 {
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.51);
}

.image-145.max-height-600px {
  max-height: 600px;
}

.collection-list-wrapper-3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.subheading {
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 18px;
}

.subheading._70-width {
  width: 70%;
}

.subheading._70-width.align-center {
  width: 70%;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}

.subheading._70-width.align-center {
  width: 70%;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}

.code-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin-top: 45px;
  margin-bottom: 45px;
  -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;
}

.content-block {
  width: 30%;
  height: auto;
  margin-right: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.55);
  box-shadow: 1px 1px 10px 0 hsla(0, 0%, 50.2%, 0.64);
}

.content-block.no-box-shadow {
  box-shadow: none;
}

.content-block.no-box-shadow._45-width {
  width: 45%;
}

.content-block.no-box-shadow._45-width._80-on-tablets._40-width {
  width: 30%;
}

.content-block._100-width {
  width: 100%;
}

.content-block._100-width.grey-bg {
  margin-right: 0px;
  background-color: hsla(0, 0%, 80%, 0.21);
}

.content-block._100-width.grey-bg._40px-padding {
  padding: 45px;
}

.div-block-233 {
  width: 50%;
  margin-left: 24px;
}

.div-block-233.align-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
  -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;
}

.imagediv {
  position: absolute;
  width: 100%;
  height: 240px;
  -o-object-fit: fill;
  object-fit: fill;
}

.imagediv-full {
  overflow: hidden;
  width: 100%;
  height: 340px;
}

.image-146 {
  width: 100%;
  height: 152px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block-234 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -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;
}

.image-147 {
  height: 20px;
  margin-bottom: 12px;
  padding-right: 8px;
}

.italic-text-4 {
  font-style: normal;
}

.italic-text-5 {
  font-style: normal;
}

.section-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -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;
}

.div-block-235 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.columns-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 46px;
  margin-bottom: 46px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.div-block-236 {
  width: 30%;
  padding-right: 0px;
}

.div-block-237 {
  width: 70%;
  padding-left: 0px;
  text-align: center;
}

.center-hero-block {
  display: block;
  width: 100%;
  max-width: 1280px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-238 {
  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-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;
}

.div-block-239 {
  margin-top: 12px;
}

.div-block-239.add-top-margin {
  margin-top: 19px;
}

.simple-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.simple-section.just-margin {
  margin-bottom: 125px;
}

.simple-section.bg-color {
  margin-top: 0px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgba(0, 153, 255, 0.07);
}

.simple-section.bg-color.similar-padding.gray-color {
  background-color: #f3f3f3;
}

.simple-section.add-padding {
  padding: 70px 20px;
}

.simple-section.simple-banner {
  border-top: 1px solid #e1e6ef;
  background-color: transparent;
}

.simple-section.simple-banner.top-margin-60px {
  margin-top: 60px;
}

.simple-section.similar-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.simple-section._20px-padding {
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-240 {
  width: 100%;
}

.image1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.image2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 185px;
  margin-bottom: 170px;
  -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;
}

.curve1 {
  position: relative;
  left: -9px;
  top: 200px;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.card-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: auto;
  min-height: 320px;
  padding: 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-radius: 10px;
  box-shadow: 0 1px 1px 0 grey;
}

.card-image.relative-left {
  position: relative;
  left: auto;
  right: 175px;
}

.card-image.relative-right {
  position: relative;
  left: 175px;
  right: auto;
}

.curve-2 {
  position: relative;
  top: 200px;
  right: -9px;
  overflow: auto;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.curve-2.rotate {
  position: absolute;
  top: 331px;
  right: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.image-148 {
  position: static;
  left: auto;
}

.curve-3 {
  position: relative;
  top: 200px;
}

.columns-block-new {
  width: 100%;
}

.column-left {
  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;
}

.column-left.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-left.right.add-margin {
  margin-top: 20px;
}

.column-left.add-margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-241 {
  width: 100%;
}

.div-block-241.max-1280 {
  max-width: 1100px;
}

.icon-box {
  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;
}

.icon-box.margin-right {
  margin-right: 13px;
  margin-left: 0px;
}

.icon-box.margin-right.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.icon-box.margin-left {
  margin-left: 23px;
}

.icon-box.margin-left.right {
  margin-left: 13px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.content-box {
  width: 55%;
  padding: 20px;
}

.content-box.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  -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;
}

.full-width-block {
  width: 100%;
}

.full-width-block.align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

._2-column-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

._2-column-block._100-width {
  width: 100%;
  height: 100%;
  margin: 15px;
}

.column-one {
  width: 45%;
}

.column-two {
  width: 40%;
  margin-left: 30px;
  padding: 10px;
}

.flexbox-center {
  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-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;
}

.flexbox-center.width-80 {
  width: 80%;
}

.right-margin {
  height: 80px;
  margin-right: 20px;
}

.right-margin.less-width {
  width: 300px;
  height: 80px;
}

.right-margin.less-width.bottom-margin {
  width: 300px;
  margin-bottom: 40px;
}

.right-margin.less-width.bottom-margin.auto-width {
  width: auto;
}

.right-margin.less-width.height-60px {
  height: 60px;
}

.right-margin.bottom-margin {
  margin-bottom: 40px;
}

.right-margin.bottom-margin._60px-height {
  height: 60px;
}

.right-margin.xtra-margin {
  margin-right: 45px;
}

.margin-box {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 25px;
}

.margin-box.flex-center-wrap {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.margin-box.small-image {
  width: 350px;
}

.make-medium {
  max-width: none;
}

.new-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 77px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-bottom: 0px solid grey;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.27);
}

.navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  max-width: 1380px;
  -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;
}

.navbar-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-104 {
  height: 100%;
  font-family: Proximanova, Verdana, sans-serif;
  color: #000;
  font-size: 17px;
  letter-spacing: 0.5px;
}

.div-block-242 {
  height: 100%;
  margin-right: 5px;
  margin-left: 5px;
  padding: 7px 8px;
}

.div-block-242.right-margin {
  margin-right: 13px;
}

.full-width-dropdown-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1380px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.dropdown-container.blog {
  max-width: 1200px;
}

.row-block {
  width: 100%;
}

.product-block {
  padding-right: 30px;
  padding-bottom: 15px;
  border-right: 1px solid #d7d7d7;
}

.product-block._33-width {
  width: 33%;
  padding-right: 30px;
  padding-left: 30px;
}

.product-block.left-border {
  border-left: 1px solid #d7d7d7;
}

.product-block.left-border.left-margin-30px {
  margin-left: 30px;
}

.product-block.left-border.left-padding-30px {
  padding-left: 30px;
}

.dropdown-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  text-transform: capitalize;
}

.dropdown-heading.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.dropdown-heading.black-color.hover:hover {
  color: #3b4ade;
}

.dropdown-heading.border-top {
  padding-top: 10px;
  border-top: 1px solid #d7d7d7;
}

.dropdown-heading.border-top.margin-top {
  margin-top: 20px;
}

.column-block-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  border-bottom: 1px none grey;
}

.column-block-2 {
  width: 100%;
}

.div-block-243 {
  margin-right: 30px;
  margin-left: 30px;
  padding-right: 0px;
  padding-left: 0px;
  border-right: 1px solid #d7d7d7;
}

.div-block-243.add-right-padding {
  padding-right: 25px;
}

.div-block-243.add-right-padding._33-width {
  width: 33%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 30px;
  padding-left: 30px;
}

.div-block-243.add-right-padding.no-border {
  border-right-style: none;
}

.div-block-243.no-border {
  margin-right: 10px;
  margin-left: 10px;
  border-right-width: 0px;
}

.div-block-243.no-border._33-width {
  width: 33%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 30px;
  padding-left: 30px;
}

.div-block-244 {
  width: 35%;
  margin-top: 20px;
  padding-top: 6px;
  border-top: 0.5px solid grey;
}

.new-hero-section-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 92vh;
  margin-top: 74px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.new-hero-section-2.bg-color {
  background-color: rgba(0, 153, 255, 0.1);
}

.right-margin-2 {
  height: 70px;
  margin-right: 28px;
}

.right-margin-2.less-width {
  width: 300px;
  height: 70px;
}

.code-slider {
  width: 1280px;
  height: 450px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.mask-7 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.slider-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
  background-color: transparent;
}

.info-column.no-scroll {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.code {
  overflow: auto;
  width: 100%;
  height: 100%;
  margin-right: 12px;
  padding: 10px 23px;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}

.code.sgm {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.code.nacl {
  display: none;
}

.code.ur {
  display: none;
}

.code-slide {
  width: 100%;
  padding-right: 80px;
  padding-left: 80px;
}

.div-block-245 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.section-42 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #fff;
  font-family: Proximanova, Verdana, sans-serif;
}

.section-42.hero-v3-section {
  height: 92vh;
  padding-top: 200px;
  background-color: #f4f5f8;
}

.section-42.dark-mask {
  overflow: hidden;
  background-color: #21242d;
  color: #fff;
}

.section-42.dark-mask.no-padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-42.no-padding-bottom {
  font-family: Proximanova, Verdana, sans-serif;
}

.text-grey-4 {
  font-family: Proximanova, Verdana, sans-serif;
  color: #4d5464;
}

.side-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.side-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-v3-image {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 40%;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.hero-v3-image.modifier {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.side-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 8.33%;
  padding-left: 8.33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.side-block.no-padding-left {
  width: 70%;
}

.side-block.small-padding-side {
  padding-right: 15px;
  padding-left: 15px;
}

.feature-v4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-bottom: 48px;
  padding-right: 15px;
  padding-left: 15px;
  -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;
  text-align: center;
}

.info-image {
  height: 120px;
  margin-bottom: 20px;
}

.circle-icon {
  position: relative;
  z-index: 1;
  display: none;
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
  padding: 14px;
  -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;
  border-radius: 50%;
  background-color: #21242d;
}

.features-v4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.message-text {
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Proximanova, Verdana, sans-serif;
}

.inline-elements-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px;
  -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;
}

.message.big {
  padding: 64px 40px;
}

.arrow-icon {
  height: 10px;
  margin-left: 4px;
}

.devices-image {
  width: 20vw;
  margin-top: 12px;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -4px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Proximanova, Verdana, sans-serif;
  color: #21242d;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-decoration: none;
}

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

.intro-text-big {
  font-size: 24px;
  line-height: 36px;
}

.intro-text-big.no-margin {
  font-family: Proximanova, Verdana, sans-serif;
}

.card-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -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;
  border-radius: 50%;
  background-color: #21242d;
  box-shadow: 0 0 0 6px rgba(32, 36, 46, 0.3);
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

.card-number.color-3 {
  background-color: #ff7136;
  box-shadow: 0 0 0 6px rgba(255, 113, 54, 0.3);
}

.card-number.color-2 {
  background-color: #ff3071;
  box-shadow: 0 0 0 6px rgba(255, 48, 113, 0.3);
}

.card-number.color-1 {
  background-color: #3270ff;
  box-shadow: 0 0 0 6px rgba(50, 112, 255, 0.3);
}

.card-number.color-5 {
  background-color: #ffae2e;
  box-shadow: 0 0 0 6px rgba(255, 174, 46, 0.3);
}

.feature-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-bottom: 48px;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.features-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -48px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.features-v3.margin-bottom {
  margin-bottom: 32px;
}

.feature-image-v2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 192px;
  margin-bottom: 24px;
  padding: 24px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-image-v2._1 {
  background-image: url('../images/Resource-Node.png');
  background-position: 0px 0px;
  background-size: contain;
}

.feature-image-v2._3 {
  background-image: url('../images/Action-Node.png');
  background-position: 50% 100%;
  background-size: cover;
}

.feature-image-v2._2 {
  background-image: url('../images/HTTP-Endpoint.png');
  background-position: 0px 0px;
  background-size: cover;
}

.feature-image-v2._4 {
  background-image: url('../images/Screenshot-2020-02-03-at-5.41.33-PM.png');
  background-position: 0% 0%;
  background-size: cover;
}

.side-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.side-media.right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.checkmark-icon {
  margin-top: -4px;
  margin-right: 20px;
}

.side-features-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.side-feature-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  padding-right: 20px;
  -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;
}

.macbook-side-2 {
  width: 50vw;
  max-width: none;
  margin-top: 40px;
  margin-right: -12%;
  margin-bottom: 20px;
}

.feature-side-info {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-246 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 6px;
  -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;
  border-top: 0px solid #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.div-block-246.first {
  padding-top: 0px;
}

.padding-right {
  padding-right: 23px;
}

.padding-right.color-white {
  color: #e1e4eb;
  font-size: 14px;
}

.padding-right.color-white {
  color: #e1e4eb;
  font-size: 14px;
}

.div-block-247 {
  position: static;
  right: -12px;
  z-index: 9999;
  width: 100%;
  padding: 5px;
  border-radius: 10px;
  background-color: #1d8cf8;
}

.div-block-248 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
}

.image-150 {
  height: 35px;
}

.image-151 {
  height: 33px;
}

.left-margin {
  margin-left: 16px;
}

.left-margin.bottom-margin {
  margin-bottom: 40px;
}

.left-margin.bottom-margin._60px-height {
  height: 60px;
}

.image-152 {
  height: auto;
}

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

.image-153 {
  height: 70px;
}

.custom-slider-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.custom-slider-block._100-width {
  width: 100%;
}

.custom-slider-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: 15px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-251 {
  width: 30%;
}

.options-block {
  width: 100%;
}

.options-block.active {
  border-left: 2.5px solid #3b4ade;
  border-radius: 5px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  opacity: 1;
  cursor: pointer;
}

.options-block.nacl {
  cursor: pointer;
}

.options-block.ur {
  cursor: pointer;
}

.options-block.active {
  border-left: 2.5px solid #3b4ade;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  opacity: 1;
  cursor: pointer;
}

.options-block.active.align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.options-block.activebtn {
  border-left: 2.5px solid #3b4ade;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
}

.custom-slider-code-block {
  overflow: hidden;
  width: 70%;
  height: 450px;
  padding: 10px 0px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}

.flex-vertical {
  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-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;
}

.flex-vertical.width-100 {
  width: 100%;
}

._60-width-block {
  width: 60%;
  margin-bottom: 40px;
}

._60-width-block._40 {
  width: 40%;
}

.div-block-252 {
  width: 100%;
}

.small-hr-divider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: auto;
  width: 100px;
  height: 3px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-radius: 10px;
  background-image: linear-gradient(260deg, #3358f4, #1d8cf8);
}

.dropdown-heading-2 {
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  text-transform: capitalize;
}

.dropdown-heading-2.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.menu-para-2 {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.5px;
  text-transform: none;
}

.small-hr-divider-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0.5%;
  width: 100px;
  height: 3px;
  border-radius: 10px;
  background-image: linear-gradient(260deg, #3358f4, #1d8cf8);
}

.new-hero-section-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 92vh;
  margin-top: 74px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.hero-para-2 {
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 22px;
  text-align: center;
}

.cards-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 47px;
  margin-bottom: 48px;
  -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;
}

.cards-block-2.no-margin-top {
  margin-top: 0px;
}

.cards-block-2.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cards-block-2.less-padding {
  margin-top: 20px;
}

.max-width-1100px {
  max-width: 1100px;
}

.centered-h1-2 {
  font-family: Proximanova, Verdana, sans-serif;
  font-weight: 600;
  text-align: center;
}

.thumbnail-image-block {
  position: absolute;
  width: 100%;
  height: 400px;
}

.dropdown-heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  text-transform: capitalize;
}

.dropdown-heading-3.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.dropdown-heading-3.black-color.hover:hover {
  color: #3b4ade;
}

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

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

.link-86 {
  font-family: Montserrat, sans-serif;
}

.div-block-253 {
  font-family: Montserrat, sans-serif;
}

.search-result-list {
  font-family: Montserrat, sans-serif;
}

.body-9 {
  font-family: Montserrat, sans-serif;
}

.heading-72 {
  font-family: Proximanova, Verdana, sans-serif;
}

.text-block-107 {
  font-family: Proximanova, Verdana, sans-serif;
}

.heading-73 {
  font-family: Proximanova, Verdana, sans-serif;
}

.heading-74 {
  font-family: Proximanova, Verdana, sans-serif;
}

.heading-75 {
  font-family: Proximanova, Verdana, sans-serif;
}

.heading-76 {
  font-family: Proximanova, Verdana, sans-serif;
}

.text-block-108 {
  font-family: Proximanova, Verdana, sans-serif;
}

.heading-77 {
  font-family: Proximanova, Verdana, sans-serif;
}

.text-block-109 {
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 14px;
}

.heading-78 {
  font-family: Proximanova, Verdana, sans-serif;
}

.heading-79 {
  font-family: Proximanova, Verdana, sans-serif;
  font-weight: 400;
}

.heading-80 {
  font-weight: 400;
}

.heading-81 {
  font-weight: 400;
}

.heading-82 {
  font-family: Proximanova, Verdana, sans-serif;
  font-weight: 400;
}

.text-block-110 {
  font-family: Proximanova, Verdana, sans-serif;
}

.text-block-111 {
  font-family: Proximanova, Verdana, sans-serif;
}

.text-block-112 {
  font-family: Proximanova, Verdana, sans-serif;
}

.text-block-113 {
  font-family: Proximanova, Verdana, sans-serif;
}

.heading-83 {
  font-family: Proximanova, Verdana, sans-serif;
}

.heading-84 {
  font-weight: 400;
}

.heading-85 {
  font-weight: 400;
}

.div-block-254 {
  font-family: Proximanova, Verdana, sans-serif;
}

.column-64 {
  font-family: Proximanova, Verdana, sans-serif;
}

.body-10 {
  font-family: Proximanova, Verdana, sans-serif;
}

.body-11 {
  font-family: Proximanova, Verdana, sans-serif;
}

.body-12 {
  font-family: Proximanova, Verdana, sans-serif;
}

.body-13 {
  font-family: Proximanova, Verdana, sans-serif;
}

.body-14 {
  font-family: Proximanova, Verdana, sans-serif;
}

.max-height-400px {
  max-height: 400px;
}

.heading-86 {
  font-family: Proximanova, Verdana, sans-serif;
}

.text-block-114 {
  font-family: Proximanova, Verdana, sans-serif;
}

.div-block-255 {
  width: 800px;
  height: 700px;
}

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

.div-block-256 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scroll-text {
  width: auto;
  margin-right: 5px;
  margin-left: 5px;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
}

.background-video-2 {
  width: 100%;
}

.scroll-box {
  overflow: hidden;
  width: auto;
  height: 30px;
}

.two-row-hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  -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;
}

.row-one.max-width-800px {
  max-width: 800px;
}

.image-154 {
  width: 100%;
}

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

._100-image.contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-257 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 6px;
  -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;
  border-top: 0px solid #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.div-block-257.first {
  padding-top: 0px;
}

.custom-slider-code-block-2 {
  overflow: hidden;
  width: 70%;
  height: 450px;
  padding: 10px 0px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}

.custom-slider-code-block-2._50-width {
  width: 800px;
  height: 450px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.custom-image-block-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-155 {
  width: 100%;
  height: auto;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-258 {
  margin-top: 18px;
}

.tool-tip-text {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 41px;
  display: none;
  width: 450px;
  height: auto;
  min-height: 60px;
  padding: 16px 16px 16px 30px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 50px 0px;
  background-image: linear-gradient(260deg, #3358f4, #1d8cf8);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Proximanova, Verdana, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: left;
}

.link-87 {
  display: inline;
  width: auto;
  padding: 5px 10px 5px 0px;
  border-radius: 10px;
  background-color: rgba(225, 228, 235, 0);
  color: #d7d7d7;
  font-size: 15px;
  text-decoration: underline;
}

.lazyload {
  width: 100%;
  height: 100%;
}

.lazyload.max-width-180px {
  width: 200px;
  max-width: none;
}

.html-embed-3 {
  position: relative;
  z-index: 10;
  display: none;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-poster {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
}

.row-block-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.designed-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 200px;
  padding: 10px;
}

.designed-card.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  -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;
  border-radius: 10px 0px 0px 10px;
}

.image-column._100-width {
  width: 100%;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0px;
}

.content-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 30px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: hsla(0, 0%, 80%, 0.21);
}

.content-column._100-width {
  width: 100%;
  border-bottom-left-radius: 10px;
}

.full-width-grey-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 300px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: hsla(0, 0%, 80%, 0.21);
}

.full-width-grey-block._20px-padding {
  padding-right: 20px;
  padding-left: 20px;
}

.full-width-grey-block._20px-padding.no-bg {
  background-color: transparent;
}

.max-width-350px {
  max-width: 350px;
}

.body-15 {
  font-family: Proximanova, Verdana, sans-serif;
}

.heading-87 {
  font-family: Proximanova, Verdana, sans-serif;
}

.paragraph-37 {
  font-family: Proximanova, Verdana, sans-serif;
}

.p-big.white-txt {
  font-family: Proximanova, Verdana, sans-serif;
  font-weight: 300;
}

.footer-txt {
  font-family: Proximanova, Verdana, sans-serif;
  font-weight: 400;
}

.footer-links {
  font-family: Proximanova, Verdana, sans-serif;
}

.text-block-8 {
  font-family: Proximanova, Verdana, sans-serif;
}

.button-alternative {
  font-family: Proximanova, Verdana, sans-serif;
  font-weight: 600;
}

.italic-text-2 {
  font-family: Proximanova, Verdana, sans-serif;
}

.list-item-26 {
  font-family: Proximanova, Verdana, sans-serif;
}

.italic-text-3 {
  font-family: Proximanova, Verdana, sans-serif;
}

.italic-text-check {
  font-family: Proximanova, Verdana, sans-serif;
}

.right-text-rt {
  font-family: Proximanova, Verdana, sans-serif;
}

.secondary-cta {
  font-family: Proximanova, Verdana, sans-serif;
  font-weight: 400;
}

.last-faq-line {
  font-family: Proximanova, Verdana, sans-serif;
}

.accordion-tab-button-2 {
  font-family: Proximanova, Verdana, sans-serif;
}

.section-37 {
  font-family: Proximanova, Verdana, sans-serif;
}

.feature-sub-head-2 {
  font-family: Proximanova, Verdana, sans-serif;
  font-weight: 600;
}

.rich-text-block {
  font-family: Proximanova, Verdana, sans-serif;
}

.menu-para.blog {
  font-family: Proximanova, Verdana, sans-serif;
  font-weight: 400;
}

.blog-post-wrapper {
  font-family: Proximanova, Verdana, sans-serif;
}

.blog-post {
  font-family: Proximanova, Verdana, sans-serif;
}

.dev-prod-left-pane {
  font-family: Proximanova, Verdana, sans-serif;
}

.category-name-text {
  font-family: Proximanova, Verdana, sans-serif;
}

.dev-prod-link {
  font-family: Proximanova, Verdana, sans-serif;
}

.heading-10-copy {
  font-weight: 600;
}

.lamda-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 200px;
  min-height: 0px;
  margin-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.banner-image {
  width: 100%;
  height: auto;
  max-height: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.banner-content {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.banner-heading {
  color: #fff;
  font-size: 26px;
  text-align: center;
}

.section-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
}

.div-block-259 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  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;
}

.videoloadani {
  position: absolute;
}

.html-embed-4 {
  display: none;
}

.max-height-300px {
  width: 100%;
  height: auto;
  max-height: 200px;
  min-height: 0px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.button-18 {
  border-radius: 5px;
  background-color: #f4482e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f74725), to(#e64d69));
  background-image: linear-gradient(180deg, #f74725, #e64d69);
  color: #fff;
}

.lambda-btn {
  padding: 9px 12px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f54828), to(#e54d6f));
  background-image: linear-gradient(180deg, #f54828, #e54d6f);
  color: #fff;
  cursor: pointer;
}

.mw200 {
  max-width: 200px;
}

.div-block-260 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 70px;
  -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;
}

.max-width-70px {
  width: 70px;
}

.max-width-75px {
  width: 75px;
}

.max-height-80px.left-margin {
  height: 80px;
}

.max-height-60px {
  height: 60px;
}

.div-block-261 {
  margin-top: 77px;
}

.heading-88 {
  text-align: center;
}

.heading-89 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.html-embed-5 {
  width: 100%;
  height: 100vh;
}

.max-height {
  max-height: 120px;
}

.feature-sub-head-3 {
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: rgba(116, 200, 242, 0.59);
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.feature-sub-head-3.hide {
  display: none;
  font-family: Proximanova, Verdana, sans-serif;
  font-weight: 400;
}

.html-embed-6 {
  width: 100%;
  height: 100%;
}

._350px-height {
  height: 300px;
}

._80px-height-image {
  height: 80px;
}

.dev-heading {
  color: #000;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}

.dev-para {
  width: 90%;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.show-filter-block {
  display: none;
}

.close-block {
  display: none;
}

.notification-section {
  position: absolute;
  left: 0px;
  top: 74px;
  right: 0px;
  z-index: 400;
  height: 70px;
}

.full-width-block-noti {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
}

.full-width-block-noti.color {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #57aaff;
}

.notificaion-para {
  font-size: 18px;
  font-weight: 600;
}

.notificaion-para.color {
  color: #fff;
}

.close-notification {
  position: absolute;
  right: 2%;
  height: 20px;
  opacity: 0.5;
  cursor: pointer;
}

.close-notification:hover {
  opacity: 1;
}

.text-block-115 {
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.price-box-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 50px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 25px 35px;
  -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;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 2px 2px 8px 2px rgba(87, 170, 255, 0.39);
}

.price-box-horizontal.large {
  min-height: 550px;
}

.price-box-horizontal.make-bigger {
  height: auto;
  max-height: none;
  min-height: 550px;
}

.price-box-horizontal.huge {
  width: 424px;
  height: 800px;
  margin-right: 25px;
  margin-left: 25px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-shadow: 2px 2px 8px 3px rgba(87, 170, 255, 0.36);
}

.addon-block-pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.feature-list-pricing-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  text-align: left;
}

.feature-list-pricing-page.more {
  height: 150px;
}

.feature-list-pricing-page.more.auto-height {
  height: auto;
}

.feature-item-pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  padding: 6px 0px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}

.feature-item-pricing.add-padding {
  margin-right: 28px;
}

.text-block-116 {
  text-align: center;
}

.text-block-117 {
  text-align: center;
}

.center-aligned-text-box {
  text-align: center;
}

.div-bottom-margin-15px {
  margin-bottom: 15px;
}

.grid-12 {
  grid-template-areas: "Area";
}

.div-block-262 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  box-shadow: 1px 1px 3px 0 grey;
}

.image-157 {
  margin-bottom: 20px;
}

.image-158 {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.card-block-usecase {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22%;
  height: auto;
  margin-right: 15px;
  margin-left: 15px;
  padding: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.44);
  border-radius: 5px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.55);
}

.card-block-usecase.cost {
  width: 35%;
  height: 350px;
  margin-right: 34px;
  margin-left: 34px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: none;
}

.card-block-usecase.cost.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-block-usecase.cost.align-center.auto-height {
  height: auto;
}

.card-block-usecase.cost.box-shadow {
  padding-right: 35px;
  padding-left: 35px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.55);
}

.card-block-usecase.cost.box-shadow.align-center {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.card-block-usecase.cost.box-shadow.align-center.auto-height.less-width {
  width: 30%;
}

.card-block-usecase.xtra-padding {
  padding-right: 20px;
  padding-left: 20px;
}

.card-block-usecase._285px-card {
  height: 285px;
}

.card-block-usecase._285px-card.xtra-padding {
  margin-right: 20px;
  margin-left: 20px;
}

.card-block-usecase._310px-card {
  height: 300px;
}

.card-block-usecase._310px-card.xtra-padding {
  height: 310px;
}

.card-block-usecase._50-width {
  width: 30%;
}

.card-block-usecase._50-width.padding {
  padding: 34px 40px;
}

.card-block-usecase._50-width.padding.center-align {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-block-usecase._30-width {
  width: 30%;
}

.card-block-usecase._30-width.auto-height {
  height: auto;
}

.card-block-usecase._30-width.auto-height.no-box-shadow {
  padding-right: 30px;
  padding-left: 30px;
  box-shadow: none;
}

.cards-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.centered-container {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.section-banner {
  margin-top: 30px;
  background-color: #1d8cf8;
}

.banner-div {
  width: 60%;
  height: 340px;
  min-height: 93%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 35px;
  background-color: #fff;
}

.banner-div-2 {
  width: 30%;
  height: 340px;
  margin: 25px;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 35px;
  background-color: #fff;
}

.banner-div-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 42px;
  font-weight: 600;
}

.banner-div-h1.white-font {
  color: #fff;
}

.heading-91 {
  font-size: 42px;
  font-weight: 600;
}

.paragraph-38 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 22px;
}

.paragraph-38.white-font {
  color: #fff;
}

.cards-image-2 {
  position: absolute;
  left: 35%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 30%;
  height: 60%;
  max-width: none;
  margin-top: 10px;
  padding-top: 0px;
  text-align: left;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cards-image-mask-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-height: none;
  margin-top: 0px;
  margin-bottom: -35px;
  padding-top: 50%;
  padding-bottom: 0px;
  border-radius: 0%;
}

.flex-centered-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.flex-centered-2._80-width {
  width: 90%;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 2px 2px 1px 0 hsla(0, 0%, 50.2%, 0.59);
}

.flex-centered-2._80-width.no-boxshadow {
  box-shadow: none;
}

.flex-centered-2._80-width.no-boxshadow.cost {
  width: 100%;
}

.flex-centered-2._80-width.no-boxshadow._100-width {
  width: 100%;
  padding: 0px;
}

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

.image-159.max-height-500px {
  max-height: 500px;
}

.banner-div-3 {
  width: 80%;
  height: auto;
}

.container-block-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 326.1499938964844em;
  max-width: 1280px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
  -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;
  background-color: transparent;
}

.container-block-banner.align-left {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container-block-banner.relative {
  position: relative;
  padding-bottom: 0px;
}

.container-block-banner.relative._60px-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-block-banner.relative._60px-padding.top-padding-15px {
  padding-top: 15px;
}

.container-block-banner._60px-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-block-banner._60px-padding.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-block-banner.banner-grey-bg.vertical-padding-20 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-block-banner.banner-grey-bg.vertical-padding-20.banner-light-blue-bg {
  background-color: #e1f5fa;
}

.container-block-banner.banner-grey-bg.vertical-padding-20.banner-blue2-bg {
  background-color: #00a8c5;
}

.container-block-banner.banner-grey-bg.vertical-padding-20.banner-purple-bg {
  background-color: #331143;
}

.container-block-banner.banner-universe-bckgrd {
  background-image: url('../images/matt-gross-uPa8mFbySYw-unsplash.jpg');
  background-position: 0px 0px;
  background-size: 125px;
}

.container-block-banner-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin-bottom: 30px;
  padding-top: 40px;
  padding-bottom: 30px;
  -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;
  background-color: #f4f5f7;
}

.container-block-banner-2.align-left {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container-block-banner-2.relative {
  position: relative;
  padding-bottom: 0px;
}

.container-block-banner-2.relative._60px-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-block-banner-2.relative._60px-padding.top-padding-15px {
  padding-top: 15px;
}

.container-block-banner-2._60px-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-block-banner-2._60px-padding.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.banner-div-4 {
  display: block;
  width: 80%;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.section-44 {
  background-color: transparent;
}

.home-text-overlay-div {
  position: absolute;
  left: auto;
  top: 25%;
  right: 5%;
  bottom: auto;
}

.cards-grid-container-with-bottom-margin {
  display: -ms-grid;
  display: grid;
  margin-bottom: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-grid-container-usecase {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.link-block-5 {
  padding-top: 0px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #333;
}

.link-block-5:hover {
  border: 1px solid #d7d7d7;
  border-radius: 13px;
  background-color: transparent;
  -webkit-transform: translate(0px, 10px) translate(0px, 0px);
  -ms-transform: translate(0px, 10px) translate(0px, 0px);
  transform: translate(0px, 10px) translate(0px, 0px);
}

.banner-blue-bg {
  background-color: #d4eaff;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-right: 0px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/17545.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/17545.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  opacity: 1;
  color: #fff;
}

.paragraph-39 {
  text-align: left;
}

.overlay-left-align {
  color: #000;
  text-align: left;
}

.div-block-263 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

.hero-overlay-container {
  position: static;
  left: -206px;
  top: auto;
  bottom: -20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.banner-grey-bg {
  background-color: #ebedf1;
}

.container-custom-home-hero {
  width: 60%;
  margin-left: 60px;
  padding-right: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.columns-20 {
  width: 99.9553648719%;
}

.div-block-264 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-block-mobile-hidden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 35px;
  padding-bottom: 40px;
  -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;
  background-color: rgba(0, 153, 255, 0);
}

.section-block-mobile-hidden.cost {
  margin-bottom: 0px;
  padding-top: 12px;
}

.section-block-mobile-hidden.cost.more-margin {
  margin-top: 52px;
  margin-bottom: 44px;
}

.section-block-mobile-hidden.cost.bg-color {
  margin-bottom: 0px;
}

.section-block-mobile-hidden.bg-color {
  margin-bottom: 40px;
  padding-top: 66px;
  padding-bottom: 25px;
  background-color: rgba(0, 153, 255, 0.1);
}

.section-block-mobile-hidden.bg-color.no-margin {
  margin-bottom: 0px;
}

.section-block-mobile-hidden.add-padding {
  margin-bottom: 0px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-block-mobile-hidden.relative {
  position: relative;
}

.section-block-mobile-hidden.similar-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-block-mobile-hidden.similar-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-block-mobile-hidden.similar-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.hero-util-reporting {
  display: block;
}

.hero-section-util-reporting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.div-block-265 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.column2-copy {
  width: 45%;
  padding-right: 20px;
  padding-left: 20px;
}

.column2-copy._100-height {
  height: 100%;
}

.column2-copy.no-padding {
  height: auto;
  min-height: 320px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/5e4e1be7eb37d103a5f63f4c_Insights-sc-home.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column2-copy.no-padding.flex-center-relative {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.column2-copy.flex-center-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.column2-copy.flex-center-items.right-aign {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column2-copy.align-right {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column2-copy.align-left {
  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;
}

.column2-copy.align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.hero-container-short {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1280px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-container-short.align-left {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hero-container-short.relative {
  position: relative;
  padding-bottom: 0px;
}

.hero-container-short.relative._60px-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-container-short.relative._60px-padding.top-padding-15px {
  padding-top: 15px;
}

.hero-container-short._60px-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-container-short._60px-padding.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero-section-short {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75vh;
  min-height: 50vh;
  margin-top: 74px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.hero-section-short.bg-color {
  background-color: #ebf3ff;
}

.hero-section-short.small-section {
  height: 55vh;
}

.hero-section-short.hide {
  display: none;
}

.hero-section-short.auto-height {
  height: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.hero-section-short.auto-height._0-top-margin {
  margin-top: 0px;
}

.hero-section-short.auto-height._0-top-margin.grey-background {
  background-color: hsla(0, 0%, 80%, 0.21);
}

.hero-section-short._0-margin {
  margin-top: 0px;
}

.hero-long-div {
  display: block;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-short-div {
  width: 50%;
}

.hero-div-columned {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-heading-no-code {
  width: auto;
  max-width: 80%;
  margin-bottom: 56px;
  font-family: Proximanova, Verdana, sans-serif;
  color: #153b64;
  font-size: 3em;
  line-height: 1.1em;
  font-weight: 600;
  text-align: left;
}

.hero-heading-no-code.new {
  margin-bottom: 26px;
  color: #000;
  font-size: 48px;
  line-height: 62px;
  text-align: center;
}

.hero-heading-no-code.new {
  margin-bottom: 26px;
  color: #000;
  text-align: center;
}

.hero-heading-no-code.new.align-left {
  text-align: left;
}

.hero-heading-no-code.less-padding {
  margin-bottom: 30px;
}

.hero-heading-no-code.less-padding.black-color {
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 48px;
  line-height: 62px;
}

.hero-heading-no-code.less-padding.black-color.overlay-left-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-heading-no-code.new {
  margin-bottom: 26px;
  color: #000;
  text-align: center;
}

.hero-heading-no-code.new {
  margin-bottom: 26px;
  color: #000;
  font-size: 48px;
  line-height: 62px;
  text-align: center;
}

.hero-heading-no-code.small {
  margin-bottom: 16px;
}

.hero-heading-no-code.guide {
  margin-bottom: 10px;
  color: #25262d;
  font-size: 48px;
  line-height: 60px;
}

.hero-heading-no-code.guide {
  margin-bottom: 10px;
  color: #25262d;
  font-size: 48px;
  line-height: 60px;
}

.hero-heading-no-code.hero-black-clr {
  color: #000;
}

.hero-para-no-code {
  max-width: 80%;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 22px;
  text-align: left;
}

.hero-para-no-code.large-font {
  font-size: 30px;
}

.hero-para-no-code.medium {
  font-size: 28px;
}

.hero-para-no-code.hero-sub-text {
  font-size: 24px;
  line-height: 30px;
}

.hero-para-no-code.less-margin {
  margin-bottom: 10px;
}

.hero-para-no-code.less-margin.align-left {
  text-align: left;
}

.hero-para-no-code.less-margin.align-left._22px-font {
  font-size: 22px;
  line-height: 32px;
}

.hero-para-no-code.align-left {
  text-align: left;
}

.img-hero-no-code {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.img-hero-no-code.cover {
  -o-object-fit: none;
  object-fit: none;
}

.hero-section-shorter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60vh;
  min-height: 50vh;
  margin-top: 74px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.hero-section-shorter.bg-color {
  background-color: #ebf3ff;
}

.hero-section-shorter.small-section {
  height: 55vh;
}

.hero-section-shorter.hide {
  display: none;
}

.hero-section-shorter.auto-height {
  height: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.hero-section-shorter.auto-height._0-top-margin {
  margin-top: 0px;
}

.hero-section-shorter.auto-height._0-top-margin.grey-background {
  background-color: hsla(0, 0%, 80%, 0.21);
}

.hero-section-shorter._0-margin {
  margin-top: 0px;
}

.hero-section-shorter.bot-hero-section-image {
  height: 55vh;
  background-image: url('../images/3560210.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section-shorter.automation-first-hero-section-image {
  background-image: url('../images/737.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-section-shorter.automation-first-hero-section-image.herosec-height-40vh {
  height: 40vh;
  min-height: 40vh;
}

.hero-section-shorter.aws-hero-section-image {
  background-image: url('../images/3786887-1.jpg');
  background-position: 0px 0px;
}

.hero-section-shorter.aws-hero-section-image.azure-img-hero {
  background-image: url('../images/4009040-1.jpg');
}

.hero-section-shorter.aws-hero-section-image.pvt-cloud-hero-img {
  background-image: url('../images/2783704-1.jpg');
}

.hero-section-shorter.aws-hero-section-image.vm-hero-img {
  background-image: url('../images/648300-PORQ48-148-1.jpg');
}

.hero-statement {
  color: #333;
  font-weight: 600;
  text-align: center;
}

.hero-statement.white-font-clr {
  color: #fff;
}

.section-para {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

.section-para.center-aligned-text-box {
  text-align: center;
}

.section-para.center-aligned-text-box.section-para-margin-top.white-text {
  color: #fff;
}

.section-para.center-aligned-text-box.para-max-width-300px {
  width: 300px;
}

.section-para.para-80-width {
  max-width: 80%;
}

.section-para-margin-top {
  margin-top: 20px;
}

.section-image-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 20em;
  -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;
}

.section-image-column.img-centered {
  width: 80%;
}

.section-image-column.img-centered.flex-right-align {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-full-width-image {
  width: 8%;
}

.section-column-header {
  font-size: 30px;
  font-weight: 600;
}

.padding-horiz-45px {
  padding-right: 45px;
  padding-left: 45px;
}

.automation-first-hero-section-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

._100-percent-tall-column {
  height: 100%;
}

.column-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -o-object-fit: fill;
  object-fit: fill;
}

.columns-21 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-266 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-267 {
  margin-top: 10%;
}

.top-margin-25 {
  margin-top: 8%;
}

.section-column-top-margin {
  margin-top: 5%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.section-column-top-margin.flex-align-right {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-column-top-margin.section-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 75%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-main-image-shrunk {
  max-width: 40%;
}

.hero-statement-large-white {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

.grid-13 {
  width: auto;
  max-width: 100%;
  margin-top: 5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-areas: "Area";
}

.automation-flow-container-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 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;
}

.div-block-269 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.div-block-269.automation-step-padding {
  padding-right: 5px;
  padding-left: 5px;
}

.div-block-269.automation-step-padding.automation-step-margin {
  min-height: auto;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-269.automation-step-padding.automation-step-margin.automation-step-min-height {
  height: 26em;
  max-height: 26em;
  -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;
}

.automation-step-header {
  font-weight: 600;
  text-align: center;
}

.automation-step-para {
  text-align: center;
}

.automation-step-image {
  margin-bottom: 20px;
}

.three-card-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: auto;
  max-height: 24em;
  min-height: 18em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.section-card.rounded-corners {
  border-radius: 10px;
}

.section-card.rounded-corners.shadow {
  box-shadow: 4px 4px 3px 0 #dfcfcf;
}

.section-card.rounded-corners.shadow.card-border {
  border: 1px solid #000;
}

.section-card.rounded-corners.shadow.banner-grey-bg.left-margin-card {
  margin-left: 40px;
}

.section-card.rounded-corners.shadow.banner-grey-bg.margin-card {
  margin: 10px 20px;
}

.section-card.rounded-corners.shadow.margin-card {
  margin: 10px 20px;
}

.section-card.rounded-corners.shadow.margin-card.link-block-5 {
  display: block;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.section-card.rounded-corners.shadow.margin-card.black-text {
  color: #000;
}

.section-card.vertical-justify-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-card.vertical-justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.section-card-img-50 {
  width: 50%;
  max-width: 50%;
}

.section-card-para {
  width: auto;
  text-align: center;
}

.section-card-para.top-margin-25 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-card-para.top-margin-25.black-txt-link-block {
  color: #000;
}

.section-card-para.top-margin-25.black-txt-link-block.text-slight-padding {
  padding-right: 5px;
  padding-left: 5px;
}

.section-card-para.top-margin-25.grow-if-possible {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-card-para.top-margin-25.left-align-card-header {
  text-align: left;
}

.auto-cta-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.auto-cta-div.left-align-cta {
  -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;
}

.section-card-img-30 {
  width: 30%;
  max-width: 300%;
}

.paragraph-40 {
  max-width: none;
}

.image-160 {
  max-width: 70%;
}

.columns-22 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.banner-column-stretched {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-banner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  -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;
  background-color: transparent;
}

.image-banner-container.align-left {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-banner-container.relative {
  position: relative;
  padding-bottom: 0px;
}

.image-banner-container.relative._60px-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-banner-container.relative._60px-padding.top-padding-15px {
  padding-top: 15px;
}

.image-banner-container._60px-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-banner-container._60px-padding.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-banner-container.banner-universe-bckgrd {
  background-image: url('../images/matt-gross-uPa8mFbySYw-unsplash.jpg');
  background-position: 0px 0px;
  background-size: 125px;
}

.image-banner-div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.padded-column {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-card-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px 0px 10px;
  -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;
  box-shadow: 4px 4px 3px 0 #dfcfcf;
}

.section-card-small.rounded-corners {
  border-radius: 10px;
}

.section-card-small.rounded-corners.shadow {
  box-shadow: 4px 4px 3px 0 #dfcfcf;
}

.section-card-small.rounded-corners.shadow.margin-card {
  margin-right: 20px;
  margin-left: 20px;
  padding: 0px;
}

.section-card-small.shadow {
  box-shadow: 4px 4px 3px 0 #dfcfcf;
}

.section-card-small.shadow.margin-card {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.section-card-small.shadow.margin-card.flex-vertical.flex-justify-vertical {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-card-small.shadow.margin-card.flex-vertical.flex-justify-top {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section-card-para-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-card-para-grow.top-margin-25 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-5 {
  position: static;
}

.border-right {
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px solid #d7d7d7;
}

.border-right.flex-expand-vert {
  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;
}

.border-right.nav-section-padding-left {
  padding-left: 16px;
}

.border-right.nav-section-border-bottom {
  border-style: solid;
  border-width: 1px;
  border-color: #000 #000 #d7d7d7;
}

.border-right.nav-section-padding-top {
  padding-top: 4%;
}

.border-right.nav-section-padding-top.width-full {
  width: 100%;
}

.border-right.nav-section-border-bot {
  border-bottom: 1px solid #d7d7d7;
}

.columns-23 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-fit: fill;
  object-fit: fill;
}

.columns-24 {
  height: 28em;
}

.columns-25 {
  height: 34em;
}

.div-block-270 {
  height: 100%;
}

.dropdown-heading-link {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  text-transform: capitalize;
}

.dropdown-heading-link.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.dropdown-heading-link.no-padding.top-margin-25 {
  margin-top: 25%;
}

.dropdown-heading-link.no-padding.navbar-item-top-margin {
  margin-top: 10%;
}

.dropdown-heading-link.black-color.hover:hover {
  color: #3b4ade;
}

.dropdown-heading-link.border-top {
  padding-top: 10px;
  border-top: 1px solid #d7d7d7;
}

.dropdown-heading-link.border-top.margin-top {
  margin-top: 20px;
}

.dropdown-link-13 {
  padding: 0px;
  color: #333;
  font-size: 20px;
  line-height: 25px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
}

.dropdown-link-13.navbar-item-top-margin {
  margin-top: 10%;
}

.image-161 {
  max-width: 80%;
}

.image-162 {
  max-width: 80%;
}

.div-block-231-copy {
  padding: 45px;
}

.div-block-231-copy.cost {
  width: 40%;
}

.div-block-231-copy.cost._50-width {
  width: 50%;
}

.div-block-231-copy.cost._50-width.no-padding {
  padding: 0px;
}

.div-block-231-copy.cost._50-width._20px-padding {
  padding: 20px;
}

.div-block-231-copy.cost._60-width {
  width: 60%;
}

.div-block-231-copy.cost._60-width.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-231-copy.cost._65-width {
  width: 60%;
}

.div-block-231-copy.cost._55-width {
  width: 55%;
}

.div-block-231-copy.cost._55-width._20px-padding {
  padding: 20px;
}

.div-block-231-copy.cost._55-width._20px-padding.unhide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding: 0px;
  -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;
  background-image: url('../images/optimized-homepage.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-231-copy._0px-padding {
  padding: 0px;
}

.cost-hero-img {
  width: 40%;
}

.column-block-right-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  -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;
}

.column-block-right-img._20px-margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.column-block-right-img._10px {
  margin-top: 10px;
  margin-bottom: 10px;
}

.column-block-right-img._10px._350px-height {
  height: 350px;
}

.column-block-right-img._0px-padding {
  margin-top: 0px;
  margin-bottom: 0px;
}

.column-block-right-img._0px-padding.max-width-1100px.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card-div-para {
  margin-right: 10px;
  margin-left: 10px;
}

.image-163 {
  height: 50px;
}

.section-card-image {
  width: 100%;
  height: 45%;
}

.div-block-271 {
  margin-right: 10px;
  margin-left: 10px;
}

.small-sec-header-demo {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.section-card-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: auto;
  max-height: 24em;
  min-height: 18em;
  padding-top: 20px;
  padding-left: 10px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-card-left.rounded-corners {
  border-radius: 10px;
}

.section-card-left.rounded-corners.shadow {
  box-shadow: 4px 4px 3px 0 #dfcfcf;
}

.section-card-left.rounded-corners.shadow.card-border {
  border: 1px solid #000;
}

.section-card-left.rounded-corners.shadow.banner-grey-bg.left-margin-card {
  margin-left: 40px;
}

.section-card-left.rounded-corners.shadow.banner-grey-bg.margin-card {
  margin: 10px 20px;
}

.section-card-left.rounded-corners.shadow.margin-card {
  margin: 10px 20px;
}

.section-card-left.rounded-corners.shadow.margin-card.link-block-5 {
  display: block;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.section-card-left.rounded-corners.shadow.margin-card.black-text {
  color: #000;
}

.card-div-para-left {
  margin-right: 10px;
  margin-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.section-card-img-23 {
  width: 23%;
  max-width: 300%;
}

.three-card-container-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.request-demo-form {
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.two-card-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-headin-left-aligned {
  display: inline;
  margin-left: 0px;
  padding-top: 0px;
  color: #2c2e30;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}

.hero-statement-large-black {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

.section-sub-heading {
  font-weight: 600;
  text-align: center;
}

.aws-pre-built-sol-container {
  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;
}

.aws-pre-build-sol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.img-horiz-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-sub-heading-left {
  font-weight: 600;
}

.hero-section-new-image {
  max-width: 20%;
}

.hero-section-new-image.div-bottom-margin-15px {
  max-width: 25%;
}

.section-single-card {
  width: 80%;
  height: 28em;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block-272 {
  width: 80%;
  height: 30em;
}

.div-block-273 {
  width: 80%;
  height: 30em;
  border-radius: 10px;
  box-shadow: 4px 4px 3px 0 #dfcfcf;
}

.img-50-width {
  max-width: 50%;
}

.img-50-width.flexbox-center {
  height: auto;
}

.img-50-width.flexbox-center.height-100 {
  height: 100%;
}

.img-50-width.flexbox-center.height-100.vertical-justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bottom-margin-25 {
  margin-bottom: 25%;
}

.bottom-margin-8 {
  margin-bottom: 8%;
}

.right-margin-8 {
  margin-right: 8%;
}

.left-margin-8 {
  margin-left: 8%;
}

.vertical-justify-space-between {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.vertical-justify-start {
  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;
}

.into-wf-div {
  display: block;
  width: 60%;
  height: 20em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vmware-icon-card-para {
  font-size: 16px;
  text-align: center;
}

.youtube {
  width: auto;
  height: auto;
}

.div-intro-wfs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-275 {
  width: 64%;
  margin-top: 5%;
}

.image-164 {
  max-width: 110%;
}

.margin-8 {
  margin: 8%;
}

.div-block-276 {
  width: auto;
  height: auto;
  margin-right: 4%;
}

.container-1003 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.image-165 {
  max-width: 80%;
}

.img-40--width {
  max-width: 40%;
}

.div-block-277 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.column-69 {
  height: 100%;
}

.column-70 {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.columns-26 {
  width: 100%;
}

.top-margin-16 {
  margin-top: 16%;
}

.column-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-72 {
  padding-left: 0px;
}

.nav-section-padding-left {
  padding-left: 16px;
}

.nav-section-padding-left.nav-section-right-sub-height {
  height: 16em;
}

.nav-section-padding-left.nav-section-right-sub-height.nav-section-border-bottom {
  border-bottom: 1px solid #d7d7d7;
}

.nav-section-padding-left.nav-section-padding-top {
  padding-top: 4%;
}

.nav-section-padding-left.nav-section-padding-top.nav-section-border-top {
  border-top: 1px solid #d7d7d7;
}

.nav-section-padding-left.nav-section-border-bottom {
  border-bottom: 1px solid #d7d7d7;
}

.nav-section-padding-left.nav-section-border-bottom.nav-section-margin-bottom-2 {
  margin-bottom: 0%;
}

.nav-section-padding-left.nav-section-margin-bottom-2 {
  margin-bottom: 8%;
}

.nav-section-padding-left.nav-section-padding-top-2 {
  padding-top: 0.5%;
}

.nav-section-padding-left.nav-section-padding-top-2.nav-section-border-top {
  border-top: 1px solid #d7d7d7;
}

.image-166 {
  max-width: 20%;
  margin-right: 4%;
}

.div-block-278 {
  width: 5.5em;
  height: 5.5em;
}

.sm-icon-footer {
  margin-right: 8px;
}

.div-block-279 {
  width: 24px;
  height: 24px;
}

.recaptcha-2 {
  overflow: visible;
}

.profile_txt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.hero-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.card-block-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300%;
  height: 300px;
  margin-left: 20px;
  padding: 30px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-style: solid;
  border-width: 5px;
  border-color: #3b4ade;
  border-radius: 5px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.55);
}

.profile_title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 100;
}

.image-167 {
  position: absolute;
  left: auto;
  top: auto;
  display: block;
  margin: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.profile_img-copy {
  position: absolute;
  left: auto;
  top: auto;
  margin: 52px 80px 52px 86px;
  padding-left: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 5px;
  border-color: #3b4ade;
  border-radius: 100px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.profile_container {
  position: absolute;
  left: auto;
  top: auto;
  min-width: auto;
  margin: 9px 139px 32px 153px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.block-quote-3 {
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  margin: 36px 0px 36px 28px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-left-style: none;
  border-radius: 1px;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
}

.profile_container-copy1 {
  position: absolute;
  left: auto;
  top: auto;
  min-width: auto;
  margin: 32px 139px 32px 151px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.h2-2-copy {
  position: relative;
  left: auto;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 0px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  font-family: Proximanova, Verdana, sans-serif;
  color: #2c2e30;
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
  text-align: center;
}

.text-block-118 {
  width: auto;
}

.card-block-copy-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
  min-width: 360px;
  margin: 20px 10px;
  padding: 30px 15px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-style: solid;
  border-width: 5px;
  border-color: transparent;
  border-radius: 5px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.55);
}

.image-168 {
  position: relative;
  left: auto;
  top: auto;
  display: block;
  margin: -30px auto auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.block-quote-4 {
  position: relative;
  left: auto;
  top: auto;
  display: block;
  width: 300px;
  min-width: 250px;
  margin: 0px auto auto;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-left-style: none;
  border-radius: 1px;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
}

.profile_img-copy-2 {
  position: absolute;
  left: auto;
  top: auto;
  bottom: 0px;
  margin: 0px 100px 10px;
  padding-left: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 0px solid #fff;
  border-radius: 100px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.profile_container-2 {
  position: relative;
  left: -100px;
  top: auto;
  right: auto;
  display: block;
  min-width: auto;
  margin: 0px 40px -40px auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  align-self: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.profile_txt-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.profile_title-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 100;
}

.slatable {
  grid-row-gap: 2px;
  grid-template-areas: "Area";
  -ms-grid-columns: 0.75fr 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr 0.75fr;
  -ms-grid-rows: 28px 2px auto 2px auto 2px auto;
  grid-template-rows: 28px auto auto auto;
}

.hero-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  opacity: 1;
}

.card-block-copy-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 320px;
  min-width: 35%;
  margin: 10px 10px 10px 35px;
  padding: 40px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-style: solid;
  border-width: 5px;
  border-color: transparent;
  border-radius: 5px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.55);
}

.image-169 {
  position: relative;
  left: -25px;
  top: auto;
  display: block;
  margin: -40px 0px auto;
  padding-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.block-quote-5 {
  position: relative;
  left: -42px;
  top: auto;
  width: 300px;
  min-width: 240px;
  margin: 30px 0px auto 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-left-style: none;
  border-radius: 1px;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
}

.profile_img-copy-3 {
  position: absolute;
  left: -2px;
  top: auto;
  bottom: 0px;
  margin: 0px 0px 10px 100px;
  padding-left: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 0px solid #fff;
  border-radius: 100px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.profile_container-3 {
  position: relative;
  left: -140px;
  top: auto;
  min-width: auto;
  margin: 0px 40px -30px auto;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.full-size-banner-copy {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: 72px;
  padding: 12px 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #09f;
  background-image: url('../images/banners-01.png');
  background-position: 100% 0%;
  background-size: contain;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.61);
  opacity: 1;
  color: #fff;
}

.text-block-119 {
  position: static;
  margin-top: 7px;
  margin-left: 10px;
  float: left;
  clear: none;
}

.btn-copy {
  position: static;
  left: -140px;
  margin-left: 7px;
  padding: 5px 15px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #1d8cf8;
  border-radius: 10px;
  background-color: #fff;
  background-image: linear-gradient(35deg, #1d8cf8, #3358f4);
  color: #fff;
  text-align: right;
}

.div-block-280 {
  margin-top: 53px;
  margin-bottom: 54px;
}

.paragraph-41 {
  padding-right: 15px;
  padding-left: 15px;
  font-style: italic;
  text-align: center;
}

.bold-text-24 {
  margin-left: 0px;
}

.heading-92 {
  font-weight: 600;
}

.block-quote-6 {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 300;
}

.heading-93 {
  font-size: 25px;
}

.text-block-120 {
  font-size: 25px;
}

.text-block-121 {
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 300;
}

.section-45 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
}

.text-span-5 {
  font-style: normal;
  text-align: left;
  text-decoration: none;
}

.text-span-6 {
  font-size: 25px;
}

.link-88 {
  color: #041d31;
}

.full-size-banner-copy-2 {
  position: relative;
  left: 0%;
  top: 70px;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: 0px;
  padding: 12px 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #09f;
  background-image: url('../images/banners-01.png');
  background-position: 100% 0%;
  background-size: contain;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.61);
  opacity: 1;
  color: #fff;
}

.text-block-122 {
  position: relative;
  left: 0px;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 7px;
  margin-left: -22px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 17px;
  text-align: center;
}

.text-block-123 {
  text-align: center;
}

.link-89 {
  color: #020202;
}

.hero-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  opacity: 1;
}

.card-block-copy-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 320px;
  min-width: 35%;
  margin: 10px 10px 10px 35px;
  padding: 20px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-style: solid;
  border-width: 5px;
  border-color: transparent;
  border-radius: 5px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.55);
}

.image-170 {
  position: relative;
  left: auto;
  top: 0px;
  right: auto;
  bottom: auto;
  display: block;
  margin: 10px 0px auto;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.block-quote-7 {
  position: relative;
  left: 0px;
  top: auto;
  right: 0px;
  width: 200px;
  min-width: 225px;
  margin: 35px 0px auto;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-left-style: none;
  border-radius: 1px;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
}

.profile_img-copy-4 {
  position: absolute;
  left: 0px;
  top: auto;
  bottom: 35px;
  margin: 0px 0px 0px 100px;
  padding-left: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 0px solid #fff;
  border-radius: 100px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.profile_container-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  min-width: auto;
  margin: 0px 25px 25px 0px;
  padding-left: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.profile_txt-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: Proximanova, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

html.w-mod-js *[data-ix="display-none"] {
  display: none;
}

@media screen and (min-width: 1920px) {
  .text-block-119 {
    margin-top: 7px;
    float: left;
    font-size: 25px;
  }

  .btn-copy {
    position: static;
    left: 5px;
    right: auto;
    margin-top: -6px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 25px;
  }

  .full-size-banner-copy-2 {
    top: 0px;
    height: 100%;
    margin-top: 70px;
  }

  .text-block-122 {
    margin-top: 7px;
    float: left;
    font-size: 25px;
  }

  .text-block-123 {
    margin-top: 7px;
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  p {
    font-size: 16px;
  }

  ul {
    font-size: 16px;
  }

  li {
    font-size: 16px;
  }

  .container-fluid {
    max-width: 100%;
    min-width: auto;
  }

  .section__heading {
    margin-bottom: 20px;
  }

  .h4__heading {
    margin-bottom: 10px;
  }

  .h4__heading.white.center {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .nav__link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .footer__row {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__column {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .footer__column.links {
    width: 50%;
    text-align: center;
  }

  .services__card-block {
    height: 350px;
    min-height: auto;
  }

  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }

  .top-header__row {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .top-header__column.contacts {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .top-header__column.links {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }

  .top-header_links-wrapper {
    padding: 0px;
  }

  .top-header__contacts-wrapper {
    padding: 0px;
  }

  .brand__link-block {
    margin-top: 0px;
    margin-left: 0px;
  }

  .container {
    max-width: 750px;
  }

  .home-hero__content-wrapper {
    padding-top: 20px;
  }

  .home-hero__video-wrapper {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .features__row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .features__row.partners {
    margin-top: 40px;
  }

  .features__column {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    background-image: url('../images/Group-1585.png');
    background-position: 100% 50%;
  }

  .features__column.partners {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .features__item-line.last {
    display: block;
  }

  .listing__column.text {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .listing__column.video {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }

  .listing__video-wrapper {
    width: 100%;
  }

  .signup__column.content {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .signup__column.form {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .footer__address-block {
    text-align: center;
  }

  .sub-footer__row {
    margin-right: 0px;
    margin-left: 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;
  }

  .sub-footer__column {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .socials__link-img {
    width: 30px;
    height: 30px;
  }

  .underline {
    text-decoration: underline;
  }

  .play__popup-close-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 15px;
    height: 15px;
    -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;
  }

  .play__popup-block {
    padding: 40px;
  }

  .play__popup-video {
    width: 70vw;
  }

  .pricing__section {
    padding-top: 80px;
  }

  .pricing__cards-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pricing__card-box {
    width: 33.33333333%;
  }

  .pricing__card-heading {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pricing__card-offer {
    min-height: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pricing__card-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .featured-list__table-wrapper {
    margin-bottom: 50px;
  }

  .hero__column._40 {
    width: 50%;
  }

  .hero__column._60 {
    width: 50%;
    padding-right: 15px;
  }

  .hero__column._50content {
    width: 50%;
    padding-right: 15px;
  }

  .hero__column._50-img {
    width: 50%;
  }

  .hero__column._40-null {
    width: 50%;
  }

  .partners__section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .partners__logo-wrapper.institutional-member {
    margin-top: 30px;
  }

  .institutional-member__section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .features__section.contact-us {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .resources__column.other {
    width: 25%;
    padding-right: 15px;
  }

  .resources__column.content {
    width: 75%;
  }

  .resources__link {
    text-align: center;
  }

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

  .content__list-item.large {
    margin-bottom: 20px;
  }

  .jobs__section {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .termsandconditions__section {
    padding-top: 70px;
    padding-bottom: 20px;
  }

  .job-description__section {
    padding-top: 50px;
  }

  .job-description-column.content {
    width: 60%;
  }

  .job-description-column.related {
    width: 40%;
  }

  .navbar2 {
    position: relative;
    padding-top: 0px;
    padding-left: 0px;
  }

  .nav-menu {
    position: static;
    left: 0px;
    top: 0%;
    right: 0px;
    bottom: auto;
    z-index: 999;
    display: block;
    overflow: auto;
    width: 100%;
    height: auto;
    padding: 15px 20px 20px;
    border-radius: 0px;
    background-color: #3b4ade;
    box-shadow: none;
    text-align: center;
  }

  .button {
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    text-align: center;
  }

  .nav-link {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px none #000;
    color: #fff;
    font-size: 14px;
    text-align: center;
  }

  .nav-link:hover {
    color: #fff;
    text-decoration: none;
  }

  .nav-link.w--open {
    position: relative;
    border: 1px none #000;
  }

  .nav-link.solution {
    display: inline-block;
  }

  .big_txt {
    height: 200px;
  }

  ._1200 {
    position: relative;
    margin-right: -31px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .dropdown-list-2.w--open {
    position: static;
    width: 100%;
    max-width: none;
    padding: 0px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .auth-download {
    padding-top: 80px;
  }

  .download_cardbox {
    width: 33.33333333%;
  }

  .download-card-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block-14 {
    display: inline-block;
    color: #fff;
    font-size: 14px;
  }

  .text-block-14:hover {
    color: #fff;
    text-decoration: none;
  }

  .section-6 {
    margin-top: 0px;
  }

  .div-block-14 {
    padding-top: 40px;
  }

  .h1 {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 1.2;
  }

  .subheading-hero {
    margin-bottom: 30px;
    font-size: 19px;
  }

  .paragraph-4 {
    font-size: 16px;
  }

  .section-7 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .section-7.top-margin {
    margin-top: 0px;
  }

  .h2 {
    margin-bottom: 40px;
    color: #2c2e30;
    font-size: 32px;
    line-height: 1.2;
  }

  .paragraph-6 {
    font-size: 18px;
  }

  .paragraph-7 {
    font-size: 18px;
  }

  .image-21 {
    right: -60px;
  }

  .button-blue {
    margin-top: 20px;
    font-size: 18px;
  }

  .div-block-18 {
    margin-bottom: 50px;
  }

  .heading-16 {
    color: #2c2e30;
    font-size: 32px;
    line-height: 1.2;
  }

  .image-24 {
    top: -40px;
    right: -100px;
    max-width: 50px;
  }

  .image-25 {
    left: 0px;
    max-width: 50px;
  }

  .div-block-19 {
    margin-bottom: 60px;
  }

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

  .slider-2 {
    padding-bottom: 0px;
  }

  .div-block-21 {
    max-width: 120px;
    min-height: 60px;
    padding: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-23 {
    max-width: 120px;
    padding: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 6px;
    direction: ltr;
    text-align: center;
  }

  .div-block-24 {
    width: 45%;
  }

  .div-block-25 {
    width: 45%;
  }

  .div-block-27 {
    max-width: 120px;
    padding: 10px;
  }

  .div-block-28 {
    max-width: 120px;
    padding: 10px;
  }

  .div-block-29 {
    left: 70px;
    right: 70px;
  }

  .text-block-21 {
    font-size: 18px;
  }

  .text-block-22 {
    font-size: 28px;
  }

  .div-block-30 {
    width: 10%;
  }

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

  .div-block-35 {
    max-width: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-36 {
    max-width: 120px;
    padding: 10px;
  }

  .div-block-37 {
    max-width: 120px;
    padding: 10px;
  }

  .text-block-27 {
    font-size: 18px;
  }

  .link-6 {
    font-size: 18px;
  }

  .section-9 {
    display: block;
    margin-top: 80px;
    margin-bottom: 80px;
    clear: both;
  }

  .heading-17 {
    display: inline;
    font-size: 32px;
  }

  .image-36 {
    bottom: 0px;
  }

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

  .image-37 {
    left: -4%;
    max-width: 60px;
  }

  .card-item {
    min-height: 230px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-43 {
    min-height: 230px;
  }

  .div-block-44 {
    min-height: 230px;
  }

  .card-heading {
    display: block;
    min-height: 50px;
    margin-top: 10px;
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph-8 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
  }

  .heading-19 {
    display: block;
    min-height: 50px;
    margin-top: 10px;
    color: #000;
    font-size: 22px;
  }

  .paragraph-9 {
    font-size: 18px;
  }

  .heading-20 {
    display: block;
    min-height: 50px;
    margin-top: 10px;
    color: #000;
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph-10 {
    font-size: 18px;
  }

  .div-block-41-copy {
    margin-bottom: 60px;
  }

  .section-10 {
    margin-top: 80px;
    margin-bottom: 80px;
    clear: both;
  }

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

  .image-40 {
    bottom: 30%;
  }

  .image-41 {
    top: -10px;
  }

  .image-42 {
    top: 15px;
    max-width: 50px;
  }

  .columns-6 {
    margin-top: 20px;
  }

  .heading-22 {
    margin-bottom: 10px;
    color: #000;
  }

  .text-18px {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .heading-23 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #000;
    line-height: 26px;
  }

  .paragraph-12 {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .heading-24 {
    margin-bottom: 10px;
    line-height: 26px;
  }

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

  .link-6-copy {
    font-size: 18px;
    font-weight: 600;
  }

  .link8 {
    margin-top: 40px;
    font-size: 18px;
  }

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

  .heading-25 {
    margin-top: 0px;
    color: #000;
    font-size: 32px;
    line-height: 1.2;
  }

  .image-44 {
    right: 0%;
    max-width: 60px;
  }

  .image-45 {
    right: -16px;
  }

  .image-46 {
    left: -3%;
    max-width: 60px;
  }

  .paragraph-14 {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .link-7 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .link-8 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .link-9 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .link-10 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .link-11 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .link-12 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .link-13 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .link-14 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .link-15 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .link-16 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .link-17 {
    font-size: 20px;
  }

  .link-18 {
    font-size: 20px;
  }

  .link-19 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .link-20 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .link-21 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .link-22 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .link-23 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .link-24 {
    font-size: 20px;
  }

  .link-25 {
    margin-top: 50px;
  }

  .image-47 {
    right: -20px;
    bottom: -10%;
    max-width: 40px;
  }

  .section-18 {
    margin-top: 0px;
    margin-bottom: 80px;
  }

  .heading-26 {
    margin-top: 0px;
    font-size: 32px;
  }

  .image-48 {
    right: 10px;
  }

  .image-49 {
    top: -10px;
    right: 0px;
  }

  .image-50 {
    left: -30px;
    top: 80%;
    right: auto;
    bottom: 10%;
    display: block;
    overflow: auto;
    width: 50px;
    height: auto;
    max-width: none;
  }

  .paragraph-15 {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .tag-link {
    font-size: 14px;
    line-height: 20px;
  }

  .link-28 {
    font-size: 14px;
    line-height: 20px;
  }

  .link-30 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-27 {
    font-size: 20px;
  }

  .heading-28 {
    font-size: 20px;
  }

  .heading-29 {
    font-size: 20px;
  }

  .paragraph-16 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .paragraph-17 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .card-item-v2__description {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .link-32 {
    margin-top: 30px;
  }

  .footer-new {
    margin-top: 0px;
  }

  .text-block-29 {
    width: 25%;
    height: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 20px;
    line-height: 1.2;
  }

  .form-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-width: 100%;
    min-height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -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;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .text-field-3 {
    width: 24%;
    height: auto;
    max-width: 160px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .submit-button {
    width: 24%;
    max-width: 160px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 1.5;
  }

  .foot {
    width: 100%;
  }

  .div-block-53 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph-19 {
    font-size: 16px;
    line-height: 1.2;
  }

  .columns-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .heading-30 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.5;
  }

  .div-block-54 {
    width: 90px;
    height: 2px;
    margin-bottom: 20px;
  }

  .link-footer {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .link-36 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .link-37 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .link-38 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .link-39 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .link-40 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .link-41 {
    font-size: 16px;
  }

  .heading-31 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.5;
  }

  .div-block-55 {
    height: 2px;
    margin-bottom: 20px;
  }

  .link-42 {
    font-size: 16px;
  }

  .link-43 {
    font-size: 16px;
  }

  .link-44 {
    font-size: 16px;
  }

  .link-45 {
    font-size: 16px;
  }

  .heading-32 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.5;
  }

  .div-block-56 {
    width: 100px;
    height: 2px;
    margin-bottom: 20px;
  }

  .link-46 {
    font-size: 16px;
  }

  .link-47 {
    font-size: 16px;
  }

  .link-48 {
    font-size: 16px;
  }

  .heading-33 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.5;
  }

  .div-block-57 {
    height: 2px;
    margin-bottom: 20px;
  }

  .link-49 {
    font-size: 16px;
  }

  .link-50 {
    font-size: 16px;
  }

  .link-51 {
    font-size: 16px;
  }

  .div-block-53-copy {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-35 {
    font-size: 20px;
  }

  .link-52 {
    margin-left: 10px;
    font-size: 16px;
  }

  .column-18 {
    display: block;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-19 {
    text-align: left;
  }

  .link-53 {
    margin-left: 10px;
    font-size: 16px;
  }

  .div-block-59 {
    width: 60px;
  }

  .link-54 {
    margin-left: 10px;
    font-size: 16px;
  }

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

  .column-20 {
    display: block;
  }

  .div-block-61 {
    width: 120px;
  }

  .div-block-62 {
    margin-right: 10px;
    margin-bottom: 16px;
  }

  .image-54 {
    margin-top: 0px;
    margin-right: 5px;
    margin-left: 0px;
  }

  .link-55 {
    margin-right: 0px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 1;
  }

  .image-55 {
    max-width: 20px;
    margin-right: 10px;
    margin-left: 0px;
  }

  .link-56 {
    font-size: 16px;
    line-height: 1;
  }

  .columns-9 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .image-57 {
    margin-top: -10px;
  }

  .image-58 {
    margin-top: -10px;
  }

  .image-59 {
    margin-top: -10px;
  }

  .image-60 {
    margin-top: -10px;
  }

  .div-block-65 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .link-57 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
  }

  .div-block-70 {
    width: 50%;
  }

  .div-block-71 {
    width: 50%;
  }

  .link-58 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
  }

  .link-59 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
  }

  .link-60 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
  }

  .link-61 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
  }

  .link-62 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
  }

  .link-63 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
  }

  .link-64 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
  }

  .link-65 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
  }

  .link-66 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
  }

  .link-67 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
  }

  .link-68 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
  }

  .link-69 {
    margin-top: 20px;
  }

  .link-70 {
    margin-top: 20px;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 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;
    background-color: transparent;
    cursor: pointer;
  }

  .menu-button.w--open {
    z-index: 9999;
    background-color: transparent;
  }

  .icon {
    display: block;
    width: 70px;
    background-color: transparent;
    color: #3b4ade;
  }

  .text-block-30 {
    display: inline-block;
    font-size: 14px;
  }

  .text-block-30:hover {
    color: #fff;
    text-decoration: none;
  }

  .dropdown-list-3.w--open {
    position: static;
    display: inline-block;
    width: auto;
    max-width: none;
    min-width: 85px;
    padding: 0px 0px 0px 30px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .dropdown-link-2 {
    padding: 5px 0px;
    color: #fff;
    font-size: 14px;
  }

  .dropdown-link-3 {
    padding: 5px 0px;
    color: #fff;
    font-size: 14px;
  }

  .dropdown-link-4 {
    padding: 5px 0px;
    color: #fff;
    font-size: 14px;
  }

  .dropdown-link-5 {
    padding: 5px 0px;
    color: #fff;
    font-size: 14px;
  }

  .dropdown-link-6 {
    padding: 5px 0px;
    color: #fff;
    font-size: 14px;
  }

  .dropdown-link-7 {
    padding: 5px 0px;
    color: #fff;
    font-size: 14px;
  }

  .dropdown-link-8 {
    padding: 5px 0px;
    color: #fff;
    font-size: 14px;
  }

  .dropdown-list-4 {
    display: none;
    width: auto;
    min-width: 85px;
    padding-top: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .dropdown-list-4.w--open {
    display: inline-block;
    width: auto;
    min-width: auto;
    padding: 0px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .dropdown-2 {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
    text-align: center;
  }

  .dropdown-link-9 {
    padding: 5px 0px;
    color: #fff;
    font-size: 14px;
  }

  .dropdown-link-10 {
    padding: 5px 0px;
    color: #fff;
    font-size: 14px;
  }

  .dropdown-link-11 {
    padding: 5px 0px;
    color: #fff;
    font-size: 14px;
  }

  .text-block-31 {
    display: inline-block;
  }

  .div-block-73 {
    padding-bottom: 0px;
  }

  .section-14 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-14.no-margin {
    margin-top: 0px;
  }

  .section-14.add-top-margin {
    margin-top: 0px;
  }

  .breadcrumbs-normal {
    font-size: 16px;
  }

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

  .breadcrumbs-link {
    font-size: 16px;
  }

  .section-15 {
    margin-bottom: 100px;
    padding-bottom: 20px;
  }

  .heading-37 {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .paragraph-20 {
    font-size: 16px;
  }

  .paragraph-21 {
    font-size: 16px;
    line-height: 1.2;
  }

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

  .div-block-80 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .heading-38 {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 32px;
  }

  .image-67 {
    top: -40px;
    right: 10px;
  }

  .div-block-82 {
    width: 50%;
  }

  .div-block-88 {
    width: 50%;
  }

  .section-19 {
    display: none;
  }

  .heading-10-copy {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 1.2;
  }

  .link-25-copy {
    margin-top: 50px;
  }

  .column-25 {
    height: auto;
  }

  .dropdown-3 {
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 hsla(0, 0%, 100%, 0.15);
  }

  .dropdown-4 {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
    text-align: center;
  }

  .image-75 {
    display: inline-block;
    max-width: 8px;
    margin-top: -2px;
    margin-left: 5px;
  }

  .image-76 {
    display: inline-block;
    max-width: 8px;
    margin-top: -1px;
    margin-left: 5px;
  }

  .image-77 {
    display: inline-block;
    max-width: 8px;
    margin-top: -1px;
    margin-left: 5px;
  }

  .image-78 {
    position: static;
    top: 30px;
    right: 60px;
    display: none;
    max-width: 110px;
  }

  .section-20 {
    margin-bottom: 60px;
  }

  .heading-42 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .paragraph-23 {
    font-size: 16px;
  }

  .image-79 {
    bottom: 60%;
    max-width: 50px;
  }

  .section-20-copy {
    margin-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-20-1-copy {
    margin-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-79-copy {
    top: 0%;
    bottom: 0%;
  }

  .image-82 {
    max-width: 40px;
  }

  .section-20-copy-copy {
    margin-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-23-copy {
    font-size: 16px;
  }

  .section-20-copy-copy-copy {
    margin-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-83 {
    top: 0px;
    bottom: 0px;
    max-width: 50px;
  }

  .div-block-114 {
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .div-block-115 {
    width: 24%;
  }

  .div-block-116 {
    width: 24%;
  }

  .heading-47 {
    font-size: 16px;
  }

  .list-item-12 {
    min-height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .italic-text-2 {
    font-size: 16px;
  }

  .list-item-13 {
    min-height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .list-item-14 {
    min-height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .list-item-16 {
    min-height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .list-item-17 {
    min-height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .list-item-18 {
    min-height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .list-item-19 {
    min-height: 50px;
    padding-top: 15px;
    font-size: 16px;
  }

  .list-item-20 {
    min-height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .list-item-21 {
    min-height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .list-item-22 {
    min-height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .list-item-23 {
    font-size: 16px;
  }

  .bold-text-7 {
    min-height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .image-85 {
    height: auto;
    max-height: none;
    max-width: 110px;
    min-height: auto;
  }

  .heading-48 {
    font-size: 16px;
  }

  .list-item-24 {
    min-height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .list-item-25 {
    min-height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .list-item-26 {
    min-height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button-8 {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .div-block-116-copy {
    width: 22%;
  }

  .div-block-123 {
    min-height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

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

  .list-item-27 {
    font-size: 16px;
  }

  .list-item-28 {
    font-size: 16px;
  }

  .list-item-29 {
    font-size: 16px;
  }

  .list-7 {
    margin-top: 160px;
    padding-left: 30px;
  }

  .text-block-47 {
    margin-right: 5px;
  }

  .tab-link-tab-1-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .tab-link-tab-1-2.w--current {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .tab-link-tab-2-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .tab-link-tab-3-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .tab-link-tab-4-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .tab-link-tab-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .tab-link-tab-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .tab-link-tab-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .tab-link-tab-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .tab-link-tab-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .tab-link-tab-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .tab-link-tab-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .tabs-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    padding: 20px 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tabs-content {
    z-index: 9;
    margin-top: -20px;
  }

  .section-33 {
    margin-bottom: 60px;
  }

  .div-block-140 {
    margin-bottom: 30px;
  }

  .div-block-141 {
    width: 60%;
  }

  .heading-52 {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .paragraph-27 {
    font-size: 18px;
  }

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

  .tabs-menu-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tabs-content-2 {
    width: 65%;
    padding: 20px;
  }

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

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

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

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

  .text-block-51 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .text-block-52 {
    font-size: 20px;
  }

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

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

  .image-110 {
    left: auto;
    right: 0px;
    bottom: -30px;
    max-width: 50px;
  }

  .image-111 {
    max-width: 70px;
  }

  .image-112 {
    left: 95%;
    max-width: 60px;
  }

  .div-block-158-copy {
    padding-top: 20px;
  }

  .image-50-copy {
    left: -30px;
    top: 80%;
    right: auto;
    bottom: 10%;
    display: block;
    overflow: auto;
    width: 50px;
    height: auto;
    max-width: none;
  }

  .image-79-1copy {
    bottom: 60%;
    display: none;
    max-width: 50px;
  }

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

  .heading-42-copy {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .text-light-trial-text {
    font-size: 16px;
  }

  .navbar-2 {
    height: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-menu-2 {
    display: block;
    height: auto;
    padding: 40px 20px;
    background-color: #0191fc;
  }

  .nav-link-in:hover {
    color: #fff;
  }

  .image-113 {
    max-width: 180px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .menu-button-2 {
    font-size: 24px;
  }

  .menu-button-2.w--open {
    background-color: #017dd9;
  }

  .nav-link-2:hover {
    color: #fff;
  }

  .grid-2 {
    grid-row-gap: 50px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section.main {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-181 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .grid-3 {
    margin-top: 60px;
    margin-bottom: 60px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-3._2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .grid-flat {
    margin-bottom: 60px;
    grid-template-areas: ".";
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-182.l {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
  }

  .text-block-69 {
    display: block;
    margin-bottom: 40px;
    line-height: 34px;
    text-align: left;
  }

  .div-block-184 {
    margin: 60px auto;
    float: none;
  }

  .text-span-3 {
    margin-right: 0px;
    font-size: 34px;
  }

  .footer-2 {
    width: auto;
    padding-bottom: 80px;
  }

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

  .grid-5 {
    margin-top: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .banner {
    min-height: 250px;
  }

  .c-card-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h5 {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    line-height: 26px;
  }

  .icon-footer-email {
    margin-right: 10px;
    margin-left: 0px;
  }

  .heading-30-copy {
    font-size: 20px;
    line-height: 1.5;
  }

  .footer-row-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-heading {
    margin-bottom: 28px;
  }

  .footer-row-1__pt2 {
    margin-left: -12px;
  }

  .footer-form {
    padding-left: 0px;
  }

  .error-message-6 {
    margin-left: 12px;
    padding-left: 0px;
    text-align: center;
  }

  .footer-form__button {
    line-height: 1.5;
  }

  .footer-row-2 {
    grid-column-gap: 60px;
  }

  .div-block-189 {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-category-heading.footer-category-heading__contact {
    margin-right: -4px;
  }

  .footer-row-3 {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-row-3__pt1 {
    padding-top: 20px;
    padding-bottom: 8px;
  }

  .slider-7 {
    height: 540px;
  }

  .ebook-col-left {
    margin-bottom: 20px;
    padding-left: 0px;
    -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;
  }

  .columns-15 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .div-block-192 {
    position: static;
    top: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid_ebook {
    grid-row-gap: 50px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .calculator {
    width: 100%;
  }

  .calc_div {
    padding-right: 0px;
    padding-left: 0px;
  }

  .form-6 {
    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;
  }

  .form-block-5 {
    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;
  }

  .roi-report-overview-con {
    width: 90%;
  }

  .roi-report-overview-section {
    margin-top: 0px;
    text-align: center;
  }

  .roi-report-overview-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .roi-col-head {
    margin-top: 10px;
  }

  .roi-report-con.add-top-margin {
    margin-top: 0px;
  }

  .comp-table-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .comp-col {
    margin-bottom: 20px;
  }

  .pillar-name {
    font-size: 17px;
  }

  .pillar-con {
    height: 100%;
  }

  .pillar-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
  }

  .header-con.top-margin {
    margin-top: 0px;
  }

  .ph-section.hero.bg {
    margin-top: 0px;
    background-position: 100% 30%;
  }

  .ph-section.what-can-tc-do.complex.mod {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ph-col-text-right {
    padding-right: 10px;
    padding-left: 10px;
    font-family: Avenir;
  }

  .ph-text-right-para {
    font-size: 16px;
  }

  .ph-text-left-para-rt {
    font-size: 16px;
  }

  .ph-text-left-para {
    font-size: 16px;
  }

  .image-127 {
    bottom: 60%;
    max-width: 50px;
  }

  .h2-2 {
    margin-bottom: 40px;
    color: #2c2e30;
    font-size: 32px;
    line-height: 1.2;
  }

  .grid-11 {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-table-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .ph {
    display: none;
  }

  .button-blue-2 {
    margin-top: 20px;
    font-size: 18px;
  }

  .section-37.hero {
    margin-top: 40px;
  }

  .usecase-link-block {
    height: 150px;
  }

  .text-block-92 {
    text-align: center;
  }

  .text-block-93 {
    text-align: center;
  }

  .div-block-221 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .navbar2-2 {
    position: relative;
    padding-top: 0px;
    padding-left: 0px;
  }

  .nav-menu-bar-links {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-menu-bar-links.no-margin {
    -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;
  }

  .menu-para {
    display: none;
    color: #fff;
  }

  .btn.whitefont.make-large.left-margin {
    margin-left: 0px;
  }

  .btn.whitefont.make-large.left-margin.lite-margn.white-color {
    margin-top: 10px;
    margin-left: 0px;
  }

  .btn.whitefont.make-large.margin-right {
    margin-right: 15px;
  }

  .nav-link-3 {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px none #000;
    color: #fff;
    font-size: 14px;
    text-align: center;
  }

  .nav-link-3:hover {
    color: #fff;
    text-decoration: none;
  }

  .nav-link-3.w--open {
    position: relative;
    border: 1px none #000;
  }

  .dropdown-link-12 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    color: #fff;
    font-size: 14px;
    text-align: left;
    white-space: normal;
  }

  .dropdown-link-12.w--current {
    color: #57c7ff;
    text-align: center;
  }

  .dropdown-link-12.center {
    text-align: center;
  }

  .text-block-59 {
    display: inline-block;
    font-size: 14px;
  }

  .text-block-59:hover {
    color: #fff;
    text-decoration: none;
  }

  .dropdown-list-5.w--open {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: none;
    min-width: 85px;
    margin-top: 0px;
    padding: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .dropdown-list-5.platform.blog.w--open {
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .nav-bar-v1-navigation {
    position: absolute;
    top: 52px;
    width: 100%;
    padding-right: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .brand-3 {
    padding-right: 0px;
    padding-left: 0px;
    border-bottom-style: none;
  }

  .nav-dropdown-list.w--open {
    margin-left: 0px;
    background-color: transparent;
    box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.12);
  }

  .underline-2 {
    display: none;
  }

  .wrapper.nav-bar-v1-wrapper {
    position: relative;
  }

  .menu-button-3 {
    margin-left: 16px;
    border-left: 1px solid rgba(22, 26, 37, 0.1);
  }

  .menu-button-3.w--open {
    background-color: transparent;
    color: #161a25;
  }

  .sign-up.nav-link.signup-button {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    color: #3b4ade;
  }

  .nav-bar {
    padding-right: 0px;
    padding-left: 0px;
    border-top: 1px solid rgba(22, 26, 37, 0.1);
  }

  .nav-menu-v1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    max-height: 100vh;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 13px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #3b4ade;
  }

  .nav-link-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 24px;
    -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;
    box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.12);
    color: hsla(0, 0%, 100%, 0.7);
  }

  .nav-link-4:hover {
    color: #fff;
  }

  .nav-link-4.w--current {
    color: #fff;
  }

  .nav-link-4.w--current:hover {
    color: #fff;
  }

  .nav-link-4.w--open {
    box-shadow: none;
  }

  .nav-dropdown-link {
    padding-left: 40px;
  }

  .nav-dropdown-link:hover {
    color: #fff;
  }

  .nav-dropdown-link:visited {
    color: #fff;
  }

  .nav-dropdown-link.w--current {
    color: hsla(0, 0%, 100%, 0.5);
  }

  .footer-category-heading-2.footer-category-heading__contact {
    margin-right: -4px;
  }

  .section-13 {
    margin-top: 50px;
  }

  .link-footer-2 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .post-50 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .instagram-hover-icon {
    display: none;
  }

  .input.no-margin {
    margin: 0px;
  }

  .blog-sides {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sidebar-block.sticky {
    position: static;
  }

  .section-38 {
    padding: 80px 8px;
  }

  .section-38.less-margin {
    padding-top: 20px;
  }

  .button-arrow-space {
    display: none;
  }

  .blog-sidebar {
    width: 100%;
    margin-left: 0px;
    padding-top: 64px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .blog-side {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .post-card-v2 {
    margin-bottom: 48px;
  }

  .intro {
    margin-bottom: 64px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .post-heading {
    font-size: 36px;
    line-height: 44px;
  }

  .post-heading.with-margin {
    text-align: center;
  }

  .breadcrumbs {
    padding: 12px 8px;
    font-size: 9px;
  }

  .breadcrumbs-arrow {
    width: 11px;
    margin-right: 4px;
    margin-left: 4px;
  }

  .bread-cramps-section.blog {
    margin-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .bread-cramps-section._75px {
    margin-top: 0px;
  }

  .blog-post-wrapper {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .collection-item-3 {
    width: 50%;
    padding-right: 5px;
    padding-left: 5px;
  }

  .sidebar-posts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .post-33 {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .post-v1 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .post-card-v1-preview.higher-index {
    height: 360px;
  }

  .capitalize-2 {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    line-height: 28px;
  }

  .heading-63 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }

  .section-39 {
    padding: 80px 8px;
  }

  .search-result-info {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .dev-prod-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dev-prod-left-pane {
    position: fixed;
    right: 0px;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100vh;
    padding-top: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }

  .dev-prod-right-pane {
    margin-top: 0px;
    margin-left: 0%;
  }

  .dev-prod-logo {
    position: relative;
  }

  .dev-prod-logo.w--current {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .dev-prod-header {
    position: static;
    top: 0px;
  }

  .dev-prod-item {
    width: 45%;
    margin-right: 15px;
    margin-left: 15px;
  }

  .dev-prod-positioning {
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
  }

  .link-block-4 {
    background-image: linear-gradient(225deg, #4286f4, #1cb5e0);
  }

  .dev-prod-item-wrapper {
    margin-bottom: 50px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .dev-prod-title {
    padding-left: 0px;
  }

  .dev-prod-dev {
    padding-left: 0px;
  }

  .dev-prod-tag-line-main {
    padding-left: 0px;
  }

  .dev-prod-desc {
    width: 100%;
    padding-left: 0px;
  }

  .button-15 {
    margin-left: 0px;
    text-align: center;
  }

  .hero-prcing {
    margin-top: 0px;
  }

  .hero-heading.new.align-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .hero-heading.less-padding.black-color {
    font-size: 2em;
  }

  .hero-heading.less-padding.black-color.overlay-left-align {
    font-size: 36px;
    line-height: 40px;
  }

  .hero-heading.new {
    font-size: 30px;
    line-height: 35px;
  }

  .pricing-box-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .price-box {
    margin: 15px 25px;
  }

  .price-box.huge {
    width: 380px;
    height: 550px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .price-box.huge.flexi {
    width: 450px;
    height: auto;
  }

  .horizontal-divider.bolder {
    display: none;
  }

  .more-details {
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-65 {
    text-align: center;
  }

  .section-standard {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-standard.hero {
    max-height: 500px;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .heading-1.centre._75px-font-size._650w {
    font-size: 55px;
  }

  .paragraph-35._26px {
    font-size: 20px;
  }

  .heading-3.centre._700w {
    font-size: 27px;
  }

  .heading-66 {
    font-size: 23px;
  }

  .div-395x325.link-box {
    height: auto;
    min-height: 250px;
    padding: 20px 15px;
  }

  .heading-67 {
    font-size: 40px;
  }

  .image-138 {
    max-width: 100%;
  }

  .bg-image-z.static {
    height: 360px;
  }

  .new-hero-section {
    height: 100%;
    margin-top: 48px;
    margin-bottom: 50px;
  }

  .new-hero-section.bg-color {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .new-hero-section.small-section.similar-padding {
    margin-top: 0px;
  }

  .new-hero-section.notifi {
    margin-top: 105px;
  }

  .container-block.align-left {
    padding-left: 20px;
  }

  .container-block.relative._60px-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-block.relative._60px-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-para {
    font-size: 20px;
    line-height: 24px;
  }

  .hero-para.large-font {
    font-size: 22px;
  }

  .div-block-231.cost._55-width._20px-padding.unhide {
    width: 55%;
    height: 350px;
    margin-bottom: 0px;
    background-size: contain;
  }

  .know-more-section.similar-padding.top-margin {
    margin-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .know-more-section.similar-padding.top-margin.more-margin {
    margin-top: 0px;
  }

  .centered-h1 {
    font-size: 28px;
  }

  .centered-h1.cost {
    text-align: center;
  }

  .centered-h1.align-right.sub-section-heading {
    font-size: 22px;
    line-height: 28px;
  }

  .centered-para.align-center.subheading {
    font-size: 18px;
    line-height: 24px;
  }

  .centered-para.align-center.subheading {
    font-size: 18px;
    line-height: 24px;
  }

  .centered-para.three-line-height {
    display: none;
  }

  .side-section-block {
    margin-bottom: 50px;
  }

  .side-section-block.similar-padding.banner-grey-bg {
    margin-bottom: 0px;
  }

  .side-section-block.similar-padding.cancel-bottom-margin {
    margin-bottom: 0px;
  }

  .side-section-block.similar-padding.banner-blue-bg {
    margin-bottom: 0px;
  }

  .column-1._0px-padding {
    padding-left: 15px;
  }

  .card-block {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .card-block.cost.box-shadow.auto-height {
    height: auto;
  }

  .card-block.cost.box-shadow.align-center.auto-height.less-width {
    width: 40%;
    margin-right: 25px;
    margin-left: 25px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .card-block._50-width.padding.center-align {
    width: 45%;
  }

  .card-block._30-width.auto-height.no-box-shadow {
    width: 40%;
  }

  .card-h1.no-margin {
    margin-bottom: 0px;
  }

  .card-para.align-left.hide {
    display: none;
  }

  .cards-block {
    margin-top: 24px;
    margin-bottom: 19px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-header {
    padding-right: 20px;
    padding-left: 19px;
    font-family: Proximanova, Verdana, sans-serif;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }

  .heading-71 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .subheading {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .code-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-block {
    width: 80%;
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .content-block.no-box-shadow._45-width._80-on-tablets {
    width: 80%;
  }

  .content-block.no-box-shadow._45-width._80-on-tablets._40-width {
    width: 80%;
  }

  .div-block-233 {
    width: 80%;
    margin-left: 0px;
  }

  .div-block-235 {
    width: 90%;
  }

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

  .image2 {
    margin-top: 117px;
  }

  .card-image {
    width: 260px;
  }

  .card-image.relative-left {
    right: 120px;
  }

  .card-image.relative-right {
    left: 120px;
  }

  .curve-2.rotate {
    top: 322px;
  }

  .column-left.add-margin {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .icon-box.margin-right {
    padding-left: 20px;
  }

  .icon-box.margin-left.right {
    margin-left: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .content-box {
    width: 100%;
  }

  .content-box.right {
    width: 100%;
  }

  .margin-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .make-small {
    width: 130px;
  }

  .make-medium {
    height: 70px;
  }

  .image-149 {
    width: 70px;
  }

  .dropdown-container {
    height: auto;
  }

  .product-block._33-width {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    border-right-style: none;
  }

  .dropdown-heading {
    color: #e1e4eb;
  }

  .dropdown-heading.no-padding {
    text-align: left;
  }

  .column-block-1 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-243.add-right-padding._33-width {
    width: auto;
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    border-right-style: none;
  }

  .div-block-243.no-border._33-width {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .new-hero-section-2 {
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .new-hero-section-2.bg-color {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .right-margin-2 {
    margin-bottom: 12px;
  }

  .code-slider {
    width: 100%;
    height: auto;
  }

  .slider-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .info-column {
    width: 100%;
    height: 100px;
  }

  .code {
    width: 100%;
    height: 100%;
    margin-top: 12px;
    margin-right: 0px;
  }

  .section-42 {
    padding: 80px 8px;
  }

  .section-42.hero-v3-section {
    height: auto;
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .side-info {
    padding-right: 8px;
    padding-left: 8px;
  }

  .side-blocks {
    margin-bottom: -48px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .side-blocks.mobile-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .hero-v3-image {
    position: relative;
    width: 100%;
    height: 520px;
    background-position: 50% 0px;
    background-size: contain;
  }

  .side-block {
    width: 100%;
    margin-bottom: 48px;
  }

  .side-block.no-padding-left {
    padding-left: 8.33%;
  }

  .side-block.small-padding-side {
    padding-right: 8px;
    padding-left: 8px;
  }

  .feature-v4 {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .message {
    padding-right: 8px;
    padding-left: 8px;
  }

  .message.big {
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .feature-v3 {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .feature-image-v2 {
    height: 224px;
    margin-top: 1px;
  }

  .side-media {
    width: 100%;
    margin-bottom: 40px;
  }

  .side-media.right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .side-features-v2 {
    padding-top: 16px;
  }

  .macbook-side-2 {
    display: block;
    width: 96%;
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: auto;
  }

  .left-margin.bottom-margin {
    margin-bottom: 20px;
  }

  .div-block-250 {
    width: 100%;
    height: 100%;
    padding: 8px 15px 0px;
  }

  .hamburger-icon {
    height: 30px;
  }

  .close-icon {
    display: none;
    height: 30px;
  }

  .custom-slider-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .custom-slider-content {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .custom-slider-code-block {
    width: 100%;
    height: 400px;
  }

  ._60-width-block {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .small-hr-divider {
    bottom: 0%;
  }

  .dropdown-heading-2 {
    color: #e1e4eb;
  }

  .menu-para-2 {
    display: none;
    color: #fff;
  }

  .small-hr-divider-2 {
    bottom: 0%;
  }

  .new-hero-section-3 {
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .hero-para-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .cards-block-2 {
    margin-top: 24px;
    margin-bottom: 19px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .centered-h1-2 {
    font-size: 28px;
  }

  .thumbnail-image-block {
    height: 360px;
  }

  .dropdown-heading-3 {
    color: #d7d7d7;
    font-size: 18px;
  }

  .dropdown-heading-3.no-padding {
    text-align: left;
  }

  .dropdown-heading-3.black-color.hover:hover {
    color: #fff;
  }

  .custom-slider-code-block-2 {
    width: 100%;
    height: 400px;
  }

  .custom-slider-code-block-2._50-width {
    width: 100%;
    height: 450px;
  }

  .ph-col-text-right {
    font-family: Proximanova, Verdana, sans-serif;
  }

  .line-img-block {
    display: none;
  }

  .show-filter-block {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -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;
    background-color: #57aaff;
    background-image: linear-gradient(225deg, #4286f4, #1cb5e0);
    cursor: pointer;
  }

  .white-font {
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
  }

  .image-156 {
    height: 25px;
  }

  .close-block {
    position: absolute;
    top: -7.1818px;
    right: 30px;
    display: block;
  }

  .notification-section {
    height: auto;
  }

  .full-width-block-noti.color {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .notificaion-para.color {
    margin-bottom: 10px;
    text-align: center;
  }

  .price-box-horizontal {
    margin: 15px 25px;
  }

  .price-box-horizontal.huge {
    width: 380px;
    height: 550px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .price-box-horizontal.huge.flexi {
    width: 450px;
    height: auto;
  }

  .card-block-usecase {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .card-block-usecase.cost.box-shadow.auto-height {
    height: auto;
  }

  .card-block-usecase.cost.box-shadow.align-center.auto-height.less-width {
    width: 40%;
    margin-right: 25px;
    margin-left: 25px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .card-block-usecase._50-width.padding.center-align {
    width: 45%;
  }

  .card-block-usecase._30-width.auto-height.no-box-shadow {
    width: 40%;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .banner-div-h1 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .paragraph-38 {
    text-align: left;
    white-space: normal;
  }

  .container-block-banner.align-left {
    padding-left: 20px;
  }

  .container-block-banner.relative._60px-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-block-banner.relative._60px-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-block-banner-2.align-left {
    padding-left: 20px;
  }

  .container-block-banner-2.relative._60px-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-block-banner-2.relative._60px-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cards-grid-container-with-bottom-margin {
    grid-column-gap: 20px;
  }

  .cards-grid-container-usecase {
    grid-column-gap: 20px;
  }

  .container-custom-home-hero {
    width: auto;
    margin-right: 40px;
  }

  .section-block-mobile-hidden {
    margin-bottom: 50px;
  }

  .hero-container-short.align-left {
    padding-left: 20px;
  }

  .hero-container-short.relative._60px-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-container-short.relative._60px-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-section-short {
    height: 100%;
    margin-top: 48px;
    margin-bottom: 50px;
  }

  .hero-section-short.bg-color {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .hero-section-short.small-section.similar-padding {
    margin-top: 0px;
  }

  .hero-section-short.notifi {
    margin-top: 105px;
  }

  .hero-long-div {
    width: 60%;
  }

  .hero-heading-no-code {
    font-size: 2em;
  }

  .hero-heading-no-code.less-padding.black-color {
    font-size: 2em;
  }

  .hero-heading-no-code.less-padding.black-color.overlay-left-align {
    font-size: 36px;
    line-height: 40px;
  }

  .hero-heading-no-code.new {
    font-size: 30px;
    line-height: 35px;
  }

  .hero-para-no-code {
    font-size: 20px;
    line-height: 24px;
  }

  .hero-para-no-code.large-font {
    font-size: 22px;
  }

  .hero-section-shorter {
    height: 100%;
    margin-top: 48px;
    margin-bottom: 50px;
  }

  .hero-section-shorter.bg-color {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .hero-section-shorter.small-section.similar-padding {
    margin-top: 0px;
  }

  .hero-section-shorter.notifi {
    margin-top: 105px;
  }

  .hero-section-shorter.bot-hero-section-image {
    margin-top: 0px;
  }

  .hero-section-shorter.automation-first-hero-section-image {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .hero-section-shorter.aws-hero-section-image {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .section-image-column {
    width: auto;
    height: 20em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .automation-flow-container-div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-269.automation-step-padding.automation-step-margin.automation-step-min-height {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-banner-container.align-left {
    padding-left: 20px;
  }

  .image-banner-container.relative._60px-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-banner-container.relative._60px-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-card-small {
    width: 33%;
    height: 30em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .border-right {
    width: 100%;
    height: 10em;
    padding-right: 20px;
    white-space: normal;
  }

  .border-right.nav-section-padding-left {
    height: 20em;
  }

  .border-right.nav-section-border-bottom {
    border-style: solid solid none;
    border-width: 1px 1px 0px;
    border-color: #fff;
    border-radius: 0px;
  }

  .border-right.nav-section-padding-top {
    height: 14em;
    padding-top: 4%;
  }

  .border-right.nav-section-border-bot {
    height: 6em;
    border-bottom: 1px solid #fff;
  }

  .columns-24 {
    height: auto;
  }

  .columns-25 {
    height: auto;
  }

  .dropdown-heading-link {
    color: #e1e4eb;
  }

  .dropdown-heading-link.no-padding {
    text-align: left;
  }

  .dropdown-link-13.navbar-item-top-margin {
    color: #dcdcdc;
  }

  .card-headin-left-aligned {
    display: block;
    min-height: 50px;
    margin-top: 10px;
    font-size: 20px;
    line-height: 26px;
  }

  .height-100 {
    height: 100%;
  }

  .div-block-275 {
    width: 80%;
  }

  .nav-section-padding-left.nav-section-right-sub-height.nav-section-border-bottom {
    height: auto;
  }

  .profile_txt {
    margin-left: 0px;
  }

  .hero-2 {
    display: -ms-grid;
    display: grid;
    padding-top: 20px;
    padding-bottom: 20px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-areas: "Area";
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 16px auto;
    grid-template-rows: auto auto;
  }

  .card-block-copy {
    width: 250px;
    height: 350px;
    margin: 20px -5px;
    padding-right: 0px;
    padding-left: 15px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .profile_title {
    margin-left: 0px;
  }

  .image-167 {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    max-width: 40%;
  }

  .profile_img-copy {
    margin: 52px 50px 52px 76px;
  }

  .profile_container {
    top: auto;
    margin: -8px auto 33px 111px;
    font-size: 14px;
  }

  .block-quote-3 {
    position: relative;
    top: auto;
    margin-top: 32px;
    margin-bottom: 0px;
    margin-left: 27px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: Proximanova, Verdana, sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
  }

  .profile_container-copy1 {
    top: auto;
    margin: 33px 107px;
    font-size: 14px;
  }

  .h2-2-copy {
    position: relative;
    left: auto;
    top: auto;
    width: 500px;
    height: 100px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #2c2e30;
    font-size: 32px;
    line-height: 1.2;
  }

  .text-block-118 {
    font-family: Proximanova, Verdana, sans-serif;
    font-weight: 700;
    text-align: center;
  }

  .card-block-copy-2 {
    width: 240px;
    height: 250px;
    min-width: 100px;
    margin: 20px -5px;
    padding-right: 0px;
    padding-left: 15px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .image-168 {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    max-width: 40%;
  }

  .block-quote-4 {
    position: relative;
    top: auto;
    width: 150%;
    min-width: 200px;
    margin: 7px 0px 0px 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: Proximanova, Verdana, sans-serif;
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
  }

  .profile_img-copy-2 {
    bottom: 0px;
    margin: 0px 50px 0px 55px;
  }

  .profile_container-2 {
    left: -100px;
    top: auto;
    right: 0px;
    margin: 0px auto -45px 0px;
    font-size: 12px;
  }

  .profile_txt-2 {
    margin-left: 0px;
    font-size: 16px;
  }

  .profile_title-2 {
    margin-left: 0px;
    font-size: 12px;
  }

  .hero-4 {
    display: -ms-grid;
    display: grid;
    padding-top: 20px;
    padding-bottom: 20px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-areas: "Area";
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 16px auto;
    grid-template-rows: auto auto;
  }

  .card-block-copy-3 {
    width: 240px;
    height: 280px;
    min-width: 100px;
    margin: 20px -5px;
    padding-right: 0px;
    padding-left: 15px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .image-169 {
    position: absolute;
    left: -2px;
    top: auto;
    right: auto;
    bottom: auto;
    max-width: 40%;
  }

  .block-quote-5 {
    position: relative;
    top: auto;
    width: 150%;
    min-width: 200px;
    margin: 20px 0px 0px 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: Proximanova, Verdana, sans-serif;
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
  }

  .profile_img-copy-3 {
    left: 0px;
    bottom: 0px;
    margin: 0px 50px 0px 70px;
  }

  .profile_container-3 {
    top: auto;
    margin: 0px auto -41px 16px;
    font-size: 12px;
  }

  .full-size-banner-copy {
    margin-top: 0px;
  }

  .text-block-119 {
    position: static;
    margin-top: 0px;
    margin-left: -40px;
    font-size: 13px;
  }

  .btn-copy {
    position: absolute;
    left: auto;
    top: 10%;
    right: 1%;
    bottom: auto;
    overflow: visible;
    margin-left: 0px;
    float: right;
    clear: left;
    font-size: 13px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .full-size-banner-copy-2 {
    top: 0px;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 3px;
  }

  .text-block-122 {
    position: static;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 13px;
  }

  .text-block-123 {
    width: 100%;
    float: none;
    font-size: 14px;
    text-align: center;
  }

  .hero-5 {
    display: -ms-grid;
    display: grid;
    padding-top: 20px;
    padding-bottom: 20px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-areas: "Area";
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 16px auto;
    grid-template-rows: auto auto;
  }

  .card-block-copy-4 {
    width: 240px;
    height: 280px;
    min-width: 100px;
    margin: 20px 0px;
    padding-right: 0px;
    padding-left: 15px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .image-170 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    max-width: 40%;
  }

  .block-quote-7 {
    position: relative;
    top: auto;
    width: 150%;
    min-width: 200px;
    margin: 30px 0px 0px auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    font-family: Proximanova, Verdana, sans-serif;
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
  }

  .profile_img-copy-4 {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin: 0px 0px 0px 50px;
  }

  .profile_container-4 {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 12px;
    text-align: left;
  }

  .profile_txt-3 {
    margin-left: 0px;
    font-size: 16px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .section__heading {
    margin-bottom: 10px;
  }

  .h4__heading {
    max-width: 90%;
    font-size: 18px;
    line-height: 22px;
  }

  .h4__heading.normal.job-title {
    line-height: 1.2;
  }

  .contactus__section {
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 -1px 0 0 #e1e4eb;
  }

  .contactus__form-input {
    margin-bottom: 0px;
  }

  .contactus__form-input-box {
    margin-bottom: 15px;
  }

  .nav__menu {
    z-index: 999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
    -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;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background-color: #fff;
    text-align: left;
  }

  .nav__link {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
  }

  .nav__link.w--current {
    line-height: 26px;
  }

  .nav__link.outline {
    position: static;
    display: inline-block;
    margin-bottom: 10px;
  }

  .nav__link.fill {
    position: static;
    display: inline-block;
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer__section {
    padding-top: 25px;
  }

  .footer__row {
    margin-bottom: 0px;
  }

  .footer__column {
    padding-bottom: 25px;
  }

  .footer__column.links {
    padding-bottom: 20px;
  }

  .footer__logo-img {
    max-width: 170px;
  }

  .services__card-block {
    height: 250px;
  }

  .navbar.static {
    position: relative;
  }

  .top-header__row {
    margin-bottom: -5px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .top-header__column {
    margin-bottom: 5px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .top-header__column.links {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .top-header_links-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top-header__contacts-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .brand__link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }

  .brand__img {
    width: 180px;
    max-width: 180px;
  }

  .nav__dropdown-toggle {
    text-align: left;
  }

  .nav__dropdown-text {
    display: inline-block;
  }

  .nav__dropdown-icon {
    position: static;
    margin-right: 0px;
    margin-left: 5px;
  }

  .nav__dropdown {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav__dropdown-list.w--open {
    box-shadow: 0 0 0 0 transparent;
  }

  .nav__dropdown-link {
    font-size: 16px;
  }

  .home-hero__section {
    padding-top: 25px;
    padding-bottom: 0px;
  }

  .home-hero__row {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-hero__column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .home-hero__column.video {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .home-hero__column.content {
    margin-bottom: 20px;
  }

  .home-hero__content-wrapper {
    padding-top: 0px;
  }

  .global__button.shadow {
    margin-top: 10px;
  }

  .global__button.white.cta {
    margin-right: 5px;
    margin-left: 5px;
  }

  .global__button.transparent.cta {
    margin-left: 5px;
  }

  .home-hero__video-wrapper {
    height: auto;
  }

  .home-hero__video {
    width: 100%;
  }

  .home-hero__video-button {
    display: none;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .featured-list__section {
    padding-top: 50px;
  }

  .features__row {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .features__column {
    padding: 15px 0px;
  }

  .features__column.contact-us {
    margin-bottom: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .features__item-wrapper {
    text-align: center;
  }

  .features__item-img-block {
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .features__item-img-block.contact-us {
    float: none;
  }

  .features__item-line {
    display: none;
  }

  .features__item-line.last {
    display: none;
  }

  .features__item-heading {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .features__item-desc {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
  }

  .listing__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .listing__column.text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .listing__content-list {
    margin-bottom: 10px;
  }

  .listing__content-list-item {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .listing__video-wrapper {
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .listing__background {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .listing__background.grey {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .listing__background.white {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .signup__section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .singup__row {
    margin-right: 0px;
    margin-left: 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;
  }

  .signup__column.content {
    margin-bottom: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .signup__column.form {
    padding-right: 0px;
    padding-left: 0px;
  }

  .signup__text-block {
    margin-bottom: 25px;
    padding-top: 0px;
  }

  .signup__text-p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .signup__image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .signup__heading {
    margin-bottom: 30px;
    font-size: 22px;
  }

  .signup__form-block {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .inline-link {
    color: #57c7ff;
  }

  .h3__heading {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .h3__heading.left.center {
    text-align: center;
  }

  .h3__heading.sub {
    margin-bottom: 20px;
  }

  .contactus__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contactus_form-input-container {
    margin-right: 0px;
    margin-bottom: -15px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__logo-wrapper {
    margin-bottom: 15px;
  }

  .footer__about-text {
    margin-bottom: 10px;
  }

  .footer__heading {
    margin-bottom: 10px;
  }

  .footer__link {
    line-height: 25px;
  }

  .sub-footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .sub-footer__row {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .sub-footer__column {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .sub-footer__heading {
    margin-bottom: 15px;
    text-align: center;
  }

  .socials__wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .socials__wrapper.hero {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .socials__link-block {
    margin-right: 10px;
    margin-left: 10px;
  }

  .subscribe__form-block {
    margin-bottom: 0px;
  }

  .sub-footer__copyright {
    margin-top: 0px;
  }

  .nav__menu-button {
    z-index: 999999;
  }

  .nav__menu-button.w--open {
    background-color: #57c7ff;
  }

  .nav__link-wrapper {
    display: block;
  }

  .pricing__section {
    padding-top: 50px;
  }

  .pricing__card-box {
    width: 50%;
  }

  .pricing__card-offer {
    min-height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .featured-list__table-row {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .featured-list__table-column {
    padding-right: 10px;
    padding-left: 10px;
  }

  .featured-list__table-column.title {
    display: block;
    -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;
  }

  .featured-list__table-text {
    font-size: 12px;
  }

  .featured-list__table-text.heading {
    font-size: 12px;
  }

  .banner__section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .banner__section.large {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .hero__section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .hero__row {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero__column._40 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero__column._60 {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .hero__column._50content {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .hero__column._50-img {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero__column._50 {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero__column._40-null {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .content__text-block {
    margin-bottom: 30px;
  }

  .content__text-block.small-margin {
    margin-bottom: 10px;
  }

  .partners__section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .partners__row {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .partners__column {
    width: 100%;
    margin-bottom: 25px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .partners__logo-wrapper {
    min-height: auto;
    margin-bottom: 15px;
  }

  .partners__logo-wrapper.institutional-member {
    margin-top: 20px;
  }

  .partner__title {
    margin-bottom: 15px;
  }

  .institutional-member__section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .features__section {
    padding-top: 50px;
  }

  .features__section.partners {
    padding-top: 35px;
    padding-bottom: 50px;
  }

  .features__section.contact-us {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero__image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -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;
  }

  .resources__section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .resources__row {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
    -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;
  }

  .resources__column {
    margin-bottom: 30px;
  }

  .resources__column.other {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .resources__column.content {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .resources__video-grid {
    margin-right: 0px;
    margin-bottom: -30px;
    margin-left: 0px;
  }

  .resources__video-box {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .resources__video-heading {
    min-height: auto;
  }

  .content__list {
    padding-left: 20px;
  }

  .capcha {
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-us__section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .about-us__row {
    margin-right: 0px;
    margin-bottom: -30px;
    margin-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;
  }

  .about-us__column {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .about-us__text {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .hero__button-wrapper {
    margin-bottom: 10px;
  }

  .jobs__section {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .jobs__content {
    margin-top: 30px;
  }

  .jobs__collection-list {
    margin-bottom: 30px;
  }

  .jobs__list-column.content {
    width: 75%;
  }

  .privacy-policy__section {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .termsandconditions__section {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .hero__resources-img {
    margin-bottom: 20px;
  }

  .security__section {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .job-description__row {
    margin-right: 0px;
    margin-bottom: -30px;
    margin-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;
  }

  .job-description-column {
    margin-bottom: 30px;
  }

  .job-description-column.content {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .job-description-column.related {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .apply__section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .apply__form-input.textarea {
    min-height: 150px;
  }

  .apply__form-row {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .apply__form-column {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .job__apply-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    -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;
  }

  .new-body {
    overflow: auto;
  }

  .brand {
    padding-left: 0px;
  }

  .brand.w--current {
    margin-top: 0px;
    padding-left: 0px;
  }

  .image-2 {
    max-width: 110px;
    min-height: auto;
  }

  .nav-menu {
    left: 0px;
    top: 0%;
    right: 0px;
    overflow: visible;
    height: auto;
    padding: 10px 15px 20px;
    border-radius: 0px;
    background-color: #3b4ade;
    text-align: center;
  }

  .button {
    display: none;
    margin-top: 10px;
  }

  .nav-link {
    color: #fff;
    font-size: 14px;
    text-align: center;
  }

  .nav-link:hover {
    color: #fff;
  }

  ._1200 {
    display: inline-block;
    overflow: visible;
    width: 100%;
    margin-right: 0px;
    padding: 0px;
  }

  .dropdown-list-2.w--open {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: transparent;
    color: transparent;
  }

  .hero__row_centered {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .email_holder {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .try.shadow {
    margin-top: 10px;
  }

  .try.white.cta {
    margin-right: 5px;
    margin-left: 5px;
  }

  .try.transparent.cta {
    margin-left: 5px;
  }

  .buy.shadow {
    margin-top: 10px;
  }

  .buy.white.cta {
    margin-right: 5px;
    margin-left: 5px;
  }

  .buy.transparent.cta {
    margin-left: 5px;
  }

  .auth-download {
    padding-top: 50px;
  }

  .download_cardbox {
    width: 50%;
  }

  .download-btn.shadow {
    margin-top: 10px;
  }

  .download-btn.white.cta {
    margin-right: 5px;
    margin-left: 5px;
  }

  .download-btn.transparent.cta {
    margin-left: 5px;
  }

  .text-block-14 {
    display: inline-block;
    color: #fff;
  }

  .text-block-14:hover {
    color: #fff;
  }

  .section-6 {
    height: auto;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: hsla(0, 0%, 100%, 0.41);
  }

  .section-6.less-margin {
    margin-top: 0px;
  }

  .link-3 {
    display: inline-block;
    width: 120px;
    height: 30px;
    padding: 7px 10px 5px;
    border-radius: 4px;
    font-size: 14px;
  }

  .div-block-14 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 18px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .div-block-15 {
    position: absolute;
    bottom: auto;
    z-index: -44;
    display: none;
    overflow: visible;
    width: 100%;
    margin-top: 87px;
    margin-bottom: 40px;
    padding-right: 0px;
    opacity: 0.5;
  }

  .h1 {
    display: block;
    width: 80%;
    max-width: 100%;
    margin-top: 0px;
    font-family: Proximanova, Verdana, sans-serif;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
  }

  .subheading-hero {
    width: auto;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }

  .paragraph-4 {
    display: none;
  }

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

  .h2 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 21px;
  }

  .h2.mb50 {
    margin-bottom: 0px;
  }

  .h2.mb50.subheader.make-small {
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
  }

  .h2.mb50.make-small {
    font-size: 28px;
  }

  .h2._50-percent-width {
    width: 100%;
    padding-top: 25px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-10 {
    margin-bottom: 20px;
  }

  .benefits-heading {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .heading-description {
    font-size: 14px;
    line-height: 21px;
  }

  .column-11 {
    margin-bottom: 20px;
  }

  .heading-14 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .paragraph-6 {
    font-size: 14px;
  }

  .heading-15 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .paragraph-7 {
    font-size: 14px;
  }

  .image-21 {
    display: none;
  }

  .div-block-17 {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-22 {
    display: none;
  }

  .b-benefits {
    display: none;
  }

  .button-blue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 10px 5px;
    -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;
    border-radius: 4px;
    font-family: Proximanova, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .button-blue.button-blue__center {
    padding-top: 10px;
  }

  .button-blue.button-blue__small {
    height: auto;
  }

  .button-blue.secondary-cta {
    height: auto;
  }

  .button-blue.get-started {
    padding-top: 10px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 18px;
    line-height: 18px;
  }

  .button-blue.get-started.new {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button-blue.lets-talk {
    padding-top: 17px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 18px;
    line-height: 18px;
  }

  .image-23 {
    display: none;
  }

  .section-8 {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fff;
  }

  .div-block-18 {
    margin-bottom: 0px;
  }

  .heading-16 {
    font-size: 18px;
  }

  .image-24 {
    display: none;
  }

  .image-25 {
    left: 10px;
    display: none;
  }

  .div-block-19 {
    display: none;
  }

  .div-block-20 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-2 {
    max-height: none;
    min-height: auto;
  }

  .div-block-21 {
    width: 100%;
    max-width: 160px;
  }

  .div-block-22 {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-23 {
    width: 100%;
    max-width: 160px;
  }

  .div-block-24 {
    width: 40%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-25 {
    width: 40%;
    padding-right: 20px;
    padding-left: 20px;
    -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;
  }

  .div-block-26 {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-27 {
    width: 100%;
    max-width: 160px;
  }

  .div-block-28 {
    width: 100%;
    max-width: 160px;
  }

  .div-block-29 {
    position: static;
    left: 100px;
    top: 60px;
    right: 100px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    border-style: none;
  }

  .image-28 {
    display: none;
  }

  .image-29 {
    top: auto;
    right: -20%;
    bottom: auto;
    display: none;
  }

  .image-30 {
    left: auto;
    top: auto;
    bottom: -25%;
    display: none;
  }

  .text-block-22 {
    display: inline-block;
  }

  .div-block-30 {
    width: 20%;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-block-31 {
    top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block-23 {
    display: inline-block;
    margin-left: 10px;
  }

  .div-block-32 {
    left: 20px;
    top: auto;
    right: 20px;
    bottom: auto;
    width: auto;
    height: 2px;
  }

  .div-block-33 {
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-34 {
    width: 100%;
    padding-bottom: 0px;
  }

  .mask {
    max-height: none;
  }

  .div-block-35 {
    width: 100%;
    max-width: 160px;
    margin-bottom: 0px;
    text-align: center;
  }

  .div-block-36 {
    width: 100%;
    max-width: 160px;
  }

  .div-block-37 {
    max-width: 160px;
  }

  .div-block-38 {
    position: static;
    left: 80px;
    top: 80px;
    right: 110px;
    bottom: 80px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    border-style: none;
  }

  .div-block-39 {
    display: none;
  }

  .image-32 {
    display: none;
  }

  .image-33 {
    display: none;
  }

  .image-34 {
    display: none;
  }

  .link-6 {
    display: none;
    height: 30px;
    max-width: 120px;
    padding: 6px 10px 5px;
    font-size: 14px;
  }

  .image-35 {
    bottom: 30px;
    display: none;
  }

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

  .heading-17 {
    font-size: 24px;
  }

  .image-36 {
    display: none;
  }

  .div-block-40 {
    margin-bottom: 0px;
  }

  .image-37 {
    display: none;
  }

  .b-cards {
    -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-item {
    display: inline-block;
    min-height: 200px;
    margin-bottom: 20px;
    padding: 30px;
  }

  .div-block-43 {
    display: inline-block;
    min-height: 200px;
    margin-bottom: 20px;
    padding: 30px;
  }

  .div-block-44 {
    display: inline-block;
    min-height: 200px;
    padding: 30px;
  }

  .card-heading {
    display: inline;
    min-height: auto;
    margin-top: 0px;
    font-size: 18px;
  }

  .icon__trigger {
    display: inline-block;
    height: auto;
    max-width: 25px;
    margin-top: -4px;
  }

  .paragraph-8 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 14px;
  }

  .heading-19 {
    display: inline;
    min-height: auto;
    font-size: 18px;
  }

  .paragraph-9 {
    font-size: 14px;
  }

  .heading-20 {
    display: inline;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
  }

  .paragraph-10 {
    font-size: 14px;
  }

  .div-block-41-copy {
    margin-top: 20px;
    margin-bottom: 40px;
    -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;
  }

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

  .heading-21 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .image-40 {
    top: -60px;
    right: -20px;
    bottom: 0%;
    display: none;
  }

  .image-41 {
    top: -30px;
    right: 0%;
    display: none;
  }

  .image-42 {
    display: none;
  }

  .columns-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-43 {
    display: none;
    width: 100%;
    max-width: 130px;
  }

  .column-14 {
    padding: 0px;
  }

  .heading-22 {
    font-size: 16px;
    text-align: center;
  }

  .text-18px {
    margin-bottom: 11px;
    font-size: 14px;
    text-align: center;
  }

  .text-18px.max-width-780._50-percent-width {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-23 {
    display: none;
  }

  .paragraph-12 {
    display: none;
  }

  .heading-24 {
    display: none;
  }

  .paragraph-13 {
    display: none;
  }

  .column-15 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .link-6-copy {
    height: 30px;
    max-width: 120px;
    padding: 6px 10px 5px;
    border-radius: 4px;
    font-size: 14px;
  }

  .link8 {
    height: 30px;
    max-width: 120px;
    margin-top: 10px;
    padding: 6px 10px 5px;
    border-radius: 4px;
    font-size: 14px;
  }

  .section-11 {
    overflow: visible;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-25 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .div-block-46 {
    margin-bottom: 30px;
    padding-top: 0px;
  }

  .image-44 {
    display: none;
  }

  .image-45 {
    display: none;
  }

  .image-46 {
    display: none;
  }

  .paragraph-14 {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .link-7 {
    font-size: 14px;
  }

  .link-8 {
    font-size: 14px;
  }

  .link-9 {
    font-size: 14px;
  }

  .link-10 {
    font-size: 14px;
  }

  .link-11 {
    font-size: 14px;
  }

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

  .link-13 {
    font-size: 14px;
  }

  .link-14 {
    font-size: 14px;
  }

  .link-15 {
    font-size: 14px;
  }

  .link-16 {
    font-size: 14px;
  }

  .link-17 {
    font-size: 14px;
  }

  .link-18 {
    font-size: 14px;
  }

  .link-19 {
    font-size: 18px;
  }

  .link-20 {
    font-size: 18px;
  }

  .link-21 {
    font-size: 18px;
  }

  .link-22 {
    font-size: 18px;
  }

  .link-23 {
    font-size: 18px;
  }

  .link-24 {
    font-size: 18px;
  }

  .link-25 {
    height: 30px;
    max-width: 120px;
    margin-top: 30px;
    padding: 6px 10px 5px;
    border-radius: 4px;
    font-size: 14px;
  }

  .image-47 {
    display: none;
  }

  .section-18 {
    overflow: visible;
    margin-top: 0px;
    margin-bottom: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-26 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .image-48 {
    display: none;
  }

  .div-block-47 {
    margin-bottom: 30px;
  }

  .image-49 {
    display: none;
  }

  .image-50 {
    display: none;
  }

  .paragraph-15 {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .tag-link {
    font-weight: 600;
  }

  .link-27 {
    font-size: 14px;
  }

  .image-51 {
    max-width: 16px;
    margin-left: 5px;
  }

  .link-28 {
    font-weight: 600;
  }

  .link-29 {
    font-size: 14px;
  }

  .image-52 {
    max-width: 16px;
    margin-left: 5px;
  }

  .link-30 {
    font-weight: 600;
  }

  .link-31 {
    font-size: 14px;
  }

  .image-53 {
    max-width: 16px;
    margin-left: 5px;
  }

  .div-block-48 {
    -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;
  }

  .div-block-49 {
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .card-item-v2 {
    width: 100%;
  }

  .div-block-51 {
    width: 100%;
  }

  .heading-27 {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .heading-28 {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .heading-29 {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .paragraph-16 {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-17 {
    font-size: 14px;
    line-height: 20px;
  }

  .card-item-v2__description {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-48-copy {
    display: none;
    -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;
  }

  .link-32 {
    display: none;
  }

  .footer-new {
    margin-top: 0px;
    padding: 50px 20px 20px;
  }

  .div-block-52 {
    margin-bottom: 75px;
  }

  .text-block-29 {
    width: 100%;
    margin-bottom: 20px;
  }

  .form-2 {
    padding-top: 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;
  }

  .footer-form__text-field {
    margin-right: 4px;
    margin-left: 4px;
    padding-top: 19px;
    padding-bottom: 18px;
  }

  .text-field-3 {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .submit-button {
    width: 100%;
    max-width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .foot {
    display: inline-block;
    width: 100%;
    max-width: 245px;
  }

  .div-block-53 {
    display: none;
  }

  .paragraph-19 {
    margin-top: 10px;
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 12px;
  }

  .columns-8 {
    display: none;
    margin-bottom: 0px;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .heading-30 {
    margin-top: 0px;
    margin-bottom: 6px;
    font-size: 14px;
  }

  .div-block-54 {
    height: 3px;
    margin-bottom: 10px;
  }

  .link-footer {
    font-size: 14px;
    line-height: 21px;
  }

  .link-36 {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .link-37 {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .link-38 {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .link-39 {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .link-40 {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .link-41 {
    font-size: 14px;
  }

  .heading-31 {
    margin-top: 0px;
    font-size: 14px;
  }

  .div-block-55 {
    height: 3px;
    margin-bottom: 10px;
  }

  .link-42 {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .link-43 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .link-44 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .link-45 {
    margin-top: 0px;
    font-size: 14px;
  }

  .heading-32 {
    margin-top: 0px;
    font-size: 14px;
  }

  .div-block-56 {
    height: 3px;
    margin-bottom: 10px;
  }

  .link-46 {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .link-47 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .link-48 {
    margin-top: 0px;
    font-size: 14px;
  }

  .heading-33 {
    margin-top: 0px;
    font-size: 14px;
  }

  .div-block-57 {
    height: 3px;
    margin-bottom: 10px;
  }

  .link-49 {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .link-50 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .link-51 {
    margin-top: 0px;
    font-size: 14px;
  }

  .div-block-53-copy {
    display: none;
  }

  .link-52 {
    display: block;
    margin-bottom: 15px;
    margin-left: 0px;
    font-size: 14px;
  }

  .column-18 {
    margin-bottom: 20px;
    text-align: center;
  }

  .column-19 {
    text-align: center;
  }

  .link-53 {
    display: block;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    font-size: 14px;
  }

  .link-54 {
    display: block;
    margin-top: 0px;
    margin-left: 0px;
    font-size: 14px;
  }

  .column-20 {
    display: block;
    margin-bottom: 20px;
    padding-right: 0px;
    -ms-grid-row-align: center;
    align-self: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 2.5fr 1fr;
    grid-template-columns: 2.5fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
  }

  .column-21 {
    margin-bottom: 20px;
    padding-left: 0px;
  }

  .image-54 {
    display: inline-block;
    max-width: 15px;
    margin-right: 10px;
  }

  .link-55 {
    display: inline;
    font-size: 14px;
  }

  .image-55 {
    max-width: 15px;
  }

  .link-56 {
    display: inline;
    font-size: 14px;
  }

  .div-block-63 {
    display: none;
  }

  .image-56 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .image-57 {
    display: inline-block;
    height: auto;
    max-width: 20px;
    margin-top: 0px;
  }

  .image-58 {
    height: auto;
    max-width: 12px;
    margin-top: 0px;
  }

  .image-59 {
    height: auto;
    max-width: 24px;
    margin-top: 0px;
  }

  .div-block-65 {
    display: none;
  }

  .div-block-67 {
    display: none;
  }

  .link-57 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
  }

  .div-block-70 {
    width: 50%;
  }

  .div-block-71 {
    width: 50%;
  }

  .link-58 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
  }

  .link-59 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
  }

  .link-60 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
  }

  .link-61 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
  }

  .link-62 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
  }

  .link-63 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
  }

  .link-64 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
  }

  .link-65 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
  }

  .link-66 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
  }

  .link-67 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
  }

  .link-68 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
  }

  .link-69 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
  }

  .link-70 {
    margin-top: 0px;
    color: #fff;
    font-size: 14px;
  }

  .menu-button {
    width: 50px;
    margin-top: 8px;
    padding: 5px 10px;
  }

  .menu-button.w--open {
    z-index: 0;
    padding: 10px;
    background-color: rgba(64, 90, 222, 0);
  }

  .text-block-30 {
    display: inline-block;
  }

  .dropdown-list-3.w--open {
    display: inline-block;
    width: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: transparent;
  }

  .dropdown-link-2 {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 14px;
  }

  .dropdown-link-3 {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 14px;
  }

  .dropdown-link-4 {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 14px;
  }

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

  .dropdown-link-6 {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 14px;
  }

  .dropdown-link-7 {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 14px;
  }

  .dropdown-link-8 {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 14px;
  }

  .dropdown-list-4 {
    padding-top: 0px;
  }

  .dropdown-list-4.w--open {
    background-color: transparent;
  }

  .dropdown-2 {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
  }

  .dropdown-link-9 {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
  }

  .dropdown-link-10 {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 14px;
  }

  .dropdown-link-11 {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 14px;
  }

  .text-block-31 {
    display: inline;
  }

  .image-61 {
    max-width: 145px;
    text-align: center;
  }

  .column-22 {
    margin-bottom: 20px;
    padding-left: 0px;
  }

  .column-23 {
    margin-bottom: 20px;
    padding-left: 0px;
  }

  .column-24 {
    padding-left: 0px;
  }

  .section-14 {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .breadcrumbs-normal {
    font-size: 14px;
  }

  .text-block-32 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
  }

  .breadcrumbs-link {
    font-size: 14px;
  }

  .section-15 {
    margin-bottom: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-37 {
    margin-bottom: 0px;
    font-size: 20px;
  }

  .paragraph-20 {
    font-size: 14px;
  }

  .image-62 {
    display: none;
  }

  .image-63 {
    display: none;
  }

  .div-block-78 {
    display: none;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-79 {
    display: inline-block;
    width: 100%;
  }

  .paragraph-21 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 21px;
  }

  .div-block-79-copy {
    display: inline-block;
    width: 100%;
  }

  .div-block-79-copy-copy {
    display: inline-block;
    width: 100%;
  }

  .section-16 {
    margin-bottom: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-80 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .heading-38 {
    font-size: 20px;
  }

  .image-65 {
    display: none;
  }

  .image-66 {
    display: none;
  }

  .image-68 {
    display: none;
  }

  .div-block-81 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-82 {
    width: 100%;
  }

  .div-block-83 {
    width: 100%;
    max-width: 100%;
  }

  .div-block-84 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-86 {
    width: 100%;
    max-width: 100%;
  }

  .div-block-87 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-88 {
    width: 100%;
  }

  .section-19 {
    display: none;
  }

  .heading-10-copy {
    display: block;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
  }

  .slider-3 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 150px;
    max-height: none;
    margin-top: 51px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    background-color: transparent;
  }

  .div-block-89 {
    text-align: center;
  }

  .slide-2 {
    width: 100%;
    height: 100%;
    text-align: center;
  }

  .slide-3 {
    text-align: center;
  }

  .slide-4 {
    text-align: center;
  }

  .icon-2 {
    background-color: #3b4ade;
  }

  .icon-3 {
    background-color: #3b4ade;
  }

  .slide-nav-2 {
    position: relative;
    bottom: 0px;
    display: none;
    height: auto;
    max-height: none;
    padding-top: 0px;
    color: #3b4ade;
    text-transform: none;
  }

  .image-71 {
    position: static;
    left: 0px;
    top: 14%;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 15px;
    cursor: pointer;
  }

  .image-72 {
    position: static;
    top: 17%;
    right: 0px;
    width: 100%;
    max-width: 15px;
    cursor: pointer;
  }

  .left-arrow-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -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;
  }

  .right-arrow-3 {
    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-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;
  }

  .slider-4 {
    display: block;
    height: auto;
    max-height: none;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
    background-color: transparent;
  }

  .right-arrow-4 {
    display: none;
  }

  .left-arrow-4 {
    display: none;
  }

  .div-block-90 {
    display: none;
    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-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;
  }

  .heading-40 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Proximanova, Verdana, sans-serif;
    color: #3b4ade;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
  }

  .div-block-91 {
    width: 100%;
    max-width: 95px;
    min-height: 65px;
    margin-bottom: 15px;
    background-color: #c8c8c8;
  }

  .div-block-92 {
    width: 100%;
    max-width: 95px;
    min-height: 65px;
    margin-bottom: 15px;
    background-color: #c8c8c8;
    color: #c8c8c8;
  }

  .div-block-93 {
    width: 100%;
    max-width: 95px;
    min-height: 65px;
    margin-bottom: 15px;
    background-color: #c8c8c8;
  }

  .div-block-94 {
    width: 100%;
    max-width: 95px;
    min-height: 65px;
    background-color: #c8c8c8;
  }

  .div-block-95 {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 100%;
    max-width: 95px;
    min-height: 65px;
    padding: 13px 5px 11px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
  }

  .heading-41 {
    margin-bottom: 0px;
    font-family: Proximanova, Verdana, sans-serif;
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
  }

  .div-block-96 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 400px;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .div-block-97 {
    position: relative;
    z-index: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 50px;
    -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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    text-align: center;
  }

  .div-block-98 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 400px;
    -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;
  }

  .text-block-34 {
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
  }

  .div-block-90-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }

  .slider-5 {
    display: block;
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 10px;
    background-color: transparent;
  }

  .slide-5 {
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }

  .slide-6 {
    text-align: center;
  }

  .slide-7 {
    text-align: center;
  }

  .slide-8 {
    text-align: center;
  }

  .slide-9 {
    text-align: center;
  }

  .slide-10 {
    text-align: center;
  }

  .image-73 {
    position: absolute;
    left: 0px;
    top: 37%;
    max-width: 15px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .image-73.image-73__right {
    left: auto;
    right: 0px;
  }

  .slide-nav-3 {
    bottom: 0px;
    display: none;
  }

  .image-74 {
    position: absolute;
    top: 37%;
    right: 0px;
    max-width: 15px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .link-25-copy {
    height: 30px;
    max-width: 120px;
    margin-top: 40px;
    padding: 6px 10px 5px;
    border-radius: 4px;
    font-size: 14px;
  }

  .link-72 {
    display: block;
    margin-top: 40px;
    color: #3b4ade;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-decoration: underline;
  }

  .div-block-99 {
    display: block;
    margin-bottom: 40px;
    text-align: left;
  }

  .column-25 {
    height: auto;
    margin-bottom: 19px;
    padding-left: 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;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .column-26 {
    text-align: left;
  }

  .column-27 {
    padding-bottom: 19px;
    padding-left: 0px;
    text-align: left;
  }

  .column-28 {
    text-align: left;
  }

  .columns-10 {
    display: block;
    margin-bottom: 20px;
  }

  .columns-11 {
    display: block;
    margin-bottom: 20px;
  }

  .columns-12 {
    display: block;
    margin-bottom: 40px;
  }

  .column-29 {
    padding-left: 0px;
    text-align: left;
  }

  .column-30 {
    text-align: left;
  }

  .column-31 {
    display: block;
    padding-left: 0px;
    text-align: left;
  }

  .column-32 {
    text-align: left;
  }

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

  .mask-2 {
    height: auto;
  }

  .dropdown-3 {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
    color: #fff;
  }

  .dropdown-4 {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
  }

  .image-75 {
    display: inline-block;
    max-width: 8px;
    margin-top: -2px;
    margin-left: 5px;
  }

  .image-76 {
    display: inline-block;
    max-width: 8px;
    margin-top: -2px;
    margin-left: 5px;
  }

  .image-77 {
    display: inline-block;
    max-width: 8px;
    margin-top: -2px;
    margin-left: 5px;
  }

  .image-78 {
    position: static;
    left: auto;
    top: 14px;
    right: 20px;
    bottom: auto;
    z-index: 999999;
    background-color: hsla(0, 0%, 100%, 0.02);
    color: #fff;
    cursor: pointer;
  }

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

  .heading-42 {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
  }

  .paragraph-23 {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .image-79 {
    display: none;
  }

  .paragraph-26 {
    font-size: 14px;
    line-height: 1.5;
  }

  .section-22 {
    margin-bottom: 100px;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .text-field-4 {
    height: 40px;
    margin-bottom: 15px;
    border-color: #3b4ade;
    font-size: 16px;
  }

  .text-field-5 {
    height: 40px;
    margin-bottom: 15px;
    border-color: #3b4ade;
    font-size: 16px;
  }

  .textarea-2 {
    height: auto;
    max-height: 120px;
    min-height: 120px;
    margin-bottom: 15px;
    border-color: #3b4ade;
    font-size: 16px;
  }

  .select-field {
    height: 40px;
    margin-bottom: 15px;
    border-color: #3b4ade;
    font-size: 16px;
  }

  .select-field-2 {
    margin-bottom: 15px;
    border-color: #3b4ade;
    font-size: 16px;
  }

  .section-25 {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-27 {
    margin-bottom: 70px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-field-6 {
    width: 100%;
    height: 40px;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
    border-color: #3b4ade;
    font-size: 16px;
  }

  .text-field-7 {
    width: 100%;
    height: 40px;
    max-width: 100%;
    margin-bottom: 15px;
    border-color: #3b4ade;
    font-size: 16px;
  }

  .text-field-8 {
    width: 100%;
    height: 40px;
    max-width: 100%;
    margin-right: 0px;
    border-color: #3b4ade;
    font-size: 16px;
  }

  .text-field-9 {
    width: 100%;
    height: 40px;
    max-width: 100%;
    margin-bottom: 15px;
    border-color: #3b4ade;
    font-size: 16px;
  }

  .textarea-3 {
    max-height: 80px;
    min-height: 90px;
    margin-bottom: 25px;
    border-color: #3b4ade;
    font-size: 16px;
  }

  .section-20-copy {
    margin-bottom: 40px;
  }

  .section-20-1-copy {
    margin-bottom: 40px;
  }

  .image-79-copy {
    display: none;
  }

  .image-82 {
    display: none;
  }

  .section-20-copy-copy {
    margin-bottom: 40px;
  }

  .paragraph-23-copy {
    font-size: 14px;
  }

  .section-20-copy-copy-copy {
    margin-bottom: 40px;
  }

  .image-83 {
    display: none;
  }

  .section-20-copyds-copy {
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-23-csdopy {
    font-size: 14px;
    line-height: 1.4;
  }

  .text-field-4-copy {
    height: 40px;
    margin-bottom: 15px;
    border-color: #3b4ade;
    font-size: 16px;
    line-height: 1.5;
  }

  .text-field-5-copy {
    height: 40px;
    margin-bottom: 15px;
    border-color: #3b4ade;
    font-size: 16px;
    line-height: 1.5;
  }

  .textarea-2-copy {
    height: auto;
    max-height: 120px;
    min-height: 120px;
    margin-bottom: 25px;
    border-color: #3b4ade;
    font-size: 16px;
    line-height: 1.5;
  }

  .section-29 {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-114 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-115 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .div-block-116 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .div-block-121 {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .list-item-12 {
    min-height: auto;
  }

  .list-item-13 {
    min-height: auto;
  }

  .list-item-14 {
    min-height: auto;
  }

  .list-item-16 {
    min-height: auto;
  }

  .list-item-17 {
    min-height: auto;
  }

  .list-item-18 {
    min-height: auto;
  }

  .list-item-19 {
    min-height: auto;
  }

  .list-item-20 {
    min-height: auto;
  }

  .list-item-21 {
    min-height: auto;
  }

  .list-item-22 {
    min-height: auto;
  }

  .bold-text-7 {
    min-height: auto;
  }

  .div-block-122 {
    min-height: auto;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .list-item-24 {
    min-height: auto;
  }

  .list-item-25 {
    min-height: auto;
  }

  .list-item-26 {
    min-height: auto;
  }

  .button-8 {
    width: 180px;
  }

  .div-block-116-copy {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .div-block-122-copy {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-123 {
    min-height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .list-7 {
    margin-top: 40px;
  }

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

  .tab-link-tab-1-2 {
    width: auto;
    max-width: none;
    padding: 10px 20px;
  }

  .tab-link-tab-1-2.w--current {
    width: auto;
    height: auto;
    max-width: none;
    min-height: auto;
    padding: 10px 20px;
  }

  .tab-link-tab-2-2 {
    width: auto;
    max-width: none;
    padding: 10px 20px;
  }

  .tab-link-tab-3-2 {
    overflow: hidden;
    width: auto;
    max-width: none;
    padding: 10px 20px;
  }

  .tab-link-tab-4-2 {
    width: auto;
    max-width: none;
    padding: 10px 20px;
  }

  .tab-link-tab-5 {
    width: auto;
    max-width: none;
    padding: 10px 20px;
  }

  .tab-link-tab-6 {
    width: auto;
    max-width: none;
    padding: 10px 20px;
  }

  .tab-link-tab-7 {
    width: auto;
    max-width: none;
    padding: 10px 20px;
  }

  .tab-link-tab-8 {
    width: auto;
    max-width: none;
    padding: 10px 20px;
  }

  .tab-link-tab-9 {
    width: auto;
    max-width: none;
    padding: 10px 20px;
  }

  .tab-link-tab-10 {
    width: auto;
    max-width: none;
    padding: 10px 20px;
  }

  .tab-link-tab-11 {
    width: auto;
    max-width: none;
    padding: 10px 20px;
  }

  .tab-pane-tab-1-2 {
    padding: 0px;
    background-color: #fff;
  }

  .tab-pane-tab-2-2 {
    padding: 0px;
    background-color: #fff;
  }

  .tab-pane-tab-3-2 {
    padding: 0px;
    background-color: #fff;
  }

  .tab-pane-tab-4-2 {
    padding: 0px;
    background-color: #fff;
  }

  .tab-pane-tab-5 {
    padding: 0px;
    background-color: #fff;
  }

  .tab-pane-tab-6 {
    padding: 0px;
  }

  .tab-pane-tab-7 {
    padding: 0px;
    background-color: #fff;
  }

  .tab-pane-tab-8 {
    padding: 0px;
    background-color: #fff;
  }

  .tab-pane-tab-9 {
    padding: 0px;
    background-color: #fff;
  }

  .tab-pane-tab-10 {
    padding: 0px;
    background-color: #fff;
  }

  .tab-pane-tab-11 {
    padding: 0px;
    background-color: #fff;
  }

  .tabs-menu-2 {
    padding-top: 10px;
    padding-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tabs-content {
    z-index: 1;
  }

  .image-91 {
    display: block;
    width: 100%;
  }

  .div-block-133 {
    position: absolute;
    top: 50%;
    z-index: -2;
    width: 100%;
    height: 1px;
    border-style: none;
    border-width: 1px;
    border-color: grey;
    background-color: grey;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .image-92 {
    padding-left: 12px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-90-1copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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-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-93 {
    max-height: 80px;
  }

  .heading-51 {
    font-size: 16px;
  }

  .image-96 {
    max-width: 70px;
  }

  .div-block-135 {
    width: 100%;
    padding-bottom: 0px;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-136 {
    display: none;
    width: 100%;
  }

  .image-97 {
    max-width: 70px;
  }

  .image-98 {
    max-width: 70px;
  }

  .div-block-138 {
    margin-bottom: 20px;
  }

  .section-33 {
    margin-bottom: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-140 {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-141 {
    width: 100%;
  }

  .div-block-141.align-left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .div-block-142 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    -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;
    text-align: center;
  }

  .heading-52 {
    font-size: 20px;
    line-height: 1.2;
  }

  .paragraph-27 {
    font-size: 16px;
  }

  .div-block-140-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider-3-copy {
    position: relative;
    display: block;
    height: auto;
    max-height: none;
    margin-bottom: 0px;
    padding-bottom: 20px;
    background-color: transparent;
  }

  .image-102 {
    position: relative;
    top: -20px;
    display: block;
    max-width: 100px;
  }

  .image-103 {
    position: relative;
    top: -20px;
    display: block;
    max-width: 100px;
  }

  .text-block-49 {
    margin-top: 20px;
  }

  .section-34 {
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs-menu-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    padding: 5px 0px 0px;
    background-color: transparent;
    box-shadow: none;
    text-transform: none;
  }

  .tabs-content-2 {
    width: 100%;
    margin-top: -20px;
  }

  .tab-link-tab-1-3 {
    width: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 4px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.11);
    font-size: 14px;
  }

  .tab-link-tab-1-3.w--current {
    padding-right: 10px;
    padding-left: 10px;
    background-color: #3b4ade;
    color: #fff;
  }

  .tab-link-tab-2-3 {
    width: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 4px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.11);
  }

  .tab-link-tab-2-3.w--current {
    width: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 4px;
    background-color: #3b4ade;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.11);
    color: #fff;
    font-size: 14px;
  }

  .tab-link-tab-3-3 {
    width: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 4px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.11);
    font-size: 14px;
  }

  .tab-link-tab-3-3.w--current {
    background-color: #3b4ade;
    color: #fff;
  }

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

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

  .tab-link-tab-4-3 {
    width: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 4px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.11);
    font-size: 14px;
  }

  .tab-link-tab-4-3.w--current {
    background-color: #3b4ade;
    color: #fff;
  }

  .bold-text-18 {
    font-size: 14px;
  }

  .tab-link-tab-5-2 {
    width: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 4px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.11);
    font-size: 14px;
  }

  .tab-link-tab-5-2.w--current {
    background-color: #3b4ade;
    color: #fff;
  }

  .bold-text-19 {
    font-size: 14px;
  }

  .paragraph-28 {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.4;
  }

  .paragraph-29 {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.4;
  }

  .paragraph-30 {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.4;
  }

  .paragraph-31 {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.4;
  }

  .paragraph-32 {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.4;
  }

  .image-104 {
    display: none;
  }

  .image-105 {
    display: none;
  }

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

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

  .image-62-copy {
    display: none;
  }

  .image-63-copy {
    display: none;
  }

  .div-block-149-copy {
    display: none;
  }

  .div-block-152._50-percent-width {
    width: 100%;
  }

  .image-111 {
    display: none;
  }

  .div-block-158 {
    padding: 0px;
  }

  .image-112 {
    display: none;
  }

  .image-50-copy {
    display: none;
  }

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

  .image-79-1copy {
    display: none;
  }

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

  .tab-pane-tab-2-3 {
    font-size: 14px;
  }

  .text-field-5-copy-copy {
    height: 40px;
    margin-bottom: 15px;
    border-color: #3b4ade;
    font-size: 16px;
    line-height: 1.5;
  }

  .text-field-5-1copy-copy {
    height: 40px;
    margin-bottom: 15px;
    border-color: #3b4ade;
    font-size: 16px;
    line-height: 1.5;
  }

  .div-block-165.right-align {
    padding-top: 18px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .heading-42-copy {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 1.5;
  }

  .button-copy.submitin_home {
    margin-right: -10px;
    margin-bottom: 10px;
    margin-left: -10px;
    padding-right: 15px;
    padding-left: 15px;
  }

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

  .heading-big {
    font-size: 84px;
    line-height: 84px;
  }

  .grid-flat {
    margin-bottom: 100px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .div-block-183 {
    margin-bottom: 60px;
  }

  .text-block-67._2 {
    margin-top: -130px;
  }

  .text-block-69 {
    margin-bottom: 20px;
  }

  .image-118 {
    display: none;
  }

  .link-84 {
    margin-bottom: 0px;
  }

  .grid-5 {
    margin-top: 100px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .banner {
    top: -170px;
    margin-right: 0px;
    margin-bottom: -170px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.06);
    background-color: #fff;
    background-image: none;
  }

  .cards-description {
    font-size: 14px;
    line-height: 21px;
  }

  .icon__cloud-resource {
    display: inline-block;
    height: auto;
    max-width: 25px;
    margin-top: -4px;
  }

  .icon__action {
    display: inline-block;
    height: auto;
    max-width: 25px;
    margin-top: -4px;
  }

  .icon__organisational {
    display: inline-block;
    height: auto;
    max-width: 25px;
    margin-top: -4px;
  }

  .h5 {
    margin-top: 0px;
    font-size: 18px;
  }

  .h5.center-mobile {
    display: block;
    text-align: center;
  }

  .b-cards-v2 {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .icon-footer-email {
    max-width: 15px;
  }

  .heading-30-copy {
    margin-top: 0px;
    font-size: 14px;
  }

  .list-item-1 {
    text-align: left;
  }

  .footer-row-1 {
    padding-bottom: 8px;
  }

  .footer-row-1__pt2 {
    margin-left: -4px;
  }

  .success-message-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .error-message-6 {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-form__button {
    margin-left: 4px;
    padding-right: 40px;
    padding-left: 40px;
  }

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

  .c-footer-link {
    margin-bottom: 0px;
  }

  .c-footer-location {
    padding-bottom: 15px;
  }

  .ebook-col-right {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cta-con {
    width: 80%;
  }

  .calc_div {
    width: 100%;
  }

  .form-6 {
    width: 100%;
  }

  .field-label-3 {
    width: 100%;
  }

  .div-block-199 {
    width: 100%;
  }

  .text-input-calc {
    width: 100%;
  }

  .calc_result {
    margin-top: 0px;
  }

  .calc_input {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .form-block-5 {
    width: 100%;
  }

  .calculator_text {
    width: 100%;
  }

  .div-block-204 {
    margin-bottom: 20px;
  }

  .usage_estimate {
    width: 100%;
  }

  .roi-report-overview-con {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .roi-report-overview-col {
    margin-bottom: 60px;
    -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;
  }

  .roi-report-overview-img {
    margin-bottom: 20px;
  }

  .columns-16 {
    -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;
  }

  .roi-col-head {
    margin-top: 0px;
    text-align: center;
  }

  .roi-overview-numbers {
    text-align: center;
  }

  .roi-report-con {
    padding-right: 10px;
    padding-left: 10px;
  }

  .pillar-name {
    font-size: 20px;
  }

  .pillar-con {
    margin-bottom: 20px;
  }

  .pillar-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ph-section.hero.bg {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .ph-section.what-can-tc-do.complex {
    display: none;
  }

  .ph-section.what-can-tc-do.complex.mod {
    display: none;
  }

  .ph-section.page-height.invert-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .ph-hero-image {
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .ph-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ph-cols.invert-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .ph-cols.invert-mobile.invert-desktop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .ph-cols.invert-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .ph-cols.invert-desktop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .ph-col-text-right {
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    text-align: center;
  }

  .ph-col-text-right.bottom {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .ph-col-left-image.right.top {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .ph-full-width-para {
    font-family: Avenir;
  }

  .ph-col-left-text {
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .ph-col-left-text.decrease {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .ph-col-left-text.bottom {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .ph-col-right-image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .ph-col-right-image.below {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .ph-col-right-image.top {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .ph-feature-text {
    width: 70%;
  }

  .feature-colss {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-right.size-change {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .image-right.make-medium {
    height: 250px;
  }

  .full-width-div-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-127 {
    display: none;
  }

  .h2-2 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 21px;
  }

  .enterprise-plan-child-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .enterprise-plan-text-div {
    padding-bottom: 20px;
  }

  .faq-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .last-faq-line.left {
    display: none;
  }

  .accordion-item-wrapper {
    margin-bottom: 15px;
  }

  .subtitle-header-2 {
    text-align: center;
  }

  .button-blue-2 {
    height: 30px;
    margin-right: auto;
    margin-left: auto;
    padding: 6px 10px 5px;
    border-radius: 4px;
    font-size: 14px;
  }

  .button-blue-2.button-blue__center {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-219 {
    position: relative;
    z-index: auto;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 50px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: center;
  }

  .image-129 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-130 {
    display: none;
    width: 150px;
    height: 50px;
    margin-top: 90px;
    margin-bottom: 90px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .columns-18 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .section-37.hero {
    margin-top: 20px;
  }

  .usecase-link-block {
    height: auto;
  }

  .img-con {
    display: none;
  }

  .image-131 {
    display: block;
  }

  .image-132 {
    display: block;
    width: 100px;
    height: 100px;
  }

  .rich-text-block {
    overflow: scroll;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-1002 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mask-5 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-221 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-block-7 {
    width: 100%;
  }

  .nav-menu-bar-links {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .nav-menu-bar-links.no-padding.top-margin {
    margin-top: 10px;
  }

  .nav-menu-bar-links.nav-horiz-icon-arrangement {
    margin-bottom: 4%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btn.whitefont.make-large {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -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;
    text-align: left;
  }

  .btn.whitefont.make-large.left-margin.lite-margn.white-color {
    margin-top: 0px;
    margin-left: 24px;
  }

  .btn.whitefont.left-margin.noti {
    font-size: 14px;
  }

  .nav-link-3 {
    color: #fff;
    font-size: 14px;
    text-align: center;
  }

  .nav-link-3:hover {
    color: #fff;
  }

  .dropdown-link-12 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 14px;
    text-align: center;
  }

  .dropdown-link-12.border-top.margin-top {
    border-top-color: rgba(225, 228, 235, 0.49);
  }

  .dropdown-link-12.border-top.margin-top.blog {
    border-top-color: rgba(225, 228, 235, 0.49);
  }

  .text-block-59 {
    display: inline-block;
  }

  .brand-2 {
    padding-left: 0px;
  }

  .brand-2.w--current {
    margin-top: 0px;
    padding-left: 0px;
  }

  .brand-2.add-margin {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-list-5.w--open {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: transparent;
  }

  .nav-bar {
    position: relative;
    z-index: 1000;
  }

  .section-13 {
    margin-top: 40px;
    padding: 50px 20px;
  }

  .link-footer-2 {
    font-size: 14px;
    line-height: 21px;
  }

  .post-50 {
    width: 100%;
  }

  .input.no-margin {
    margin: 0px;
  }

  .section-38 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-38.haze.border-top {
    padding-top: 0px;
  }

  .blog-sidebar {
    width: 100%;
  }

  .bg-image._2 {
    height: 100%;
    min-height: 0vh;
  }

  .intro {
    margin-bottom: 48px;
  }

  .intro.no-margin {
    -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;
  }

  .inline-elements {
    padding-right: 8px;
    padding-left: 8px;
  }

  .post-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .post-heading.with-margin {
    font-size: 30px;
  }

  .text-light-grey {
    font-size: 10px;
  }

  .bread-cramps-section {
    margin-top: 55px;
    padding-right: 20px;
    padding-left: 10px;
  }

  .bread-cramps-section.blog {
    margin-top: 0px;
  }

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

  .post-33 {
    width: 100%;
  }

  .heading-60 {
    font-size: 28px;
    line-height: 32px;
  }

  .heading-61 {
    font-size: 30px;
    line-height: 40px;
  }

  .text-grey {
    line-height: 18px;
  }

  .post-card-v1-preview {
    height: 30vh;
  }

  .post-card-v1-preview.higher-index {
    height: 220px;
  }

  .capitalize-2 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }

  .heading-62 {
    font-size: 30px;
    line-height: 40px;
  }

  .section-39 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-40 {
    padding: 20px 0px 40px;
  }

  .search-result-wrapper {
    width: 100%;
  }

  .search-result-item {
    width: 100%;
  }

  .thumbnail.center {
    text-align: left;
  }

  .dev-prod-left-pane {
    display: none;
    padding-top: 44px;
  }

  .dev-prod-logo {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }

  .dev-prod-header {
    padding-right: 15px;
    padding-left: 15px;
  }

  .dev-prod-collection-list {
    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-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dev-prod-item {
    width: 45%;
    margin-right: 10px;
    margin-left: 10px;
  }

  .link-block-4 {
    width: 100%;
  }

  .entre-message {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 20px;
    text-align: center;
  }

  .dev-prod-item-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .view-dev-prod-home {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .dev-prod-title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
  }

  .dev-prod-cate-tag {
    font-size: 14px;
  }

  .dev-prod-tags {
    font-size: 14px;
  }

  .dev-prod-tag-line-main {
    font-size: 18px;
    line-height: 22px;
  }

  .dev-prod-desc {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

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

  .hero-heading {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 2.5em;
  }

  .hero-heading.new.align-left {
    text-align: center;
  }

  .hero-heading.new.align-left {
    text-align: center;
  }

  .hero-heading.less-padding.black-color {
    font-size: 32px;
    line-height: 50px;
  }

  .hero-heading.less-padding.black-color.overlay-left-align {
    text-align: center;
  }

  .hero-heading.new {
    font-size: 28px;
    line-height: 34px;
  }

  .hero-heading.guide {
    font-size: 28px;
    line-height: 40px;
  }

  .hero-heading.guide {
    font-size: 28px;
    line-height: 40px;
  }

  .price-box.huge {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .text-block-98 {
    margin-right: 15px;
  }

  .button-16.left-aligned.auto.underline._300 {
    margin-left: auto;
    text-align: center;
  }

  .columns-checkmar {
    width: 200px;
  }

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

  .section-standard.hero {
    display: block;
  }

  .section-standard.snow-brown {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._3-column-450w._20-top-margin {
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-standard {
    max-width: 95%;
  }

  .heading-1.centre._75px-font-size._650w {
    font-size: 40px;
  }

  .paragraph-35.subhead.centre._800 {
    font-size: 20px;
  }

  .paragraph-35._16px.flex-child-sizing-grow {
    font-size: 14px;
  }

  .paragraph-35._16px._333 {
    font-size: 15px;
  }

  .paragraph-35._26px {
    font-size: 18px;
  }

  .heading-3.centre._700w {
    font-size: 25px;
  }

  .column-57 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .heading-66 {
    font-size: 21px;
  }

  .div-395x325.link-box {
    max-width: none;
    min-height: 0px;
    margin-bottom: 20px;
    padding: 15px 10px;
  }

  .heading-67 {
    font-size: 30px;
    text-align: center;
  }

  ._2-column-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  ._2-column-row.reverse-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-500w {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-testimonial {
    display: block;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-testimonial.contextual {
    margin-top: 10px;
  }

  .image-137 {
    display: block;
    max-width: 80%;
  }

  .brown-column {
    margin-top: 20px;
  }

  .brown-column.white-mobile {
    background-color: #fff;
  }

  .image-138 {
    max-width: 80%;
  }

  .column-60 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .column-61 {
    margin-top: 20px;
  }

  .image-139 {
    max-width: 80%;
  }

  .image-140 {
    max-width: 80%;
  }

  .columns-19 {
    display: block;
  }

  .column-62 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .column-63 {
    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-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;
  }

  .bg-image-z.static {
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
  }

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

  .new-hero-section.small-section.similar-padding {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .new-hero-section.notifi {
    margin-top: 100px;
  }

  .container-block.relative {
    padding-bottom: 30px;
  }

  .container-block.relative._60px-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-block.relative._60px-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-block.relative.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-block.relative.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .new-hero-text-block.cost {
    width: 90%;
  }

  .new-hero-text-block.cost._50-width.no-padding {
    width: 100%;
  }

  .new-hero-text-block.cost._40-width.align-left {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .new-hero-text-block.cost._45-width._20px-padding.align-left {
    width: 100%;
    -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;
  }

  .hero-para.hero-sub-text {
    font-size: 20px;
  }

  .hero-para.hero-sub-text.overlay-left-align {
    text-align: center;
  }

  .hero-para.less-margin.align-left._22px-font {
    font-size: 20px;
  }

  .div-block-231 {
    display: none;
  }

  .div-block-231.cost {
    display: block;
  }

  .div-block-231.cost._55-width._20px-padding {
    display: none;
  }

  .div-block-231.cost._55-width._20px-padding.unhide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .centered-h1 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }

  .centered-h1.align-left.medium {
    text-align: center;
  }

  .centered-h1.align-right {
    font-size: 22px;
    text-align: center;
  }

  .centered-h1.large {
    font-size: 28px;
  }

  .centered-h1.margin-bottom.large {
    font-size: 26px;
    line-height: 30px;
  }

  .centered-h1.add-margin {
    margin-bottom: 33px;
  }

  .centered-para {
    text-align: center;
  }

  .centered-para.small.xs-small.align-center {
    text-align: center;
  }

  .centered-para.margin-bottom.align-right {
    text-align: center;
  }

  .centered-para.align-center.large {
    font-size: 16px;
  }

  .flex-centered._80-width {
    padding-right: 0px;
    padding-left: 0px;
    box-shadow: none;
  }

  .side-section-block.similar-padding {
    display: block;
  }

  .side-section-block.similar-padding {
    margin-bottom: 0px;
  }

  .side-section-block.similar-padding {
    margin-bottom: 0px;
  }

  .column-block {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column-block._10px._350px-height {
    height: auto;
  }

  .div-block-232 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-232.padding-horiz-45px {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .div-block-232.padding-horiz-45px.hero-container-short {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .column-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 13px;
    margin-bottom: 31px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .column-1.right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .column-1.right.to-bottom {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .column-1.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 34px;
    -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;
  }

  .column-1._35-width {
    width: 100%;
  }

  .column2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }

  .column2.to-top {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .card-block {
    margin-right: 0px;
    margin-left: 0px;
  }

  .card-block.cost {
    width: 90%;
    height: auto;
  }

  .card-block.cost.box-shadow.align-center.auto-height.less-width {
    width: 80%;
  }

  .card-block._285px-card.xtra-padding {
    margin-right: 0px;
    margin-left: 0px;
  }

  .card-block._50-width.padding.center-align {
    width: 80%;
  }

  .card-block._30-width.auto-height.no-box-shadow {
    width: 80%;
  }

  .card-h1.margin-0.small {
    font-size: 16px;
    line-height: 20px;
  }

  .cards-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .code-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-236 {
    width: 100%;
  }

  .div-block-237 {
    width: 100%;
  }

  .div-block-239 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-239.add-top-margin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

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

  .image2 {
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .curve1 {
    display: none;
  }

  .card-image {
    width: 80%;
    height: 300px;
  }

  .card-image.relative-left {
    position: static;
    height: 300px;
    margin-bottom: 39px;
  }

  .card-image.relative-right {
    position: static;
  }

  .curve-2 {
    display: none;
  }

  .column-left.right.add-margin {
    -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;
  }

  .icon-box.margin-right {
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .icon-box.margin-left.right {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .content-box {
    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-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;
  }

  .content-box.right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .full-width-block {
    padding-right: 15px;
    padding-left: 15px;
  }

  ._2-column-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-one {
    width: 100%;
  }

  .column-two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-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;
  }

  .flexbox-center.width-80 {
    width: 100%;
  }

  .margin-box.small-image {
    width: 250px;
  }

  .product-block {
    margin-bottom: 9px;
    padding-right: 0px;
    border-bottom: 1px solid #d7d7d7;
    border-right-width: 0px;
  }

  .product-block._33-width {
    width: 100%;
    padding: 10px;
    border-top: 1px solid rgba(225, 228, 235, 0.49);
    border-bottom-style: none;
  }

  .dropdown-heading {
    text-align: center;
  }

  .dropdown-heading.no-padding {
    text-align: center;
  }

  .column-block-1 {
    -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-style: solid;
    border-width: 0px 0px 1px;
    border-color: #d7d7d7;
  }

  .div-block-243 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-243.add-right-padding._33-width {
    width: 100%;
    padding: 10px;
    border-top: 1px solid rgba(225, 228, 235, 0.49);
  }

  .div-block-243.no-border._33-width {
    width: 100%;
    padding: 10px;
    border-top: 1px solid rgba(225, 228, 235, 0.49);
  }

  .info-column {
    height: 100px;
    margin-bottom: 0px;
  }

  .info-column.no-scroll.less-space {
    padding-right: 10px;
    padding-left: 10px;
  }

  .code-slide {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-42 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-42.hero-v3-section {
    padding-bottom: 64px;
  }

  .hero-v3-image {
    height: 400px;
  }

  .message-text {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .inline-elements-2 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .features-v3.margin-bottom {
    margin-bottom: 0px;
  }

  .feature-image-v2 {
    height: 184px;
  }

  .div-block-246 {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .padding-right.color-white {
    padding-right: 0px;
    padding-bottom: 5px;
    text-align: center;
  }

  .padding-right.color-white {
    padding-right: 0px;
    padding-bottom: 5px;
    text-align: center;
  }

  .right-arrow-6 {
    right: 51px;
  }

  .left-arrow-6 {
    left: 45px;
  }

  .div-block-249 {
    position: absolute;
    left: auto;
    top: 4%;
    right: 4%;
    bottom: auto;
    background-color: #405ade;
  }

  .div-block-250 {
    padding-right: 0px;
    padding-left: 20px;
  }

  .hamburger-icon {
    height: 20px;
  }

  .close-icon {
    height: 20px;
  }

  .custom-slider-block {
    padding-right: 10px;
    padding-left: 10px;
  }

  .custom-slider-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .custom-slider-code-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .cards-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .centered-h1-2 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }

  .thumbnail-image-block {
    height: 220px;
  }

  .dropdown-heading-3.no-padding {
    text-align: center;
  }

  .div-block-257 {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .custom-slider-code-block-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .custom-slider-code-block-2._50-width {
    height: 320px;
  }

  .div-block-258 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }

  .ph-full-width-para {
    font-family: Proximanova, Verdana, sans-serif;
  }

  .max-height {
    max-height: 120px;
  }

  .show-filter-block {
    height: 50px;
  }

  .white-font {
    font-size: 20px;
  }

  .image-156 {
    height: 20px;
  }

  .close-block {
    top: -11.5909px;
  }

  .notification-section {
    top: 65px;
  }

  .notificaion-para.color {
    font-size: 14px;
  }

  .price-box-horizontal.huge {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .addon-block-pricing {
    width: auto;
  }

  .card-block-usecase {
    margin-right: 0px;
    margin-left: 0px;
  }

  .card-block-usecase.cost {
    width: 90%;
    height: auto;
  }

  .card-block-usecase.cost.box-shadow.align-center.auto-height.less-width {
    width: 80%;
  }

  .card-block-usecase._285px-card.xtra-padding {
    margin-right: 0px;
    margin-left: 0px;
  }

  .card-block-usecase._50-width.padding.center-align {
    width: 80%;
  }

  .card-block-usecase._30-width.auto-height.no-box-shadow {
    width: 80%;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .banner-div-h1 {
    margin-bottom: 10px;
  }

  .flex-centered-2._80-width {
    padding-right: 0px;
    padding-left: 0px;
    box-shadow: none;
  }

  .container-block-banner.relative {
    padding-bottom: 30px;
  }

  .container-block-banner.relative._60px-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-block-banner.relative._60px-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-block-banner.relative.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-block-banner-2.relative {
    padding-bottom: 30px;
  }

  .container-block-banner-2.relative._60px-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-block-banner-2.relative._60px-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-block-banner-2.relative.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner-div-4 {
    display: block;
  }

  .cards-grid-container-with-bottom-margin {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .cards-grid-container-usecase {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .container-custom-home-hero {
    width: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .section-block-mobile-hidden {
    display: none;
  }

  .section-block-mobile-hidden.similar-padding {
    display: block;
  }

  .section-block-mobile-hidden.similar-padding {
    margin-bottom: 0px;
  }

  .section-block-mobile-hidden.similar-padding {
    margin-bottom: 0px;
  }

  .column2-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }

  .column2-copy.to-top {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .hero-container-short {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .hero-container-short.relative {
    padding-bottom: 30px;
  }

  .hero-container-short.relative._60px-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-container-short.relative._60px-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-container-short.relative.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-section-short.small-section.similar-padding {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .hero-section-short.notifi {
    margin-top: 100px;
  }

  .hero-long-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .hero-div-columned {
    -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;
  }

  .hero-heading-no-code {
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 2.5em;
    text-align: center;
  }

  .hero-heading-no-code.new.align-left {
    text-align: center;
  }

  .hero-heading-no-code.new.align-left {
    text-align: left;
  }

  .hero-heading-no-code.less-padding.black-color {
    font-size: 32px;
    line-height: 50px;
  }

  .hero-heading-no-code.less-padding.black-color.overlay-left-align {
    text-align: center;
  }

  .hero-heading-no-code.new {
    font-size: 28px;
    line-height: 34px;
  }

  .hero-heading-no-code.guide {
    font-size: 28px;
    line-height: 40px;
  }

  .hero-heading-no-code.guide {
    font-size: 28px;
    line-height: 40px;
  }

  .hero-para-no-code {
    max-width: 100%;
    text-align: center;
  }

  .hero-para-no-code.hero-sub-text {
    font-size: 20px;
  }

  .hero-para-no-code.hero-sub-text.overlay-left-align {
    text-align: center;
  }

  .hero-para-no-code.less-margin.align-left._22px-font {
    font-size: 20px;
  }

  .img-hero-no-code {
    margin-top: 20px;
  }

  .hero-section-shorter.small-section.similar-padding {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .hero-section-shorter.notifi {
    margin-top: 100px;
  }

  .section-para {
    text-align: center;
  }

  .top-margin-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .section-column-top-margin {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .section-column-top-margin.section-column {
    max-width: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-269.automation-step-padding.automation-step-margin.automation-step-min-height {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .three-card-container {
    -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;
  }

  .section-card {
    width: 100%;
  }

  .section-card-para.top-margin-25.left-align-card-header {
    text-align: center;
  }

  .paragraph-40 {
    text-align: center;
  }

  .image-banner-container.relative {
    padding-bottom: 30px;
  }

  .image-banner-container.relative._60px-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-banner-container.relative._60px-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-banner-container.relative.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-card-small {
    width: 100%;
    height: 28em;
    margin: 10px 0px;
    padding: 0px 0px 20px;
    -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;
    box-shadow: 4px 4px 3px 0 #dfcfcf;
  }

  .section-card-small.shadow.margin-card.flex-vertical.flex-justify-top {
    width: 33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .border-right {
    height: 10em;
    border-bottom: 1px solid #fff;
    border-right-style: none;
  }

  .border-right.nav-section-padding-left {
    height: 14em;
  }

  .border-right.nav-section-padding-top {
    height: 12em;
    padding-right: 0px;
  }

  .border-right.nav-section-border-bot {
    height: 6em;
    padding-right: 0px;
  }

  .columns-25 {
    height: auto;
  }

  .dropdown-heading-link.no-padding {
    text-align: center;
  }

  .dropdown-link-13.navbar-item-top-margin {
    margin-top: 5%;
    margin-bottom: 20px;
    text-align: center;
  }

  .div-block-231-copy {
    display: none;
  }

  .div-block-231-copy.cost {
    display: block;
  }

  .div-block-231-copy.cost._55-width._20px-padding {
    display: none;
  }

  .div-block-231-copy.cost._55-width._20px-padding.unhide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .column-block-right-img {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .column-block-right-img._10px._350px-height {
    height: auto;
  }

  .section-card-image {
    height: 50%;
  }

  .section-card-left {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card-div-para-left {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .three-card-container-center {
    -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;
  }

  .request-demo-form {
    margin-bottom: 100px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .two-card-container {
    -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-headin-left-aligned {
    display: inline;
    min-height: auto;
    margin-top: 0px;
    font-size: 18px;
  }

  .section-sub-heading-left {
    text-align: center;
  }

  .img-50-width.flexbox-center {
    max-width: none;
  }

  .right-margin-8 {
    margin-right: 0%;
  }

  .left-margin-8 {
    margin-left: 0%;
  }

  .div-block-274 {
    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-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .column-67 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .column-68 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-275 {
    width: 100%;
  }

  .column-71 {
    margin-top: 16%;
  }

  .nav-section-padding-left.nav-section-right-sub-height.nav-section-border-bottom {
    height: 10em;
  }

  .nav-section-padding-left.nav-section-padding-top {
    height: 6em;
  }

  .nav-section-padding-left.nav-section-margin-bottom-2 {
    height: 6em;
    margin-bottom: 0%;
  }

  .profile_txt {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-2 {
    display: block;
    padding: 40px 20px;
    grid-auto-columns: 1fr;
    grid-template-areas: "Area . ."
      "Area-3 . Area-2";
    -ms-grid-columns: 1fr 1.5fr 1fr;
    grid-template-columns: 1fr 1.5fr 1fr;
    -ms-grid-rows: minmax(287px, 1fr) auto;
    grid-template-rows: minmax(287px, 1fr) auto;
  }

  .card-block-copy {
    position: static;
    left: 6px;
    right: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 150%;
    margin: 30px auto;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .profile_title {
    position: relative;
    left: auto;
    bottom: auto;
    margin-left: 0px;
    line-height: 15px;
  }

  .image-167 {
    position: static;
    left: auto;
    top: auto;
    max-width: 20%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .profile_img-copy {
    margin: 25px 48px auto 106px;
    padding-left: 0px;
  }

  .profile_container {
    position: absolute;
    left: auto;
    top: auto;
    min-width: 0px;
    margin: 0px 110px 2px 177px;
    padding-top: 0px;
    font-size: 12px;
  }

  .block-quote-3 {
    position: static;
    left: auto;
    bottom: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 25px 0px 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 20px;
    line-height: 22px;
  }

  .profile_container-copy1 {
    position: absolute;
    left: auto;
    top: auto;
    min-width: 0px;
    margin: 2px 110px 2px 174px;
    padding-top: 0px;
    font-size: 12px;
  }

  .hero-3.flex-vertical {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    padding-right: 0px;
    padding-left: 0px;
    -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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .h2-2-copy {
    left: 0px;
    margin: 0px 132px 30px;
    font-size: 21px;
  }

  .text-block-118 {
    position: absolute;
    display: block;
    width: 400px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 32px;
  }

  .card-block-copy-2 {
    position: static;
    left: 6px;
    right: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 150%;
    margin: 30px auto;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-168 {
    position: static;
    left: auto;
    top: auto;
    max-width: 20%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .block-quote-4 {
    position: static;
    left: auto;
    bottom: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 25px 0px 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 20px;
    line-height: 22px;
  }

  .profile_img-copy-2 {
    position: relative;
    left: -131px;
    top: auto;
    margin: auto auto 0px;
    padding-left: 0px;
    border-color: #fff;
  }

  .profile_container-2 {
    position: absolute;
    left: auto;
    top: auto;
    min-width: 0px;
    margin: 0px 120px;
    padding-top: 0px;
    font-size: 12px;
  }

  .profile_txt-2 {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .profile_title-2 {
    position: relative;
    left: auto;
    bottom: auto;
    margin-left: 0px;
    line-height: 15px;
  }

  .hero-4 {
    display: block;
    padding: 40px 20px;
    grid-auto-columns: 1fr;
    grid-template-areas: "Area . ."
      "Area-3 . Area-2";
    -ms-grid-columns: 1fr 1.5fr 1fr;
    grid-template-columns: 1fr 1.5fr 1fr;
    -ms-grid-rows: minmax(287px, 1fr) auto;
    grid-template-rows: minmax(287px, 1fr) auto;
  }

  .card-block-copy-3 {
    position: static;
    left: 6px;
    right: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 350px;
    height: 150%;
    margin: 30px auto;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-169 {
    position: static;
    left: auto;
    top: auto;
    max-width: 20%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .block-quote-5 {
    position: static;
    left: auto;
    bottom: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding: 25px 0px 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 20px;
    line-height: 22px;
  }

  .profile_img-copy-3 {
    position: relative;
    left: -171px;
    top: auto;
    margin: auto auto 0px;
    padding-left: 0px;
    border-color: #fff;
  }

  .profile_container-3 {
    position: absolute;
    left: auto;
    top: auto;
    min-width: 0px;
    margin: 0px 110px 2px 177px;
    padding-top: 0px;
    font-size: 12px;
  }

  .full-size-banner-copy {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-block-119 {
    margin-top: 0px;
    margin-left: -35px;
    font-size: 9.5px;
  }

  .btn-copy {
    position: absolute;
    top: 10%;
    right: 10px;
    padding: 0px 10px;
    font-size: 9.5px;
  }

  .full-size-banner-copy-2 {
    top: 0px;
    padding: 5px 10px 5px 12px;
    font-size: 16px;
  }

  .text-block-122 {
    width: 110%;
    min-width: 120px;
    margin-top: 0px;
    margin-right: -1px;
    margin-left: 0px;
    padding-left: 0px;
    color: #fff;
    font-size: 9.5px;
  }

  .text-block-123 {
    font-size: 14px;
    text-align: center;
  }

  .link-89 {
    color: #000;
  }

  .hero-5 {
    display: block;
    padding: 40px 20px;
    grid-auto-columns: 1fr;
    grid-template-areas: "Area . ."
      "Area-3 . Area-2";
    -ms-grid-columns: 1fr 1.5fr 1fr;
    grid-template-columns: 1fr 1.5fr 1fr;
    -ms-grid-rows: minmax(287px, 1fr) auto;
    grid-template-rows: minmax(287px, 1fr) auto;
  }

  .card-block-copy-4 {
    position: relative;
    left: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 250px;
    min-height: 200px;
    min-width: 200px;
    margin: 30px auto;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-170 {
    position: static;
    left: auto;
    top: auto;
    max-width: 20%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .block-quote-7 {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 25px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding: 20px 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 20px;
    line-height: 22px;
  }

  .profile_img-copy-4 {
    position: absolute;
    left: 0px;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin: auto auto 25px 100px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-color: #fff;
  }

  .profile_container-4 {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    min-width: 0px;
    margin: 0px auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 25px;
    font-size: 12px;
  }

  .profile_txt-3 {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section__heading {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
  }

  .section__heading.white.center.large {
    font-size: 22px;
  }

  .h4__heading {
    max-width: 100%;
    font-size: 18px;
    line-height: 22px;
  }

  .h4__heading.white.center {
    margin-bottom: 5px;
  }

  .h4__heading.normal.job-title {
    font-size: 18px;
    line-height: 1.5;
  }

  .contactus__form-input-box {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .nav__menu {
    z-index: 10001;
  }

  .nav__link {
    padding: 6px;
    font-size: 14px;
  }

  .nav__link.outline {
    display: block;
    max-width: 180px;
    text-align: center;
  }

  .nav__link.fill {
    display: block;
    max-width: 180px;
  }

  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__column {
    padding-bottom: 10px;
  }

  .services__card-block {
    height: 300px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar.static {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .top-header_links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .top-header__link {
    text-align: center;
  }

  .nav__dropdown-toggle {
    padding: 6px;
    font-size: 14px;
  }

  .nav__dropdown-link {
    font-size: 14px;
  }

  .home-hero__column.video {
    padding-bottom: 10px;
  }

  .global__button.white.pricing {
    width: 100%;
    max-width: none;
    font-size: 14px;
  }

  .global__button.large.apply-job {
    width: 100%;
    min-width: 0px;
  }

  .featured-list__section {
    padding-top: 30px;
  }

  .features__column.contact-us {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .features__item-img-block.contact-us {
    margin-bottom: 10px;
  }

  .features__item-heading {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .features__item-desc {
    font-size: 14px;
  }

  .listing__background.white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .signup__form-input.checkbox-field {
    display: block;
    -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;
  }

  .h3__heading {
    font-size: 20px;
  }

  .h3__heading.left.job-category {
    margin-bottom: 10px;
  }

  .h3__heading.sub {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .socials__wrapper.hero {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .play__popup-close-link {
    top: 10px;
    right: 10px;
  }

  .play__popup-block {
    padding: 30px;
  }

  .pricing__section {
    padding-top: 40px;
  }

  .pricing__description-p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.2;
  }

  .pricing__description-p.small {
    font-size: 15px;
    line-height: normal;
  }

  .pricing__cards-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }

  .pricing__card-box {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .pricing__card {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .pricing__card-heading {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pricing__card-offer {
    min-height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pricing__card-price {
    font-size: 22px;
  }

  .featured-list__table-wrapper {
    margin-top: 20px;
  }

  .featured_list__note {
    font-size: 16px;
  }

  .banner__buttons {
    margin-top: 10px;
  }

  .hero__column._50 {
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .content__text-block {
    margin-bottom: 20px;
  }

  .content__text-p {
    font-size: 14px;
    line-height: 20px;
  }

  .partners__logo-img {
    max-width: 145px;
  }

  .partners__logo-img.institutional-member {
    max-width: 100%;
    margin-top: 0px;
  }

  .partner__title {
    font-size: 20px;
    line-height: normal;
  }

  .partner__description {
    font-size: 14px;
    line-height: 20px;
  }

  .features__section {
    padding-top: 30px;
  }

  .features__section.contact-us {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero__image-wrapper {
    margin-bottom: 0px;
  }

  .resources__row {
    margin-bottom: -30px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .resources__link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .resources__faq-dropdown-toggle {
    padding-right: 30px;
  }

  .resources__faq-question {
    font-size: 16px;
    line-height: 1.1;
  }

  .resources__faq-answer-p {
    font-size: 14px;
  }

  .resources__video-heading {
    font-size: 20px;
    line-height: 22px;
  }

  .resources__video-link {
    font-size: 15px;
  }

  .content__list.large {
    margin-bottom: 15px;
  }

  .content__list-item {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .content__list-item.large {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .about-us__row {
    margin-bottom: -20px;
  }

  .about-us__column {
    margin-bottom: 20px;
  }

  .jobs__section {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .jobs__content {
    margin-top: 20px;
  }

  .jobs__collection-list {
    margin-bottom: 30px;
  }

  .jobs__collection-list-item {
    margin-bottom: 30px;
    padding-bottom: 10px;
  }

  .jobs__list-row {
    -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;
  }

  .jobs__list-column.content {
    width: 100%;
    margin-bottom: 0px;
  }

  .jobs__list-column.link {
    -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;
  }

  .job__description {
    font-size: 14px;
  }

  .read-more__link {
    font-size: 15px;
  }

  .privacy-policy__section {
    padding-top: 30px;
  }

  .termsandconditions__section {
    padding-top: 30px;
  }

  .security__section {
    padding-top: 30px;
  }

  .job-description__section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .job-description__richtext p {
    font-size: 14px;
  }

  .job-description__richtext h4 {
    font-size: 20px;
    font-weight: 400;
  }

  .job-description__richtext ul {
    font-size: 14px;
  }

  .job-description__richtext h3 {
    font-size: 20px;
  }

  .job-description__richtext h2 {
    font-size: 26px;
  }

  .job-description__richtext h1 {
    font-size: 30px;
  }

  .related-jobs__link-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .related-jobs__title {
    font-size: 16px;
  }

  .apply__section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .apply__form-block {
    width: 100%;
    min-width: 0px;
  }

  .apply__form-input.checkbox-field {
    display: block;
    -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;
  }

  .nav-menu {
    position: static;
    top: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  ._1200 {
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .try.white.pricing {
    width: 100%;
    max-width: none;
    font-size: 14px;
  }

  .try.large.apply-job {
    width: 100%;
    min-width: 0px;
  }

  .buy.white.pricing {
    width: 100%;
    max-width: none;
    font-size: 14px;
  }

  .buy.large.apply-job {
    width: 100%;
    min-width: 0px;
  }

  .auth-download {
    padding-top: 40px;
  }

  .download_card {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .download_cardbox {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .download-btn.white.pricing {
    width: 100%;
    max-width: none;
    font-size: 14px;
  }

  .download-btn.large.apply-job {
    width: 100%;
    min-width: 0px;
  }

  .download-card-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }

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

  .link-3 {
    font-size: 14px;
  }

  .div-block-14 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .div-block-15 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    margin-top: 0px;
    margin-bottom: 0px;
    opacity: 1;
  }

  .h1 {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-family: Proximanova, Verdana, sans-serif;
    font-size: 24px;
    font-weight: 400;
  }

  .subheading-hero {
    width: 100%;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 18px;
  }

  .paragraph-4 {
    display: block;
    font-size: 16px;
  }

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

  .section-7.top-margin {
    margin-top: 9px;
  }

  .h2 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
  }

  .h2.header-2 {
    font-size: 26px;
    line-height: 30px;
  }

  .benefits-heading {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .heading-description {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    text-align: center;
  }

  .heading-14 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .paragraph-6 {
    font-size: 16px;
  }

  .heading-15 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .paragraph-7 {
    font-size: 16px;
  }

  .image-21 {
    right: -50px;
    display: none;
  }

  .div-block-17 {
    background-color: hsla(0, 0%, 100%, 0.49);
  }

  .image-22 {
    left: 10px;
  }

  .button-blue {
    height: 100%;
    margin-top: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-family: Proximanova, Verdana, sans-serif;
    line-height: 20px;
    font-weight: 400;
  }

  .button-blue.button-blue__center {
    height: auto;
  }

  .button-blue.secondary-cta {
    margin-left: auto;
    padding-top: 7px;
    padding-bottom: 7px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .button-blue.get-started.new {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .image-23 {
    display: none;
  }

  .section-8 {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .div-block-18 {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-16 {
    font-size: 18px;
  }

  .image-24 {
    display: none;
  }

  .image-25 {
    display: none;
  }

  .div-block-19 {
    display: block;
    margin-bottom: 40px;
  }

  .div-block-20 {
    display: none;
    -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;
  }

  .slider-2 {
    height: auto;
    min-height: 0px;
  }

  .div-block-21 {
    min-height: auto;
  }

  .text-block-17 {
    margin-bottom: 10px;
  }

  .div-block-23 {
    min-height: auto;
  }

  .text-block-18 {
    margin-bottom: 10px;
  }

  .div-block-27 {
    min-height: auto;
  }

  .text-block-19 {
    margin-bottom: 10px;
  }

  .div-block-28 {
    min-height: auto;
  }

  .text-block-20 {
    margin-bottom: 10px;
  }

  .div-block-29 {
    left: 70px;
    top: 60px;
    right: 70px;
    bottom: 80px;
  }

  .div-block-35 {
    min-height: auto;
  }

  .div-block-36 {
    min-height: auto;
  }

  .div-block-37 {
    min-height: auto;
  }

  .div-block-38 {
    left: 24px;
    right: 70px;
  }

  .div-block-20-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-6 {
    margin-top: 0px;
    font-size: 16px;
  }

  .image-35 {
    display: none;
  }

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

  .heading-17 {
    font-size: 18px;
  }

  .image-36 {
    display: none;
  }

  .image-37 {
    left: -20%;
    display: none;
  }

  .card-item {
    display: inline-block;
    overflow: visible;
    width: 83%;
    min-height: 150px;
    margin-bottom: 0px;
    padding: 20px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-43 {
    width: 83%;
    min-height: 150px;
    margin-right: 0%;
    margin-bottom: 0px;
    margin-left: 0%;
    padding: 20px;
  }

  .div-block-44 {
    width: 83%;
    min-height: 150px;
    padding: 20px;
  }

  .card-heading {
    min-height: auto;
  }

  .paragraph-8 {
    font-size: 16px;
  }

  .heading-19 {
    min-height: auto;
  }

  .paragraph-9 {
    font-size: 16px;
  }

  .heading-20 {
    min-height: auto;
  }

  .paragraph-10 {
    font-size: 16px;
  }

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

  .div-block-45 {
    font-size: 18px;
  }

  .heading-21 {
    margin-bottom: 0px;
    font-size: 18px;
  }

  .image-40 {
    display: none;
  }

  .image-41 {
    display: none;
  }

  .image-42 {
    display: none;
  }

  .columns-6 {
    margin-top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-22 {
    margin-bottom: 0px;
    font-size: 16px;
  }

  .text-18px {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .text-18px.max-width-780 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .text-18px.max-width-780._50-percent-width {
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading-23 {
    margin-bottom: 0px;
    font-size: 20px;
  }

  .paragraph-12 {
    font-size: 16px;
  }

  .heading-24 {
    margin-bottom: 0px;
    font-size: 20px;
  }

  .column-15 {
    margin-top: 10px;
    margin-bottom: auto;
  }

  .link-6-copy {
    font-size: 14px;
  }

  .link8 {
    margin-top: 10px;
  }

  .section-11 {
    margin-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-25 {
    font-size: 18px;
  }

  .image-44 {
    display: none;
  }

  .image-45 {
    display: none;
  }

  .image-46 {
    display: none;
  }

  .paragraph-14 {
    font-size: 14px;
  }

  .link-7 {
    margin-bottom: 10px;
  }

  .link-8 {
    margin-bottom: 10px;
  }

  .link-9 {
    margin-bottom: 10px;
  }

  .link-10 {
    margin-bottom: 10px;
  }

  .link-11 {
    margin-bottom: 10px;
  }

  .link-12 {
    margin-bottom: 10px;
  }

  .link-13 {
    margin-bottom: 10px;
  }

  .link-14 {
    margin-bottom: 10px;
  }

  .link-15 {
    margin-bottom: 10px;
  }

  .link-16 {
    margin-bottom: 10px;
  }

  .link-19 {
    margin-bottom: 10px;
  }

  .link-20 {
    margin-bottom: 10px;
  }

  .link-21 {
    margin-bottom: 10px;
  }

  .link-22 {
    margin-bottom: 10px;
  }

  .link-23 {
    margin-bottom: 10px;
  }

  .link-25 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 6px;
    font-size: 14px;
  }

  .image-47 {
    display: none;
  }

  .section-18 {
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-26 {
    font-size: 18px;
  }

  .image-48 {
    display: none;
  }

  .div-block-47 {
    margin-bottom: 0px;
  }

  .image-49 {
    display: none;
  }

  .image-50 {
    display: none;
  }

  .paragraph-15 {
    font-size: 14px;
    line-height: 23px;
  }

  .paragraph-16 {
    line-height: 22px;
  }

  .paragraph-17 {
    line-height: 22px;
  }

  .card-item-v2__description {
    line-height: 22px;
  }

  .link-32 {
    margin-top: 30px;
  }

  .footer-new {
    margin-top: 0px;
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-form__text-field {
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
  }

  .link-43 {
    margin-top: 15px;
  }

  .link-44 {
    margin-top: 15px;
  }

  .link-45 {
    margin-top: 15px;
  }

  .link-47 {
    margin-top: 15px;
  }

  .link-48 {
    margin-top: 15px;
  }

  .link-50 {
    margin-top: 15px;
  }

  .link-51 {
    margin-top: 15px;
  }

  .heading-35 {
    display: block;
    line-height: 30px;
  }

  .div-block-59 {
    display: inline-block;
    margin-top: 0px;
    line-height: 15px;
  }

  .div-block-60 {
    display: block;
    margin-bottom: 10px;
  }

  .heading-36 {
    text-align: center;
  }

  .div-block-61 {
    display: inline-block;
  }

  .div-block-62 {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }

  .image-54 {
    top: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .link-55 {
    padding-right: 0px;
    clear: both;
  }

  .image-55 {
    clear: both;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-66 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-button {
    margin-top: 5px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-button.w--open {
    z-index: 9999;
  }

  .div-block-74 {
    width: 100%;
    margin-bottom: 30px;
  }

  .div-block-75 {
    width: 100%;
    margin-bottom: 0px;
    padding-left: 10px;
  }

  .section-15 {
    margin-bottom: 50px;
    padding-bottom: 0px;
  }

  .heading-37 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.2;
  }

  .paragraph-20 {
    font-size: 12px;
  }

  .image-62 {
    display: none;
  }

  .image-63 {
    display: none;
  }

  .div-block-79 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    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: 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;
  }

  .paragraph-21 {
    width: 100%;
    font-size: 12px;
  }

  .heading-38 {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    line-height: 1.2;
  }

  .heading-10-copy {
    margin-bottom: 10px;
    font-family: Exo, sans-serif;
    font-size: 22px;
  }

  .slider-3 {
    width: auto;
    height: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .slide-2 {
    width: 100%;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slide-3 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .slide-4 {
    padding-right: 40px;
    padding-left: 40px;
  }

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

  .image-71 {
    position: relative;
    top: auto;
    bottom: -30px;
  }

  .image-72 {
    position: relative;
    top: auto;
    right: 0px;
    bottom: -30px;
  }

  .left-arrow-3 {
    left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .right-arrow-3 {
    left: auto;
    right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .slider-4 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-40 {
    margin-top: 10px;
    margin-bottom: 30px;
    color: #0029ff;
    font-size: 18px;
  }

  .div-block-96 {
    width: 100%;
  }

  .div-block-97 {
    width: 100%;
    margin-top: 50px;
  }

  .div-block-98 {
    width: 100%;
  }

  .slider-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .link-25-copy {
    margin-top: 20px;
    padding-top: 6px;
    font-size: 14px;
  }

  .column-25 {
    padding-right: 0px;
  }

  .column-32 {
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mask-2 {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .icon-4 {
    display: none;
  }

  .image-78 {
    right: 25px;
    background-color: #405ade;
  }

  .heading-42 {
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
  }

  .paragraph-23 {
    font-size: 14px;
    line-height: 1.2;
  }

  .section-22 {
    margin-bottom: 20px;
  }

  .text-field-4 {
    height: 36px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    text-align: left;
  }

  .form-3 {
    text-align: center;
  }

  .text-field-5 {
    height: 36px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    text-align: left;
  }

  .textarea-2 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    text-align: left;
  }

  .select-field {
    padding-left: 10px;
    font-size: 14px;
    text-align: left;
  }

  .select-field-2 {
    padding-right: 20px;
    padding-left: 10px;
    font-size: 14px;
    text-align: left;
  }

  .submit-button-2 {
    height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }

  .section-25 {
    margin-bottom: 10px;
  }

  .section-27 {
    margin-bottom: 30px;
  }

  .text-field-6 {
    height: 36px;
    font-size: 14px;
    text-align: left;
  }

  .text-field-7 {
    height: 36px;
    font-size: 14px;
    text-align: left;
  }

  .text-field-8 {
    height: 36px;
    font-size: 14px;
    text-align: left;
  }

  .text-field-9 {
    height: 36px;
    font-size: 14px;
    text-align: left;
  }

  .textarea-3 {
    font-size: 14px;
    text-align: left;
  }

  .submit-button-3 {
    height: 30px;
    max-width: 190px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: 600;
  }

  .section-20-copy {
    margin-bottom: 25px;
  }

  .section-20-1-copy {
    margin-bottom: 25px;
  }

  .section-20-copy-copy {
    margin-bottom: 25px;
  }

  .paragraph-23-copy {
    font-size: 14px;
    line-height: 1.2;
  }

  .section-20-copy-copy-copy {
    margin-bottom: 25px;
  }

  .section-20-copyds-copy {
    margin-bottom: 10px;
  }

  .paragraph-23-csdopy {
    font-size: 12px;
  }

  .list-item-12 {
    font-size: 14px;
  }

  .italic-text-2 {
    font-size: 14px;
  }

  .list-item-13 {
    font-size: 14px;
  }

  .list-item-14 {
    font-size: 14px;
  }

  .list-item-16 {
    font-size: 14px;
  }

  .list-item-17 {
    font-size: 14px;
  }

  .list-item-18 {
    font-size: 14px;
  }

  .list-item-19 {
    font-size: 14px;
  }

  .list-item-20 {
    font-size: 14px;
  }

  .list-item-21 {
    font-size: 14px;
    line-height: 1.2;
  }

  .list-item-22 {
    font-size: 14px;
  }

  .bold-text-7 {
    font-size: 14px;
  }

  .list-item-24 {
    font-size: 14px;
  }

  .list-item-25 {
    font-size: 14px;
  }

  .list-item-26 {
    font-size: 14px;
  }

  .button-8 {
    font-size: 14px;
  }

  .div-block-123 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .list-item-27 {
    font-size: 14px;
  }

  .list-item-28 {
    font-size: 14px;
  }

  .list-item-29 {
    font-size: 14px;
  }

  .tab-link-tab-1-2 {
    width: 100%;
  }

  .tab-link-tab-1-2.w--current {
    width: 100%;
  }

  .tab-link-tab-3-2 {
    width: 100%;
  }

  .tab-link-tab-5 {
    width: 100%;
  }

  .tab-link-tab-6 {
    width: 100%;
  }

  .tab-link-tab-7 {
    width: 100%;
  }

  .tab-pane-tab-6 {
    background-color: #fff;
  }

  .tabs-menu-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-91 {
    max-width: 80%;
  }

  .image-93 {
    width: 100%;
    max-height: 100%;
    min-height: 0px;
  }

  .image-94 {
    max-height: 60px;
  }

  .image-95 {
    max-height: 60px;
  }

  .heading-51 {
    margin-top: 5px;
    font-size: 12px;
  }

  .image-96 {
    max-width: 30px;
  }

  .image-97 {
    max-width: 30px;
  }

  .image-98 {
    max-width: 30px;
  }

  .section-33 {
    margin-bottom: 30px;
  }

  .div-block-140 {
    margin-bottom: 20px;
  }

  .heading-52 {
    font-size: 14px;
  }

  .paragraph-27 {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .slider-3-copy {
    width: 100%;
    padding-bottom: 0px;
  }

  .image-102 {
    top: -10px;
    max-width: 50px;
  }

  .image-103 {
    top: -10px;
    max-width: 50px;
  }

  .text-block-49 {
    font-size: 14px;
    line-height: 1.2;
  }

  .form-5 {
    text-align: center;
  }

  .tab-link-tab-1-3 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .tab-link-tab-1-3.w--current {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .tab-link-tab-2-3 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .tab-link-tab-3-3 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

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

  .tab-link-tab-4-3 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .bold-text-18 {
    font-size: 14px;
  }

  .tab-link-tab-5-2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

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

  .text-block-52 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .text-block-53 {
    font-size: 14px;
    line-height: 1.2;
  }

  .text-block-54 {
    font-size: 14px;
    line-height: 1.2;
  }

  .image-62-copy {
    display: none;
  }

  .image-63-copy {
    display: none;
  }

  .div-block-153 {
    padding-bottom: 20px;
  }

  .image-50-copy {
    display: none;
  }

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

  .div-block-162 {
    overflow: hidden;
    width: 100%;
    font-size: 16px;
  }

  .div-block-165.right-align {
    -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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading-42-copy {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    line-height: 1.5;
  }

  .text-light-trial-text {
    font-size: 14px;
    line-height: 1.2;
  }

  .text-block-62 {
    margin-top: auto;
  }

  .nav-menu-2 {
    background-color: #0a2140;
  }

  .con {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: center;
  }

  .con.white-mob {
    background-color: #fff;
  }

  .bottom_line {
    position: absolute;
    left: auto;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 20px;
    height: 4px;
    margin-top: 35px;
    border-radius: 5px;
    background-color: #0191fc;
  }

  .nav-link-in {
    padding-left: 0px;
  }

  .mid_line {
    position: absolute;
    left: auto;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 20px;
    height: 4px;
    margin-top: 28px;
    border-radius: 5px;
    background-color: #0191fc;
  }

  .banner-con {
    margin-top: -42px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 3px;
    padding-bottom: 14px;
    padding-left: 3px;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: center;
  }

  .menu-button-2 {
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    background-color: transparent;
  }

  .menu-button-2.w--open {
    background-color: #0a2140;
    color: #fff;
  }

  .icon-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    color: #0a2140;
  }

  .top_line {
    position: absolute;
    left: auto;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 20px;
    height: 4px;
    margin-top: 21px;
    border-radius: 5px;
    background-color: #0191fc;
  }

  .nav-link-2 {
    padding-right: 0px;
    padding-left: 0px;
    color: #fff;
    text-align: center;
  }

  .text-block-63 {
    margin-bottom: 0px;
    text-align: center;
  }

  .text-block-63.home {
    margin-top: 10px;
    padding-top: 0px;
  }

  .div-block-179._2 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .grid-2 {
    grid-column-gap: 0px;
  }

  .section.main {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .div-block-181 {
    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;
    text-align: center;
  }

  .button-9 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
  }

  .button-9._1 {
    width: 100%;
  }

  .heading-53 {
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 35px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1.5px;
  }

  .button-copy {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
  }

  .button-copy.submitin_home {
    width: 120px;
    margin: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 15px;
  }

  .text-block {
    margin-top: 15px;
    font-size: 16px;
  }

  .image-115 {
    max-width: 50%;
  }

  .grid-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-3._2 {
    margin-top: 30px;
    margin-left: 0px;
    grid-row-gap: 59px;
  }

  .card-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 160px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .text-block-64 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
  }

  .figure {
    margin-top: -80px;
    margin-bottom: -50px;
  }

  .figure._2 {
    margin-top: -120px;
    margin-bottom: 0px;
  }

  .figure._7 {
    margin-bottom: -40px;
  }

  .figure._5 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .bold-text-20 {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 30px;
  }

  .grid-10 {
    display: -ms-grid;
    display: grid;
    margin-bottom: 50px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 63px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .margin-div-home {
    display: none;
  }

  .ico-card {
    height: 50px;
  }

  .slide-nav-4 {
    margin-bottom: -90px;
    font-size: 10px;
    line-height: 35px;
  }

  .icon-9 {
    margin-top: 80px;
    margin-left: 20px;
    color: rgba(1, 22, 57, 0.7);
  }

  .sub-heading {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
  }

  .sub-heading._2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    background-color: transparent;
  }

  .heading-big {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 32px;
  }

  .link-83 {
    margin-top: 0px;
    line-height: 20px;
  }

  .heading-div.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-65 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    text-align: center;
  }

  .right-arrow-5 {
    margin-right: -20px;
  }

  .mask-3 {
    height: 400px;
    margin-bottom: 41px;
  }

  .left-arrow-5 {
    margin-left: -20px;
  }

  .img_holder_home {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .con_wrkflw {
    display: none;
    max-width: 350px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: center;
  }

  .grid-flat {
    margin-top: 0px;
    margin-bottom: 0px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .img_holder {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 0px;
    padding-left: 0px;
    border-style: none;
    border-width: 0px;
    box-shadow: none;
  }

  .img_border {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .div-block-182 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .div-block-182.l {
    text-align: center;
  }

  .heading-54 {
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 14px;
  }

  .icon-10 {
    margin-top: 80px;
    margin-right: 20px;
    color: rgba(1, 22, 57, 0.7);
  }

  .img_holder_home_slider {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-116 {
    display: none;
    margin-bottom: 60px;
  }

  .image-117 {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .pricing-body-custom {
    height: 40%;
  }

  .container-13 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-183 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 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;
    text-align: center;
  }

  .div-block-183.pad {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .text-block-67 {
    margin-right: 0px;
    font-size: 16px;
    text-align: center;
  }

  .text-block-67._2 {
    max-width: 350px;
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
  }

  .text-block-67._3 {
    text-align: left;
  }

  .text-block-68 {
    font-size: 32px;
    line-height: 60px;
  }

  .margin-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .margin-div.h {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-184 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .div-block-184._2 {
    margin-top: 0px;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-118 {
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: center;
  }

  .div-block-185 {
    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-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;
    text-align: center;
  }

  .link-84 {
    margin-top: 0px;
    margin-bottom: 5px;
  }

  .div-block-186 {
    text-align: left;
  }

  .div-block-187 {
    -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;
  }

  .bold-text-21 {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 25px;
  }

  .text-block-5 {
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .grid-5 {
    max-width: 400px;
    grid-auto-flow: row;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
  }

  .cards-description {
    font-size: 16px;
  }

  .h5 {
    min-height: auto;
  }

  .b-cards-v2 {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .c-footer-contact-link {
    padding-left: 0px;
  }

  .icon-footer-email {
    clear: both;
  }

  .footer-row-1__pt2 {
    margin-left: 0px;
  }

  .footer-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-form__button {
    max-width: 100%;
    margin-top: 8px;
    margin-left: 0px;
  }

  .footer-category-heading {
    padding-right: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .footer-row-3__pt2 {
    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;
  }

  .slider-7 {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .ebook-col-left {
    padding-right: 10px;
    padding-left: 10px;
  }

  .columns-15 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-192 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .button-12 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .bold-text-22 {
    font-size: 28px;
  }

  .grid_ebook {
    grid-column-gap: 0px;
  }

  .div-block-194 {
    padding: 0px;
  }

  .div-block-195 {
    width: 80%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

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

  .heading-55 {
    font-size: 24px;
  }

  .text-block-70 {
    margin-top: 20px;
  }

  .text-block-71 {
    margin-top: 20px;
  }

  .cta-con {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .text-display-calc {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .calc_result {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .calc_result_header {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Proximanova, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .cost_addition {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .cost_display_total {
    width: 100%;
  }

  .div-block-203 {
    width: 100%;
  }

  .form-7 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-field-16 {
    width: 100%;
  }

  .submit-button-6 {
    width: 100%;
    margin-top: 10px;
  }

  .scheduler-con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-126 {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .link-block-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .curencyinput {
    width: auto;
  }

  .roi-report-head {
    font-size: 30px;
  }

  .roi-report-head-2 {
    font-size: 24px;
    line-height: 30px;
  }

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

  .pillar-con {
    margin-bottom: 20px;
  }

  .roi-report-comp {
    font-size: 30px;
  }

  .header-con {
    padding-right: 10px;
    padding-left: 10px;
  }

  .ph-section.hero.bg {
    padding-right: 15px;
    padding-left: 15px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .ph-section.customer {
    margin-right: 10px;
    margin-left: 10px;
  }

  .ph-section.what-can-tc-do {
    margin: 30px 10px;
  }

  .ph-section.what-can-tc-do.complex {
    display: none;
  }

  .ph-section.what-can-tc-do.complex.mod {
    display: none;
  }

  .ph-section.full-width {
    width: 100%;
    margin: 30px 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .ph-section.e2e {
    margin: 10px 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .ph-section.page-height {
    max-width: 100%;
    margin: 30px 10px;
  }

  .ph-section.page-height.invert-section {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .ph-hero-image {
    width: 100%;
    margin-top: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .customer-number {
    font-size: 16px;
  }

  .equispaced-col-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ph-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ph-cols.invert-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .ph-cols.home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .ph-cols.home.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .ph-col-text-right {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .ph-col-text-right.right {
    padding-right: 0px;
    padding-left: 0px;
  }

  .ph-col-text-right.align-bottom {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .ph-text-right-header {
    font-size: 22px;
    line-height: 30px;
  }

  .ph-col-left-image.right.align-top {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .ph-text-left-header {
    font-size: 28px;
  }

  .ph-text-left-para-rt {
    text-align: center;
  }

  .ph-full-width-header {
    font-size: 22px;
    line-height: 30px;
  }

  .ph-full-width-para {
    font-family: Proximanova, Verdana, sans-serif;
  }

  .full-width-header-1 {
    font-size: 26px;
    line-height: 32px;
  }

  .ph-col-left-text {
    padding-right: 20px;
    padding-left: 20px;
  }

  .ph-col-right-image.align-top {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .ph-feature-text {
    width: 100%;
  }

  .feature-colss {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-right.make-small {
    width: 100%;
    height: auto;
  }

  .image-right.make-medium {
    width: 100%;
    height: 100%;
  }

  .left-col {
    margin-bottom: 40px;
  }

  .middle-col {
    margin-bottom: 40px;
  }

  .full-width-div-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .h2-2 {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .h2-2.pricing-page-h2 {
    font-size: 26px;
  }

  .grid-11 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pricing-table.most-popular-pricing-footer {
    margin-top: 20px;
  }

  .pricing-grid-container.most-popular-pricing {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .enterprise-plan-child-container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .enterprise-plan-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .accordion-item-wrapper {
    margin-right: 10px;
    margin-left: 10px;
  }

  .accordion-tab-button-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .faq-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-57 {
    font-size: 24px;
    line-height: 34px;
  }

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

  .subtitle-header-2 {
    font-size: 20px;
  }

  .ph-heading-alternate {
    font-size: 30px;
    line-height: 38px;
  }

  .ph-heading-alternate.size {
    font-size: 26px;
  }

  .button-blue-2 {
    height: 100%;
    margin-top: 10px;
  }

  .div-block-219 {
    width: 100%;
  }

  .section-37.hero {
    margin-top: 40px;
  }

  .usecase-link-block {
    height: 200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .usecase-name {
    text-align: center;
  }

  .solution-heading {
    font-size: 30px;
    font-weight: 500;
  }

  .rich-text-block {
    overflow: visible;
  }

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

  .container-1002 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mask-5 {
    width: 100%;
    height: 100%;
  }

  .mask-6 {
    width: 100%;
  }

  .nav-menu-bar-links {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-menu-bar-links.nav-horiz-icon-arrangement {
    margin-bottom: 0%;
  }

  .btn.whitefont.make-large {
    width: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 14px;
    text-align: center;
  }

  .btn.whitefont.make-large.left-margin.lite-margn {
    margin-top: 16px;
    margin-left: 0px;
  }

  .btn.whitefont.make-large.left-margin.lite-margn.white-color {
    margin-top: 10px;
    margin-left: 0px;
  }

  .btn.whitefont.make-large.margin-right {
    margin-right: 0px;
  }

  .dropdown-link-12.padding.border-top {
    margin-left: 0px;
  }

  .dropdown-link-12.border-top.margin-top {
    margin-top: 0px;
  }

  .dropdown-list-5.w--open {
    width: 100%;
    margin-top: 0px;
  }

  .nav-menu-v1 {
    height: auto;
    max-height: none;
  }

  .footer-category-heading-2 {
    padding-right: 24px;
    font-size: 16px;
    line-height: 24px;
  }

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

  .input.no-margin {
    margin: 0px;
  }

  .section-38 {
    margin-top: 30px;
    padding-top: 0px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 18px;
  }

  .section-38.dark-mask.nav-bar-v1-padding {
    width: 100%;
    height: 200px;
    margin-top: 0px;
  }

  .section-38.less-padding {
    margin-top: 0px;
  }

  .button-14.search-button {
    margin-top: -8px;
    margin-left: 0px;
  }

  .paragraph-small.text-grey {
    text-align: left;
  }

  .sidebar-category {
    width: 100%;
  }

  .sidebar-categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .collection-list-wrapper-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .blog-sidebar {
    width: 100%;
  }

  .post-card-preview-feature-home {
    background-position: 50% 50%;
  }

  .post-card-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .post-card-preview-m {
    height: 180px;
  }

  .bg-image.blog-post-image {
    left: 0%;
    top: -19%;
    right: 0%;
    bottom: 0%;
    height: 100%;
    min-height: 0px;
    margin-bottom: auto;
  }

  .bg-image._14 {
    height: 100%;
    min-height: 0vh;
  }

  .intro.wide.no-margin {
    padding-top: 0px;
  }

  .inline-elements {
    -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;
  }

  .post-info-block {
    font-size: 14px;
  }

  .post-heading {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 28px;
  }

  .post-heading.with-margin {
    font-size: 24px;
    line-height: 30px;
  }

  .collection-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .breadcrumbs {
    text-align: left;
  }

  .bread-cramps-section {
    display: block;
    margin-top: 60px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .wrapper-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading-61 {
    font-size: 22px;
    line-height: 30px;
  }

  .post-card-v1-date {
    display: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .post-card-v1 {
    -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;
  }

  .post-card-v1-preview {
    height: 25vh;
  }

  .post-card-v1-preview.higher-index {
    height: 180px;
    margin-bottom: 10px;
    padding: 0px;
  }

  .heading-62 {
    font-size: 25px;
    line-height: 30px;
  }

  .text-grey-2 {
    line-height: 20px;
  }

  .heading-63 {
    font-size: 22px;
    line-height: 30px;
  }

  .text-block-95 {
    font-size: 22px;
    line-height: 28px;
  }

  .search {
    width: 100%;
    margin-top: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .search-result-card {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .search-result-image {
    width: 100%;
    height: 50vw;
    margin-bottom: 20px;
  }

  .search-result-info {
    padding-left: 0px;
  }

  .search-result-heading {
    text-align: center;
  }

  .dev-prod-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dev-prod-form {
    margin-bottom: 10px;
  }

  .dev-prod-item {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .dev-prod-positioning {
    padding-right: 20px;
    padding-left: 20px;
  }

  .dev-prod-item-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .dev-prod-tag-line-main {
    text-align: center;
  }

  .hero-heading {
    margin-bottom: 30px;
    font-size: 2em;
  }

  .hero-heading.new.align-left {
    font-size: 24px;
  }

  .hero-heading.new {
    font-size: 1.5em;
  }

  .hero-heading.new.align-left {
    text-align: center;
  }

  .hero-heading.less-padding.black-color {
    font-size: 28px;
    line-height: 36px;
  }

  .hero-heading.new {
    font-size: 26px;
  }

  .hero-heading.small {
    font-size: 1.6em;
  }

  .pricing-box-block {
    padding-right: 10px;
    padding-left: 10px;
  }

  .price-box {
    width: 100%;
    margin-right: 15px;
    margin-left: 15px;
  }

  .price-box.huge {
    width: 100%;
  }

  .price-box.huge.flexi {
    width: 100%;
    margin-left: 24px;
  }

  .horizontal-divider.small-thin.hide {
    display: none;
  }

  .text-block-98 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }

  .button-16 {
    font-size: 14px;
  }

  .button-16.ghost._190w {
    font-size: 14px;
  }

  .column-58 {
    padding-left: 0px;
  }

  .columns-checkmar {
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .section-standard.hero {
    height: 69vh;
    max-height: none;
  }

  .section-standard._40-top-margin {
    padding-top: 0px;
  }

  .div-standard.cyan.internal-link {
    padding-right: 5px;
    padding-left: 5px;
  }

  .div-standard.brown.final-cta {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-1.centre._75px-font-size._650w {
    font-size: 27px;
  }

  .paragraph-35.subhead.centre._800 {
    font-size: 17px;
  }

  .paragraph-35._16px {
    font-size: 14px;
  }

  .paragraph-35._16px._333 {
    font-size: 14px;
  }

  .paragraph-35._26px {
    font-size: 16px;
  }

  .heading-3.centre._700w {
    font-size: 23px;
  }

  .heading-67 {
    font-size: 24px;
  }

  .div-500w {
    width: auto;
    max-width: 500px;
  }

  .div-testimonial {
    max-width: none;
    margin-bottom: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-138 {
    max-width: 100%;
  }

  .image-139 {
    max-width: 100%;
  }

  .column-62 {
    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-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-box-center.align-center.add-margin {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .bgimage {
    height: 180px;
  }

  .bg-image-z.static {
    position: static;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .new-hero-section {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .new-hero-section.bg-color {
    padding-right: 10px;
    padding-left: 10px;
  }

  .new-hero-section.small-section {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .container-block.relative {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-block.relative._60px-padding {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-block.relative._60px-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-block._60px-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .new-hero-text-block {
    padding-right: 10px;
    padding-left: 10px;
  }

  .new-hero-text-block.cost {
    width: 100%;
  }

  .new-hero-text-block.cost._40-width.align-left {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-para {
    font-size: 20px;
    line-height: 24px;
  }

  .hero-para.large-font {
    font-size: 18px;
  }

  .hero-para.medium {
    font-size: 22px;
    line-height: 32px;
  }

  .hero-para.less-margin.align-left._22px-font {
    margin-bottom: 0px;
  }

  .div-block-231.cost._50-width {
    width: auto;
    padding: 0px;
  }

  .div-block-231.cost._55-width._20px-padding.unhide {
    height: auto;
    min-height: 190px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: url('../images/optimized-homepage.jpg');
    background-position: 50% 50%;
    background-size: contain;
  }

  .know-more-section {
    margin-bottom: 0px;
  }

  .centered-h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .centered-h1.cost {
    padding-right: 6px;
    padding-left: 5px;
    font-size: 22px;
    line-height: 30px;
  }

  .centered-h1.align-left.medium {
    text-align: center;
  }

  .centered-h1.align-left.sub-section-heading.center {
    text-align: center;
  }

  .centered-h1.align-right {
    margin-top: 0px;
  }

  .centered-h1.align-right.medium {
    font-size: 22px;
    line-height: 30px;
  }

  .centered-h1.align-right.medium.xs-small.color-white {
    line-height: 20px;
  }

  .centered-h1.align-right.small {
    font-size: 0.7rem;
    line-height: 1rem;
  }

  .centered-h1.align-right.sub-section-heading {
    font-size: 18px;
    line-height: 24px;
  }

  .centered-h1.large.margin-bottom.xtra-margin {
    margin-bottom: 30px;
  }

  .centered-h1.sub-section-heading._10px-margin.small-font {
    font-size: 18px;
  }

  .centered-para {
    font-size: 14px;
    line-height: 18px;
  }

  .centered-para.small.xs-small {
    font-size: 12px;
  }

  .centered-para.align-center.subheading {
    font-size: 16px;
  }

  .centered-para.align-center.subheading {
    font-size: 16px;
  }

  .centered-para.sub-section-para {
    font-size: 16px;
    line-height: 24px;
  }

  .side-section-block.cost {
    padding-bottom: 0px;
  }

  .side-section-block.add-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .side-section-block.similar-padding {
    margin-bottom: 0px;
  }

  .side-section-block.similar-padding {
    margin-bottom: 0px;
  }

  .side-section-block.similar-padding {
    margin-bottom: 0px;
  }

  .column-block {
    margin-top: 25px;
    margin-bottom: 25px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-232 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 33px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .column-1._35-width {
    margin-bottom: 0px;
  }

  .column-1._0px-padding {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-1.flex-centered {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .card-block {
    margin-right: 0px;
    margin-left: 0px;
  }

  .card-block.cost {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-top: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card-block.cost.box-shadow.align-center.auto-height.less-width {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .card-block._50-width.padding.center-align {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .card-block._30-width.auto-height.no-box-shadow {
    width: 100%;
  }

  .card-h1 {
    text-align: center;
  }

  .card-h1.cost {
    font-size: 16px;
    text-align: left;
  }

  .card-h1.no-margin.small {
    font-size: 14px;
    line-height: 22px;
  }

  .card-para.cost {
    font-size: 14px;
  }

  .card-para.cost {
    font-size: 14px;
  }

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

  .section-header {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 30px;
  }

  .heading-71 {
    font-size: 22px;
    line-height: 30px;
  }

  .subheading._70-width.align-center {
    width: 100%;
    font-size: 18px;
  }

  .subheading._70-width.align-center {
    width: 100%;
    font-size: 18px;
  }

  .content-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .content-block.no-box-shadow._45-width._80-on-tablets {
    width: 100%;
  }

  .content-block.no-box-shadow._45-width._80-on-tablets._40-width {
    width: 100%;
  }

  .div-block-233 {
    width: 100%;
  }

  .imagediv {
    height: 180px;
  }

  .center-hero-block {
    position: relative;
  }

  .div-block-239 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-239.add-top-margin {
    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;
  }

  .simple-section.bg-color {
    padding: 30px 10px;
  }

  .div-block-240 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .card-image {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .card-image.relative-left {
    height: auto;
  }

  .column-left.add-margin {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .right-margin.xtra-margin.bottom-margin {
    margin-right: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .margin-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .margin-box.small-image {
    width: 200px;
  }

  .product-block {
    border-bottom: 1px solid #d7d7d7;
    border-right-width: 0px;
  }

  .dropdown-heading {
    font-size: 16px;
  }

  .column-block-1 {
    margin-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom-style: none;
  }

  .div-block-243 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .new-hero-section-2.bg-color {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .info-column {
    overflow: auto;
    height: 100px;
    padding: 20px;
  }

  .info-column.no-scroll {
    overflow: visible;
    padding-right: 5px;
    padding-left: 5px;
  }

  .info-column.no-scroll.less-space {
    height: 55px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .code {
    padding-right: 10px;
    padding-left: 10px;
  }

  .code-slide {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-v3-image {
    height: 280px;
  }

  .side-block {
    padding-right: 0%;
    padding-left: 0%;
  }

  .side-block.no-padding-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .feature-v4 {
    width: 100%;
  }

  .inline-elements-2 {
    -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;
  }

  .message {
    text-align: center;
  }

  .feature-v3 {
    width: 100%;
  }

  .feature-image-v2 {
    height: 216px;
  }

  .side-media {
    padding-right: 0%;
    padding-left: 0%;
  }

  .side-feature-v2 {
    width: 100%;
  }

  .right-arrow-6 {
    right: 20px;
  }

  .left-arrow-6 {
    left: 20px;
  }

  .hamburger-icon {
    height: 15px;
    text-align: center;
  }

  .close-icon {
    height: 15px;
  }

  .custom-slider-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .custom-slider-content {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .options-block.active {
    border-bottom: 1.5px solid #3b4ade;
    border-left-width: 0px;
  }

  .options-block.active {
    border-bottom: 1.5px solid #3b4ade;
    border-left-width: 0px;
  }

  .dropdown-heading-2 {
    font-size: 16px;
  }

  .new-hero-section-3 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .hero-para-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .cards-block-2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .centered-h1-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .thumbnail-image-block {
    position: absolute;
    top: 0px;
    z-index: 1;
    height: 180px;
  }

  .dropdown-heading-3 {
    font-size: 16px;
  }

  .div-block-256 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .scroll-text {
    margin-right: 0px;
    margin-left: 0px;
  }

  .custom-slider-code-block-2._50-width {
    height: 230px;
    border-radius: 0px;
  }

  .div-block-258 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .heading-10-copy {
    font-family: Proximanova, Verdana, sans-serif;
  }

  .banner-image {
    max-height: none;
  }

  .banner-content {
    padding-top: 0px;
  }

  .banner-heading {
    font-size: 16px;
    line-height: 20px;
  }

  .max-height-300px {
    max-height: none;
    min-height: 200px;
  }

  .close-block {
    top: -17.5909px;
  }

  .full-width-block-noti.color {
    padding-right: 30px;
    padding-left: 30px;
  }

  .price-box-horizontal {
    width: 100%;
    margin-right: 15px;
    margin-left: 15px;
  }

  .price-box-horizontal.huge {
    width: 100%;
  }

  .price-box-horizontal.huge.flexi {
    width: 100%;
    margin-left: 24px;
  }

  .card-block-usecase {
    margin-right: 0px;
    margin-left: 0px;
  }

  .card-block-usecase.cost {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-top: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card-block-usecase.cost.box-shadow.align-center.auto-height.less-width {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .card-block-usecase._50-width.padding.center-align {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .card-block-usecase._30-width.auto-height.no-box-shadow {
    width: 100%;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .banner-div-h1 {
    margin-bottom: 10px;
    text-align: center;
  }

  .banner-div-h1.white-font {
    font-size: 17px;
    text-align: left;
  }

  .paragraph-38 {
    text-align: center;
  }

  .flex-centered-2._80-width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-block-banner.relative {
    padding-bottom: 30px;
  }

  .container-block-banner.relative._60px-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-block-banner.relative._60px-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-block-banner._60px-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-block-banner-2.relative {
    padding-bottom: 30px;
  }

  .container-block-banner-2.relative._60px-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-block-banner-2.relative._60px-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-block-banner-2._60px-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .banner-div-4 {
    display: block;
  }

  .cards-grid-container-with-bottom-margin {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cards-grid-container-usecase {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-263 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-block-mobile-hidden.cost {
    padding-bottom: 0px;
  }

  .section-block-mobile-hidden.add-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-block-mobile-hidden.similar-padding {
    margin-bottom: 0px;
  }

  .section-block-mobile-hidden.similar-padding {
    margin-bottom: 0px;
  }

  .section-block-mobile-hidden.similar-padding {
    margin-bottom: 0px;
  }

  .column2-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-container-short.relative {
    padding-bottom: 30px;
  }

  .hero-container-short.relative._60px-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-container-short.relative._60px-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-container-short._60px-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-section-short {
    margin-top: 15px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-section-short.bg-color {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-section-short.small-section {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .hero-div-columned {
    height: auto;
  }

  .hero-heading-no-code {
    margin-bottom: 30px;
    font-size: 2em;
  }

  .hero-heading-no-code.new.align-left {
    font-size: 24px;
  }

  .hero-heading-no-code.new {
    font-size: 1.5em;
  }

  .hero-heading-no-code.new.align-left {
    text-align: center;
  }

  .hero-heading-no-code.less-padding.black-color {
    font-size: 28px;
    line-height: 36px;
  }

  .hero-heading-no-code.new {
    font-size: 26px;
  }

  .hero-heading-no-code.small {
    font-size: 1.6em;
  }

  .hero-para-no-code {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }

  .hero-para-no-code.large-font {
    font-size: 18px;
  }

  .hero-para-no-code.medium {
    font-size: 22px;
    line-height: 32px;
  }

  .hero-para-no-code.less-margin.align-left._22px-font {
    margin-bottom: 0px;
  }

  .img-hero-no-code {
    width: 100%;
  }

  .hero-section-shorter {
    margin-top: 15px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-section-shorter.bg-color {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-section-shorter.small-section {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .section-para {
    text-align: center;
  }

  .section-para.center-aligned-text-box.section-para-margin-top.white-text {
    margin-right: 6px;
  }

  .section-para.section-para-margin-top {
    text-align: center;
  }

  .section-column-top-margin.section-column {
    max-width: none;
  }

  .grid-13 {
    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;
    grid-auto-flow: row;
  }

  .section-card-para {
    width: auto;
  }

  .section-card-para.padding-horiz-45px {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-card-img-30 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .image-160 {
    max-width: 100%;
  }

  .image-banner-container.relative {
    padding-bottom: 30px;
  }

  .image-banner-container.relative._60px-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-banner-container.relative._60px-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-banner-container._60px-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .border-right {
    padding-right: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: left;
  }

  .border-right.nav-section-padding-top {
    height: 8em;
  }

  .dropdown-heading-link {
    font-size: 16px;
  }

  .div-block-231-copy.cost._50-width {
    width: auto;
    padding: 0px;
  }

  .div-block-231-copy.cost._55-width._20px-padding.unhide {
    height: auto;
    min-height: 350px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .cost-hero-img {
    width: 60%;
    margin-top: 20px;
  }

  .column-block-right-img {
    margin-top: 25px;
    margin-bottom: 25px;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .section-card-img-23 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .request-demo-form {
    margin-bottom: 20px;
  }

  .card-headin-left-aligned {
    min-height: auto;
  }

  .hero-statement-large-black {
    font-size: 36px;
  }

  .aws-pre-build-sol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pre-built-aws-sol-para {
    text-align: center;
  }

  .hero-section-new-image {
    width: 50%;
    max-width: 100%;
  }

  .vmware-icon-card-para.padding-horiz-45px {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-68.top-margin-25 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-275 {
    width: 100%;
  }

  .nav-section-padding-left.nav-section-right-sub-height.nav-section-border-bottom {
    height: 12em;
  }

  .div-block-278 {
    width: 4em;
    height: 4em;
  }

  .hero-2 {
    display: block;
    grid-auto-columns: 1fr;
    grid-template-areas: "Area";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .card-block-copy {
    overflow: scroll;
    width: 300px;
    height: auto;
    min-height: auto;
    min-width: auto;
    margin: 31px 26px 26px -11px;
    padding: 0px 20px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .profile_title {
    left: auto;
    top: auto;
  }

  .image-167 {
    left: auto;
    top: auto;
  }

  .profile_img-copy {
    left: auto;
    margin: 25px auto auto 89px;
    padding-left: 0px;
  }

  .profile_container {
    left: auto;
    top: auto;
    margin: -4px auto auto 158px;
  }

  .block-quote-3 {
    left: auto;
    top: auto;
    width: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding: 25px 0px;
    font-size: 17px;
  }

  .profile_container-copy1 {
    left: auto;
    top: auto;
    margin: 0px auto auto 150px;
  }

  .h2-2-copy {
    left: auto;
    top: auto;
    width: 250px;
    height: 100px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    font-size: 24px;
  }

  .text-block-118 {
    position: relative;
    width: 300px;
  }

  .card-block-copy-2 {
    overflow: scroll;
    width: 300px;
    height: auto;
    min-height: auto;
    min-width: auto;
    margin: 10px auto 10px -12px;
    padding: 0px 20px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-168 {
    left: auto;
    top: auto;
  }

  .block-quote-4 {
    left: auto;
    top: auto;
    width: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding: 25px 0px;
    font-size: 17px;
  }

  .profile_img-copy-2 {
    position: relative;
    left: -150px;
    top: auto;
    overflow: visible;
    margin: 0px auto 0px 0px;
    padding-left: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .profile_container-2 {
    left: auto;
    top: auto;
    margin: -4px auto auto 158px;
  }

  .profile_title-2 {
    left: auto;
    top: auto;
  }

  .hero-4 {
    display: block;
    grid-auto-columns: 1fr;
    grid-template-areas: "Area";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .card-block-copy-3 {
    overflow: scroll;
    width: 300px;
    height: auto;
    min-height: auto;
    min-width: auto;
    margin: 10px auto 10px -12px;
    padding: 0px 20px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-169 {
    position: relative;
    left: -18px;
    top: auto;
  }

  .block-quote-5 {
    left: auto;
    top: auto;
    width: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding: 25px 0px;
    font-size: 17px;
  }

  .profile_img-copy-3 {
    position: relative;
    left: -150px;
    top: auto;
    overflow: visible;
    margin: 0px auto 0px 0px;
    padding-left: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .profile_container-3 {
    left: auto;
    top: auto;
    margin: -4px auto auto 158px;
  }

  .full-size-banner-copy {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .text-block-119 {
    margin-top: 2px;
    margin-left: -14px;
    font-size: 9px;
  }

  .btn-copy {
    left: 41%;
    top: 23px;
    right: auto;
    bottom: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
  }

  .full-size-banner-copy-2 {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
  }

  .text-block-122 {
    width: 130%;
    min-width: 52%;
    margin-left: -39px;
    padding-left: 0px;
    font-size: 9px;
  }

  .hero-5 {
    display: block;
    grid-auto-columns: 1fr;
    grid-template-areas: "Area";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .card-block-copy-4 {
    overflow: scroll;
    width: 300px;
    height: auto;
    min-height: auto;
    min-width: auto;
    margin: 10px auto 10px -12px;
    padding: 0px 20px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-170 {
    left: auto;
    top: auto;
  }

  .block-quote-7 {
    left: auto;
    top: auto;
    width: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding: 25px 0px;
    font-size: 17px;
  }

  .profile_img-copy-4 {
    position: relative;
    left: -150px;
    top: auto;
    overflow: visible;
    margin: 0px auto 0px 0px;
    padding-left: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .profile_container-4 {
    left: auto;
    top: auto;
    margin: 0px auto auto 158px;
    padding-bottom: 0px;
  }
}

#w-node-ebcbb14e-1d16-ee93-0d2a-10028fee012d-fe61e366 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ebcbb14e-1d16-ee93-0d2a-10028fee012d-8d61e371 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_004e469d-33c7-5246-6465-303a938f4adf-0561e3ed {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_004e469d-33c7-5246-6465-303a938f4aec-0561e3ed {
  -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;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-bce963de-cb3e-fffa-b7c5-e8a1c92990c1-0561e3ed {
  -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: 1;
  grid-row-end: 2;
}

#w-node-bce963de-cb3e-fffa-b7c5-e8a1c92990ca-0561e3ed {
  -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-bce963de-cb3e-fffa-b7c5-e8a1c92990d2-0561e3ed {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_35798ead-356f-082d-1b97-c0246377a21e-0561e3ed {
  -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-e00306b6-d80e-bf62-8860-7fd48616b900-0561e3ed {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e00306b6-d80e-bf62-8860-7fd48616b907-0561e3ed {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e00306b6-d80e-bf62-8860-7fd48616b90e-0561e3ed {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5eb994ed-a842-198e-4e4c-80f58765afe6-0561e3ed {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5eb994ed-a842-198e-4e4c-80f58765afed-0561e3ed {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_5eb994ed-a842-198e-4e4c-80f58765aff5-0561e3ed {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_5eb994ed-a842-198e-4e4c-80f58765afff-0561e3ed {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_33beff4d-9408-2d0a-bdfb-33b5a34419ca-e761e30f {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
  }

  .grid-13>#w-node-_33beff4d-9408-2d0a-bdfb-33b5a34419ca-e761e30f {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .slatable>#w-node-_33beff4d-9408-2d0a-bdfb-33b5a34419ca-e761e30f {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  @media screen and (max-width: 991px) {
    .hero-2>#w-node-_33beff4d-9408-2d0a-bdfb-33b5a34419ca-e761e30f {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .hero-4>#w-node-_33beff4d-9408-2d0a-bdfb-33b5a34419ca-e761e30f {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .hero-5>#w-node-_33beff4d-9408-2d0a-bdfb-33b5a34419ca-e761e30f {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }
  }

  @media screen and (max-width: 767px) {
    .hero-2>#w-node-_33beff4d-9408-2d0a-bdfb-33b5a34419ca-e761e30f {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .hero-4>#w-node-_33beff4d-9408-2d0a-bdfb-33b5a34419ca-e761e30f {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .hero-5>#w-node-_33beff4d-9408-2d0a-bdfb-33b5a34419ca-e761e30f {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }
  }

  @media screen and (max-width: 479px) {
    .hero-2>#w-node-_33beff4d-9408-2d0a-bdfb-33b5a34419ca-e761e30f {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .hero-4>#w-node-_33beff4d-9408-2d0a-bdfb-33b5a34419ca-e761e30f {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }

    .hero-5>#w-node-_33beff4d-9408-2d0a-bdfb-33b5a34419ca-e761e30f {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }
  }

  #w-node-_33beff4d-9408-2d0a-bdfb-33b5a34419d6-e761e30f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ebcbb14e-1d16-ee93-0d2a-10028fee012d-fe61e366 {
    -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;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-ebcbb14e-1d16-ee93-0d2a-10028fee012d-8d61e371 {
    -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;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_004e469d-33c7-5246-6465-303a938f4adf-0561e3ed {
    -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;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_5eb994ed-a842-198e-4e4c-80f58765afed-0561e3ed {
    -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-_5eb994ed-a842-198e-4e4c-80f58765afff-0561e3ed {
    -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;
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_221188da-519f-4502-80d1-f15e449236cf-b861e36f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_221188da-519f-4502-80d1-f15e449236d1-b861e36f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_221188da-519f-4502-80d1-f15e449236d6-b861e36f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_221188da-519f-4502-80d1-f15e449236d8-b861e36f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_79c6ef40-48b9-d5b3-6d23-8c1d9f02d86e-b861e36f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_79c6ef40-48b9-d5b3-6d23-8c1d9f02d875-b861e36f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_79c6ef40-48b9-d5b3-6d23-8c1d9f02d884-b861e36f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_79c6ef40-48b9-d5b3-6d23-8c1d9f02d88b-b861e36f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_6a123847-8661-e71a-bf31-c1a4e8fc4a37-ba61e3be {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_6a123847-8661-e71a-bf31-c1a4e8fc4a39-ba61e3be {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_6a123847-8661-e71a-bf31-c1a4e8fc4a3e-ba61e3be {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_6a123847-8661-e71a-bf31-c1a4e8fc4a40-ba61e3be {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-b12285e4-cbe7-5b94-2ed3-3fb41b9d0ab4-2461e3d2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b12285e4-cbe7-5b94-2ed3-3fb41b9d0ab6-2461e3d2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b12285e4-cbe7-5b94-2ed3-3fb41b9d0abb-2461e3d2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b12285e4-cbe7-5b94-2ed3-3fb41b9d0abd-2461e3d2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-dce8cf52-823b-ed06-d14d-ec8a9f3f12ce-2461e3d2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-dce8cf52-823b-ed06-d14d-ec8a9f3f12d0-2461e3d2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-dce8cf52-823b-ed06-d14d-ec8a9f3f12d5-2461e3d2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-dce8cf52-823b-ed06-d14d-ec8a9f3f12d7-2461e3d2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_5a5ba5de-c7f5-e3f2-2604-ffd4f432454d-2a61e3ec {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_5a5ba5de-c7f5-e3f2-2604-ffd4f432454f-2a61e3ec {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_5a5ba5de-c7f5-e3f2-2604-ffd4f4324554-2a61e3ec {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_5a5ba5de-c7f5-e3f2-2604-ffd4f4324556-2a61e3ec {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-bee1bfb8-3fff-060b-7173-f02d6d9fe837-2a61e3ec {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bee1bfb8-3fff-060b-7173-f02d6d9fe839-2a61e3ec {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bee1bfb8-3fff-060b-7173-f02d6d9fe83e-2a61e3ec {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bee1bfb8-3fff-060b-7173-f02d6d9fe840-2a61e3ec {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_10b560e4-1714-f7d9-fb8e-70b32b590432-2a61e3ec {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_10b560e4-1714-f7d9-fb8e-70b32b590434-2a61e3ec {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_10b560e4-1714-f7d9-fb8e-70b32b590439-2a61e3ec {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_10b560e4-1714-f7d9-fb8e-70b32b59043b-2a61e3ec {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-e00306b6-d80e-bf62-8860-7fd48616b900-0561e3ed {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-e00306b6-d80e-bf62-8860-7fd48616b907-0561e3ed {
    -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-e00306b6-d80e-bf62-8860-7fd48616b90e-0561e3ed {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_5eb994ed-a842-198e-4e4c-80f58765afed-0561e3ed {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_5eb994ed-a842-198e-4e4c-80f58765aff5-0561e3ed {
    -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-_5eb994ed-a842-198e-4e4c-80f58765afff-0561e3ed {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-f4ee8879-716c-0c86-87b6-ef5e6d75e1d3-c161e3f6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f4ee8879-716c-0c86-87b6-ef5e6d75e1dc-c161e3f6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_88a8e2ef-778e-5b30-5534-3198b043fdc3-6e61e42c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_88a8e2ef-778e-5b30-5534-3198b043fdc7-6e61e42c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_88a8e2ef-778e-5b30-5534-3198b043fdcc-6e61e42c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_88a8e2ef-778e-5b30-5534-3198b043fdce-6e61e42c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ebcbb14e-1d16-ee93-0d2a-10028fee012d-fe61e366 {
    -ms-grid-column-align: center;
    justify-self: center;
    -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-_79c6ef40-48b9-d5b3-6d23-8c1d9f02d864-b861e36f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_79c6ef40-48b9-d5b3-6d23-8c1d9f02d86b-b861e36f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_79c6ef40-48b9-d5b3-6d23-8c1d9f02d872-b861e36f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_79c6ef40-48b9-d5b3-6d23-8c1d9f02d87a-b861e36f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_79c6ef40-48b9-d5b3-6d23-8c1d9f02d881-b861e36f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_79c6ef40-48b9-d5b3-6d23-8c1d9f02d888-b861e36f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ebcbb14e-1d16-ee93-0d2a-10028fee012d-8d61e371 {
    -ms-grid-column-align: center;
    justify-self: center;
    -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-_004e469d-33c7-5246-6465-303a938f4adf-0561e3ed {
    -ms-grid-column-align: center;
    justify-self: center;
    -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-bce963de-cb3e-fffa-b7c5-e8a1c92990a3-0561e3ed {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-bce963de-cb3e-fffa-b7c5-e8a1c92990ac-0561e3ed {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-bce963de-cb3e-fffa-b7c5-e8a1c92990b6-0561e3ed {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-bce963de-cb3e-fffa-b7c5-e8a1c92990c1-0561e3ed {
    -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: 1;
    grid-row-end: 2;
  }

  #w-node-bce963de-cb3e-fffa-b7c5-e8a1c92990ca-0561e3ed {
    -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-bce963de-cb3e-fffa-b7c5-e8a1c92990d2-0561e3ed {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-e00306b6-d80e-bf62-8860-7fd48616b900-0561e3ed {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_5eb994ed-a842-198e-4e4c-80f58765afe6-0561e3ed {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_5eb994ed-a842-198e-4e4c-80f58765afed-0561e3ed {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_5eb994ed-a842-198e-4e4c-80f58765aff5-0561e3ed {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_5eb994ed-a842-198e-4e4c-80f58765afff-0561e3ed {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}