.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-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-commercecheckoutbillingcountryselector {
  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-commercecheckoutbillingcountryselector::-webkit-input-placeholder {
  color: #999;
}

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

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

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

.w-commerce-commercecheckoutbillingcountryselector: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-commerce-commercepaypalcheckoutformcontainer {
  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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

.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-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

body {
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}

h2 {
  margin-top: 10px;
  margin-bottom: 24px;
  font-family: 'Circular std', sans-serif;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  line-height: 22px;
}

img {
  display: inline-block;
  max-width: 100%;
  margin-top: 0px;
}

strong {
  font-weight: bold;
}

figcaption {
  margin-top: 5px;
  color: #576573;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.faq-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding: 100px 5%;
  -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: 'Circular std book', sans-serif;
}

.faq-section.faq-section-copy {
  display: none;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 60px;
}

.faq-question-wrap {
  margin-bottom: 35px;
}

.circle-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 250px;
  max-width: 250px;
  min-height: 250px;
  min-width: 250px;
  -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: 1000px;
  background-color: #f4f7fb;
  box-shadow: 4px 4px 17px -1px rgba(151, 159, 175, 0.3);
}

.circle-div.circle-div-copy {
  max-width: 250px;
  min-height: 150px;
  min-width: 200px;
  box-shadow: none;
}

.arrow-image-mobile {
  display: none;
}

.title {
  max-width: 500px;
  margin-bottom: 15px;
  color: #8c54ff;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.statistic-circle-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  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;
}

.counterup {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  color: #0f76bc;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}

.title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.heading-primary {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 32px;
  font-family: 'Circular std', sans-serif;
  color: #001623;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

.heading-primary.h3-centre {
  max-width: none;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 32px;
  text-align: center;
}

.heading-primary.h3-centre {
  max-width: none;
  margin-bottom: 40px;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 32px;
  text-align: center;
}

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

.arrow-image-mobile-02 {
  display: none;
}

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

.container.space-below {
  max-width: none;
  margin-bottom: 0px;
}

.feature-number-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.title-capped {
  font-family: 'Circular std', sans-serif;
  color: #41515f;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.flowbase-navigation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  padding: 20px 3%;
  -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 rgba(155, 158, 184, 0.22);
}

.container-flex-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.flowbase-logo {
  width: 55px;
}

.button-wrapper {
  position: relative;
}

.button-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  min-width: 150px;
  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;
  border-radius: 50px;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  box-shadow: inset -1px -1px 3px 0 rgba(32, 27, 61, 0.6), inset 1px 1px 3px 0 rgba(238, 230, 255, 0.44), 1px 1px 2px 0 #5b3acc;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-menu:hover {
  box-shadow: inset 1px 1px 3px 0 rgba(32, 27, 61, 0.22), inset -1px -1px 3px 0 rgba(238, 230, 255, 0), 1px 1px 2px 0 #5b3acc;
}

.arrow {
  position: absolute;
  left: -20%;
  top: auto;
  right: auto;
  bottom: -120%;
  width: 100px;
}

.detail-block {
  max-width: 800px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 20px;
  border: 1px solid #56e8ff;
  background-color: rgba(86, 232, 255, 0.05);
  font-size: 17px;
}

.navigation {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding: 8px 2%;
  -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;
  background-color: #fff;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  left: -100px;
  max-height: 100vh;
  min-width: 320px;
  padding-top: 10px;
  background-color: transparent;
}

.nav-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-logo {
  width: 54px;
}

.navigation-container-about-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.navigation-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;
  font-size: 16px;
}

.nav-link-details {
  color: rgba(40, 51, 56, 0.6);
  font-size: 14px;
  white-space: normal;
}

.dropdown-icon {
  width: 100%;
}

.dropdown-wrapper {
  overflow: hidden;
  min-width: 140px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 4px -19px 35px 0 rgba(32, 53, 90, 0.08), 11px 11px 30px -10px rgba(32, 53, 90, 0.15);
}

.dropdown-wrapper.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.dropdown {
  color: #5e727d;
  font-size: 16px;
}

.text-block-2 {
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-weight: 400;
}

.arrow-2 {
  width: 15px;
}

.brand {
  margin-right: 10px;
}

.brand.w--current {
  margin-right: 10px;
}

.dropdown-pointer {
  position: relative;
}

.navigation-mob {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  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;
  background-color: transparent;
}

.dropdown-link {
  position: relative;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link:hover {
  background-color: #dceaf8;
  color: #1b2d45;
}

.nav-link-blog {
  color: #face55;
  font-size: 14px;
  white-space: normal;
}

.dropdown-block {
  position: relative;
  z-index: 25;
  width: 100%;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fafafa;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.nav-blog-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  -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;
  text-decoration: none;
}

.nav-menu-2 {
  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;
  color: #283338;
  font-size: 15px;
  font-weight: 500;
}

.pointer {
  position: absolute;
  left: 0%;
  top: -3%;
  right: 4%;
  bottom: auto;
  z-index: 20;
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dropdown-title {
  margin-bottom: 2px;
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-size: 16px;
}

.nav-link {
  padding-right: 16px;
  padding-left: 16px;
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

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

.nav-link.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

.nav-link.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-weight: 400;
  white-space: nowrap;
}

.nav-link.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #576573;
  white-space: nowrap;
}

.nav-link.dark-blue-contact-us {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  font-family: 'Circular std', sans-serif;
  color: #0f76bc;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

.nav-link.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  font-family: 'Circular std', sans-serif;
  color: #0f76bc;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

.navigation-container-mob-about-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-wrap {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navigation-wrap {
  display: block;
  background-color: #fff;
}

.dropdown-toggle {
  padding-right: 16px;
  padding-left: 16px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Circular std book', sans-serif;
  color: #5e727d;
  font-weight: 400;
}

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

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

.primary-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  padding: 20px 26px;
  -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: 100px;
  background-color: #fff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.07);
  font-family: 'Circular std book', sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.section-title {
  display: block;
  background-color: #fff;
}

.hero {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 40px 20px 450px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/fdfgfdgfddfgdfg-min.png');
  background-position: 50% 50%;
  background-size: cover;
  font-family: 'Circular std book', sans-serif;
  color: #ff0060;
  text-align: center;
}

.h2 {
  margin-bottom: 14px;
}

.h2.white {
  background-color: transparent;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}

.text-span {
  color: #0f76bc;
}

.standard-paragraph {
  margin-bottom: 0px;
  color: rgba(86, 96, 115, 0.7);
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0px;
}

.standard-paragraph.center {
  display: block;
  max-width: 650px;
  text-align: center;
}

.standard-paragraph.center.white {
  font-family: 'Circular std book', sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

.standard-paragraph.center.white.subtitles {
  text-align: center;
}

.hero1 {
  position: relative;
  z-index: 5;
  display: none;
  width: auto;
  height: auto;
  padding: 100px 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #ff0060;
  text-align: center;
}

.column {
  overflow: visible;
  padding: 40px 10px 40px 20px;
  text-align: left;
}

.heading {
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 45px;
  text-align: left;
}

.paragraph-2 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: 'Circular std book', sans-serif;
  color: #41515f;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
}

.section-platfor {
  position: relative;
  display: block;
  width: 100%;
  min-height: 400px;
  -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;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-platfor.card-div {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0px;
}

.section-platfor.card-div.section-platform {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
}

.card_base {
  position: relative;
  width: 100%;
  min-height: 265px;
  margin-bottom: 35px;
  padding: 40px 25px 0px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 4px 3px 12px 1px rgba(58, 58, 58, 0.14);
  color: #000;
}

.card_base:hover {
  box-shadow: 6px 6px 20px 7px rgba(58, 58, 58, 0.14);
}

.icon_wrap {
  overflow: hidden;
}

.h1_features-2 {
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 27px;
}

.paragraph-3 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Circular std book', sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 43px;
}

.text_features {
  font-family: 'Circular std book', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.text_features.text_features-1 {
  min-height: 70px;
}

.p-m {
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.hero-lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ff0060;
  font-weight: 600;
}

.hero-lightbox-link.wtf-section {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #3b465c;
  font-style: normal;
  text-decoration: none;
}

.stick-heading {
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
  margin-top: 10vh;
  margin-bottom: 30vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-xl-3 {
  position: relative;
  margin-top: 40vh;
  margin-bottom: 40px;
  color: #fff;
  font-size: 4rem;
  line-height: 1.5;
}

.request-divider {
  width: 30%;
  height: 5px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #fff;
  color: #fff;
}

.heading-xl {
  font-size: 5vw;
  line-height: 1.2;
  font-weight: 600;
}

.heading-xl.move-it {
  margin-top: 300px;
  font-size: 45px;
}

.heading-xl.move-it.heading-sub {
  font-size: 25px;
  line-height: 1.2;
}

.heading-xl.move-it {
  margin-top: 100px;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 32px;
  font-weight: 700;
}

.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5vw;
  -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;
}

.col.about-title-col {
  position: relative;
  z-index: 2;
  display: block;
  padding-top: 2vw;
  padding-bottom: 2vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #bfb5d8;
  background-image: url('../images/Frame-13.png');
  background-position: 0px 0px;
  background-size: cover;
  color: #3b465c;
}

.col.about-dscp-copy {
  padding-top: 0vw;
  padding-bottom: 2vw;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #0f76bc;
  color: #bfb5d8;
}

.text-span-5 {
  color: #828c9b;
  font-size: 48px;
}

.text-span-4 {
  font-family: 'Circular std book', sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
}

.whatitdoes-back-2 {
  position: absolute;
  left: 0vw;
  top: 0vw;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100vh;
  background-color: #ebf0f6;
  -webkit-transform: translate(-50vw, 0px);
  -ms-transform: translate(-50vw, 0px);
  transform: translate(-50vw, 0px);
}

.text-block-4 {
  font-family: 'Circular std book', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  text-decoration: none;
}

.grid-2-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.stick-container {
  position: fixed;
  top: 0px;
  z-index: 1;
  width: 100%;
}

.text-block-5 {
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-weight: 400;
}

.nav-link-2 {
  padding-right: 16px;
  padding-left: 16px;
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

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

.nav-link-2.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #576573;
  white-space: nowrap;
}

.nav-link-2.dark-blue {
  width: auto;
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.dropdown-toggle-2 {
  padding-right: 16px;
  padding-left: 16px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Circular std book', sans-serif;
  color: #5e727d;
  font-weight: 400;
}

.dropdown-toggle-2:hover {
  color: #1b2d45;
}

.primary-cta-2 {
  display: none;
  margin-left: 16px;
  padding: 20px 26px;
  -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: 100px;
  background-color: #fff;
  box-shadow: 0 5px 12px -3px rgba(0, 0, 0, 0.07);
  text-decoration: none;
}

.image {
  margin-bottom: 10px;
}

.image-2 {
  margin-bottom: 10px;
}

.image-3 {
  margin-bottom: 10px;
}

.section-platform.card-div {
  display: none;
  padding-top: 140px;
  padding-bottom: 100px;
}

.section {
  margin-bottom: 0px;
  padding-top: 0px;
  background-color: #033d6a;
  font-family: 'Circular std book', sans-serif;
}

.section-info {
  display: block;
  margin-bottom: 0px;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #033d6a;
  background-image: url('../images/Group-98.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.heading-3 {
  margin-top: 0px;
  padding-right: 100px;
  padding-left: 100px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 32px;
  text-align: center;
}

.paragraph-4 {
  padding-left: 0px;
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
}

.button {
  position: static;
  top: 0px;
  bottom: 0px;
  display: inline-block;
  padding: 16px 21px;
  border-radius: 25px;
  font-family: 'Circular std book', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.button:hover {
  background-color: #fff;
  color: #0f76bc;
}

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

.column-wrap-reversed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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: 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;
}

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

.content-block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-wrap {
  position: relative;
  max-width: 590px;
}

.title-2 {
  max-width: 500px;
  margin-bottom: 15px;
  color: #484dff;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.title-wrap-left {
  display: block;
  margin-bottom: 35px;
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.service-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 10px 2px rgba(87, 101, 115, 0.4);
}

.service-icon {
  width: 50px;
  margin-bottom: 20px;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: 'Circular std', sans-serif;
  color: #0f76bc;
  font-size: 20px;
  text-align: left;
}

.button-2 {
  margin-right: 15px;
  padding: 18px 35px;
  border-radius: 45px;
  background-color: #484dff;
  font-size: 16px;
}

.button-2.button-space {
  margin-top: 25px;
}

.paragraph-5 {
  max-width: none;
  min-height: 80px;
  font-family: 'Circular std book', sans-serif;
  color: #41515f;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
}

.button-default {
  padding: 18px 35px;
  border-radius: 50px;
  background-color: #484dff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
}

.button-default:hover {
  background-color: #343af0;
}

.service-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -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: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.section-content {
  display: none;
  padding: 100px 10% 40px;
  -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;
  font-family: 'Circular std', sans-serif;
}

.card-content-wrap {
  min-height: 360px;
  margin-bottom: 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;
  color: #6b539a;
  text-align: center;
}

.content-block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 40px 10px;
  -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;
}

.image-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  min-height: 350px;
  padding: 30px;
  -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;
}

.text-span-6 {
  color: #484dff;
}

.column-3 {
  width: 33%;
  padding: 10px;
}

.paragraph {
  max-width: 100%;
  font-family: 'Circular std book', sans-serif;
  color: #546681;
  font-size: 18px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

.image-4 {
  min-height: 0px;
  margin-bottom: 0px;
}

.title-card {
  text-align: left;
}

.title-event {
  min-height: 57px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Circular std', sans-serif;
  color: #162a37;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  text-align: left;
}

.category-event {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  color: #0f76bc;
  font-size: 20px;
  text-align: left;
}

.image-event {
  width: 100%;
  min-height: 220px;
}

.date-event {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  color: #2b3d4b;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.time-event {
  margin-bottom: 0px;
  font-family: 'Circular std book', sans-serif;
  color: #2b3d4b;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.container-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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/Group-99.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
  font-family: 'Circular std book', sans-serif;
  color: #000;
}

.div-block-2 {
  padding: 59px 55px;
  border-radius: 10px;
  background-image: linear-gradient(182deg, #1076bb, #04518d);
  box-shadow: 5px 5px 11px -3px rgba(2, 31, 53, 0.5);
  text-align: left;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 32px;
  padding: 0px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  line-height: 1.3;
  font-weight: 700;
}

.paragraph-6 {
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
}

.button-3 {
  margin-top: 20px;
  padding: 15px 21px;
  border-radius: 25px;
  background-color: #fff;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

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

.heading-6 {
  font-family: 'Circular std', sans-serif;
  font-weight: 700;
}

.paragraph-7 {
  padding-right: 60px;
  font-family: 'Circular std book', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.button-4 {
  margin-top: 20px;
  padding: 15px 21px;
  border-radius: 25px;
  background-color: #0f76bc;
  font-family: 'Circular std', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

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

.gradient-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  height: 130px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), color-stop(0%, #f6fcff), color-stop(0, #f6fcff), to(rgba(246, 252, 255, 0)));
  background-image: linear-gradient(180deg, #f7f7f7, #f6fcff 0%, #f6fcff 0, rgba(246, 252, 255, 0));
}

.banner-text-wrapper {
  position: relative;
  z-index: 20;
}

.bottom-section {
  position: relative;
  display: none;
  padding: 100px 3%;
  background-color: #2b3d4b;
}

.submit-button {
  display: inline-block;
  width: 100%;
  margin-top: 12px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 5px;
  background-color: #0f76bc;
  font-family: 'Circular std', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  min-height: 285px;
  margin: 160px auto;
  padding-right: 80px;
  padding-left: 80px;
  -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-radius: 15px;
  background-color: #fff;
  background-image: url('../images/CTA-Shapes2x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 32px 64px 0 rgba(14, 86, 124, 0.16);
}

.faq-title {
  display: inline-block;
  margin-bottom: 8px;
  color: #1b2d45;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.cta-header {
  display: inline-block;
  margin-bottom: 8px;
  color: #1b2d45;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
}

.paragraph-basic {
  margin-bottom: 0px;
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
}

.paragraph-basic._40-bottom-padding {
  margin-bottom: 18px;
}

.banner-button {
  position: relative;
  padding: 20px;
  border-radius: 500px;
  background-color: #37def5;
  font-size: 16px;
  font-weight: 500;
}

.grid-faq {
  width: 110%;
  margin-top: 0px;
  margin-left: 100px;
  justify-items: stretch;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 60px;
  grid-row-gap: 49px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer-grid {
  grid-column-gap: 60px;
  -ms-grid-columns: 0.6fr 0.4fr 0.4fr 1fr;
  grid-template-columns: 0.6fr 0.4fr 0.4fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-title {
  display: inline-block;
  margin-bottom: 25px;
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.input-field {
  padding: 25px 10px 25px 60px;
  border: 0px none #000;
  background-image: url('../images/mail-icon.svg');
  background-position: 10% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: 0 33px 84px 0 rgba(14, 86, 124, 0.16);
  font-size: 16px;
  line-height: 20px;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  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;
}

.flex-container.horizontal {
  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: 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;
}

.form {
  font-family: 'Circular std book', sans-serif;
  font-weight: 400;
}

.div-block-3 {
  margin-top: 20px;
}

.heading-7 {
  margin-top: 40px;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 45px;
  line-height: 52px;
  font-weight: 700;
  text-decoration: none;
}

.text-span-7 {
  min-width: 32%;
  margin-left: 10px;
  color: #0f76bc;
}

.paragraph-8 {
  max-width: 90%;
  padding-right: 100px;
  padding-left: 100px;
  font-family: 'Circular std book', sans-serif;
  color: #41515f;
  font-size: 20px;
  line-height: 1.4;
}

.div-block-4 {
  margin-top: 15px;
  padding-right: 10px;
  padding-left: 10px;
}

.img-event {
  width: 100%;
}

.text-span-8 {
  color: #0f76bc;
}

.hero-copy {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 50px 20px 450px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/Frame-20-min.png');
  background-position: 50% 50%;
  background-size: cover;
  font-family: 'Circular std book', sans-serif;
  color: #ff0060;
  text-align: center;
}

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

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.heading-8 {
  font-weight: 700;
}

.social-media-grid {
  margin-bottom: 140px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto 30px auto;
  grid-template-areas: ". . . ."
    ". . . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grayscalehover {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  text-align: center;
}

.grayscalehover:hover {
  -webkit-filter: none;
  filter: none;
}

.section-3 {
  display: none;
  padding: 60px 20px;
}

.collection-item-2 {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.image-logo {
  overflow: visible;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.statistic-circle-wrap-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  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;
}

.faq-section-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 0px 5%;
  -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: #0f76bc;
  font-family: 'Circular std book', sans-serif;
}

.circle-div-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 250px;
  max-width: 250px;
  min-height: 250px;
  min-width: 250px;
  -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: 1000px;
  background-color: transparent;
}

.counterup-copy {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 52px;
  line-height: 52px;
  font-weight: 700;
}

.title-capped-copy {
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-primary-copy {
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #1a3066;
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.heading-primary-copy.h3-centre {
  max-width: 700px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 45px;
  text-align: center;
}

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

.div-testimony-nt {
  margin-right: 10px;
  margin-left: 10px;
  padding: 34px 24px;
  background-color: #033d6a;
}

.testimony-nt {
  margin-bottom: 40px;
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.position-nt {
  margin-left: 60px;
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.customer-name-nt {
  margin-left: 60px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.heading-9 {
  margin-top: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 40px;
}

.image-6 {
  margin-bottom: 20px;
}

.paragraph-10 {
  font-family: 'Circular std book', sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
}

.image-7 {
  max-width: 60%;
  margin-top: 5px;
}

.div-notheadline {
  margin-top: 40px;
  margin-bottom: 0px;
  padding: 40px 20px;
  background-color: #eaf0f6;
}

.div-notheadline.div-sidejobs {
  display: none;
}

.heading-10 {
  margin-top: 0px;
  font-size: 22px;
  line-height: 1.3;
}

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

.navigation-container-customer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.heading-7-copy {
  max-width: 70%;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 45px;
  line-height: 48px;
  font-weight: 700;
}

.paragraph-8-copy {
  font-family: 'Circular std book', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.4;
}

.img-notheadline {
  max-width: 70%;
  margin-top: 5px;
  margin-bottom: 20px;
}

.title-notheadline {
  min-height: 75px;
  margin-top: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.title-notheadline.title-notheadline-copy {
  min-height: 100px;
}

.title-notheadline.title-notheadline-copy {
  min-height: auto;
  text-align: left;
}

.title-notheadline.title-notheadline-copy-copy {
  min-height: auto;
  text-align: left;
}

.title-notheadline.title-notheadline-copy-copy {
  min-height: auto;
  text-align: left;
}

.title-notheadline.title-notheadline-copy-copy {
  min-height: 100px;
}

.shortdesc-notheadline {
  min-height: 100px;
  margin-bottom: 20px;
  font-family: 'Circular std book', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

.shortdesc-notheadline.shortdesc-notheadline-copy {
  min-height: 185px;
  text-align: left;
}

.shortdesc-notheadline.shortdesc-notheadline-copy {
  min-height: auto;
  text-align: left;
}

.img-logo-headline {
  display: inline-block;
  max-width: 100%;
  text-align: left;
}

.title-headline {
  margin-top: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 32px;
  line-height: 36px;
  text-align: left;
}

.shortdesc-headline {
  width: 100%;
  margin-bottom: 40px;
  font-family: 'Circular std book', sans-serif;
  font-size: 18px;
  line-height: 23px;
  text-align: left;
}

.d {
  background-color: #fce153;
}

.div-testimony-sj {
  margin-right: 10px;
  margin-left: 10px;
  padding: 34px 24px;
  background-color: #fce153;
}

.testimony-sj {
  margin-bottom: 40px;
  font-family: 'Circular std book', sans-serif;
  color: #001623;
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
}

.customer-name-sj {
  margin-left: 140px;
  font-family: 'Circular std book', sans-serif;
  color: #41515f;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.position-sj {
  margin-left: 100px;
  font-family: 'Circular std book', sans-serif;
  color: #41515f;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.list-item {
  font-family: 'Circular std book', sans-serif;
}

.list {
  margin-top: 10px;
  font-size: 24px;
}

.text-block-6 {
  margin-bottom: 10px;
  font-family: 'Circular std', sans-serif;
  color: #2b3d4b;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-11 {
  font-family: 'Circular std book', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

.image-customer-desktop {
  display: none;
}

.container-4 {
  margin-top: 30px;
  margin-bottom: 150px;
}

.grayscalehover-partnership {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  text-align: center;
}

.grayscalehover-partnership:hover {
  -webkit-filter: none;
  filter: none;
}

.button-try {
  margin-top: 10px;
  margin-left: 40px;
  padding: 15px 25px;
  border-radius: 25px;
  background-color: #0f76bc;
  box-shadow: 2px 2px 9px 1px rgba(2, 31, 53, 0.25);
  color: #fff;
}

.button-try:hover {
  background-color: #01518b;
}

.section-5 {
  display: none;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/Group-98.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.card-joinevent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -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: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.container-5 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 45px;
  text-align: center;
}

.column-7 {
  padding-right: 60px;
}

.column-8 {
  padding-right: 60px;
}

.column-9 {
  padding-right: 60px;
}

.navigation-container-mob-customer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  margin-right: 4px;
  padding-left: 0px;
  color: #1076bb;
  text-align: left;
  text-decoration: none;
}

.div-block-5 {
  margin-top: 20px;
  text-align: left;
}

.link-joinourevent {
  font-family: 'Circular std book', sans-serif;
  color: #0f76bc;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.link-register {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.container-6 {
  min-height: 100%;
  text-decoration: none;
}

.link-company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  text-decoration: none;
}

.link-privacy-policy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left;
  text-decoration: none;
}

.div-header-case-study {
  text-align: left;
}

.column-10 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
}

.container-7 {
  padding: 40px;
}

.text-block-7 {
  font-family: 'Circular std', sans-serif;
  color: #576573;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.heading-12 {
  font-family: 'Circular std', sans-serif;
  font-size: 35px;
  line-height: 42px;
  font-weight: 700;
}

.image-9 {
  max-width: 80%;
}

.navigation-container-case-study {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.heading-13 {
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  text-transform: capitalize;
}

.content4-headline-wrap {
  position: relative;
  width: 720px;
}

.column-11 {
  position: static;
  padding: 0px;
  border-radius: 20px;
  text-align: center;
}

.image-10 {
  margin-bottom: 16px;
  padding: 24px;
  border-radius: 0px;
  background-color: rgba(213, 255, 223, 0);
  opacity: 1;
  text-align: center;
}

.image-10.image-7 {
  background-color: transparent;
  opacity: 1;
}

.image-10.image-6 {
  background-color: rgba(222, 213, 254, 0);
  opacity: 1;
}

.columns-2 {
  display: block;
}

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

.wrapper.m0-50 {
  padding: 51px 36px 50px;
  background-color: #eaf0f6;
}

.wrapper.m100 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.wrapper.m0-100 {
  padding-top: 0px;
  padding-bottom: 100px;
}

.bold-text-3 {
  padding-left: 10px;
  font-size: 12px;
  font-weight: 500;
}

.heading-14 {
  margin-top: -50px;
  margin-right: -40px;
  margin-bottom: 0px;
  opacity: 0.16;
  font-family: Montserrat, sans-serif;
  color: #00e8eb;
  font-size: 70px;
  font-weight: 700;
  text-align: right;
}

.text-block-8 {
  font-weight: 300;
  text-align: center;
}

.size1-text {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 44px;
  line-height: 52px;
  font-weight: 300;
  white-space: normal;
}

.size1-text.size1-top-clear {
  margin-top: 0px;
  padding-left: 10px;
  font-size: 40px;
  text-transform: capitalize;
}

.section-6 {
  padding-right: 36px;
  padding-left: 36px;
  -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;
  color: #364469;
}

.div-block-14 {
  min-height: 350px;
  margin: 16px;
  padding: 40px;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.06);
}

.div-block-14:hover {
  width: auto;
  background-color: #f5f5f5;
  color: #000;
  font-weight: 300;
}

.home1-deco-part {
  height: 360px;
}

.div-second-column {
  margin-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-second-column.no-margin {
  margin-right: 0px;
}

.div-white-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-white-content.div-introduction {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content.div-challenge {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content.div-nusatalenthelp {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-link {
  display: inline-block;
  border-bottom: 3px solid #e0e0e0;
  -webkit-transition: all 300ms cubic-bezier(.23, 1, .32, 1);
  transition: all 300ms cubic-bezier(.23, 1, .32, 1);
}

.text-link:hover {
  border-bottom-color: transparent;
  -webkit-transform: skew(0deg, 3deg);
  -ms-transform: skew(0deg, 3deg);
  transform: skew(0deg, 3deg);
  color: #5b1ed6;
}

.text-link:active {
  opacity: 0.7;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}

.text-link.bold {
  font-weight: 700;
}

.text-link.bold:hover {
  border-bottom-color: hsla(0, 0%, 87.8%, 0);
}

.text-link.bold._24px:hover {
  -webkit-transform: skew(3deg, 3deg);
  -ms-transform: skew(3deg, 3deg);
  transform: skew(3deg, 3deg);
}

.div-block-16 {
  max-width: 750px;
}

.body-regular {
  margin-bottom: 30px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-family: 'Circular std book', sans-serif;
  color: #1a1229;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.div-13 {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-top: 10px;
  margin-right: 40px;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 6px solid #1076bb;
}

.section-white-margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0px 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.heading-15 {
  display: block;
  margin-top: 16px;
  color: #5b1ed6;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.heading-15.no-margin {
  margin-bottom: 0px;
  font-family: 'Droid Sans', sans-serif;
  color: #1076bb;
  text-align: left;
  letter-spacing: -0.6px;
}

.body-regular-end {
  display: block;
  margin-bottom: -5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  color: #1a1229;
}

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

.section-white.divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
}

.section-white.divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
}

.div-13-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 105px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13%;
  margin-top: 10px;
  margin-right: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 6px solid #5b1ed6;
}

.section-7 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.parallax-kwiekiangie {
  height: 360px;
  background-image: url('../images/bg-kwikkiangie.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

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

.section-blue.divider {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #eaf0f6;
}

.button-5 {
  padding: 12px 24px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.2px;
  text-decoration: none;
}

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

.button-5.pink-button {
  background-color: #c63882;
}

.button-5.pink-button:hover {
  background-color: #000;
}

.content-wrap-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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tool-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 32px;
  -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;
  border: 1px solid #dbdde6;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

.tool-wrap:hover {
  border-color: #c6c9d4;
  box-shadow: 0 10px 30px 0 rgba(206, 209, 224, 0.25);
}

.tool-wrap.banner-wrap {
  padding: 40px;
  -webkit-transition: border-color 300ms ease, box-shadow 300ms ease;
  transition: border-color 300ms ease, box-shadow 300ms ease;
}

.banner-note-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-headline {
  max-width: 510px;
  margin-bottom: 20px;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: -0.6px;
}

.banner-logo {
  height: 16px;
  margin-top: 3px;
}

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

.container-8.section-11 {
  padding: 60px 40px 180px;
  background-image: none;
}

.color-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  margin-right: 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;
  font-size: 16px;
  font-weight: 500;
}

.color-icon.add-tool-icon {
  border-style: solid;
  border-width: 1px;
  border-color: #dbdde6;
}

.color-icon.add-tool-icon:hover {
  border-color: #c6c9d4;
}

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

.label {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.category-image-strip {
  position: absolute;
  left: 32px;
  top: -1px;
  right: auto;
  bottom: auto;
  width: 70px;
  height: 4px;
  background-color: #3563f4;
}

.category-image-strip.banner-strip {
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: auto;
  width: auto;
  background-color: #c63882;
}

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

.banner-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-right: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #f6f6f6;
}

.category-text {
  color: #000;
  font-weight: 500;
}

.collection-item-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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 30px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 5px;
}

.section-8 {
  padding-right: 30px;
  padding-left: 30px;
}

.section-8.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-8.content.homepage {
  background-color: #eaf0f6;
}

.image-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.arrow-4 {
  display: block;
}

.empty-message {
  font-size: 16px;
  line-height: 30px;
}

.header-note-text {
  margin-right: 4px;
  color: #000;
  font-size: 14px;
  line-height: 30px;
}

.category-block {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  text-decoration: none;
}

.category-block:hover {
  opacity: 0.85;
}

.category-block.w--current {
  opacity: 1;
}

.category-block.all-products {
  margin-top: 28px;
  opacity: 1;
}

.category-block.all-products:hover {
  opacity: 0.85;
}

.category-block.all-products.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.category-block.add-more {
  margin-top: 20px;
  opacity: 1;
}

.category-block.add-more:hover {
  opacity: 0.8;
}

.empty-state {
  margin-bottom: 30px;
  padding: 24px 30px;
  background-color: #f8f8fa;
}

.sidebar {
  width: 260px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.banner-content-wrap {
  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;
}

.tool {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -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;
}

.tool-icon {
  width: 0px;
  height: 0px;
  margin-bottom: 24px;
  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;
}

.tool-name {
  min-height: 65px;
  margin-bottom: 8px;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -0.4px;
}

.tool-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  margin-bottom: 24px;
  -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;
}

.image-12 {
  display: inline-block;
  max-width: none;
  margin-bottom: 10px;
  text-align: left;
}

.div-block-17 {
  padding-bottom: 0px;
  text-align: left;
}

.paragraph-12 {
  min-height: 200px;
  font-family: 'Circular std book', sans-serif;
  color: #41515f;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.heading-16 {
  position: static;
  margin-top: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 42px;
  line-height: 44px;
  text-align: left;
}

.section-white-copy {
  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-white-copy.divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
}

.section-white-copy {
  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-white-copy.divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
}

.section-white-copy.divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
}

.section-white-copy-copy {
  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-white-copy-copy.divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
}

.section-white-copy-copy.divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
}

.arrow-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.rich-text-block {
  font-family: 'Circular std book', sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
}

.rich-text-block-2 {
  font-family: 'Circular std book', sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
}

.rich-text-block-3 {
  font-family: 'Circular std book', sans-serif;
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  text-align: left;
}

.primary-cta-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-left: 0px;
  padding: 14px 32px;
  -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: 100px;
  background-color: #fff;
  box-shadow: 0 4px 12px 1px rgba(0, 0, 0, 0.07);
  text-align: left;
  text-decoration: none;
}

.section-9 {
  min-height: 360px;
  padding: 80px 80px 60px;
  background-color: transparent;
  background-image: url('../images/iPad-Pro-11_---2.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.heading-17 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 48px;
  font-weight: 700;
}

.button-getfreetrial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 55%;
  margin-top: 0px;
  margin-left: 0px;
  padding: 16px 32px;
  -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: 100px;
  background-color: #fff;
  box-shadow: 0 4px 12px 1px rgba(0, 0, 0, 0.07);
  text-align: left;
  text-decoration: none;
}

.column-12 {
  padding-top: 10px;
}

.arrow-6 {
  width: 15px;
}

.text-block-9 {
  margin-top: 10px;
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.navigation-container-case-study-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.navigation-container-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.error-message {
  margin-top: 24px;
  padding: 16px;
  background-color: #fff;
  color: #101010;
}

.footer-grid-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5%;
  margin-bottom: 41px;
  -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;
}

.main-heading {
  margin-top: 0px;
  margin-bottom: 22px;
  font-size: 36px;
  line-height: 0.8em;
  font-weight: 800;
}

.top-line {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1px;
  margin-bottom: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #000;
  direction: rtl;
}

.scroll-down-line-bg {
  position: absolute;
  left: 6px;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 1px;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.35);
}

.arrow-right-2 {
  position: relative;
  right: 3px;
  width: 30px;
  height: 3px;
  border-radius: 1px;
  background-color: #b3b3b3;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.arrow-right-2.white-back {
  background-color: #fff;
}

.page-wrap {
  position: relative;
  height: 100%;
}

.arrow-line {
  width: 15px;
  height: 1px;
  background-color: #fff;
}

.hero-preheader {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 3vw;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 8px rgba(16, 16, 16, 0.3);
}

.accordion-text-3 {
  color: #dadada;
  font-size: 0.9rem;
  line-height: 1.7em;
  font-weight: 300;
}

.text-arrow-wrap-absolute {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 4%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-slide-title {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  color: hsla(0, 0%, 100%, 0);
  font-size: 9vw;
  line-height: 9vw;
  font-weight: 700;
  text-align: left;
  letter-spacing: normal;
  white-space: normal;
}

.hero-slide-title.mobile {
  display: none;
}

.scroll-down-line-wrapper-2 {
  position: relative;
  overflow: hidden;
  width: 13px;
  height: 100%;
  min-height: 48px;
  border-bottom-style: none;
}

.accordion-question-header-3 {
  width: 80%;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 36px;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: 500;
}

.outlined-btn {
  margin-top: 16px;
  margin-right: 16px;
  padding: 8px 24px;
  border: 1px solid #fff;
  border-radius: 0px;
  background-color: #101010;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
  -webkit-transition: color 600ms cubic-bezier(.23, 1, .32, 1), background-color 600ms cubic-bezier(.23, 1, .32, 1);
  transition: color 600ms cubic-bezier(.23, 1, .32, 1), background-color 600ms cubic-bezier(.23, 1, .32, 1);
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.6px;
  text-decoration: none;
  text-transform: uppercase;
}

.outlined-btn:hover {
  background-color: #fff;
  color: #101010;
}

.arrow-left-2 {
  position: relative;
  left: 3px;
  width: 30px;
  height: 3px;
  border-radius: 1px;
  background-color: #b3b3b3;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow-left-2.white-back {
  background-color: #fff;
}

.project-services-wrapper {
  margin-top: 8px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.accordion-tab-button-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  min-height: 70px;
  padding-top: 11px;
  padding-bottom: 11px;
  -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: 10px;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
}

.accordion-tab-button-dark:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.arrow-div-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 70px;
  -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;
}

.block-about-image {
  position: relative;
}

.contact-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
}

.accordion-item-wrapper-white-3 {
  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;
  border-radius: 2px;
  background-color: #242424;
  box-shadow: 2px 2px 25px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.accordion-item-wrapper-white-3:hover {
  box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, 0.2);
}

.half-div {
  width: 50%;
}

.half-div.mobile-full {
  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;
}

.project-hero-section {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  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;
  background-color: #101010;
  background-image: url('../images/photo-1554224154-26032ffc0d07.jpeg');
  background-position: 0px 0px;
  background-size: 125px;
}

.intro-image {
  position: relative;
  z-index: 1;
  width: 100%;
  opacity: 0.2;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-image {
  width: 90%;
  -webkit-filter: none;
  filter: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-2 {
  width: 100%;
  max-width: 1300px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
}

.top-line-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #000;
}

.arrow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 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;
}

.arrow-wrapper.down {
  margin-right: 13px;
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.contact-form {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 4vw;
  line-height: 5vw;
  font-weight: 500;
  text-shadow: 0 0 16px rgba(16, 16, 16, 0.3);
}

.answers-title {
  margin-top: 0px;
  margin-bottom: 35px;
  color: #fff;
  font-size: 4vw;
  line-height: 5vw;
  font-weight: 500;
  text-shadow: 0 0 16px rgba(16, 16, 16, 0.3);
}

.block-name {
  position: absolute;
  left: 15px;
  top: 363px;
  right: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -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-all {
  position: relative;
  z-index: 1;
  padding: 11% 10%;
  background-color: #101010;
}

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

.section-all.center.top {
  z-index: 1000;
  display: block;
  padding: 120px 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.section-all.about {
  z-index: 1000;
  padding: 7%;
  background-color: transparent;
  background-image: url('../images/Group-111.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #e4e4e4;
}

.section-all.q-a {
  padding-right: 20%;
  padding-left: 20%;
}

.section-all.space-for-hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin-top: 100vh;
  padding-top: 140px;
  padding-bottom: 140px;
  padding-left: 10%;
  -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;
  background-color: #0d2436;
}

.name {
  position: relative;
  z-index: 50;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #4b3fff;
  -webkit-transform: translate3d(0px, 0px, 80px) rotate(-90deg);
  transform: translate3d(0px, 0px, 80px) rotate(-90deg);
  color: #fff;
  font-size: 65px;
  line-height: 1em;
  font-weight: 400;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.project-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 4vw;
  line-height: 5vw;
  font-weight: 500;
  text-shadow: 0 0 16px rgba(16, 16, 16, 0.3);
}

.footer-header {
  margin-right: 25px;
  color: #d6d6d6;
  font-size: 16px;
  font-weight: 600;
}

.field-label-2 {
  margin-bottom: 0px;
}

.paragraph-text-2 {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 2em;
  font-weight: 200;
  letter-spacing: 1px;
}

.featured-work-bg-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  overflow: hidden;
  background-color: #101010;
  background-image: url('../images/Group-934.png');
  background-position: 50% 0%;
  background-size: cover;
}

.button-text {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
}

.button-text:hover {
  opacity: 0.5;
}

.button-text.lowercase {
  text-transform: lowercase;
}

.button-text.big {
  margin-bottom: 4px;
  font-size: 1.2em;
  font-weight: 600;
}

.button-text.services {
  color: #fff;
}

.experience-title-wrap {
  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;
}

.success-message {
  border: 1px solid #fff;
  background-color: transparent;
}

.hero-title-wrapper {
  position: absolute;
  left: 33.3334%;
  -webkit-transform: translate(-33.3334%, 0px);
  -ms-transform: translate(-33.3334%, 0px);
  transform: translate(-33.3334%, 0px);
}

.hero-title-wrapper.project-page {
  position: relative;
  left: 0%;
  z-index: 2;
  display: inline-block;
  margin-top: 140px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.accordion-pane-2 {
  overflow: hidden;
  width: 50vw;
  background-color: transparent;
}

.arrow-triangle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0px;
  height: 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;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  border-left: 3.5px solid #fff;
  cursor: none;
}

.scroll-down-line {
  position: absolute;
  left: 6px;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.main-footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20vh;
  padding-top: 2%;
  padding-bottom: 2%;
  -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: #545aff;
}

.right-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10%;
  -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;
}

.text-field {
  margin-bottom: 48px;
  padding: 4px 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.3);
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
}

.text-field:active {
  border-bottom-color: #fff;
}

.text-field:focus {
  border-bottom-color: #fff;
}

.text-field::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.3);
}

.text-field:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.3);
}

.text-field::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.3);
}

.text-field::placeholder {
  color: hsla(0, 0%, 100%, 0.3);
}

.text-field.min-height {
  min-height: 120px;
  border-radius: 0px;
}

.intro-paragraph {
  position: relative;
  z-index: 5;
  width: 100%;
  margin-top: 5.5%;
  margin-bottom: 15px;
  color: #fff;
  font-size: 1.1em;
  line-height: 2em;
  font-weight: 400;
  letter-spacing: 0.6px;
}

.intro-text-large {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 4vw;
  line-height: 5vw;
  font-weight: 500;
  text-shadow: 0 0 16px rgba(16, 16, 16, 0.3);
}

.intro-button {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -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;
}

.scroll-down-wrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  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;
}

.footer-copyright-text {
  margin-top: 7px;
  margin-bottom: 0px;
  color: #fff;
}

.underline-button-wrap {
  position: relative;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  color: #000;
  text-decoration: none;
}

.minim-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  text-decoration: none;
}

.minim-link:hover {
  opacity: 0.57;
}

.subheader {
  margin-top: 0px;
  margin-bottom: 22px;
  line-height: 0.8em;
}

.subheader.title {
  margin-bottom: 12px;
  font-size: 1rem;
  font-weight: 600;
}

.caps-text {
  display: inline-block;
  margin-right: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  -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;
  color: #fff;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: uppercase;
}

.caps-text.small {
  margin-right: 24px;
  font-size: 12px;
  line-height: 18px;
}

.bottom-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 1px;
  margin-bottom: -2px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 5px;
  background-color: #000;
}

.hero-title-wrap {
  position: relative;
  z-index: 5;
  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;
  color: #fff;
  text-decoration: none;
}

.hero-title-wrap.load-animation {
  -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;
}

.accordion-pane-content {
  margin-bottom: 5px;
  padding: 0px 25px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.arrow-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-right: 29px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.experience-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -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;
}

.experience-wrap.first {
  margin-top: 10px;
  margin-bottom: 24px;
}

.underline-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -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;
}

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

.service-wrap {
  display: block;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.featured-work-backdrop {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: #101010;
  opacity: 0.9;
}

.featured-work-backdrop.load-animation {
  z-index: 0;
  background-color: #fff;
  opacity: 0.71;
}

.muted-text {
  display: inline-block;
  -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;
  color: #888;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: uppercase;
}

.muted-text.experience {
  text-transform: capitalize;
}

.project-hero-section-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  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;
  background-color: #101010;
}

.heading-18 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 42px;
}

.section-all-copy {
  position: relative;
  z-index: 1;
  padding: 11% 10%;
  background-color: #101010;
}

.section-all-copy.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;
}

.section-all-copy.center.top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-all-copy.about {
  padding: 7%;
  color: #e4e4e4;
}

.section-all-copy.q-a {
  padding-right: 20%;
  padding-left: 20%;
}

.section-all-copy.space-for-hero-section {
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin-top: 100vh;
  padding-top: 140px;
  padding-bottom: 140px;
  padding-left: 10%;
  -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;
  background-color: #0d2436;
}

.heading-19 {
  margin-top: 0px;
  margin-bottom: 50px;
  font-family: 'Circular std', sans-serif;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}

.text-block-10 {
  font-family: 'Circular std book', sans-serif;
  color: #6c7887;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

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

.heading-20 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Circular std', sans-serif;
  color: #162a37;
  font-size: 30px;
  font-weight: 500;
  text-align: left;
}

.main-image {
  display: block;
  height: auto;
  min-height: 124px;
  cursor: pointer;
}

.sub-image {
  display: none;
  height: auto;
  min-height: 124px;
}

.image-13 {
  display: block;
}

.div-team {
  display: block;
  width: 100%;
  cursor: pointer;
}

.collection-item-c {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.text-block-11 {
  margin-top: 25px;
  font-family: 'Circular std', sans-serif;
  color: #6c7887;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
}

.text-block-12 {
  min-height: auto;
  margin-top: 12px;
  font-family: 'Circular std', sans-serif;
  color: #162a37;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
}

.image-14 {
  margin-top: 10px;
}

.div-businessteam {
  margin-top: 100px;
}

.div-producteam {
  margin-top: 100px;
}

.collection-item-business-team {
  display: block;
  min-height: 270px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  float: left;
  text-align: left;
}

.image-15 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tool-wrap-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 32px;
  -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;
  border: 1px solid #dbdde6;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

.tool-wrap-2:hover {
  border-color: #c6c9d4;
  box-shadow: 0 10px 30px 0 rgba(206, 209, 224, 0.25);
}

.heading-21 {
  height: auto;
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-align: left;
}

.text-block-13 {
  display: none;
  margin-top: 10px;
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.paragraph-basic-2 {
  margin-bottom: 0px;
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
}

.paragraph-basic-2._40-bottom-padding {
  margin-bottom: 18px;
}

.div-block-18 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: left;
}

.text-block-14 {
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.15em;
}

.div-13-copy {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-right: 40px;
  margin-bottom: 0px;
  padding: 0px 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 6px none #1076bb;
  border-bottom: 4px none #828c9b;
}

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

.heading-15-copy {
  display: block;
  margin-top: 16px;
  color: #5b1ed6;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.heading-15-copy.no-margin {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Circular std', sans-serif;
  color: #576573;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.text-block-15 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  text-decoration: none;
}

.link-block {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

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

.div-block-16-copy {
  width: 100%;
  max-width: 100%;
}

.div-13-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-top: 10px;
  margin-right: 40px;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 6px solid #1076bb;
}

.div-block-19 {
  max-width: 750px;
}

.div-white-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-20 {
  margin-top: 40px;
  padding-bottom: 10px;
  border-bottom: 3px solid #828c9b;
}

.columns-5 {
  margin-top: 10px;
}

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

.column-16 {
  text-align: left;
}

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

.link-introduction {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  text-align: left;
  text-decoration: none;
}

.link-challenge {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  text-align: left;
  text-decoration: none;
}

.link-customerwant {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  text-decoration: none;
}

.link-dissolving {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  text-decoration: none;
}

.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: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.image-mobile {
  display: none;
}

.button-share {
  position: static;
}

.language-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 0px;
  -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;
  border-style: none;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #484646;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.language-link:hover {
  color: #7735f6;
}

.flag-5 {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 100px;
  background-image: url('../images/sweden.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.langauge-line-base {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 1px;
  background-color: rgba(155, 158, 184, 0.22);
}

.flag-4 {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 100px;
  background-image: url('../images/norway.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.language-toggle {
  padding: 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(155, 158, 184, 0.22);
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #20355a;
}

.language-toggle.w--open {
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-radius: 0px;
}

.langauge-line-break {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 0%;
  height: 1px;
  background-color: #5b3acc;
}

.flag-1 {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 100px;
  background-image: url('../images/united-kingdom.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flag-3 {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 100px;
  background-image: url('../images/france.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.language-list {
  background-color: #d99f9f;
}

.language-list.w--open {
  min-width: 200px;
  padding: 0px;
  border: 0px none transparent;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: transparent;
}

.flag-2 {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 100px;
  background-image: url('../images/denmark.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.dropdown-toggle-3 {
  padding: 0px;
}

.dropdown-list {
  background-color: transparent;
}

.whatsapp {
  display: none;
}

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

.div-joinevent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  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;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.grid-3 {
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-4 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  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;
}

.grid-c {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  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;
}

.grid-business {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  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;
}

.div-member {
  margin-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}

.grid-product {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  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;
}

.hero-slide-title-mobile {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  color: hsla(0, 0%, 100%, 0);
  font-size: 9vw;
  line-height: 9vw;
  font-weight: 700;
  text-align: left;
  letter-spacing: normal;
  white-space: normal;
}

.div-button-desktop {
  margin-top: 10px;
}

.div-button-mobile {
  display: none;
  margin-top: 0px;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

.heading1 {
  font-size: 5rem;
  line-height: 100%;
  font-weight: 800;
  letter-spacing: -5px;
}

.heading1.d-inline.txt-sh1-wht {
  height: auto;
  max-width: 50%;
  min-height: 50px;
  margin-top: 0px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 48px;
  font-weight: 700;
  text-align: left;
  letter-spacing: normal;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.link-block-4 {
  text-decoration: none;
}

.link-block-5 {
  text-decoration: none;
}

.link-block-6 {
  text-decoration: none;
}

.dropdown-toggle-4 {
  padding-right: 16px;
  padding-left: 16px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Circular std book', sans-serif;
  color: #5e727d;
}

.dropdown-toggle-4:hover {
  color: #1b2d45;
}

.text-block-16 {
  font-family: 'Circular std book', sans-serif;
  color: #576573;
}

.text-block-17 {
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-weight: 400;
}

.paragraph-13 {
  font-family: 'Circular std book', sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.button-6 {
  margin-top: 20px;
  padding: 14px 23px;
  border-radius: 25px;
  background-color: #0f76bc;
  box-shadow: 2px 2px 6px 0 rgba(2, 31, 53, 0.25);
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 15px;
}

.div-read-story {
  margin-top: 20px;
}

.button-read-story {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 23px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 23px;
}

.button-read-storyy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 25%;
  margin-top: 0px;
  margin-left: 0px;
  padding: 16px 32px;
  -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: 50px;
  background-color: #0f76bc;
  box-shadow: 3px 3px 7px 0 rgba(2, 31, 53, 0.25);
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.bold-text-4 {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.column-10-copy {
  padding-top: 40px;
  padding-bottom: 60px;
  padding-left: 100px;
}

.section-7-copy {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #eaf0f6;
}

.section-8-copy {
  padding-right: 30px;
  padding-left: 30px;
}

.section-8-copy.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-8-copy.content.homepage {
  background-color: #fff;
}

.grid-3-copy {
  margin-top: 15px;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tool-wrap-2-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 32px;
  -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;
  border: 1px solid #dbdde6;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  cursor: pointer;
}

.tool-wrap-2-copy:hover {
  border-color: #c6c9d4;
  box-shadow: 0 10px 30px 0 rgba(206, 209, 224, 0.25);
}

.tool-name-copy {
  min-height: auto;
  margin-top: 5px;
  margin-bottom: 8px;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.4px;
}

.paragraph-12-copy {
  min-height: auto;
  margin-bottom: 0px;
  font-family: 'Circular std book', sans-serif;
  color: #41515f;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  text-align: left;
}

.section-10 {
  padding: 120px 50px;
  background-color: #eaf0f6;
}

.section-logo {
  margin-bottom: 0px;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #eaf0f6;
}

.heading-3-copy {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 45px;
  text-align: center;
}

.button-loadmore-casestudy-desktop {
  margin-top: 0px;
  padding: 15px 30px;
  border: 1px solid #0f76bc;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 1px 1px 4px 1px rgba(2, 31, 53, 0.25);
  font-family: 'Circular std book', sans-serif;
  color: #0f76bc;
  font-size: 16px;
  font-weight: 400;
}

.button-loadmore-casestudy-desktop:hover {
  background-color: #d8daeb;
}

.div-block-22 {
  display: none;
  margin-top: 40px;
  text-align: center;
}

.hide-div-casestudy {
  display: none;
  margin-top: 15px;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-11 {
  min-height: 0px;
  padding: 20px 30px 220px;
  background-image: url('../images/Frame-171.png');
  background-position: 50% 75%;
  background-size: auto;
  background-repeat: no-repeat;
}

.heading-22 {
  max-width: 40%;
  margin-top: 60px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  text-align: left;
}

.paragraph-14 {
  max-width: 45%;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: 40px;
  font-family: 'Circular std book', sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.div-title-openingjob {
  margin-top: 40px;
}

.div-openingjob {
  padding-right: 30px;
  padding-left: 30px;
}

.div-openingjob.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-openingjob.content.homepage {
  padding: 60px 40px;
  background-color: #f4f7fb;
}

.heading-23 {
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: 'Circular std', sans-serif;
  font-size: 38px;
}

.grid-5 {
  margin-top: 15px;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hide-div-job {
  display: none;
  margin-top: 15px;
  grid-auto-flow: row;
  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;
}

.company {
  padding-left: 9px;
  font-size: 12px;
  line-height: 13px;
}

.heading-24 {
  min-height: 70px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  color: #000;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none;
}

.company-excepts-and-date {
  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;
}

.meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block {
  padding-top: 2px;
  padding-left: 12px;
  float: left;
  font-family: 'Circular std book', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pill {
  display: inline-block;
  margin-bottom: 5px;
  padding: 6px 20px 6px 7px;
  border-radius: 50px;
  background-color: #d8f5ed;
}

.pill.pill-orange {
  background-color: #f1d4b7;
}

.pill.pill-blue {
  background-color: #d5e9fa;
}

.pill.pill-yellow {
  background-color: #fef3ba;
}

.pill.pill-blue {
  background-color: #d6eeff;
}

.job-item {
  max-width: 100%;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  text-align: left;
}

.job-item:hover {
  box-shadow: 0 1px 28px 0 rgba(147, 155, 180, 0.23);
}

.timeing {
  margin-top: 0px;
  margin-left: 8px;
  color: #6c7887;
  font-size: 14px;
  line-height: 13px;
  font-weight: 300;
}

.time {
  padding-left: 7px;
  color: #939bb4;
  font-size: 12px;
  line-height: 13px;
}

.div-block-23 {
  width: 20px;
}

.div-block-24 {
  height: 50px;
}

.div-block-25 {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0px;
  float: left;
  clear: none;
  border-radius: 50px;
  background-color: #00c48c;
}

.div-block-25.yellow {
  background-color: #f59331;
}

.div-block-25.blue {
  background-color: #0084f4;
}

.meta-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.heading-25 {
  min-height: 70px;
  margin-bottom: 0px;
  font-family: 'Circular std book', sans-serif;
  color: #142649;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
}

.meta-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-18 {
  padding-top: 2px;
  padding-left: 12px;
  float: left;
  font-family: 'Circular std book', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.bluee {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0px;
  float: left;
  clear: none;
  border-radius: 50px;
  background-color: #0f76bc;
}

.bluee.yellow {
  background-color: #f59331;
}

.bluee.blue {
  background-color: #0084f4;
}

.yelloww {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0px;
  float: left;
  clear: none;
  border-radius: 50px;
  background-color: #fce153;
}

.yelloww.yellow {
  background-color: #f59331;
}

.yelloww.blue {
  background-color: #fce153;
}

.button-loadmore-job-desktop {
  margin-top: 0px;
  padding: 15px 30px;
  border: 1px none #0f76bc;
  border-radius: 25px;
  background-color: #0f76bc;
  box-shadow: 1px 1px 4px 1px rgba(2, 31, 53, 0.25);
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.button-loadmore-job-desktop:hover {
  border-style: none;
  background-color: #01518b;
}

.grid-5-copy {
  margin-top: 15px;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.link-job {
  text-decoration: none;
}

.navigation-container-case-study-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.navigation-container-opening-job {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.green {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0px;
  float: left;
  clear: none;
  border-radius: 50px;
  background-color: #00c48c;
}

.green.yellow {
  background-color: #f59331;
}

.green.blue {
  background-color: #0084f4;
}

.orange {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0px;
  float: left;
  clear: none;
  border-radius: 50px;
  background-color: #f99108;
}

.orange.yellow {
  background-color: #f59331;
}

.orange.blue {
  background-color: #0084f4;
}

.div-block-25-copy {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0px;
  float: left;
  clear: none;
  border-radius: 50px;
  background-color: #00c48c;
}

.div-block-25-copy.yellow {
  background-color: #f59331;
}

.div-block-25-copy.blue {
  background-color: #0084f4;
}

.yelloww-copy {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0px;
  float: left;
  clear: none;
  border-radius: 50px;
  background-color: #fce153;
}

.yelloww-copy.yellow {
  background-color: #f59331;
}

.yelloww-copy.blue {
  background-color: #fce153;
}

.button-loadmore-job-mobile {
  display: none;
  margin-top: 0px;
  padding: 15px 30px;
  border: 1px none #0f76bc;
  border-radius: 25px;
  background-color: #0f76bc;
  box-shadow: 1px 1px 4px 1px rgba(2, 31, 53, 0.25);
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.button-loadmore-job-mobile:hover {
  border-style: none;
  background-color: #01518b;
}

.button-loadmore-casestudy-mobile {
  display: none;
  margin-top: 0px;
  padding: 15px 30px;
  border: 1px solid #0f76bc;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 1px 1px 4px 1px rgba(2, 31, 53, 0.25);
  font-family: 'Circular std book', sans-serif;
  color: #0f76bc;
  font-size: 16px;
  font-weight: 400;
}

.button-loadmore-casestudy-mobile:hover {
  background-color: #d8daeb;
}

.navigation-container-job-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-title-opening-job {
  background-image: url('../images/Frame-171_1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-title-jobdetails {
  padding-top: 40px;
  padding-bottom: 100px;
  background-color: #f4f7fb;
  background-image: url('../images/bg-backend.png');
  background-position: 50% 100%;
  background-size: cover;
}

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

.container-8-copy.section-11 {
  padding: 0px 100px;
  background-image: none;
}

.paragraph-14-copy {
  max-width: 45%;
  margin-bottom: 0px;
  font-family: 'Circular std book', sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.heading-22-copy {
  max-width: 30%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 45px;
  line-height: 52px;
  font-weight: 700;
}

.text-block-19 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: 'Circular std', sans-serif;
  color: #576573;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.15em;
}

.div-white-content-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-white-content-copy.div-introduction {
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-rightside {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-right: 40px;
  margin-bottom: 0px;
  padding: 0px 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 6px none #1076bb;
  border-bottom: 4px none #828c9b;
}

.div-block-20-copy {
  margin-top: 40px;
  padding-bottom: 10px;
  border-bottom: 3px solid #828c9b;
}

.rich-text-block-4 {
  font-family: 'Circular std book', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.heading-26 {
  margin-top: 0px;
  font-family: 'Circular std', sans-serif;
  color: #162a37;
  font-size: 20px;
  line-height: 26px;
}

.text-block-20 {
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.text-block-21 {
  margin-top: 5px;
  font-family: 'Circular std book', sans-serif;
  color: #41515f;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.div-location {
  text-align: left;
}

.div-jobtype {
  margin-top: 24px;
}

.div-applicationposted {
  margin-top: 24px;
}

.heading-27 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Circular std', sans-serif;
  color: #162a37;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}

.rich-text-block-5 {
  font-family: 'Circular std book', sans-serif;
  color: #162a37;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.div-whatyouwilldo {
  margin-top: 0px;
}

.list-2 {
  padding-left: 20px;
}

.list-item-2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Circular std book', sans-serif;
  color: #162a37;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.column-24 {
  position: -webkit-sticky;
  position: sticky;
  padding-top: 20px;
  padding-bottom: 20px;
}

.column-25 {
  position: static;
}

.div-block-20-copy {
  margin-top: 60px;
  padding-bottom: 10px;
  border-bottom: 3px none #828c9b;
}

.div-button-apply {
  margin-top: 10px;
  float: none;
  text-align: left;
}

.column-26 {
  padding-right: 10px;
  padding-left: 10px;
}

.div-13-copy-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-right: 40px;
  margin-bottom: 0px;
  padding: 0px 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 6px none #1076bb;
  border-bottom: 4px none #828c9b;
}

.columns-4-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-26-copy {
  padding-right: 10px;
  padding-left: 10px;
}

.div-13-copy-2-copy {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 6px none #1076bb;
  border-bottom: 4px none #828c9b;
}

.div-block-20-copy {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 3px none #828c9b;
}

.div-button-applyy {
  margin-top: 10px;
}

.div-second-column-copy {
  margin-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-second-column-copy.no-margin {
  margin-right: 0px;
}

.div-white-content-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-white-content-copy.div-introduction {
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-white-content-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-white-content-copy.div-introduction {
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-second-column-copy {
  margin-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-second-column-copy.no-margin {
  margin-right: 0px;
}

.button-7 {
  padding: 10px 20px;
  border-radius: 25px;
  font-family: 'Circular std book', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.button-apply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  margin-top: 24px;
  margin-left: 0px;
  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: 50px;
  background-color: #0f76bc;
  box-shadow: 3px 3px 7px 0 rgba(2, 31, 53, 0.25);
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.section-related-job {
  display: none;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 60px;
  background-color: #f4f7fb;
}

.heading-28 {
  margin-top: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 45px;
}

.slider-placeholder-img-text {
  width: 90%;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 800;
  text-align: center;
}

.list-item-text {
  padding-top: 14px;
  padding-bottom: 14px;
  color: #4c406d;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 600;
}

.list-item-text.list-item-1 {
  color: #4c406d;
}

.slide-nav {
  font-size: 23px;
}

.slide-nav.first-slider {
  margin-bottom: -30px;
  background-color: #f4f7fb;
}

.slide-nav.first-slider {
  margin-bottom: -30px;
  background-color: transparent;
}

.slider-slide {
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.slider-img {
  position: relative;
  height: 100%;
}

.ontopdiv {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-top: -140px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 30px 0px 50px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #fff;
  box-shadow: none;
}

.ontopdiv.mockup-section {
  display: none;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 50px;
}

.ontopdiv.mockup-section {
  padding-top: 1px;
  padding-bottom: 20px;
  padding-left: 50px;
}

.ontopdiv.mockup-section {
  margin-top: 0px;
  padding-top: 1px;
  padding-bottom: 20px;
  padding-left: 50px;
}

.ontopdiv.versionbottom {
  margin-top: -410px;
  padding-top: 50px;
  padding-right: 50px;
  box-shadow: none;
}

.ontopdiv.versionbottom.subscribe-container {
  height: 500px;
  margin-top: -300px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.ontopdiv.mockup-section-copy {
  display: block;
  margin-top: 0px;
  padding-top: 1px;
  padding-bottom: 20px;
  padding-left: 50px;
}

.ontopdiv.mockup-section-copy-copy {
  display: block;
  margin-top: 0px;
  padding-top: 1px;
  padding-bottom: 20px;
  padding-left: 50px;
}

.ontopdiv.mockup-section-copy {
  display: block;
  margin-top: 0px;
  padding-top: 1px;
  padding-bottom: 20px;
  padding-left: 50px;
}

.slide-img-shadow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 50px;
  display: block;
  width: 84%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 33%;
  box-shadow: -9px 48px 9px 1px rgba(0, 0, 0, 0.8);
}

.slider-heading {
  margin-top: 15px;
  color: #2f215c;
  font-size: 35px;
  font-weight: 900;
  letter-spacing: 0px;
}

.slider-col-1 {
  z-index: 1;
  max-height: none;
  margin-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.slider {
  height: 320px;
  max-width: 111%;
  margin-top: 0px;
  margin-right: -50px;
  margin-left: -50px;
  background-color: transparent;
}

.slide-img-container {
  position: relative;
  display: inline-block;
  overflow: visible;
  height: 100%;
  margin-left: -20px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

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

.slide-img-perspective {
  position: relative;
  display: inline-block;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: perspective(2000px) rotateX(0deg) rotateY(20deg) rotateZ(0deg);
  transform: perspective(2000px) rotateX(0deg) rotateY(20deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slide-img-container-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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;
}

.slider-list {
  width: 85%;
  margin-top: 15px;
  padding-left: 45px;
}

.slider-left-arrow {
  left: -50px;
  display: block;
  height: 10%;
  margin-right: 10px;
  margin-left: 10px;
  padding-left: 0px;
}

.slide-bg-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  height: 98%;
  -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: 33px 25px 27px 33px;
  background-image: url('../images/AppDuo_1.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.slide-mask {
  padding: 0px 10px;
  background-color: #f4f7fb;
}

.slider-right-arrow {
  right: -50px;
  height: 10%;
  margin-right: 10px;
  margin-left: 10px;
}

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

.slider-arrow {
  margin-right: 0px;
  margin-left: 0px;
  color: #2f215c;
  font-size: 60px;
}

.text-block-22 {
  padding-top: 2px;
  padding-left: 12px;
  float: left;
  font-family: 'Circular std book', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.slider-col-3 {
  padding-right: 10px;
  padding-left: 10px;
}

.job-item-2 {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  text-align: left;
}

.job-item-2:hover {
  box-shadow: 0 1px 28px 0 rgba(147, 155, 180, 0.23);
}

.slider-slide-2 {
  margin-right: 20px;
  margin-left: 20px;
}

.slider-col-1-2 {
  z-index: 1;
  margin-top: -15px;
  text-align: center;
}

.slider-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.slider-col-2-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 25px;
  -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;
}

.navigation-container-404-error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block-27 {
  margin-top: 10px;
  font-family: 'Circular std book', sans-serif;
  color: #2b3d4b;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 0.6px;
}

.navigation-container-messages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section-header-contactus {
  min-height: 350px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/background-contact-us-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-29 {
  margin-top: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
}

.paragraph-15 {
  max-width: none;
  padding-right: 40px;
  padding-left: 40px;
  font-family: 'Circular std book', sans-serif;
  color: #41515f;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

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

.card_base-copy {
  position: relative;
  width: 100%;
  min-height: 250px;
  margin-bottom: 35px;
  padding: 40px 25px 0px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 3px 3px 15px 1px rgba(58, 58, 58, 0.14);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #000;
}

.card_base-copy:hover {
  box-shadow: 0 1px 24px 10px rgba(58, 58, 58, 0.14);
  -webkit-transform: translate(0px, -12px);
  -ms-transform: translate(0px, -12px);
  transform: translate(0px, -12px);
}

.card_base-copy {
  position: relative;
  width: 100%;
  min-height: 250px;
  margin-bottom: 35px;
  padding: 40px 25px 0px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 3px 3px 15px 1px rgba(58, 58, 58, 0.14);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #000;
}

.card_base-copy:hover {
  box-shadow: 0 1px 24px 10px rgba(58, 58, 58, 0.14);
  -webkit-transform: translate(0px, -12px);
  -ms-transform: translate(0px, -12px);
  transform: translate(0px, -12px);
}

.card_base-copy {
  position: relative;
  width: 100%;
  min-height: 250px;
  margin-bottom: 35px;
  padding: 40px 25px 0px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 3px 3px 15px 1px rgba(58, 58, 58, 0.14);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #000;
}

.card_base-copy:hover {
  box-shadow: 0 1px 24px 10px rgba(58, 58, 58, 0.14);
  -webkit-transform: translate(0px, -12px);
  -ms-transform: translate(0px, -12px);
  transform: translate(0px, -12px);
}

.card_base-copy {
  position: relative;
  width: 100%;
  min-height: 250px;
  margin-bottom: 35px;
  padding: 40px 25px 0px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 3px 3px 15px 1px rgba(58, 58, 58, 0.14);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #000;
}

.card_base-copy:hover {
  box-shadow: 0 1px 24px 10px rgba(58, 58, 58, 0.14);
  -webkit-transform: translate(0px, -12px);
  -ms-transform: translate(0px, -12px);
  transform: translate(0px, -12px);
}

.card_base-copy {
  position: relative;
  width: 100%;
  min-height: 250px;
  margin-bottom: 35px;
  padding: 40px 25px 0px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 3px 3px 15px 1px rgba(58, 58, 58, 0.14);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #000;
}

.card_base-copy:hover {
  box-shadow: 0 1px 24px 10px rgba(58, 58, 58, 0.14);
  -webkit-transform: translate(0px, -12px);
  -ms-transform: translate(0px, -12px);
  transform: translate(0px, -12px);
}

.card_base-copy {
  position: relative;
  width: 100%;
  min-height: 250px;
  margin-bottom: 35px;
  padding: 40px 25px 0px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 3px 3px 15px 1px rgba(58, 58, 58, 0.14);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #000;
}

.card_base-copy:hover {
  box-shadow: 0 1px 24px 10px rgba(58, 58, 58, 0.14);
  -webkit-transform: translate(0px, -12px);
  -ms-transform: translate(0px, -12px);
  transform: translate(0px, -12px);
}

.card-contactus {
  position: relative;
  width: 100%;
  min-height: 235px;
  margin-bottom: 35px;
  padding: 40px 25px 0px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 3px 3px 15px 1px rgba(58, 58, 58, 0.14);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #000;
}

.card-contactus:hover {
  box-shadow: 0 1px 24px 10px rgba(58, 58, 58, 0.14);
  -webkit-transform: translate(0px, -12px);
  -ms-transform: translate(0px, -12px);
  transform: translate(0px, -12px);
}

.link-card-contactus {
  height: auto;
  text-decoration: none;
}

.section-13 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f4f7fb;
  box-shadow: 0 0 4px 10px rgba(0, 22, 35, 0.25);
}

.heading-30 {
  margin-top: 0px;
  font-family: 'Circular std', sans-serif;
  color: #2b3d4b;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
}

.container-11 {
  padding-right: 220px;
  padding-left: 220px;
}

.field-label-3 {
  font-family: 'Circular std', sans-serif;
  line-height: 21px;
  font-weight: 500;
  text-align: left;
}

.field-label-4 {
  font-family: 'Circular std', sans-serif;
  line-height: 21px;
  font-weight: 500;
  text-align: left;
}

.field-label-5 {
  font-family: 'Circular std', sans-serif;
  line-height: 21px;
  font-weight: 500;
  text-align: left;
}

.form-block {
  margin-top: 48px;
}

.text-field-2 {
  margin-bottom: 22px;
}

.text-field-3 {
  margin-bottom: 22px;
}

.textarea {
  min-height: 236px;
  margin-bottom: 24px;
}

.paragraph-16 {
  font-family: 'Circular std book', sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
}

.submit-button-2 {
  width: 104px;
  height: 45px;
  border-radius: 5px;
  background-color: #0f76bc;
  box-shadow: 3px 5px 7px -2px rgba(0, 22, 35, 0.25);
}

.submit-button-2:hover {
  background-color: #3898ec;
}

.body {
  background-image: url('../images/Rectangle-724.png');
  background-position: 0px 0px;
  background-size: cover;
}

.section-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-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;
  text-align: center;
}

.image-20 {
  max-width: 10%;
}

.div-emptystate1 {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.text-block-23 {
  margin-top: 24px;
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
}

.text-block-23-copy {
  margin-top: 24px;
  font-family: 'Circular std book', sans-serif;
  color: #2b3d4b;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
}

.image-21 {
  margin-top: 10px;
}

.image-22 {
  margin-top: 10px;
}

.section-15 {
  padding: 0px 60px 60px;
}

.columns-8 {
  display: none;
}

.container-4-copy {
  display: none;
  margin-top: 30px;
  margin-bottom: 150px;
}

.image-customer-mobile {
  display: block;
}

.link-nusatalenthelp {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  text-align: left;
  text-decoration: none;
}

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

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

.columns-9 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.columns-10 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-33 {
  border-right: 1px none #000;
}

.image-9-copy {
  max-width: 60%;
}

.heading-12-copy {
  margin-top: 30px;
  font-family: 'Circular std', sans-serif;
  font-size: 35px;
  line-height: 42px;
  font-weight: 700;
}

.text-field-4 {
  min-height: 62px;
  margin-bottom: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.13);
  background-color: transparent;
  color: #fff;
  font-size: 16px;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55px;
  margin-right: 20px;
  margin-left: 0px;
  padding: 10px 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;
}

.social-link.w--current {
  margin-right: 20px;
}

.footer-link {
  display: block;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 0.5;
}

.footer-link.w--current {
  line-height: 24px;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #93a1ac;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.1);
}

.footer-grid-01 {
  grid-column-gap: 0px;
  -ms-grid-columns: 1.25fr 0.75fr 0.75fr 0.5fr 0.25fr;
  grid-template-columns: 1.25fr 0.75fr 0.75fr 0.5fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.form-block-2 {
  margin-top: 40px;
}

.footer-title-button {
  display: block;
  margin-right: 20px;
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
}

.form-2 {
  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-8 {
  padding: 20px 30px;
  border-radius: 10px;
  background-color: #ffd2dd;
  color: #5e4dcd;
  font-size: 16px;
}

.footer-title-2 {
  margin-bottom: 22px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

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

.secondary-link {
  display: block;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.secondary-link:hover {
  opacity: 0.5;
}

.submit-button-3 {
  min-height: 62px;
  min-width: 62px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #0f76bc;
  color: #fff;
  font-size: 17px;
}

.footer-01 {
  position: relative;
  z-index: 1000;
  padding: 100px 2%;
  background-color: #2b3d4b;
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px none hsla(0, 0%, 100%, 0.1);
}

.footer-column-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding-right: 0px;
  padding-bottom: 80px;
  -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;
  border-right: 1px solid #93a1ac;
}

.main-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 6px;
  padding-left: 6px;
  -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;
}

.columns-11 {
  display: block;
  margin-top: -40px;
  padding-right: 65px;
  padding-left: 65px;
}

.project {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  max-height: 270px;
  max-width: 100%;
  -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;
  border-radius: 12px;
  background-color: #fff;
  cursor: pointer;
}

.project:hover {
  border-style: none;
  border-width: 0px;
  border-color: rgba(242, 180, 51, 0);
  border-radius: 12px;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.name-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  height: 65px;
  max-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;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  background-color: #0f76bc;
  opacity: 0.9;
}

.responsive-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  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;
}

.responsive-container.projects-container {
  display: block;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.heading-31 {
  margin-top: auto;
  margin-bottom: auto;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 20px;
}

.project-light-box {
  position: relative;
  max-height: none;
  border-radius: 12px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 500ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 500ms ease;
  transition: box-shadow 300ms ease, transform 500ms ease;
  transition: box-shadow 300ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  cursor: pointer;
}

.project-light-box:hover {
  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.24);
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.tab-link-tab-1 {
  background-color: transparent;
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-size: 20px;
  font-weight: 400;
}

.tab-link-tab-1.w--current {
  background-color: transparent;
  font-family: 'Circular std', sans-serif;
  color: #0f76bc;
  font-size: 20px;
  font-weight: 700;
}

.tab-link-tab-2 {
  background-color: transparent;
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-size: 20px;
  font-weight: 400;
}

.tab-link-tab-2.w--current {
  background-color: transparent;
  font-family: 'Circular std', sans-serif;
  color: #0f76bc;
  font-weight: 700;
}

.tab-link-tab-3 {
  background-color: transparent;
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-size: 20px;
  font-weight: 400;
}

.tab-link-tab-3.w--current {
  background-color: transparent;
  font-family: 'Circular std', sans-serif;
  color: #0f76bc;
  font-weight: 700;
}

.tabs-menu {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 0.5px solid #979faf;
  text-align: center;
}

.tab-link-for-sidejobs-user {
  background-color: transparent;
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-size: 20px;
  font-weight: 400;
}

.tab-link-for-sidejobs-user.w--current {
  background-color: transparent;
  font-family: 'Circular std', sans-serif;
  color: #0f76bc;
  font-weight: 700;
}

.div-13--term {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  display: block;
  overflow: visible;
  width: 100%;
  margin-top: 0px;
  margin-right: 40px;
  margin-bottom: 0px;
  padding: 0px 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 6px none #1076bb;
  border-bottom: 4px none #828c9b;
}

.tableofcontent-term {
  overflow: visible;
  margin-top: 20px;
  padding-bottom: 10px;
  border: 1px none #000;
}

.link-firstthings {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  text-decoration: none;
}

.link-customerchoice {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link-customerauthorized {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  text-decoration: none;
}

.parallax-indomaret {
  height: 360px;
  background-image: url('../images/bg-indomaret.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.parallax-growpal {
  height: 360px;
  background-image: url('../images/bg-growpal.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.parallax-innovation {
  height: 360px;
  background-image: url('../images/bg-innovationfactory.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div.div-introduction {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div.div-challenge {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div.div-nusatalenthelp {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div.div-first {
  position: static;
  margin-top: 10px;
  margin-bottom: 60px;
}

.rich-text-block-3-copy {
  font-family: 'Circular std book', sans-serif;
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  text-align: left;
}

.div-block-28 {
  margin-top: 40px;
}

.text-block-27 {
  margin-bottom: 20px;
  font-family: 'Circular std', sans-serif;
  color: #001623;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
}

.div-white-content-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-white-content-copy.div-introduction {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-copy.div-challenge {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-copy.div-nusatalenthelp {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-copy.div-second {
  margin-top: 0px;
  margin-bottom: 60px;
}

.div-white-content-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-white-content-copy.div-introduction {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-copy.div-challenge {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-copy.div-nusatalenthelp {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-copy.div-third {
  margin-top: 0px;
  margin-bottom: 60px;
}

.tab-pane-for-company {
  position: static;
  margin-top: 40px;
}

.tabs-content {
  overflow: visible;
}

.div-white-content-terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-white-content-terms.div-introduction {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms.div-challenge {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms.div-nusatalenthelp {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms.div-first {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms.div-second {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms.div-third {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms.div-first-sidejobs {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms.div-second-sidejobs {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms.div-third-sidejobs {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms.div-first-univ {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms.div-second-univ {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms.div-third-univ {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms.div-first-univ {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms.div-third-company {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms.div-second-company {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms.divintroduction {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms.div-first-nusatalent {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms.div-third-nusatalent {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms.div-second-nusatalent {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms.div-first-nusatalent {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms.div-first-sidejobs {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms.div-second-sidejobs {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms.div-third-sidejobs {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms.divservice {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-pane-for-sidejobs-user {
  margin-top: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.link-firstthings-sidejobs {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  text-decoration: none;
}

.link-customerchoice-sidejobs {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link-customerauthorized-sidejobs {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  text-decoration: none;
}

.link-firstthings-univ {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  text-decoration: none;
}

.link-customerchoice-univ {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link-customerauthorized-univ {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  text-decoration: none;
}

.link-firstthings-company {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.link-customerchoice-company {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.link-customerauthorized-company {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.tab-pane-for-university {
  margin-top: 40px;
}

.link-firstthings-nusatalent {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  text-decoration: none;
}

.link-customerchoice-nusatalent {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link-customerauthorized-nusatalent {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  text-decoration: none;
}

.tab-pane-for-nusatalent-user {
  margin-top: 40px;
}

.link-firstthings-nusatalent-copy {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  text-decoration: none;
}

.page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 32px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
}

.image-23 {
  width: 36px;
  height: 36px;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 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;
}

.empty-state-2 {
  margin-top: 32px;
  margin-right: 30px;
  margin-left: 30px;
  padding: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #7f73ff;
  border-radius: 10px;
  background-color: transparent;
}

.button-9 {
  margin-top: 16px;
  padding: 18px 32px;
  border-radius: 15px;
  background-color: #3522ff;
  background-image: linear-gradient(45deg, #4c3df6, #4838ff, #6759ff);
  box-shadow: 0 1px 3px 0 rgba(6, 0, 65, 0.1);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  font-size: 18px;
  font-weight: 500;
}

.button-9:hover {
  background-color: #6759ff;
  background-image: none;
  box-shadow: 0 3px 6px 0 rgba(6, 0, 65, 0.1);
}

.button-9:active {
  box-shadow: 0 1px 3px 0 rgba(6, 0, 65, 0.1);
}

.tabs-menu-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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.paragraph-17 {
  max-width: 50%;
  margin-bottom: 16px;
  font-family: 'Circular std', sans-serif;
  color: #41515f;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  letter-spacing: normal;
}

.heading-32 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  color: #001623;
  line-height: 42px;
  text-align: left;
  text-transform: capitalize;
}

.block-1 {
  width: 100%;
  margin-bottom: 64px;
  padding: 64px 48px;
  border-radius: 20px;
  background-color: transparent;
  background-image: url('../images/Group-716.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

.tab-link {
  margin-right: 3px;
  margin-bottom: 3px;
  margin-left: 3px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #fff;
  color: #060041;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.tab-link:hover {
  border-radius: 5px;
  background-color: rgba(103, 89, 255, 0.06);
}

.tab-link.w--current {
  border-radius: 10px;
  background-color: #6759ff;
  color: #fff;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-2 {
  width: 100%;
}

.collection-list-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 64px;
  padding-bottom: 64px;
  -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-24 {
  border-radius: 5px;
}

.link-block-7 {
  width: 32px;
  margin-right: 12px;
  margin-left: 12px;
}

.link-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  padding: 36px 32px;
  -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: 1px;
  border-color: rgba(85, 85, 85, 0.1);
  border-radius: 20px;
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease;
  color: #000;
  text-decoration: none;
}

.link-block-8:hover {
  border-color: transparent;
  box-shadow: 0 3px 8px 0 rgba(85, 85, 85, 0.16);
}

.link-block-8:active {
  box-shadow: 0 2px 6px 0 rgba(85, 85, 85, 0.16);
}

.image-25 {
  width: 100px;
  height: 100px;
  margin-bottom: 24px;
  border-radius: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading-33 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 20px;
  line-height: 135%;
  font-weight: 700;
  text-align: center;
}

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

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

.paragraph-15-copy {
  max-width: none;
  padding-right: 160px;
  padding-left: 160px;
  font-family: 'Circular std book', sans-serif;
  color: #41515f;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.heading-29-copy {
  margin-top: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 48px;
  line-height: 47px;
  text-align: center;
}

.tabs-menu-copy {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 0.5px solid #979faf;
  text-align: center;
}

.tab-2020 {
  background-color: transparent;
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-size: 20px;
  font-weight: 400;
}

.tab-2020.w--current {
  background-color: transparent;
  font-family: 'Circular std', sans-serif;
  color: #0f76bc;
  font-size: 20px;
  font-weight: 700;
}

.tab-2019 {
  background-color: transparent;
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-size: 20px;
  font-weight: 400;
}

.tab-2019.w--current {
  background-color: transparent;
  font-family: 'Circular std', sans-serif;
  color: #0f76bc;
  font-weight: 700;
}

.heading-34 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 34px;
  text-align: left;
}

.tab-pane-2020 {
  position: static;
  margin-top: 40px;
}

.tab-pane-2019 {
  margin-top: 40px;
}

.tabs-menu-3 {
  float: left;
}

.tab-link-tab-1-2 {
  width: 100%;
}

.tab-link-tab-1-2.w--current {
  width: 100%;
}

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

.tab-link-tab-3-2 {
  width: 100%;
}

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

.select-field {
  margin-bottom: 22px;
  background-color: #fff;
  font-family: 'Circular std book', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.sidenav__scroll-wrap {
  overflow: hidden;
  height: auto;
}

.sidenav-btn__wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  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;
  background-color: #171717;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.sidenav-btn__wrap:hover {
  background-color: #3d3d3d;
}

.header__name {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 999;
  display: inline-block;
  height: 3rem;
  padding-right: 2rem;
  padding-left: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f3f3f3;
  text-decoration: none;
}

.header__name-span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}

.sidenav-switcher__wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
  background-color: #171717;
  background-image: url('../images/app-switcher-icon.svg');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 90ms ease;
  transition: background-color 90ms ease;
}

.sidenav-switcher__wrap:hover {
  background-color: #3d3d3d;
}

.sidenav-btn__line {
  width: 23px;
  height: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.sidenav-btn__line.line-middle {
  width: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #f3f3f3;
}

.sidenav-btn__line.line-bottom {
  width: 20px;
  background-color: #f3f3f3;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.sidenav-btn__line.line-top {
  width: 20px;
  background-color: #f3f3f3;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.sidenav-btn__line.line-middle {
  width: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #f3f3f3;
}

.sidenav-btn__line.line-bottom {
  width: 20px;
  background-color: #f3f3f3;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.sidenav-btn__line.line-top {
  width: 20px;
  background-color: #f3f3f3;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.sidenav-list__item-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2.25rem;
  padding-right: 1em;
  padding-left: 1rem;
  -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-left: 3px solid transparent;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  font-family: 'Circular std book', sans-serif;
  color: #6c7887;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.sidenav-list__item-link:hover {
  border-left-width: 4px;
  border-left-color: #0062ff;
  background-color: #f4f7fb;
  color: #0f76bc;
  text-align: center;
}

.sidenav-list__item-link.w--current {
  overflow: visible;
  padding-right: 1em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left-width: 4px;
  border-left-color: #0062ff;
  background-color: #f4f7fb;
  color: #0f76bc;
}

.content-switcher__border-mask {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 1px;
  margin-bottom: -1px;
  background-color: #171717;
  opacity: 0;
}

.sidenav {
  width: 254px;
  height: 100vh;
  margin-top: 48px;
  background-color: #171717;
}

.sidenav.sidenav__right {
  width: 16rem;
  margin-top: 3rem;
  padding-top: 1rem;
  padding-right: 0px;
  padding-bottom: 0px;
  border-left: 1px solid #3d3d3d;
}

.sidenav.sidenav__left {
  display: block;
  overflow: visible;
  width: 16rem;
  height: auto;
  margin-top: 8rem;
  padding-top: 1rem;
  padding-bottom: 6rem;
  border-right: 1px solid #3d3d3d;
  -o-object-fit: fill;
  object-fit: fill;
}

.sidenav.sidenav__left {
  display: block;
  overflow: visible;
  width: 16rem;
  height: auto;
  margin-top: 3rem;
  padding-top: 1rem;
  padding-bottom: 6rem;
  border-right: 1px solid #3d3d3d;
  -o-object-fit: fill;
  object-fit: fill;
}

.logo-span {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-weight: 600;
}

.sidenav-list__divider {
  position: static;
  padding-right: 1rem;
  padding-left: 1rem;
  border-left-style: none;
  border-left-color: #000;
}

.header {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  width: 100vw;
  height: auto;
  border-bottom: 1px solid #3d3d3d;
  background-color: #171717;
}

.sidenav-switcher {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: block;
  width: 3rem;
  height: 100%;
  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;
  border-left: 1px solid #171717;
  background-color: #171717;
  text-align: center;
}

.sidenav-list {
  position: relative;
  overflow: visible;
  margin-bottom: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  list-style-type: none;
}

.top-nav__menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: auto;
  height: auto;
  background-color: transparent;
}

.sidenav-list__item {
  position: static;
  border-left-style: none;
  border-left-color: #000;
}

.sidenav-btn__left-fixed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: none;
  width: 3rem;
  height: 3rem;
  margin-top: -1px;
  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;
  border-right: 1px solid transparent;
  background-color: #171717;
  text-align: center;
  cursor: pointer;
}

.sidenav-btn__left-fixed:hover {
  background-color: #171717;
}

.sidenav-btn__left-fixed.w--open {
  background-color: #171717;
}

.header__name-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidenav-divider {
  width: auto;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #353535;
}

.top-nav__switcher {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: auto;
  height: 100%;
  background-color: transparent;
}

.navigation-status {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 3%;
  -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;
  background-color: #fff;
}

.grid {
  width: 100%;
  max-width: 99rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.grid.grid__footer {
  min-height: 320px;
}

.website-footer__nav {
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 2.5rem;
}

.target-page-name {
  margin-top: 0.25rem;
  font-size: 1.25rem;
  line-height: 125%;
}

.page-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 13rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #0f76bc;
  color: #fff;
}

.website-footer {
  position: relative;
  z-index: 2;
  background-color: #000;
  color: #bebebe;
}

.card {
  position: relative;
  height: 0px;
}

.card.card__component-preview {
  padding-bottom: 100%;
}

.aspect-ratio__object {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.next-previous-controls.row {
  min-height: 8rem;
}

.website-footer__divider {
  display: none;
}

.website-footer__content {
  padding-bottom: 1rem;
  line-height: 1.125rem;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1rem;
  margin-left: -1rem;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: transparent;
}

.row.website-footer__row {
  padding-top: 1.5rem;
}

.page-h2 {
  position: relative;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  line-height: 125%;
  font-weight: 300;
}

.container-16 {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 750px;
  max-height: 600px;
  min-height: 600px;
  padding-top: 0rem;
  background-color: #f4f7fb;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.component-name {
  position: absolute;
  left: 1rem;
  top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #171717;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.32px;
}

.page-content {
  padding: 5rem 2rem 8.5rem;
}

.page-content.grid {
  max-width: 99rem;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: transparent;
}

.component-overview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 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;
  list-style-type: none;
}

.next-previous-wrapper {
  position: relative;
  min-height: 8rem;
  background-color: #282828;
  color: #fff;
}

.col-12 {
  width: 100%;
  max-width: 75%;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}

.col-12.offset-4 {
  margin-left: 25%;
}

.website-footer__list {
  margin-bottom: 0px;
  padding-left: 0rem;
  list-style-type: none;
}

.page-p {
  padding-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0px;
}

.page-header__title {
  margin-top: auto;
  margin-bottom: 1.5rem;
  font-family: 'Circular std book', sans-serif;
  font-size: 3.75rem;
  line-height: 117%;
  font-weight: 400;
}

.website-footer__link {
  display: inline-block;
  margin-bottom: 0.5rem;
  -webkit-transition: all 90ms ease;
  transition: all 90ms ease;
  color: #f3f3f3;
  line-height: 1.125;
  text-decoration: none;
}

.website-footer__link:hover {
  text-decoration: underline;
}

.component-item {
  position: relative;
  width: 24%;
  margin-bottom: 1.5%;
  background-color: #fff;
  -webkit-transition: all 90ms ease;
  transition: all 90ms ease;
}

.component-item:hover {
  background-color: #e5e5e5;
}

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

.next-previous-link {
  position: relative;
  width: 37.5%;
  padding: 1rem 1rem 2rem;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.next-previous-link:hover {
  background-color: #3d3d3d;
}

.col-8 {
  width: 100%;
  max-width: 50%;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.wrapper-2 {
  background-color: #f4f7fb;
}

.sidenav-btn__wrap-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  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;
  background-color: #171717;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.sidenav-btn__wrap-2:hover {
  background-color: #3d3d3d;
}

.header-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  width: 100vw;
  height: 3rem;
  border-bottom: 1px solid #3d3d3d;
  background-color: #171717;
}

.top-nav__menu-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: auto;
  height: auto;
  background-color: transparent;
}

.sidenav-btn__left-fixed-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: none;
  width: 3rem;
  height: 3rem;
  margin-top: -1px;
  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;
  border-right: 1px solid transparent;
  background-color: #171717;
  text-align: center;
  cursor: pointer;
}

.sidenav-btn__left-fixed-2:hover {
  background-color: #171717;
}

.sidenav-btn__left-fixed-2.w--open {
  background-color: #171717;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1rem;
  margin-left: -1rem;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row-2.website-footer__row {
  padding-top: 1.5rem;
}

.container-17 {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.sidenav-copy {
  width: 254px;
  height: 100vh;
  margin-top: 48px;
  background-color: #171717;
}

.sidenav-copy.sidenav__right {
  width: 16rem;
  margin-top: 3rem;
  padding-top: 1rem;
  padding-right: 0px;
  padding-bottom: 0px;
  border-left: 1px solid #3d3d3d;
}

.sidenav-copy.sidenav__left {
  display: block;
  overflow: visible;
  width: 16rem;
  height: auto;
  margin-top: 8rem;
  padding-top: 1rem;
  padding-bottom: 6rem;
  border-right: 1px solid #3d3d3d;
  -o-object-fit: fill;
  object-fit: fill;
}

.sidenav-copy.sidenav__left {
  display: block;
  overflow: visible;
  width: 16rem;
  height: auto;
  margin-top: 3rem;
  padding-top: 1rem;
  padding-bottom: 6rem;
  border-right: 1px solid #3d3d3d;
  -o-object-fit: fill;
  object-fit: fill;
}

.sidenav-copy.sidenav__left-copy {
  display: block;
  overflow: auto;
  width: 16rem;
  height: auto;
  max-height: 600px;
  min-height: 600px;
  margin-top: 5.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-right: 1px solid #3d3d3d;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.navigation-container-status-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.navigation-left-copy {
  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;
}

.navigation-right-copy {
  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;
  font-size: 16px;
}

.brand-copy {
  margin-right: 44px;
}

.brand-status {
  margin-right: 44px;
}

.navigation-left-status {
  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;
}

.navigation-right-status {
  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;
  font-size: 16px;
}

.brand-status-copy {
  margin-right: 44px;
}

.text-block-31 {
  padding-left: 1em;
  font-family: 'Circular std', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.accordion {
  margin-bottom: 0px;
  padding-left: 0px;
  border-top: 1px none #dcdcdc;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #171717;
  font-size: 0.875rem;
  list-style-type: none;
}

.accordion-item {
  border-bottom: 1px none #dcdcdc;
}

.accordion-trigger {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.675rem 10px;
  -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 none #dcdcdc;
  border-bottom: 1px none #dcdcdc;
  -webkit-transition: background-color 90ms ease;
  transition: background-color 90ms ease;
  font-family: 'Circular std', sans-serif;
  color: #6c7887;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.accordion-trigger:hover {
  background-color: transparent;
}

.accordion-trigger.accordion-trigger__large {
  padding-top: 0.675rem;
  padding-bottom: 0.675rem;
}

.arrow-down {
  width: 0.675rem;
  height: 0.675rem;
  background-image: url('../images/arrow__down.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.accordion-content {
  overflow: hidden;
  padding-right: 0px;
  padding-left: 0px;
}

.accordion-content__inner-wrap {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.accordion-trigger-active {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.675rem 10px;
  -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 none #dcdcdc;
  border-bottom: 1px none #dcdcdc;
  -webkit-transition: background-color 90ms ease;
  transition: background-color 90ms ease;
  font-family: 'Circular std', sans-serif;
  color: #0f76bc;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.accordion-trigger-active:hover {
  background-color: transparent;
}

.accordion-trigger-active.accordion-trigger__large {
  padding-top: 0.675rem;
  padding-bottom: 0.675rem;
}

.arrow-down-copy {
  width: 0.675rem;
  height: 0.675rem;
  background-image: url('../images/symbols.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.title-status {
  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;
  background-color: transparent;
  color: #6c7887;
}

.text-block-32 {
  background-color: transparent;
  font-family: 'Circular std', sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}

.text-block-33 {
  font-family: 'Circular std', sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}

.content-status {
  display: block;
  margin-top: 40px;
}

.text-block-34 {
  font-family: 'Circular std book', sans-serif;
  color: #6c7887;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-35 {
  margin-left: 10px;
  font-family: 'Circular std', sans-serif;
  color: #0ed872;
  font-size: 18px;
  line-height: 24px;
}

.heading-35 {
  margin-top: 10px;
  font-family: 'Circular std', sans-serif;
  color: #162a37;
  font-size: 22px;
  line-height: 26px;
  text-align: left;
}

.paragraph-18 {
  font-family: 'Circular std book', sans-serif;
  color: #162a37;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.list-content-status {
  margin-top: 20px;
  margin-bottom: 20px;
}

.title-status-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;
  background-color: transparent;
  color: #6c7887;
}

.link-all-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 54px;
  text-align: left;
  text-decoration: none;
}

.div-empty {
  margin-top: 20px;
  text-align: center;
}

.text-block-36 {
  margin-top: 20px;
  font-family: 'Circular std book', sans-serif;
  color: #2b3d4b;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
}

.section-header-privacy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding-top: 100px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/background-contact-us-2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section-header-changelog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding-top: 100px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/background-change-log.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section-header-status {
  min-height: 350px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f4f7fb;
}

.section-15-copy {
  padding-top: 60px;
  padding-bottom: 60px;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  background-color: #eaf0f6;
}

.content-left {
  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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.title-medium {
  margin-bottom: 0px;
  color: #5c4ebd;
  font-size: 17px;
  line-height: 130%;
  font-weight: 700;
  text-decoration: none;
}

.profile-picture {
  margin-right: 10px;
  border-radius: 100px;
}

.blog-grid {
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 0.4fr;
  grid-template-columns: 1fr 0.4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-detials-small {
  margin-bottom: 0px;
  color: #9899ad;
  font-size: 14px;
  line-height: 120%;
}

.feature-image {
  margin-right: 20px;
  border-radius: 15px;
  box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.16);
}

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

.image-29 {
  position: absolute;
}

.featured-item {
  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;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #202146;
  text-decoration: none;
}

.featured-item:hover {
  color: #5c4ebd;
}

.title-small {
  margin-bottom: 4px;
  color: #202146;
  font-weight: 700;
}

.title-small.pink {
  margin-bottom: 0px;
  color: #fb9acf;
}

.next-button {
  margin-top: 20px;
  padding: 20px 36px;
  border-radius: 15px;
  background-color: #fb9acf;
  text-decoration: none;
}

.text-field-5 {
  height: 60px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border: 1px none #000;
  background-color: transparent;
  font-size: 15px;
}

.categories-pill {
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 6px 16px;
  border-radius: 100px;
  background-color: #fff;
  text-decoration: none;
}

.blog-image {
  width: 100%;
}

.search-button {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 60px;
  height: 100%;
  border-radius: 10px;
  background-color: #1076bb;
}

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

.stick-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.search-icon {
  position: absolute;
  left: 22px;
  top: 22px;
  right: 0%;
  bottom: 0%;
}

.submit-button-wrap {
  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;
}

.title-large {
  margin-bottom: 20px;
  color: #202146;
  font-size: 20px;
  line-height: 130%;
  font-weight: 700;
}

.content-right {
  position: -webkit-sticky;
  position: sticky;
}

.search-button-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 100%;
}

.seach-bar {
  height: 60px;
  margin-bottom: 40px;
  padding-left: 20px;
  border: 1px none #000;
  border-radius: 10px;
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.06);
  color: #9899ad;
  font-size: 15px;
}

.submit-button-4 {
  width: 60px;
  height: 60px;
  background-color: transparent;
}

.blog-image-wrap {
  overflow: hidden;
  border-radius: 10px;
}

.search {
  position: relative;
}

.subscription {
  display: none;
  margin-bottom: 40px;
  padding: 100px 20px 20px;
  border-radius: 10px;
  background-color: #fff;
  background-image: url('../images/Group-717.png');
  background-position: -20px -30px;
  background-size: 125px;
  background-repeat: no-repeat;
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.06);
}

.heading-h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'Circular std book', sans-serif;
  color: #001623;
  font-weight: 400;
  text-align: left;
}

.categories-block {
  margin-top: 40px;
}

.blog-content {
  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-item {
  display: block;
  margin-bottom: 0px;
  padding: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.8fr;
  grid-template-columns: 1fr 0.8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 2px 0 13px 3px rgba(0, 0, 0, 0.06);
  text-decoration: none;
}

.paragraph-detials-medium {
  margin-bottom: 16px;
  font-family: 'Circular std book', sans-serif;
  color: #162a37;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.category-changelog {
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.06);
}

.filter-year {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2.25rem;
  padding-left: 1rem;
  -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-left: 3px none transparent;
  border-radius: 10px;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  font-family: 'Circular std', sans-serif;
  color: #6c7887;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.filter-year:hover {
  border-left-width: 4px;
  border-left-color: #0062ff;
  background-color: #eaf0f6;
  font-family: 'Circular std', sans-serif;
  color: #1076bb;
  font-weight: 700;
  text-align: center;
}

.filter-year.w--current {
  overflow: visible;
  border-left-width: 4px;
  border-left-color: #0062ff;
  background-color: #f4f7fb;
  color: #0f76bc;
}

.button-10 {
  width: 100%;
  background-color: transparent;
  font-family: 'Circular std', sans-serif;
  color: #6c7887;
  font-size: 16px;
  font-weight: 700;
}

.button-filter {
  width: 100%;
  border-radius: 10px;
  background-color: transparent;
  font-family: 'Circular std', sans-serif;
  color: #6c7887;
  font-size: 16px;
  font-weight: 700;
}

.button-filter:hover {
  background-color: #eaf0f6;
  color: #1076bb;
}

.button-filter:active {
  background-color: transparent;
}

.checkbox-field {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Circular std', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

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

.link-changelog {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2.25rem;
  padding-left: 1rem;
  -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-left: 3px solid transparent;
  border-radius: 10px;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  font-family: 'Circular std book', sans-serif;
  color: #6c7887;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.link-changelog:hover {
  border-left: 4px none #0062ff;
  background-color: #f4f7fb;
  color: #0f76bc;
  text-align: center;
}

.link-changelog.w--current {
  overflow: visible;
  border-left: 4px none #0062ff;
  background-color: #f4f7fb;
  font-family: 'Circular std', sans-serif;
  color: #1076bb;
  font-weight: 700;
}

.rich-text-block-6 {
  font-family: 'Circular std book', sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.checkbox-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 0px;
  -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;
}

.form-item {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
}

.checkbox-label {
  margin-bottom: 0px;
  padding-left: 0.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.checkbox-label.checkbox-label__disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.form-item__disabled-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: not-allowed;
}

.label-2 {
  display: inline-block;
  margin-bottom: 0.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #565656;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: 0.32px;
  cursor: default;
}

.submit-button-hidden {
  display: none;
}

.checkbox {
  position: relative;
  left: 0px;
  z-index: auto;
  display: none;
  width: 1rem;
  height: 1rem;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-color: #282828;
  border-radius: 4px;
  opacity: 1;
  cursor: pointer;
}

.checkbox.w--redirected-checked {
  border-color: #282828;
  background-color: #282828;
  background-image: url('../images/checkmark-icon.svg');
  background-size: 14px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox.checkbox-disabled {
  opacity: 0.5;
}

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

.text-block-37 {
  margin-bottom: 16px;
  font-family: 'Circular std book', sans-serif;
  color: #6c7887;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.link-read-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  text-align: center;
  text-decoration: none;
}

.column-10-copy {
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 60px;
}

.bold-text-5 {
  line-height: 22px;
}

.list-item-4 {
  margin-bottom: 10px;
}

.list-item-5 {
  margin-bottom: 10px;
}

.heading-29-copy {
  margin-top: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 48px;
  line-height: 49px;
  font-weight: 500;
  text-align: center;
}

.paragraph-15-copy {
  max-width: none;
  margin-top: 20px;
  padding-right: 160px;
  padding-left: 160px;
  font-family: 'Circular std book', sans-serif;
  color: #41515f;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.yelloww-copy {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0px;
  float: left;
  clear: none;
  border-radius: 50px;
  background-color: #fce153;
}

.yelloww-copy.yellow {
  background-color: #f59331;
}

.yelloww-copy.blue {
  background-color: #fce153;
}

.div-responsibilities {
  margin-top: 0px;
}

.heading-22-copy-copy {
  max-width: 59%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 45px;
  line-height: 52px;
  font-weight: 700;
}

.column-10-copy-copy {
  padding-top: 40px;
  padding-bottom: 60px;
  padding-left: 100px;
}

.columns-6-copy {
  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-logo-copy {
  overflow: visible;
  max-width: 70%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: left;
}

.grayscalehover-copy {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  text-align: center;
}

.grayscalehover-copy:hover {
  -webkit-filter: none;
  filter: none;
}

.div-emptystate1-copy {
  display: none;
  margin-top: 20px;
  text-align: center;
}

.column-sidejobs {
  display: none;
}

.div-emptystate-customer {
  display: none;
  margin-top: 20px;
  text-align: center;
}

.heading-5-copy {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  line-height: 1.3;
  font-weight: 700;
}

.div-title-platform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 240px;
  -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-emptystate-event-aboutus {
  display: none;
  margin-top: 20px;
  text-align: center;
}

.email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  padding-top: 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;
}

.image-30 {
  margin-right: 5px;
}

.div-sendcv {
  margin-top: 24px;
}

.div-header-case-study-details {
  text-align: left;
}

.div-header-case-study-title {
  text-align: left;
}

.section-17 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #1076bb;
}

.heading-36 {
  margin-top: 5px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
}

.div-block-33 {
  text-align: center;
}

.form-block-2-copy {
  margin-top: 0px;
}

.form-2-copy {
  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-field-6 {
  max-width: 70%;
  min-width: auto;
  margin-top: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #fff;
  opacity: 0.54;
  font-family: 'Circular std book', sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  background-clip: border-box;
}

.button-2021 {
  height: 38px;
  min-width: 15%;
  padding-bottom: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
  font-family: 'Circular std', sans-serif;
  color: #1076bb;
  font-weight: 700;
}

.section-subscribe {
  display: none;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #1076bb;
}

.parallax-optimise {
  height: 360px;
  background-image: url('../images/bg-optimise.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.parallax-koinworks {
  height: 360px;
  background-image: url('../images/bg-koinworks.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.primary-cta-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  padding: 20px 26px;
  -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: 100px;
  background-color: #fff;
  box-shadow: 0 5px 12px -3px rgba(0, 0, 0, 0.07);
  text-decoration: none;
}

.primary-cta-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: 16px;
  padding: 20px 26px;
  -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: 100px;
  background-color: #fff;
  box-shadow: 0 5px 12px -3px rgba(0, 0, 0, 0.07);
  text-decoration: none;
}

.primary-cta-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  padding: 20px 26px;
  -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: 100px;
  background-color: #fff;
  box-shadow: 0 5px 12px -3px rgba(0, 0, 0, 0.07);
  text-decoration: none;
}

.primary-cta-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  padding: 20px 26px;
  -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: 100px;
  background-color: #fff;
  box-shadow: 0 5px 12px -3px rgba(0, 0, 0, 0.07);
  text-decoration: none;
}

.primary-cta-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  padding: 20px 26px;
  -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: 100px;
  background-color: #fff;
  box-shadow: 0 5px 12px -3px rgba(0, 0, 0, 0.07);
  text-decoration: none;
}

.primary-cta-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  padding: 20px 26px;
  -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: 100px;
  background-color: #fff;
  box-shadow: 0 5px 12px -3px rgba(0, 0, 0, 0.07);
  text-decoration: none;
}

.primary-cta-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  padding: 20px 26px;
  -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: 100px;
  background-color: #fff;
  box-shadow: 0 5px 12px -3px rgba(0, 0, 0, 0.07);
  text-decoration: none;
}

.primary-cta-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  padding: 20px 26px;
  -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: 100px;
  background-color: #fff;
  box-shadow: 0 5px 12px -3px rgba(0, 0, 0, 0.07);
  text-decoration: none;
}

.primary-cta-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  padding: 20px 26px;
  -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: 100px;
  background-color: #fff;
  box-shadow: 0 5px 12px -3px rgba(0, 0, 0, 0.07);
  text-decoration: none;
}

.primary-cta-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  padding: 20px 26px;
  -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: 100px;
  background-color: #fff;
  box-shadow: 0 5px 12px -3px rgba(0, 0, 0, 0.07);
  text-decoration: none;
}

.primary-cta-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  padding: 20px 26px;
  -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: 100px;
  background-color: #fff;
  box-shadow: 0 5px 12px -3px rgba(0, 0, 0, 0.07);
  text-decoration: none;
}

.section-subscribe-copy {
  display: none;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #576573;
}

.text-readstory {
  margin-right: 5px;
  font-family: 'Circular std book', sans-serif;
  color: #1076bb;
  font-size: 15px;
  font-weight: 400;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.scroll-arow {
  position: static;
  top: auto;
  bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  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;
  border-radius: 100%;
  background-color: #1076bb;
  box-shadow: 1px 1px 9px 0 rgba(0, 22, 35, 0.5);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.scroll-arow:hover {
  background-color: #1076bb;
}

.scroll-arrow-icon {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  clear: none;
}

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

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

.text-block-38 {
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.image-31 {
  margin-right: 5px;
}

.image-32 {
  margin-right: 5px;
}

.footer-wrapper-copy {
  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;
}

.link-copy {
  margin-right: 10px;
  padding-left: 0px;
  font-family: 'Circular std', sans-serif;
  color: #1076bb;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.link-copy:hover {
  color: #04518d;
}

.container-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-right: 0px;
  -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;
  text-align: left;
}

.link-our-terms-condition {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-decoration: none;
}

.tabs-2 {
  display: none;
}

.container-policyterms {
  padding-top: 36px;
  padding-bottom: 20px;
}

.right-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2.25rem;
  padding-left: 1rem;
  -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-left: 3px solid transparent;
  background-color: transparent;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  font-family: 'Circular std', sans-serif;
  color: #6c7887;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.right-menu:hover {
  border-left: 4px none #0062ff;
  background-color: transparent;
  color: #0f76bc;
  font-weight: 500;
  text-align: center;
}

.right-menu.w--current {
  overflow: visible;
  border-left-width: 4px;
  border-left-color: #0062ff;
  background-color: #f4f7fb;
  color: #0f76bc;
}

.text-block-39 {
  color: #6c7887;
  font-size: 18px;
}

.linkintroduction {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.linkintroduction:hover {
  color: #0f76bc;
}

.link-block-copy {
  display: block;
  margin-bottom: 0px;
  padding: 0.675em 10px;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.link-block-copy:hover {
  color: transparent;
}

.text-block-40 {
  font-size: 18px;
  font-weight: 500;
}

.text-block-41 {
  font-size: 18px;
}

.heading-15-copy-copy {
  display: block;
  margin-top: 16px;
  color: #5b1ed6;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.heading-15-copy-copy.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  color: #576573;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.linkservice {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.linkservice:hover {
  color: #0f76bc;
}

.linkdatacontrollers {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.linkdatacontrollers:hover {
  color: #0f76bc;
}

.link-2 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link-2:hover {
  color: #0f76bc;
}

.div-white-content-terms-copy {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-white-content-terms-copy.div-introduction {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms-copy.div-challenge {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms-copy.div-nusatalenthelp {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms-copy.div-first {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms-copy.div-second {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms-copy.div-third {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms-copy.div-first-sidejobs {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms-copy.div-second-sidejobs {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms-copy.div-third-sidejobs {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms-copy.div-first-univ {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms-copy.div-second-univ {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms-copy.div-third-univ {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms-copy.div-first-univ {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms-copy.div-third-company {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms-copy.div-second-company {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms-copy.divintroduction {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms-copy.div-first-nusatalent {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms-copy.div-third-nusatalent {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms-copy.div-second-nusatalent {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms-copy.div-first-nusatalent {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms-copy.div-first-sidejobs {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms-copy.div-second-sidejobs {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms-copy.div-third-sidejobs {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-white-content-terms-copy.divservice {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div1-1 {
  margin-bottom: 40px;
}

.div-1-2 {
  margin-bottom: 40px;
}

.link-1 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link-1:hover {
  color: #0f76bc;
}

.link1-1 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link1-1:hover {
  color: #0f76bc;
}

.link1-2 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link1-2:hover {
  color: #0f76bc;
}

.div1-2 {
  margin-bottom: 40px;
}

.div1-3 {
  margin-bottom: 40px;
}

.div1-4 {
  margin-bottom: 40px;
}

.div1-3-copy {
  margin-bottom: 40px;
}

.div1-5 {
  margin-bottom: 40px;
}

.right-menu-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 1rem;
  -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-left: 3px solid transparent;
  background-color: transparent;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  font-family: 'Circular std', sans-serif;
  color: #6c7887;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.right-menu-copy:hover {
  border-left: 4px none #0062ff;
  background-color: transparent;
  color: #0f76bc;
  font-weight: 500;
  text-align: left;
}

.right-menu-copy.w--current {
  overflow: visible;
  border-left: 4px none #0062ff;
  background-color: transparent;
  color: #0f76bc;
}

.right-menu-copy.w--current:hover {
  border-left-style: none;
}

.link1-3 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link1-3:hover {
  color: #0f76bc;
}

.link1-4 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link1-4:hover {
  color: #0f76bc;
}

.link1-5 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link1-5:hover {
  color: #0f76bc;
}

.div2-1 {
  margin-bottom: 40px;
}

.div2-0 {
  margin-bottom: 40px;
}

.link2-1 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link2-1:hover {
  color: #0f76bc;
}

.link2-2 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link2-2:hover {
  color: #0f76bc;
}

.link2-3 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link2-3:hover {
  color: #0f76bc;
}

.link2-4 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link2-4:hover {
  color: #0f76bc;
}

.link2-5 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link2-5:hover {
  color: #0f76bc;
}

.link2-6 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link2-6:hover {
  color: #0f76bc;
}

.link2-7 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link2-7:hover {
  color: #0f76bc;
}

.link2-8 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link2-8:hover {
  color: #0f76bc;
}

.div1-2-copy {
  margin-bottom: 40px;
}

.div2-2 {
  margin-bottom: 40px;
}

.div2-3 {
  margin-bottom: 40px;
}

.div2-4 {
  margin-bottom: 40px;
}

.div2-5 {
  margin-bottom: 40px;
}

.div2-6 {
  margin-bottom: 40px;
}

.div1-5-copy {
  margin-bottom: 40px;
}

.div2-7 {
  margin-bottom: 40px;
}

.div2-8 {
  margin-bottom: 40px;
}

.linkchange {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.linkchange:hover {
  color: #0f76bc;
}

.link-3 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link-3:hover {
  color: #0f76bc;
}

.link-3.a {
  color: #828c9b;
}

.link-3.a:hover {
  color: #0f76bc;
}

.div3-1 {
  margin-bottom: 40px;
}

.div3-2 {
  margin-bottom: 40px;
}

.div3-3 {
  margin-bottom: 40px;
}

.div3-4 {
  margin-bottom: 40px;
}

.div3-5 {
  margin-bottom: 40px;
}

.link3-1 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link3-1:hover {
  color: #0f76bc;
}

.link3-2 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link3-2:hover {
  color: #0f76bc;
}

.link3-3 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link3-3:hover {
  color: #0f76bc;
}

.link3-4 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link3-4:hover {
  color: #0f76bc;
}

.link3-5 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link3-5:hover {
  color: #0f76bc;
}

.link4-1 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link4-1:hover {
  color: #0f76bc;
}

.link4-2 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link4-2:hover {
  color: #0f76bc;
}

.link4-3 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link4-3:hover {
  color: #0f76bc;
}

.link-4 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link-4:hover {
  color: #0f76bc;
}

.link-4.a {
  color: #828c9b;
}

.link-4.a:hover {
  color: #0f76bc;
}

.div4-1 {
  margin-bottom: 40px;
}

.div4-2 {
  margin-bottom: 40px;
}

.div4-3 {
  margin-bottom: 40px;
}

.div5-1 {
  margin-bottom: 40px;
}

.div5-2 {
  margin-bottom: 40px;
}

.div5-3 {
  margin-bottom: 40px;
}

.div5-4 {
  margin-bottom: 40px;
}

.div5-5 {
  margin-bottom: 40px;
}

.link-5 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link-5:hover {
  color: #0f76bc;
}

.link5-1 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link5-1:hover {
  color: #0f76bc;
}

.link5-2 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link5-2:hover {
  color: #0f76bc;
}

.link5-3 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link5-3:hover {
  color: #0f76bc;
}

.link5-4 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link5-4:hover {
  color: #0f76bc;
}

.link5-5 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link5-5:hover {
  color: #0f76bc;
}

.tabs-3 {
  display: none;
}

.div3-1-copy {
  margin-bottom: 40px;
}

.tabs-4 {
  display: none;
}

.link-6 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link-6:hover {
  color: #0f76bc;
}

.link-7 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link-7:hover {
  color: #0f76bc;
}

.link-7-copy {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link-7-copy:hover {
  color: #0f76bc;
}

.link-9 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link-9:hover {
  color: #0f76bc;
}

.link-10 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link-10:hover {
  color: #0f76bc;
}

.div3-6 {
  margin-bottom: 40px;
}

.link3-6 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link3-6:hover {
  color: #0f76bc;
}

.link-8 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link-8:hover {
  color: #0f76bc;
}

.link8-1 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link8-1:hover {
  color: #0f76bc;
}

.link8-2 {
  font-family: 'Circular std', sans-serif;
  color: #828c9b;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link8-2:hover {
  color: #0f76bc;
}

.div8-2 {
  margin-bottom: 40px;
}

.div8-1 {
  margin-bottom: 40px;
}

.container-21 {
  display: none;
}

.heading-29-copy {
  margin-top: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
}

.heading-29-copy-copy {
  display: none;
  margin-top: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 52px;
  line-height: 52px;
  text-align: center;
}

.hero-paragraph {
  margin-bottom: 0px;
  color: rgba(86, 96, 115, 0.7);
  font-size: 21px;
  line-height: 29px;
  font-weight: 400;
  letter-spacing: 0px;
}

.hero-grid-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 0px;
  -ms-grid-columns: 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-h1 {
  margin-top: 10px;
  margin-bottom: 16px;
  color: #000;
  font-size: 54px;
  line-height: 65px;
  letter-spacing: -1.4px;
}

.hero-image {
  width: 100%;
}

.button-hero {
  margin-top: 40px;
  padding: 18px 32px;
  border-radius: 100px;
  background-color: #0f76bc;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
}

.button-hero:hover {
  background-color: #04518d;
  color: #fff;
}

.hero-section {
  padding: 100px 3%;
}

.section-title-job-seeker {
  display: none;
  min-height: 550px;
  background-image: url('../images/Frame-20.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.container-8-copy.section-11 {
  padding-top: 60px;
  padding-bottom: 180px;
  background-image: none;
}

.container-8-copy.section-11-copy {
  padding: 20px 100px 100px 60px;
  background-image: none;
}

.container-8-copy.section-11-copy {
  padding: 80px 60px 140px;
  background-image: none;
}

.button-download {
  margin-top: 20px;
  padding: 18px 32px;
  border-radius: 100px;
  background-color: #0f76bc;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
}

.button-download:hover {
  background-color: #04518d;
  color: #fff;
}

.service-card-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px 24px 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;
  border-radius: 8px;
  background-color: #f4f7fb;
  box-shadow: 0 2px 10px 2px rgba(3, 61, 106, 0.25);
}

.heading-37 {
  min-height: 50px;
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: 'Circular std', sans-serif;
  color: #162a37;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
}

.card-content-wrap-2 {
  margin-bottom: 25px;
  -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;
  color: #6b539a;
  text-align: center;
}

.section-card {
  display: block;
  padding: 120px 10% 0px;
  -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;
}

.section-content-details {
  /* display: none; */
  margin-top: 0px;
  padding: 60px 5% 0px;
  -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;
  background-image: url('../images/Frame-219.png');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-community{
  padding: 60px 5%;
}

.section-community .column-wrap-reversed{
  align-items: center;
}

.section-community .image-block-content-1{
  width: 40%;
}

.section-community .image-block-content-1 img{
  width: 60%;
}

.section-community .content-block-left-content-1{
  width: 60%;
}

.section-community .heading-primary-job-seeker{
  margin-bottom: 24px;
}

.section-community .button-digital-job-fair{
  min-width: auto;
  margin-top: 32px;
}

.section-community h4.titles{
  margin-top: 0px;
  font-family: 'Circular std book';
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.section-community .box-value{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 14px;
}

.section-community .box-value div{
  background: #EAF0F6;
  padding: 24px 10px;
  width: 32%;
}

.section-community .box-value div h4{
  color: #0F76BC;
  font-size: 42px;
  line-height: 45px;
  text-align: center;
  font-family: 'Circular std medium';
  margin-top: unset;
}

.section-community .box-value div h5{
  color: #41515F;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: unset;
  letter-spacing: 1.5px;
  font-family: 'Circular std book';
}

@media screen and (max-width: 991px){
  .section-community{
    padding: 40px 3% !important;
  }

  .section-community .column-wrap-reversed{
    flex-direction: column-reverse;
  }

  .section-community .image-block-content-1 {
    width: 50%;
    margin-bottom: 20px;
  }

  .section-community .image-block-content-1 img{
    width: 65%;
  }

  .section-community .content-block-left-content-1{
    width: 90%;
  }

  .section-community h2{
    font-size: 20px;
  }

  .section-community h4.titles{
    text-align: center;
    font-size: 16px;
  }

  .section-community .box-value div h5{
    text-align: center;
  }

  .section-community .box-value div h4{
    font-size: 28px;
    line-height: 32px;
  }

  .section-community .box-value div h5{
    font-size: 12px;
    line-height: 16px;
  }

}

@media screen and (max-width: 767px){
  .section-community .image-block-content-1 {
    width: 60%;
    margin-top: 10px;
  }

  .section-community .box-value div h4{
    font-size: 26px;
    line-height: 28px;
  }

  .section-community .heading-primary-job-seeker{
    margin-bottom: 18px;
  }
  
}

@media screen and (max-width: 575px){
  .section-community .image-block-content-1 {
    width: 70%;
    margin-bottom: 10px;
  }

  .section-community .box-value div h4{
    font-size: 24px;
    line-height: 28px;
  }
  
  .section-community .box-value{
    display: block;
  }

  .section-community .box-value div{
    width: 100%;
    margin-bottom: 10px;
  }

  .section-community .box-value div:last-child{
    margin-bottom: unset;
  }
}

@media screen and (max-width: 479px){
  .section-community .image-block-content-1 {
    width: 65%;
  }

  .section-community h4.titles{
    font-size: 14px;
    line-height: 20px;
  }

}


.heading-primary-copy {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Circular std', sans-serif;
  color: #001623;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

.heading-primary-copy.h3-centre {
  max-width: 700px;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 45px;
  text-align: center;
}

.column-46 {
  text-align: left;
}

.column-47 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.section-content-details-2 {
  display: none;
  margin-top: -60px;
  padding: 140px 5% 60px;
  -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;
  background-image: url('../images/Frame-221.png');
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-block-left-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  min-height: 350px;
  padding: 40px 10px 0px 120px;
  -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;
}

.button-digital-job-fair {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-width: 70%;
  margin-top: 20px;
  padding: 15px 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: 100px;
  background-color: #0f76bc;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
  text-decoration: none;
}

.button-digital-job-fair:hover {
  background-color: #0f76bc;
  color: #fff;
}

.image-block-content-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  min-height: auto;
  padding: 0px 30px;
  -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-content-details-3 {
  display: none;
  margin-top: -50px;
  padding: 140px 5% 100px;
  -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;
  background-image: url('../images/Frame-222.png');
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.button-tes-sekarang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  margin-top: 20px;
  padding: 15px 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: 100px;
  background-color: #0f76bc;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
  text-decoration: none;
}

.button-tes-sekarang:hover {
  background-color: #0f76bc;
  color: #fff;
}

.image-block-content-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  min-height: auto;
  padding: 30px;
  -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;
}

.content-block-left-content-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 40px 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;
}

.image-block-content-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  min-height: 350px;
  padding: 0px 30px;
  -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;
}

.content-block-left-content-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 0px 10px;
  -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-content-event {
  padding: 100px 10%;
  -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: #f4f7fb;
  font-family: 'Circular std', sans-serif;
}

.section-content-logo {
  padding: 100px 5%;
  -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;
  font-family: 'Circular std', sans-serif;
}

.heading-primary-copy-copy {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Circular std', sans-serif;
  color: #001623;
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

.heading-primary-copy-copy.h3-centre {
  max-width: 700px;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 45px;
  text-align: center;
}

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

.images-events {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 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;
  text-align: center;
}

.columns-13 {
  display: inline-block;
  -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;
}

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

.columns-15 {
  display: inline-block;
}

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

.columns-6-copy {
  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-33 {
  max-width: 100%;
}

.title-wrap-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 10px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.section-9-copy {
  padding: 100px 80px;
  background-color: #0f76bc;
  background-image: url('../images/Frame-217.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.heading-22-copy {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 54px;
  font-weight: 500;
}

.div-subfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.button-text-lg {
  position: relative;
  display: block;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #333;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.button-icon {
  position: relative;
  height: 22px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Fa brands 400', sans-serif;
  color: #333;
  font-size: 22px;
  line-height: 1;
}

.button-icon.google {
  font-size: 21px;
}

.button-color {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #fa9e3a;
}

.button-color.apple {
  background-color: #000;
}

.button-color.google {
  background-color: #000;
}

.button-color.apple {
  background-color: #000;
}

.button-color.google {
  background-color: #000;
}

.button-2022 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 164px;
  height: 64px;
  margin-right: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.15);
  border-radius: 20px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
}

.button-2022.google {
  position: relative;
}

.button-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  margin-top: 30px;
  -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;
}

.button-wrapper-2.s-3 {
  height: auto;
  margin-top: 20px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-wrapper-2.s-3 {
  height: auto;
  margin-top: 20px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-text-sm {
  display: inline;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  font-weight: 300;
}

.button-google-play {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 200px;
  height: 64px;
  margin-right: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.15);
  border-radius: 20px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
}

.button-google-play.google {
  position: relative;
}

.button-app-store {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 164px;
  height: 64px;
  margin-right: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.15);
  border-radius: 20px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
}

.button-app-store.google {
  position: relative;
  width: 200px;
  margin-right: 20px;
}

.section-download {
  display: none;
  min-height: 350px;
  padding: 80px;
  background-color: #0f76bc;
  background-image: url('../images/Frame-217-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.section-18 {
  display: none;
  padding-top: 40px;
  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;
}

.button-2023 {
  margin-left: 20px;
}

.heading-22-copy-copy {
  max-width: 30%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 45px;
  line-height: 52px;
  font-weight: 700;
}

.heading-22-copy-copy-copy {
  max-width: 59%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 45px;
  line-height: 52px;
  font-weight: 700;
}

.div-title-jobdetails-copy {
  min-height: 340px;
  padding-top: 40px;
  padding-bottom: 40px;
  /* background-color: #f4f7fb; */
  background-position: 50% 50%;
  background-size: cover;
}

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

.container-8-copy-copy.section-11 {
  padding: 0px 100px;
  background-image: none;
}

.div-title-jobdetails-copy-copy {
  padding-top: 40px;
  padding-bottom: 140px;
  background-color: #f4f7fb;
  background-image: url('../images/bg-backend.png');
  background-position: 50% 50%;
  background-size: cover;
}

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

.container-8-copy-copy.section-11 {
  padding: 0px 100px;
  background-image: none;
}

.div-title-jobdetails-copy-copy-copy {
  height: auto;
  min-height: 380px;
  padding-top: 40px;
  padding-bottom: 60px;
  border: 1px none #000;
  background-color: #f4f7fb;
  background-image: url('../images/bg-backend.png');
  background-position: 50% 100%;
  background-size: cover;
}

.heading-primary-copy-copy {
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #1a3066;
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.heading-primary-copy-copy.h3-centre {
  max-width: 700px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 45px;
  text-align: center;
}

.h1_features-3 {
  min-height: 55px;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 27px;
}

.text_features-2 {
  min-height: 135px;
  font-family: 'Circular std book', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.card_base-1 {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 305px;
  margin-bottom: 35px;
  padding: 40px 25px 0px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 4px 3px 12px 1px rgba(58, 58, 58, 0.14);
  color: #000;
}

.card_base-1:hover {
  box-shadow: 6px 6px 20px 7px rgba(58, 58, 58, 0.14);
}

.shortdesc-notheadline-copy {
  min-height: 125px;
  margin-bottom: 20px;
  font-family: 'Circular std book', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

.title-notheadline-copy {
  min-height: 75px;
  margin-top: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.heading-primary-job-seeker {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Circular std', sans-serif;
  color: #001623;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.5px;
}

.heading-primary-job-seeker.h3-centre {
  max-width: 700px;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 45px;
  text-align: center;
}

.heading-primary-copy-copy-copy {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  color: #001623;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

.heading-primary-copy-copy-copy.h3-centre {
  max-width: 700px;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 45px;
  text-align: center;
}

.section-title-job-seeker-copy {
  background-image: url('../images/Frame-14.png');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-9 {
  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;
}

.text-block-42 {
  margin-left: 10px;
  color: #fff;
  text-decoration: none;
}

.div-block-37 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.primary-cta-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding: 15px 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;
  border-radius: 100px;
  background-color: #0f76bc;
  box-shadow: 0 5px 12px -3px rgba(0, 0, 0, 0.07);
  text-decoration: none;
}

.text-block-46 {
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.text-block-48 {
  margin-left: 10px;
  color: #fff;
  text-decoration: none;
}

.primary-cta-2-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: 10px;
  margin-left: 0px;
  padding: 14px 32px;
  -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: 100px;
  background-color: #fff;
  box-shadow: 0 4px 12px 1px rgba(0, 0, 0, 0.07);
  text-align: left;
  text-decoration: none;
}

.heading-223 {
  max-width: 55%;
  margin-top: 80px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
}

.title-about-us {
  height: auto;
  max-width: none;
  min-width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.title-about-us.ss {
  margin-top: 5px;
}

.title-about-us.sss.text-span-7 {
  min-width: 32%;
  margin-left: 0px;
  color: #0f76bc;
}

.title-about-us.ssss {
  width: auto;
  min-height: 46px;
  min-width: 280px;
  margin-left: 10px;
  color: #1076bb;
  text-align: left;
}

.title-about-us.ssss-copy {
  width: auto;
  min-height: 46px;
  min-width: 208px;
  margin-left: 10px;
  color: #1076bb;
  text-align: left;
}

.container-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.title-tentang-kami {
  max-width: 70%;
  margin-top: 40px;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  text-decoration: none;
}

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

.nav-link-2-copy {
  padding-right: 16px;
  padding-left: 16px;
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2-copy:hover {
  color: #1b2d45;
}

.nav-link-2-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #576573;
  white-space: nowrap;
}

.nav-link-2-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.nav-link-2-copy.dark-blue-copy {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #576573;
  white-space: nowrap;
}

.heading-22-copy {
  max-width: 55%;
  margin-top: 80px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 46px;
  line-height: 50px;
  font-weight: 700;
}

.heading-job {
  max-width: 45%;
  margin-top: 60px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  text-align: left;
}

.paragraph-job {
  max-width: 35%;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: 0px;
  font-family: 'Circular std book', sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.paragraph-studi-kasus {
  min-height: auto;
  margin-bottom: 0px;
  font-family: 'Circular std book', sans-serif;
  color: #41515f;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  text-align: left;
}

.paragraph-studi-kasus.short-studi-kasuss {
  min-height: 100px;
}

.tool-name-copy-copy {
  min-height: 155px;
  margin-top: 5px;
  margin-bottom: 8px;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -0.4px;
}

.tool-name-studi-kasus {
  min-height: auto;
  margin-top: 5px;
  margin-bottom: 8px;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.4px;
}

.tool-name-studi-kasus.long-studi-kasus {
  min-height: 125px;
}

.tool-name-studi-kasus-2 {
  min-height: 95px;
  margin-top: 5px;
  margin-bottom: 8px;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -0.4px;
  text-align: left;
}

.paragraph-studi-kasus-copy {
  min-height: auto;
  margin-bottom: 0px;
  font-family: 'Circular std book', sans-serif;
  color: #41515f;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  text-align: left;
}

.paragraph-studi-kasus-copy.long-studikasus {
  min-height: 120px;
}

.heading-22-copy-copy {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 54px;
  font-weight: 500;
}

.heading-22-copy-copy {
  max-width: none;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
  text-align: left;
}

.heading-22-copy-copy-copy {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
}

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

.link-privacy-policy-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  text-align: left;
  text-decoration: none;
}

.div-link {
  margin-top: 20px;
  padding-right: 40px;
}

.div-content {
  height: auto;
  min-height: 270px;
  padding-right: 20px;
  padding-left: 20px;
}

.img-notheadline-2 {
  max-width: 70%;
  margin-top: 5px;
  margin-bottom: 20px;
  padding-bottom: 0px;
}

.div-content-english {
  height: auto;
  min-height: 230px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: left;
}

.card-content-english {
  min-height: 280px;
}

.div-block-39 {
  text-align: right;
}

.card-content {
  height: auto;
  min-height: 320px;
}

.card-content-2 {
  height: auto;
  min-height: 320px;
}

.title-customer {
  max-width: 70%;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
}

.title-customer-english {
  max-width: 60%;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
}

.paragraph-customer-english {
  max-width: 80%;
  font-family: 'Circular std book', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.4;
}

.paragraph-customer {
  max-width: 70%;
  font-family: 'Circular std book', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.4;
}

.paragraph-4-indo {
  max-width: 80%;
  padding-left: 0px;
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
}

.paragraph-4-english {
  max-width: 70%;
  padding-left: 0px;
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
}

.link-event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-decoration: none;
}

.div-block-37-copy {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.footer-column-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px none hsla(0, 0%, 100%, 0.1);
}

.footer-column-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-right: 10px;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px none hsla(0, 0%, 100%, 0.1);
}

.div-scroll-up {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.div-address {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.footer-title-2-copy {
  margin-bottom: 22px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.footer-wrapper-social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-22-copy-copy-copy-copy {
  max-width: 59%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 45px;
  line-height: 52px;
  font-weight: 700;
}

.heading-22-copy-copy-copy {
  max-width: 30%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 45px;
  line-height: 52px;
  font-weight: 700;
}

.heading-job-details {
  max-width: 30%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 45px;
  line-height: 52px;
  font-weight: 700;
}

.heading-job-details-copy {
  max-width: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 45px;
  line-height: 52px;
  font-weight: 700;
  text-align: left;
}

.footer-02 {
  position: relative;
  z-index: 1000;
  padding: 100px 2% 0px;
  background-color: #2b3d4b;
}

.footer-grid-3 {
  grid-column-gap: 0px;
  -ms-grid-columns: 1.5fr 0.5fr 0.75fr 0.5fr 1fr;
  grid-template-columns: 1.5fr 0.5fr 0.75fr 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-30-copy {
  margin-top: 0px;
  font-family: 'Circular std', sans-serif;
  color: #2b3d4b;
  font-size: 36px;
  line-height: 42px;
  text-align: left;
}

.paragraph-16-copy {
  font-family: 'Circular std book', sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  text-align: left;
}

.heading-30-copy-copy {
  margin-top: 0px;
  font-family: 'Circular std', sans-serif;
  color: #2b3d4b;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
}

.paragraph-16-copy-copy {
  font-family: 'Circular std book', sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  text-align: left;
}

.button-submit {
  display: block;
  width: 30%;
  margin-left: 0px;
  padding: 15px 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;
  border-radius: 10px;
  background-color: #0f76bc;
  box-shadow: 0 5px 12px -3px rgba(0, 0, 0, 0.07);
  text-align: center;
  text-decoration: none;
}

.button-submit:hover{
  background-color: #04518D;
}

.section-first-content {
  display: none;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/Frame-294.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-primary-copy {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Circular std', sans-serif;
  color: #001623;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

.heading-primary-copy.h3-centre {
  max-width: 700px;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 32px;
  text-align: center;
}

.paragraph-copy {
  max-width: 100%;
  font-family: 'Circular std book', sans-serif;
  color: #546681;
  font-size: 18px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.heading-primary-copy-copy {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Circular std', sans-serif;
  color: #001623;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

.heading-primary-copy-copy.h3-centre {
  max-width: 700px;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 45px;
  text-align: center;
}

.div-menu-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  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;
  cursor: pointer;
}

.menu-image {
  max-width: 30%;
  cursor: pointer;
}

.menu-title {
  margin-left: 20px;
  font-family: 'Circular std book', sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  cursor: default;
}

.div-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 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;
  cursor: default;
}

.menu-image-copy {
  max-width: 30%;
  cursor: pointer;
}

.menu-image-copy {
  max-width: 30%;
  cursor: pointer;
}

.menu-image-copy {
  max-width: 30%;
  cursor: pointer;
}

.menu-image-copy {
  max-width: 30%;
  cursor: pointer;
}

.menu-image-copy-copy {
  max-width: 30%;
  cursor: pointer;
}

.menu-image-copy-copy {
  max-width: 30%;
  cursor: pointer;
}

.menu-image-copy-copy {
  max-width: 30%;
  cursor: pointer;
}

.menu-image-copy-copy {
  max-width: 30%;
  cursor: pointer;
}

.menu-image-copy-copy {
  max-width: 30%;
  cursor: auto;
}

.menu-image-copy-copy {
  max-width: 30%;
  cursor: pointer;
}

.section-content-logo-copy {
  margin-bottom: 0px;
  padding: 60px 3% 80px;
  -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;
  font-family: 'Circular std', sans-serif;
}

.div-block-41 {
  display: -ms-grid;
  display: grid;
  -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 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-column-1 {
  border-right: 0.5px none #adb3c3;
}

.text-block-49 {
  font-family: 'Circular std book', sans-serif;
  color: #41515f;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.div-logo-1 {
  height: auto;
  min-height: 260px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 0.5px solid #adb3c3;
}

.div-logo-copy {
  padding-right: 5px;
  padding-left: 5px;
  border-right: 0.5px none #adb3c3;
}

.div-logo-copy {
  padding-right: 5px;
  padding-left: 5px;
  border-right: 0.5px solid #adb3c3;
}

.div-logo-copy {
  padding-right: 5px;
  padding-left: 5px;
  border-right: 0.5px solid #adb3c3;
}

.div-logo-copy-copy {
  padding-right: 5px;
  padding-left: 5px;
  border-right: 0.5px solid #adb3c3;
}

.div-logo-copy-copy {
  min-height: 240px;
  padding-right: 5px;
  padding-left: 5px;
  border-right: 0.5px none #adb3c3;
}

.div-logo-copy-copy-copy {
  min-height: 240px;
  padding-right: 5px;
  padding-left: 5px;
  border-right: 0.5px solid #adb3c3;
}

.div-logo-copy-2 {
  min-height: 260px;
  padding-right: 5px;
  padding-left: 5px;
  border-right: 0.5px solid #adb3c3;
}

.text-block-50 {
  margin-top: 20px;
  color: #001623;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
}

.section-19 {
  display: none;
}

.section-20 {
  display: none;
}

.heading-22-copy-copy-copy-copy {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
}

.section-container {
  position: relative;
  height: 100vh;
}

.sectionwhite {
  height: auto;
}

.sectionwhite.shadowup {
  position: relative;
  padding-bottom: 0px;
  background-image: url('../images/ShadowBottomLayer.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

.sectionwhite.shadowup.backtoo {
  position: relative;
  padding-bottom: 150px;
  background-image: url('../images/grey.svg');
  background-position: 0px 100%;
  background-size: 65%;
  background-repeat: no-repeat;
}

.sectionwhite.shadowup.backtoo {
  position: static;
  padding-bottom: 0px;
  background-image: url('../images/grey.svg');
  background-position: 0px 100%;
  background-size: 65%;
  background-repeat: no-repeat;
}

.sectionwhite.shadowup.backtoo {
  position: relative;
  padding-top: 220px;
  padding-bottom: 220px;
  background-image: url('../images/grey.svg');
  background-position: 0px 100%;
  background-size: 65%;
  background-repeat: no-repeat;
}

.slide-bg-img-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  height: 98%;
  -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: 33px 25px 27px 33px;
  background-image: url('../images/AppDuo.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.section-shadow {
  position: absolute;
  left: 0px;
  top: -50px;
  right: 0px;
  height: 200px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
}

.slider-2 {
  display: block;
  height: 500px;
  min-height: 50vh;
  margin-top: 0px;
  margin-right: -30px;
  margin-left: -50px;
  background-color: transparent;
}

.slider-left-arrow-2 {
  left: -80px;
  display: block;
  height: 10%;
}

.slider-left-arrow-2.testimonials-arr {
  height: 25%;
}

.slide-mask-2 {
  padding: 50px 70px;
}

.slider-right-arrow-2 {
  right: -80px;
  height: 10%;
}

.slider-right-arrow-2.testimonials-arr {
  height: 25%;
}

.slider-arrow-2 {
  color: #0f76bc;
  font-size: 60px;
}

.nav-scroll-trigger {
  position: relative;
  height: 100%;
}

.nav-scroll-trigger-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  overflow: hidden;
  padding-top: 0vh;
}

.page-wrapper-2 {
  position: relative;
  z-index: auto;
}

.nav-scroll-trigger-container-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  overflow: hidden;
  padding-top: 101vh;
}

.page-wrapper-3 {
  position: relative;
  z-index: 10;
}

.sectionhome {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  min-height: 620px;
  -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: #2f215c;
}

.header-button-cta {
  margin-top: 15px;
  padding: 18.5px 58px 15px 30px;
  border-radius: 40px;
  background-color: #ff4a78;
  background-image: url('../images/right-arrow_1right-arrow.png');
  background-position: 90% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  box-shadow: 0 0 20px 0 rgba(255, 74, 120, 0);
  -webkit-transition: box-shadow 115ms ease, background-color 115ms ease;
  transition: box-shadow 115ms ease, background-color 115ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.header-button-cta:hover {
  background-color: #ff5b85;
  box-shadow: 0 0 20px 0 rgba(255, 74, 120, 0.5);
}

.download-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 60px;
  margin-right: 20px;
  padding-right: 20px;
  padding-bottom: 8px;
  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;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(136, 106, 193, 0.5);
  border-radius: 60px;
  -webkit-transition: border-color 115ms ease, box-shadow 115ms ease;
  transition: border-color 115ms ease, box-shadow 115ms ease;
}

.download-button:hover {
  border-color: #886ac1;
  box-shadow: 0 0 20px 0 rgba(136, 106, 193, 0.35);
}

.download-button.google-play-button {
  position: relative;
  margin-right: -10px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
}

.underteamface {
  padding: 30px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-image: linear-gradient(190deg, #2f215c, #625292);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

.footer-3 {
  display: block;
  height: auto;
  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: 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;
  background-color: #261d41;
}

.play-svg {
  width: 120px;
}

.dark-logo {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/Swift_dark.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}

.employees-text-div {
  padding-right: 10px;
  padding-left: 10px;
}

.secondfooter {
  padding-top: 15px;
  padding-bottom: 12px;
  background-color: #111;
  box-shadow: inset 0 1px 8px 0 rgba(0, 0, 0, 0.25);
}

.faq-answer-block {
  position: relative;
  overflow: hidden;
  padding-left: 60px;
}

.social-icon {
  width: 100%;
}

.navnew {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.video-embed {
  height: 100%;
}

.card-base-edge-back {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 20px;
  background-color: #392f55;
  box-shadow: 0 0 32px 0 rgba(255, 153, 179, 0.15);
  -webkit-transform: rotateX(90deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(90deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.section-container-2 {
  position: relative;
}

.header-heading {
  width: 65%;
  color: #fff;
  line-height: 1.2em;
  font-weight: 700;
}

.heading-employee {
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.testimonials-section {
  padding-top: 50px;
}

.section-color {
  position: relative;
  display: block;
  overflow: hidden;
  height: 550px;
  -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: #2f215c;
}

.section-color.above-footer {
  overflow: visible;
  height: 200px;
  background-color: #261d41;
}

.description-employee {
  line-height: 1.6em;
}

.footer-soc-block {
  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;
}

.footer-navlink {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: opacity 115ms ease;
  transition: opacity 115ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 1.5em;
  text-decoration: none;
}

.footer-navlink:hover {
  opacity: 0.8;
}

.footer-col-2 {
  display: block;
  -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;
}

.footer-col-1 {
  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;
}

.team-row {
  margin-top: 30px;
}

.quote-sign {
  position: absolute;
  left: -50px;
  top: -50px;
  width: 150px;
  opacity: 0.08;
}

.section-home-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: linear-gradient(62deg, transparent, rgba(136, 106, 193, 0.63) 98%), radial-gradient(circle farthest-corner at 50% 50%, transparent, #2f215c 71%);
}

.section-color-gradient {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: linear-gradient(220deg, transparent, #886ac1 98%);
}

.testimonial {
  position: relative;
  border-left-style: none;
  color: #2f215c;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
}

.app-store-img {
  width: 87%;
}

.nav-menu {
  padding-top: 8px;
}

.social-link-2 {
  width: 30px;
  margin-left: 15px;
  -webkit-transition: opacity 115ms ease;
  transition: opacity 115ms ease;
}

.social-link-2:hover {
  opacity: 0.8;
}

._3d-cards-base {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -30vh;
  display: block;
  width: 0px;
  height: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, 50vh);
  -ms-transform: translate(0px, 50vh);
  transform: translate(0px, 50vh);
}

.div-block-42 {
  display: none;
  width: 70%;
  margin-left: -37%;
}

.widget-6-heading {
  margin-bottom: 3px;
  color: #2f215c;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
}

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

.notification-div {
  position: absolute;
  top: -5px;
  right: -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 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;
  border-radius: 50%;
  background-color: #ff4a78;
}

._3d-card-base-9 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 60vh;
  height: 60vh;
  -webkit-transform: perspective(2000px) rotateX(75deg) rotateY(140deg) rotateZ(-45deg);
  transform: perspective(2000px) rotateX(75deg) rotateY(140deg) rotateZ(-45deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.notification-number {
  padding-top: 1px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.faq-answer {
  color: rgba(47, 33, 92, 0.75);
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 600;
}

.card-base-edge-front {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 20px;
  background-color: #625292;
  box-shadow: 0 0 32px 0 rgba(255, 153, 179, 0.25);
  -webkit-transform: rotateX(0deg) rotateY(-90deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-90deg) rotateZ(0deg);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.animation-pointer {
  position: relative;
  width: 18px;
  height: 18px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: #886ac1;
  box-shadow: 0 0 32px 0 rgba(255, 153, 179, 0.15);
}

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

.faq-question-block {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.nav-link-2 {
  position: static;
  width: 80px;
  padding: 0.65em 15px 0.5em;
  border: 2px solid #fff;
  border-radius: 4px;
  -webkit-transition: opacity 115ms ease;
  transition: opacity 115ms ease;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.nav-link-2.navlink-trigger {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-color: #2f215c;
  opacity: 0;
  color: #2f215c;
  font-weight: 600;
}

.nav-link-2.navlink-trigger.none {
  border-color: transparent;
}

.nav-link-2.navlink-trigger.none.w--current {
  color: #4c406d;
}

.nav-link-2.none {
  border-color: transparent;
}

.nav-link-2.none.w--current {
  color: #fff;
}

.faqs {
  padding-top: 20px;
}

.faq-circle {
  width: 10px;
  height: 10px;
  border: 5px solid #ff4a78;
  border-radius: 50%;
}

._3d-card-base-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 60vh;
  height: 60vh;
  -webkit-transform: perspective(2000px) rotateX(75deg) rotateY(35deg) rotateZ(-45deg);
  transform: perspective(2000px) rotateX(75deg) rotateY(35deg) rotateZ(-45deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

._3d-card-base {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 60vh;
  height: 60vh;
  -webkit-transform: perspective(2000px) rotateX(75deg) rotateY(20deg) rotateZ(-45deg);
  transform: perspective(2000px) rotateX(75deg) rotateY(20deg) rotateZ(-45deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.nav-link_3 {
  position: static;
  margin-right: 20px;
  margin-left: 5px;
  padding: 0.65em 15px 0.5em;
  border: 2px solid #fff;
  border-radius: 4px;
  -webkit-transition: color 115ms ease, border-color 115ms ease;
  transition: color 115ms ease, border-color 115ms ease;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.nav-link_3:hover {
  border-color: #ddd;
  color: #ddd;
}

.nav-link_3.nav-link-3 {
  margin-right: 0px;
  margin-left: 0px;
  border-color: transparent;
  background-color: #ff4a78;
  -webkit-transition: background-color 115ms ease, box-shadow 115ms ease;
  transition: background-color 115ms ease, box-shadow 115ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

.nav-link_3.nav-link-3:hover {
  background-color: #ff5b85;
  box-shadow: 0 0 20px 0 rgba(255, 74, 120, 0.5);
}

.container-27 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  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;
}

.block-quote {
  margin-top: 100px;
  margin-bottom: 25px;
  border-left-width: 10px;
  border-left-color: #886ac1;
  opacity: 0.62;
  color: #886ac1;
  font-size: 40px;
  line-height: 1.6em;
  font-style: italic;
  font-weight: 400;
}

._3d-card-base-3 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 60vh;
  height: 60vh;
  -webkit-transform: perspective(2000px) rotateX(75deg) rotateY(50deg) rotateZ(-45deg);
  transform: perspective(2000px) rotateX(75deg) rotateY(50deg) rotateZ(-45deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.widget-6-logo-container {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 23px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.card-base-edge-back-bottom {
  position: absolute;
  top: 0px;
  right: -20px;
  bottom: 0px;
  width: 20px;
  background-color: #625292;
  box-shadow: 0 0 32px 0 rgba(255, 153, 179, 0.25);
  -webkit-transform: rotateX(0deg) rotateY(-90deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-90deg) rotateZ(0deg);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.open-widget {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  cursor: pointer;
}

.widget-6-description-container {
  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-decoration: none;
}

.testimonial-block {
  position: relative;
  width: 70%;
}

.link-3 {
  color: #886ac1;
}

.navlink-container {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.widget-6-header-container {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-decoration: none;
}

.text-field-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 5px 7px -4px rgba(47, 33, 92, 0.2);
}

.employees-section {
  padding-right: 40px;
  padding-bottom: 50px;
  padding-left: 40px;
}

.description-section {
  width: 80%;
  padding-left: 2px;
  color: #4c406d;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
}

.header-description {
  width: 65%;
  margin-top: 15px;
  color: #fff;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.widget-6-description {
  margin-top: 4px;
  margin-bottom: 0px;
  color: rgba(76, 64, 109, 0.7);
  font-size: 16px;
  font-weight: 600;
}

.quotedesigner {
  margin-bottom: 100px;
  font-size: 20px;
  text-align: right;
}

.text-field-form {
  height: 45px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-left: 18px;
  border-style: none;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  color: #886ac1;
  font-size: 14px;
  font-weight: 700;
}

.text-field-form::-webkit-input-placeholder {
  color: rgba(47, 33, 92, 0.5);
}

.text-field-form:-ms-input-placeholder {
  color: rgba(47, 33, 92, 0.5);
}

.text-field-form::-ms-input-placeholder {
  color: rgba(47, 33, 92, 0.5);
}

.text-field-form::placeholder {
  color: rgba(47, 33, 92, 0.5);
}

.video-container-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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;
  background-image: url('../images/duotone.jpg');
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
}

.footer-buttons-download {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

._3d-card-base-7 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 60vh;
  height: 60vh;
  -webkit-transform: perspective(2000px) rotateX(75deg) rotateY(110deg) rotateZ(-45deg);
  transform: perspective(2000px) rotateX(75deg) rotateY(110deg) rotateZ(-45deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.container-28 {
  position: relative;
}

._3d-card-base-5 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 60vh;
  height: 60vh;
  -webkit-transform: perspective(2000px) rotateX(75deg) rotateY(80deg) rotateZ(-45deg);
  transform: perspective(2000px) rotateX(75deg) rotateY(80deg) rotateZ(-45deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-submit-2 {
  position: relative;
  height: 45px;
  padding: 14px 20px 12px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #ff4a78;
  -webkit-transition: background-color 115ms ease, box-shadow 115ms ease;
  transition: background-color 115ms ease, box-shadow 115ms ease;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: none;
}

.button-submit-2:hover {
  background-color: #ff5b85;
  box-shadow: 0 0 20px 0 rgba(255, 74, 120, 0.5);
}

._3d-card-base-6 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 60vh;
  height: 60vh;
  -webkit-transform: perspective(2000px) rotateX(75deg) rotateY(95deg) rotateZ(-45deg);
  transform: perspective(2000px) rotateX(75deg) rotateY(95deg) rotateZ(-45deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.heading-section {
  margin-bottom: 8px;
  color: #2f215c;
  font-weight: 900;
}

.subscribe-form {
  position: absolute;
}

.subscribe-container-inner {
  position: relative;
  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;
}

.testimonial-name {
  font-size: 14px;
  font-style: italic;
  text-align: center;
}

.close-popup-div {
  position: absolute;
  top: 8px;
  right: 10px;
  display: none;
  width: 15px;
  height: 15px;
  background-image: url('../images/noun_Close_926080.svg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.5;
  -webkit-transition: opacity 115ms ease;
  transition: opacity 115ms ease;
  cursor: pointer;
}

.close-popup-div:hover {
  opacity: 1;
}

.check-it-out {
  position: relative;
  top: 20px;
  color: rgba(136, 106, 193, 0.3);
  font-size: 140px;
  line-height: 1.5em;
  font-weight: 900;
  text-align: center;
}

.testimonials-slider {
  background-color: transparent;
}

._3d-card-base-4 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 60vh;
  height: 60vh;
  -webkit-transform: perspective(2000px) rotateX(75deg) rotateY(65deg) rotateZ(-45deg);
  transform: perspective(2000px) rotateX(75deg) rotateY(65deg) rotateZ(-45deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.widget-6-logo-img {
  height: 100%;
}

.secondfootertext {
  color: #727272;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.video-container {
  position: relative;
  overflow: hidden;
  height: 450px;
}

._3d-card-base-10 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 60vh;
  height: 60vh;
  -webkit-transform: perspective(2000px) rotateX(75deg) rotateY(155deg) rotateZ(-45deg);
  transform: perspective(2000px) rotateX(75deg) rotateY(155deg) rotateZ(-45deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.navbar-container {
  width: 100%;
}

.teamface {
  height: 300px;
  border-radius: 6px 6px 0px 0px;
  background-image: url('../images/duotone2.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.teamface.face2 {
  background-image: url('../images/duotone3.jpg');
  background-position: 50% 44%;
  background-size: 300px;
}

.teamface.face3 {
  background-image: url('../images/duotone1.jpg');
  background-position: 50% 0px;
  background-size: 300px;
}

.sectionpeople {
  padding-top: 0px;
  padding-bottom: 400px;
  background-image: url('../images/grey.svg');
  background-position: 0px 100%;
  background-size: 75%;
  background-repeat: no-repeat;
}

.containerheader {
  position: relative;
  display: block;
  width: 100%;
  margin-top: -75px;
  -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;
}

._3d-card-base-8 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 60vh;
  height: 60vh;
  -webkit-transform: perspective(2000px) rotateX(75deg) rotateY(125deg) rotateZ(-45deg);
  transform: perspective(2000px) rotateX(75deg) rotateY(125deg) rotateZ(-45deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.logo-container {
  position: relative;
  width: 120px;
  height: 42px;
  margin-top: 5px;
  background-image: url('../images/Swift_white.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-container.w--current {
  background-image: url('../images/Swift_white.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.logo-container.footer-logo {
  width: 100px;
  margin-bottom: 25px;
  background-image: url('../images/Swift_white.svg');
}

.subscribe-block-animation {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-color: #2f215c;
}

.link-4 {
  color: #ff4a78;
}

.link-4:hover {
  color: #ff5b85;
}

.section-home-animate {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}

.div-block-43 {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
  width: 70%;
  margin-right: -37%;
}

.menunew {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
}

.google-play-img {
  width: 100%;
}

.faq-circle-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 50px;
  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;
}

.pointers-stroke {
  position: relative;
  left: -12.5%;
  top: -100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20%;
  margin-right: -12.5%;
  -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;
}

.faq-section-2 {
  padding-top: 100px;
  padding-right: 50px;
  padding-left: 50px;
}

.section-color-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.widget-6-container-inner {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 45px;
  padding: 18px 40px 18px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 8px 26px 5px rgba(0, 0, 0, 0.3);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.section-21 {
  padding: 80px 40px 60px;
  background-image: url('../images/background-success-story.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-link-2-copy {
  padding-right: 16px;
  padding-left: 16px;
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2-copy:hover {
  color: #1b2d45;
}

.nav-link-2-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #576573;
  white-space: nowrap;
}

.nav-link-2-copy.dark-blue {
  width: auto;
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.nav-link-2-copy {
  width: auto;
  min-width: auto;
  padding-right: 16px;
  padding-left: 16px;
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.nav-link-2-copy:hover {
  color: #1b2d45;
}

.nav-link-2-copy.w--current {
  font-weight: 400;
}

.nav-link-2-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #576573;
  white-space: nowrap;
}

.nav-link-2-copy.dark-blue {
  width: auto;
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.nav-link-2-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.nav-link-2-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}

.nav-link-2-copy {
  padding-right: 16px;
  padding-left: 16px;
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2-copy:hover {
  color: #1b2d45;
}

.nav-link-2-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #576573;
  white-space: nowrap;
}

.nav-link-2-copy.dark-blue {
  width: auto;
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.nav-link-2-copy {
  padding-right: 16px;
  padding-left: 16px;
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2-copy:hover {
  color: #1b2d45;
}

.nav-link-2-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #576573;
  white-space: nowrap;
}

.nav-link-2-copy.dark-blue {
  width: auto;
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.nav-link-2-copy {
  padding-right: 16px;
  padding-left: 16px;
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2-copy:hover {
  color: #1b2d45;
}

.nav-link-2-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #576573;
  white-space: nowrap;
}

.nav-link-2-copy.dark-blue {
  width: auto;
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.nav-link-2-copy {
  padding-right: 16px;
  padding-left: 16px;
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2-copy:hover {
  color: #1b2d45;
}

.nav-link-2-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #576573;
  white-space: nowrap;
}

.nav-link-2-copy.dark-blue {
  width: auto;
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.nav-link-2-copy {
  padding-right: 16px;
  padding-left: 16px;
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2-copy:hover {
  color: #1b2d45;
}

.nav-link-2-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #576573;
  white-space: nowrap;
}

.nav-link-2-copy.dark-blue {
  width: auto;
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.d-128-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/robots.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.d-128-image._3 {
  width: 370px;
  background-image: url('../images/popularity.png');
  background-size: cover;
}

.d-128-image._1 {
  background-image: url('../images/Frame-311.png');
  background-position: 100% 50%;
  background-size: cover;
}

.d-128-image._2 {
  height: 100%;
  background-image: url('../images/Frame-313.jpg');
  background-size: cover;
}

.d-128-image._3 {
  background-image: url('../images/Frame-311.png');
  background-size: cover;
}

.d-128-image._3-copy {
  background-image: url('../images/Frame-311.png');
  background-size: cover;
}

.d-128-image._1 {
  height: 100%;
  background-image: url('../images/Frame-311.jpg');
  background-size: cover;
}

.d-128-image._3 {
  height: 100%;
  background-image: url('../images/Frame-313.svg');
  background-size: cover;
}

.d-128-image._3-copy {
  height: 100%;
  background-image: url('../images/Frame-313.svg');
  background-size: cover;
}

.d-128-image._3 {
  height: 100%;
  background-image: url('../images/Frame-311.svg');
  background-size: cover;
}

.d-128-image._3-copy {
  height: 100%;
  background-image: url('../images/Frame-314.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.d-128-image._4 {
  height: 100%;
  background-image: url('../images/Frame-316.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.d-128-image._5 {
  height: 100%;
  background-image: url('../images/Frame-318.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.d-128-image._6 {
  height: 100%;
  background-image: url('../images/Frame-320.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.d-128-image-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  background-color: #f6df49;
}

.d-128-image-wrapper._3 {
  background-color: #7fd6c2;
}

.d-128-image-wrapper._2 {
  height: 100%;
  background-color: transparent;
}

.d-128-image-wrapper._1 {
  height: 100%;
  background-color: transparent;
}

.d-128-image-wrapper._3 {
  height: 100%;
  background-color: transparent;
}

.d-128-image-wrapper._3-copy {
  background-color: #7fd6c2;
}

.d-128-image-wrapper._4 {
  background-color: #7fd6c2;
}

.d-128-image-wrapper._5 {
  background-color: #7fd6c2;
}

.d-128-image-wrapper._6 {
  background-color: #7fd6c2;
}

.d-128-author-text {
  color: #383a47;
  text-transform: none;
}

.d-128-content-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37%;
  height: 100%;
  padding: 40px 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;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: #00528d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.d-128-h3-card-heading {
  margin-bottom: 0px;
  font-family: Inconsolata, monospace;
  color: #383a47;
  font-size: 28px;
  font-weight: 700;
  text-transform: none;
}

.d-128-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
  background-color: #383a47;
  color: #f3f6e5;
  letter-spacing: 2px;
}

.d-128-3d-card-wrapper {
  position: relative;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  cursor: default;
}

.slide-content-wrapper {
  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;
  background-color: transparent;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ontopdiv-copy {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-top: -140px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 30px 0px 50px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #fff;
  box-shadow: none;
}

.ontopdiv-copy.mockup-section {
  display: none;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 50px;
}

.ontopdiv-copy.mockup-section {
  padding-top: 1px;
  padding-bottom: 20px;
  padding-left: 50px;
}

.ontopdiv-copy.mockup-section {
  margin-top: 0px;
  padding-top: 1px;
  padding-bottom: 20px;
  padding-left: 50px;
}

.ontopdiv-copy.versionbottom {
  margin-top: -410px;
  padding-top: 50px;
  padding-right: 50px;
  box-shadow: none;
}

.ontopdiv-copy.versionbottom.subscribe-container {
  height: 500px;
  margin-top: -300px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.ontopdiv-copy.mockup-section-copy {
  display: block;
  margin-top: 0px;
  padding-top: 1px;
  padding-bottom: 20px;
  padding-left: 50px;
}

.ontopdiv-copy.mockup-section-copy-copy {
  display: block;
  margin-top: 0px;
  padding-top: 1px;
  padding-bottom: 20px;
  padding-left: 50px;
}

.ontopdiv-copy.mockup-section-copy {
  display: block;
  margin-top: 0px;
  padding-top: 1px;
  padding-bottom: 20px;
  padding-left: 50px;
}

.ontopdiv-copy.mockup-section-copy-copy {
  display: block;
  margin-top: 0px;
  padding-top: 1px;
  padding-bottom: 20px;
  padding-left: 50px;
  background-color: transparent;
}

.text-block-51 {
  margin-top: 10px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 44px;
  font-weight: 500;
}

.text-block-52 {
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
}

.heading-success-story {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Circular std', sans-serif;
  color: #001623;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

.heading-success-story.h3-centre {
  max-width: 700px;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 45px;
  text-align: center;
}

.section-content-logo-case-study {
  margin-bottom: 0px;
  padding: 60px 3% 80px;
  -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;
  font-family: 'Circular std', sans-serif;
}

.title-logo-case-study {
  max-width: 70%;
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Circular std', sans-serif;
  color: #001623;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

.title-logo-case-study.h3-centre {
  max-width: 700px;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 45px;
  text-align: center;
}

.title-logo-case-study-indo {
  max-width: 80%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  color: #001623;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

.title-logo-case-study-indo.h3-centre {
  max-width: 700px;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 45px;
  text-align: center;
}

.section-no-job {
  display: none;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 60px 20px;
  background-color: #f4f7fb;
}

.section-similiar-job {
  padding-right: 30px;
  padding-left: 30px;
}

.section-similiar-job.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-similiar-job.content.homepage {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f7fb;
}

.grid-55 {
  margin-top: 30px;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-job-copy {
  max-width: 45%;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: 0px;
  font-family: 'Circular std book', sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.heading-223-copy {
  max-width: 40%;
  margin-top: 80px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
}

.social-link-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 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;
}

.footer-link-copy {
  display: block;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-copy:hover {
  opacity: 0.5;
}

.footer-link-copy.w--current {
  line-height: 24px;
}

.social-link-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 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;
}

.footer-column-copy2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  padding-right: 20px;
  padding-bottom: 80px;
  -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;
  border: 1px none #000;
}

.nav-link-send {
  padding-right: 16px;
  padding-left: 16px;
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

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

.nav-link-send.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #576573;
  white-space: nowrap;
}

.nav-link-send.dark-blue {
  width: auto;
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.footer-02-copy {
  position: relative;
  z-index: 1000;
  padding: 100px 2% 0px;
  background-color: #2b3d4b;
}

.bold-text-7 {
  color: #828c9b;
}

.bold-text-7:hover {
  color: #0f76bc;
}

.bold-text-8 {
  color: #828c9b;
}

.bold-text-8:hover {
  color: #0f76bc;
}

.bold-text-9 {
  color: #828c9b;
}

.bold-text-9:hover {
  color: #0f76bc;
}

.bold-text-10 {
  color: #828c9b;
}

.bold-text-10:hover {
  color: #0f76bc;
}

.link-3-text {
  color: #828c9b;
}

.link-3-text:hover {
  color: #0f76bc;
}

.link-4-text {
  color: #828c9b;
}

.link-4-text:hover {
  color: #0f76bc;
}

.title-wrap-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 40px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.ttile-job-seeker {
  max-width: 40%;
  margin-top: 100px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
}

.title-company-english {
  max-width: 50%;
  margin-top: 100px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
}

.footer-wrapper-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-bottom-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #93a1ac;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.1);
}

.footer-wrapper-social-media-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-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;
}

.primary-cta-2-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  padding: 20px 26px;
  -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: 100px;
  background-color: #fff;
  box-shadow: 0 5px 12px -3px rgba(0, 0, 0, 0.07);
  text-decoration: none;
}

.nav-link-report {
  padding-right: 16px;
  padding-left: 16px;
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

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

.nav-link-report.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #576573;
  white-space: nowrap;
}

.nav-link-report.dark-blue {
  width: auto;
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.button-subscribe {
  display: none;
  margin-left: 16px;
  padding: 20px 26px;
  -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: 100px;
  background-color: #fff;
  box-shadow: 0 5px 12px -3px rgba(0, 0, 0, 0.07);
  text-decoration: none;
}

.section-22 {
  height: 80px;
  background-color: #fff;
}

.link-block-10 {
  cursor: not-allowed;
}

.column-2 {
  margin-top: 60px;
}

.column-53 {
  display: none;
}

.div-content-copy {
  height: auto;
  min-height: 260px;
  padding-right: 20px;
  padding-left: 20px;
}

.div-content-copy {
  height: auto;
  min-height: 260px;
  padding-right: 20px;
  padding-left: 20px;
}

.div-content-copy-copy {
  height: auto;
  min-height: 260px;
  padding-right: 20px;
  padding-left: 20px;
}

.div-content-copy-copy {
  height: auto;
  min-height: 220px;
  padding-right: 20px;
  padding-left: 20px;
}

.div-content-copy-copy-copy {
  height: auto;
  min-height: 200px;
  padding-right: 20px;
  padding-left: 20px;
}

.div-content-copy-copy-copy {
  height: auto;
  min-height: 200px;
  padding-right: 20px;
  padding-left: 20px;
}

.div-content-copy2 {
  height: auto;
  min-height: 190px;
  padding-right: 20px;
  padding-left: 0px;
}

.div-content-english-copy {
  height: auto;
  min-height: 220px;
  padding-right: 20px;
  text-align: left;
}

.div-content-english-copy {
  height: auto;
  min-height: 240px;
  padding-right: 20px;
  padding-left: 20px;
}

.div-content-copy-copy-copy {
  height: auto;
  min-height: 260px;
  padding-right: 20px;
  padding-left: 20px;
}

.div-content-engl {
  height: auto;
  min-height: 220px;
  padding-right: 20px;
  padding-left: 20px;
}

.div-content-english-2 {
  height: auto;
  min-height: 220px;
  padding-right: 20px;
  padding-left: 20px;
}

.menu-image-copy-copy-copy {
  max-width: 20%;
  cursor: default;
}

.link-privacy-policy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
}

.link-privacy-policy-copy.link-headline {
  padding-left: 0px;
}

.link-privacy-policy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
}

.heading-29-copy-copy {
  display: block;
  margin-top: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 48px;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
}

.dropdown-link-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 22px 16px;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.mobile-dropdown-copy {
  display: none;
}

.dropdown-link-mobile-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 22px 16px;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-mobile-copy:hover {
  background-color: #f8faff;
}

.dropdown-link-mobile-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 22px 16px;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-mobile-copy:hover {
  background-color: #f8faff;
}

.dropdown-link-mobile-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 22px 16px;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-mobile-copy:hover {
  background-color: #f8faff;
}

.dropdown-title-2 {
  margin-bottom: 2px;
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-size: 16px;
}

.primary-cta-2-copy-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding: 15px 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;
  border-radius: 100px;
  background-color: #0f76bc;
  box-shadow: 0 5px 12px -3px rgba(0, 0, 0, 0.07);
  color: #fff;
  text-decoration: none;
}

.nav-link-login {
  padding-right: 16px;
  padding-left: 16px;
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

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

.nav-link-login.dark-blue-copy {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}

.dropdown-link-mobile-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 22px 16px;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-mobile-2:hover {
  background-color: #f8faff;
}

.nav-content-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-header-kontakkami {
  min-height: 350px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/background-contact-us-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-header-privacy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  padding-top: 100px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/background-contact-us-2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section-header-privacy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  padding-top: 100px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/background-contact-us-2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.image-40 {
  max-width: 100%;
  min-height: auto;
}

.image-41 {
  max-height: 100%;
  max-width: 100%;
  min-height: auto;
  margin-bottom: 0px;
}

.heading-primary-copy-copy-copy-copy {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: 'Circular std', sans-serif;
  color: #001623;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

.heading-primary-copy-copy-copy-copy.h3-centre {
  max-width: 700px;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 45px;
  text-align: center;
}

.columns-19 {
  margin-top: 0px;
}

.link-read {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  text-align: left;
  text-decoration: none;
}

.link-read-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
  text-decoration: none;
}

.section-23 {
  display: block;
  min-height: 40px;
  background-color: #fff;
}

.image-33-copy {
  max-width: 90%;
  cursor: pointer;
}

.image-33-copy {
  max-width: 90%;
}

.image-33-copy {
  max-width: 90%;
}

.image-33-copy-copy {
  max-width: 90%;
}

.div-white-content-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-white-content-copy-copy.div-introduction {
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-white-content-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-white-content-copy-copy.div-introduction {
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-white-content-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-white-content-copy-copy-copy.div-introduction {
  margin-top: 60px;
  margin-bottom: 60px;
}

.footer-column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px none hsla(0, 0%, 100%, 0.1);
}

.text-block-56 {
  margin-left: 10px;
  color: #fff;
  text-decoration: none;
}

.footer-wrapper-copy-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.secondary-link-2 {
  display: block;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.secondary-link-2:hover {
  opacity: 0.5;
}

.div-block-56 {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.footer-column-copy2-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  padding-right: 20px;
  padding-bottom: 80px;
  -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;
  border: 1px none #000;
}

.footer-grid-7 {
  grid-column-gap: 0px;
  -ms-grid-columns: 1.25fr 0.75fr 0.75fr 0.5fr 0.25fr;
  grid-template-columns: 1.25fr 0.75fr 0.75fr 0.5fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-column-copy-copy-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 10px;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px none hsla(0, 0%, 100%, 0.1);
}

.footer-bottom-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #93a1ac;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.1);
}

.footer-link-copy-2 {
  display: block;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-copy-2:hover {
  opacity: 0.5;
}

.footer-link-copy-2.w--current {
  line-height: 24px;
}

.social-link-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55px;
  margin-right: 20px;
  margin-left: 0px;
  padding: 10px 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;
  text-decoration: none;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.footer-logo-3 {
  margin-bottom: 30px;
}

.social-link-copy-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 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;
  text-decoration: none;
}

.image-44 {
  margin-right: 5px;
}

.text-block-55 {
  border-bottom: 1px none #000;
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.footer-wrapper-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-wrapper-social-media-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -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-54 {
  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: 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;
}

.footer-link-5 {
  display: block;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.footer-link-5:hover {
  opacity: 0.5;
}

.footer-link-5.w--current {
  line-height: 24px;
}

.social-link-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55px;
  margin-right: 20px;
  margin-left: 0px;
  padding: 10px 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;
  text-decoration: none;
}

.social-link-5-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 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;
  text-decoration: none;
}

.social-link-4-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55px;
  margin-right: 20px;
  margin-left: 0px;
  padding: 10px 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;
  text-decoration: none;
}

.social-link-4-copy.w--current {
  margin-right: 0px;
}

.section-header-privacy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  padding-top: 100px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/background-contact-us-2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.footer-wrapper-social-media-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 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;
}

.div-block-55-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.div-logo-copy-copy-copy-2 {
  min-height: 260px;
  padding-right: 5px;
  padding-left: 5px;
  border-right: 0.5px solid #adb3c3;
}

.div-logo-2 {
  height: auto;
  min-height: 260px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 0.5px solid #adb3c3;
}

.div-logo-copy-copy-2 {
  min-height: 260px;
  padding-right: 5px;
  padding-left: 5px;
  border-right: 0.5px none #adb3c3;
}

.div-logo-copy-3 {
  min-height: 260px;
  padding-right: 5px;
  padding-left: 5px;
  border-right: 0.5px solid #adb3c3;
}

.button-wrapper-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  margin-top: 30px;
  -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;
}

.button-wrapper-mobile.s-3 {
  display: none;
  height: auto;
  margin-top: 20px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-wrapper-mobile.s-3 {
  display: none;
  height: auto;
  margin-top: 20px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-app-store-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 164px;
  height: 64px;
  margin-right: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.15);
  border-radius: 20px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
}

.button-app-store-2.google {
  position: relative;
  width: 180px;
}

.button-google-play-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 180px;
  height: 64px;
  margin-right: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.15);
  border-radius: 20px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
}

.navigation-mob-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  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;
  background-color: transparent;
}

.section-title-full-time {
  min-height: 420px;
  background-image: url('../images/Frame-256.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-company-title-indo {
  max-width: 40%;
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
}

.text-block-48-copy {
  max-width: 45%;
  margin-top: 10px;
  font-family: 'Circular std book', sans-serif;
  color: #41515f;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.heading-freelance {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: 'Circular std', sans-serif;
  color: #001623;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

.card-content-wrap-company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  margin-bottom: 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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #6b539a;
  text-align: center;
}

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

.container-35.space-below {
  max-width: none;
  margin-bottom: 0px;
}

.container-35.space-below {
  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-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-35.space-below {
  margin-bottom: 0px;
}

.service-card-wrap-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.heading-37-copy-2 {
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  text-align: left;
}

.service-icon-company-2 {
  width: 15%;
  max-width: none;
  margin-bottom: 0px;
}

.paragraph-5-copy-2 {
  height: auto;
  max-width: 100%;
  min-height: auto;
  margin-bottom: 0px;
  font-family: 'Circular std book', sans-serif;
  color: #41515f;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}

.service-card-company-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: none;
  min-height: 100%;
  padding: 30px 24px;
  -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;
  border-radius: 8px;
  background-color: #f4f7fb;
  box-shadow: 0 2px 10px 2px rgba(3, 61, 106, 0.25);
}

.section-card-freelance {
  display: none;
  padding: 60px 5%;
  -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;
}

.column-company-2 {
  width: 50%;
  padding: 10px 40px;
}

.paragraph-23-copy-copy {
  height: auto;
  max-width: none;
  min-height: 90px;
  margin-bottom: 0px;
  font-family: 'Circular std book', sans-serif;
  color: #41515f;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}

.paragraph-23-copy-copy-2 {
  height: auto;
  max-width: none;
  min-height: auto;
  margin-bottom: 0px;
  font-family: 'Circular std book', sans-serif;
  color: #41515f;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}

.italic-text-2 {
  line-height: 27px;
  text-decoration: none;
}

.service-card-wrap-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-bottom: 32px;
  -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: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.heading-primary-2 {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 32px;
  font-family: 'Circular std', sans-serif;
  color: #001623;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

.section-card-sidejobs {
  display: none;
  padding: 60px 5%;
  -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;
}

.heading-37-copy {
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Circular std', sans-serif;
  color: #162a37;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
}

.card-content-wrap-3-copy {
  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;
  color: #6b539a;
  text-align: center;
}

.column-57 {
  width: 33%;
  padding: 10px;
}

.paragraph-23-copy {
  height: auto;
  max-width: none;
  min-height: 90px;
  margin-bottom: 0px;
  font-family: 'Circular std book', sans-serif;
  color: #41515f;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}

.service-card-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 28px 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #f4f7fb;
  box-shadow: 0 2px 10px 2px rgba(3, 61, 106, 0.25);
}

.service-card-3.section-card-sidejobs {
  padding: 20px 24px;
  -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;
  background-color: #f4f7fb;
}

.service-card-3.section-card-event {
  padding: 30px 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;
  background-color: #f4f7fb;
  text-align: left;
}

.service-icon-2 {
  width: 70px;
  margin-bottom: 10px;
}

.section-logo-company {
  margin-bottom: 0px;
  padding: 60px 3% 20px;
  -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;
  font-family: 'Circular std', sans-serif;
}

.heading-42-copy-copy {
  height: auto;
  max-width: 90%;
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
}

.section-9-copy-2 {
  padding: 80px;
  background-color: #eaf0f6;
  background-image: url('../images/Frame-172.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.column-12-copy {
  padding-top: 0px;
}

.button-contactus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 45%;
  margin-top: 0px;
  margin-left: 0px;
  padding: 16px 32px;
  -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: 100px;
  background-color: #fff;
  box-shadow: 0 4px 12px 1px rgba(0, 0, 0, 0.07);
  color: #0f76bc;
  text-align: left;
  text-decoration: none;
}

.text-block-13-copy-copy {
  max-width: 60%;
  margin-top: 10px;
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.heading-company-title-copy {
  max-width: 45%;
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  text-align: left;
}

.bold-text-11 {
  font-family: 'Circular std', sans-serif;
  color: #0f76bc;
  font-weight: 500;
}

.text-block-13-copy {
  margin-top: 10px;
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.heading-42-copy {
  height: auto;
  max-width: 80%;
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
}

.section-title-event-job-fair {
  min-height: auto;
  background-image: url('../images/Frame-256.png');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.container-event.section-event {
  padding: 40px 100px 40px;
  background-image: none;
}

.heading-237-event-indo {
  height: auto;
  max-width: none;
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  text-align: left;
}

.heading-237-event-copy-copy {
  height: auto;
  max-width: none;
  min-height: 92px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  color: #0f76bc;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  text-align: left;
}

.text-block-57 {
  margin-top: 20px;
  font-family: 'Circular std book', sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.column-58 {
  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;
  text-align: left;
}

.image-42 {
  margin-top: 10px;
  margin-left: 5px;
  max-width: 85%;
}

.heading-37-event-indo {
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: 'Circular std', sans-serif;
  color: #162a37;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
}

.card-content-wrap-3-copy-2 {
  display: block;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6b539a;
  text-align: center;
}

.paragraph-23-event-indo {
  height: auto;
  max-width: none;
  min-height: 115px;
  margin-bottom: 0px;
  font-family: 'Circular std book', sans-serif;
  color: #41515f;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.heading-primary-3 {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 32px;
  font-family: 'Circular std', sans-serif;
  color: #001623;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

.column-59 {
  width: 33%;
  padding: 10px;
}

.icon-event {
  width: 70px;
  height: auto;
  max-width: 90%;
  min-height: 79px;
  margin-bottom: 25px;
}

.section-sidejobs-content-copy {
  /* margin-top: -40px; */
  padding: 100px 5%;
  -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;
}

.button-start-here {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100.0001%;
  margin-top: 20px;
  margin-left: 0px;
  padding: 15px 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: 100px;
  background-color: #0f76bc;
  box-shadow: 0 5px 12px -3px rgba(0, 0, 0, 0.07);
  text-decoration: none;
}

.home-sections-label {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  bottom: 120px;
  padding-left: 40px;
  text-align: left;
}

.paragraph-71 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: 'Circular std book', sans-serif;
  color: #41515f;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

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

.label-3 {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 22px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(170, 170, 170, 0.2);
  background-color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.label-3.black-label {
  z-index: 40;
  border-style: none;
  border-width: 0px;
  border-radius: 12px;
  background-color: #c0e1f8;
  font-family: 'Circular std book', sans-serif;
  color: #0f76bc;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.homepage-layouts-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 75%;
  margin-top: 20px;
  margin-left: 0px;
  padding: 15px 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: 100px;
  background-color: #0f76bc;
  box-shadow: 0 5px 12px -3px rgba(0, 0, 0, 0.07);
  text-decoration: none;
}

.menu-image-copy-2 {
  width: auto;
  max-width: 25%;
  cursor: default;
}

.product5-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.menu-details {
  margin-left: 20px;
  font-family: 'Circular std book', sans-serif;
  color: #41515f;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  cursor: default;
}

.size1-text-2 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: 'Circular std', sans-serif;
  color: #001623;
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
  text-align: left;
  white-space: normal;
}

.div-details-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -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;
  cursor: default;
}

.text-block-58 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: 'Circular std', sans-serif;
  color: #41515f;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
}

.section-24 {
  padding-right: 36px;
  padding-left: 36px;
  -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;
  background-color: #fff;
  background-image: url('../images/Frame-279.png');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.home-image {
  height: 100%;
}

.menu-details-2 {
  margin-top: 5px;
  margin-left: 20px;
  font-family: 'Circular std book', sans-serif;
  color: #41515f;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  cursor: default;
}

.text-block-51-copy {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: 'Circular std', sans-serif;
  color: #41515f;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
}

.menu-details-1 {
  margin-left: 20px;
  font-family: 'Circular std', sans-serif;
  color: #41515f;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
  cursor: default;
}

.section-25 {
  padding-right: 36px;
  padding-left: 36px;
  -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;
  background-color: #fff;
  background-image: url('../images/Frame-278.png');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

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

.columns-20 {
  margin-bottom: 40px;
}

.image-43 {
  max-width: 30%;
  margin-right: 10px;
  cursor: default;
}

.div-join-job-fair {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 86px;
  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-radius: 8px;
  background-color: #f4f7fb;
  box-shadow: 0 0 4px 3px rgba(3, 61, 106, 0.25);
  cursor: default;
}

.image-38-copy {
  width: auto;
  max-height: none;
  max-width: 80%;
}

.div-block-50 {
  max-width: 82.89801%;
}

.text-block-59 {
  font-family: 'Circular std', sans-serif;
  color: #162a37;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  cursor: default;
}

.iphone-frame-copy {
  position: -webkit-sticky;
  position: sticky;
  left: 50%;
  top: 20%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  max-width: none;
  min-width: 40%;
  padding-top: 0px;
  -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;
}

.time-event-2 {
  margin-bottom: 0px;
  font-family: 'Circular std book', sans-serif;
  color: #2b3d4b;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  cursor: default;
}

.title-event-2 {
  min-height: 57px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  color: #162a37;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  text-align: left;
  cursor: default;
}

.date-event-2 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: 'Circular std', sans-serif;
  color: #2b3d4b;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  cursor: default;
}

.category-event-2 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  color: #0f76bc;
  font-size: 20px;
  text-align: left;
  cursor: default;
}

.div-block-57 {
  margin-top: 15px;
  padding-right: 10px;
  padding-left: 10px;
}

.link-event-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-decoration: none;
  cursor: pointer;
}

.img-event-2 {
  width: 100%;
  cursor: default;
}

.card-content-wrap-3 {
  min-height: 300px;
  margin-bottom: 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;
  color: #6b539a;
  text-align: center;
}

.service-card-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 10px 2px rgba(87, 101, 115, 0.4);
  cursor: default;
}

.link-5 {
  margin-right: 4px;
  padding-left: 0px;
  color: #1076bb;
  text-align: left;
  text-decoration: none;
}

.section-content-event-job-fair {
  padding: 100px 10%;
  -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: #eaf0f6;
  font-family: 'Circular std', sans-serif;
}

.heading-22-copy-copy-copy-copy-2 {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
  text-align: left;
}

.div-subfooter-3 {
  max-width: 60%;
}

.section-download-3 {
  padding: 80px;
  background-color: #0f76bc;
  background-image: url('../images/Frame-217-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.nav-link-2-copy-copy {
  padding-right: 16px;
  padding-left: 16px;
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2-copy-copy:hover {
  color: #1b2d45;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #576573;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  width: auto;
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}

.nav-link-2-copy-copy {
  padding-right: 16px;
  padding-left: 16px;
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2-copy-copy:hover {
  color: #1b2d45;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #576573;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  width: auto;
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}

.nav-link-2-copy-copy {
  padding-right: 16px;
  padding-left: 16px;
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2-copy-copy:hover {
  color: #1b2d45;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #576573;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  width: auto;
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}

.heading-237-event {
  height: auto;
  max-width: none;
  margin-top: 60px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  text-align: left;
}

.heading-237-event-copy {
  height: auto;
  max-width: 100%;
  min-height: 52px;
  min-width: 100%;
  margin-top: 8px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  color: #0f76bc;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
}

.heading-37-event-copy {
  max-width: 100.0001%;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: 'Circular std', sans-serif;
  color: #162a37;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
}

.heading-37-event {
  height: auto;
  min-height: 55px;
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: 'Circular std', sans-serif;
  color: #162a37;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
}

.paragraph-23-event {
  height: auto;
  max-width: none;
  min-height: 95px;
  margin-bottom: 0px;
  font-family: 'Circular std book', sans-serif;
  color: #41515f;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.button-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 75%;
  margin-top: 20px;
  margin-left: 0px;
  padding: 15px 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: 100px;
  background-color: #0f76bc;
  box-shadow: 0 5px 12px -3px rgba(0, 0, 0, 0.07);
  text-decoration: none;
}

.div-block-53 {
  cursor: default;
}

.nav-link-2-copy-copy {
  padding-right: 16px;
  padding-left: 16px;
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2-copy-copy:hover {
  color: #1b2d45;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #576573;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  width: auto;
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}

.nav-link-2-copy-copy {
  padding-right: 16px;
  padding-left: 16px;
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2-copy-copy:hover {
  color: #1b2d45;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #576573;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  width: auto;
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}

.nav-link-2-copy-copy {
  padding-right: 16px;
  padding-left: 16px;
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2-copy-copy:hover {
  color: #1b2d45;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #576573;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  width: auto;
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}

.nav-link-2-copy-copy {
  padding-right: 16px;
  padding-left: 16px;
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2-copy-copy:hover {
  color: #1b2d45;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #576573;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  width: auto;
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}

.nav-link-2-copy-copy {
  padding-right: 16px;
  padding-left: 16px;
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2-copy-copy:hover {
  color: #1b2d45;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #576573;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  width: auto;
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}

.nav-link-2-copy-copy {
  padding-right: 16px;
  padding-left: 16px;
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2-copy-copy:hover {
  color: #1b2d45;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #576573;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  width: auto;
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}

.nav-link-2-copy-copy {
  padding-right: 16px;
  padding-left: 16px;
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2-copy-copy:hover {
  color: #1b2d45;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #576573;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  width: auto;
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}

.nav-link-2-copy-copy {
  padding-right: 16px;
  padding-left: 16px;
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2-copy-copy:hover {
  color: #1b2d45;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #576573;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  width: auto;
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}

.nav-link-2-copy-copy {
  padding-right: 16px;
  padding-left: 16px;
  font-family: 'Circular std book', sans-serif;
  color: #576573;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2-copy-copy:hover {
  color: #1b2d45;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #576573;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  width: auto;
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.nav-link-2-copy-copy.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}

.primary-cta-2-copy-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  padding: 10px 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: 100px;
  background-color: #0f76bc;
  box-shadow: 0 5px 12px -3px rgba(0, 0, 0, 0.07);
  color: #fff;
  text-decoration: none;
}

.text-block-54 {
  font-family: 'Circular std book', sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}

.text-block-54-copy {
  width: 45%;
  margin-top: 10px;
  font-family: 'Circular std book', sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.ttile-job-seeker-copy {
  max-width: 45%;
  margin-top: 120px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  text-align: left;
}

.section-title-job-seeker-copy {
  min-height: 500px;
  background-image: url('../images/Frame-20.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.container-8-copy-copy.section-11 {
  padding-top: 60px;
  padding-bottom: 180px;
  background-image: none;
}

.container-8-copy-copy.section-11-copy {
  padding: 20px 100px 100px 60px;
  background-image: none;
}

.container-8-copy-copy.section-11-copy {
  padding: 80px 60px 140px;
  background-image: none;
}

.container-8-copy-copy.section-11-copy-copy {
  padding: 60px 100px 100px 60px;
  background-image: none;
}

.smallcounter {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 2px;
  font-family: 'Circular std', sans-serif;
  color: #0f76bc;
  font-size: 48px;
  line-height: 52px;
  font-weight: 700;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.testimonial-slider {
  height: 100%;
  background-color: transparent;
}

.slider-arrow-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

.icon-3 {
  color: #4c4172;
}

.slider-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-right: 15px;
  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;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 1px 1px 45px 0 rgba(0, 22, 50, 0.1);
}

.testimonial-paragraph {
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-style: normal;
  font-weight: 500;
}

.testimonial-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 25px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.slider-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  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;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 1px 1px 55px 0 rgba(0, 22, 50, 0.08);
}

.testimonial-content-block {
  position: relative;
  max-width: 590px;
}

.arrow-9 {
  width: 20px;
}

.testimonial-image {
  width: 100%;
}

.left-arrow {
  position: absolute;
  left: auto;
  top: auto;
  right: 40%;
  bottom: 0%;
  display: none;
}

.testimonial-image-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 0px 85px;
  -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;
}

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

.logo {
  width: 114px;
  margin-bottom: 8px;
}

.author-name {
  margin-top: 0px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.arrow-disabled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  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;
  border-radius: 100px;
  background-color: #4b98cd;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 35%;
  bottom: 0%;
  display: none;
}

.quote-image {
  position: absolute;
  left: -15px;
  top: -25px;
  z-index: -10;
  min-width: 70px;
}

.testimonial-author-wrap {
  margin-top: 36px;
}

.testimonial-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: auto;
  padding: 60px 5%;
  -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: #0f76bc;
}

.arrow-cta {
  position: absolute;
  left: -20%;
  top: auto;
  right: auto;
  bottom: -120%;
  width: 100px;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.text-span-9 {
  font-size: 32px;
  line-height: 36px;
}

.button-getfreetrial-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 28%;
  margin-top: 15px;
  margin-left: 0px;
  padding: 16px 32px;
  -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: 100px;
  background-color: #fff;
  box-shadow: 0 4px 12px 1px rgba(0, 0, 0, 0.07);
  text-align: left;
  text-decoration: none;
}

.section-title-copy {
  display: block;
  background-color: #fff;
}

.hero-copy {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 40px 20px 350px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/Frame-14.jpg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: 'Circular std book', sans-serif;
  color: #ff0060;
  text-align: center;
}

.service-card-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 10px 2px rgba(87, 101, 115, 0.4);
}

.service-card-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  background-color: #0f76bc;
  box-shadow: 8px 0 8px 24px rgba(87, 101, 115, 0.4);
}

.service-card-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 10px 2px rgba(87, 101, 115, 0.4);
}

.service-card-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 10px 2px rgba(87, 101, 115, 0.4);
}

.service-card-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 15px;
  background-color: #0f76bc;
  box-shadow: 0 0 10px 2px rgba(87, 101, 115, 0.4);
}

.card-services-homepage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px 10px 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  background-color: #0f76bc;
  box-shadow: 0 0 10px 2px rgba(87, 101, 115, 0.4);
}

.card-services-homepage-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 10px 2px rgba(87, 101, 115, 0.4);
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  -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-45 {
  max-width: 16%;
  margin-right: 15px;
}

.image-46 {
  max-width: 16%;
  margin-right: 15px;
}

.image-47 {
  max-width: 16%;
  margin-right: 15px;
}

.image-48 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-width: none;
  margin-bottom: -90px;
}

.image-49 {
  max-height: none;
  max-width: 16%;
}

.div-block-62 {
  display: block;
  margin-top: 24px;
}

.container-35-copy {
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.container-35-copy.space-below {
  max-width: none;
  margin-bottom: 0px;
}

.container-35-copy.space-below {
  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-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-35-copy.space-below {
  margin-bottom: 0px;
}

.paragraph-5-copy-2-copy {
  height: auto;
  max-width: 100%;
  min-height: auto;
  margin-bottom: 0px;
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.heading-37-copy-2-copy {
  display: block;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  text-align: left;
}

.paragraph-5-copy-2-copy-copy {
  display: block;
  height: auto;
  max-width: 85%;
  min-height: 85px;
  margin-bottom: 0px;
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.card-services-homepage-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  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: 12px;
  background-color: #f4f7fb;
  box-shadow: 0 0 10px 2px rgba(87, 101, 115, 0.4);
}

.heading-37-copy-2-copy-copy {
  display: block;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
}

.paragraph-5-copy-2-copy-copy-copy {
  display: block;
  height: auto;
  max-width: 95%;
  min-height: 100px;
  margin-bottom: 0px;
  font-family: 'Circular std book', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.image-48-copy {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
}

.card-services-homepage-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 30px 20px 30px 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  background-color: #0f76bc;
  box-shadow: 0 0 10px 2px rgba(87, 101, 115, 0.4);
}

.paragraph-5-copy-2-copy-copy-copy-copy {
  display: block;
  height: auto;
  max-width: 95%;
  min-height: 100px;
  margin-bottom: 0px;
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.heading-37-copy-2-copy-copy-copy {
  display: block;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
}

.images-events-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 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;
  text-align: center;
}

.images-events-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 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;
  text-align: center;
}

.images-events-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 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;
  text-align: center;
}

.images-events-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 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;
  text-align: center;
}

.images-events-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 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;
  text-align: center;
}

.images-events-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 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;
  text-align: center;
}

.images-events-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 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;
  text-align: center;
}

.images-events-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 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;
  text-align: center;
}

.images-events-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 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;
  text-align: center;
}

.images-events-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 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;
  text-align: center;
}

.images-events-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 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;
  text-align: center;
}

.images-events-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 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;
  text-align: center;
}

.image-33-copy {
  max-width: 100%;
}

.image-33-copy {
  max-width: 100%;
}

.image-33-copy {
  max-width: 100%;
}

.image-33-copy {
  max-width: 100%;
}

.image-33-copy {
  max-width: 100%;
}

.image-33-copy {
  max-width: 100%;
}

.section-9-copy {
  padding: 90px 80px;
  background-color: #0f76bc;
  background-image: url('../images/Frame-172_1.png');
  background-position: 100% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.subhead {
  font-size: 3rem;
  line-height: 3.6rem;
}

.subhead.space-bottom-36 {
  font-size: 2.8rem;
  line-height: 3.2rem;
}

.grid-hero {
  display: -ms-grid;
  display: grid;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 72px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.click-to-top {
  position: absolute;
  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;
}

.section-26 {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  border-bottom: 4px solid #000;
}

.section-26.blog-posts {
  position: relative;
  height: 1240px;
}

.section-26.hero-section {
  padding-bottom: 0px;
}

.section-26.projects {
  position: relative;
  width: 100%;
  height: 200vh;
  padding-top: 146px;
}

.ql-link {
  display: inline-block;
  width: 25%;
  padding: 20px;
  border-right: 4px solid #000;
  background-image: url('../images/arrow-link.svg');
  background-position: 90% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 2.4rem;
  font-weight: 600;
  text-decoration: none;
}

.ql-link:hover {
  background-color: #000;
  background-image: url('../images/arrow-link-white.svg');
  color: #fff;
}

.ql-link.last {
  border-right-style: none;
}

.footer-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -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;
  font-size: 1.6rem;
}

.quick-links-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: -40px;
  border: 4px solid #000;
  background-color: #c4c4c4;
}

.container-38 {
  width: 75vw;
  max-width: 1296px;
  margin-right: auto;
  margin-left: auto;
}

.eye-circle {
  position: absolute;
  left: 44.1%;
  top: 36%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17.75%;
  height: 22.25%;
  -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: #fff;
}

.eye-pupil {
  width: 50%;
}

.projects-container {
  position: -webkit-sticky;
  position: sticky;
  top: 7vh;
  width: 75vw;
  max-width: 1296px;
  margin-right: auto;
  margin-left: auto;
}

.heading-jumbo {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 11rem;
  line-height: 0.9;
}

.hero-image-wrapper {
  position: relative;
}

.blog-posts-wrapper {
  position: relative;
  width: 100%;
  margin-top: 36px;
}

.projects-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3350px;
}

.site-container {
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.mac {
  width: 100%;
}

.button-2024 {
  padding: 16px 24px;
  border: 4px solid #000;
  background-color: #c4c4c4;
  color: #000;
  font-size: 2rem;
  font-weight: 600;
}

.button-2024:hover {
  background-color: #000;
  color: #fff;
}

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

.modal-wrapper {
  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: 4px solid #000;
  background-color: #fff;
  box-shadow: 8px 8px 0 0 #000;
}

.modal-wrapper.project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 680px;
  margin-right: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.button-download-copy {
  margin-top: 20px;
  padding: 12px 30px;
  border-radius: 100px;
  background-color: #0f76bc;
  box-shadow: 1px 1px 5px 1px rgba(2, 31, 53, 0.3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
}

.button-download-copy:hover {
  background-color: #04518d;
  color: #fff;
}

.section-title-copy-copy {
  display: block;
  background-color: #fff;
}

.section-download-copy {
  display: block;
  height: auto;
  min-height: 270px;
  margin-top: 20px;
  padding: 60px 80px 80px;
  background-color: #0f76bc;
  background-image: url('../images/Group-1015.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.section-content-details-4 {
  display: block;
  margin-top: 0px;
  padding: 60px 5% 0px;
  -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;
}

.heading-primary-job-seeker-copy {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Circular std', sans-serif;
  color: #001623;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.5px;
}

.image-block-content-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  min-height: 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;
}

.paragraph-large-copy-copy {
  font-size: 20px;
}

.paragraph-large-copy-copy.centered-svp-copy-copy {
  margin-bottom: 10px;
  clear: left;
  font-family: 'Circular std', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 5px;
}

.paragraph-large-copy-copy.centered-svp-copy-copy-copy {
  margin-bottom: 10px;
  clear: left;
  font-family: 'Circular std', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 5px;
}

.paragraph-large-copy-copy.centered-svp-copy-copy {
  margin-top: 0px;
  margin-bottom: 10px;
  clear: left;
  font-family: 'Circular std', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 3px;
}

.paragraph-large-copy-copy.centered-svp-copy-copy-copy {
  margin-top: 0px;
  margin-bottom: 10px;
  clear: left;
  font-family: 'Circular std', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 3px;
}

.content-block-left-content-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 0px 10px 40px;
  -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;
}

.div-details-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 10px;
  -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;
  cursor: default;
}

.paragraph-large-copy {
  font-size: 20px;
}

.paragraph-large-copy.centered-svp-copy {
  margin-bottom: 35px;
  font-family: 'Circular std book', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.paragraph-large-copy.centered-svp-copy-copy {
  margin-bottom: 35px;
  font-family: 'Circular std book', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.paragraph-large-copy.centered-svp-copy {
  height: auto;
  min-height: 75px;
  margin-bottom: 20px;
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-large-copy.centered-svp-copy-copy {
  height: auto;
  min-height: 75px;
  margin-bottom: 20px;
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  -o-object-fit: fill;
  object-fit: fill;
}

.menu-title-2 {
  margin-left: 20px;
  font-family: 'Circular std book', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  cursor: default;
}

.image-block-content-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  min-height: auto;
  padding: 0px 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;
}

.section-content-details-5 {
  display: block;
  margin-top: -60px;
  padding: 140px 5% 60px;
  -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;
}

.content-block-left-content-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  min-height: 350px;
  padding: 0px 10px 0px 40px;
  -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;
}

.content-block-left-content-4-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  min-height: auto;
  padding: 40px;
  -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: 12px;
  background-color: transparent;
  background-image: url('../images/Frame-383.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #2a1c1c;
}

.image-block-content-4-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  min-height: auto;
  padding: 0px 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;
}

.content-block-left-content-5-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  min-height: auto;
  padding: 40px;
  -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: 12px;
  background-color: #fce153;
}

.image-block-content-5-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  min-height: auto;
  padding: 0px 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;
}

.heading-primary-job-seeker-copy-copy {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.5px;
}

.paragraph-large-copy-copy-copy {
  font-size: 20px;
}

.paragraph-large-copy-copy-copy.centered-svp-copy-copy {
  margin-bottom: 10px;
  clear: left;
  font-family: 'Circular std', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 5px;
}

.paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
  margin-bottom: 10px;
  clear: left;
  font-family: 'Circular std', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 5px;
}

.paragraph-large-copy-copy2 {
  font-size: 20px;
}

.paragraph-large-copy-copy2.centered-svp-copy {
  margin-bottom: 35px;
  font-family: 'Circular std book', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.paragraph-large-copy-copy2.centered-svp-copy-copy {
  margin-bottom: 35px;
  font-family: 'Circular std book', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.paragraph-large-copy-copy2.centered-svp-copy-copy-copy-2 {
  margin-bottom: 35px;
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.menu-title-2-copy {
  margin-left: 20px;
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  cursor: default;
}

.menu-title-2-copy {
  margin-left: 20px;
  font-family: 'Circular std book', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  cursor: default;
}

.menu-title-2-copy {
  margin-left: 20px;
  font-family: 'Circular std book', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  cursor: default;
}

.menu-image-job {
  max-width: 30%;
  cursor: default;
}

.column-wrap-reversed-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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: 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-wrap-copy {
  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;
}

.menu-title-21 {
  margin-left: 20px;
  font-family: 'Circular std book', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  cursor: default;
}

.menu-title-22 {
  margin-left: 20px;
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  cursor: default;
}

.section-title-copy-copy {
  display: block;
  height: auto;
  min-height: auto;
  background-color: #fff;
}

.hero-copy-copy {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-height: auto;
  padding: 50px 20px 370px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/Frame-387.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  font-family: 'Circular std book', sans-serif;
  color: #ff0060;
  text-align: center;
}

.section-title-copy-copy-copy {
  display: block;
  background-color: #fff;
}

.primary-cta-2-copy-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  padding: 15px 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;
  border-radius: 100px;
  background-color: #0f76bc;
  box-shadow: 0 5px 12px -3px rgba(0, 0, 0, 0.07);
  color: #fff;
  text-decoration: none;
}

.primary-cta-2-copy-3-copy.w--current {
  padding: 10px 20px;
}

.section-card-freelance-copy {
  display: block;
  padding: 0px 5% 80px;
  -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;
}

.text-span-2 {
  display: inline;
  font-size: 31px;
  line-height: 34px;
}

.the-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 55px;
  -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;
}

.the-sticky-div-title {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 300;
  width: 100%;
  margin-top: 10vh;
  margin-bottom: 0px;
  background-color: rgba(52, 152, 219, 0);
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.the-sticky-div-title.heading-primary {
  margin-top: 0vh;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Circular std', sans-serif;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}

.gradient {
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px 40px 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: 1px solid transparent;
  border-radius: 12px;
  background-color: transparent;
  opacity: 1;
  text-align: left;
}

.night-sky-fixed-background {
  position: absolute;
  z-index: 100;
  width: 800vh;
  height: 100%;
  background-color: #fff;
  opacity: 1;
}

.a-block {
  overflow: hidden;
  width: 470px;
  height: 370px;
  max-height: none;
  min-height: auto;
  min-width: auto;
  margin-top: 0px;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 12px;
  background-color: #f4f7fb;
  box-shadow: 3px 4px 7px 0 rgba(151, 159, 175, 0.4);
}

.the-overflow-hidden-mask {
  position: relative;
  z-index: 200;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
}

.the-width-400vh-scrollable-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vh;
  height: 100%;
  margin-top: 40px;
  -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;
}

.the-height-400vh-section {
  position: relative;
  display: none;
  height: 220vh;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 60px;
  -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-top: 60px none rgba(36, 36, 36, 0.09);
  background-color: #fff;
}

.the-height-400vh-section:focus {
  box-shadow: inset 0 0 0 85px rgba(255, 0, 0, 0.29);
}

.the-sticky-div {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #fff;
}

.heading-primary-job-seeker-copy-2 {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Circular std', sans-serif;
  color: #001623;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.5px;
}

.menu-title-23 {
  margin-left: 10px;
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  cursor: default;
}

.content-block-left-content-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 0px 10px 40px;
  -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;
}

.heading-primary-job-seeker-copy-2-copy {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.5px;
}

.div-block-63 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-52 {
  position: static;
  left: auto;
  top: 40%;
  right: 0%;
  bottom: 0%;
  max-width: 140px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 20px;
  text-align: left;
}

.div-block-64 {
  display: block;
  min-width: 40%;
  text-align: right;
}

.image-52-copy {
  position: static;
  left: auto;
  top: 40%;
  right: 0%;
  bottom: 0%;
  display: block;
  max-width: 30%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 10px;
  text-align: left;
}

.div-block-65 {
  display: none;
}

.user-name-t2 {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
}

.testimonials-wrapper {
  display: none;
  width: 90%;
  max-width: 1400px;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

.user-picture-t2 {
  border-radius: 80px 10px 80px 80px;
  box-shadow: 4px 9px 15px 0 #d1d1d1;
}

.testimonials-wrapper-t2 {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.slider-t2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.text-wrapper-t2 {
  max-width: 300px;
  margin-left: 60px;
}

.slide-wrapper-t2 {
  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;
}

.right-arrow-t2 {
  display: none;
}

.testimonials-t2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left-arrow-t2 {
  display: none;
}

.company-name-t2 {
  color: #8d8d8d;
}

.slide-nav-t2 {
  left: 141px;
  top: auto;
  right: 0%;
  bottom: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}

.quote-t2 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.hero-mobile {
  display: none;
}

.hero-2 {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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;
  background-color: #101949;
  color: #fff;
}

.subtitle {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 24px;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: 4px;
}

.button-2025 {
  padding: 12px 24px;
  border-radius: 8px;
  background-color: #974ccd;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.button-2025:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hero-image-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: -740px;
  z-index: 2;
}

.hero-image-2.right {
  bottom: -690px;
  z-index: 1;
  margin-left: 666px;
}

.hero-image-2.left {
  bottom: -620px;
  margin-right: 420px;
}

.hero-text {
  margin-bottom: 0px;
  text-shadow: 0 1px 64px rgba(0, 0, 0, 0.15);
}

.hero-bg-texture {
  position: absolute;
}

.hero-title {
  position: relative;
  z-index: 0;
  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;
  font-size: 192px;
  line-height: 1em;
  font-weight: 700;
}

.hero-title.top {
  z-index: 3;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-animation {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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;
  background-color: #101949;
  color: #fff;
}

.card-services-homepage-copy-2 {
  display: block;
  height: 100%;
  padding: 30px 20px 30px 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  background-color: #f4f7fb;
  box-shadow: 0 0 10px 2px rgba(87, 101, 115, 0.4);
}

.image-48-copy-copy {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
}

.title-capped-2 {
  font-family: 'Circular std', sans-serif;
  color: #41515f;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.circle-div-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 250px;
  max-width: 250px;
  min-height: 250px;
  min-width: 250px;
  -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: 1000px;
  background-color: #f4f7fb;
  box-shadow: 4px 4px 17px -1px rgba(151, 159, 175, 0.3);
}

.faq-section-2-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding: 80px 5%;
  -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: 'Circular std book', sans-serif;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.smallcounter-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 2px;
  font-family: 'Circular std', sans-serif;
  color: #0f76bc;
  font-size: 42px;
  line-height: 44px;
  font-weight: 700;
}

.image-53 {
  margin-bottom: 10px;
}

.counterup-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Circular std', sans-serif;
  color: #0f76bc;
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
}

.heross {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-height: 610px;
  padding: 40px 20px 320px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/Frame-14_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: 'Circular std book', sans-serif;
  color: #ff0060;
  text-align: center;
}

.section-title-nusatalentcom {
  display: block;
  background-color: #fff;
}

.container-nusatalentcom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.faq-section-nusatalentcom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding: 100px 5% 80px;
  -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: 'Circular std book', sans-serif;
}

.link-block-12 {
  cursor: pointer;
}

.link-block-13 {
  cursor: pointer;
}

.link-block-14 {
  cursor: pointer;
}

.link-block-15 {
  cursor: pointer;
}

.link-block-16 {
  cursor: pointer;
}

.link-block-17 {
  cursor: pointer;
}

.image-33-copy-copy {
  max-width: 90%;
}

.container-looking-job {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-content-details-4-copy {
  display: block;
  margin-top: 0px;
  padding: 120px 5% 0px;
  -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;
}

.section-content-details-5-copy {
  display: block;
  margin-top: -60px;
  padding: 140px 5% 60px;
  -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;
}

.div-block-68 {
  min-width: 32%;
}

.div-block-69 {
  min-width: auto;
  margin-left: 10px;
}

.faq-section-2-works {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding: 80px 5% 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;
  background-color: #fff;
  font-family: 'Circular std book', sans-serif;
}

.content-block-left-content-5-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  min-height: auto;
  padding: 40px;
  -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: 12px;
  background-color: #fff;
  background-image: url('../images/Frame-384.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph-large-copy-copy {
  font-size: 20px;
}

.paragraph-large-copy-copy.centered-svp-copy {
  margin-bottom: 35px;
  font-family: 'Circular std book', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.paragraph-large-copy-copy.centered-svp-copy-copy {
  margin-bottom: 35px;
  font-family: 'Circular std book', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.paragraph-large-copy-copy.centered-svp-copy {
  height: auto;
  min-height: 70px;
  margin-bottom: 20px;
  font-family: 'Circular std book', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-large-copy-copy.centered-svp-copys {
  margin-bottom: 35px;
  font-family: 'Circular std book', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.paragraph-large-copy-copy-copy {
  font-size: 20px;
}

.paragraph-large-copy-copy-copy.centered-svp-copy-copy {
  margin-bottom: 10px;
  clear: left;
  font-family: 'Circular std', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 5px;
}

.paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
  margin-bottom: 10px;
  clear: left;
  font-family: 'Circular std', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 5px;
}

.paragraph-large-copy-copy-copy.centered-svp-copy-copy {
  margin-top: 0px;
  margin-bottom: 10px;
  clear: left;
  font-family: 'Circular std', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 3px;
}

.paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
  margin-top: 0px;
  margin-bottom: 10px;
  clear: left;
  font-family: 'Circular std', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 3px;
}

.paragraph-large-copy-copy-copy {
  font-size: 20px;
}

.paragraph-large-copy-copy-copy.centered-svp-copy-copy {
  margin-bottom: 10px;
  clear: left;
  font-family: 'Circular std', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 5px;
}

.paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
  margin-bottom: 10px;
  clear: left;
  font-family: 'Circular std', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 5px;
}

.paragraph-large-copy-copy-copy.centered-svp-copy-copy {
  margin-top: 0px;
  margin-bottom: 10px;
  clear: left;
  font-family: 'Circular std', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 3px;
}

.paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
  margin-top: 0px;
  margin-bottom: 10px;
  clear: left;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 3px;
}

.paragraph-large-copy-copy-copy {
  font-size: 20px;
}

.paragraph-large-copy-copy-copy.centered-svp-copy-copy {
  margin-bottom: 10px;
  clear: left;
  font-family: 'Circular std', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 5px;
}

.paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
  margin-bottom: 10px;
  clear: left;
  font-family: 'Circular std', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 5px;
}

.paragraph-large-copy-copy-copy.centered-svp-copy-copy {
  margin-top: 0px;
  margin-bottom: 10px;
  clear: left;
  font-family: 'Circular std', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 3px;
}

.paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
  margin-top: 0px;
  margin-bottom: 10px;
  clear: left;
  font-family: 'Circular std', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 3px;
}

.paragraph-large-copy-copy-copy {
  font-size: 20px;
}

.paragraph-large-copy-copy-copy.centered-svp-copy-copy {
  margin-bottom: 10px;
  clear: left;
  font-family: 'Circular std', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 5px;
}

.paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
  margin-bottom: 10px;
  clear: left;
  font-family: 'Circular std', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 5px;
}

.paragraph-large-copy-copy-copy.centered-svp-copy-copy {
  margin-top: 0px;
  margin-bottom: 10px;
  clear: left;
  font-family: 'Circular std', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 3px;
}

.paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
  margin-top: 0px;
  margin-bottom: 10px;
  clear: left;
  font-family: 'Circular std', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 3px;
}

.paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
  margin-top: 0px;
  margin-bottom: 10px;
  clear: left;
  font-family: 'Circular std', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 3px;
}

.faq-section-2-copy-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding: 80px 5%;
  -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: 'Circular std book', sans-serif;
}

.div-block-70 {
  display: block;
  text-align: left;
}

.link-read-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 0px;
  padding-left: 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;
  text-align: left;
  text-decoration: none;
}

.link-read-home-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.link-copy {
  margin-right: 4px;
  padding-left: 0px;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.link-copy-copy-1 {
  margin-right: 4px;
  padding-left: 0px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  text-decoration: none;
}

.link-copy {
  margin-right: 4px;
  padding-left: 0px;
  color: #1076bb;
  text-align: left;
  text-decoration: none;
}

.link-copy-copy-2 {
  margin-right: 4px;
  padding-left: 0px;
  color: #1076bb;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  text-decoration: none;
}

.div-block-71 {
  text-align: left;
}

.heading-primary-copy {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 32px;
  font-family: 'Circular std', sans-serif;
  color: #001623;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

.heading-primary-copy.h3-centre {
  max-width: none;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 32px;
  text-align: center;
}

.heading-primary-copy.h3-centre {
  max-width: none;
  margin-bottom: 40px;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 32px;
  text-align: center;
}

.heading-primary-copy {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 32px;
  font-family: 'Circular std', sans-serif;
  color: #001623;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

.heading-primary-copy.h3-centre {
  max-width: none;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 32px;
  text-align: center;
}

.heading-primary-copy.h3-centre {
  max-width: none;
  margin-bottom: 40px;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 32px;
  text-align: center;
}

.faq-section-2-copy-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding: 40px 5% 80px;
  -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: 'Circular std book', sans-serif;
}

.faq-section-2-copy-copy-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding: 100px 5% 80px;
  -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: 'Circular std book', sans-serif;
}

.the-sticky-div-title-copy {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 300;
  width: 100%;
  margin-top: 10vh;
  margin-bottom: 0px;
  background-color: rgba(52, 152, 219, 0);
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.the-sticky-div-title-copy.heading-primary {
  margin-top: 0vh;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Circular std', sans-serif;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}

.gradient-copy {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 20px 20px 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;
  border: 1px solid transparent;
  border-radius: 12px;
  background-color: transparent;
  opacity: 1;
  text-align: left;
}

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

.link-read-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  text-align: left;
  text-decoration: none;
}

.link-read-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  text-align: left;
  text-decoration: none;
}

.img-notheadline-2-copy {
  max-width: 70%;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
}

.column-61 {
  text-align: left;
}

.div-content-english-copy-copy {
  height: auto;
  min-height: 240px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: left;
}

.link-read-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
  text-decoration: none;
}

.link-read-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  text-align: left;
  text-decoration: none;
}

.bold-text-12 {
  text-align: center;
}

.button-see-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: 10px;
  margin-left: 0px;
  padding: 14px 32px;
  -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: 100px;
  background-color: #fff;
  box-shadow: 0 4px 12px 1px rgba(0, 0, 0, 0.07);
  text-align: left;
  text-decoration: none;
}

.form-4 {
  text-align: left;
}

.columns-21 {
  display: block;
}

.container-40 {
  display: block;
}

.form-5 {
  text-align: left;
}

.bold-text-13 {
  text-align: left;
}

.div-block-41-copy {
  display: -ms-grid;
  display: grid;
  -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 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-image-copy {
  height: 100%;
}

.home-image-copy {
  height: 100%;
}

.title-logo-case-study-indo-copy {
  max-width: 70%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  color: #001623;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

.title-logo-case-study-indo-copy.h3-centre {
  max-width: 700px;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 45px;
  text-align: center;
}

.image-33-copy {
  max-width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-33-copy:hover {
  -webkit-filter: none;
  filter: none;
}

.image-33-copy-copy {
  max-width: 100%;
}

.div-block-73 {
  display: none;
}

.div-block-74 {
  max-width: none;
}

.div-block-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-title-full-time-copy {
  min-height: 420px;
  background-image: url('../images/Frame-256.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-logo-copy {
  height: auto;
  min-height: 260px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 0.5px solid #adb3c3;
}

.div-logo-copy-copy {
  padding-right: 5px;
  padding-left: 5px;
  border-right: 0.5px none #adb3c3;
}

.div-logo-copy-copy {
  height: auto;
  min-height: 260px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 0.5px solid #adb3c3;
}

.div-logo-copy {
  height: auto;
  min-height: 260px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 0.5px solid #adb3c3;
}

.div-logo-copy-copy {
  height: auto;
  min-height: 260px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 0.5px solid #adb3c3;
}

.div-logo-copy {
  height: auto;
  min-height: 260px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 0.5px solid #adb3c3;
}

.div-logo-copy-copy {
  height: auto;
  min-height: 260px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 0.5px solid #adb3c3;
}

.div-logo-3 {
  height: auto;
  min-height: 260px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 0.5px solid #adb3c3;
}

.div-logo-copy-copy-copy {
  height: auto;
  min-height: 260px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 0.5px solid #adb3c3;
}

.div-logo-4 {
  height: auto;
  min-height: 260px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 0.5px solid #adb3c3;
}

.div-logo-5 {
  height: auto;
  min-height: 260px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 0.5px solid #adb3c3;
}

.div-logo-6 {
  padding-right: 5px;
  padding-left: 5px;
  border-right: 0.5px none #adb3c3;
}

.card-services-homepage-copy-2-copy {
  display: block;
  height: 100%;
  padding: 30px 20px 30px 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  background-color: #0f76bc;
  box-shadow: 0 0 10px 2px rgba(87, 101, 115, 0.4);
}

.crowd-talent-headline {
  display: block;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
}

.crowd-talnt-p {
  display: block;
  height: auto;
  max-width: 95%;
  min-height: 100px;
  margin-bottom: 0px;
  font-family: 'Circular std book', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.job-portal-headline {
  display: block;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
}

.job-portal-p {
  display: block;
  height: auto;
  max-width: 95%;
  min-height: 100px;
  margin-bottom: 0px;
  font-family: 'Circular std book', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.link-job-portal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 0px;
  padding-left: 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;
  text-align: left;
  text-decoration: none;
}

.link-read-home-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 0px;
  padding-left: 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;
  text-align: left;
  text-decoration: none;
}

.link-copy-copy-2-copy {
  margin-right: 4px;
  padding-left: 0px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  text-decoration: none;
}

.link-crowd-talent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 0px;
  padding-left: 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;
  text-align: left;
  text-decoration: none;
}

.title-notheadline-copy {
  min-height: 75px;
  margin-top: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.title-notheadline-copy.title-notheadline-copy {
  min-height: 100px;
}

.title-notheadline-copy.title-notheadline-copy {
  min-height: auto;
  text-align: left;
}

.title-notheadline-copy.title-notheadline-copy-copy {
  min-height: auto;
  text-align: left;
}

.title-notheadline-copy.title-notheadline-copy-copy {
  min-height: auto;
  margin-top: 10px;
  text-align: left;
}

.title-notheadline-copy.title-notheadline-copy-copy-copy {
  min-height: auto;
  margin-top: 10px;
  text-align: left;
}

.title-notheadline-copy {
  min-height: 75px;
  margin-top: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.title-notheadline-copy.title-notheadline-copy {
  min-height: 100px;
}

.title-notheadline-copy.title-notheadline-copy {
  min-height: auto;
  text-align: left;
}

.title-notheadline-copy.title-notheadline-copy-copy {
  min-height: auto;
  text-align: left;
}

.title-notheadline-copy.title-notheadline-copy-copy {
  min-height: auto;
  text-align: left;
}

.title-notheadline-copy.title-notheadline-copy-copy {
  min-height: 100px;
}

.title-notheadline-copy {
  min-height: 75px;
  margin-top: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.title-notheadline-copy.title-notheadline-copy {
  min-height: 100px;
}

.title-notheadline-copy.title-notheadline-copy {
  min-height: auto;
  text-align: left;
}

.title-notheadline-copy.title-notheadline-copy-copy {
  min-height: auto;
  text-align: left;
}

.title-notheadline-copy.title-notheadline-copy-copy {
  min-height: auto;
  text-align: left;
}

.title-notheadline-copy.title-notheadline-copy-copy {
  min-height: 100px;
}

.title-notheadline-copy.title-notheadline-copy-copy-copy {
  min-height: auto;
  text-align: left;
}

.title-notheadline-copy.title-notheadline-copy-copy-copy-copy {
  min-height: auto;
  text-align: left;
}

.title-notheadline-copy-copy {
  min-height: 75px;
  margin-top: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.title-notheadline-copy-copy.title-notheadline-copy {
  min-height: 100px;
}

.title-notheadline-copy-copy.title-notheadline-copy {
  min-height: auto;
  text-align: left;
}

.title-notheadline-copy-copy.title-notheadline-copy-copy {
  min-height: auto;
  text-align: left;
}

.title-notheadline-copy-copy.title-notheadline-copy-copy {
  min-height: auto;
  text-align: left;
}

.title-notheadline-copy-copy.title-notheadline-copy-copy {
  min-height: 100px;
}

.title-notheadline-copy-copy.title-notheadline-copy-copy-copy {
  min-height: auto;
}

.img-notheadline-copy {
  max-width: 70%;
  margin-top: 5px;
  margin-bottom: 20px;
}

.primary-cta-2-copy-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  padding: 10px 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: 100px;
  background-color: #0f76bc;
  box-shadow: 0 5px 12px -3px rgba(0, 0, 0, 0.07);
  color: #fff;
  text-decoration: none;
}

.slider-container {
  overflow: hidden;
  width: 100vw;
  min-height: auto;
  margin-bottom: 0px;
  padding: 20px 40px 60px;
  background-image: url('../images/Frame-392.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  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;
}

.slider-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 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;
}

.slider-right-arrow-3 {
  color: #444;
}

.mask-2 {
  position: static;
  overflow: visible;
}

.slider-text {
  font-family: Oswald, sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}

.slider-3 {
  position: static;
  width: 540px;
  height: 400px;
  background-color: transparent;
}

.slide-content-wrapper-2 {
  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;
  border-radius: 12px;
  background-color: #fff;
  background-image: url('../images/Frame-389.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 4px 4px 7px 0 rgba(151, 159, 175, 0.4);
}

.slider-left-arrow-3 {
  color: #444;
}

.slide-nav-3 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

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

.container-8-copy-copy-copy.section-11 {
  padding-top: 60px;
  padding-bottom: 180px;
  background-image: none;
}

.container-8-copy-copy-copy.section-11-copy {
  padding: 20px 100px 100px 60px;
  background-image: none;
}

.container-8-copy-copy-copy.section-11-copy {
  padding: 80px 60px 140px;
  background-image: none;
}

.container-8-copy-copy-copy.section-11-copy-copy {
  padding: 60px 100px 100px 60px;
  background-image: none;
}

.container-8-copy-copy-copy.section-11-copy-copy-copy {
  padding: 40px 100px 100px 60px;
  background-image: none;
}

.heading-primary-copy-copy-copy-copy-copy {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}

.heading-primary-copy-copy-copy-copy-copy.h3-centre {
  max-width: 700px;
  font-family: 'Circular std', sans-serif;
  color: #000;
  font-size: 45px;
  text-align: center;
}

.div-content-indo {
  height: auto;
  min-height: 270px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: left;
}

.div-content-indo-copy {
  height: auto;
  min-height: 240px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: left;
}

.heading-22-copy-copy-copy {
  max-width: none;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
  text-align: left;
}

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

.container-8-copy-copy.section-11 {
  padding-top: 60px;
  padding-bottom: 180px;
  background-image: none;
}

.container-8-copy-copy.section-11-copy {
  padding: 20px 100px 100px 60px;
  background-image: none;
}

.container-8-copy-copy.section-11-copy {
  padding: 80px 60px 140px;
  background-image: none;
}

.container-8-copy-copy.section-11-copy-copy {
  padding: 80px 60px 140px;
  background-image: none;
}

.image-54 {
  max-width: 150px;
}

.image-55 {
  max-width: 150px;
}

.image-56 {
  max-width: 150px;
}

.image-57 {
  max-width: 150px;
}

.image-58 {
  max-width: 150px;
}

.slider-3-copy {
  position: static;
  width: 540px;
  height: 420px;
  background-color: transparent;
}

.gradient-copy {
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px 40px 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: 1px solid transparent;
  border-radius: 12px;
  background-color: transparent;
  opacity: 1;
  text-align: left;
}

.gradient-copy {
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px 40px 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: 1px solid transparent;
  border-radius: 12px;
  background-color: transparent;
  opacity: 1;
  text-align: left;
}

.gradient-copy {
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px 40px 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: 1px solid transparent;
  border-radius: 12px;
  background-color: transparent;
  opacity: 1;
  text-align: left;
}

.gradient-copy {
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px 40px 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: 1px solid transparent;
  border-radius: 12px;
  background-color: transparent;
  opacity: 1;
  text-align: left;
}

.testimonials-wrapper-t2-copy {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.slide-nav-t2-copy {
  left: 141px;
  top: auto;
  right: 0%;
  bottom: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}

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

.title-notheadline-ss {
  min-height: 75px;
  margin-top: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.title-notheadline-ss.title-notheadline-copy {
  min-height: 100px;
}

.title-notheadline-ss.title-notheadline-copy {
  min-height: auto;
  text-align: left;
}

.title-notheadline-ss.title-notheadline-copy-copy {
  min-height: auto;
  text-align: left;
}

.title-notheadline-ss.title-notheadline-copy-copy {
  min-height: auto;
  text-align: left;
}

.title-notheadline-ss.title-notheadline-copy-copy {
  min-height: 100px;
}

.title-notheadline-ss.title-notheadline-copy-copy-copy {
  min-height: auto;
  text-align: left;
}

.title-notheadline-ss.title-notheadlinesss {
  min-height: auto;
  margin-top: 7px;
  text-align: left;
}

.title-notheadline-coe {
  min-height: 75px;
  margin-top: 0px;
  font-family: 'Circular std', sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.title-notheadline-coe.title-notheadline-copy {
  min-height: 100px;
}

.title-notheadline-coe.title-notheadline-copy {
  min-height: auto;
  text-align: left;
}

.title-notheadline-coe.title-notheadline-copy-copy {
  min-height: auto;
  text-align: left;
}

.title-notheadline-coe.title-notheadline-copy-copy {
  min-height: auto;
  text-align: left;
}

.title-notheadline-coe.title-notheadline-copy-copy {
  min-height: 100px;
}

.title-notheadline-coe.title-notheadline-copy-copy-copy {
  min-height: auto;
  text-align: left;
}

.title-notheadline-coe.title-notheadline-copy-copy-copy-copy {
  min-height: auto;
  text-align: left;
}

.title-notheadline-coe.title-notheadline-wcopy-copy {
  min-height: auto;
  margin-top: 8px;
  text-align: left;
}

.heading-download {
  display: none;
  max-width: none;
  margin-top: 10px;
  margin-right: 40px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
  text-align: left;
}

.text-span-7-copy {
  min-width: 32%;
  margin-left: 0px;
  color: #0f76bc;
}

.section-title-job-seeker-copy-copy {
  min-height: 500px;
  background-image: url('../images/Frame-20_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.container-8-copy-copy-copy.section-11 {
  padding-top: 60px;
  padding-bottom: 180px;
  background-image: none;
}

.container-8-copy-copy-copy.section-11-copy {
  padding: 20px 100px 100px 60px;
  background-image: none;
}

.container-8-copy-copy-copy.section-11-copy {
  padding: 80px 60px 140px;
  background-image: none;
}

.container-8-copy-copy-copy.section-11-copy-copy {
  padding: 60px 100px 100px 60px;
  background-image: none;
}

.heading-download-copy {
  max-width: none;
  margin-top: 10px;
  margin-right: 40px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
  text-align: left;
}

.heading-download-copy-copy {
  max-width: none;
  margin-top: 10px;
  margin-right: 40px;
  margin-bottom: 0px;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
  text-align: left;
}

.button-download-copy-copy {
  margin-top: 20px;
  padding: 12px 30px;
  border-radius: 100px;
  background-color: #0f76bc;
  box-shadow: 1px 1px 5px 1px rgba(2, 31, 53, 0.3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Circular std', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
}

.button-download-copy-copy:hover {
  background-color: #04518d;
  color: #fff;
}

.section-title-job-seeker-copy-copy {
  min-height: 500px;
  background-image: url('../images/Frame-20_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-title-job-seeker-copy-co-copy {
  min-height: 500px;
  background-image: url('../images/Frame-20_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (min-width: 1440px) {
  .faq-section {
    min-height: auto;
    margin-top: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-primary {
    font-size: 40px;
    line-height: 45px;
  }

  .heading-primary.h3-centre {
    font-size: 40px;
  }

  .heading-primary.h3-centre {
    font-size: 40px;
  }

  .container.space-below {
    max-width: 1240px;
  }

  .heading-2 {
    font-size: 40px;
  }

  .heading-xl.move-it.heading-sub {
    font-size: 34px;
  }

  .heading-xl.move-it {
    font-size: 40px;
  }

  .whatitdoes-back-2 {
    z-index: 100;
    height: 100vh;
  }

  .text-block-4 {
    line-height: 1.4;
  }

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

  .service-icon {
    width: 60px;
  }

  .paragraph-5 {
    min-height: 120px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 1.4;
  }

  .section-content {
    padding-right: 10%;
    padding-left: 10%;
  }

  .card-content-wrap {
    min-height: 360px;
  }

  .title-event {
    margin-bottom: 10px;
  }

  .category-event {
    margin-bottom: 0px;
  }

  .date-event {
    margin-top: 10px;
  }

  .time-event {
    margin-bottom: 0px;
  }

  .container-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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-section {
    display: none;
  }

  .paragraph-8 {
    padding-right: 100px;
    padding-left: 100px;
  }

  .heading-7-copy {
    max-width: none;
    line-height: 48px;
  }

  .img-notheadline {
    max-width: 50%;
  }

  .list {
    margin-top: 40px;
  }

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

  .link {
    font-size: 16px;
  }

  .link-privacy-policy {
    margin-top: 40px;
    padding-left: 20px;
  }

  .container-8.section-11 {
    padding-left: 0px;
  }

  .section-9 {
    min-height: 400px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: 100% 50%;
  }

  .heading-21 {
    font-size: 40px;
    line-height: 46px;
  }

  .heading-22 {
    max-width: 50%;
    margin-top: 20px;
    font-size: 48px;
    line-height: 56px;
  }

  .heading-23 {
    font-size: 42px;
    line-height: 46px;
  }

  .div-title-jobdetails {
    padding-top: 100px;
    background-position: 50% 100%;
  }

  .section-header-contactus {
    display: block;
    margin-top: 4px;
    background-color: #f4f7fb;
    background-image: url('../images/background-contact-us-2.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .heading-29 {
    font-size: 48px;
    line-height: 56px;
  }

  .heading-30 {
    font-size: 42px;
    line-height: 48px;
    text-align: center;
  }

  .paragraph-16 {
    text-align: center;
  }

  .section-15 {
    display: block;
    padding-right: 100px;
    padding-left: 100px;
  }

  .footer-link {
    line-height: 26px;
  }

  .footer-grid-01 {
    -ms-grid-columns: 0.75fr 0.5fr 0.5fr 0.25fr 0.25fr;
    grid-template-columns: 0.75fr 0.5fr 0.5fr 0.25fr 0.25fr;
  }

  .footer-title-button {
    display: block;
  }

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

  .footer-01 {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: auto;
    display: block;
  }

  .footer-column-copy {
    padding-bottom: 80px;
  }

  .tabs-menu {
    background-color: transparent;
  }

  .text-block-25 {
    font-size: 24px;
  }

  .page-wrapper {
    max-width: 1400px;
  }

  .paragraph-17 {
    max-width: 50%;
    font-family: 'Circular std', sans-serif;
    color: #41515f;
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    letter-spacing: normal;
  }

  .heading-32 {
    font-family: 'Circular std', sans-serif;
    color: #001623;
    font-size: 48px;
    line-height: 52px;
    font-weight: 700;
  }

  .block-1 {
    padding-right: 64px;
    padding-left: 64px;
    background-color: transparent;
    background-image: url('../images/Group-716.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .tab-link {
    margin-right: 6px;
    margin-bottom: 6px;
    margin-left: 6px;
  }

  .div-block-30 {
    max-width: 50%;
    min-width: 0px;
  }

  .block-2 {
    display: block;
  }

  .link-block-8 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 45px;
    margin-left: 0px;
  }

  .image-25 {
    width: 100%;
    height: 80px;
    border-radius: 0%;
    box-shadow: none;
  }

  .heading-33 {
    font-family: 'Circular std', sans-serif;
    line-height: 26px;
    font-weight: 700;
  }

  .image-26 {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
  }

  .container-15 {
    text-align: left;
  }

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

  .paragraph-15-copy {
    font-size: 24px;
  }

  .tabs-menu-copy {
    border-bottom-style: none;
    background-color: transparent;
  }

  .tab-2020.w--current {
    border-radius: 10px;
    background-color: #1076bb;
    font-family: 'Circular std book', sans-serif;
    color: #fff;
    font-weight: 400;
  }

  .tab-2019.w--current {
    border-radius: 10px;
    background-color: #1076bb;
    font-family: 'Circular std book', sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
  }

  .heading-34 {
    margin-top: 0px;
    font-size: 36px;
    line-height: 38px;
    text-align: left;
  }

  .tab-link-tab-1-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;
    background-color: #fff;
    color: #1076bb;
    text-align: center;
  }

  .tab-link-tab-1-2.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #f4f7fb;
    color: #1076bb;
  }

  .tab-link-tab-2-2 {
    background-color: transparent;
  }

  .tab-link-tab-2-2.w--current {
    background-color: transparent;
  }

  .tab-link-tab-3-2 {
    background-color: transparent;
  }

  .section-16 {
    display: block;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-block-28 {
    font-size: 24px;
  }

  .percentage-status {
    margin-right: 60px;
    font-family: 'Circular std', sans-serif;
    color: #1076bb;
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
  }

  .month-status {
    font-family: 'Circular std', sans-serif;
    color: #1076bb;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
  }

  .text-block-29 {
    padding: 6px;
    border-radius: 5px;
    background-color: transparent;
    color: #1076bb;
    text-align: center;
  }

  .text-block-30 {
    width: 100%;
    font-family: 'Circular std', sans-serif;
    color: #adb3c3;
    font-size: 18px;
    line-height: 23px;
  }

  .text-block-30-copy {
    width: 100%;
    font-family: 'Circular std', sans-serif;
    color: #6c7887;
    font-size: 24px;
    line-height: 30px;
  }

  .select-field {
    background-color: #fff;
    font-family: 'Circular std book', sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .sidenav-list__item-link {
    border-left-width: 4px;
    font-family: 'Circular std book', sans-serif;
    color: #6c7887;
    font-size: 16px;
    font-weight: 400;
  }

  .sidenav-list__item-link:hover {
    border-left: 4px solid #0062ff;
    background-color: #f4f7fb;
    color: #0f76bc;
  }

  .sidenav-list__item-link.w--current {
    border-left-width: 4px;
    background-color: #f4f7fb;
    font-family: 'Circular std book', sans-serif;
    color: #0f76bc;
    font-weight: 400;
  }

  .sidenav.sidenav__left {
    position: relative;
    margin-top: 5.8rem;
  }

  .header {
    position: relative;
    display: block;
    background-color: transparent;
  }

  .sidenav-list {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .top-nav__menu {
    display: block;
  }

  .page-header {
    background-color: #0f76bc;
  }

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

  .container-16 {
    display: block;
    overflow: auto;
    height: auto;
    max-height: 875px;
    min-height: 875px;
    padding-top: 0px;
    padding-bottom: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .page-content.grid {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .col-12.offset-4 {
    margin-left: 20%;
  }

  .page-header__title {
    font-family: 'Circular std book', sans-serif;
    font-weight: 400;
  }

  .wrapper-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: transparent;
  }

  .row-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sidenav-copy.sidenav__left {
    position: relative;
    margin-top: 5.8rem;
  }

  .sidenav-copy.sidenav__left-copy {
    position: relative;
    overflow: auto;
    max-height: 875px;
    min-height: 875px;
    margin-top: 5.8rem;
  }

  .text-block-31 {
    width: 100%;
    height: 1.5em;
    padding-left: 1em;
    font-family: 'Circular std', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    text-align: left;
  }

  .accordion {
    border-top-style: none;
  }

  .accordion-item {
    border-bottom-style: none;
  }

  .accordion-trigger {
    background-color: #fff;
  }

  .accordion-trigger:hover {
    background-color: transparent;
  }

  .arrow-down {
    clear: none;
    background-image: url('../images/arrow__down.svg');
  }

  .accordion-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .accordion-content__inner-wrap {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .accordion-trigger-active {
    background-color: #fff;
  }

  .accordion-trigger-active:hover {
    background-color: transparent;
  }

  .arrow-down-copy {
    clear: none;
    background-image: url('../images/symbols.svg');
  }

  .title-status {
    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;
    background-color: transparent;
  }

  .text-block-32 {
    font-family: 'Circular std', sans-serif;
    color: #6c7887;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
  }

  .text-block-33 {
    font-family: 'Circular std', sans-serif;
    color: #6c7887;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
  }

  .content-status {
    display: block;
    margin-top: 40px;
  }

  .text-block-34 {
    font-family: 'Circular std book', sans-serif;
    color: #6c7887;
    font-size: 22px;
    font-weight: 400;
  }

  .div-block-32 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 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;
  }

  .text-block-35 {
    margin-left: 10px;
    font-family: 'Circular std', sans-serif;
    color: #0ed872;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
  }

  .heading-35 {
    margin-top: 10px;
    font-family: 'Circular std', sans-serif;
    color: #001623;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
  }

  .paragraph-18 {
    font-family: 'Circular std book', sans-serif;
    color: #162a37;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
  }

  .list-content-status {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .title-status-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;
    background-color: transparent;
  }

  .link-all-status {
    margin-top: 54px;
  }

  .div-empty {
    margin-top: 40px;
    text-align: center;
  }

  .text-block-36 {
    margin-top: 20px;
    font-family: 'Circular std book', sans-serif;
    color: #2b3d4b;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
  }

  .section-header-privacy {
    display: block;
    margin-top: 0px;
    background-color: #f4f7fb;
    background-image: url('../images/background-contact-us-2.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .section-header-changelog {
    display: block;
    margin-top: 4px;
    background-color: #f4f7fb;
    background-image: url('../images/background-change-log.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .section-header-status {
    display: block;
    margin-top: 4px;
    background-color: #f4f7fb;
    background-image: none;
  }

  .section-15-copy {
    display: block;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .search-button {
    background-color: #1076bb;
  }

  .seach-bar {
    border-radius: 10px;
  }

  .subscription {
    border-radius: 10px;
  }

  .blog-item {
    margin-bottom: 0px;
  }

  .category-changelog {
    border-radius: 10px;
  }

  .filter-year {
    border-left-width: 4px;
    font-family: 'Circular std book', sans-serif;
    color: #6c7887;
    font-size: 16px;
    font-weight: 400;
  }

  .filter-year:hover {
    border-left: 4px solid #0062ff;
    background-color: #f4f7fb;
    color: #0f76bc;
  }

  .filter-year.w--current {
    border-left-width: 4px;
    background-color: #f4f7fb;
    font-family: 'Circular std book', sans-serif;
    color: #0f76bc;
    font-weight: 400;
  }

  .button-filter.button-2020 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

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

  .link-changelog {
    border-left-width: 4px;
    font-family: 'Circular std book', sans-serif;
    color: #6c7887;
    font-size: 16px;
    font-weight: 400;
  }

  .link-changelog:hover {
    border-left: 4px solid #0062ff;
    background-color: #f4f7fb;
    color: #0f76bc;
  }

  .link-changelog.w--current {
    border-left-style: none;
    border-left-width: 4px;
    background-color: #f4f7fb;
    font-family: 'Circular std book', sans-serif;
    color: #0f76bc;
    font-weight: 400;
  }

  .rich-text-block-6 {
    font-size: 18px;
    line-height: 24px;
  }

  .link-read-more {
    margin-top: 54px;
  }

  .list-item-4 {
    margin-bottom: 20px;
  }

  .heading-29-copy {
    line-height: 52px;
    text-decoration: none;
  }

  .div-emptystate-event-aboutus {
    display: none;
  }

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

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

  .text-field-6 {
    max-width: 100%;
  }

  .link-copy {
    font-size: 16px;
  }

  .link-our-terms-condition {
    margin-top: 40px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .right-menu {
    border-left-width: 4px;
    font-family: 'Circular std book', sans-serif;
    color: #6c7887;
    font-size: 16px;
    font-weight: 400;
  }

  .right-menu:hover {
    border-left: 4px solid #0062ff;
    background-color: #f4f7fb;
    color: #0f76bc;
  }

  .right-menu.w--current {
    border-left-width: 4px;
    background-color: #f4f7fb;
    font-family: 'Circular std book', sans-serif;
    color: #0f76bc;
    font-weight: 400;
  }

  .right-menu-copy {
    border-left-width: 4px;
    font-family: 'Circular std book', sans-serif;
    color: #6c7887;
    font-size: 16px;
    font-weight: 400;
  }

  .right-menu-copy:hover {
    border-left: 4px solid #0062ff;
    background-color: #f4f7fb;
    color: #0f76bc;
  }

  .right-menu-copy.w--current {
    border-left-width: 4px;
    background-color: #f4f7fb;
    font-family: 'Circular std book', sans-serif;
    color: #0f76bc;
    font-weight: 400;
  }

  .container-21 {
    display: none;
  }

  .heading-29-copy {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
  }

  .section-title-job-seeker {
    height: auto;
    min-height: 650px;
    background-position: 50% 50%;
  }

  .container-8-copy.section-11-copy {
    padding: 140px 60px 140px 0px;
  }

  .container-8-copy.section-11-copy {
    padding: 140px 20px;
  }

  .service-card-2 {
    padding-bottom: 0px;
  }

  .heading-37 {
    min-height: 65px;
    font-size: 22px;
    line-height: 26px;
  }

  /* .section-content-details {
    display: none;
  } */

  .heading-primary-copy {
    font-size: 40px;
    line-height: 45px;
  }

  .section-content-details-2 {
    display: none;
  }

  .content-block-left-content-2 {
    padding-left: 140px;
  }

  .button-digital-job-fair {
    max-width: 80%;
    min-width: 60%;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-tes-sekarang {
    max-width: 40%;
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-primary-copy-copy {
    font-size: 54px;
  }

  .image-33 {
    max-width: 90%;
  }

  .heading-22-copy {
    max-width: 70%;
    margin-top: 20px;
    font-size: 60px;
    line-height: 65px;
  }

  .div-subfooter {
    max-width: 100%;
    -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;
  }

  .button-wrapper-2.s-3 {
    margin-top: 0px;
  }

  .button-google-play {
    width: 200px;
  }

  .button-app-store.google {
    width: 200px;
    margin-right: 140px;
  }

  .section-download {
    min-height: 400px;
  }

  .div-title-jobdetails-copy {
    min-height: 380px;
    padding-top: 40px;
    background-position: 50% 100%;
  }

  .div-title-jobdetails-copy-copy {
    padding-top: 100px;
    background-position: 50% 100%;
  }

  .div-title-jobdetails-copy-copy-copy {
    min-height: 400px;
    padding-top: 40px;
    background-position: 50% 100%;
  }

  .heading-primary-job-seeker {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-primary-copy-copy-copy {
    font-size: 40px;
    line-height: 45px;
  }

  .section-title-job-seeker-copy {
    background-position: 50% 50%;
  }

  .link-block-9 {
    margin-bottom: 20px;
  }

  .heading-223 {
    max-width: 70%;
    margin-top: 20px;
    font-size: 48px;
    line-height: 56px;
  }

  .title-about-us {
    height: auto;
    max-width: none;
    font-size: 48px;
    line-height: 56px;
  }

  .title-about-us.ss {
    height: auto;
  }

  .title-about-us.ssss {
    width: auto;
    min-height: 56px;
    min-width: 332px;
  }

  .title-about-us.ssss-copy {
    width: auto;
    min-height: 56px;
    min-width: 220px;
  }

  .title-tentang-kami {
    max-width: 90%;
    font-size: 48px;
    line-height: 56px;
  }

  .heading-22-copy {
    max-width: 70%;
    margin-top: 20px;
    font-size: 60px;
    line-height: 65px;
  }

  .heading-job {
    max-width: 50%;
    margin-top: 20px;
    font-size: 48px;
    line-height: 65px;
  }

  .tool-name-copy-copy {
    min-height: 130px;
  }

  .heading-22-copy-copy {
    max-width: 70%;
    margin-top: 20px;
    font-size: 60px;
    line-height: 65px;
  }

  .heading-22-copy-copy {
    max-width: 100%;
    margin-top: 0px;
    margin-right: 20px;
    font-size: 36px;
    line-height: 46px;
  }

  .heading-22-copy-copy-copy {
    max-width: 70%;
    margin-top: 20px;
    font-size: 40px;
    line-height: 46px;
  }

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

  .link-privacy-policy-2 {
    padding-left: 20px;
  }

  .div-link {
    margin-top: 40px;
    padding-right: 10px;
  }

  .div-content {
    min-height: 260px;
    padding-right: 20px;
  }

  .img-notheadline-2 {
    max-width: 50%;
  }

  .div-content-english {
    min-height: 210px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .card-content-english {
    min-height: 280px;
  }

  .card-content-2 {
    min-height: 300px;
  }

  .title-customer {
    max-width: 70%;
    font-size: 48px;
    line-height: 56px;
  }

  .title-customer-english {
    max-width: 60%;
    font-size: 48px;
    line-height: 56px;
  }

  .paragraph-customer-english {
    max-width: 80%;
  }

  .paragraph-customer {
    max-width: 50%;
  }

  .paragraph-4-indo {
    max-width: 80%;
  }

  .link-event {
    margin-top: 40px;
  }

  .footer-02 {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: auto;
    display: block;
    padding-bottom: 0px;
  }

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

  .heading-30-copy {
    font-size: 42px;
    line-height: 48px;
    text-align: left;
  }

  .paragraph-16-copy {
    text-align: left;
  }

  .heading-30-copy-copy {
    font-size: 42px;
    line-height: 48px;
    text-align: left;
  }

  .paragraph-16-copy-copy {
    text-align: left;
  }

  .heading-primary-copy {
    font-size: 40px;
    line-height: 45px;
  }

  .heading-primary-copy.h3-centre {
    font-size: 40px;
  }

  .heading-primary-copy-copy {
    font-size: 40px;
    line-height: 45px;
  }

  .div-logo-1 {
    min-height: 300px;
  }

  .div-logo-copy-copy {
    min-height: 300px;
  }

  .div-logo-copy-copy-copy {
    min-height: 300px;
  }

  .div-logo-copy-2 {
    min-height: 300px;
  }

  .text-block-50 {
    font-size: 32px;
  }

  .heading-22-copy-copy-copy-copy {
    max-width: 70%;
    margin-top: 20px;
    font-size: 40px;
    line-height: 46px;
  }

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

  .heading-success-story {
    font-size: 40px;
    line-height: 45px;
  }

  .title-logo-case-study {
    font-size: 40px;
    line-height: 45px;
  }

  .title-logo-case-study-indo {
    font-size: 40px;
    line-height: 45px;
  }

  .heading-223-copy {
    max-width: 70%;
    margin-top: 20px;
    font-size: 48px;
    line-height: 56px;
  }

  .footer-column-copy2 {
    margin-right: 60px;
    padding-bottom: 80px;
  }

  .footer-02-copy {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: auto;
    display: block;
  }

  .title-wrap-copy-copy {
    margin-top: 180px;
  }

  .ttile-job-seeker {
    max-width: 45%;
    margin-top: 20px;
    font-size: 48px;
    line-height: 56px;
  }

  .title-company-english {
    max-width: 50%;
    margin-top: 20px;
    font-size: 48px;
    line-height: 56px;
  }

  .div-content-copy {
    min-height: 260px;
    padding-right: 20px;
  }

  .div-content-copy {
    min-height: 260px;
    padding-right: 20px;
  }

  .div-content-copy-copy {
    min-height: 260px;
    padding-right: 20px;
  }

  .div-content-copy-copy {
    min-height: 220px;
    padding-right: 20px;
  }

  .div-content-copy-copy-copy {
    min-height: 260px;
    padding-right: 20px;
  }

  .div-content-copy-copy-copy {
    min-height: 220px;
    padding-right: 20px;
  }

  .div-content-copy2 {
    min-height: 200px;
    padding-right: 20px;
  }

  .div-content-english-copy {
    min-height: 210px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-content-english-copy {
    min-height: 210px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-content-copy-copy-copy {
    min-height: 260px;
    padding-right: 20px;
  }

  .div-content-engl {
    min-height: 220px;
    padding-right: 20px;
  }

  .div-content-english-2 {
    min-height: 220px;
    padding-right: 20px;
  }

  .link-privacy-policy-copy {
    margin-top: 40px;
    padding-left: 20px;
  }

  .link-privacy-policy-copy {
    margin-top: 40px;
    padding-left: 20px;
  }

  .heading-29-copy-copy {
    line-height: 52px;
    text-decoration: none;
  }

  .section-header-kontakkami {
    display: block;
    margin-top: 4px;
    background-color: #f4f7fb;
    background-image: url('../images/background-contact-us-2.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .section-header-privacy-copy {
    display: block;
    margin-top: 4px;
    background-color: #f4f7fb;
    background-image: url('../images/background-contact-us-2.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .section-header-privacy-copy {
    display: block;
    margin-top: 4px;
    background-color: #f4f7fb;
    background-image: url('../images/background-contact-us-2.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .heading-primary-copy-copy-copy-copy {
    font-size: 40px;
    line-height: 45px;
  }

  .link-read {
    margin-top: 20px;
    padding-left: 20px;
  }

  .link-read-copy {
    margin-top: 40px;
    padding-left: 0px;
  }

  .image-33-copy {
    max-width: 90%;
  }

  .image-33-copy {
    max-width: 90%;
  }

  .image-33-copy {
    max-width: 90%;
  }

  .image-33-copy-copy {
    max-width: 90%;
  }

  .footer-column-copy2-3 {
    margin-right: 60px;
    padding-bottom: 80px;
  }

  .footer-grid-7 {
    -ms-grid-columns: 0.75fr 0.5fr 0.5fr 0.25fr 0.25fr;
    grid-template-columns: 0.75fr 0.5fr 0.5fr 0.25fr 0.25fr;
  }

  .social-link-copy-2 {
    text-decoration: none;
  }

  .section-header-privacy-copy-copy {
    display: block;
    margin-top: 4px;
    background-color: #f4f7fb;
    background-image: url('../images/background-contact-us-2.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-logo-copy-copy-copy-2 {
    min-height: 300px;
  }

  .div-logo-2 {
    min-height: 300px;
  }

  .div-logo-copy-copy-2 {
    min-height: 300px;
  }

  .div-logo-copy-3 {
    min-height: 300px;
  }

  .button-app-store-2.google {
    width: 200px;
  }

  .button-google-play-5 {
    width: 200px;
  }

  .section-title-full-time {
    min-height: 550px;
    background-image: url('../images/Frame-256.jpg');
    background-position: 50% 50%;
  }

  .heading-company-title-indo {
    max-width: 50%;
    margin-top: 20px;
    font-size: 48px;
    line-height: 56px;
  }

  .heading-freelance {
    font-size: 40px;
    line-height: 45px;
  }

  .container-35.space-below {
    max-width: 1240px;
  }

  .container-35.space-below {
    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;
  }

  .heading-37-copy-2 {
    min-height: auto;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-5-copy-2 {
    max-width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .service-card-company-2 {
    height: auto;
    min-height: 100%;
  }

  .column-company-2 {
    width: 50%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .paragraph-23-copy-copy {
    min-height: 90px;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-23-copy-copy-2 {
    min-height: 75px;
    font-size: 16px;
    line-height: 22px;
  }

  .service-card-wrap-3 {
    max-width: none;
  }

  .heading-primary-2 {
    font-size: 40px;
    line-height: 45px;
  }

  .heading-37-copy {
    min-height: auto;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 27px;
  }

  .column-57 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .paragraph-23-copy {
    min-height: 75px;
    font-size: 16px;
    line-height: 22px;
  }

  .service-card-3.section-card-sidejobs {
    width: 100%;
    height: 95%;
    -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;
  }

  .service-icon-2 {
    margin-bottom: 10px;
  }

  .heading-42-copy-copy {
    line-height: 50px;
  }

  .section-9-copy-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-company-title-copy {
    max-width: 45%;
    margin-top: 20px;
    font-size: 48px;
    line-height: 56px;
  }

  .heading-42-copy {
    line-height: 50px;
  }

  .section-title-event-job-fair {
    min-height: auto;
    background-position: 0% 0%;
    background-size: cover;
  }

  .container-event.section-event {
    padding: 60px;
  }

  .heading-237-event-indo {
    max-width: 100%;
    margin-top: 20px;
    font-size: 48px;
    line-height: 56px;
  }

  .heading-237-event-copy-copy {
    height: auto;
    max-width: 95%;
    min-height: 115px;
    margin-top: 0px;
    font-size: 48px;
    line-height: 56px;
  }

  .heading-37-event-indo {
    max-width: 80%;
    min-height: auto;
    font-size: 20px;
    line-height: 27px;
  }

  .card-content-wrap-3-copy-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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .paragraph-23-event-indo {
    min-height: 95px;
    font-size: 16px;
    line-height: 22px;
  }

  .heading-primary-3 {
    font-size: 40px;
    line-height: 45px;
  }

  .section-sidejobs-content-copy {
    /* margin-top: -100px; */
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .button-content {
    max-width: 75%;
  }

  .image-38-copy {
    max-width: 70%;
  }

  .iphone-frame-copy {
    min-width: 40%;
  }

  .title-event-2 {
    margin-bottom: 0px;
  }

  .date-event-2 {
    margin-top: 10px;
  }

  .link-event-2 {
    margin-top: 40px;
  }

  .link-5 {
    font-size: 16px;
  }

  .section-content-event-job-fair {
    padding-right: 10%;
    padding-left: 10%;
  }

  .heading-22-copy-copy-copy-copy-2 {
    max-width: 70%;
    margin-top: 20px;
    font-size: 40px;
    line-height: 46px;
  }

  .heading-237-event {
    max-width: 70%;
    margin-top: 60px;
    font-size: 48px;
    line-height: 56px;
  }

  .heading-237-event-copy {
    max-width: 95%;
    margin-top: 10px;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
  }

  .heading-37-event-copy {
    max-width: 60%;
    min-height: 50px;
    font-size: 20px;
    line-height: 27px;
  }

  .heading-37-event {
    max-width: 60%;
    min-height: 50px;
    font-size: 20px;
    line-height: 27px;
  }

  .paragraph-23-event {
    min-height: 70px;
    font-size: 16px;
    line-height: 22px;
  }

  .primary-cta-2-copy-3 {
    margin-left: 10px;
  }

  .text-block-54 {
    font-size: 24px;
    line-height: 28px;
  }

  .text-block-54-copy {
    font-size: 24px;
    line-height: 28px;
  }

  .ttile-job-seeker-copy {
    max-width: 45%;
    margin-top: 20px;
    font-size: 48px;
    line-height: 56px;
  }

  .section-title-job-seeker-copy {
    height: auto;
    min-height: 550px;
    background-position: 50% 50%;
  }

  .container-8-copy-copy.section-11-copy {
    padding: 140px 60px 140px 0px;
  }

  .container-8-copy-copy.section-11-copy {
    padding: 140px 20px;
  }

  .container-8-copy-copy.section-11-copy-copy {
    padding: 160px 60px 140px 0px;
  }

  .slider-left {
    cursor: pointer;
  }

  .testimonial-paragraph {
    font-size: 22px;
    line-height: 30px;
    white-space: normal;
  }

  .slider-right {
    cursor: pointer;
  }

  .author-name {
    font-size: 22px;
  }

  .arrow-disabled {
    cursor: not-allowed;
  }

  .quote-image {
    position: absolute;
    z-index: -10;
    opacity: 1;
  }

  .button-getfreetrial-copy {
    max-width: 25%;
  }

  .card-services-homepage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-45 {
    margin-right: 20px;
  }

  .image-46 {
    margin-right: 20px;
  }

  .image-47 {
    margin-right: 20px;
  }

  .image-48 {
    margin-bottom: -120px;
  }

  .container-35-copy.space-below {
    max-width: 1240px;
  }

  .container-35-copy.space-below {
    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;
  }

  .paragraph-5-copy-2-copy {
    max-width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .heading-37-copy-2-copy {
    min-height: auto;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
  }

  .paragraph-5-copy-2-copy-copy {
    max-width: 100%;
    min-height: 85px;
    font-size: 24px;
    line-height: 28px;
  }

  .card-services-homepage-copy {
    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;
  }

  .heading-37-copy-2-copy-copy {
    min-height: auto;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 32px;
  }

  .paragraph-5-copy-2-copy-copy-copy {
    height: auto;
    max-width: 100%;
    min-height: 125px;
    padding-right: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .card-services-homepage-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    -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;
  }

  .paragraph-5-copy-2-copy-copy-copy-copy {
    height: auto;
    max-width: 100%;
    min-height: 125px;
    margin-bottom: 0px;
    padding-right: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .heading-37-copy-2-copy-copy-copy {
    min-height: auto;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 32px;
  }

  .image-33-copy {
    max-width: 90%;
  }

  .image-33-copy {
    max-width: 90%;
  }

  .image-33-copy {
    max-width: 90%;
  }

  .image-33-copy {
    max-width: 90%;
  }

  .image-33-copy {
    max-width: 90%;
  }

  .image-33-copy {
    max-width: 90%;
  }

  .section-download-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 280px;
    min-height: auto;
    margin-top: 40px;
    padding: 0px 40px 0px 20px;
    -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;
    background-position: 50% 50%;
  }

  .section-content-details-4 {
    display: none;
  }

  .heading-primary-job-seeker-copy {
    font-size: 32px;
    line-height: 38px;
  }

  .paragraph-large-copy.centered-svp-copy {
    min-height: auto;
  }

  .paragraph-large-copy.centered-svp-copy {
    min-height: 75px;
  }

  .paragraph-large-copy.centered-svp-copy-copy {
    min-height: 75px;
  }

  .section-content-details-5 {
    display: none;
  }

  .content-block-left-content-5 {
    padding-left: 140px;
  }

  .content-block-left-content-5-copy {
    padding-left: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-primary-job-seeker-copy-copy {
    font-size: 32px;
    line-height: 38px;
  }

  .hero-copy-copy {
    background-image: url('../images/Frame-387.jpg');
  }

  .primary-cta-2-copy-3-copy {
    margin-left: 10px;
  }

  .section-card-freelance-copy {
    padding-bottom: 80px;
  }

  .the-sticky-div-title.heading-primary {
    font-size: 40px;
    line-height: 45px;
  }

  .a-block {
    width: 500px;
    height: auto;
    min-height: 360px;
  }

  .the-height-400vh-section {
    padding-top: 40px;
  }

  .heading-primary-job-seeker-copy-2 {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-primary-job-seeker-copy-2-copy {
    font-size: 32px;
    line-height: 38px;
  }

  .image-52 {
    left: 57%;
    top: 50%;
    right: 0%;
    bottom: 0%;
    max-width: 130px;
  }

  .image-52-copy {
    left: 57%;
    top: 50%;
    right: 0%;
    bottom: 0%;
    max-width: 24%;
  }

  .card-services-homepage-copy-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .faq-section-2-copy {
    min-height: auto;
    margin-top: 0px;
    padding-bottom: 60px;
  }

  .faq-section-nusatalentcom {
    min-height: auto;
    margin-top: 0px;
    padding-bottom: 60px;
  }

  .image-33-copy-copy {
    max-width: 90%;
  }

  .div-block-67 {
    min-width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .section-content-details-4-copy {
    display: block;
    padding-top: 100px;
  }

  .section-content-details-5-copy {
    display: block;
  }

  .faq-section-2-works {
    min-height: auto;
    margin-top: 0px;
    padding-bottom: 120px;
  }

  .content-block-left-content-5-copy-copy {
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-large-copy-copy.centered-svp-copy {
    min-height: auto;
  }

  .paragraph-large-copy-copy.centered-svp-copys {
    min-height: auto;
  }

  .faq-section-2-copy-copy {
    min-height: auto;
    margin-top: 0px;
    padding-bottom: 60px;
  }

  .link-read-home {
    margin-top: 40px;
    padding-left: 0px;
  }

  .link-read-home-copy {
    margin-top: 40px;
    padding-left: 0px;
  }

  .link-copy {
    font-size: 16px;
  }

  .link-copy-copy-1 {
    font-size: 16px;
  }

  .link-copy {
    font-size: 16px;
  }

  .link-copy-copy-2 {
    font-size: 16px;
  }

  .heading-primary-copy {
    font-size: 40px;
    line-height: 45px;
  }

  .heading-primary-copy.h3-centre {
    font-size: 40px;
  }

  .heading-primary-copy.h3-centre {
    font-size: 40px;
  }

  .heading-primary-copy {
    font-size: 40px;
    line-height: 45px;
  }

  .heading-primary-copy.h3-centre {
    font-size: 40px;
  }

  .heading-primary-copy.h3-centre {
    font-size: 40px;
  }

  .faq-section-2-copy-copy {
    min-height: auto;
    margin-top: 0px;
    padding-bottom: 60px;
  }

  .faq-section-2-copy-copy-copy {
    min-height: auto;
    margin-top: 0px;
    padding-bottom: 60px;
  }

  .the-sticky-div-title-copy.heading-primary {
    font-size: 40px;
    line-height: 45px;
  }

  .link-read-copy {
    margin-top: 20px;
    padding-left: 20px;
  }

  .link-read-copy-copy {
    margin-top: 20px;
    padding-left: 20px;
  }

  .img-notheadline-2-copy {
    max-width: 34%;
  }

  .div-content-english-copy-copy {
    min-height: 210px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .link-read-copy-copy {
    margin-top: 40px;
    padding-left: 0px;
  }

  .link-read-copy-copy-copy {
    margin-top: 20px;
    padding-left: 20px;
  }

  .title-logo-case-study-indo-copy {
    font-size: 40px;
    line-height: 45px;
  }

  .image-33-copy {
    max-width: 90%;
  }

  .image-33-copy-copy {
    max-width: 90%;
  }

  .section-title-full-time-copy {
    min-height: 550px;
    background-image: url('../images/Frame-256.jpg');
    background-position: 50% 50%;
  }

  .div-logo-copy {
    min-height: 300px;
  }

  .div-logo-copy-copy {
    min-height: 300px;
  }

  .div-logo-copy {
    min-height: 300px;
  }

  .div-logo-copy-copy {
    min-height: 300px;
  }

  .div-logo-copy {
    min-height: 300px;
  }

  .div-logo-copy-copy {
    min-height: 300px;
  }

  .div-logo-3 {
    min-height: 300px;
  }

  .div-logo-copy-copy-copy {
    min-height: 300px;
  }

  .div-logo-4 {
    min-height: 300px;
  }

  .div-logo-5 {
    min-height: 300px;
  }

  .card-services-homepage-copy-2-copy {
    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;
    background-color: #0f76bc;
  }

  .crowd-talent-headline {
    min-height: auto;
    margin-bottom: 20px;
    color: #fff;
    font-size: 30px;
    line-height: 32px;
  }

  .crowd-talnt-p {
    height: auto;
    max-width: 100%;
    min-height: 125px;
    padding-right: 10px;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
  }

  .job-portal-headline {
    min-height: auto;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 32px;
  }

  .job-portal-p {
    height: auto;
    max-width: 100%;
    min-height: 125px;
    padding-right: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .link-job-portal {
    margin-top: 40px;
    padding-left: 0px;
  }

  .link-read-home-copy {
    margin-top: 40px;
    padding-left: 0px;
  }

  .link-copy-copy-2-copy {
    font-size: 16px;
  }

  .link-crowd-talent {
    margin-top: 40px;
    padding-left: 0px;
  }

  .title-notheadline-copy.title-notheadline-copy-copy-copy {
    margin-top: 8px;
  }

  .img-notheadline-copy {
    max-width: 50%;
  }

  .primary-cta-2-copy-3-copy {
    margin-left: 10px;
  }

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

  .section-27 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .container-8-copy-copy-copy.section-11-copy {
    padding: 140px 60px 140px 0px;
  }

  .container-8-copy-copy-copy.section-11-copy {
    padding: 140px 20px;
  }

  .container-8-copy-copy-copy.section-11-copy-copy {
    padding: 160px 60px 140px 0px;
  }

  .container-8-copy-copy-copy.section-11-copy-copy-copy {
    padding: 140px 60px 140px 0px;
  }

  .heading-primary-copy-copy-copy-copy-copy {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 45px;
  }

  .div-content-indo {
    min-height: 210px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .div-content-indo-copy {
    min-height: 210px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-22-copy-copy-copy {
    max-width: 100%;
    margin-top: 0px;
    margin-right: 20px;
    font-size: 36px;
    line-height: 46px;
  }

  .container-8-copy-copy.section-11-copy {
    padding: 140px 60px 140px 0px;
  }

  .container-8-copy-copy.section-11-copy {
    padding: 140px 20px;
  }

  .container-8-copy-copy.section-11-copy-copy {
    padding: 140px 20px;
  }

  .title-notheadline-ss.title-notheadlinesss {
    margin-top: 5px;
  }

  .title-notheadline-coe.title-notheadline-copy-copy-copy {
    margin-top: 8px;
  }

  .title-notheadline-coe.title-notheadline-wcopy-copy {
    margin-top: 7px;
  }

  .heading-download {
    display: block;
    max-width: 100%;
    margin-top: 0px;
    margin-right: 20px;
    font-size: 36px;
    line-height: 46px;
  }

  .section-title-job-seeker-copy-copy {
    height: auto;
    min-height: 550px;
    background-position: 50% 50%;
  }

  .container-8-copy-copy-copy.section-11-copy {
    padding: 140px 60px 140px 0px;
  }

  .container-8-copy-copy-copy.section-11-copy {
    padding: 140px 20px;
  }

  .container-8-copy-copy-copy.section-11-copy-copy {
    padding: 160px 60px 140px 0px;
  }

  .heading-download-copy {
    display: none;
    max-width: 100%;
    margin-top: 0px;
    margin-right: 20px;
    font-size: 36px;
    line-height: 46px;
  }

  .heading-download-copy-copy {
    display: none;
    max-width: 100%;
    margin-top: 0px;
    margin-right: 20px;
    font-size: 36px;
    line-height: 46px;
  }

  .section-title-job-seeker-copy-copy {
    height: auto;
    min-height: 550px;
    background-position: 50% 50%;
  }

  .section-title-job-seeker-copy-co-copy {
    height: auto;
    min-height: 550px;
    background-position: 50% 50%;
  }
}

@media screen and (max-width: 991px) {
  p {
    margin-bottom: 0px;
  }

  .faq-section {
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faq-section.faq-section-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .circle-div {
    max-height: 220px;
    max-width: 220px;
    min-height: 220px;
    min-width: 220px;
  }

  .arrow-image-mobile {
    position: relative;
    left: 55px;
    display: none;
    height: 100px;
    max-width: 100%;
  }

  .statistic-circle-wrap {
    width: 100%;
  }

  .statistic-circle-wrap.statistic-circle-wrap-copy {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .counterup {
    min-height: auto;
    font-size: 28px;
    line-height: 32px;
  }

  .title-wrap {
    margin-bottom: 0px;
  }

  .heading-primary {
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 32px;
  }

  .heading-primary.h3-centre {
    font-size: 28px;
  }

  .heading-primary.h3-centre {
    font-size: 28px;
  }

  .arrow-wrap {
    min-width: 8px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .arrow-image-mobile-02 {
    position: relative;
    left: -55px;
    display: none;
    height: 100px;
  }

  .arrow-image {
    display: block;
  }

  .container.space-below {
    margin-bottom: 20px;
  }

  .feature-number-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .navigation {
    display: none;
  }

  .nav-logo {
    width: auto;
  }

  .navigation-mob {
    display: block;
    height: 70px;
    padding-right: 3%;
    padding-left: 3%;
    -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;
    border-bottom: 1px solid rgba(68, 85, 103, 0.11);
    background-color: #fff;
  }

  .menu-mob {
    padding: 10px;
    border-radius: 100px;
    background-color: #fafafa;
    color: #000;
    font-size: 22px;
  }

  .menu-mob.w--open {
    padding: 10px;
    background-color: #0f76bc;
    color: #fff;
  }

  .mobile-nav {
    z-index: 4000;
    padding-top: 0px;
    background-color: #fff;
    box-shadow: 42px 42px 55px 0 rgba(32, 53, 90, 0.09);
  }

  .nav-menu-2 {
    display: block;
    background-color: transparent;
  }

  .navigation-container-mob-about-us {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mobile-nav-link {
    z-index: 3000;
    width: 100%;
    font-family: 'Circular std book', sans-serif;
    font-size: 15px;
    font-weight: 400;
  }

  .navigation-wrap {
    display: block;
  }

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

  .hero {
    padding-bottom: 400px;
  }

  .h2 {
    font-size: 42px;
  }

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

  .column {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading {
    font-size: 36px;
  }

  .paragraph-2 {
    font-size: 18px;
  }

  .card_base {
    min-height: 310px;
  }

  .paragraph-3 {
    font-size: 17px;
    font-weight: 400;
  }

  .heading-2 {
    color: #000;
    font-size: 28px;
  }

  .p-xl-3 {
    margin-top: 60vh;
    font-size: 2rem;
  }

  .heading-xl.move-it.heading-sub {
    font-size: 26px;
    line-height: 1;
  }

  .heading-xl.move-it {
    font-size: 28px;
  }

  .text-span-5 {
    font-size: 46px;
  }

  .whatitdoes-back-2 {
    height: 0vh;
  }

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

  .image {
    max-width: 40px;
    margin-bottom: 5px;
  }

  .image-2 {
    max-width: 40px;
    margin-bottom: 5px;
  }

  .section-platform.card-div {
    padding-top: 100px;
  }

  .heading-3 {
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 28px;
    line-height: 39px;
  }

  .paragraph-4 {
    font-size: 18px;
  }

  .column-wrap-reversed {
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .content-block-right {
    width: 100%;
    padding-left: 25px;
  }

  .content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-bottom: 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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .service-card {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-5 {
    min-height: auto;
    margin-bottom: 0px;
  }

  .service-card-wrap {
    margin-bottom: 10px;
  }

  .section-content {
    padding: 100px 5% 60px;
  }

  .card-content-wrap {
    width: 100%;
    min-height: 360px;
    margin-bottom: 0px;
    text-align: center;
  }

  .content-block-left {
    width: auto;
    min-height: auto;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    text-align: left;
  }

  .image-block {
    width: 100%;
    min-height: auto;
    margin-bottom: 0px;
    padding: 10px 100px;
  }

  .column-3 {
    width: 100%;
    margin-bottom: 20px;
  }

  .title-event {
    min-height: 82px;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: left;
  }

  .category-event {
    font-size: 18px;
    text-align: left;
  }

  .image-event {
    min-height: 150px;
    text-align: center;
  }

  .date-event {
    min-height: 45px;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: left;
  }

  .time-event {
    margin-bottom: 0px;
    text-align: left;
  }

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

  .div-block-2 {
    padding: 25px;
  }

  .heading-5 {
    font-size: 32px;
  }

  .heading-6 {
    margin-top: 0px;
    font-size: 32px;
    line-height: 40px;
  }

  .paragraph-7 {
    padding-right: 0px;
  }

  .banner {
    padding-right: 42px;
    padding-left: 42px;
    background-position: 0% 0%;
    background-size: cover;
  }

  .paragraph-basic {
    font-size: 14px;
  }

  .banner-button {
    white-space: nowrap;
  }

  .grid-faq {
    margin-left: 25px;
    grid-column-gap: 27px;
  }

  .heading-7 {
    font-size: 42px;
    line-height: 48px;
  }

  .paragraph-8 {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 18px;
  }

  .hero-copy {
    padding-bottom: 400px;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .social-media-grid {
    grid-template-areas: ". ."
      ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .grayscalehover {
    width: auto;
  }

  .collection-item-2 {
    width: 33.33%;
  }

  .image-logo {
    padding-bottom: 0px;
  }

  .statistic-circle-wrap-copy {
    width: 100%;
  }

  .faq-section-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-primary-copy.h3-centre {
    font-size: 36px;
  }

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

  .div-testimony-nt {
    padding: 20px;
  }

  .testimony-nt {
    font-size: 18px;
    line-height: 24px;
  }

  .position-nt {
    margin-left: 0px;
  }

  .customer-name-nt {
    margin-left: 0px;
  }

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

  .div-notheadline {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-7-copy {
    font-size: 42px;
  }

  .paragraph-8-copy {
    font-size: 18px;
  }

  .img-notheadline {
    max-width: 60%;
    margin-top: 0px;
  }

  .title-notheadline {
    margin-top: 0px;
    font-size: 20px;
    line-height: 1.2;
  }

  .title-notheadline.title-notheadline-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline.title-notheadline-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline.title-notheadline-copy-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline.title-notheadline-copy-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline.title-notheadline-copy-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .shortdesc-notheadline {
    margin-bottom: 40px;
  }

  .img-logo-headline {
    max-width: 90%;
  }

  .title-headline {
    font-family: 'Circular std', sans-serif;
    font-size: 26px;
    line-height: 30px;
  }

  .shortdesc-headline {
    margin-bottom: 20px;
    font-family: 'Circular std book', sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
  }

  .div-testimony-sj {
    padding: 20px;
  }

  .testimony-sj {
    font-size: 18px;
    line-height: 24px;
  }

  .customer-name-sj {
    margin-left: 60px;
  }

  .position-sj {
    margin-left: 60px;
  }

  .text-block-6 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph-11 {
    font-size: 16px;
    line-height: 1.4;
  }

  .image-customer-desktop {
    display: block;
    max-width: 100%;
  }

  .container-4 {
    margin-bottom: 100px;
  }

  .grayscalehover-partnership {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-11 {
    font-size: 42px;
  }

  .column-7 {
    padding-right: 20px;
  }

  .navigation-container-mob-customer {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .link-privacy-policy {
    margin-top: 40px;
    padding-right: 40px;
    padding-left: 10px;
  }

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

  .container-7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-7 {
    font-size: 22px;
  }

  .heading-12 {
    font-size: 28px;
    line-height: 32px;
  }

  .heading-13 {
    font-size: 24px;
  }

  .content4-headline-wrap {
    width: auto;
  }

  .wrapper.m0-100 {
    padding-bottom: 0px;
  }

  .heading-14 {
    margin-right: -26px;
  }

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

  .size1-text.size1-top-clear {
    font-size: 30px;
    line-height: 40px;
  }

  .section-6 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .div-block-14 {
    min-height: 440px;
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .home1-deco-part {
    height: 260px;
  }

  .div-white-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-white-content.div-introduction {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-16 {
    width: 100%;
  }

  .body-regular {
    line-height: 1.6;
  }

  .div-13 {
    width: 23%;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-top-width: 5px;
  }

  .section-white-margin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .heading-15.no-margin {
    overflow: hidden;
  }

  .section-white.divider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-white.divider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-13-2 {
    width: 16%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .section-7 {
    background-color: #fff;
  }

  .parallax-kwiekiangie {
    height: 260px;
  }

  .section-blue.divider {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .tools-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .content-wrap-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tool-wrap {
    padding: 24px;
  }

  .tool-wrap.banner-wrap {
    padding: 24px;
  }

  .container-8.section-11 {
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .category-image-strip {
    left: 24px;
  }

  .sidebar-wrap {
    overflow: hidden;
    height: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .section-8.content {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-8.content.homepage {
    padding-top: 24px;
  }

  .category-block {
    margin-bottom: 0px;
  }

  .category-block.all-products {
    margin-bottom: 0px;
  }

  .category-block.all-products.w--current {
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .sidebar {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    border-bottom: 1px solid #dbdde6;
  }

  .sidebar.sidebar-homepage {
    border-bottom: 0px none transparent;
  }

  .tool-name {
    font-size: 20px;
  }

  .paragraph-12 {
    min-height: 150px;
    font-size: 16px;
  }

  .heading-16 {
    font-size: 36px;
    line-height: 38px;
  }

  .section-white-copy.divider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
  }

  .section-white-copy.divider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-white-copy.divider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-white-copy-copy.divider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-white-copy-copy.divider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .primary-cta-2-copy {
    width: auto;
    max-width: 20%;
  }

  .section-9 {
    min-height: 300px;
    margin-bottom: 0px;
    padding: 60px;
    background-color: #0f76bc;
    background-image: url('../images/iPad-Pro-11_---2.jpg');
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .heading-17 {
    font-size: 40px;
    line-height: 46px;
  }

  .button-getfreetrial {
    width: auto;
    max-width: 75%;
  }

  .text-block-9 {
    margin-top: 15px;
  }

  .hero-preheader {
    margin-bottom: 16px;
    font-size: 4vw;
  }

  .hero-slide-title {
    margin-bottom: 16px;
    font-size: 78px;
    line-height: 78px;
    text-align: left;
  }

  .hero-slide-title.mobile {
    display: none;
  }

  .block-about-image {
    margin-bottom: 69px;
  }

  .contact-block {
    margin-top: 40px;
    padding-top: 40px;
  }

  .accordion-item-wrapper-white-3 {
    margin-bottom: 20px;
  }

  .half-div.mobile-full {
    width: 100%;
  }

  .about-image {
    height: 662px;
  }

  .grid-2 {
    display: -ms-grid;
    display: grid;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .top-line-wrap {
    font-size: 12px;
  }

  .contact-form {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 48px;
  }

  .answers-title {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 48px;
  }

  .block-name {
    left: 55px;
    top: 295px;
  }

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

  .name {
    font-size: 104px;
  }

  .project-title {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 48px;
  }

  .button-text {
    font-size: 14px;
  }

  .hero-title-wrapper {
    left: auto;
    margin-top: 56px;
    -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-transform: none;
    -ms-transform: none;
    transform: none;
  }

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

  .right-block {
    padding-left: 0%;
  }

  .intro-paragraph {
    font-size: 12px;
    line-height: 18px;
  }

  .intro-text-large {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 48px;
  }

  .caps-text {
    font-size: 12px;
    line-height: 18px;
  }

  .service-wrap {
    width: 100%;
    float: none;
  }

  .heading-18 {
    margin-top: 0px;
    font-size: 38px;
  }

  .section-all-copy.space-for-hero-section {
    z-index: 2000;
  }

  .heading-19 {
    font-size: 40px;
  }

  .heading-20 {
    line-height: 42px;
  }

  .text-block-11 {
    min-height: 35px;
    line-height: 16px;
  }

  .text-block-12 {
    min-height: auto;
    margin-top: 5px;
    font-size: 20px;
    line-height: 24px;
  }

  .div-c {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-businessteam {
    margin-top: 60px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-producteam {
    margin-top: 60px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .collection-item-business-team {
    min-height: 290px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tool-wrap-2 {
    padding: 24px;
  }

  .heading-21 {
    height: auto;
    font-size: 36px;
    line-height: 40px;
  }

  .text-block-13 {
    margin-top: 15px;
  }

  .paragraph-basic-2 {
    font-size: 14px;
  }

  .div-13-copy {
    width: 22%;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-top-width: 5px;
  }

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

  .heading-15-copy.no-margin {
    overflow: hidden;
  }

  .column-13 {
    display: none;
  }

  .column-14 {
    display: none;
    padding-left: 20px;
  }

  .div-block-16-copy {
    width: 100%;
  }

  .div-13-3 {
    width: 24%;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-top-width: 5px;
  }

  .div-white-content-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .container-9 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .utility-page-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .columns-6 {
    display: block;
    width: 100%;
    text-align: center;
  }

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

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

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

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

  .hero-slide-title-mobile {
    margin-bottom: 16px;
    font-size: 78px;
    line-height: 78px;
    text-align: left;
  }

  .div-button-mobile {
    display: block;
  }

  .column-21 {
    margin-top: 60px;
  }

  .heading1.d-inline.txt-sh1-wht {
    height: auto;
    max-width: 60%;
    min-height: 43px;
    font-size: 40px;
    line-height: 46px;
    text-align: left;
  }

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

  .div-read-story {
    max-width: 100.1541161279221%;
    margin-top: 10px;
  }

  .button-read-storyy {
    width: auto;
    max-width: 35%;
  }

  .column-10-copy {
    padding-top: 60px;
    padding-right: 10px;
    padding-left: 40px;
  }

  .section-7-copy {
    background-color: #eaf0f6;
  }

  .section-8-copy.content {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-8-copy.content.homepage {
    padding: 60px 20px;
  }

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

  .tool-wrap-2-copy {
    padding: 24px;
  }

  .tool-name-copy {
    min-height: auto;
    margin-top: 0px;
    font-size: 20px;
  }

  .paragraph-12-copy {
    min-height: auto;
    margin-bottom: 0px;
    font-size: 16px;
  }

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

  .heading-3-copy {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 32px;
    line-height: 40px;
  }

  .hide-div-casestudy {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .section-11 {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-position: 50% 50%;
    background-size: auto;
  }

  .heading-22 {
    max-width: 50%;
    margin-top: 20px;
    font-size: 32px;
    line-height: 38px;
  }

  .paragraph-14 {
    margin-top: 0px;
    padding-right: 10px;
  }

  .div-openingjob.content {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-openingjob.content.homepage {
    padding: 40px 20px;
  }

  .heading-23 {
    font-size: 30px;
    line-height: 36px;
  }

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

  .hide-div-job {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-5-copy {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-title-jobdetails {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .container-8-copy.section-11 {
    padding-top: 0px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .heading-22-copy {
    max-width: 35%;
    margin-top: 10px;
    font-size: 40px;
    line-height: 48px;
  }

  .text-block-19 {
    font-size: 20px;
  }

  .div-white-content-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-rightside {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-top-width: 5px;
  }

  .text-block-21 {
    max-width: none;
    font-family: 'Circular std book', sans-serif;
    font-size: 14px;
    white-space: normal;
  }

  .column-26 {
    display: block;
  }

  .div-13-copy-2 {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-top-width: 5px;
  }

  .columns-4-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

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

  .column-26-copy {
    display: block;
    padding: 0px 20px 10px 5px;
  }

  .div-13-copy-2-copy {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-top-width: 5px;
  }

  .div-block-20-copy {
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .div-white-content-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-white-content-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .button-apply {
    width: auto;
    max-width: 100%;
  }

  .section-related-job {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-28 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 36px;
    line-height: 40px;
  }

  .slider-placeholder-img-text {
    font-size: 20px;
  }

  .list-item-text {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }

  .slide-nav.first-slider {
    margin-bottom: 0px;
  }

  .slider-slide {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider-img {
    -webkit-transform: perspective(2000px);
    transform: perspective(2000px);
  }

  .ontopdiv.mockup-section {
    margin-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    background-color: #fff;
  }

  .ontopdiv.mockup-section {
    margin-top: -160px;
    background-color: #fff;
  }

  .ontopdiv.mockup-section {
    margin-top: -160px;
    background-color: #fff;
  }

  .ontopdiv.versionbottom.subscribe-container {
    height: 400px;
    margin-top: -225px;
  }

  .ontopdiv.mockup-section-copy {
    display: block;
    height: auto;
    margin-top: 0px;
    padding-top: 1px;
    background-color: #fff;
  }

  .ontopdiv.mockup-section-copy-copy {
    position: relative;
    display: block;
    height: auto;
    margin-top: 0px;
    padding-top: 1px;
    background-color: #fff;
  }

  .ontopdiv.mockup-section-copy {
    position: relative;
    display: block;
    height: auto;
    margin-top: 0px;
    padding-top: 1px;
    background-color: #fff;
  }

  .slider-heading {
    font-size: 25px;
  }

  .slider {
    position: relative;
    height: 350px;
    max-width: 110%;
    min-height: auto;
    margin-top: 0px;
    margin-right: -30px;
    margin-left: -30px;
    text-align: left;
  }

  .slider-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .slider-left-arrow {
    left: 0px;
    height: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .slide-bg-img {
    border-top-left-radius: 15px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 20px;
  }

  .slider-right-arrow {
    right: 0px;
    height: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .slider-col-2 {
    padding-left: 10px;
  }

  .slider-arrow {
    margin-left: 10px;
    font-size: 40px;
  }

  .slider-slide-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider-col-2-2 {
    padding-left: 10px;
  }

  .container-10 {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .navigation-container-messages {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .navigation-container-messages:hover {
    background-color: #fff;
  }

  .section-header-contactus {
    min-height: 300px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-29 {
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-15 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .card-contactus {
    min-height: 290px;
  }

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

  .heading-30 {
    font-size: 32px;
    line-height: 36px;
  }

  .container-11 {
    padding-right: 100px;
    padding-left: 100px;
  }

  .image-20 {
    max-width: 15%;
  }

  .section-15 {
    padding: 40px 20px 60px;
  }

  .container-4-copy {
    margin-bottom: 100px;
  }

  .image-customer-mobile {
    display: none;
  }

  .columns-9 {
    display: block;
    text-align: center;
  }

  .columns-10 {
    display: block;
  }

  .heading-12-copy {
    margin-top: 20px;
    font-size: 32px;
    line-height: 38px;
  }

  .text-field-4 {
    min-width: 100%;
  }

  .social-link {
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer-link {
    max-width: 100%;
    font-size: 16px;
  }

  .footer-link.w--current {
    font-size: 16px;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-grid-01 {
    grid-column-gap: 14px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .footer-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .footer-title-button {
    font-size: 22px;
  }

  .form-2 {
    min-width: 100%;
  }

  .footer-title-2 {
    display: block;
    font-size: 16px;
  }

  .secondary-link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }

  .footer-01 {
    padding: 100px 3%;
  }

  .footer-column {
    max-width: 99.99997%;
    padding-right: 0px;
  }

  .footer-column-copy {
    margin-right: 0px;
    padding-right: 20px;
    padding-bottom: 40px;
  }

  .main-column {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .columns-11 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .tab-link-tab-1 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
  }

  .tab-link-tab-1.w--current {
    font-size: 18px;
  }

  .tab-link-tab-2 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
  }

  .tab-link-tab-3 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
  }

  .tab-link-tab-3.w--current {
    font-size: 18px;
  }

  .tab-link-for-sidejobs-user {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
  }

  .tab-link-for-sidejobs-user.w--current {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-24 {
    font-size: 18px;
  }

  .div-13--term {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-top-width: 5px;
  }

  .parallax-indomaret {
    height: 260px;
  }

  .parallax-growpal {
    height: 260px;
  }

  .parallax-innovation {
    height: 260px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat-y;
  }

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

  .div.div-introduction {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-white-content-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-white-content-copy.div-introduction {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-white-content-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-white-content-copy.div-introduction {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-white-content-terms {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-white-content-terms.div-introduction {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph-17 {
    max-width: 60%;
  }

  .heading-32 {
    font-size: 36px;
    line-height: 40px;
  }

  .block-1 {
    background-size: cover;
  }

  .div-block-30 {
    max-width: 70%;
  }

  .link-block-8 {
    height: 230px;
  }

  .heading-33 {
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-31 {
    margin-top: 20px;
  }

  .paragraph-15-copy {
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading-29-copy {
    font-size: 42px;
  }

  .tab-2020 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
  }

  .tab-2020.w--current {
    font-size: 18px;
  }

  .tab-2019 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
  }

  .heading-34 {
    font-size: 28px;
    line-height: 32px;
  }

  .tab-link-tab-1-2 {
    width: 100%;
  }

  .section-16 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sidenav__scroll-wrap {
    overflow: hidden;
    height: auto;
  }

  .sidenav-btn__wrap {
    margin-top: 10px;
    background-color: #fff;
  }

  .sidenav-btn__wrap:hover {
    background-color: #fff;
  }

  .header__name {
    left: 3rem;
    padding-left: 0rem;
  }

  .header__name-span {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 0.9rem;
  }

  .sidenav-switcher__wrap:hover {
    background-color: #171717;
  }

  .sidenav-btn__line.line-middle {
    background-color: #000;
  }

  .sidenav-btn__line.line-bottom {
    background-color: #000;
  }

  .sidenav-btn__line.line-top {
    background-color: #000;
  }

  .sidenav-list__item-link {
    font-size: 14px;
  }

  .sidenav.sidenav__left {
    overflow: visible;
    height: auto;
  }

  .sidenav.sidenav__left {
    overflow: visible;
    height: auto;
  }

  .sidenav-list {
    padding-bottom: 10rem;
  }

  .top-nav__menu {
    overflow: visible;
    height: auto;
  }

  .sidenav-btn__left-fixed {
    display: block;
    margin-top: -1px;
    border-right-style: none;
    background-color: #fff;
  }

  .sidenav-btn__left-fixed:hover {
    border-right-style: none;
    background-color: #fff;
  }

  .sidenav-btn__left-fixed.w--open {
    background-color: #fff;
  }

  .navigation-status {
    display: block;
  }

  .website-footer__nav.col-2 {
    width: 48%;
  }

  .website-footer__divider {
    display: none;
  }

  .container-16 {
    height: auto;
    max-height: 700px;
    min-height: 700px;
  }

  .component-overview {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .col-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .col-12.offset-4 {
    margin-left: 0%;
  }

  .page-header__title {
    font-size: 3.375rem;
  }

  .website-footer__link {
    line-height: 1.125;
  }

  .component-item {
    width: 32.5%;
  }

  .next-previous-link {
    width: 50%;
  }

  .col-8 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .sidenav-btn__wrap-2 {
    margin-top: 0px;
  }

  .sidenav-btn__wrap-2:hover {
    background-color: #171717;
  }

  .top-nav__menu-2 {
    height: auto;
  }

  .sidenav-btn__left-fixed-2 {
    display: block;
    margin-top: -1px;
  }

  .sidenav-copy.sidenav__left {
    overflow: visible;
    height: auto;
  }

  .sidenav-copy.sidenav__left {
    overflow: visible;
    height: auto;
  }

  .sidenav-copy.sidenav__left-copy {
    overflow: auto;
    height: auto;
    max-height: 700px;
    min-height: 700px;
    padding-bottom: 1rem;
  }

  .navigation-container-status-1 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .navigation-container-status-1:hover {
    background-color: #fff;
  }

  .navigation-left-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navigation-left-status {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .brand-status-copy {
    margin-left: 10px;
  }

  .text-block-31 {
    color: #000;
    font-size: 14px;
    text-align: left;
  }

  .accordion {
    display: none;
  }

  .accordion-trigger {
    font-size: 16px;
  }

  .title-status {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-block-32 {
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-33 {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-35 {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-18 {
    font-family: 'Circular std book', sans-serif;
    font-weight: 400;
  }

  .title-status-copy {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-block-36 {
    font-size: 20px;
    line-height: 22px;
  }

  .section-header-privacy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    -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-changelog {
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-15-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-grid {
    position: static;
    grid-column-gap: 22px;
    -ms-grid-columns: 1fr 0.6fr;
    grid-template-columns: 1fr 0.6fr;
  }

  .feature-image {
    margin-bottom: 10px;
  }

  .featured-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .seach-bar {
    border-radius: 10px;
  }

  .subscription {
    border-radius: 10px;
  }

  .blog-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .filter-year {
    font-size: 14px;
  }

  .link-changelog {
    font-size: 14px;
  }

  .rich-text-block-6 {
    font-size: 14px;
    line-height: 20px;
  }

  .checkbox-wrap {
    margin-bottom: 0rem;
  }

  .form-item {
    margin-bottom: 0rem;
  }

  .form-block-4 {
    margin-top: 10px;
    margin-bottom: 0px;
  }

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

  .heading-29-copy {
    font-size: 42px;
    line-height: 46px;
  }

  .paragraph-15-copy {
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading-22-copy-copy {
    max-width: 50%;
    margin-top: 10px;
    font-size: 40px;
    line-height: 48px;
  }

  .column-10-copy-copy {
    padding-top: 60px;
    padding-right: 10px;
    padding-left: 40px;
  }

  .columns-6-copy {
    display: block;
    width: 100%;
    text-align: center;
  }

  .image-logo-copy {
    max-width: 70%;
    padding-bottom: 0px;
  }

  .grayscalehover-copy {
    width: auto;
  }

  .heading-5-copy {
    font-size: 32px;
  }

  .email {
    /* display: block; */
    display: flex;
    -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;
    white-space: normal;
  }

  .heading-36 {
    margin-top: 0px;
    font-size: 36px;
  }

  .form-2-copy {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-field-6 {
    max-width: 50%;
  }

  .button-2021 {
    min-width: 10%;
  }

  .column-45 {
    text-align: left;
  }

  .parallax-optimise {
    height: 260px;
  }

  .parallax-koinworks {
    height: 260px;
  }

  .primary-cta-2-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }

  .div-block-36 {
    margin-top: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-wrapper-copy {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-20 {
    padding-right: 20px;
  }

  .link-our-terms-condition {
    margin-top: 40px;
  }

  .container-policyterms {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .right-menu {
    font-size: 16px;
  }

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

  .linkintroduction {
    font-size: 16px;
  }

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

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

  .heading-15-copy-copy.no-margin {
    overflow: hidden;
  }

  .linkservice {
    font-size: 16px;
  }

  .linkdatacontrollers {
    font-size: 16px;
  }

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

  .div-white-content-terms-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-white-content-terms-copy.div-introduction {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-white-content-terms-copy.div-1 {
    display: block;
  }

  .div-white-content-terms-copy.div-2 {
    display: block;
  }

  .div-white-content-terms-copy.div-3 {
    display: block;
  }

  .div-white-content-terms-copy.div-5 {
    display: block;
  }

  .div-white-content-terms-copy.div-4 {
    display: block;
  }

  .div-white-content-terms-copy.div-8 {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-1 {
    font-size: 16px;
  }

  .link1-1 {
    font-size: 16px;
  }

  .link1-2 {
    font-size: 16px;
  }

  .right-menu-copy {
    font-size: 16px;
  }

  .link1-3 {
    font-size: 16px;
  }

  .link1-4 {
    font-size: 16px;
  }

  .link1-5 {
    font-size: 16px;
  }

  .link2-1 {
    font-size: 16px;
  }

  .link2-2 {
    font-size: 16px;
  }

  .link2-3 {
    font-size: 16px;
  }

  .link2-4 {
    font-size: 16px;
  }

  .link2-5 {
    font-size: 16px;
  }

  .link2-6 {
    font-size: 16px;
  }

  .link2-7 {
    font-size: 16px;
  }

  .link2-8 {
    font-size: 16px;
  }

  .linkchange {
    font-size: 16px;
  }

  .link-3 {
    font-size: 16px;
  }

  .link3-1 {
    font-size: 16px;
  }

  .link3-2 {
    font-size: 16px;
  }

  .link3-3 {
    font-size: 16px;
  }

  .link3-4 {
    font-size: 16px;
  }

  .link3-5 {
    font-size: 16px;
  }

  .link4-1 {
    font-size: 16px;
  }

  .link4-2 {
    font-size: 16px;
  }

  .link4-3 {
    font-size: 16px;
  }

  .link-4 {
    font-size: 16px;
  }

  .link-5 {
    font-size: 16px;
  }

  .link5-1 {
    font-size: 16px;
  }

  .link5-2 {
    font-size: 16px;
  }

  .link5-3 {
    font-size: 16px;
  }

  .link5-4 {
    font-size: 16px;
  }

  .link5-5 {
    font-size: 16px;
  }

  .link-6 {
    font-size: 16px;
  }

  .link-7 {
    font-size: 16px;
  }

  .link-7-copy {
    font-size: 16px;
  }

  .link-9 {
    font-size: 16px;
  }

  .link-10 {
    font-size: 16px;
  }

  .link3-6 {
    font-size: 16px;
  }

  .link-8 {
    font-size: 16px;
  }

  .link8-1 {
    font-size: 16px;
  }

  .link8-2 {
    font-size: 16px;
  }

  .heading-29-copy {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-29-copy-copy {
    font-size: 46px;
  }

  .hero-paragraph {
    max-width: 500px;
    text-align: center;
  }

  .hero-grid-wrapper {
    grid-column-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-h1 {
    max-width: 500px;
    font-size: 55px;
    text-align: center;
  }

  .hero-image {
    max-width: 560px;
  }

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

  .button-hero {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .hero-image-block {
    margin-top: 80px;
  }

  .section-title-job-seeker {
    min-height: 350px;
    background-position: 50% 50%;
  }

  .container-8-copy.section-11 {
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .container-8-copy.section-11-copy {
    padding: 40px 60px 160px;
  }

  .container-8-copy.section-11-copy {
    min-height: 420px;
    padding: 20px 60px;
  }

  .button-download {
    margin-top: 10px;
    margin-left: 20px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .service-card-2 {
    min-height: 160px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-37 {
    min-height: auto;
  }

  .section-card {
    padding: 60px 5% 20px;
  }

  .section-content-details {
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 0px;
    background-image: url('../images/Frame-219-mobile.png');
    background-position: 0% 0%;
    background-size: contain;
  }

  .heading-primary-copy {
    font-size: 28px;
    line-height: 32px;
  }

  .heading-primary-copy.h3-centre {
    font-size: 36px;
  }

  .section-content-details-2 {
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 0px;
    background-image: url('../images/Frame-221-mobile.png');
    background-position: 100% 0%;
    background-size: contain;
  }

  .content-block-left-content-2 {
    width: 70%;
    min-height: auto;
    padding: 10px 10px 10px 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;
    text-align: left;
  }

  .button-digital-job-fair {
    max-width: 100%;
    min-width: 50%;
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .image-block-content-2 {
    width: 100%;
    min-height: auto;
    margin-bottom: 0px;
    padding: 10px 100px;
  }

  .section-content-details-3 {
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 80px;
    padding-left: 5%;
    background-image: url('../images/Frame-222-mobile.png');
    background-position: 0% 0%;
    background-size: contain;
  }

  .button-tes-sekarang {
    max-width: 50%;
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .image-block-content-1 {
    width: 100%;
    min-height: auto;
    margin-bottom: 0px;
    padding: 10px 100px;
  }

  .content-block-left-content-1 {
    width: 70%;
    min-height: auto;
    padding: 10px 10px 10px 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .image-block-content-3 {
    width: 100%;
    min-height: auto;
    margin-bottom: 0px;
    padding: 10px 100px;
  }

  .content-block-left-content-3 {
    width: auto;
    min-height: auto;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    text-align: left;
  }

  .section-content-event {
    padding: 60px 5%;
  }

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

  .heading-primary-copy-copy {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 34px;
  }

  .heading-primary-copy-copy.h3-centre {
    font-size: 36px;
  }

  .images-events {
    width: auto;
    height: auto;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .columns-13 {
    display: inline-block;
    min-width: auto;
  }

  .columns-6-copy {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .image-33 {
    width: 80%;
    max-width: none;
  }

  .title-wrap-copy {
    margin-top: 60px;
    margin-bottom: 0px;
  }

  .columns-16 {
    display: inline-block;
  }

  .image-34 {
    width: 70%;
    max-width: none;
  }

  .image-35 {
    max-width: 70%;
  }

  .image-36 {
    max-width: 70%;
  }

  .image-37 {
    max-width: 70%;
  }

  .section-9-copy {
    min-height: 750px;
    margin-bottom: 0px;
    padding: 60px;
    background-color: #0f76bc;
    background-image: url('../images/iPad-Pro-11_---1.png');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: repeat-x;
  }

  .heading-22-copy {
    max-width: 100%;
    margin-top: 20px;
    font-size: 36px;
    line-height: 40px;
  }

  .div-subfooter {
    max-width: 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .button-wrapper-2.s-3 {
    display: none;
    -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;
  }

  .button-wrapper-2.s-3 {
    display: none;
    -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;
  }

  .section-download {
    min-height: 330px;
    margin-bottom: 0px;
    padding: 60px;
    background-color: #0f76bc;
    background-image: url('../images/X---8.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat-x;
  }

  .heading-22-copy-copy {
    max-width: 35%;
    margin-top: 10px;
    font-size: 40px;
    line-height: 48px;
  }

  .heading-22-copy-copy-copy {
    max-width: 50%;
    margin-top: 10px;
    font-size: 40px;
    line-height: 48px;
  }

  .div-title-jobdetails-copy {
    min-height: 350px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: 100% 50%;
  }

  .container-8-copy-copy.section-11 {
    padding-top: 0px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .div-title-jobdetails-copy-copy {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .container-8-copy-copy.section-11 {
    padding-top: 0px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .div-title-jobdetails-copy-copy-copy {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .heading-primary-copy-copy.h3-centre {
    font-size: 36px;
  }

  .text_features-2 {
    min-height: 180px;
  }

  .card_base-1 {
    height: auto;
    min-height: 350px;
  }

  .shortdesc-notheadline-copy {
    margin-bottom: 40px;
  }

  .title-notheadline-copy {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.2;
  }

  .heading-primary-job-seeker {
    min-width: 100%;
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
  }

  .heading-primary-job-seeker.h3-centre {
    font-size: 36px;
  }

  .heading-primary-copy-copy-copy {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 32px;
  }

  .heading-primary-copy-copy-copy.h3-centre {
    font-size: 36px;
  }

  .section-title-job-seeker-copy {
    background-position: 50% 50%;
  }

  .primary-cta-2-copy-copy {
    width: auto;
    max-width: 20%;
  }

  .heading-223 {
    max-width: 60%;
    margin-top: 20px;
    font-size: 32px;
    line-height: 38px;
  }

  .title-about-us {
    height: auto;
    max-width: 100%;
    min-width: 100%;
    margin-top: 5px;
    font-size: 32px;
    line-height: 38px;
  }

  .title-about-us.ss {
    height: auto;
    margin-top: 5px;
  }

  .title-about-us.sss.text-span-7 {
    min-width: 32%;
    color: #0f76bc;
  }

  .title-about-us.ssss {
    min-height: 39px;
    min-width: auto;
    margin-top: 5px;
    margin-left: 0px;
    line-height: 38px;
  }

  .title-about-us.ssss-copy {
    min-height: 39px;
    min-width: auto;
    margin-top: 5px;
    margin-left: 0px;
    line-height: 38px;
  }

  .title-tentang-kami {
    max-width: 80%;
    font-size: 32px;
    line-height: 38px;
  }

  .heading-22-copy {
    max-width: 60%;
    margin-top: 20px;
    font-size: 36px;
    line-height: 40px;
  }

  .heading-job {
    max-width: 48%;
    margin-top: 20px;
    font-size: 32px;
    line-height: 38px;
  }

  .paragraph-job {
    max-width: 50%;
    margin-top: 0px;
    padding-right: 0px;
  }

  .paragraph-studi-kasus {
    min-height: auto;
    font-size: 16px;
  }

  .paragraph-studi-kasus.short-studi-kasuss {
    min-height: 85px;
  }

  .tool-name-copy-copy {
    min-height: 70px;
    margin-top: 0px;
    font-size: 20px;
  }

  .tool-name-studi-kasus {
    min-height: auto;
    margin-top: 0px;
    font-size: 20px;
    line-height: 28px;
  }

  .tool-name-studi-kasus-2 {
    min-height: 90px;
    margin-top: 0px;
    font-size: 20px;
  }

  .paragraph-studi-kasus-copy {
    min-height: auto;
    font-size: 16px;
  }

  .heading-22-copy-copy {
    max-width: 100%;
    margin-top: 20px;
    font-size: 36px;
    line-height: 40px;
  }

  .heading-22-copy-copy {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 38px;
    text-align: left;
  }

  .heading-22-copy-copy-copy {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 38px;
  }

  .column-51 {
    text-align: left;
  }

  .link-privacy-policy-2 {
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-link {
    margin-top: 0px;
    padding-right: 0px;
  }

  .div-content {
    min-height: 290px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .img-notheadline-2 {
    max-width: 60%;
    margin-top: 0px;
  }

  .div-content-english {
    min-height: 270px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .card-content-english {
    min-height: 250px;
  }

  .columns-18 {
    text-align: left;
  }

  .card-content {
    height: auto;
    min-height: 300px;
  }

  .card-content-2 {
    height: auto;
    min-height: 280px;
  }

  .title-customer {
    font-size: 32px;
    line-height: 38px;
  }

  .title-customer-english {
    max-width: 50%;
    font-size: 32px;
    line-height: 36px;
  }

  .paragraph-customer-english {
    font-size: 18px;
  }

  .paragraph-customer {
    font-size: 18px;
  }

  .paragraph-4-indo {
    font-size: 18px;
  }

  .paragraph-4-english {
    max-width: 85%;
    font-size: 18px;
  }

  .link-event {
    margin-top: 40px;
    padding-right: 40px;
  }

  .footer-column-copy {
    padding-right: 0px;
  }

  .footer-column-copy-copy {
    padding-top: 40px;
    padding-right: 0px;
  }

  .footer-title-2-copy {
    display: block;
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .footer-wrapper-social-media {
    -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;
    text-align: left;
  }

  .heading-22-copy-copy-copy-copy {
    max-width: 50%;
    margin-top: 10px;
    font-size: 40px;
    line-height: 48px;
  }

  .heading-22-copy-copy-copy {
    max-width: 35%;
    margin-top: 10px;
    font-size: 40px;
    line-height: 48px;
  }

  .heading-job-details {
    max-width: 35%;
    margin-top: 10px;
    font-size: 40px;
    line-height: 48px;
  }

  .heading-job-details-copy {
    max-width: 50%;
    margin-top: 10px;
    font-size: 40px;
    line-height: 48px;
  }

  .footer-02 {
    padding: 60px 3% 10px;
  }

  .footer-grid-3 {
    grid-column-gap: 14px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 1fr 1fr;
    grid-template-rows: auto 1fr 1fr;
  }

  .heading-30-copy {
    font-size: 32px;
    line-height: 36px;
  }

  .heading-30-copy-copy {
    font-size: 32px;
    line-height: 36px;
  }

  .section-first-content {
    min-height: 350px;
    padding-top: 80px;
    background-image: url('../images/Frame-294-mobile.png');
    background-position: 50% 100%;
    background-size: auto;
  }

  .heading-primary-copy {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 32px;
  }

  .heading-primary-copy.h3-centre {
    font-size: 28px;
  }

  .heading-primary-copy-copy {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 32px;
  }

  .heading-primary-copy-copy.h3-centre {
    font-size: 36px;
  }

  .menu-image {
    max-width: 10%;
  }

  .menu-title {
    font-size: 20px;
    line-height: 26px;
  }

  .menu-image-copy {
    max-width: 10%;
  }

  .menu-image-copy {
    max-width: 10%;
  }

  .menu-image-copy {
    max-width: 10%;
  }

  .menu-image-copy {
    max-width: 100%;
  }

  .menu-image-copy-copy {
    max-width: 10%;
  }

  .menu-image-copy-copy {
    max-width: 10%;
  }

  .menu-image-copy-copy {
    max-width: 100%;
  }

  .menu-image-copy-copy {
    max-width: 10%;
  }

  .menu-image-copy-copy {
    max-width: 10%;
  }

  .menu-image-copy-copy {
    max-width: 100%;
  }

  .section-content-logo-copy {
    padding-top: 20px;
    padding-bottom: 60px;
  }

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

  .div-column-1 {
    width: auto;
    margin-bottom: 20px;
  }

  .div-column-2 {
    margin-bottom: 20px;
  }

  .div-column-3 {
    margin-bottom: 20px;
  }

  .text-block-49 {
    margin-bottom: 0px;
  }

  .div-logo-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 180px;
    -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-logo-copy-copy {
    border-right-style: none;
  }

  .div-logo-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 180px;
    -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-right-style: none;
  }

  .div-logo-copy-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 180px;
    -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-right-style: none;
  }

  .div-logo-copy-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 180px;
    -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-50 {
    margin-top: 40px;
    font-size: 24px;
  }

  .heading-22-copy-copy-copy-copy {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 38px;
    text-align: left;
  }

  .slide-bg-img-2 {
    border-top-left-radius: 15px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 20px;
  }

  .slider-2 {
    display: block;
    height: 500px;
    min-height: 50vh;
    margin-top: 0px;
  }

  .slider-left-arrow-2 {
    left: 0px;
    height: 100%;
    margin-left: 40px;
  }

  .slider-left-arrow-2.testimonials-arr {
    height: 100%;
  }

  .slider-right-arrow-2 {
    right: 0px;
    height: 100%;
    margin-right: 40px;
  }

  .slider-right-arrow-2.testimonials-arr {
    height: 100%;
  }

  .slider-arrow-2 {
    font-size: 40px;
  }

  .sectionhome {
    height: 600px;
    min-height: auto;
  }

  .header-button-cta {
    margin-top: 25px;
  }

  .header-button-cta:hover {
    background-color: #ff4a78;
    box-shadow: none;
  }

  .header-button-cta:active {
    background-color: #ff5b85;
    box-shadow: 0 0 20px 0 rgba(255, 74, 120, 0.5);
  }

  .download-button:hover {
    border-color: rgba(136, 106, 193, 0.5);
    box-shadow: none;
  }

  .download-button:active {
    border-color: #886ac1;
    box-shadow: 0 0 20px 0 rgba(136, 106, 193, 0.35);
  }

  .underteamface {
    padding-right: 20px;
    padding-left: 20px;
  }

  .secondfooter {
    padding-left: 15px;
  }

  .header-heading {
    font-size: 40px;
  }

  .heading-employee {
    font-size: 15px;
  }

  .testimonials-section {
    padding-top: 50px;
  }

  .footer-navlink {
    margin-bottom: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .footer-navlink:hover {
    opacity: 1;
  }

  .social-link-2 {
    width: 44px;
    padding: 7px;
  }

  .social-link-2:hover {
    opacity: 1;
  }

  .nav-link-2 {
    width: 90px;
    padding: 12px 18px 10px;
  }

  .nav-link_3.nav-link-3 {
    padding: 12px 18px 10px;
  }

  .nav-link_3.nav-link-3:hover {
    background-color: #ff4a78;
    box-shadow: none;
  }

  .nav-link_3.nav-link-3:active {
    background-color: #ff5b85;
    box-shadow: 0 0 20px 0 rgba(255, 74, 120, 0.5);
  }

  .container-27 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .block-quote {
    margin-top: 70px;
    margin-bottom: 70px;
    font-size: 30px;
  }

  .widget-6-logo-container {
    margin-right: 35px;
  }

  .column-52 {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .description-section {
    font-size: 15px;
  }

  .header-description {
    width: 70%;
    font-size: 16px;
  }

  .button-submit-2:hover {
    background-color: #ff4a78;
    box-shadow: none;
  }

  .button-submit-2:active {
    background-color: #ff5b85;
    box-shadow: 0 0 20px 0 rgba(255, 74, 120, 0.5);
  }

  .heading-section {
    font-size: 25px;
  }

  .close-popup-div {
    width: 35px;
    height: 35px;
  }

  .close-popup-div:hover {
    opacity: 0.5;
  }

  .check-it-out {
    top: 60px;
    font-size: 100px;
  }

  .video-container {
    height: 350px;
  }

  .teamface {
    height: 250px;
  }

  .sectionpeople {
    padding-bottom: 300px;
  }

  .containerheader {
    margin-top: -100px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .link-4 {
    display: inline-block;
    margin-bottom: -12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .pointers-stroke {
    left: 0%;
    top: 0px;
  }

  .widget-6-container-inner {
    padding-right: 70px;
  }

  .section-21 {
    display: block;
    padding: 60px 10px 20px;
  }

  .d-128-image._1 {
    height: 100%;
    background-position: 100% 50%;
    background-repeat: no-repeat;
  }

  .d-128-image._2 {
    background-image: url('../images/Frame-324.jpg');
    background-position: 50% 50%;
    background-size: contain;
  }

  .d-128-image._1 {
    background-image: url('../images/Frame-323.jpg');
    background-position: 50% 50%;
    background-size: contain;
  }

  .d-128-image._3 {
    background-position: 100% 50%;
  }

  .d-128-image._3-copy {
    background-position: 100% 50%;
  }

  .d-128-image._3 {
    background-position: 100% 50%;
  }

  .d-128-image._3-copy {
    background-color: transparent;
    background-image: url('../images/Frame-325.jpg');
    background-position: 50% 50%;
    background-size: contain;
  }

  .d-128-image._4 {
    background-image: url('../images/Frame-326.jpg');
    background-position: 50% 50%;
    background-size: contain;
  }

  .d-128-image._5 {
    background-image: url('../images/Frame-327.jpg');
    background-position: 50% 50%;
    background-size: contain;
  }

  .d-128-image._6 {
    background-image: url('../images/Frame-328.jpg');
    background-position: 50% 50%;
    background-size: contain;
  }

  .d-128-image-wrapper._3-copy {
    height: auto;
    background-color: transparent;
  }

  .d-128-image-wrapper._4 {
    height: auto;
    background-color: transparent;
  }

  .d-128-image-wrapper._5 {
    height: auto;
    background-color: transparent;
  }

  .d-128-image-wrapper._6 {
    height: auto;
    background-color: transparent;
  }

  .d-128-content-wrapper {
    display: none;
    width: 34%;
    height: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .d-128-3d-card-wrapper {
    margin-bottom: 60px;
  }

  .div-block-44 {
    width: 99.99977%;
  }

  .container-29 {
    display: block;
  }

  .ontopdiv-copy.mockup-section {
    margin-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    background-color: #fff;
  }

  .ontopdiv-copy.mockup-section {
    margin-top: -160px;
    background-color: #fff;
  }

  .ontopdiv-copy.mockup-section {
    margin-top: -160px;
    background-color: #fff;
  }

  .ontopdiv-copy.versionbottom.subscribe-container {
    height: 400px;
    margin-top: -225px;
  }

  .ontopdiv-copy.mockup-section-copy {
    display: block;
    height: auto;
    margin-top: 0px;
    padding-top: 1px;
    background-color: #fff;
  }

  .ontopdiv-copy.mockup-section-copy-copy {
    position: relative;
    display: block;
    height: auto;
    margin-top: 0px;
    padding-top: 1px;
    background-color: #fff;
  }

  .ontopdiv-copy.mockup-section-copy {
    position: relative;
    display: block;
    height: 100%;
    min-height: 100vh;
    margin-top: 0px;
    padding-top: 1px;
    background-color: #fff;
  }

  .ontopdiv-copy.mockup-section-copy-copy {
    position: relative;
    display: block;
    height: 100%;
    min-height: auto;
    margin-top: 0px;
    padding-top: 1px;
    background-color: transparent;
  }

  .text-block-51 {
    font-size: 32px;
    line-height: 36px;
  }

  .text-block-52 {
    font-size: 18px;
  }

  .heading-success-story {
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 32px;
  }

  .heading-success-story.h3-centre {
    font-size: 36px;
  }

  .section-content-logo-case-study {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title-logo-case-study {
    max-width: 85%;
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 32px;
  }

  .title-logo-case-study.h3-centre {
    font-size: 36px;
  }

  .title-logo-case-study-indo {
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 32px;
  }

  .title-logo-case-study-indo.h3-centre {
    font-size: 36px;
  }

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

  .section-similiar-job.content {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-similiar-job.content.homepage {
    padding: 40px 20px;
  }

  .grid-55 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-job-copy {
    max-width: 45%;
    margin-top: 0px;
    padding-right: 0px;
  }

  .heading-223-copy {
    max-width: 45%;
    margin-top: 20px;
    font-size: 32px;
    line-height: 38px;
  }

  .social-link-copy {
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer-link-copy {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }

  .footer-link-copy.w--current {
    font-size: 16px;
  }

  .social-link-copy {
    width: 25%;
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer-column-copy2 {
    margin-right: 0px;
    padding-right: 20px;
    padding-bottom: 40px;
    border: 1px none #000;
  }

  .footer-02-copy {
    padding: 60px 3% 10px;
  }

  .title-wrap-copy-copy {
    margin-top: 80px;
    margin-bottom: 0px;
  }

  .ttile-job-seeker {
    max-width: 50%;
    margin-top: 60px;
    font-size: 32px;
    line-height: 38px;
  }

  .title-company-english {
    max-width: 50%;
    margin-top: 60px;
    font-size: 32px;
    line-height: 38px;
  }

  .footer-wrapper-copy {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .footer-bottom-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-wrapper-social-media-copy {
    -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;
    text-align: left;
  }

  .section-22 {
    height: 60px;
  }

  .column-2 {
    margin-top: 60px;
  }

  .div-content-copy {
    min-height: 330px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-content-copy {
    min-height: 330px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-content-copy-copy {
    min-height: 330px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-content-copy-copy {
    min-height: 280px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-content-copy-copy-copy {
    min-height: 330px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-content-copy-copy-copy {
    min-height: 280px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-content-copy2 {
    min-height: 240px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-content-english-copy {
    min-height: 270px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-content-english-copy {
    min-height: 250px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-content-copy-copy-copy {
    min-height: 330px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-content-engl {
    min-height: 280px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-content-english-2 {
    min-height: 280px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .menu-image-copy-copy-copy {
    max-width: 10%;
  }

  .link-privacy-policy-copy {
    margin-top: 40px;
    padding-right: 40px;
    padding-left: 10px;
  }

  .link-privacy-policy-copy {
    margin-top: 40px;
    padding-right: 40px;
    padding-left: 10px;
  }

  .heading-29-copy-copy {
    display: block;
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
  }

  .mobile-dropdown {
    display: block;
    max-width: 100%;
  }

  .mobile-toggle {
    width: 100%;
    font-family: 'Circular std book', sans-serif;
    font-size: 15px;
  }

  .text-block-53 {
    font-family: 'Circular std book', sans-serif;
    font-size: 15px;
    font-weight: 400;
  }

  .dropdown-list-2 {
    background-color: #fff;
  }

  .dropdown-link-mobile {
    display: block;
    padding: 20px 40px;
    font-family: 'Circular std book', sans-serif;
    color: #333;
    font-size: 15px;
    font-weight: 400;
  }

  .mobile-dropdown-copy {
    display: block;
    max-width: 100%;
  }

  .dropdown-link-mobile-copy {
    padding: 20px;
    font-family: 'Circular std book', sans-serif;
    color: #333;
    font-size: 15px;
    font-weight: 400;
  }

  .dropdown-link-mobile-copy {
    padding: 20px;
    font-family: 'Circular std book', sans-serif;
    color: #333;
    font-size: 15px;
    font-weight: 400;
  }

  .dropdown-link-mobile-copy {
    padding: 20px;
    font-family: 'Circular std book', sans-serif;
    color: #333;
    font-size: 15px;
    font-weight: 400;
  }

  .mobile-nav-link-2 {
    z-index: 3000;
    display: block;
    width: 100%;
    padding-left: 20px;
    font-family: 'Circular std book', sans-serif;
    font-size: 15px;
    font-weight: 400;
  }

  .mobile-nav-link-2:hover {
    background-color: #dceaf8;
  }

  .menu-mob-2 {
    padding: 10px;
    border-radius: 100px;
    background-color: #fafafa;
    color: #000;
    font-size: 22px;
  }

  .menu-mob-2.w--open {
    background-color: #0f76bc;
  }

  .dropdown-title-2 {
    font-family: 'Circular std book', sans-serif;
    color: #333;
  }

  .dropdown-link-mobile-2 {
    padding: 20px 40px;
    font-family: 'Circular std book', sans-serif;
    color: #333;
    font-size: 15px;
    font-weight: 400;
  }

  .dropdown-link-mobile-2:hover {
    background-color: #dceaf8;
  }

  .nav-content-wrap-2 {
    font-family: 'Circular std', sans-serif;
    color: #333;
  }

  .section-header-kontakkami {
    min-height: 300px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-header-privacy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 80px;
    -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-privacy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 80px;
    -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-primary-copy-copy-copy-copy {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 32px;
  }

  .heading-primary-copy-copy-copy-copy.h3-centre {
    font-size: 36px;
  }

  .link-read {
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .link-read-copy {
    margin-top: 40px;
    padding-right: 40px;
    padding-left: 10px;
  }

  .image-33-copy {
    width: 50%;
    max-width: none;
  }

  .image-33-copy {
    width: 70%;
    max-width: none;
  }

  .image-33-copy {
    width: 70%;
    max-width: none;
  }

  .image-33-copy-copy {
    width: 50%;
    max-width: none;
  }

  .div-white-content-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-white-content-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-white-content-copy-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .link-block-11 {
    height: auto;
  }

  .footer-column-4 {
    max-width: 99.99997%;
    padding-right: 0px;
  }

  .text-block-56 {
    text-decoration: none;
  }

  .footer-wrapper-copy-5 {
    width: 100.0001%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .secondary-link-2 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }

  .div-block-56 {
    width: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .footer-column-copy2-3 {
    margin-right: 0px;
    padding-right: 20px;
    padding-bottom: 40px;
    border: 1px none #000;
  }

  .footer-grid-7 {
    grid-auto-rows: 0px;
    grid-column-gap: 14px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto 0.25fr;
    grid-template-rows: auto auto 0.25fr;
  }

  .footer-column-copy-copy-3 {
    padding-top: 0px;
    padding-right: 0px;
  }

  .footer-bottom-4 {
    -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;
  }

  .footer-link-copy-2 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }

  .footer-link-copy-2.w--current {
    font-size: 16px;
  }

  .social-link-4 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none;
  }

  .div-block-55 {
    width: 100%;
    margin-top: 0px;
    -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;
  }

  .social-link-copy-2 {
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 10px;
    text-decoration: none;
  }

  .text-block-55 {
    border-bottom-width: 0px;
  }

  .footer-wrapper-5 {
    width: 30%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
  }

  .footer-wrapper-social-media-3 {
    width: 60%;
    margin-right: 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;
    text-align: left;
  }

  .div-block-54 {
    margin-top: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-link-5 {
    max-width: 100%;
    font-size: 16px;
  }

  .footer-link-5.w--current {
    font-size: 16px;
  }

  .social-link-5 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none;
  }

  .social-link-5-copy {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none;
  }

  .social-link-4-copy {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none;
  }

  .section-header-privacy-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 80px;
    -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;
  }

  .footer-wrapper-social-media-3-copy {
    width: 60%;
    margin-right: 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-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: left;
  }

  .div-block-55-copy {
    width: 100%;
    margin-top: 0px;
    -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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-logo-copy-copy-copy-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 180px;
    -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-right-style: none;
  }

  .div-logo-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 180px;
    -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-logo-copy-copy-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 180px;
    -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-right-style: none;
  }

  .div-logo-copy-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 180px;
    -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;
  }

  .button-wrapper-mobile.s-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: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .button-wrapper-mobile.s-3 {
    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: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .button-app-store-2.google {
    width: 155px;
    height: 55px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-google-play-5 {
    width: 155px;
    height: 55px;
    margin-right: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .navigation-mob-2 {
    display: block;
    height: 85px;
    padding-right: 3%;
    padding-left: 3%;
    -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;
    border-bottom: 1px solid rgba(68, 85, 103, 0.11);
    background-color: #fff;
  }

  .section-title-full-time {
    min-height: 420px;
    background-position: 75% 50%;
  }

  .heading-company-title-indo {
    max-width: 50%;
    margin-top: 60px;
    font-size: 32px;
    line-height: 38px;
  }

  .text-block-48-copy {
    max-width: 45%;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 26px;
  }

  .heading-freelance {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 32px;
  }

  .container-35.space-below {
    margin-bottom: 20px;
  }

  .container-35.space-below {
    margin-bottom: 20px;
  }

  .container-35.space-below {
    margin-bottom: 20px;
  }

  .service-card-wrap-4 {
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .heading-37-copy-2 {
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .service-icon-company-2 {
    width: 8%;
  }

  .paragraph-5-copy-2 {
    height: auto;
    max-width: 100%;
    min-height: auto;
    font-size: 16px;
    line-height: 1.4;
  }

  .service-card-company-2 {
    height: auto;
    min-height: auto;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-card-freelance {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .column-company-2 {
    width: 50%;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-23-copy-copy {
    min-height: auto;
  }

  .paragraph-23-copy-copy-2 {
    min-height: auto;
  }

  .service-card-wrap-3 {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .heading-primary-2 {
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 38px;
  }

  .section-card-sidejobs {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .heading-37-copy {
    min-height: auto;
    margin-bottom: 5px;
  }

  .column-57 {
    width: 50%;
    margin-bottom: 0px;
  }

  .paragraph-23-copy {
    min-height: auto;
  }

  .service-card-3 {
    min-height: 250px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service-card-3.section-card-sidejobs {
    min-height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
    -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;
  }

  .service-card-3.section-card-event {
    min-height: auto;
    padding-top: 24px;
    padding-bottom: 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;
  }

  .service-icon-2 {
    margin-bottom: 10px;
  }

  .section-logo-company {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .heading-42-copy-copy {
    height: auto;
    max-width: 70%;
    font-size: 30px;
    line-height: 40px;
  }

  .section-9-copy-2 {
    min-height: auto;
    margin-bottom: 0px;
    padding: 80px 60px;
    background-color: #1076bb;
    background-image: url('../images/X---12.jpg');
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: repeat-x;
  }

  .button-contactus {
    width: auto;
    max-width: 40%;
  }

  .text-block-13-copy-copy {
    max-width: 60%;
    min-width: auto;
    margin-top: 15px;
  }

  .heading-company-title-copy {
    max-width: 45%;
    margin-top: 60px;
    font-size: 32px;
    line-height: 38px;
  }

  .text-block-13-copy {
    max-width: 60%;
    margin-top: 15px;
  }

  .heading-42-copy {
    height: auto;
    max-width: 70%;
    font-size: 30px;
    line-height: 40px;
  }

  .section-title-event-job-fair {
    background-position: 50% 50%;
  }

  .container-event.section-event {
    max-width: none;
    padding: 40px 60px;
  }

  .heading-237-event-indo {
    height: auto;
    max-width: 100%;
    margin-top: 20px;
    font-size: 32px;
    line-height: 38px;
  }

  .heading-237-event-copy-copy {
    height: auto;
    max-width: 100%;
    min-height: 76px;
    margin-top: 0px;
    font-size: 32px;
    line-height: 38px;
  }

  .heading-37-event-indo {
    min-height: auto;
    font-size: 20px;
  }

  .paragraph-23-event-indo {
    min-height: auto;
  }

  .heading-primary-3 {
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 32px;
  }

  .column-59 {
    width: 100%;
    margin-bottom: 20px;
  }

  .icon-event {
    min-height: auto;
  }

  .section-sidejobs-content-copy {
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .home-sections-label {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .paragraph-71 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .homepage-layouts-grid {
    grid-column-gap: 24px;
  }

  .button-content {
    max-width: 30%;
    margin-top: 10px;
  }

  .menu-image-copy-2 {
    max-width: 10%;
  }

  .product5-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .menu-details {
    font-size: 16px;
    line-height: 26px;
  }

  .size1-text-2 {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }

  .text-block-58 {
    font-size: 20px;
  }

  .section-24 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .menu-details-2 {
    margin-left: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .text-block-51-copy {
    font-size: 20px;
  }

  .menu-details-1 {
    margin-left: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .section-25 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .div-join-job-fair {
    height: auto;
    min-height: 86px;
  }

  .image-38-copy {
    max-height: 70%;
    max-width: 90%;
  }

  .iphone-frame-copy {
    position: static;
    min-width: 40%;
  }

  .time-event-2 {
    text-align: left;
  }

  .title-event-2 {
    min-height: auto;
    margin-bottom: 0px;
    font-size: 18px;
    text-align: left;
  }

  .date-event-2 {
    min-height: auto;
    margin-top: 10px;
    text-align: left;
  }

  .category-event-2 {
    margin-bottom: 0px;
    font-size: 18px;
    text-align: left;
  }

  .div-block-57 {
    min-height: 170px;
  }

  .link-event-2 {
    margin-top: 20px;
    padding-right: 20px;
  }

  .card-content-wrap-3 {
    width: 100%;
    min-height: 350px;
    margin-bottom: 0px;
    text-align: center;
  }

  .service-card-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-content-event-job-fair {
    padding: 60px 5%;
  }

  .heading-22-copy-copy-copy-copy-2 {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 38px;
    text-align: left;
  }

  .container-37 {
    max-width: 100%;
  }

  .div-subfooter-3 {
    max-width: 70%;
    text-align: center;
  }

  .section-download-3 {
    min-height: auto;
    margin-bottom: 0px;
    padding: 60px 60px 80px;
    background-color: #0f76bc;
    background-image: url('../images/X---8.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat-x;
  }

  .heading-237-event {
    height: auto;
    max-width: 100%;
    margin-top: 20px;
    font-size: 32px;
    line-height: 38px;
  }

  .heading-237-event-copy {
    max-width: 100%;
    min-height: 40px;
    margin-top: 0px;
    font-size: 34px;
    line-height: 40px;
    text-align: left;
  }

  .heading-37-event-copy {
    min-height: auto;
    font-size: 20px;
    line-height: 24px;
  }

  .heading-37-event {
    min-height: auto;
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-23-event {
    min-height: auto;
  }

  .button-content-2 {
    max-width: 30%;
    margin-top: 10px;
  }

  .text-block-54 {
    max-width: 60%;
    font-size: 20px;
    text-align: center;
  }

  .text-block-54-copy {
    width: 48%;
    max-width: none;
    font-size: 20px;
    text-align: left;
  }

  .ttile-job-seeker-copy {
    max-width: 50%;
    margin-top: 80px;
    font-size: 32px;
    line-height: 38px;
  }

  .section-title-job-seeker-copy {
    min-height: 375px;
    background-position: 70% 50%;
  }

  .container-8-copy-copy.section-11 {
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .container-8-copy-copy.section-11-copy {
    padding: 40px 60px 160px;
  }

  .container-8-copy-copy.section-11-copy {
    min-height: 420px;
    padding: 20px 60px;
  }

  .container-8-copy-copy.section-11-copy-copy {
    padding: 40px 60px 129px;
  }

  .smallcounter {
    font-size: 38px;
    line-height: 42px;
  }

  .slider-arrow-wrap {
    margin-top: 40px;
  }

  .slider-left {
    padding: 10px;
  }

  .testimonial-paragraph {
    font-size: 18px;
    line-height: 26px;
  }

  .testimonial-content-wrap {
    min-height: 350px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .slider-right {
    padding: 12px 10px;
  }

  .arrow-9 {
    width: 20px;
  }

  .testimonial-image-block {
    padding: 30px;
  }

  .author-name {
    font-size: 18px;
  }

  .arrow-disabled {
    margin-right: 15px;
    padding: 12px 10px;
  }

  .quote-image {
    max-width: 60px;
    min-width: auto;
  }

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

  .div-block-59 {
    margin-right: 15px;
  }

  .text-block-60 {
    font-size: 18px;
  }

  .text-span-9 {
    font-size: 28px;
    line-height: 34px;
  }

  .button-getfreetrial-copy {
    width: auto;
    max-width: 35%;
  }

  .hero-copy {
    padding-bottom: 350px;
  }

  .service-card-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service-card-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service-card-copy-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service-card-copy-copy-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service-card-copy-copy-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card-services-homepage {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card-services-homepage-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-60 {
    -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-45 {
    max-width: 17%;
    margin-right: 10px;
  }

  .image-46 {
    max-width: 17%;
    margin-right: 10px;
  }

  .image-47 {
    max-width: 17%;
    margin-right: 10px;
  }

  .image-48 {
    max-width: 100%;
    margin-bottom: -90px;
  }

  .div-block-61 {
    display: block;
    max-width: none;
    -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;
  }

  .image-49 {
    max-width: 17%;
  }

  .container-35-copy.space-below {
    margin-bottom: 20px;
  }

  .container-35-copy.space-below {
    margin-bottom: 20px;
  }

  .container-35-copy.space-below {
    margin-bottom: 20px;
  }

  .paragraph-5-copy-2-copy {
    height: auto;
    max-width: 100%;
    min-height: auto;
    font-size: 16px;
    line-height: 1.4;
  }

  .heading-37-copy-2-copy {
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 22px;
  }

  .paragraph-5-copy-2-copy-copy {
    height: auto;
    max-width: 100%;
    min-height: 130px;
    font-size: 18px;
    line-height: 24px;
  }

  .card-services-homepage-copy {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading-37-copy-2-copy-copy {
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 22px;
  }

  .paragraph-5-copy-2-copy-copy-copy {
    height: auto;
    max-width: 100%;
    min-height: 90px;
    font-size: 16px;
    line-height: 22px;
  }

  .image-48-copy {
    max-width: 100%;
    margin-bottom: 0px;
  }

  .card-services-homepage-copy-copy {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .paragraph-5-copy-2-copy-copy-copy-copy {
    height: auto;
    max-width: 100%;
    min-height: 90px;
    font-size: 16px;
    line-height: 22px;
  }

  .heading-37-copy-2-copy-copy-copy {
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 22px;
  }

  .images-events-copy {
    width: auto;
    height: auto;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .images-events-copy {
    width: auto;
    height: auto;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .images-events-copy {
    width: auto;
    height: auto;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .images-events-copy {
    width: auto;
    height: auto;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .images-events-copy {
    width: auto;
    height: auto;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .images-events-copy {
    width: auto;
    height: auto;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .images-events-copy-copy {
    width: auto;
    height: auto;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .images-events-copy-copy {
    width: auto;
    height: auto;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .images-events-copy-copy {
    width: auto;
    height: auto;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .images-events-copy-copy {
    width: auto;
    height: auto;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .images-events-copy-copy {
    width: auto;
    height: auto;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .images-events-copy-copy {
    width: auto;
    height: auto;
    min-height: 80px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .image-33-copy {
    width: 90%;
    max-width: none;
  }

  .image-33-copy {
    width: 90%;
    max-width: none;
  }

  .image-33-copy {
    width: 90%;
    max-width: none;
  }

  .image-33-copy {
    width: 90%;
    max-width: none;
  }

  .image-33-copy {
    width: 80%;
    max-width: none;
  }

  .image-33-copy {
    width: 80%;
    max-width: none;
  }

  .section-9-copy {
    min-height: 470px;
    margin-bottom: 0px;
    padding: 90px 60px;
    background-color: #0f76bc;
    background-image: url('../images/Frame-172_1.png');
    background-position: 100% 100%;
    background-size: auto;
    background-repeat: repeat-x;
  }

  .subhead {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }

  .grid-hero {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .click-to-top {
    position: static;
    width: 100%;
    margin-bottom: 36px;
  }

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

  .section-26.blog-posts {
    height: auto;
  }

  .section-26.projects {
    height: auto;
  }

  .ql-link {
    padding: 12px;
    background-size: 16px;
    font-size: 2rem;
  }

  .footer-4 {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quick-links-wrapper {
    margin-bottom: -32px;
  }

  .container-38 {
    width: 85vw;
  }

  .eye-circle {
    display: none;
  }

  .projects-container {
    width: 85vw;
  }

  .heading-jumbo {
    font-size: 10rem;
  }

  .projects-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mac {
    max-width: 500px;
  }

  .button-2024 {
    padding: 12px 20px;
  }

  .modal-wrapper.project {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 36px;
  }

  .button-download-copy {
    margin-top: 20px;
    margin-left: 20px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .section-download-copy {
    min-height: 300px;
    margin-bottom: 0px;
    padding: 60px 40px;
    background-color: #0f76bc;
    background-image: url('../images/iPad-Pro-11_---3.jpg');
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .section-content-details-4 {
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .heading-primary-job-seeker-copy {
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 32px;
  }

  .image-block-content-4 {
    width: 100%;
    min-height: auto;
    margin-bottom: 0px;
    padding: 10px 100px;
  }

  .paragraph-large-copy-copy.centered-svp-copy-copy {
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-large-copy-copy.centered-svp-copy-copy-copy {
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-large-copy-copy.centered-svp-copy-copy {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-large-copy-copy.centered-svp-copy-copy-copy {
    font-size: 16px;
    line-height: 22px;
  }

  .content-block-left-content-4 {
    width: 70%;
    min-height: auto;
    padding: 10px 10px 10px 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .div-details-3 {
    margin-bottom: 7px;
  }

  .paragraph-large-copy.centered-svp-copy {
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-large-copy.centered-svp-copy-copy {
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-large-copy.centered-svp-copy {
    min-height: auto;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-large-copy.centered-svp-copy-copy {
    min-height: auto;
    font-size: 16px;
    line-height: 22px;
  }

  .menu-title-2 {
    font-size: 20px;
    line-height: 26px;
  }

  .image-block-content-5 {
    width: 100%;
    min-height: auto;
    margin-bottom: 0px;
    padding: 10px 100px;
  }

  .section-content-details-5 {
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .content-block-left-content-5 {
    width: 70%;
    min-height: auto;
    padding: 10px 10px 10px 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;
    text-align: left;
  }

  .content-block-left-content-4-copy {
    width: 70%;
    min-height: auto;
    margin-top: 10px;
    padding: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-position: 100% 100%;
    text-align: left;
  }

  .image-block-content-4-copy {
    width: 50%;
    min-height: auto;
    margin-bottom: 0px;
    padding: 10px 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-block-left-content-5-copy {
    width: 70%;
    min-height: auto;
    margin-top: 10px;
    padding: 20px;
    -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;
    text-align: left;
  }

  .image-block-content-5-copy {
    width: 50%;
    min-height: auto;
    margin-bottom: 0px;
    padding: 10px 0px;
    -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;
  }

  .heading-primary-job-seeker-copy-copy {
    min-width: 100%;
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy {
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-large-copy-copy2.centered-svp-copy {
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-large-copy-copy2.centered-svp-copy-copy {
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-large-copy-copy2.centered-svp-copy-copy-copy-2 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
  }

  .menu-title-2-copy {
    font-size: 18px;
    line-height: 26px;
  }

  .menu-title-2-copy {
    font-size: 20px;
    line-height: 26px;
  }

  .menu-title-2-copy {
    font-size: 20px;
    line-height: 26px;
  }

  .menu-image-job {
    max-width: 6%;
    margin-top: 1px;
  }

  .column-wrap-reversed-copy {
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -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-wrap-copy {
    -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;
  }

  .image-50 {
    max-width: 100%;
    margin-right: 20px;
  }

  .image-51 {
    max-width: 100%;
    margin-left: 20px;
  }

  .menu-title-21 {
    margin-left: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .menu-title-22 {
    margin-left: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .hero-copy-copy {
    display: block;
    min-height: 500px;
    padding-top: 30px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .section-card-freelance-copy {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .the-content {
    padding-top: 10px;
    padding-bottom: 60px;
  }

  .the-sticky-div-title.heading-primary {
    font-size: 28px;
    line-height: 32px;
  }

  .a-block {
    height: 360px;
  }

  .the-height-400vh-section {
    display: none;
  }

  .heading-primary-job-seeker-copy-2 {
    min-width: 100%;
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
  }

  .menu-title-23 {
    font-size: 16px;
    line-height: 22px;
  }

  .content-block-left-content-6 {
    width: 70%;
    min-height: auto;
    padding: 10px 10px 10px 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .heading-primary-job-seeker-copy-2-copy {
    min-width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 26px;
    text-align: left;
  }

  .div-block-63 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-52 {
    left: 75%;
    top: 50%;
    max-width: 150px;
    margin-top: -20px;
    margin-left: 20px;
  }

  .image-52-copy {
    left: 75%;
    top: 50%;
    max-width: 25%;
  }

  .testimonials-wrapper {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 60px;
    background-image: url('../images/Frame-392.png');
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: none;
  }

  .user-picture-t2 {
    max-width: 30%;
    border-top-left-radius: 0px;
    box-shadow: none;
  }

  .testimonials-wrapper-t2 {
    width: 90%;
    min-height: 385px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 12px;
    background-color: transparent;
    background-image: url('../images/Frame-389.jpg');
    background-position: 50% 50%;
    background-size: cover;
    box-shadow: 4px 4px 7px 0 rgba(151, 159, 175, 0.4);
  }

  .slide-wrapper-t2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .slide-nav-t2 {
    position: static;
    left: 0%;
    top: 110%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    -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: transparent;
    color: #000;
  }

  .subtitle {
    font-size: 24px;
  }

  .hero-text {
    font-size: 140px;
    line-height: 1em;
  }

  .card-services-homepage-copy-2 {
    padding: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-48-copy-copy {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .title-capped-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .title-wrap-2 {
    margin-bottom: 0px;
  }

  .circle-div-2 {
    max-height: 150px;
    max-width: 150px;
    min-height: 150px;
    min-width: 170px;
  }

  .faq-section-2-copy {
    margin-bottom: 0px;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .div-block-66 {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .smallcounter-2 {
    font-size: 34px;
    line-height: 32px;
  }

  .image-53 {
    max-width: 40px;
    margin-bottom: 5px;
  }

  .counterup-2 {
    font-size: 38px;
    line-height: 42px;
  }

  .heross {
    min-height: 500px;
    padding-top: 20px;
    padding-bottom: 300px;
  }

  .faq-section-nusatalentcom {
    margin-bottom: 0px;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .image-33-copy-copy {
    width: 50%;
    max-width: none;
  }

  .container-looking-job {
    margin-bottom: 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: 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-content-details-4-copy {
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .section-content-details-5-copy {
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .faq-section-2-works {
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-block-left-content-5-copy-copy {
    width: 70%;
    min-height: auto;
    margin-top: 10px;
    padding: 20px;
    -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;
    background-position: 100% 100%;
    text-align: left;
  }

  .paragraph-large-copy-copy.centered-svp-copy {
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-large-copy-copy.centered-svp-copy-copy {
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-large-copy-copy.centered-svp-copy {
    min-height: auto;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-large-copy-copy.centered-svp-copys {
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy {
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy {
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy {
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy {
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
    font-size: 16px;
    line-height: 22px;
  }

  .faq-section-2-copy-copy {
    margin-bottom: 0px;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .link-read-home {
    margin-top: 20px;
    padding-right: 40px;
    padding-left: 10px;
  }

  .link-read-home-copy {
    margin-top: 40px;
    padding-right: 40px;
    padding-left: 10px;
  }

  .heading-primary-copy {
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 32px;
  }

  .heading-primary-copy.h3-centre {
    font-size: 28px;
  }

  .heading-primary-copy.h3-centre {
    margin-bottom: 60px;
    font-size: 28px;
  }

  .heading-primary-copy {
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 32px;
  }

  .heading-primary-copy.h3-centre {
    font-size: 28px;
  }

  .heading-primary-copy.h3-centre {
    font-size: 28px;
  }

  .faq-section-2-copy-copy {
    margin-bottom: 0px;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .faq-section-2-copy-copy-copy {
    margin-bottom: 0px;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .the-sticky-div-title-copy.heading-primary {
    font-size: 28px;
    line-height: 32px;
  }

  .gradient-copy {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

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

  .link-read-copy {
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .link-read-copy-copy {
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .img-notheadline-2-copy {
    max-width: 45%;
    margin-top: -2px;
    margin-bottom: 10px;
  }

  .slide {
    min-height: auto;
  }

  .div-content-english-copy-copy {
    min-height: 250px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .link-read-copy-copy {
    margin-top: 40px;
    padding-right: 40px;
    padding-left: 0px;
  }

  .link-read-copy-copy-copy {
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .menu-mob-looking-for-job {
    padding: 10px;
    border-radius: 100px;
    background-color: #0f76bc;
    color: #000;
    font-size: 22px;
  }

  .menu-mob-looking-for-job.w--open {
    background-color: #0f76bc;
  }

  .icon-5 {
    color: #000;
    text-align: center;
  }

  .button-see-all {
    width: auto;
    max-width: 20%;
  }

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

  .home-image-copy {
    margin-bottom: 60px;
  }

  .title-logo-case-study-indo-copy {
    max-width: 80%;
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 32px;
  }

  .title-logo-case-study-indo-copy.h3-centre {
    font-size: 36px;
  }

  .image-33-copy {
    width: 70%;
    max-width: none;
  }

  .image-33-copy-copy {
    width: 80%;
    max-width: none;
  }

  .button-looking-job {
    z-index: 3000;
    display: block;
    width: 100%;
    margin-right: 0px;
    padding-left: 20px;
    background-color: #fff;
    font-family: 'Circular std', sans-serif;
    color: #0f76bc;
    font-size: 15px;
    font-weight: 500;
  }

  .button-looking-job:hover {
    background-color: #dceaf8;
    color: #0f76bc;
  }

  .div-block-73 {
    display: block;
  }

  .div-block-74 {
    display: block;
  }

  .div-block-75 {
    min-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-title-full-time-copy {
    min-height: 420px;
    background-position: 75% 50%;
  }

  .div-logo-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 180px;
    -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-right-style: none;
  }

  .div-logo-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 180px;
    -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-right-style: none;
  }

  .div-logo-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 180px;
    -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-logo-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 180px;
    -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-logo-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 180px;
    -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-logo-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 180px;
    -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-logo-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 180px;
    -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-right-style: none;
  }

  .div-logo-copy-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 180px;
    -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-logo-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 180px;
    -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-logo-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 180px;
    -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;
  }

  .card-services-homepage-copy-2-copy {
    padding: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .crowd-talent-headline {
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 22px;
  }

  .crowd-talnt-p {
    height: auto;
    max-width: 100%;
    min-height: 90px;
    font-size: 16px;
    line-height: 22px;
  }

  .job-portal-headline {
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 22px;
  }

  .job-portal-p {
    height: auto;
    max-width: 100%;
    min-height: 90px;
    font-size: 16px;
    line-height: 22px;
  }

  .link-job-portal {
    margin-top: 20px;
    padding-right: 40px;
    padding-left: 10px;
  }

  .link-read-home-copy {
    margin-top: 20px;
    padding-right: 40px;
    padding-left: 10px;
  }

  .link-crowd-talent {
    margin-top: 20px;
    padding-right: 40px;
    padding-left: 10px;
  }

  .title-notheadline-copy {
    margin-top: 0px;
    font-size: 20px;
    line-height: 1.2;
  }

  .title-notheadline-copy.title-notheadline-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-copy.title-notheadline-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-copy.title-notheadline-copy-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-copy.title-notheadline-copy-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-copy.title-notheadline-copy-copy-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-copy {
    margin-top: 0px;
    font-size: 20px;
    line-height: 1.2;
  }

  .title-notheadline-copy.title-notheadline-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-copy.title-notheadline-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-copy.title-notheadline-copy-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-copy.title-notheadline-copy-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-copy.title-notheadline-copy-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-copy {
    margin-top: 0px;
    font-size: 20px;
    line-height: 1.2;
  }

  .title-notheadline-copy.title-notheadline-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-copy.title-notheadline-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-copy.title-notheadline-copy-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-copy.title-notheadline-copy-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-copy.title-notheadline-copy-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-copy.title-notheadline-copy-copy-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-copy.title-notheadline-copy-copy-copy-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-copy-copy {
    margin-top: 0px;
    font-size: 20px;
    line-height: 1.2;
  }

  .title-notheadline-copy-copy.title-notheadline-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-copy-copy.title-notheadline-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-copy-copy.title-notheadline-copy-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-copy-copy.title-notheadline-copy-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-copy-copy.title-notheadline-copy-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-copy-copy.title-notheadline-copy-copy-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .img-notheadline-copy {
    max-width: 60%;
    margin-top: 0px;
  }

  .primary-cta-2-copy-3-copy {
    max-width: 28%;
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-76 {
    display: block;
    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;
    text-align: center;
  }

  .section-27 {
    display: none;
  }

  .container-8-copy-copy-copy.section-11 {
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .container-8-copy-copy-copy.section-11-copy {
    padding: 40px 60px 160px;
  }

  .container-8-copy-copy-copy.section-11-copy {
    min-height: 420px;
    padding: 20px 60px;
  }

  .container-8-copy-copy-copy.section-11-copy-copy {
    padding: 40px 60px 129px;
  }

  .container-8-copy-copy-copy.section-11-copy-copy-copy {
    padding: 35px 60px 129px;
  }

  .heading-primary-copy-copy-copy-copy-copy {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 32px;
  }

  .heading-primary-copy-copy-copy-copy-copy.h3-centre {
    font-size: 36px;
  }

  .div-content-indo {
    min-height: 300px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-content-indo-copy {
    min-height: 290px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }

  .heading-22-copy-copy-copy {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 38px;
    text-align: left;
  }

  .container-8-copy-copy.section-11 {
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .container-8-copy-copy.section-11-copy {
    padding: 40px 60px 160px;
  }

  .container-8-copy-copy.section-11-copy {
    min-height: 420px;
    padding: 20px 60px;
  }

  .container-8-copy-copy.section-11-copy-copy {
    min-height: 420px;
    padding: 10px 60px 20px;
  }

  .testimonials-wrapper-t2-copy {
    width: 90%;
    min-height: 400px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 12px;
    background-color: transparent;
    background-image: url('../images/Frame-389.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 4px 4px 7px 0 rgba(151, 159, 175, 0.4);
  }

  .slide-nav-t2-copy {
    position: static;
    left: 0%;
    top: 110%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    -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: transparent;
    color: #000;
  }

  .title-notheadline-ss {
    margin-top: 0px;
    font-size: 20px;
    line-height: 1.2;
  }

  .title-notheadline-ss.title-notheadline-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-ss.title-notheadline-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-ss.title-notheadline-copy-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-ss.title-notheadline-copy-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-ss.title-notheadline-copy-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-ss.title-notheadline-copy-copy-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-ss.title-notheadlinesss {
    min-height: auto;
    margin-top: 5px;
  }

  .title-notheadline-coe {
    margin-top: 0px;
    font-size: 20px;
    line-height: 1.2;
  }

  .title-notheadline-coe.title-notheadline-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-coe.title-notheadline-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-coe.title-notheadline-copy-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-coe.title-notheadline-copy-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-coe.title-notheadline-copy-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-coe.title-notheadline-copy-copy-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-coe.title-notheadline-copy-copy-copy-copy {
    min-height: auto;
    margin-top: 0px;
  }

  .title-notheadline-coe.title-notheadline-wcopy-copy {
    min-height: auto;
    margin-top: 7px;
  }

  .heading-download {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 38px;
    text-align: left;
  }

  .section-title-job-seeker-copy-copy {
    min-height: 375px;
    background-position: 70% 50%;
  }

  .container-8-copy-copy-copy.section-11 {
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .container-8-copy-copy-copy.section-11-copy {
    padding: 40px 60px 160px;
  }

  .container-8-copy-copy-copy.section-11-copy {
    min-height: 420px;
    padding: 20px 60px;
  }

  .container-8-copy-copy-copy.section-11-copy-copy {
    padding: 40px 60px 129px;
  }

  .heading-download-copy {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 38px;
    text-align: left;
  }

  .heading-download-copy-copy {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 38px;
    text-align: left;
  }

  .button-download-copy-copy {
    margin-top: 20px;
    margin-left: 20px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .section-title-job-seeker-copy-copy {
    min-height: 375px;
    background-position: 70% 50%;
  }

  .section-title-job-seeker-copy-co-copy {
    min-height: 375px;
    background-position: 70% 50%;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    margin-top: 20px;
  }

  p {
    margin-bottom: 0px;
  }

  .faq-section {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .circle-div {
    width: 100%;
    max-height: 120px;
    max-width: 120px;
    min-height: 120px;
    min-width: 120px;
  }

  .arrow-image-mobile {
    display: none;
  }

  .statistic-circle-wrap {
    width: 60%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .counterup {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 24px;
  }

  .heading-primary {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-primary.h3-centre {
    font-size: 24px;
  }

  .heading-primary.h3-centre {
    font-size: 24px;
  }

  .arrow-image-mobile-02 {
    display: none;
  }

  .arrow-image {
    display: block;
    width: auto;
  }

  .feature-number-wrap {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .title-capped {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
  }

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

  .brand {
    text-align: left;
  }

  .navigation-left {
    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;
    text-align: left;
  }

  .hero {
    padding-top: 20px;
    padding-bottom: 400px;
  }

  .h2.white {
    font-size: 40px;
  }

  .column {
    margin-top: 40px;
  }

  .heading {
    font-size: 32px;
    line-height: 40px;
  }

  .paragraph-2 {
    font-size: 18px;
  }

  .card_base {
    min-height: 200px;
    padding-top: 20px;
  }

  .paragraph-3 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .heading-2 {
    margin-bottom: 0px;
    font-size: 28px;
  }

  .column-2 {
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .p-m {
    font-size: 1.1rem;
  }

  .stick-heading {
    position: static;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
  }

  .p-xl-3 {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .request-divider {
    width: 100%;
    height: 4px;
  }

  .heading-xl {
    font-size: 8vw;
  }

  .heading-xl.move-it.heading-sub {
    margin-top: 10px;
    font-size: 26px;
    line-height: 1.1;
  }

  .heading-xl.move-it {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 28px;
  }

  .col.about-title-col {
    min-height: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .col.about-dscp-copy {
    display: block;
    min-height: 0px;
    padding-bottom: 0vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .whatitdoes-back-2 {
    display: none;
  }

  .text-block-4 {
    font-size: 18px;
    line-height: 1.3;
  }

  .grid-2-col {
    -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: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image {
    width: 20%;
    max-width: none;
  }

  .image-2 {
    width: 20%;
    max-width: none;
    margin-bottom: 5px;
  }

  .image-3 {
    width: 20%;
    max-width: none;
  }

  .section-platform.card-div {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-info {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-3 {
    margin-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 24px;
    line-height: 36px;
  }

  .content-block-right {
    padding: 10px;
  }

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

  .service-card {
    width: auto;
    margin-right: 60px;
    margin-bottom: 20px;
    margin-left: 60px;
  }

  .paragraph-5 {
    font-size: 16px;
  }

  .section-content {
    padding: 60px 3% 40px;
  }

  .card-content-wrap {
    margin-bottom: 0px;
  }

  .content-block-left {
    padding-right: 10px;
    padding-bottom: 0px;
  }

  .image-block {
    padding-right: 80px;
    padding-left: 80px;
  }

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

  .title-event {
    min-height: 0px;
    margin-bottom: 20px;
    text-align: center;
  }

  .category-event {
    font-size: 18px;
    text-align: center;
  }

  .date-event {
    min-height: 0px;
    margin-top: 0px;
    text-align: center;
  }

  .time-event {
    text-align: center;
  }

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

  .section-2 {
    padding: 40px 20px;
    background-position: 50% 50%;
    background-repeat: repeat-x;
    background-attachment: scroll;
  }

  .div-block-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 40px 20px;
  }

  .heading-5 {
    margin-bottom: 25px;
    font-size: 30px;
  }

  .paragraph-6 {
    font-size: 16px;
  }

  .heading-6 {
    font-size: 28px;
    line-height: 40px;
  }

  .paragraph-7 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .banner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .grid-faq {
    margin-left: 0px;
    grid-column-gap: 41px;
  }

  .footer-grid {
    grid-column-gap: 45px;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  .footer-block {
    font-family: 'Circular std', sans-serif;
    font-weight: 700;
  }

  .h3 {
    margin-bottom: 35px;
  }

  .flex-container.horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-3 {
    width: 61%;
  }

  .heading-7 {
    font-size: 32px;
    line-height: 36px;
  }

  .paragraph-8 {
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-4 {
    text-align: center;
  }

  .img-event {
    width: auto;
    max-width: 100%;
  }

  .image-5 {
    margin-bottom: 10px;
  }

  .collection-item {
    width: 20%;
    text-align: left;
  }

  .collection-list {
    width: auto;
  }

  .hero-copy {
    padding-top: 20px;
    padding-bottom: 400px;
  }

  .container-3 {
    text-align: center;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grayscalehover {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-3 {
    width: auto;
    padding: 40px 10px;
  }

  .collection-item-2 {
    width: 50%;
  }

  .image-logo {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .heading-primary-copy.h3-centre {
    font-size: 36px;
  }

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

  .div-testimony-nt {
    margin-top: 10px;
    padding: 20px;
  }

  .testimony-nt {
    font-size: 18px;
    text-align: left;
  }

  .position-nt {
    margin-left: 0px;
  }

  .customer-name-nt {
    margin-bottom: 5px;
    margin-left: 0px;
    padding-right: 0px;
    text-align: left;
  }

  .heading-9 {
    font-size: 34px;
  }

  .image-6 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-10 {
    font-size: 18px;
  }

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

  .div-notheadline {
    padding: 20px;
  }

  .heading-7-copy {
    max-width: 100%;
    font-size: 38px;
    line-height: 42px;
  }

  .img-notheadline {
    max-width: 30%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .title-notheadline {
    min-height: auto;
    margin-top: 0px;
    font-size: 18px;
    line-height: 1.3;
  }

  .shortdesc-notheadline {
    min-height: auto;
    margin-bottom: 20px;
  }

  .shortdesc-notheadline.shortdesc-notheadline-copy {
    min-height: auto;
  }

  .shortdesc-notheadline.shortdesc-notheadline-copy {
    min-height: auto;
  }

  .columns {
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .collection-notheadline {
    width: 50%;
  }

  .img-logo-headline {
    max-width: 50%;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
  }

  .title-headline {
    margin-top: 10px;
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 0px;
    font-size: 24px;
    line-height: 28px;
  }

  .shortdesc-headline {
    margin-right: 15px;
    margin-bottom: 20px;
    margin-left: 15px;
    font-family: 'Circular std book', sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .div-testimony-sj {
    padding: 20px;
  }

  .testimony-sj {
    font-size: 18px;
  }

  .customer-name-sj {
    margin-bottom: 5px;
    margin-left: 0px;
  }

  .position-sj {
    margin-left: 0px;
  }

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

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

  .paragraph-11 {
    font-size: 16px;
  }

  .image-customer-desktop {
    display: none;
    margin-bottom: 20px;
  }

  .container-4 {
    margin-bottom: 60px;
  }

  .grayscalehover-partnership {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px 20px;
  }

  .collection-item-3 {
    width: 50%;
  }

  .button-try {
    margin-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-11 {
    font-size: 38px;
  }

  .collection-item-4 {
    width: auto;
    min-width: 100%;
  }

  .column-7 {
    padding-right: 10px;
  }

  .link {
    text-align: left;
  }

  .div-block-5 {
    text-align: left;
  }

  .link-register {
    margin-bottom: 10px;
    margin-left: 15px;
    padding-bottom: 0px;
  }

  .link-company {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    margin-left: 15px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .link-privacy-policy {
    margin: 20px 0px 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .link-privacy-policy.link-headline {
    margin-right: 10px;
    margin-left: 10px;
  }

  .column-10 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
  }

  .container-7 {
    padding: 40px 10px;
    text-align: left;
  }

  .text-block-7 {
    font-size: 20px;
  }

  .heading-12 {
    margin-top: 10px;
    font-size: 28px;
    line-height: 32px;
  }

  .image-9 {
    max-width: 40%;
  }

  .wrapper.m0-100 {
    padding-bottom: 40px;
  }

  .size1-text {
    font-size: 34px;
    line-height: 42px;
  }

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

  .div-block-14 {
    min-height: auto;
  }

  .div-second-column {
    width: 100%;
    margin-bottom: 80px;
  }

  .div-second-column.no-margin.end {
    margin-bottom: 0px;
  }

  .div-white-content {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-white-content.div-introduction {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-white-content.div-challenge {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-white-content.div-nusatalenthelp {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-16 {
    width: 100%;
  }

  .div-13 {
    position: static;
    width: 50%;
    margin-bottom: 20px;
  }

  .section-white-margin {
    margin-right: 20px;
    margin-left: 20px;
    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;
  }

  .heading-15 {
    margin-bottom: 0px;
  }

  .heading-15.no-margin {
    width: 100%;
  }

  .div-13-2 {
    position: static;
    width: 100%;
    margin-bottom: 32px;
  }

  .section-blue.divider {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .collection-list-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .tools-wrap {
    padding-right: 24px;
    padding-left: 24px;
  }

  .container-8.section-11 {
    padding-top: 20px;
    padding-bottom: 60px;
  }

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

  .banner-icon {
    width: 160px;
    height: 160px;
    margin-right: 0px;
    margin-bottom: 28px;
  }

  .category-text {
    display: block;
  }

  .content-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-8 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .image-11 {
    height: 60px;
  }

  .category-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .category-block.all-products.w--current {
    margin-bottom: 10px;
  }

  .sidebar {
    padding-right: 24px;
    padding-left: 24px;
  }

  .tool-name {
    font-size: 20px;
  }

  .image-12 {
    max-width: 50%;
  }

  .div-block-17 {
    max-width: 70%;
  }

  .paragraph-12 {
    font-size: 16px;
  }

  .heading-16 {
    font-size: 32px;
    line-height: 36px;
  }

  .section-white-copy.divider {
    margin-bottom: 0px;
  }

  .section-white-copy.divider {
    margin-bottom: 0px;
  }

  .section-white-copy-copy.divider {
    margin-top: 0px;
  }

  .section-white-copy-copy.divider {
    margin-top: 0px;
  }

  .rich-text-block-3 {
    font-size: 16px;
    line-height: 22px;
  }

  .primary-cta-2-copy {
    max-width: 30%;
  }

  .section-9 {
    min-height: 620px;
    padding: 40px 40px 60px;
    background-image: url('../images/iPhone-11-Pro-Max---8.jpg');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: repeat-x;
  }

  .heading-17 {
    font-size: 34px;
    line-height: 38px;
    text-align: left;
  }

  .button-getfreetrial {
    max-width: 50%;
    text-align: left;
  }

  .column-12 {
    text-align: left;
  }

  .text-block-9 {
    margin-top: 10px;
    margin-left: 5px;
    font-size: 20px;
  }

  .hero-slide-title {
    font-size: 60px;
    line-height: 66px;
    text-align: left;
  }

  .hero-slide-title.mobile {
    display: block;
  }

  .hero-slide-title.dekstop {
    display: none;
  }

  .accordion-question-header-3 {
    font-size: 1.4em;
  }

  .accordion-tab-button-dark {
    width: 90vw;
  }

  .contact-block {
    display: block;
  }

  .about-image {
    height: 610px;
  }

  .grid-2 {
    width: 100%;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-form {
    font-size: 32px;
    line-height: 38px;
  }

  .answers-title {
    font-size: 32px;
    line-height: 38px;
  }

  .block-name {
    left: 33px;
    top: 319px;
  }

  .section-all.center.top {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-all.space-for-hero-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .name {
    font-size: 70px;
  }

  .project-title {
    font-size: 32px;
    line-height: 38px;
  }

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

  .intro-text-large {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-18 {
    margin-top: 0px;
    font-size: 32px;
    line-height: 38px;
  }

  .section-all-copy.space-for-hero-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .text-block-10 {
    text-align: center;
  }

  .heading-20 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
  }

  .collection-item-c {
    width: 50%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-block-11 {
    max-width: 99.999922%;
    min-height: auto;
  }

  .text-block-12 {
    min-height: auto;
    font-size: 18px;
    line-height: 20px;
  }

  .collection-item-business-team {
    width: 50%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-15 {
    display: none;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .heading-21 {
    height: auto;
    max-width: 80%;
    font-size: 34px;
    line-height: 38px;
    text-align: center;
  }

  .text-block-13 {
    margin-top: 10px;
    margin-left: 5px;
    font-size: 20px;
  }

  .div-13-copy {
    position: static;
    width: 50%;
    margin-bottom: 20px;
  }

  /* .columns-4 {
    height: NaN%;
  } */

  .columns-4 {
    height: 100%;
  }

  .heading-15-copy {
    margin-bottom: 0px;
  }

  .column-14 {
    display: none;
  }

  .div-block-16-copy {
    width: 100%;
  }

  .div-13-3 {
    position: static;
    width: 50%;
    margin-bottom: 20px;
  }

  .div-white-content-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .utility-page-content {
    -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-mobile {
    display: none;
  }

  .image-desktop {
    display: block;
  }

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

  .grid-c {
    display: -ms-grid;
    display: grid;
    padding-left: 60px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: start;
    -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;
    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;
  }

  .grid-business {
    display: -ms-grid;
    display: grid;
    padding-left: 60px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
    -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;
    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-member {
    min-width: 200px;
  }

  .grid-product {
    display: -ms-grid;
    display: grid;
    padding-left: 60px;
    justify-items: 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;
  }

  .hero-slide-title-mobile {
    font-size: 60px;
    line-height: 66px;
    text-align: left;
  }

  .div-button-mobile {
    display: block;
  }

  .div-block-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .column-21 {
    margin-top: 20px;
  }

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

  .column-22 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading1 {
    font-size: 2.25rem;
    letter-spacing: -1px;
  }

  .heading1.d-inline.txt-sh1-wht {
    height: auto;
    max-width: 100%;
    min-height: 43px;
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 38px;
  }

  .link-block-5 {
    min-width: 100%;
  }

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

  .div-read-story {
    margin-top: 20px;
    text-align: left;
  }

  .button-read-storyy {
    max-width: 40%;
    padding: 10px 20px;
    text-align: left;
  }

  .column-10-copy {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
  }

  .section-8-copy {
    padding-right: 24px;
    padding-left: 24px;
  }

  .section-8-copy.content.homepage {
    padding: 40px 10px;
  }

  .tool-name-copy {
    min-height: auto;
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph-12-copy {
    min-height: auto;
    margin-bottom: 0px;
    font-size: 16px;
  }

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

  .heading-3-copy {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 28px;
    line-height: 34px;
  }

  .section-11 {
    padding: 20px 10px;
    background-image: url('../images/Frame-171.png');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .heading-22 {
    max-width: 60%;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 0px;
    font-size: 30px;
    line-height: 34px;
  }

  .paragraph-14 {
    max-width: 45%;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 24px;
  }

  .div-title-openingjob {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-openingjob {
    padding-right: 24px;
    padding-left: 24px;
  }

  .div-openingjob.content.homepage {
    padding: 40px 10px;
  }

  .heading-23 {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 34px;
  }

  .hide-div-job {
    display: none;
    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;
  }

  .heading-24 {
    min-height: 60px;
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
  }

  .pill.pill-green {
    padding-right: 10px;
  }

  .job-item {
    padding: 20px 10px;
  }

  .div-title-jobdetails {
    padding-top: 40px;
    padding-bottom: 60px;
    background-position: 50% 50%;
  }

  .container-8-copy.section-11 {
    padding: 20px 10px 20px 60px;
  }

  .paragraph-14-copy {
    max-width: 55%;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .heading-22-copy {
    max-width: 50%;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 36px;
  }

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

  .div-white-content-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-rightside {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }

  .text-block-21 {
    margin-bottom: 0px;
    font-size: 16px;
  }

  .div-location {
    margin-bottom: 0px;
  }

  .div-jobtype {
    margin-top: 10px;
  }

  .div-applicationposted {
    margin-top: 10px;
  }

  .rich-text-block-5 {
    line-height: 22px;
  }

  .div-whatyouwilldo {
    margin-top: 0px;
  }

  .div-13-copy-2 {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }

  .columns-4-copy {
    display: block;
  }

  .column-26-copy {
    padding: 0px 20px;
  }

  .div-13-copy-2-copy {
    position: static;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .div-second-column-copy {
    width: 100%;
    margin-bottom: 80px;
  }

  .div-second-column-copy.no-margin.end {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .div-white-content-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-white-content-copy {
    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;
  }

  .div-second-column-copy {
    width: 100%;
    margin-bottom: 80px;
  }

  .div-second-column-copy.no-margin.end {
    margin-bottom: 0px;
  }

  .button-apply {
    max-width: 35%;
    margin-top: 15px;
    padding: 12px 20px;
    text-align: left;
  }

  .section-related-job {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .heading-28 {
    font-size: 32px;
    line-height: 35px;
    text-align: center;
  }

  .list-item-text {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .slide-nav.first-slider {
    margin-bottom: -50px;
  }

  .slide-nav.first-slider {
    margin-bottom: -70px;
  }

  .slider-slide {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px;
  }

  .ontopdiv.mockup-section {
    margin-top: 0px;
    background-color: transparent;
  }

  .ontopdiv.mockup-section {
    margin-top: 0px;
    background-color: transparent;
  }

  .ontopdiv.mockup-section {
    margin-top: 0px;
    background-color: transparent;
  }

  .ontopdiv.versionbottom {
    margin-top: -200px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .ontopdiv.versionbottom.subscribe-container {
    margin-top: 0px;
  }

  .ontopdiv.mockup-section-copy {
    min-height: auto;
    margin-top: 0px;
    background-color: transparent;
  }

  .ontopdiv.mockup-section-copy-copy {
    min-height: auto;
    margin-top: 0px;
    background-color: transparent;
  }

  .ontopdiv.mockup-section-copy {
    min-height: auto;
    margin-top: 0px;
    background-color: transparent;
  }

  .slider-heading {
    padding-left: 10px;
  }

  .slider-col-1 {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .slider {
    height: 100%;
    margin-right: -30px;
  }

  .slider-row {
    display: block;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-list {
    width: 90%;
  }

  .slider-left-arrow {
    margin-left: 0px;
  }

  .slide-mask {
    max-width: 100%;
    padding: 0px;
  }

  .slider-right-arrow {
    right: 0px;
  }

  .slider-col-2 {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
  }

  .slider-arrow {
    margin-left: 20px;
  }

  .slider-col-3 {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
  }

  .slider-col-1-2 {
    display: none;
  }

  .slider-row-2 {
    display: block;
  }

  .navigation-container-messages {
    display: block;
  }

  .heading-29 {
    font-size: 28px;
    line-height: 30px;
  }

  .paragraph-15 {
    font-size: 16px;
    line-height: 22px;
  }

  .card_base-copy {
    min-height: 200px;
    padding-top: 20px;
  }

  .card_base-copy {
    min-height: 200px;
    padding-top: 20px;
  }

  .card_base-copy {
    min-height: 200px;
    padding-top: 20px;
  }

  .card_base-copy {
    min-height: 200px;
    padding-top: 20px;
  }

  .card_base-copy {
    min-height: 200px;
    padding-top: 20px;
  }

  .card_base-copy {
    min-height: 200px;
    padding-top: 20px;
  }

  .card-contactus {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 200px;
    min-width: 100%;
    padding-top: 20px;
  }

  .column-27 {
    display: block;
  }

  .link-card-contactus {
    min-width: 100%;
  }

  .section-13 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-30 {
    font-size: 28px;
    line-height: 32px;
  }

  .image-20 {
    max-width: 15%;
  }

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

  .container-4-copy {
    margin-bottom: 60px;
  }

  .image-customer-mobile {
    display: block;
    margin-bottom: 20px;
  }

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

  .columns-9 {
    display: block;
  }

  .column-30 {
    display: block;
    min-height: 90px;
  }

  .column-31 {
    min-height: 90px;
    text-align: center;
  }

  .column-32 {
    min-height: 90px;
  }

  .column-33 {
    min-height: 90px;
  }

  .column-34 {
    min-height: 90px;
  }

  .column-35 {
    min-height: 90px;
  }

  .column-36 {
    min-height: 90px;
  }

  .column-37 {
    min-height: 90px;
  }

  .column-38 {
    min-height: 90px;
  }

  .column-39 {
    min-height: 90px;
  }

  .column-40 {
    min-height: 90px;
  }

  .column-41 {
    min-height: 90px;
  }

  .image-9-copy {
    max-width: 40%;
  }

  .heading-12-copy {
    margin-top: 10px;
    font-size: 30px;
    line-height: 34px;
  }

  .social-link {
    width: 32%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-bottom {
    margin-top: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-grid-01 {
    grid-row-gap: 16px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 16px auto;
    grid-template-rows: auto auto;
  }

  .footer-title-2 {
    margin-bottom: 22px;
  }

  .footer-column {
    padding-right: 0px;
  }

  .footer-column-copy {
    padding-right: 0px;
    padding-bottom: 40px;
    border-right-style: none;
  }

  .main-column {
    margin-top: 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .main-column.margin-top {
    margin-top: 40px;
  }

  .columns-11 {
    display: block;
    -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;
  }

  .project {
    border-radius: 10px;
  }

  .name-container {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .project-light-box {
    border-radius: 10px;
  }

  .tab-link-tab-1 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-link-tab-1.w--current {
    font-size: 16px;
  }

  .tab-link-tab-2 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }

  .tab-link-tab-3 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }

  .tab-link-for-sidejobs-user {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }

  .tab-link-for-sidejobs-user.w--current {
    padding-right: 10px;
    padding-left: 10px;
  }

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

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

  .div-13--term {
    position: static;
    display: none;
    width: 50%;
    margin-bottom: 20px;
  }

  .parallax-innovation {
    background-size: cover;
  }

  .div {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div.div-introduction {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div.div-challenge {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div.div-nusatalenthelp {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rich-text-block-3-copy {
    font-size: 16px;
    line-height: 22px;
  }

  .div-white-content-copy {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-white-content-copy.div-introduction {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-white-content-copy.div-challenge {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-white-content-copy.div-nusatalenthelp {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-white-content-copy {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-white-content-copy.div-introduction {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-white-content-copy.div-challenge {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-white-content-copy.div-nusatalenthelp {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tab-pane-for-company {
    margin-top: 0px;
  }

  .div-white-content-terms {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-white-content-terms.div-introduction {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-white-content-terms.div-challenge {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-white-content-terms.div-nusatalenthelp {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-white-content-terms.div-second-univ {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .div-white-content-terms.div-third-univ {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .div-white-content-terms.div-first-univ {
    margin-bottom: 20px;
  }

  .div-white-content-terms.div-third-company {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .div-white-content-terms.div-second-company {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .div-white-content-terms.divintroduction {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .div-white-content-terms.div-first-nusatalent {
    margin-bottom: 20px;
  }

  .div-white-content-terms.div-third-nusatalent {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .div-white-content-terms.div-second-nusatalent {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .div-white-content-terms.div-first-sidejobs {
    margin-bottom: 20px;
  }

  .div-white-content-terms.div-second-sidejobs {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .div-white-content-terms.div-third-sidejobs {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .div-white-content-terms.divservice {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .tab-pane-for-sidejobs-user {
    margin-top: 0px;
  }

  .tab-pane-for-university {
    margin-top: 0px;
  }

  .tab-pane-for-nusatalent-user {
    margin-top: 0px;
  }

  .page-wrapper {
    padding: 24px 16px;
  }

  .tabs-menu-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .paragraph-17 {
    max-width: 80%;
    line-height: 26px;
  }

  .heading-32 {
    font-size: 34px;
    line-height: 38px;
  }

  .block-1 {
    padding: 32px 24px 48px;
  }

  .tab-link {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-30 {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .link-block-8 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .columns-12 {
    display: block;
    width: 100%;
    text-align: left;
  }

  .container-14 {
    text-align: left;
  }

  .column-42 {
    padding-right: 40px;
    padding-left: 40px;
    text-align: left;
  }

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

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

  .div-block-31 {
    margin-top: 20px;
  }

  .paragraph-15-copy {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-29-copy {
    font-size: 38px;
    line-height: 44px;
  }

  .tab-2020 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-2020.w--current {
    font-size: 16px;
  }

  .tab-2019 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }

  .tab-pane-2020 {
    margin-top: 0px;
  }

  .tab-pane-2019 {
    margin-top: 0px;
  }

  .grid {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .website-footer__nav.col-2 {
    width: 100%;
  }

  .page-header {
    height: 14rem;
  }

  .website-footer__divider {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: auto;
    height: 1px;
    margin-right: 1rem;
    margin-left: 1rem;
    background-color: #565656;
  }

  .row.website-footer__row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-content.grid {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-header__title {
    font-size: 2.4rem;
  }

  .component-item {
    width: 49%;
    margin-bottom: 2%;
  }

  .row-2.website-footer__row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sidenav-copy.sidenav__left-copy {
    max-height: 700px;
    margin-top: 9.2rem;
  }

  .image-27 {
    margin-left: 0px;
  }

  .navigation-container-status-1 {
    display: block;
  }

  .navigation-left-copy {
    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;
    text-align: left;
  }

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

  .brand-copy {
    margin-right: 0px;
    text-align: left;
  }

  .brand-status {
    margin-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .navigation-left-status {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .navigation-right-status {
    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;
    text-align: left;
  }

  .brand-status-copy {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .title-status {
    padding-right: 0px;
    padding-left: 0px;
  }

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

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

  .text-block-34 {
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-35 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-35 {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-18 {
    font-family: 'Circular std book', sans-serif;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
  }

  .title-status-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-18 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .link-all-status {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-bottom: 0px;
  }

  .link-all-status.link-headline {
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-empty {
    margin-top: 20px;
  }

  .text-block-36 {
    font-size: 18px;
    line-height: 20px;
  }

  .section-header-privacy {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-header-changelog {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-15-copy {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .blog-grid {
    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-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: row;
    grid-row-gap: 62px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .stick-wrapper {
    position: static;
  }

  .content-right {
    position: static;
  }

  .seach-bar {
    margin-bottom: 0px;
  }

  .container-19 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .category-changelog {
    margin-bottom: 0px;
  }

  .link-read-more {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-bottom: 0px;
  }

  .link-read-more.link-headline {
    margin-right: 10px;
    margin-left: 10px;
  }

  .column-10-copy {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
  }

  .heading-29-copy {
    font-size: 38px;
    line-height: 42px;
  }

  .paragraph-15-copy {
    margin-top: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .div-responsibilities {
    margin-top: 0px;
  }

  .heading-22-copy-copy {
    max-width: 50%;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 36px;
  }

  .column-10-copy-copy {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
  }

  .image-logo-copy {
    height: auto;
    max-height: 100%;
    max-width: 40%;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .grayscalehover-copy {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-5-copy {
    margin-bottom: 25px;
    font-size: 30px;
  }

  .div-title-platform {
    min-height: auto;
    margin-bottom: 10px;
  }

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

  .div-sendcv {
    margin-top: 10px;
  }

  .heading-36 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 34px;
  }

  .text-field-6 {
    max-width: 70%;
  }

  .primary-cta-2-copy {
    max-width: 100%;
  }

  .div-block-36 {
    display: block;
  }

  .link-copy {
    text-align: left;
  }

  .container-20 {
    padding-right: 60px;
  }

  .link-our-terms-condition {
    margin: 20px 0px 10px;
    padding-bottom: 0px;
  }

  .link-our-terms-condition.link-headline {
    margin-right: 10px;
    margin-left: 10px;
  }

  .heading-15-copy-copy {
    margin-bottom: 0px;
  }

  .div-white-content-terms-copy {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-white-content-terms-copy.div-introduction {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-white-content-terms-copy.div-challenge {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-white-content-terms-copy.div-nusatalenthelp {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-white-content-terms-copy.div-second-univ {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .div-white-content-terms-copy.div-third-univ {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .div-white-content-terms-copy.div-first-univ {
    margin-bottom: 20px;
  }

  .div-white-content-terms-copy.div-third-company {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .div-white-content-terms-copy.div-second-company {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .div-white-content-terms-copy.divintroduction {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .div-white-content-terms-copy.div-first-nusatalent {
    margin-bottom: 20px;
  }

  .div-white-content-terms-copy.div-third-nusatalent {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .div-white-content-terms-copy.div-second-nusatalent {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .div-white-content-terms-copy.div-first-sidejobs {
    margin-bottom: 20px;
  }

  .div-white-content-terms-copy.div-second-sidejobs {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .div-white-content-terms-copy.div-third-sidejobs {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .div-white-content-terms-copy.divservice {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .tabs-4 {
    display: none;
  }

  .heading-29-copy {
    font-size: 30px;
    line-height: 34px;
  }

  .heading-29-copy-copy {
    font-size: 44px;
    line-height: 44px;
  }

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

  .hero-grid-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .hero-text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 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;
  }

  .button-hero {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 20px;
  }

  .section-title-job-seeker {
    min-height: 320px;
    background-position: 50% 50%;
  }

  .container-8-copy.section-11 {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .container-8-copy.section-11-copy {
    padding: 40px 40px 60px;
  }

  .container-8-copy.section-11-copy {
    padding: 60px 40px 100px;
  }

  .button-download {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 20px;
  }

  .service-card-2 {
    min-height: 180px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-card {
    padding-right: 3%;
    padding-left: 3%;
  }

  .section-content-details {
    padding-top: 40px;
    padding-right: 3%;
    padding-left: 3%;
    background-position: 0% 50%;
    background-size: contain;
  }

  .heading-primary-copy {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-primary-copy.h3-centre {
    font-size: 36px;
  }

  .section-content-details-2 {
    padding: 40px 3% 0px;
    background-image: url('../images/Frame-221-mobile.png');
    background-position: 100% 50%;
    background-size: contain;
  }

  .content-block-left-content-2 {
    width: 80%;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 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;
  }

  .button-digital-job-fair {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 50%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 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;
  }

  .image-block-content-2 {
    padding-right: 80px;
    padding-left: 80px;
  }

  .section-content-details-3 {
    padding: 40px 3%;
    background-image: url('../images/Frame-222-mobile.png');
    background-position: 0% 0%;
    background-size: contain;
  }

  .button-tes-sekarang {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 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;
  }

  .image-block-content-1 {
    padding-right: 80px;
    padding-left: 80px;
  }

  .content-block-left-content-1 {
    width: 80%;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 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;
  }

  .image-block-content-3 {
    padding-right: 80px;
    padding-left: 80px;
  }

  .content-block-left-content-3 {
    padding-right: 10px;
    padding-bottom: 0px;
  }

  .section-content-event {
    padding: 60px 3%;
  }

  .section-content-logo {
    padding: 60px 3%;
  }

  .heading-primary-copy-copy {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-primary-copy-copy.h3-centre {
    font-size: 36px;
  }

  .images-events {
    width: auto;
    height: auto;
    min-height: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .image-33 {
    width: 80%;
  }

  .title-wrap-copy {
    margin-top: 60px;
  }

  .image-34 {
    max-width: 90%;
  }

  .image-35 {
    max-width: 90%;
  }

  .image-36 {
    max-width: 90%;
  }

  .image-37 {
    max-width: 90%;
  }

  .section-9-copy {
    min-height: 700px;
    padding: 40px 40px 100px;
    background-image: url('../images/Mobile---Job-Seeker_1.png');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: repeat-x;
  }

  .heading-22-copy {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 0px;
    font-size: 28px;
    line-height: 32px;
  }

  .div-subfooter {
    max-width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-wrapper-2.s-3 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .button-wrapper-2.s-3 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .button-google-play {
    width: 150px;
    height: 55px;
  }

  .button-app-store.google {
    width: 150px;
    height: 55px;
  }

  .section-download {
    min-height: auto;
    padding: 40px 40px 100px;
    background-image: url('../images/X---8.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat-x;
  }

  .heading-22-copy-copy {
    max-width: 50%;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 36px;
  }

  .heading-22-copy-copy-copy {
    max-width: 50%;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 36px;
  }

  .div-title-jobdetails-copy {
    min-height: 300px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: 100% 50%;
  }

  .container-8-copy-copy.section-11 {
    padding: 20px 10px 20px 60px;
  }

  .div-title-jobdetails-copy-copy {
    padding-top: 40px;
    padding-bottom: 60px;
    background-position: 50% 50%;
  }

  .container-8-copy-copy.section-11 {
    padding: 20px 10px 20px 60px;
  }

  .div-title-jobdetails-copy-copy-copy {
    padding-top: 40px;
    padding-bottom: 60px;
    background-position: 50% 100%;
  }

  .heading-primary-copy-copy.h3-centre {
    font-size: 36px;
  }

  .h1_features-3 {
    min-height: auto;
  }

  .text_features-2 {
    min-height: auto;
  }

  .card_base-1 {
    min-height: auto;
    padding-top: 20px;
  }

  .shortdesc-notheadline-copy {
    margin-bottom: 20px;
  }

  .title-notheadline-copy {
    margin-top: 0px;
    font-size: 18px;
    line-height: 1.3;
  }

  .heading-primary-job-seeker {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }

  .heading-primary-job-seeker.h3-centre {
    font-size: 36px;
  }

  .heading-primary-copy-copy-copy {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-primary-copy-copy-copy.h3-centre {
    font-size: 36px;
  }

  .section-title-job-seeker-copy {
    background-position: 50% 50%;
  }

  .link-block-9 {
    margin-bottom: 15px;
  }

  .div-block-37 {
    display: none;
  }

  .div-block-38 {
    text-align: left;
  }

  .primary-cta-2-copy-copy {
    max-width: 30%;
  }

  .heading-223 {
    max-width: 60%;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 0px;
    font-size: 30px;
    line-height: 34px;
  }

  .title-about-us {
    height: auto;
    padding-top: 0px;
    font-size: 30px;
    line-height: 34px;
  }

  .title-about-us.ss {
    height: auto;
    padding-top: 0px;
  }

  .title-about-us.ssss {
    max-width: none;
    min-height: 34px;
    min-width: 100%;
  }

  .title-about-us.ssss-copy {
    max-width: none;
    min-height: 34px;
    min-width: 100%;
  }

  .title-tentang-kami {
    max-width: 90%;
    font-size: 30px;
    line-height: 34px;
  }

  .columns-17 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .column-50 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-22-copy {
    max-width: 60%;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 0px;
    font-size: 30px;
    line-height: 34px;
  }

  .heading-job {
    max-width: 55%;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 0px;
    font-size: 30px;
    line-height: 34px;
  }

  .paragraph-job {
    max-width: 55%;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-right: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-studi-kasus {
    min-height: auto;
    font-size: 16px;
  }

  .paragraph-studi-kasus.long-paragraph-studi-kasus {
    min-height: auto;
  }

  .tool-name-copy-copy {
    min-height: 80px;
    font-size: 20px;
    line-height: 26px;
  }

  .tool-name-studi-kasus {
    min-height: auto;
    font-size: 20px;
    line-height: 26px;
  }

  .tool-name-studi-kasus.long-studi-kasus {
    min-height: 135px;
  }

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

  .tool-name-studi-kasus-2 {
    min-height: 135px;
    font-size: 20px;
    line-height: 26px;
  }

  .tool-name-studi-kasus-2.studi-kasus-short {
    min-height: 85px;
  }

  .tool-name-studi-kasus-2.short-studi-kasus-2 {
    min-height: auto;
  }

  .paragraph-studi-kasus-copy {
    min-height: auto;
    font-size: 16px;
  }

  .paragraph-studi-kasus-copy.short-studi-kasus {
    min-height: auto;
  }

  .paragraph-studi-kasus-copy.long-studikasus {
    min-height: 145px;
  }

  .heading-22-copy-copy {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 0px;
    font-size: 28px;
    line-height: 32px;
  }

  .heading-22-copy-copy {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
  }

  .heading-22-copy-copy-copy {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
    font-size: 28px;
    line-height: 32px;
  }

  .link-privacy-policy-2 {
    margin: 20px 0px 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .div-link {
    padding-right: 10px;
  }

  .div-content {
    min-height: auto;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .img-notheadline-2 {
    max-width: 30%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-content-english {
    min-height: auto;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .card-content-english {
    min-height: 300px;
  }

  .card-content {
    min-height: 350px;
  }

  .card-content-2 {
    min-height: 360px;
  }

  .title-customer {
    max-width: 80%;
    font-size: 30px;
    line-height: 34px;
  }

  .title-customer-english {
    max-width: 70%;
    font-size: 30px;
    line-height: 34px;
  }

  .paragraph-4-indo {
    max-width: 85%;
  }

  .paragraph-4-english {
    max-width: 95%;
  }

  .link-event {
    margin: 20px 0px 10px;
    padding-right: 40px;
    padding-bottom: 0px;
  }

  .link-event.link-headline {
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-block-37-copy {
    display: block;
  }

  .footer-column-copy {
    padding-right: 0px;
  }

  .footer-column-copy-copy {
    padding-right: 0px;
  }

  .div-scroll-up {
    display: none;
  }

  .div-address {
    display: block;
    margin-top: 40px;
  }

  .footer-title-2-copy {
    margin-bottom: 10px;
  }

  .footer-wrapper-social-media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .heading-22-copy-copy-copy-copy {
    max-width: 50%;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 36px;
  }

  .heading-22-copy-copy-copy {
    max-width: 50%;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 36px;
  }

  .heading-job-details {
    max-width: 50%;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 36px;
  }

  .heading-job-details-copy {
    max-width: 50%;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 36px;
  }

  .footer-02 {
    padding-top: 60px;
  }

  .footer-grid-3 {
    grid-template-areas: "."
      "."
      "Area";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .heading-30-copy {
    font-size: 28px;
    line-height: 32px;
  }

  .heading-30-copy-copy {
    font-size: 28px;
    line-height: 32px;
  }

  .button-submit {
    width: 100%;
  }

  .section-first-content {
    height: auto;
    min-height: 280px;
    padding-top: 60px;
    padding-bottom: 120px;
    background-image: url('../images/Frame-294-mobile.png');
    background-position: 50% 100%;
    background-size: cover;
  }

  .heading-primary-copy {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-primary-copy.h3-centre {
    font-size: 28px;
  }

  .paragraph-copy {
    max-width: 60%;
    font-size: 16px;
    line-height: 22px;
  }

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

  .heading-primary-copy-copy {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-primary-copy-copy.h3-centre {
    font-size: 36px;
  }

  .menu-image {
    max-width: 10%;
  }

  .menu-title {
    margin-left: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .menu-image-copy {
    max-width: 10%;
  }

  .menu-image-copy {
    max-width: 10%;
  }

  .menu-image-copy {
    max-width: 10%;
  }

  .menu-image-copy {
    max-width: 10%;
  }

  .menu-image-copy-copy {
    max-width: 10%;
  }

  .menu-image-copy-copy {
    max-width: 10%;
  }

  .menu-image-copy-copy {
    max-width: 10%;
  }

  .menu-image-copy-copy {
    max-width: 100%;
  }

  .menu-image-copy-copy {
    max-width: 100%;
  }

  .menu-image-copy-copy {
    max-width: 100%;
  }

  .section-content-logo-copy {
    padding: 40px 3%;
  }

  .text-block-50 {
    font-size: 22px;
  }

  .heading-22-copy-copy-copy-copy {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
    font-size: 28px;
    line-height: 32px;
    text-align: left;
  }

  .sectionwhite.shadowup.backtoo {
    padding-bottom: 70px;
  }

  .sectionwhite.shadowup.backtoo {
    padding-bottom: 70px;
  }

  .sectionwhite.shadowup.backtoo {
    padding-bottom: 70px;
  }

  .section-shadow {
    display: none;
  }

  .slider-2 {
    height: 300px;
  }

  .slider-left-arrow-2 {
    margin-left: 0px;
  }

  .slide-mask-2 {
    padding: 0px 50px;
  }

  .slider-right-arrow-2 {
    margin-right: 0px;
  }

  .sectionhome {
    display: block;
    height: auto;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .download-button {
    margin-right: 10px;
  }

  .underteamface {
    display: block;
    max-width: 220px;
    margin-right: auto;
    margin-left: auto;
  }

  .play-svg {
    width: 80px;
  }

  .navnew {
    padding-right: 25px;
    padding-left: 25px;
  }

  .header-heading {
    font-size: 30px;
  }

  .testimonials-section {
    padding-top: 0px;
  }

  .section-color {
    height: 300px;
  }

  .section-color.above-footer {
    height: auto;
  }

  .quote-sign {
    left: -40px;
    top: -35px;
    width: 100px;
  }

  .testimonial {
    font-size: 16px;
  }

  .widget-6-heading {
    font-size: 16px;
  }

  .block-quote {
    margin-top: 40px;
    margin-bottom: 50px;
    font-size: 27px;
  }

  .widget-6-logo-container {
    margin-right: 30px;
  }

  .column-52 {
    padding-bottom: 20px;
  }

  .widget-6-description-container {
    min-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .widget-6-header-container {
    width: 300px;
  }

  .widget-6-description {
    font-size: 14px;
  }

  .check-it-out {
    top: 45px;
    font-size: 60px;
  }

  .testimonials-slider {
    height: 265px;
  }

  .video-container {
    height: 250px;
  }

  .teamface {
    display: block;
    max-width: 220px;
    margin-right: auto;
    margin-left: auto;
  }

  .sectionpeople {
    padding-bottom: 100px;
  }

  .containerheader {
    margin-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .subscribe-block-animation {
    border-radius: 0px;
  }

  .link-4 {
    margin-top: -10px;
    margin-bottom: 0px;
  }

  .section-home-animate {
    display: none;
  }

  .faq-section-2 {
    padding-top: 50px;
  }

  .widget-6-container-inner {
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
  }

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

  .d-128-image._2 {
    background-image: url('../images/Frame-324.jpg');
    background-position: 50% 50%;
    background-size: contain;
  }

  .d-128-image._1 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    background-image: url('../images/Frame-323.jpg');
    background-position: 50% 50%;
    background-size: contain;
  }

  .d-128-image._3 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    background-image: url('../images/Frame-323.svg');
    background-position: 50% 50%;
    background-size: contain;
  }

  .d-128-image._3-copy {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    background-image: url('../images/Frame-325.jpg');
    background-position: 50% 50%;
    background-size: contain;
  }

  .d-128-image._4 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    background-image: url('../images/Frame-326.jpg');
    background-position: 50% 50%;
    background-size: contain;
  }

  .d-128-image._5 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    background-image: url('../images/Frame-327.jpg');
    background-position: 50% 50%;
    background-size: contain;
  }

  .d-128-image._6 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    background-image: url('../images/Frame-328.jpg');
    background-position: 50% 50%;
    background-size: contain;
  }

  .d-128-image-wrapper._3-copy {
    background-color: transparent;
  }

  .d-128-image-wrapper._4 {
    background-color: transparent;
  }

  .d-128-image-wrapper._5 {
    background-color: transparent;
  }

  .d-128-image-wrapper._6 {
    background-color: transparent;
  }

  .d-128-content-wrapper {
    display: none;
    height: 98%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .d-128-3d-card-wrapper {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 100%;
  }

  .div-block-44 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ontopdiv-copy.mockup-section {
    margin-top: 0px;
    background-color: transparent;
  }

  .ontopdiv-copy.mockup-section {
    margin-top: 0px;
    background-color: transparent;
  }

  .ontopdiv-copy.mockup-section {
    margin-top: 0px;
    background-color: transparent;
  }

  .ontopdiv-copy.versionbottom {
    margin-top: -200px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .ontopdiv-copy.versionbottom.subscribe-container {
    margin-top: 0px;
  }

  .ontopdiv-copy.mockup-section-copy {
    min-height: auto;
    margin-top: 0px;
    background-color: transparent;
  }

  .ontopdiv-copy.mockup-section-copy-copy {
    min-height: auto;
    margin-top: 0px;
    background-color: transparent;
  }

  .ontopdiv-copy.mockup-section-copy {
    min-height: auto;
    margin-top: 0px;
    background-color: transparent;
  }

  .ontopdiv-copy.mockup-section-copy-copy {
    min-height: auto;
    margin-top: 0px;
    background-color: transparent;
  }

  .text-block-51 {
    font-size: 26px;
    line-height: 32px;
  }

  .image-38 {
    margin-top: 0px;
  }

  .heading-success-story {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-success-story.h3-centre {
    font-size: 36px;
  }

  .section-content-logo-case-study {
    padding: 60px 3%;
  }

  .title-logo-case-study {
    max-width: 90%;
    font-size: 24px;
    line-height: 28px;
  }

  .title-logo-case-study.h3-centre {
    font-size: 36px;
  }

  .title-logo-case-study-indo {
    max-width: 100%;
    font-size: 24px;
    line-height: 28px;
  }

  .title-logo-case-study-indo.h3-centre {
    font-size: 36px;
  }

  .section-no-job {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section-similiar-job {
    padding-right: 24px;
    padding-left: 24px;
  }

  .section-similiar-job.content.homepage {
    padding: 40px 10px;
  }

  .paragraph-job-copy {
    max-width: 45%;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-right: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .heading-223-copy {
    max-width: 50%;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 0px;
    font-size: 30px;
    line-height: 34px;
  }

  .social-link-copy {
    width: 32%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social-link-copy {
    width: 32%;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-column-copy2 {
    padding-right: 0px;
    padding-bottom: 20px;
    border-right-style: none;
  }

  .title-wrap-copy-copy {
    margin-top: 60px;
  }

  .ttile-job-seeker {
    max-width: 60%;
    margin-top: 21px;
    margin-bottom: 10px;
    padding-top: 0px;
    font-size: 30px;
    line-height: 34px;
  }

  .title-company-english {
    max-width: 55%;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 0px;
    font-size: 30px;
    line-height: 34px;
  }

  .footer-bottom-copy {
    margin-top: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-wrapper-social-media-copy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .image-39 {
    max-width: 90%;
  }

  .primary-cta-2-copy-copy {
    max-width: 100%;
  }

  .nav-link-report {
    margin-top: 10px;
  }

  .button-subscribe {
    max-width: 100%;
  }

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

  .div-content-copy {
    min-height: auto;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-content-copy {
    min-height: auto;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-content-copy-copy {
    min-height: auto;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-content-copy-copy {
    min-height: auto;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-content-copy-copy-copy {
    min-height: auto;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-content-copy-copy-copy {
    min-height: auto;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-content-copy2 {
    min-height: auto;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-content-english-copy {
    min-height: auto;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-content-english-copy {
    min-height: auto;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-content-copy-copy-copy {
    min-height: auto;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-content-engl {
    min-height: auto;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-content-english-2 {
    min-height: auto;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu-image-copy-copy-copy {
    max-width: 7%;
  }

  .link-privacy-policy-copy {
    margin: 20px 0px 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .link-privacy-policy-copy.link-headline {
    margin-right: 10px;
    margin-left: 10px;
  }

  .link-privacy-policy-copy {
    margin: 20px 0px 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .link-privacy-policy-copy.link-headline {
    margin-right: 10px;
    margin-left: 10px;
  }

  .heading-29-copy-copy {
    display: block;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
  }

  .nav-link-login.dark-blue-copy {
    font-size: 16px;
  }

  .section-header-kontakkami {
    min-height: 300px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-header-privacy-copy {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .section-header-privacy-copy {
    min-height: auto;
  }

  .heading-primary-copy-copy-copy-copy {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-primary-copy-copy-copy-copy.h3-centre {
    font-size: 36px;
  }

  .link-read {
    margin: 20px 0px 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .link-read.link-headline {
    margin-right: 10px;
    margin-left: 10px;
  }

  .link-read-copy {
    margin: 20px 10px 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .link-read-copy.link-headline {
    margin-right: 10px;
    margin-left: 10px;
  }

  .image-33-copy {
    width: 70%;
  }

  .image-33-copy {
    width: 55%;
  }

  .image-33-copy {
    width: 55%;
  }

  .image-33-copy-copy {
    width: 50%;
  }

  .div-white-content-copy-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-white-content-copy-copy {
    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;
  }

  .div-white-content-copy-copy-copy {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .footer-column-4 {
    padding-right: 0px;
  }

  .footer-wrapper-copy-5 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-56 {
    text-align: center;
  }

  .footer-column-copy2-3 {
    padding-right: 0px;
    padding-bottom: 20px;
    border-right-style: none;
  }

  .footer-grid-7 {
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-column-copy-copy-3 {
    padding-right: 0px;
  }

  .footer-bottom-4 {
    margin-top: 10px;
    padding-top: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .social-link-4 {
    width: auto;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social-link-4.w--current {
    width: auto;
    margin-right: 10px;
  }

  .div-block-55 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .social-link-copy-2 {
    width: auto;
    margin-right: 0px;
    padding-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block-55 {
    border-bottom-style: none;
    border-bottom-width: 0px;
    text-decoration: none;
  }

  .footer-wrapper-5 {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-wrapper-social-media-3 {
    width: 100%;
    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;
  }

  .div-block-54 {
    display: block;
  }

  .social-link-5 {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social-link-5.w--current {
    width: auto;
    margin-right: 10px;
  }

  .social-link-5-copy {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social-link-5-copy.w--current {
    width: auto;
    margin-right: 10px;
  }

  .social-link-4-copy {
    width: auto;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social-link-4-copy.w--current {
    width: auto;
    margin-right: 10px;
  }

  .section-header-privacy-copy-copy {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .footer-wrapper-social-media-3-copy {
    width: 100%;
    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;
  }

  .div-block-55-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-wrapper-mobile.s-3 {
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .button-wrapper-mobile.s-3 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .button-app-store-2.google {
    width: 150px;
    height: 55px;
  }

  .button-google-play-5 {
    width: 150px;
    height: 55px;
  }

  .column-55 {
    display: none;
  }

  .column-56 {
    display: none;
  }

  .section-title-full-time {
    background-position: 50% 50%;
  }

  .heading-company-title-indo {
    max-width: 60%;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 0px;
    font-size: 30px;
    line-height: 34px;
  }

  .text-block-48-copy {
    max-width: 55%;
    margin-top: 0px;
    font-size: 18px;
    line-height: 26px;
  }

  .heading-freelance {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 28px;
  }

  .card-content-wrap-company {
    min-height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .container-35.space-below {
    margin-bottom: 0px;
  }

  .heading-37-copy-2 {
    display: none;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 23px;
  }

  .service-icon-company-2 {
    width: 18%;
  }

  .paragraph-5-copy-2 {
    font-size: 16px;
    line-height: 1.3;
  }

  .service-card-company-2 {
    height: auto;
    min-height: auto;
    padding: 20px;
    -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-freelance {
    padding: 40px 3%;
  }

  .column-company-2 {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .heading-primary-2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
  }

  .section-card-sidejobs {
    padding-top: 40px;
    padding-right: 3%;
    padding-left: 3%;
  }

  .column-57 {
    margin-bottom: 10px;
  }

  .service-card-3 {
    min-height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service-card-3.section-card-sidejobs {
    height: auto;
    min-height: 100%;
  }

  .service-card-3.section-card-event {
    height: auto;
  }

  .section-logo-company {
    padding: 40px 3% 10px;
  }

  .container-36 {
    text-align: center;
  }

  .heading-42-copy-copy {
    height: auto;
    max-width: 70%;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 38px;
    text-align: left;
  }

  .section-9-copy-2 {
    display: block;
    min-height: auto;
    padding: 60px 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-image: url('../images/X---12.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat-x;
  }

  .column-12-copy {
    text-align: left;
  }

  .button-contactus {
    max-width: 40%;
    text-align: left;
  }

  .text-block-13-copy-copy {
    max-width: 50%;
    margin-top: 10px;
    margin-left: 5px;
    font-size: 20px;
  }

  .heading-company-title-copy {
    max-width: 55%;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 0px;
    font-size: 30px;
    line-height: 34px;
  }

  .text-block-13-copy {
    max-width: 70%;
    margin-top: 10px;
    margin-left: 5px;
    font-size: 20px;
  }

  .heading-42-copy {
    height: auto;
    max-width: 70%;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 38px;
    text-align: left;
  }

  .section-title-event-job-fair {
    background-image: url('../images/Mobile---Event.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .container-event.section-event {
    padding: 60px 40px;
  }

  .heading-237-event-indo {
    height: auto;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    font-size: 30px;
    line-height: 34px;
  }

  .heading-237-event-copy-copy {
    height: auto;
    max-width: 100%;
    min-height: 36px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    font-size: 30px;
    line-height: 34px;
  }

  .text-block-57 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }

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

  .heading-37-event-indo {
    font-size: 20px;
  }

  .heading-primary-3 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .column-59 {
    margin-bottom: 10px;
  }

  .section-sidejobs-content-copy {
    padding: 40px 3%;
    background-image: none;
  }

  .paragraph-71 {
    line-height: 22px;
  }

  .homepage-layouts-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-content {
    max-width: 40%;
  }

  .menu-image-copy-2 {
    max-width: 8%;
  }

  .product5-grid {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .menu-details {
    margin-left: 10px;
    font-size: 16px;
    line-height: 23px;
  }

  .size1-text-2 {
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }

  .text-block-58 {
    font-size: 20px;
    line-height: 22px;
  }

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

  .menu-details-2 {
    margin-left: 10px;
    font-size: 16px;
    line-height: 23px;
  }

  .text-block-51-copy {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }

  .menu-details-1 {
    margin-left: 10px;
    font-size: 18px;
    line-height: 24px;
  }

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

  .div-block-49 {
    margin-top: 0px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-join-job-fair {
    min-height: 75px;
    margin-top: 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;
  }

  .image-38-copy {
    max-width: 60%;
    margin-bottom: 40px;
  }

  .div-block-50 {
    max-width: 95%;
  }

  .iphone-frame-copy {
    max-width: 60%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-60 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .time-event-2 {
    text-align: left;
  }

  .title-event-2 {
    min-height: auto;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
  }

  .date-event-2 {
    min-height: 0px;
    margin-top: 0px;
    text-align: left;
  }

  .category-event-2 {
    font-size: 14px;
    text-align: left;
  }

  .div-block-57 {
    min-height: 170px;
    text-align: center;
  }

  .link-event-2 {
    margin: 20px 0px 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 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;
  }

  .img-event-2 {
    width: auto;
    max-width: 100%;
  }

  .card-content-wrap-3 {
    min-height: auto;
    margin-bottom: 0px;
  }

  .service-card-4 {
    width: 100%;
    height: auto;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .link-5 {
    line-height: 18px;
    text-align: left;
  }

  .section-content-event-job-fair {
    padding: 60px 5%;
  }

  .heading-22-copy-copy-copy-copy-2 {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
    font-size: 28px;
    line-height: 32px;
    text-align: left;
  }

  .div-subfooter-3 {
    max-width: 70%;
  }

  .section-download-3 {
    min-height: auto;
    padding: 40px 40px 100px;
    background-image: url('../images/X---8.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat-x;
  }

  .heading-237-event {
    height: auto;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    font-size: 30px;
    line-height: 34px;
  }

  .heading-237-event-copy {
    max-width: 100%;
    /* min-height: 70px; */
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
  }

  .heading-37-event-copy {
    font-size: 20px;
  }

  .heading-37-event {
    font-size: 20px;
  }

  .button-content-2 {
    max-width: 40%;
  }

  .text-block-54 {
    max-width: 90%;
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-54-copy {
    max-width: 90%;
    font-size: 18px;
    line-height: 24px;
  }

  .ttile-job-seeker-copy {
    max-width: 60%;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-top: 0px;
    font-size: 27px;
    line-height: 30px;
  }

  .section-title-job-seeker-copy {
    min-height: 280px;
    background-position: 55% 50%;
  }

  .container-8-copy-copy.section-11 {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .container-8-copy-copy.section-11-copy {
    padding: 40px 40px 60px;
  }

  .container-8-copy-copy.section-11-copy {
    padding: 40px 40px 100px;
  }

  .container-8-copy-copy.section-11-copy-copy {
    padding: 40px 40px 60px;
  }

  .smallcounter {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 24px;
  }

  .slider-arrow-wrap {
    -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;
  }

  .testimonial-paragraph {
    font-size: 18px;
  }

  .testimonial-content-wrap {
    width: 100%;
    min-height: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
  }

  .arrow-9 {
    width: 22px;
  }

  .testimonial-image {
    max-width: 300px;
  }

  .testimonial-image-block {
    width: 100%;
    min-height: 250px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .testimonial-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo {
    width: 130px;
  }

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

  .text-block-60 {
    font-weight: 400;
  }

  .text-span-9 {
    font-size: 26px;
    line-height: 32px;
  }

  .button-getfreetrial-copy {
    max-width: 45%;
    margin-top: 10px;
    padding-right: 40px;
    padding-left: 40px;
    text-align: left;
  }

  .hero-copy {
    padding-top: 20px;
    padding-bottom: 300px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .service-card-copy {
    width: auto;
    margin-right: 60px;
    margin-bottom: 20px;
    margin-left: 60px;
  }

  .service-card-copy {
    width: auto;
    margin-right: 60px;
    margin-bottom: 20px;
    margin-left: 60px;
  }

  .service-card-copy-copy {
    width: auto;
    margin-right: 60px;
    margin-bottom: 20px;
    margin-left: 60px;
  }

  .service-card-copy-copy-copy {
    width: auto;
    margin-right: 60px;
    margin-bottom: 20px;
    margin-left: 60px;
  }

  .service-card-copy-copy-copy {
    width: auto;
    margin-right: 60px;
    margin-bottom: 20px;
    margin-left: 60px;
  }

  .card-services-homepage {
    width: auto;
    margin-right: 60px;
    margin-bottom: 20px;
    margin-left: 60px;
    padding-bottom: 0px;
  }

  .card-services-homepage-copy {
    width: auto;
    margin-right: 60px;
    margin-bottom: 20px;
    margin-left: 60px;
  }

  .div-block-60 {
    margin-top: 20px;
  }

  .image-48 {
    max-width: 80%;
    margin-bottom: -50px;
  }

  .div-block-62 {
    margin-top: 0px;
  }

  .container-35-copy.space-below {
    margin-bottom: 0px;
  }

  .paragraph-5-copy-2-copy {
    display: none;
    font-size: 16px;
    line-height: 1.3;
  }

  .heading-37-copy-2-copy {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 23px;
  }

  .paragraph-5-copy-2-copy-copy {
    display: block;
    min-height: auto;
    font-size: 18px;
    line-height: 1.3;
  }

  .card-services-homepage-copy {
    width: auto;
    margin-right: 60px;
    margin-bottom: 20px;
    margin-left: 60px;
    padding-bottom: 0px;
  }

  .heading-37-copy-2-copy-copy {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 23px;
  }

  .paragraph-5-copy-2-copy-copy-copy {
    display: block;
    min-height: auto;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.3;
  }

  .image-48-copy {
    max-width: 90%;
    margin-bottom: 0px;
  }

  .card-services-homepage-copy-copy {
    width: auto;
    height: auto;
    margin-right: 60px;
    margin-bottom: 20px;
    margin-left: 60px;
    padding-bottom: 20px;
  }

  .paragraph-5-copy-2-copy-copy-copy-copy {
    display: block;
    min-height: auto;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.3;
  }

  .heading-37-copy-2-copy-copy-copy {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 23px;
  }

  .images-events-copy {
    width: auto;
    height: auto;
    min-height: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .images-events-copy {
    width: auto;
    height: auto;
    min-height: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .images-events-copy {
    width: auto;
    height: auto;
    min-height: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .images-events-copy {
    width: auto;
    height: auto;
    min-height: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .images-events-copy {
    width: auto;
    height: auto;
    min-height: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .images-events-copy {
    width: auto;
    height: auto;
    min-height: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .images-events-copy-copy {
    width: auto;
    height: auto;
    min-height: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .images-events-copy-copy {
    width: auto;
    height: auto;
    min-height: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .images-events-copy-copy {
    width: auto;
    height: auto;
    min-height: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .images-events-copy-copy {
    width: auto;
    height: auto;
    min-height: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .images-events-copy-copy {
    width: auto;
    height: auto;
    min-height: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .images-events-copy-copy {
    width: auto;
    height: auto;
    min-height: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .image-33-copy {
    width: 90%;
  }

  .image-33-copy {
    width: 90%;
  }

  .image-33-copy {
    width: 90%;
  }

  .image-33-copy {
    width: 90%;
  }

  .image-33-copy {
    width: 90%;
  }

  .image-33-copy {
    width: 65%;
  }

  .section-9-copy {
    min-height: 500px;
    padding: 40px 40px 60px;
    background-image: url('../images/Frame-172.png');
    background-position: 100% 100%;
    background-size: auto;
    background-repeat: repeat-x;
  }

  .section-26 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-jumbo {
    font-size: 9rem;
  }

  .button-2024 {
    padding: 12px 18px;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .button-download-copy {
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 20px;
  }

  .section-download-copy {
    height: auto;
    min-height: 250px;
    margin-top: 20px;
    padding: 60px 40px;
    background-image: url('../images/X---14.jpg');
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: repeat-x;
  }

  .section-content-details-4 {
    padding: 40px 3% 20px;
    background-image: none;
  }

  .heading-primary-job-seeker-copy {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
    text-align: left;
  }

  .image-block-content-4 {
    padding-right: 80px;
    padding-left: 80px;
  }

  .paragraph-large-copy-copy {
    font-size: 16px;
  }

  .paragraph-large-copy-copy.centered-svp-copy-copy {
    margin-bottom: 0px;
    line-height: 24px;
    text-align: center;
  }

  .paragraph-large-copy-copy.centered-svp-copy-copy-copy {
    margin-bottom: 0px;
    line-height: 24px;
    text-align: center;
  }

  .paragraph-large-copy-copy.centered-svp-copy-copy {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .paragraph-large-copy-copy.centered-svp-copy-copy-copy {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .content-block-left-content-4 {
    width: 80%;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 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;
  }

  .paragraph-large-copy {
    font-size: 16px;
  }

  .paragraph-large-copy.centered-svp-copy {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }

  .paragraph-large-copy.centered-svp-copy-copy {
    margin-bottom: 0px;
    line-height: 24px;
    text-align: center;
  }

  .paragraph-large-copy.centered-svp-copy {
    min-height: auto;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 24px;
    text-align: left;
  }

  .paragraph-large-copy.centered-svp-copy-copy {
    min-height: auto;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 24px;
    text-align: left;
  }

  .menu-title-2 {
    margin-left: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .image-block-content-5 {
    padding-right: 80px;
    padding-left: 80px;
  }

  .section-content-details-5 {
    padding: 40px 3% 20px;
  }

  .content-block-left-content-5 {
    width: 80%;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 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;
  }

  .content-block-left-content-4-copy {
    width: 80%;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    -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-position: 100% 100%;
  }

  .image-block-content-4-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-block-left-content-5-copy {
    width: 80%;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    -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;
  }

  .image-block-content-5-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-primary-job-seeker-copy-copy {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }

  .paragraph-large-copy-copy-copy {
    font-size: 16px;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy {
    margin-bottom: 0px;
    line-height: 24px;
    text-align: center;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
    margin-bottom: 0px;
    line-height: 24px;
    text-align: center;
  }

  .paragraph-large-copy-copy2 {
    font-size: 16px;
  }

  .paragraph-large-copy-copy2.centered-svp-copy {
    margin-bottom: 0px;
    line-height: 24px;
    text-align: center;
  }

  .paragraph-large-copy-copy2.centered-svp-copy-copy {
    margin-bottom: 0px;
    line-height: 24px;
    text-align: center;
  }

  .paragraph-large-copy-copy2.centered-svp-copy-copy-copy-2 {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }

  .menu-title-2-copy {
    margin-left: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .menu-title-2-copy {
    margin-left: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .menu-title-2-copy {
    margin-left: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .menu-image-job {
    max-width: 5%;
    margin-top: 2px;
  }

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

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

  .menu-title-21 {
    margin-left: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .menu-title-22 {
    margin-left: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .hero-copy-copy {
    padding-top: 20px;
    padding-bottom: 350px;
    background-image: url('../images/Frame-387.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .section-card-freelance-copy {
    padding: 40px 3%;
  }

  .the-sticky-div-title {
    font-size: 52px;
    text-align: center;
  }

  .a-block {
    height: 375px;
  }

  .heading-primary-job-seeker-copy-2 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }

  .menu-title-23 {
    margin-left: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .content-block-left-content-6 {
    width: 80%;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    -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;
  }

  .heading-primary-job-seeker-copy-2-copy {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
    text-align: left;
  }

  .image-52 {
    left: 75%;
    max-width: 120px;
    margin-top: 0px;
  }

  .image-52-copy {
    left: 75%;
    max-width: 20%;
  }

  .user-name-t2 {
    text-align: center;
  }

  .testimonials-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
  }

  .user-picture-t2 {
    max-width: 30%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .slide-1-t2 {
    margin-bottom: 55px;
  }

  .testimonials-wrapper-t2 {
    height: auto;
    min-height: 460px;
    padding: 20px 10px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
  }

  .slider-t2 {
    height: auto;
  }

  .text-wrapper-t2 {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    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;
  }

  .slide-wrapper-t2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonials-t2 {
    padding: 0px 10px 40px;
  }

  .company-name-t2 {
    text-align: center;
  }

  .slide-nav-t2 {
    left: 0%;
    top: 102%;
    right: 0%;
    bottom: 0%;
    margin-top: 0px;
    font-size: 20px;
  }

  .quote-t2 {
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .hero-mobile {
    position: relative;
    z-index: 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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-224 {
    font-size: 80px;
    line-height: 1em;
  }

  .paragraph-72 {
    font-size: 18px;
  }

  .hero-image-2 {
    bottom: -760px;
  }

  .hero-text {
    font-size: 64px;
  }

  .hero-title {
    display: none;
  }

  .card-services-homepage-copy-2 {
    width: auto;
    height: auto;
    margin: 20px 60px;
    padding-bottom: 10px;
  }

  .image-48-copy-copy {
    max-width: 90%;
    margin-bottom: 0px;
  }

  .title-capped-2 {
    margin-top: 3px;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1px;
  }

  .circle-div-2 {
    width: 100%;
    max-height: 120px;
    max-width: 120px;
    min-height: 120px;
    min-width: 120px;
    padding-top: 0px;
  }

  .faq-section-2-copy {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-66 {
    height: auto;
  }

  .smallcounter-2 {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 22px;
  }

  .image-53 {
    width: 20%;
    max-width: none;
    margin-bottom: 10px;
  }

  .counterup-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .heross {
    padding-top: 20px;
    padding-bottom: 300px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .faq-section-nusatalentcom {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .image-33-copy-copy {
    width: 70%;
  }

  .section-content-details-4-copy {
    padding: 40px 3% 20px;
    background-image: none;
  }

  .section-content-details-5-copy {
    padding: 40px 3% 20px;
  }

  .faq-section-2-works {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .content-block-left-content-5-copy-copy {
    width: 80%;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    -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-position: 100% 100%;
  }

  .paragraph-large-copy-copy {
    font-size: 16px;
  }

  .paragraph-large-copy-copy.centered-svp-copy {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }

  .paragraph-large-copy-copy.centered-svp-copy-copy {
    margin-bottom: 0px;
    line-height: 24px;
    text-align: center;
  }

  .paragraph-large-copy-copy.centered-svp-copy {
    min-height: auto;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 24px;
    text-align: left;
  }

  .paragraph-large-copy-copy.centered-svp-copys {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }

  .paragraph-large-copy-copy-copy {
    font-size: 16px;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy {
    margin-bottom: 0px;
    line-height: 24px;
    text-align: center;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
    margin-bottom: 0px;
    line-height: 24px;
    text-align: center;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .paragraph-large-copy-copy-copy {
    font-size: 16px;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy {
    margin-bottom: 0px;
    line-height: 24px;
    text-align: center;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
    margin-bottom: 0px;
    line-height: 24px;
    text-align: center;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .paragraph-large-copy-copy-copy {
    font-size: 16px;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy {
    margin-bottom: 0px;
    line-height: 24px;
    text-align: center;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
    margin-bottom: 0px;
    line-height: 24px;
    text-align: center;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .paragraph-large-copy-copy-copy {
    font-size: 16px;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy {
    margin-bottom: 0px;
    line-height: 24px;
    text-align: center;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
    margin-bottom: 0px;
    line-height: 24px;
    text-align: center;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .faq-section-2-copy-copy {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .div-block-70 {
    text-align: left;
  }

  .link-read-home {
    margin: 20px 10px 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .link-read-home.link-headline {
    margin-right: 10px;
    margin-left: 10px;
  }

  .link-read-home-copy {
    margin: 20px 10px 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .link-read-home-copy.link-headline {
    margin-right: 10px;
    margin-left: 10px;
  }

  .link-copy {
    text-align: left;
  }

  .link-copy-copy-1 {
    text-align: left;
  }

  .link-copy {
    text-align: left;
  }

  .link-copy-copy-2 {
    text-align: left;
  }

  .div-block-71 {
    text-align: left;
  }

  .heading-primary-copy {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-primary-copy.h3-centre {
    font-size: 24px;
  }

  .heading-primary-copy.h3-centre {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .heading-primary-copy {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-primary-copy.h3-centre {
    font-size: 24px;
  }

  .heading-primary-copy.h3-centre {
    font-size: 24px;
  }

  .faq-section-2-copy-copy {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-section-2-copy-copy-copy {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .the-sticky-div-title-copy {
    font-size: 52px;
    text-align: center;
  }

  .link-read-copy {
    margin: 20px 0px 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .link-read-copy.link-headline {
    margin-right: 10px;
    margin-left: 10px;
  }

  .link-read-copy-copy {
    margin: 20px 0px 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .link-read-copy-copy.link-headline {
    margin-right: 10px;
    margin-left: 10px;
  }

  .img-notheadline-2-copy {
    max-width: 30%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container-39 {
    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-72 {
    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-content-english-copy-copy {
    min-height: auto;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .link-read-copy-copy {
    margin: 20px 10px 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .link-read-copy-copy.link-headline {
    margin-right: 10px;
    margin-left: 10px;
  }

  .link-read-copy-copy-copy {
    margin: 20px 0px 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .link-read-copy-copy-copy.link-headline {
    margin-right: 10px;
    margin-left: 10px;
  }

  .button-see-all {
    max-width: 30%;
  }

  .home-image-copy {
    margin-bottom: 40px;
  }

  .title-logo-case-study-indo-copy {
    max-width: 100%;
    font-size: 24px;
    line-height: 28px;
  }

  .title-logo-case-study-indo-copy.h3-centre {
    font-size: 36px;
  }

  .image-33-copy {
    width: 80%;
  }

  .image-33-copy-copy {
    width: 65%;
  }

  .section-title-full-time-copy {
    background-position: 50% 50%;
  }

  .card-services-homepage-copy-2-copy {
    width: auto;
    height: auto;
    margin: 20px 60px;
    padding-bottom: 10px;
  }

  .crowd-talent-headline {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 23px;
  }

  .crowd-talnt-p {
    display: block;
    min-height: auto;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.3;
  }

  .job-portal-headline {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 23px;
  }

  .job-portal-p {
    display: block;
    min-height: auto;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.3;
  }

  .link-job-portal {
    margin: 20px 10px 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .link-job-portal.link-headline {
    margin-right: 10px;
    margin-left: 10px;
  }

  .link-read-home-copy {
    margin: 20px 10px 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .link-read-home-copy.link-headline {
    margin-right: 10px;
    margin-left: 10px;
  }

  .link-copy-copy-2-copy {
    text-align: left;
  }

  .link-crowd-talent {
    margin: 20px 10px 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .link-crowd-talent.link-headline {
    margin-right: 10px;
    margin-left: 10px;
  }

  .title-notheadline-copy {
    min-height: auto;
    margin-top: 0px;
    font-size: 18px;
    line-height: 1.3;
  }

  .title-notheadline-copy {
    min-height: auto;
    margin-top: 0px;
    font-size: 18px;
    line-height: 1.3;
  }

  .title-notheadline-copy {
    min-height: auto;
    margin-top: 0px;
    font-size: 18px;
    line-height: 1.3;
  }

  .title-notheadline-copy-copy {
    min-height: auto;
    margin-top: 0px;
    font-size: 18px;
    line-height: 1.3;
  }

  .img-notheadline-copy {
    max-width: 30%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .primary-cta-2-copy-3-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 45%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .primary-cta-2-copy-3-copy.w--current {
    max-width: 50%;
  }

  .div-block-76 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-8-copy-copy-copy.section-11 {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .container-8-copy-copy-copy.section-11-copy {
    padding: 40px 40px 60px;
  }

  .container-8-copy-copy-copy.section-11-copy {
    padding: 40px 40px 100px;
  }

  .container-8-copy-copy-copy.section-11-copy-copy {
    padding: 40px 40px 60px;
  }

  .container-8-copy-copy-copy.section-11-copy-copy-copy {
    padding: 20px 40px 60px;
  }

  .heading-primary-copy-copy-copy-copy-copy {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-primary-copy-copy-copy-copy-copy.h3-centre {
    font-size: 36px;
  }

  .div-content-indo {
    min-height: auto;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .div-content-indo-copy {
    min-height: auto;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .heading-22-copy-copy-copy {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
  }

  .container-8-copy-copy.section-11 {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .container-8-copy-copy.section-11-copy {
    padding: 40px 40px 60px;
  }

  .container-8-copy-copy.section-11-copy {
    padding: 60px 40px 100px;
  }

  .container-8-copy-copy.section-11-copy-copy {
    padding: 60px 40px 100px;
  }

  .testimonials-wrapper-t2-copy {
    height: auto;
    max-height: none;
    min-height: auto;
    padding: 20px 10px;
    background-position: 100% 100%;
  }

  .mask-3 {
    max-height: none;
  }

  .slide-nav-t2-copy {
    left: 0%;
    top: 102%;
    right: 0%;
    bottom: 0%;
    margin-top: 20px;
    font-size: 20px;
  }

  .title-notheadline-ss {
    min-height: auto;
    margin-top: 0px;
    font-size: 18px;
    line-height: 1.3;
  }

  .title-notheadline-ss.title-notheadlinesss {
    margin-top: 0px;
  }

  .title-notheadline-coe {
    min-height: auto;
    margin-top: 0px;
    font-size: 18px;
    line-height: 1.3;
  }

  .title-notheadline-coe.title-notheadline-wcopy-copy {
    margin-top: 0px;
  }

  .heading-download {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
  }

  .section-title-job-seeker-copy-copy {
    min-height: 280px;
    background-position: 55% 50%;
  }

  .container-8-copy-copy-copy.section-11 {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .container-8-copy-copy-copy.section-11-copy {
    padding: 40px 40px 60px;
  }

  .container-8-copy-copy-copy.section-11-copy {
    padding: 40px 40px 100px;
  }

  .container-8-copy-copy-copy.section-11-copy-copy {
    padding: 40px 40px 60px;
  }

  .heading-download-copy {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
  }

  .heading-download-copy-copy {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
  }

  .button-download-copy-copy {
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 20px;
  }

  .section-title-job-seeker-copy-copy {
    min-height: 280px;
    background-position: 55% 50%;
  }

  .section-title-job-seeker-copy-co-copy {
    min-height: 280px;
    background-position: 55% 50%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 26px;
  }

  h3 {
    font-size: 18px;
    line-height: 24px;
  }

  p {
    line-height: 22px;
  }

  .faq-section {
    min-height: 90vh;
    padding: 40px 10px;
  }

  .circle-div {
    max-height: 200px;
    max-width: 200px;
    min-height: 200px;
    min-width: 200px;
  }

  .arrow-image-mobile {
    display: block;
    height: 70px;
  }

  .statistic-circle-wrap {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .counterup {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .counterup.counterup-copy {
    font-size: 36px;
  }

  .title-wrap {
    margin-bottom: 40px;
  }

  .heading-primary {
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .heading-primary.h3-centre {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-primary.h3-centre {
    font-size: 22px;
    line-height: 28px;
  }

  .arrow-wrap {
    max-height: none;
    min-height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .arrow-image-mobile-02 {
    display: block;
    height: 70px;
  }

  .arrow-image {
    display: none;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.space-below {
    padding-right: 10px;
    padding-left: 10px;
  }

  .feature-number-wrap {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title-capped {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .footer {
    background-image: none;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: repeat-x;
  }

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

  .arrow-2 {
    line-height: 18px;
  }

  .navigation-mob {
    height: 65px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-link.dark-blue-contact-us {
    font-size: 16px;
  }

  .nav-link.dark-blue {
    font-size: 14px;
  }

  .navigation-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .section-title {
    min-height: 90vh;
    padding-top: 20px;
    padding-bottom: 350px;
    background-color: #fff;
    background-image: url('../images/iPhone-11-Pro-Max---2-min.png');
    background-position: 0% 0%;
    background-size: cover;
  }

  .hero {
    height: auto;
    min-height: auto;
    padding: 20px 10px 30px;
    background-color: transparent;
    background-image: none;
  }

  .h2.white {
    margin-top: 0px;
    font-size: 32px;
  }

  .standard-paragraph.center.white {
    font-size: 16px;
  }

  .hero1 {
    height: auto;
    min-height: 0px;
    padding: 40px 5vw;
  }

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

  .heading {
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .section-platfor.card-div {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card_base {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
  }

  .heading-2 {
    font-size: 22px;
    text-align: center;
  }

  .icon-2 {
    max-width: 20%;
  }

  .p-m {
    font-size: 1rem;
  }

  .p-xl-3 {
    margin-bottom: 0px;
    font-size: 1.5rem;
  }

  .heading-xl.move-it {
    font-size: 10vw;
  }

  .heading-xl.move-it.heading-sub {
    font-size: 20px;
    line-height: 1;
  }

  .heading-xl.move-it {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.4;
  }

  .col.about-title-col {
    padding-right: 30px;
    padding-left: 30px;
  }

  .col.about-dscp-copy {
    padding-right: 30px;
    padding-bottom: 0vw;
    padding-left: 30px;
  }

  .text-span-5 {
    font-size: 36px;
  }

  .text-span-4 {
    font-size: 16px;
    line-height: 1.5;
  }

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

  .nav-link-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .primary-cta-2 {
    margin-left: 0px;
  }

  .image-2 {
    margin-bottom: 10px;
  }

  .image-3 {
    margin-bottom: 10px;
  }

  .section-platform.card-div {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-info {
    padding-top: 40px;
    padding-bottom: 60px;
    background-size: cover;
  }

  .heading-3 {
    margin-top: 140px;
    padding-right: 0px;
    font-size: 24px;
    line-height: 1.3;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 1.4;
  }

  .column-wrap-reversed {
    margin-bottom: 0px;
  }

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

  .content-wrap {
    margin-bottom: 20px;
  }

  .service-card {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-2 {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .section-content {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .card-content-wrap {
    min-height: 300px;
    margin-bottom: 0px;
  }

  .content-block-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-block {
    padding: 8px 20px;
  }

  .paragraph {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .title-event {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .category-event {
    font-size: 18px;
  }

  .date-event {
    margin-top: 10px;
  }

  .time-event {
    margin-bottom: 0px;
  }

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

  .div-block-2 {
    margin-top: 20px;
  }

  .heading-5 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .button-3 {
    margin-top: 10px;
  }

  .heading-6 {
    font-size: 26px;
    line-height: 28px;
  }

  .bottom-section {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 3%;
  }

  .banner {
    padding: 55px 28px;
  }

  .banner-button {
    margin-top: 35px;
  }

  .grid-faq {
    grid-row-gap: 54px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .paragraph-8 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
  }

  .collection-item {
    width: 40%;
  }

  .hero-copy {
    height: auto;
    min-height: auto;
    padding: 20px 20px 30px;
    background-color: transparent;
    background-image: none;
  }

  .grayscalehover {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }

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

  .collection-item-2 {
    width: 50%;
  }

  .image-logo {
    max-width: 100%;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .collection-list-2 {
    width: 100%;
    text-align: center;
  }

  .heading-primary-copy.h3-centre {
    font-size: 30px;
  }

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

  .div-testimony-nt {
    padding: 20px;
  }

  .heading-9 {
    font-size: 30px;
    line-height: 36px;
  }

  .image-6 {
    max-width: 80%;
  }

  .paragraph-10 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .div-notheadline {
    margin-bottom: 20px;
    padding: 40px 10px;
  }

  .heading-7-copy {
    margin-top: 10px;
    font-size: 32px;
    line-height: 36px;
  }

  .paragraph-8-copy {
    font-size: 16px;
  }

  .img-notheadline {
    max-width: 40%;
  }

  .title-notheadline {
    font-size: 18px;
    line-height: 1.3;
  }

  .shortdesc-notheadline {
    margin-bottom: 20px;
    line-height: 1.4;
  }

  .collection-notheadline {
    width: 100%;
  }

  .img-logo-headline {
    max-width: 50%;
    margin-bottom: 20px;
  }

  .title-headline {
    font-size: 22px;
    line-height: 26px;
  }

  .shortdesc-headline {
    font-family: 'Circular std book', sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .div-testimony-sj {
    padding: 20px;
  }

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

  .paragraph-11 {
    font-size: 16px;
  }

  .image-customer-desktop {
    margin-bottom: 15px;
  }

  .container-4 {
    margin-bottom: 40px;
  }

  .grayscalehover-partnership {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px 10px;
  }

  .button-try {
    padding-top: 10px;
  }

  .container-5 {
    padding: 40px 20px;
  }

  .heading-11 {
    font-size: 30px;
  }

  .div-block-5 {
    text-align: left;
  }

  .link-register {
    margin-bottom: 10px;
    margin-left: 15px;
  }

  .container-6 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .link-company {
    margin-left: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .link-privacy-policy {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 20px;
  }

  .div-header-case-study {
    display: block;
    -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;
  }

  .column-10 {
    margin-bottom: 0px;
  }

  .container-7 {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .text-block-7 {
    font-size: 18px;
  }

  .heading-12 {
    margin-top: 10px;
    font-size: 26px;
    line-height: 31px;
  }

  .image-9 {
    width: auto;
    max-width: 60%;
  }

  .wrapper.m0-50 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .wrapper.m0-100 {
    padding-bottom: 40px;
  }

  .size1-text.size1-top-clear {
    font-size: 24px;
    line-height: 32px;
  }

  .section-6 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .home1-deco-part {
    height: 200px;
  }

  .div-second-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    -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-second-column.no-margin.end {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-white-content.div-challenge {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-white-content.div-nusatalenthelp {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-16 {
    width: 100%;
  }

  .body-regular {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
  }

  .div-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    -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;
  }

  .section-white-margin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    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;
  }

  .body-regular-end {
    font-size: 20px;
    line-height: 32px;
  }

  .div-13-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    -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;
  }

  .section-7 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .parallax-kwiekiangie {
    height: 200px;
    background-image: url('../images/iPhone-8---3.png');
  }

  .section-blue.divider {
    padding: 30px 10px;
  }

  .button-5 {
    display: block;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 20px;
  }

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

  .tools-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tool-wrap {
    padding: 20px;
  }

  .tool-wrap.banner-wrap {
    padding-bottom: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .banner-note-wrap {
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner-headline {
    font-size: 22px;
    line-height: 28px;
  }

  .banner-logo {
    margin-top: 6px;
  }

  .container-8.section-11 {
    max-width: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .banner-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .category-image-strip {
    left: 20px;
  }

  .sidebar-wrap {
    height: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .collection-list-wrapper {
    overflow: hidden;
    margin-bottom: 10px;
  }

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

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

  .section-8.content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-8.content.homepage {
    padding: 40px 10px;
  }

  .arrow-4 {
    max-width: 100%;
  }

  .header-note-text {
    margin-right: 0px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    line-height: 23px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .category-block {
    width: 100%;
  }

  .category-block.all-products {
    width: auto;
  }

  .sidebar {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-bottom: 1px solid #dbdde6;
  }

  .sidebar.sidebar-homepage {
    margin-bottom: 0px;
  }

  .banner-content-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tool-content-2 {
    min-height: auto;
  }

  .image-12 {
    max-width: 70%;
  }

  .paragraph-12 {
    font-size: 16px;
  }

  .heading-16 {
    font-size: 28px;
    line-height: 30px;
  }

  .rich-text-block-3 {
    font-size: 14px;
    line-height: 21px;
  }

  .primary-cta-2-copy {
    max-width: 50%;
  }

  .section-9 {
    min-height: 410px;
    padding: 40px 10px;
    background-color: transparent;
    background-image: url('../images/iPhone-11-Pro-Max---8.jpg');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: repeat-x;
  }

  .heading-17 {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }

  .button-getfreetrial {
    max-width: 100%;
    margin-right: 20px;
    margin-left: 20px;
    padding: 10px 0px;
  }

  .column-12 {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }

  .text-block-9 {
    margin-left: 0px;
    font-size: 16px;
  }

  .footer-grid-wrap {
    width: 100%;
    margin-bottom: 13px;
    -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-preheader {
    font-size: 8vw;
    text-align: center;
  }

  .accordion-text-3 {
    font-size: 0.8rem;
  }

  .hero-slide-title {
    font-size: 13vw;
    line-height: 14vw;
    text-align: center;
  }

  .hero-slide-title.mobile {
    font-size: 18vw;
    line-height: 20vw;
  }

  .accordion-question-header-3 {
    margin-right: 11px;
    padding-left: 5px;
    font-size: 1em;
  }

  .accordion-tab-button-dark {
    padding-left: 10px;
  }

  .arrow-div-wrapper {
    width: 15%;
    padding-right: 10px;
  }

  .block-about-image {
    margin-bottom: 32px;
  }

  .half-div.mobile-full {
    margin-bottom: 42px;
  }

  .half-div.phone-full {
    width: 100%;
  }

  .about-image {
    height: 460px;
  }

  .arrow-wrapper {
    margin-right: 13px;
  }

  .contact-form {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }

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

  .block-name {
    left: -19px;
    top: 335px;
  }

  .section-all.center.top {
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-all.about {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-all.q-a {
    padding-top: 22%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .section-all.space-for-hero-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .name {
    font-size: 40px;
  }

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

  .hero-title-wrapper {
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
  }

  .text-field {
    border-radius: 0px;
  }

  .intro-paragraph {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .intro-text-large {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .scroll-down-wrap {
    bottom: 13%;
  }

  .hero-title-wrap {
    position: static;
  }

  .hero-title-wrap.load-animation {
    -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;
  }

  .accordion-pane-content {
    padding-right: 10px;
    padding-left: 10px;
  }

  .arrow-div {
    margin-right: 0px;
  }

  .heading-18 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }

  .section-all-copy.center.top {
    padding-top: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-all-copy.q-a {
    padding-top: 22%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .section-all-copy.space-for-hero-section {
    min-height: 70vh;
    padding: 40px 30px;
  }

  .heading-19 {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-20 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 40px;
  }

  .collection-item-c {
    width: 50%;
  }

  .text-block-11 {
    max-width: 100%;
    min-height: 40px;
  }

  .text-block-12 {
    height: auto;
    min-height: 42px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
  }

  .div-c {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-businessteam {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-producteam {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .collection-item-business-team {
    width: 50%;
    min-height: 310px;
  }

  .tool-wrap-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
  }

  .heading-21 {
    height: auto;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }

  .text-block-13 {
    margin-left: 0px;
    font-size: 16px;
  }

  .div-13-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    -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-16-copy {
    width: 100%;
  }

  .div-13-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    -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-9 {
    padding: 40px 20px;
  }

  .utility-page-content {
    -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-mobile {
    display: block;
  }

  .image-desktop {
    display: none;
  }

  .grid-3 {
    display: block;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    grid-auto-flow: column;
    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 auto;
    grid-template-rows: auto auto auto;
  }

  .grid-c {
    padding-right: 0px;
    padding-left: 10px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .grid-business {
    padding-left: 10px;
    justify-items: start;
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }

  .div-member {
    width: auto;
    max-width: 100%;
    min-width: auto;
  }

  .grid-product {
    padding-left: 10px;
    justify-items: start;
  }

  .hero-slide-title-mobile {
    font-size: 13vw;
    line-height: 14vw;
    text-align: center;
  }

  .div-block-21 {
    margin-top: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-16 {
    width: 25%;
  }

  .image-17 {
    width: 25%;
  }

  .image-18 {
    width: 25%;
  }

  .image-19 {
    width: 25%;
  }

  .image-teamss {
    width: 25%;
  }

  .column-heading {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .heading1.d-inline.txt-sh1-wht {
    min-height: 40px;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }

  .paragraph-13 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-read-story {
    max-width: 95%;
  }

  .button-read-storyy {
    max-width: 70%;
    margin-top: 20px;
    padding: 10px 0px;
  }

  .bold-text-4 {
    font-size: 14px;
  }

  .section-7-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-8-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-8-copy.content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-8-copy.content.homepage {
    padding: 40px 30px;
  }

  .grid-3-copy {
    display: block;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    grid-auto-flow: column;
    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 auto;
    grid-template-rows: auto auto auto;
  }

  .tool-wrap-2-copy {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
  }

  .tool-name-copy {
    min-height: auto;
  }

  .paragraph-12-copy {
    min-height: auto;
    margin-bottom: 0px;
    font-size: 16px;
  }

  .section-logo {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: none;
  }

  .heading-3-copy {
    margin-top: 0px;
    padding-right: 0px;
    font-size: 22px;
    line-height: 28px;
  }

  .button-loadmore-casestudy-desktop {
    display: none;
    margin-top: 10px;
  }

  .div-block-22 {
    margin-top: 20px;
  }

  .hide-div-casestudy {
    display: none;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    grid-auto-flow: column;
    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 auto;
    grid-template-rows: auto auto auto;
  }

  .section-11 {
    min-height: 100vh;
    background-image: url('../images/iPhone-11-Pro-Max---5.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .heading-22 {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }

  .paragraph-14 {
    max-width: 100%;
    margin-bottom: 0px;
    padding-right: 0px;
    text-align: center;
  }

  .div-title-openingjob {
    margin-top: 10px;
  }

  .div-openingjob {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-openingjob.content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-openingjob.content.homepage {
    padding: 40px 20px;
  }

  .heading-23 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .grid-5 {
    display: block;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    grid-auto-flow: column;
    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 auto;
    grid-template-rows: auto auto auto;
  }

  .hide-div-job {
    display: none;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    grid-auto-flow: column;
    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 auto;
    grid-template-rows: auto auto auto;
  }

  .heading-24 {
    min-height: auto;
    font-size: 18px;
  }

  .job-item {
    width: 100%;
    min-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .bluee {
    background-color: #0f76bc;
  }

  .button-loadmore-job-desktop {
    display: none;
    margin-top: 10px;
  }

  .grid-5-copy {
    display: block;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .link-job {
    min-width: 100%;
  }

  .div-block-26 {
    min-height: 0px;
  }

  .yelloww-copy {
    background-color: #0f76bc;
  }

  .button-loadmore-job-mobile {
    display: inline-block;
    margin-top: 10px;
  }

  .button-loadmore-casestudy-mobile {
    display: inline-block;
    margin-top: 10px;
  }

  .div-title-op {
    min-height: 0px;
  }

  .div-title-opening-job {
    background-image: url('../images/iPhone-11-Pro-Max---5.png');
  }

  .div-title-jobdetails {
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 0px;
    background-image: url('../images/iPhone-11-Pro-Max---8.png');
    background-size: cover;
  }

  .container-8-copy.section-11 {
    max-width: none;
    min-height: auto;
    padding: 40px 10px 10px;
  }

  .paragraph-14-copy {
    max-width: 100%;
    margin-bottom: 0px;
    font-size: 18px;
  }

  .heading-22-copy {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
  }

  .text-block-19 {
    margin-top: 0px;
    text-align: center;
    letter-spacing: 0.1em;
  }

  .div-rightside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    -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;
  }

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

  .div-location {
    width: 71%;
  }

  .div-whatyouwilldo {
    margin-top: 0px;
  }

  .div-13-copy-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    -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;
  }

  .column-14-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-26-copy {
    padding: 0px 10px;
  }

  .div-13-copy-2-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -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;
    text-align: left;
  }

  .div-block-20-copy {
    width: 100%;
  }

  .div-second-column-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    -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-second-column-copy.no-margin.end {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-white-content-copy {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-white-content-copy {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-second-column-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    -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-second-column-copy.no-margin.end {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-apply {
    max-width: 100%;
    margin-top: 15px;
    padding: 10px 0px;
  }

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

  .heading-28 {
    font-size: 28px;
    line-height: 30px;
  }

  .slide-nav.first-slider {
    margin-bottom: -50px;
  }

  .slide-nav.first-slider {
    display: none;
    margin-bottom: -50px;
  }

  .slider-slide {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .ontopdiv {
    width: auto;
    margin-top: -100px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .ontopdiv.mockup-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .ontopdiv.mockup-section {
    padding-left: 15px;
  }

  .ontopdiv.mockup-section {
    padding-left: 15px;
  }

  .ontopdiv.versionbottom {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .ontopdiv.versionbottom.subscribe-container {
    height: 300px;
  }

  .ontopdiv.mockup-section-copy {
    padding-left: 15px;
  }

  .ontopdiv.mockup-section-copy-copy {
    padding-left: 15px;
  }

  .ontopdiv.mockup-section-copy {
    padding-left: 15px;
  }

  .slider {
    height: 100%;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .slider-row {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-list {
    width: 100%;
  }

  .slide-mask {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-col-2 {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .slider-col-3 {
    display: block;
    text-align: center;
  }

  .job-item-2 {
    width: 100%;
    min-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .slider-slide-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .slider-col-2-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-27 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .navigation-container-messages {
    text-align: left;
  }

  .section-header-contactus {
    min-height: 260px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-29 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-15 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .card_base-copy {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .card_base-copy {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .card_base-copy {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .card_base-copy {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .card_base-copy {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .card_base-copy {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .card-contactus {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .section-13 {
    padding: 40px 10px;
  }

  .heading-30 {
    font-size: 24px;
    line-height: 28px;
  }

  .container-11 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-16 {
    font-size: 14px;
  }

  .image-20 {
    max-width: 15%;
  }

  .text-block-23 {
    margin-top: 20px;
    font-size: 16px;
  }

  .text-block-23-copy {
    margin-top: 20px;
    font-size: 16px;
  }

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

  .container-4-copy {
    margin-bottom: 40px;
  }

  .image-customer-mobile {
    margin-bottom: 15px;
  }

  .column-29 {
    margin-top: 10px;
  }

  .column-30 {
    min-height: 70px;
  }

  .column-31 {
    min-height: 70px;
  }

  .column-32 {
    min-height: 70px;
  }

  .column-33 {
    min-height: 70px;
  }

  .column-34 {
    min-height: 70px;
  }

  .column-35 {
    min-height: 70px;
  }

  .column-36 {
    min-height: 70px;
  }

  .column-37 {
    min-height: 70px;
  }

  .column-38 {
    min-height: 70px;
  }

  .column-39 {
    min-height: 70px;
  }

  .column-40 {
    min-height: 70px;
  }

  .column-41 {
    min-height: 70px;
  }

  .image-9-copy {
    width: auto;
    max-width: 60%;
  }

  .heading-12-copy {
    margin-top: 10px;
    font-size: 26px;
    line-height: 31px;
  }

  .text-field-4 {
    min-width: auto;
  }

  .social-link {
    width: 100%;
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -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;
  }

  .footer-bottom {
    margin-top: 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;
    -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-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    text-align: center;
  }

  .footer-grid-01 {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: row;
    grid-template-areas: ".";
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .footer-wrapper {
    -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;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .footer-title-button {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .footer-title-2 {
    margin-bottom: 10px;
  }

  .secondary-link {
    width: 100%;
    max-width: none;
    margin-right: 0px;
  }

  .footer-01 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .footer-logo-2 {
    margin-bottom: 32px;
  }

  .main-column {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .main-column.margin-top {
    margin-top: 40px;
  }

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

  .name-container {
    height: 46px;
    line-height: 20px;
  }

  .heading-31 {
    font-size: 16px;
    line-height: 36px;
  }

  .tab-link-tab-1.w--current {
    text-align: left;
  }

  .tab-link-tab-2 {
    text-align: left;
  }

  .tab-link-tab-3 {
    text-align: left;
  }

  .tabs-menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tab-link-for-sidejobs-user {
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }

  .div-13--term {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    -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;
  }

  .parallax-indomaret {
    height: 200px;
    background-image: url('../images/iPhone-8---1.png');
  }

  .parallax-growpal {
    height: 200px;
    background-image: url('../images/iPhone-8---4.png');
  }

  .parallax-innovation {
    height: 200px;
    background-image: url('../images/iPhone-8---2.png');
  }

  .text-block-26 {
    text-align: left;
  }

  .div.div-challenge {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div.div-nusatalenthelp {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rich-text-block-3-copy {
    font-size: 14px;
    line-height: 21px;
  }

  .div-white-content-copy.div-challenge {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-white-content-copy.div-nusatalenthelp {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-white-content-copy.div-challenge {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-white-content-copy.div-nusatalenthelp {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tabs-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-white-content-terms.div-challenge {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-white-content-terms.div-nusatalenthelp {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-23 {
    margin-bottom: 16px;
  }

  .paragraph-17 {
    max-width: 100%;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 26px;
  }

  .heading-32 {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
  }

  .block-1 {
    margin-bottom: 40px;
    background-color: #f4f7fb;
    background-image: none;
  }

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

  .link-block-8 {
    width: 100%;
    height: 180px;
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-25 {
    width: 60px;
    margin-bottom: 10px;
  }

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

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

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

  .div-block-31 {
    margin-top: 20px;
  }

  .paragraph-15-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-29-copy {
    font-size: 34px;
    line-height: 40px;
  }

  .tabs-menu-copy {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tab-2020.w--current {
    text-align: left;
  }

  .tab-2019 {
    text-align: left;
  }

  .section-16 {
    padding: 40px 10px;
  }

  .page-header {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-16 {
    max-height: 600px;
    min-height: 600px;
  }

  .page-content.grid {
    padding-right: 30px;
    padding-left: 30px;
  }

  .page-header__title {
    margin-top: 0px;
    margin-bottom: 0rem;
    font-size: 2.3rem;
  }

  .component-item {
    width: 100%;
    margin-bottom: 3%;
  }

  .sidenav-copy.sidenav__left-copy {
    max-height: 600px;
    min-height: 600px;
    margin-top: 12.9rem;
  }

  .image-27 {
    margin-left: 0px;
  }

  .navigation-container-status-1 {
    text-align: left;
  }

  .navigation-left-copy {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

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

  .brand-copy {
    margin-right: 0px;
  }

  .image-28 {
    display: inline-block;
  }

  .brand-status {
    margin-right: 0px;
  }

  .navigation-left-status {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

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

  .brand-status-copy {
    margin-right: 0px;
  }

  .paragraph-18 {
    font-family: 'Circular std book', sans-serif;
    font-weight: 400;
  }

  .container-18 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .link-all-status {
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .text-block-36 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .section-header-privacy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    padding: 40px 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;
  }

  .section-header-changelog {
    min-height: auto;
    padding: 40px 20px;
  }

  .section-header-status {
    padding: 60px 20px;
  }

  .section-15-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .seach-bar {
    margin-bottom: 0px;
  }

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

  .link-read-more {
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .column-10-copy {
    margin-bottom: 0px;
  }

  .heading-29-copy {
    display: none;
    font-size: 28px;
    line-height: 34px;
  }

  .paragraph-15-copy {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }

  .div-responsibilities {
    margin-top: 0px;
  }

  .heading-22-copy-copy {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
  }

  .column-10-copy-copy {
    margin-bottom: 10px;
  }

  .columns-6-copy {
    text-align: center;
  }

  .image-logo-copy {
    max-width: 65%;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .grayscalehover-copy {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }

  .heading-5-copy {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .div-header-case-study-details {
    display: block;
    -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;
  }

  .div-header-case-study-title {
    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-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .heading-36 {
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 32px;
  }

  .text-field-6 {
    max-width: 72%;
  }

  .parallax-optimise {
    height: 200px;
    background-image: url('../images/iPhone-8---5.png');
  }

  .parallax-koinworks {
    height: 200px;
    background-image: url('../images/iPhone-8---6.png');
  }

  .primary-cta-2-copy {
    margin-left: 0px;
  }

  .primary-cta-2-copy {
    margin-left: 0px;
  }

  .primary-cta-2-copy {
    margin-left: 0px;
  }

  .primary-cta-2-copy {
    margin-left: 0px;
  }

  .primary-cta-2-copy {
    margin-left: 0px;
  }

  .primary-cta-2-copy {
    margin-left: 0px;
  }

  .primary-cta-2-copy {
    margin-left: 0px;
  }

  .primary-cta-2-copy {
    max-width: 100%;
    margin-left: 0px;
  }

  .primary-cta-2-copy {
    margin-left: 0px;
  }

  .primary-cta-2-copy {
    margin-left: 0px;
  }

  .primary-cta-2-copy {
    margin-left: 0px;
  }

  .text-readstory {
    font-size: 14px;
  }

  .scroll-arow {
    display: none;
  }

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

  .image-31 {
    margin-right: 8px;
  }

  .footer-wrapper-copy {
    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: 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;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -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;
  }

  .link-copy {
    font-size: 14px;
  }

  .container-20 {
    padding-right: 20px;
  }

  .link-our-terms-condition {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .div-white-content-terms-copy.div-challenge {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-white-content-terms-copy.div-nusatalenthelp {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-white-content-terms-copy.div-7 {
    margin-bottom: 40px;
  }

  .div-white-content-terms-copy.div-9 {
    margin-top: 20px;
  }

  .div-white-content-terms-copy.div-8 {
    margin-bottom: 0px;
  }

  .div8-2 {
    margin-bottom: 20px;
  }

  .heading-29-copy {
    display: block;
    font-size: 26px;
    line-height: 44px;
  }

  .heading-29-copy-copy {
    display: block;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
  }

  .hero-section {
    padding-bottom: 50px;
  }

  .section-title-job-seeker {
    min-height: 520px;
    background-image: url('../images/Mobile---Job-Seeker-1.jpg');
    background-position: 50% 100%;
  }

  .container-8-copy.section-11 {
    max-width: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-8-copy.section-11-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-height: auto;
    padding: 10px 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;
  }

  .container-8-copy.section-11-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-height: auto;
    padding: 10px 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;
  }

  .button-download {
    display: block;
    width: 70%;
    max-width: none;
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .service-card-2 {
    min-height: 180px;
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .section-card {
    padding-bottom: 10px;
  }

  .section-content-details {
    padding: 40px 10px 0px;
  }

  .heading-primary-copy {
    margin-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 22px;
    line-height: 28px;
  }

  .heading-primary-copy.h3-centre {
    font-size: 34px;
  }

  .section-content-details-2 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .content-block-left-content-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 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: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .button-digital-job-fair {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-width: 70%;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .image-block-content-2 {
    padding: 8px 20px;
  }

  .section-content-details-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-tes-sekarang {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 70%;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .image-block-content-1 {
    padding: 8px 20px;
  }

  .content-block-left-content-1 {
    width: 100%;
    margin-bottom: 20px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .image-block-content-3 {
    padding: 8px 20px;
  }

  .content-block-left-content-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-content-event {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .heading-primary-copy-copy {
    margin-bottom: 10px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 22px;
    line-height: 28px;
  }

  .heading-primary-copy-copy.h3-centre {
    font-size: 34px;
  }

  .grid-6 {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }

  .images-events {
    width: 100%;
    height: auto;
    min-height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-33 {
    overflow: hidden;
    width: 95%;
  }

  .title-wrap-copy {
    margin-top: 60px;
  }

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

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

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

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

  .section-9-copy {
    min-height: 600px;
    padding: 40px 10px;
    background-image: url('../images/Mobile---Job-Seeker_1.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat-x;
  }

  .heading-22-copy {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }

  .div-subfooter {
    max-width: 100%;
  }

  .button-text-lg {
    font-size: 13px;
  }

  .button-wrapper-2.s-3 {
    -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;
  }

  .button-wrapper-2.s-3 {
    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;
  }

  .button-google-play {
    width: 180px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .button-app-store.google {
    width: 180px;
    max-width: none;
    margin-right: 0px;
  }

  .section-download {
    min-height: 550px;
    padding: 40px 10px;
    background-image: url('../images/Mobile---Job-Seeker.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat-x;
  }

  .heading-22-copy-copy {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
  }

  .heading-22-copy-copy-copy {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
  }

  .div-title-jobdetails-copy {
    min-height: 470px;
    padding-top: 40px;
    padding-bottom: 0px;
    background-position: 100% 100%;
    background-size: cover;
  }

  .container-8-copy-copy.section-11 {
    max-width: none;
    min-height: auto;
    padding: 40px 10px 10px;
  }

  .div-title-jobdetails-copy-copy {
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 0px;
    background-image: url('../images/iPhone-11-Pro-Max---8.png');
    background-size: cover;
  }

  .container-8-copy-copy.section-11 {
    max-width: none;
    min-height: auto;
    padding: 40px 10px 10px;
  }

  .div-title-jobdetails-copy-copy-copy {
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 0px;
    background-image: url('../images/iPhone-11-Pro-Max---7.png');
    background-size: cover;
  }

  .heading-primary-copy-copy.h3-centre {
    font-size: 30px;
  }

  .card_base-1 {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .shortdesc-notheadline-copy {
    margin-bottom: 20px;
    line-height: 1.4;
  }

  .title-notheadline-copy {
    font-size: 18px;
    line-height: 1.3;
  }

  .heading-primary-job-seeker {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .heading-primary-job-seeker.h3-centre {
    font-size: 34px;
  }

  .heading-primary-copy-copy-copy {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-primary-copy-copy-copy.h3-centre {
    font-size: 34px;
  }

  .section-title-job-seeker-copy {
    background-image: url('../images/Mobile---Job-Seeker.png');
  }

  .link-block-9 {
    margin-right: 40px;
    margin-bottom: 0px;
  }

  .div-block-38 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .primary-cta-3 {
    margin-left: 0px;
  }

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

  .primary-cta-2-copy-copy {
    max-width: 50%;
  }

  .heading-223 {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }

  .title-about-us {
    height: auto;
    max-width: 100%;
    margin-top: 5px;
    margin-right: 0px;
    padding-top: 0px;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: normal;
  }

  .title-about-us.ss {
    margin-top: 0px;
  }

  .title-about-us.ssss {
    min-height: 34px;
    margin-top: 0px;
    padding-top: 0px;
    line-height: 32px;
  }

  .title-about-us.ssss-copy {
    min-height: 34px;
    margin-top: 0px;
    padding-top: 0px;
    line-height: 32px;
  }

  .container-22 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .title-tentang-kami {
    max-width: 100%;
    margin-top: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .container-23 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .columns-17 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .nav-link-2-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .heading-22-copy {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }

  .heading-job {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }

  .paragraph-job {
    max-width: 100%;
    margin-bottom: 0px;
    padding-right: 0px;
    text-align: center;
  }

  .paragraph-studi-kasus {
    min-height: auto;
    font-size: 16px;
  }

  .paragraph-studi-kasus.long-paragraph-studi-kasus {
    min-height: auto;
  }

  .tool-name-copy-copy {
    min-height: 50px;
  }

  .tool-name-studi-kasus {
    min-height: auto;
  }

  .tool-name-studi-kasus.long-studi-kasus {
    min-height: auto;
  }

  .tool-name-studi-kasus-2 {
    min-height: 50px;
  }

  .tool-name-studi-kasus-2.studi-kasus-short {
    min-height: auto;
  }

  .tool-name-studi-kasus-2.short-studi-kasus-2 {
    min-height: auto;
  }

  .paragraph-studi-kasus-copy {
    min-height: auto;
    font-size: 16px;
  }

  .paragraph-studi-kasus-copy.short-studi-kasus {
    min-height: auto;
  }

  .paragraph-studi-kasus-copy.long-studikasus {
    min-height: auto;
  }

  .heading-22-copy-copy {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }

  .heading-22-copy-copy {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }

  .heading-22-copy-copy-copy {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }

  .link-privacy-policy-2 {
    margin-top: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .div-link {
    padding-right: 10px;
  }

  .div-content {
    margin-top: 0px;
    padding-right: 0px;
  }

  .img-notheadline-2 {
    max-width: 40%;
  }

  .div-content-english {
    margin-top: 0px;
    padding-right: 0px;
  }

  .card-content-english {
    min-height: auto;
  }

  .card-content {
    min-height: auto;
  }

  .div-block-40 {
    margin-top: 20px;
  }

  .card-link {
    margin-top: 10px;
  }

  .card-link-english {
    margin-top: 20px;
  }

  .card-content-2 {
    min-height: auto;
  }

  .card-link-2 {
    margin-top: 20px;
  }

  .title-customer {
    max-width: 100%;
    margin-top: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .title-customer-english {
    max-width: 100%;
    margin-top: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .paragraph-customer-english {
    max-width: 100%;
    font-size: 16px;
  }

  .paragraph-customer {
    max-width: 100%;
    font-size: 16px;
  }

  .paragraph-4-indo {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.4;
  }

  .paragraph-4-english {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.4;
  }

  .link-event {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 20px;
  }

  .footer-column-copy-copy {
    padding-top: 0px;
  }

  .footer-title-2-copy {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .footer-wrapper-social-media {
    -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;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .heading-22-copy-copy-copy-copy {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
  }

  .heading-22-copy-copy-copy {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
  }

  .heading-job-details {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
  }

  .heading-job-details-copy {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
  }

  .footer-02 {
    padding-top: 60px;
    padding-bottom: 10px;
  }

  .footer-grid-3 {
    grid-auto-flow: row;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .heading-30-copy {
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph-16-copy {
    font-size: 14px;
  }

  .heading-30-copy-copy {
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph-16-copy-copy {
    font-size: 14px;
  }

  .button-submit {
    margin-left: 0px;
  }

  .section-first-content {
    min-height: 230px;
    padding: 40px 0px 80px;
    background-size: cover;
  }

  .heading-primary-copy {
    max-width: 100%;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .heading-primary-copy.h3-centre {
    font-size: 22px;
    line-height: 38px;
  }

  .paragraph-copy {
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .container-26 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-primary-copy-copy {
    margin-bottom: 20px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 22px;
    line-height: 28px;
  }

  .heading-primary-copy-copy.h3-centre {
    font-size: 34px;
  }

  .menu-image {
    max-width: 12%;
  }

  .menu-title {
    margin-left: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .div-details {
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-details.testt {
    max-width: none;
  }

  .menu-image-copy {
    max-width: 12%;
  }

  .menu-image-copy {
    max-width: 12%;
  }

  .menu-image-copy {
    max-width: 12%;
  }

  .menu-image-copy {
    max-width: 12%;
  }

  .menu-image-copy-copy {
    max-width: 12%;
  }

  .menu-image-copy-copy {
    max-width: 12%;
  }

  .menu-image-copy-copy {
    max-width: 12%;
  }

  .menu-image-copy-copy {
    max-width: 12%;
  }

  .menu-image-copy-copy {
    max-width: 12%;
  }

  .menu-image-copy-copy {
    max-width: 100%;
  }

  .section-content-logo-copy {
    padding: 20px 10px 40px;
  }

  .div-block-41 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-column-4 {
    margin-bottom: 20px;
  }

  .text-block-49 {
    margin-bottom: 10px;
  }

  .div-logo-1 {
    min-height: 200px;
  }

  .div-logo-copy-copy {
    min-height: 200px;
  }

  .div-logo-copy-copy-copy {
    min-height: 200px;
    border-right-style: solid;
  }

  .div-logo-copy-2 {
    min-height: 200px;
    border-right-style: none;
  }

  .text-block-50 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
  }

  .heading-22-copy-copy-copy-copy {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }

  .slider-2 {
    height: 310px;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .slider-left-arrow-2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: auto;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-mask-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-right-arrow-2 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-right: -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;
  }

  .slider-arrow-2 {
    max-width: 50%;
    min-width: auto;
    margin-top: 120px;
  }

  .sectionhome {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .header-button-cta {
    margin-top: 30px;
    font-size: 12px;
    text-align: center;
  }

  .download-button.google-play-button {
    margin-top: 15px;
  }

  .footer-3 {
    padding-bottom: 70px;
  }

  .employees-text-div {
    padding-right: 0px;
    padding-left: 0px;
  }

  .secondfooter {
    padding-right: 15px;
    padding-left: 25px;
  }

  .faq-answer-block {
    padding-left: 35px;
  }

  .navnew {
    padding-right: 0px;
    padding-left: 0px;
  }

  .header-heading {
    width: 100%;
    font-size: 28px;
    line-height: 1.4em;
  }

  .section-color {
    display: none;
  }

  .section-color.above-footer {
    display: block;
  }

  .footer-soc-block {
    display: block;
  }

  .footer-col-2 {
    padding-top: 10px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .quote-sign {
    left: 8px;
    top: -40px;
    opacity: 0.1;
  }

  .testimonial {
    font-size: 15px;
  }

  .nav-menu {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 10px;
  }

  .social-link-2 {
    margin-left: 5px;
  }

  .widget-6-heading {
    font-size: 12px;
  }

  .animation-pointer {
    width: 12px;
    height: 12px;
  }

  .footer-row {
    display: block;
  }

  .nav-link-2 {
    width: auto;
    padding: 10px 10px 8px;
    font-size: 12px;
  }

  .nav-link-2.navlink-trigger {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }

  .faqs {
    padding-top: 0px;
  }

  .nav-link_3 {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 20px;
    border-style: none;
    font-size: 16px;
    text-transform: none;
  }

  .nav-link_3.nav-link-3 {
    padding: 12px 10px 10px;
    font-size: 12px;
  }

  .container-27 {
    padding-top: 25px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .block-quote {
    display: block;
    width: 90%;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
    border-left-width: 6px;
    font-size: 22px;
  }

  .column-52 {
    margin-bottom: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .testimonial-block {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .navlink-container {
    margin-right: 10px;
  }

  .widget-6-header-container {
    width: 180px;
    margin-right: 0px;
    padding-right: 0px;
  }

  .text-field-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .employees-section {
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
  }

  .description-section {
    width: 100%;
  }

  .header-description {
    width: 100%;
  }

  .widget-6-description {
    margin-top: 0px;
    font-size: 12px;
  }

  .quotedesigner {
    margin-right: 10px;
    margin-bottom: 60px;
    font-size: 14px;
  }

  .footer-buttons-download {
    position: relative;
    display: block;
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .heading-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .check-it-out {
    display: none;
  }

  .navbar-container {
    padding-top: 8px;
  }

  .teamface {
    background-size: cover;
  }

  .teamface.face2 {
    background-size: cover;
  }

  .teamface.face3 {
    background-size: cover;
  }

  .sectionpeople {
    padding-bottom: 0px;
  }

  .containerheader {
    margin-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .logo-container {
    width: 80px;
    height: 45px;
    margin-left: 15px;
    background-size: contain;
  }

  .logo-container.w--current {
    background-size: contain;
  }

  .logo-container.footer-logo {
    margin-left: 0px;
  }

  .link-4 {
    margin-bottom: -5px;
  }

  .faq-circle-container {
    width: 50px;
    margin-left: -15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .faq-section-2 {
    padding: 30px 15px 100px;
  }

  .widget-6-container-inner {
    padding: 14px 10px 14px 25px;
  }

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

  .nav-link-2-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link-2-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link-2-copy.dark-blue {
    font-size: 14px;
  }

  .nav-link-2-copy.dark-blue {
    font-size: 14px;
  }

  .nav-link-2-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link-2-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link-2-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link-2-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link-2-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .d-128-image._2 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 75%;
    height: 100%;
    background-position: 50% 50%;
    background-size: contain;
  }

  .d-128-image._1 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 75%;
    background-position: 50% 50%;
    background-size: contain;
  }

  .d-128-image._3 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    background-position: 50% 50%;
    background-size: contain;
  }

  .d-128-image._3-copy {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    background-position: 50% 50%;
    background-size: contain;
  }

  .d-128-image._3 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    background-position: 50% 50%;
    background-size: contain;
  }

  .d-128-image._3-copy {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 75%;
    background-position: 50% 50%;
    background-size: contain;
  }

  .d-128-image._4 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 75%;
    background-position: 50% 50%;
    background-size: contain;
  }

  .d-128-image._5 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 75%;
    background-position: 50% 50%;
    background-size: contain;
  }

  .d-128-image._6 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 75%;
    background-position: 50% 50%;
    background-size: contain;
  }

  .d-128-image-wrapper._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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .d-128-image-wrapper._2.ss {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .d-128-image-wrapper._1 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    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;
  }

  .d-128-image-wrapper._3-copy {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    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;
  }

  .d-128-image-wrapper._4 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    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;
  }

  .d-128-image-wrapper._5 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    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;
  }

  .d-128-image-wrapper._6 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    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;
  }

  .d-128-content-wrapper {
    display: none;
  }

  .d-128-3d-card-wrapper {
    width: 100%;
    margin-top: -20px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .ontopdiv-copy {
    width: auto;
    margin-top: -100px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .ontopdiv-copy.mockup-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .ontopdiv-copy.mockup-section {
    padding-left: 15px;
  }

  .ontopdiv-copy.mockup-section {
    padding-left: 15px;
  }

  .ontopdiv-copy.versionbottom {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .ontopdiv-copy.versionbottom.subscribe-container {
    height: 300px;
  }

  .ontopdiv-copy.mockup-section-copy {
    padding-left: 15px;
  }

  .ontopdiv-copy.mockup-section-copy-copy {
    padding-left: 15px;
  }

  .ontopdiv-copy.mockup-section-copy {
    padding-left: 15px;
  }

  .ontopdiv-copy.mockup-section-copy-copy {
    margin-right: 10px;
    margin-left: 10px;
    padding: 0px;
  }

  .heading-success-story {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 22px;
    line-height: 28px;
  }

  .heading-success-story.h3-centre {
    font-size: 34px;
  }

  .section-content-logo-case-study {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title-logo-case-study {
    max-width: 100%;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 22px;
    line-height: 28px;
  }

  .title-logo-case-study.h3-centre {
    font-size: 34px;
  }

  .title-logo-case-study-indo {
    max-width: 100%;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 22px;
    line-height: 28px;
  }

  .title-logo-case-study-indo.h3-centre {
    font-size: 34px;
  }

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

  .section-similiar-job {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-similiar-job.content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-similiar-job.content.homepage {
    padding: 40px 10px;
  }

  .grid-55 {
    display: block;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .paragraph-job-copy {
    max-width: 100%;
    margin-bottom: 0px;
    padding-right: 0px;
    text-align: center;
  }

  .heading-223-copy {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }

  .social-link-copy {
    width: 100%;
    margin-left: 0px;
    -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;
  }

  .footer-link-copy {
    width: 100%;
  }

  .social-link-copy {
    width: 100%;
    margin-right: 0px;
    padding-left: 10px;
    -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;
  }

  .footer-column-copy2 {
    padding-bottom: 20px;
  }

  .nav-link-send {
    margin-right: 0px;
    margin-left: 0px;
  }

  .footer-02-copy {
    padding-top: 60px;
    padding-bottom: 10px;
  }

  .title-wrap-copy-copy {
    margin-top: 60px;
    margin-bottom: 20px;
    padding-bottom: 0px;
  }

  .ttile-job-seeker {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }

  .title-company-english {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }

  .footer-wrapper-copy {
    -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;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .footer-bottom-copy {
    margin-top: 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;
    -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-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    text-align: center;
  }

  .footer-wrapper-social-media-copy {
    -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;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .image-39 {
    max-width: 70%;
  }

  .primary-cta-2-copy-copy {
    max-width: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }

  .nav-link-report {
    margin-right: 0px;
    margin-left: 0px;
  }

  .button-subscribe {
    max-width: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }

  .div-content-copy {
    margin-top: 0px;
    padding-right: 0px;
  }

  .div-content-copy {
    margin-top: 0px;
    padding-right: 0px;
  }

  .div-content-copy-copy {
    margin-top: 0px;
    padding-right: 0px;
  }

  .div-content-copy-copy {
    margin-top: 0px;
    padding-right: 0px;
  }

  .div-content-copy-copy-copy {
    margin-top: 0px;
    padding-right: 0px;
  }

  .div-content-copy-copy-copy {
    margin-top: 0px;
    padding-right: 0px;
  }

  .div-content-copy2 {
    margin-top: 0px;
    padding-right: 0px;
  }

  .div-content-english-copy {
    margin-top: 0px;
    padding-right: 0px;
  }

  .div-content-english-copy {
    margin-top: 0px;
    padding-right: 0px;
  }

  .div-content-copy-copy-copy {
    margin-top: 0px;
    padding-right: 0px;
  }

  .div-content-engl {
    margin-top: 0px;
    padding-right: 0px;
  }

  .div-content-english-2 {
    margin-top: 0px;
    padding-right: 0px;
  }

  .menu-image-copy-copy-copy {
    max-width: 8%;
  }

  .link-privacy-policy-copy {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 20px;
  }

  .link-privacy-policy-copy {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 20px;
  }

  .link-privacy-policy-copy.link-headline {
    padding-right: 5px;
    padding-left: 5px;
  }

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

  .container-31 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-29-copy-copy {
    display: block;
    font-size: 24px;
    line-height: 30px;
  }

  .container-32 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .dropdown-link-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown-link-mobile-copy {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown-link-mobile-copy {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown-link-mobile-copy {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .primary-cta-2-copy-2 {
    margin-left: 0px;
  }

  .nav-link-login {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link-login.dark-blue-copy {
    font-size: 16px;
  }

  .dropdown-link-mobile-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .section-header-kontakkami {
    min-height: 360px;
    padding: 40px 20px;
  }

  .section-header-privacy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-header-privacy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    padding: 40px 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;
  }

  .heading-primary-copy-copy-copy-copy {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-primary-copy-copy-copy-copy.h3-centre {
    font-size: 34px;
  }

  .link-read {
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 0px;
    padding-right: 20px;
  }

  .link-read-copy {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .div-products {
    display: block;
  }

  .image-33-copy {
    overflow: hidden;
    width: 100%;
  }

  .image-33-copy {
    overflow: hidden;
    width: 100%;
  }

  .image-33-copy {
    overflow: hidden;
    width: 100%;
  }

  .image-33-copy-copy {
    overflow: hidden;
    width: 100%;
  }

  .div-white-content-copy-copy {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-white-content-copy-copy {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-white-content-copy-copy-copy {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .column-54 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer-column-4 {
    display: none;
  }

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

  .footer-wrapper-copy-5 {
    padding-right: 0px;
    padding-left: 0px;
    -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-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .secondary-link-2 {
    width: 100%;
    margin-right: 0px;
    text-align: left;
  }

  .footer-column-copy2-3 {
    padding-bottom: 0px;
  }

  .footer-grid-7 {
    grid-auto-flow: row;
    grid-auto-rows: 0px;
    grid-template-areas: ".";
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .footer-column-copy-copy-3 {
    display: none;
    padding-top: 0px;
  }

  .footer-bottom-4 {
    margin-top: 0px;
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    border-top-style: none;
    text-align: center;
  }

  .footer-link-copy-2 {
    width: 100%;
    padding-left: 10px;
    text-align: left;
  }

  .social-link-4 {
    width: auto;
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -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;
  }

  .div-block-55 {
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .footer-logo-3 {
    margin-bottom: 20px;
    padding-left: 10px;
  }

  .social-link-copy-2 {
    width: auto;
    margin-right: 0px;
    padding-left: 10px;
    -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;
  }

  .image-44 {
    margin-right: 0px;
  }

  .text-block-55 {
    display: none;
    font-size: 16px;
  }

  .footer-wrapper-5 {
    padding-right: 0px;
    padding-left: 0px;
    -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;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .footer-wrapper-social-media-3 {
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -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: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .footer-link-5 {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .social-link-5 {
    width: auto;
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -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;
  }

  .social-link-5.w--current {
    margin-right: 0px;
  }

  .social-link-5-copy {
    width: auto;
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -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;
  }

  .social-link-5-copy.w--current {
    margin-right: 0px;
  }

  .social-link-4-copy {
    width: auto;
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -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;
  }

  .container-33 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-34 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-header-privacy-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    padding: 40px 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;
  }

  .footer-wrapper-social-media-3-copy {
    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: 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;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .div-block-55-copy {
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .div-logo-copy-copy-copy-2 {
    min-height: 200px;
    border-right-style: solid;
  }

  .div-logo-2 {
    min-height: 200px;
    border-right-style: none;
  }

  .div-logo-copy-copy-2 {
    min-height: 200px;
  }

  .div-logo-copy-3 {
    min-height: 200px;
    border-right-style: none;
  }

  .button-wrapper-mobile.s-3 {
    -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;
  }

  .button-wrapper-mobile.s-3 {
    -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;
  }

  .button-app-store-2.google {
    width: 150px;
    height: 50px;
    max-width: none;
    margin-right: 0px;
  }

  .button-google-play-5 {
    width: 150px;
    height: 50px;
    margin-right: 0px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .column-55 {
    display: none;
  }

  .column-56 {
    display: none;
  }

  .section-title-full-time {
    min-height: 500px;
    background-image: url('../images/Mobile---Job-Seekerss.jpg');
    background-position: 50% 100%;
  }

  .heading-company-title-indo {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }

  .text-block-48-copy {
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .heading-freelance {
    max-width: 80%;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .italic-text {
    font-size: 18px;
  }

  .card-content-wrap-company {
    margin-top: 0px;
    margin-left: 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;
  }

  .container-35.space-below {
    margin-bottom: 0px;
  }

  .container-35.space-below {
    padding-right: 10px;
    padding-left: 10px;
  }

  .service-card-wrap-4 {
    max-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;
  }

  .heading-37-copy-2 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 22px;
  }

  .service-icon-company-2 {
    width: 20%;
    margin-bottom: 10px;
  }

  .paragraph-5-copy-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .service-card-company-2 {
    height: auto;
    min-height: auto;
    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: 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-freelance {
    padding: 40px 20px 20px;
  }

  .column-company-2 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .service-card-wrap-3 {
    -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-primary-2 {
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 22px;
    line-height: 30px;
  }

  .section-card-sidejobs {
    padding: 40px 20px 0px;
  }

  .heading-37-copy {
    font-size: 18px;
  }

  .column-57 {
    width: 100.0002%;
    margin-bottom: 10px;
  }

  .service-card-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-logo-company {
    padding: 0px 20px 10px;
  }

  .heading-42-copy-copy {
    height: auto;
    max-width: 100%;
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }

  .section-9-copy-2 {
    min-height: 500px;
    padding: 40px 10px;
    background-image: url('../images/iPhone-11-Pro-Max---6.jpg');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: repeat-x;
  }

  .column-12-copy {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }

  .button-contactus {
    max-width: 100%;
    margin: 0px 20px;
    padding: 10px 0px;
  }

  .text-block-13-copy-copy {
    max-width: 100%;
    margin-left: 0px;
    font-size: 16px;
  }

  .heading-company-title-copy {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }

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

  .text-block-13-copy {
    max-width: 100%;
    margin-left: 0px;
    font-size: 16px;
  }

  .heading-42-copy {
    height: auto;
    max-width: 100%;
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }

  .section-title-event-job-fair {
    background-image: url('../images/Mobile---Event.png');
  }

  .container-event.section-event {
    max-width: none;
    min-height: 550px;
    padding: 20px 10px 40px;
  }

  .heading-237-event-indo {
    height: auto;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }

  .heading-237-event-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: auto;
    max-width: 100%;
    min-height: 60px;
    margin-top: 0px;
    margin-bottom: 10px;
    -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;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .text-block-57 {
    /* margin-top: 20px; */
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .column-58 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-42 {
    width: 100%;
    height: 100%;
    max-height: none;
    max-width: none;
    margin-top: 20px;
  }

  .heading-37-event-indo {
    font-size: 20px;
    line-height: 27px;
  }

  .heading-primary-3 {
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
  }

  .column-59 {
    margin-bottom: 10px;
  }

  .icon-event {
    width: 60px;
    max-width: 90%;
  }

  .section-sidejobs-content-copy {
    padding: 40px 20px;
  }

  .button-start-here {
    margin-left: 0px;
  }

  .homepage-layouts-grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-content {
    max-width: 70%;
    margin-top: 10px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-image-copy-2 {
    max-width: 14%;
  }

  .product5-grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .menu-details {
    margin-left: 10px;
    line-height: 20px;
  }

  .size1-text-2 {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 28px;
  }

  .text-block-58 {
    line-height: 24px;
  }

  .section-24 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .menu-details-2 {
    margin-left: 10px;
    line-height: 20px;
  }

  .text-block-51-copy {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
  }

  .menu-details-1 {
    margin-left: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .section-25 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .columns-20 {
    margin-bottom: 60px;
  }

  .image-43 {
    max-width: 15%;
  }

  .div-join-job-fair {
    min-height: 80px;
    padding-right: 20px;
    padding-left: 20px;
    -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;
  }

  .image-38-copy {
    max-width: 80%;
  }

  .div-block-50 {
    max-width: 100%;
  }

  .iphone-frame-copy {
    margin-top: 10px;
  }

  .title-event-2 {
    font-size: 16px;
  }

  .date-event-2 {
    margin-top: 10px;
  }

  .category-event-2 {
    font-size: 18px;
  }

  .div-block-57 {
    min-height: auto;
  }

  .link-event-2 {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-right: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
  }

  .card-content-wrap-3 {
    margin-bottom: 0px;
  }

  .service-card-4 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-content-event-job-fair {
    padding: 60px 20px;
  }

  .heading-22-copy-copy-copy-copy-2 {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }

  .div-subfooter-3 {
    max-width: 100%;
  }

  .section-download-3 {
    min-height: 550px;
    padding: 40px 10px;
    background-image: url('../images/Mobile---Job-Seeker.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat-x;
  }

  .nav-link-2-copy-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link-2-copy-copy.dark-blue {
    font-size: 14px;
  }

  .nav-link-2-copy-copy.dark-blue {
    font-size: 14px;
  }

  .nav-link-2-copy-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link-2-copy-copy.dark-blue {
    font-size: 14px;
  }

  .nav-link-2-copy-copy.dark-blue {
    font-size: 14px;
  }

  .nav-link-2-copy-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link-2-copy-copy.dark-blue {
    font-size: 14px;
  }

  .nav-link-2-copy-copy.dark-blue {
    font-size: 14px;
  }

  .heading-237-event {
    height: auto;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }

  .heading-237-event-copy {
    height: auto;
    max-width: 100%;
    /* min-height: 60px; */
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }

  .heading-37-event-copy {
    font-size: 20px;
    line-height: 27px;
  }

  .heading-37-event {
    font-size: 20px;
    line-height: 27px;
  }

  .button-content-2 {
    max-width: 70%;
    margin-top: 10px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-link-2-copy-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link-2-copy-copy.dark-blue {
    font-size: 14px;
  }

  .nav-link-2-copy-copy.dark-blue {
    font-size: 14px;
  }

  .nav-link-2-copy-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link-2-copy-copy.dark-blue {
    font-size: 14px;
  }

  .nav-link-2-copy-copy.dark-blue {
    font-size: 14px;
  }

  .nav-link-2-copy-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link-2-copy-copy.dark-blue {
    font-size: 14px;
  }

  .nav-link-2-copy-copy.dark-blue {
    font-size: 14px;
  }

  .nav-link-2-copy-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link-2-copy-copy.dark-blue {
    font-size: 14px;
  }

  .nav-link-2-copy-copy.dark-blue {
    font-size: 14px;
  }

  .nav-link-2-copy-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link-2-copy-copy.dark-blue {
    font-size: 14px;
  }

  .nav-link-2-copy-copy.dark-blue {
    font-size: 14px;
  }

  .nav-link-2-copy-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link-2-copy-copy.dark-blue {
    font-size: 14px;
  }

  .nav-link-2-copy-copy.dark-blue {
    font-size: 14px;
  }

  .nav-link-2-copy-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link-2-copy-copy.dark-blue {
    font-size: 14px;
  }

  .nav-link-2-copy-copy.dark-blue {
    font-size: 14px;
  }

  .nav-link-2-copy-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link-2-copy-copy.dark-blue {
    font-size: 14px;
  }

  .nav-link-2-copy-copy.dark-blue {
    font-size: 14px;
  }

  .nav-link-2-copy-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link-2-copy-copy.dark-blue {
    font-size: 14px;
  }

  .nav-link-2-copy-copy.dark-blue {
    font-size: 14px;
  }

  .primary-cta-2-copy-3 {
    margin-left: 0px;
  }

  .text-block-54 {
    max-width: 100%;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-54-copy {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .ttile-job-seeker-copy {
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }

  .section-title-job-seeker-copy {
    min-height: 500px;
    background-image: url('../images/Mobile---Company.jpg');
    background-position: 50% 100%;
  }

  .container-8-copy-copy.section-11 {
    max-width: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-8-copy-copy.section-11-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-height: auto;
    padding: 10px 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;
  }

  .container-8-copy-copy.section-11-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-height: auto;
    padding: 10px 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;
  }

  .container-8-copy-copy.section-11-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-height: auto;
    padding: 10px 20px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .smallcounter {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .smallcounter.counterup-copy {
    font-size: 36px;
  }

  .testimonial-paragraph {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }

  .testimonial-content-wrap {
    padding: 15px;
  }

  .testimonial-image {
    display: block;
    max-width: 240px;
  }

  .testimonial-image-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -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;
  }

  .author-name {
    font-size: 16px;
    line-height: 20px;
  }

  .quote-image {
    max-width: 60px;
    min-width: auto;
  }

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

  .text-block-60 {
    font-size: 18px;
    line-height: 20px;
  }

  .text-span-9 {
    font-size: 24px;
    line-height: 30px;
    font-style: normal;
  }

  .button-getfreetrial-copy {
    max-width: none;
    margin-top: 10px;
    margin-right: 60px;
    margin-left: 60px;
    padding: 10px 0px;
  }

  .section-title-copy {
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 250px;
    background-color: #fff;
    background-image: url('../images/Mobile---Job-Seeker-2.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .hero-copy {
    height: auto;
    min-height: auto;
    padding: 20px 10px 30px;
    background-color: transparent;
    background-image: none;
  }

  .service-card-copy {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .service-card-copy {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .service-card-copy-copy {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .service-card-copy-copy-copy {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .service-card-copy-copy-copy {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .card-services-homepage {
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 10px;
  }

  .card-services-homepage-copy {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-60 {
    -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-45 {
    max-height: 30px;
    max-width: 30px;
  }

  .image-46 {
    max-height: 30px;
    max-width: 30px;
  }

  .image-47 {
    max-height: 30px;
    max-width: 30px;
  }

  .image-48 {
    max-width: 85%;
    margin-bottom: -40px;
  }

  .image-49 {
    max-height: 30px;
    max-width: 30px;
    margin-right: 10px;
  }

  .div-block-62 {
    display: block;
    margin-top: 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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .container-35-copy.space-below {
    margin-bottom: 0px;
  }

  .container-35-copy.space-below {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-5-copy-2-copy {
    max-width: 120vh;
    font-size: 16px;
    line-height: 22px;
  }

  .heading-37-copy-2-copy {
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph-5-copy-2-copy-copy {
    max-width: 120vh;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .card-services-homepage-copy {
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 10px;
  }

  .heading-37-copy-2-copy-copy {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph-5-copy-2-copy-copy-copy {
    max-width: none;
    min-height: auto;
    padding-right: 10px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .image-48-copy {
    max-width: 70px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .card-services-homepage-copy-copy {
    display: block;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 20px 20px 10px;
  }

  .paragraph-5-copy-2-copy-copy-copy-copy {
    max-width: none;
    min-height: auto;
    padding-right: 10px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .heading-37-copy-2-copy-copy-copy {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 22px;
  }

  .images-events-copy {
    width: 100%;
    height: auto;
    min-height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .images-events-copy {
    width: 100%;
    height: auto;
    min-height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .images-events-copy {
    width: 100%;
    height: auto;
    min-height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .images-events-copy {
    width: 100%;
    height: auto;
    min-height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .images-events-copy {
    width: 100%;
    height: auto;
    min-height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .images-events-copy {
    width: 100%;
    height: auto;
    min-height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .images-events-copy-copy {
    width: 100%;
    height: auto;
    min-height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .images-events-copy-copy {
    width: 100%;
    height: auto;
    min-height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .images-events-copy-copy {
    width: 100%;
    height: auto;
    min-height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .images-events-copy-copy {
    width: 100%;
    height: auto;
    min-height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .images-events-copy-copy {
    width: 100%;
    height: auto;
    min-height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .images-events-copy-copy {
    width: 100%;
    height: auto;
    min-height: 55px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-33-copy {
    overflow: hidden;
    width: 100%;
  }

  .image-33-copy {
    overflow: hidden;
    width: 100%;
  }

  .image-33-copy {
    overflow: hidden;
    width: 100%;
  }

  .image-33-copy {
    overflow: hidden;
    width: 100%;
  }

  .image-33-copy {
    overflow: hidden;
    width: 100%;
  }

  .image-33-copy {
    overflow: hidden;
    width: 95%;
  }

  .section-9-copy {
    min-height: 500px;
    padding: 40px 10px;
    background-image: url('../images/iPhone-11-Pro-Max---4.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat-x;
  }

  .ql-link {
    width: 100%;
    border-bottom: 4px solid #000;
    border-right-style: none;
  }

  .ql-link.last {
    border-bottom-style: none;
  }

  .quick-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -112px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-38 {
    width: 80vw;
  }

  .projects-container {
    width: 80vw;
  }

  .heading-jumbo {
    font-size: 7rem;
  }

  .button-download-copy {
    display: block;
    width: 180px;
    max-width: none;
    margin-top: 15px;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .section-title-copy-copy {
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 250px;
    background-color: #fff;
    background-image: url('../images/Mobile---Job-Seeker_1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .section-download-copy {
    min-height: 490px;
    margin-top: 10px;
    padding: 40px 10px;
    background-image: url('../images/iPhone-11-Pro-Max---7.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat-x;
  }

  .section-content-details-4 {
    padding: 40px 10px 20px;
  }

  .heading-primary-job-seeker-copy {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .image-block-content-4 {
    padding: 8px 20px;
  }

  .paragraph-large-copy-copy.centered-svp-copy-copy {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .paragraph-large-copy-copy.centered-svp-copy-copy-copy {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .paragraph-large-copy-copy.centered-svp-copy-copy {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }

  .paragraph-large-copy-copy.centered-svp-copy-copy-copy {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }

  .content-block-left-content-4 {
    width: 100%;
    margin-bottom: 20px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .div-details-3 {
    margin-bottom: 10px;
    -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;
  }

  .paragraph-large-copy.centered-svp-copy {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }

  .paragraph-large-copy.centered-svp-copy-copy {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .paragraph-large-copy.centered-svp-copy {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }

  .paragraph-large-copy.centered-svp-copy-copy {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }

  .menu-title-2 {
    margin-left: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .image-block-content-5 {
    padding: 8px 20px;
  }

  .section-content-details-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-block-left-content-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 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: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .content-block-left-content-4-copy {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    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-position: 100% 100%;
    text-align: left;
  }

  .image-block-content-4-copy {
    width: 90%;
    padding: 8px 20px;
  }

  .content-block-left-content-5-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 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: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .image-block-content-5-copy {
    width: 90%;
    padding: 8px 20px;
  }

  .heading-primary-job-seeker-copy-copy {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .paragraph-large-copy-copy2.centered-svp-copy {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .paragraph-large-copy-copy2.centered-svp-copy-copy {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .paragraph-large-copy-copy2.centered-svp-copy-copy-copy-2 {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .menu-title-2-copy {
    margin-left: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .menu-title-2-copy {
    margin-left: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .menu-title-2-copy {
    margin-left: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .menu-image-job {
    max-width: 8%;
    margin-top: 0px;
  }

  .column-wrap-reversed-copy {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .column-wrap-copy {
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .image-50 {
    max-width: 80%;
  }

  .image-51 {
    max-width: 80%;
  }

  .menu-title-21 {
    margin-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .menu-title-22 {
    margin-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .section-title-copy-copy {
    height: auto;
    min-height: 480px;
    padding-top: 10px;
    padding-bottom: 250px;
    background-color: #fff;
    background-image: url('../images/Mobile---Job-Seeker_2.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .hero-copy-copy {
    height: auto;
    min-height: auto;
    padding: 20px 10px 30px;
    background-color: transparent;
    background-image: none;
  }

  .section-title-copy-copy-copy {
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 350px;
    background-color: #fff;
    background-image: url('../images/Mobile---Job-Seeker_1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .primary-cta-2-copy-3-copy {
    margin-left: 0px;
  }

  .section-card-freelance-copy {
    padding: 40px 20px 20px;
  }

  .text-span-2 {
    font-size: 6vw;
  }

  .the-content {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .the-sticky-div-title {
    margin-top: 76px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11vw;
    line-height: 9vw;
  }

  .the-sticky-div-title.heading-primary {
    margin-top: 40px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 28px;
  }

  .gradient {
    height: 100%;
    padding-top: 20px;
  }

  .a-block {
    width: 80vw;
    height: 520px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .the-height-400vh-section {
    height: 150vh;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-primary-job-seeker-copy-2 {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .menu-title-23 {
    margin-left: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .content-block-left-content-6 {
    width: 100%;
    margin-bottom: 20px;
    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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .heading-primary-job-seeker-copy-2-copy {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }

  .image-52 {
    display: none;
  }

  .image-52-copy {
    display: block;
    max-width: 45%;
    margin-bottom: 0px;
  }

  .div-block-65 {
    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;
    text-align: center;
  }

  .testimonials-wrapper {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 40px;
    border-radius: 0px;
    background-image: url('../images/Frame-392s.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .user-picture-t2 {
    width: 200px;
    max-width: 45%;
  }

  .testimonials-wrapper-t2 {
    width: 100%;
    height: auto;
    min-height: 560px;
    padding: 10px;
    background-position: 100% 100%;
  }

  .slider-t2 {
    display: block;
    -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;
  }

  .text-wrapper-t2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slide-wrapper-t2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .testimonials-t2 {
    width: 100%;
    padding: 0px 20px 20px;
  }

  .slide-nav-t2 {
    top: 101%;
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .heading-224 {
    font-size: 54px;
  }

  .card-services-homepage-copy-2 {
    margin: 5px 0px 10px;
    padding: 20px 20px 10px;
  }

  .image-48-copy-copy {
    max-width: 70px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .title-capped-2 {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 16px;
  }

  .circle-div-2 {
    max-height: 180px;
    max-width: 180px;
    min-height: 180px;
    min-width: 180px;
  }

  .faq-section-2-copy {
    min-height: 90vh;
    padding: 60px 10px 40px;
  }

  .smallcounter-2 {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .image-53 {
    margin-bottom: 10px;
  }

  .counterup-2 {
    font-size: 24px;
  }

  .heross {
    height: auto;
    min-height: auto;
    padding: 20px 10px 0px;
    background-color: transparent;
    background-image: none;
  }

  .section-title-nusatalentcom {
    height: auto;
    min-height: 480px;
    padding-top: 10px;
    padding-bottom: 250px;
    background-color: #fff;
    background-image: url('../images/Mobile---home.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .container-nusatalentcom {
    padding-right: 10px;
    padding-left: 10px;
  }

  .faq-section-nusatalentcom {
    min-height: auto;
    padding: 60px 10px 20px;
  }

  .image-33-copy-copy {
    overflow: hidden;
    width: 70%;
  }

  .container-looking-job {
    padding-right: 10px;
    padding-left: 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;
  }

  .div-block-67 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-content-details-4-copy {
    padding: 40px 10px 20px;
  }

  .section-content-details-5-copy {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .faq-section-2-works {
    min-height: 90vh;
    padding: 60px 10px 40px;
  }

  .content-block-left-content-5-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    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: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    background-position: 100% 100%;
  }

  .paragraph-large-copy-copy.centered-svp-copy {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }

  .paragraph-large-copy-copy.centered-svp-copy-copy {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .paragraph-large-copy-copy.centered-svp-copy {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
  }

  .paragraph-large-copy-copy.centered-svp-copys {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }

  .paragraph-large-copy-copy-copy.centered-svp-copy-copy-copy {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }

  .faq-section-2-copy-copy {
    min-height: 90vh;
    padding: 60px 10px 40px;
  }

  .div-block-70 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .link-read-home {
    margin: 15px 0px 0px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-read-home-copy {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .div-block-71 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .heading-primary-copy {
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .heading-primary-copy.h3-centre {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-primary-copy.h3-centre {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-primary-copy {
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .heading-primary-copy.h3-centre {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-primary-copy.h3-centre {
    font-size: 22px;
    line-height: 28px;
  }

  .faq-section-2-copy-copy {
    min-height: 90vh;
    padding: 60px 10px 40px;
  }

  .faq-section-2-copy-copy-copy {
    min-height: 90vh;
    padding: 60px 10px 40px;
  }

  .the-sticky-div-title-copy {
    margin-top: 76px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11vw;
    line-height: 9vw;
  }

  .the-sticky-div-title-copy.heading-primary {
    margin-top: 40px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 28px;
  }

  .gradient-copy {
    height: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .link-read-copy {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 20px;
  }

  .link-read-copy-copy {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 20px;
  }

  .img-notheadline-2-copy {
    max-width: 40%;
  }

  .container-39 {
    display: block;
  }

  .div-block-72 {
    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-content-english-copy-copy {
    margin-top: 0px;
    padding-right: 0px;
  }

  .link-read-copy-copy {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .link-read-copy-copy-copy {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 20px;
  }

  .button-see-all {
    max-width: 50%;
  }

  .div-block-41-copy {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .home-image-copy {
    margin-bottom: 20px;
  }

  .title-logo-case-study-indo-copy {
    max-width: 100%;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 22px;
    line-height: 28px;
  }

  .title-logo-case-study-indo-copy.h3-centre {
    font-size: 34px;
  }

  .image-33-copy {
    overflow: hidden;
    width: 95%;
  }

  .image-33-copy-copy {
    overflow: hidden;
    width: 95%;
  }

  .section-title-full-time-copy {
    min-height: 500px;
    background-image: url('../images/Mobile---Job-Seekerss.jpg');
    background-position: 50% 100%;
  }

  .div-logo-copy {
    min-height: 200px;
  }

  .div-logo-copy-copy {
    min-height: 200px;
    border-right-style: solid;
  }

  .div-logo-copy {
    min-height: 200px;
  }

  .div-logo-copy-copy {
    min-height: 200px;
    border-right-style: none;
  }

  .div-logo-copy {
    min-height: 200px;
  }

  .div-logo-copy-copy {
    min-height: 200px;
    border-right-style: none;
  }

  .div-logo-3 {
    min-height: 200px;
    border-right-style: solid;
  }

  .div-logo-copy-copy-copy {
    min-height: 200px;
    border-right-style: none;
  }

  .div-logo-4 {
    min-height: 200px;
    border-right-style: none;
  }

  .div-logo-5 {
    min-height: 200px;
  }

  .card-services-homepage-copy-2-copy {
    margin: 5px 0px 10px;
    padding: 20px 20px 10px;
  }

  .crowd-talent-headline {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 22px;
  }

  .crowd-talnt-p {
    max-width: none;
    min-height: auto;
    padding-right: 10px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .job-portal-headline {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 22px;
  }

  .job-portal-p {
    max-width: none;
    min-height: auto;
    padding-right: 10px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .link-job-portal {
    margin: 15px 0px 0px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-read-home-copy {
    margin: 15px 0px 0px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-crowd-talent {
    margin: 15px 0px 0px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title-notheadline-copy {
    font-size: 18px;
    line-height: 1.3;
  }

  .title-notheadline-copy {
    font-size: 18px;
    line-height: 1.3;
  }

  .title-notheadline-copy {
    font-size: 18px;
    line-height: 1.3;
  }

  .title-notheadline-copy-copy {
    font-size: 18px;
    line-height: 1.3;
  }

  .img-notheadline-copy {
    max-width: 40%;
  }

  .primary-cta-2-copy-3-copy {
    max-width: 70%;
    margin-left: 0px;
  }

  .primary-cta-2-copy-3-copy.w--current {
    max-width: 75%;
  }

  .container-8-copy-copy-copy.section-11 {
    max-width: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-8-copy-copy-copy.section-11-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-height: auto;
    padding: 10px 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;
  }

  .container-8-copy-copy-copy.section-11-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-height: auto;
    padding: 10px 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;
  }

  .container-8-copy-copy-copy.section-11-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-height: auto;
    padding: 10px 20px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-8-copy-copy-copy.section-11-copy-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-height: auto;
    padding: 10px 20px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-primary-copy-copy-copy-copy-copy {
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-primary-copy-copy-copy-copy-copy.h3-centre {
    font-size: 34px;
  }

  .div-content-indo {
    margin-top: 0px;
    padding-right: 0px;
  }

  .div-content-indo-copy {
    margin-top: 0px;
    padding-right: 0px;
  }

  .heading-22-copy-copy-copy {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }

  .container-8-copy-copy.section-11 {
    max-width: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-8-copy-copy.section-11-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-height: auto;
    padding: 10px 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;
  }

  .container-8-copy-copy.section-11-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-height: auto;
    padding: 10px 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;
  }

  .container-8-copy-copy.section-11-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-height: auto;
    padding: 10px 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;
  }

  .gradient-copy {
    height: 100%;
    padding-top: 20px;
  }

  .gradient-copy {
    height: 100%;
    padding-top: 20px;
  }

  .gradient-copy {
    height: 100%;
    padding-top: 20px;
  }

  .gradient-copy {
    height: 100%;
    padding-top: 20px;
  }

  .testimonials-wrapper-t2-copy {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 10px;
    background-position: 100% 100%;
  }

  .slide-nav-t2-copy {
    top: 101%;
    width: auto;
    height: auto;
    margin-top: 20px;
    margin-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-77 {
    display: block;
  }

  .title-notheadline-ss {
    font-size: 18px;
    line-height: 1.3;
  }

  .title-notheadline-coe {
    font-size: 18px;
    line-height: 1.3;
  }

  .heading-download {
    max-width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }

  .section-title-job-seeker-copy-copy {
    min-height: 500px;
    background-image: url('../images/Mobile---Company.jpg');
    background-position: 50% 100%;
  }

  .container-8-copy-copy-copy.section-11 {
    max-width: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-8-copy-copy-copy.section-11-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-height: auto;
    padding: 10px 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;
  }

  .container-8-copy-copy-copy.section-11-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-height: auto;
    padding: 10px 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;
  }

  .container-8-copy-copy-copy.section-11-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-height: auto;
    padding: 10px 20px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-download-copy {
    max-width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }

  .heading-download-copy-copy {
    max-width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }

  .button-download-copy-copy {
    display: block;
    width: 220px;
    max-width: none;
    margin-top: 15px;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .section-title-job-seeker-copy-copy {
    min-height: 480px;
    background-image: url('../images/Mobile---Company.jpg');
    background-position: 50% 100%;
  }

  .section-title-job-seeker-copy-co-copy {
    min-height: 520px;
    background-image: url('../images/Mobile---Company.jpg');
    background-position: 50% 100%;
  }
}

#w-node-f2847006-ebc3-3b1e-5b39-9ca4976ffb74-58074aac {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_37ab8c12-4cb5-3e7e-e54d-3877bc1a138f-26074abc {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-dd50143b-3c77-f746-f293-ac4092462339-90074acc {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_6178ea59-a6af-8eeb-e35e-387aff115204-ac074acd {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_1cf4c987-6392-40cb-0a90-c69a77eae373-fe074ad0 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-bb764335-b8a1-b938-5806-65991a6b79be-bb074ad1 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_40256c0b-d210-f197-228a-550f869bec7f-46074ad2 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_629d3d4c-2ec8-041c-5549-39a461a0c39c-df074aec {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f2bf94c7-151f-8795-88eb-5c52e31612a9-73074aff {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_4ed8877f-c8ab-13b4-fedc-266a5206eb74-dd074b02 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_5b1d42a4-8c2c-0ad8-323f-59be242a24d5-7d074b05 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-ffb53b00-b684-4a90-aa8f-8c2988ee6942-29074b06 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-fae0979f-2839-6c4f-31b5-440703f3a6bb-1e074b07 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_3176101e-bac8-213f-6cf2-3d0c594775ae-4a074b08 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_97561a32-d86f-e665-0595-371cae03c3a8-a7074b09 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_804c60af-4ef3-57d6-b7fc-ef1c36d2e6ce-4b074b0a {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_27f6b00c-d3d6-ccfc-8dab-f3bf03071553-88074b0b {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_25943010-4ec4-d009-a457-edf4dd3d06a8-9b074b0d {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_861472e6-95a3-ebe7-7ab5-fe4f44ac3909-39074b0e {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-eac807f7-fd80-de14-63f4-013f49efdc6b-ba074b11 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_1631cd9f-8d8e-8818-feac-5b9fe95b2433-ed074b25 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_3231440e-739e-5c8b-f3c9-86990e149c1d-77074b38 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b63a0dd8-e903-90c4-62a6-5f60805aad4c-59074b4b {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_7d2818a7-fb09-54d3-3e27-922339c854f5-cb074b4e {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-fe703bc7-27de-edf2-1a67-87583564b6c1-b4074b4f {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_69028831-76ed-6723-aae7-4bbd6e472812-97074b50 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_0ddae763-496f-558e-66db-5d932ddd9e74-12074b51 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_6c9a95ad-3dd3-5073-8b36-53d2e154e2ab-2f074b52 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_9bcbcc6d-ba4b-ca02-e533-615927a5e0a6-76074b54 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f97f0f7b-81f8-f184-f474-f3dfc0e59750-c2074b55 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_04d9eb83-4a72-44d0-2024-b602d40ea6ee-03074b56 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_000c1aef-514c-e489-dc9d-2799c3285409-95074b57 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-cdbb08c5-f96b-373b-e077-a6c7c9c28ed3-95074b57 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-c8fe0473-f0fe-92af-daf2-1013d399ecb3-f2074b58 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_7936aaef-6fbd-0608-d0af-9db70e91cc59-d7074b59 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-aaff95f4-1637-73ec-0762-c02ce5209687-90074b5b {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-a8466f92-1848-a4ef-9850-9472f0723b1c-5c074b5d {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_7f15b2ce-764c-82cc-11df-40f0e43fc39c-a5074b71 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-e49dd75d-ff48-6977-200a-4f7da8799a03-98074b76 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-c68eca11-2fb4-7228-3d69-bd47c447e0c1-c4074b77 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_188a6b54-5440-868c-6389-dd335e17a268-51074b78 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_8f2201f2-e582-547c-1c1a-2b35ae6c89de-7d074b79 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_7e0e37ad-5197-d102-ecb6-11926860d3a0-d4074b7a {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_8d418c94-689e-ec46-c4fc-079b564943fc-3d074b7b {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f7a9b00d-b386-ecc3-3aa2-ec0517b79baf-30074b7c {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-e1a9b606-f018-d01b-f25d-caa92261a0b1-41074b7d {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_3cf5ddcc-e572-276f-8eff-42472b0cf860-63074b7e {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_56865c90-3009-0c72-c26c-2944bfc94854-1a074b7f {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_22cc8fb1-2d42-1260-7160-a45710607801-9a074b80 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_8696cfb4-886e-3dc9-936a-b15b9a220d67-26074b82 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_092f45a3-a346-c407-de59-849c945e16e1-e3074b83 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_092f45a3-a346-c407-de59-849c945e16ee-e3074b83 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 8;
  grid-column-end: 13;
}

#w-node-_05fb2328-dd97-1aa5-66b3-4784a47d5ce8-e3074b83 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_05fb2328-dd97-1aa5-66b3-4784a47d5cf3-e3074b83 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 8;
  grid-column-end: 13;
}

#w-node-a9831be7-bc72-209b-2a75-24feb0224da5-e3074b83 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a9831be7-bc72-209b-2a75-24feb0224db0-e3074b83 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 8;
  grid-column-end: 13;
}

#w-node-f36c5a19-56aa-9851-8669-f42fab876e5e-e3074b83 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_79ecc01d-3e6b-d0ac-0b26-f319656f025d-a6074b86 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_79ecc01d-3e6b-d0ac-0b26-f319656f0268-a6074b86 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 8;
  grid-column-end: 13;
}

#w-node-d8edbd10-5ef4-e2c5-2e6f-a73b7f128aef-a6074b86 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-d8edbd10-5ef4-e2c5-2e6f-a73b7f128afa-a6074b86 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 8;
  grid-column-end: 13;
}

#w-node-_32737ae6-e890-3653-ec0d-8966b4eeca8b-a6074b86 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_32737ae6-e890-3653-ec0d-8966b4eeca96-a6074b86 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 8;
  grid-column-end: 13;
}

#w-node-_1c84df05-6683-d047-0d59-4d1ce119aba6-a6074b86 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_64169da2-3cec-02be-5c85-a9e7b16f5df1-31074b87 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f012b0fa-a9e2-bd23-48ea-7fa4b0de76cf-abcd1208 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-cb1e8a0b-98ca-d81b-dd2b-4503835170ca-a32ec601 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_13285f03-367a-0fd7-1489-d88fa2206525-c9fae799 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-f2847006-ebc3-3b1e-5b39-9ca4976ffb54-58074aac {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f2847006-ebc3-3b1e-5b39-9ca4976ffb74-58074aac {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_37ab8c12-4cb5-3e7e-e54d-3877bc1a136f-26074abc {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_37ab8c12-4cb5-3e7e-e54d-3877bc1a138f-26074abc {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-dd50143b-3c77-f746-f293-ac4092462319-90074acc {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-dd50143b-3c77-f746-f293-ac4092462339-90074acc {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6178ea59-a6af-8eeb-e35e-387aff1151e4-ac074acd {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6178ea59-a6af-8eeb-e35e-387aff115204-ac074acd {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1cf4c987-6392-40cb-0a90-c69a77eae353-fe074ad0 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1cf4c987-6392-40cb-0a90-c69a77eae373-fe074ad0 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-bb764335-b8a1-b938-5806-65991a6b799e-bb074ad1 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-bb764335-b8a1-b938-5806-65991a6b79be-bb074ad1 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_40256c0b-d210-f197-228a-550f869bec5f-46074ad2 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_40256c0b-d210-f197-228a-550f869bec7f-46074ad2 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_629d3d4c-2ec8-041c-5549-39a461a0c37c-df074aec {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_629d3d4c-2ec8-041c-5549-39a461a0c39c-df074aec {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f2bf94c7-151f-8795-88eb-5c52e3161289-73074aff {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f2bf94c7-151f-8795-88eb-5c52e31612a9-73074aff {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4ed8877f-c8ab-13b4-fedc-266a5206eb54-dd074b02 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4ed8877f-c8ab-13b4-fedc-266a5206eb74-dd074b02 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5b1d42a4-8c2c-0ad8-323f-59be242a24b5-7d074b05 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5b1d42a4-8c2c-0ad8-323f-59be242a24d5-7d074b05 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ffb53b00-b684-4a90-aa8f-8c2988ee6922-29074b06 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ffb53b00-b684-4a90-aa8f-8c2988ee6942-29074b06 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-fae0979f-2839-6c4f-31b5-440703f3a69b-1e074b07 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-fae0979f-2839-6c4f-31b5-440703f3a6bb-1e074b07 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3176101e-bac8-213f-6cf2-3d0c5947758e-4a074b08 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3176101e-bac8-213f-6cf2-3d0c594775ae-4a074b08 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_97561a32-d86f-e665-0595-371cae03c388-a7074b09 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_97561a32-d86f-e665-0595-371cae03c3a8-a7074b09 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_804c60af-4ef3-57d6-b7fc-ef1c36d2e6ae-4b074b0a {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_804c60af-4ef3-57d6-b7fc-ef1c36d2e6ce-4b074b0a {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_27f6b00c-d3d6-ccfc-8dab-f3bf03071533-88074b0b {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_27f6b00c-d3d6-ccfc-8dab-f3bf03071553-88074b0b {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_25943010-4ec4-d009-a457-edf4dd3d0688-9b074b0d {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_25943010-4ec4-d009-a457-edf4dd3d06a8-9b074b0d {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_861472e6-95a3-ebe7-7ab5-fe4f44ac38e9-39074b0e {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_861472e6-95a3-ebe7-7ab5-fe4f44ac3909-39074b0e {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-eac807f7-fd80-de14-63f4-013f49efdc4b-ba074b11 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-eac807f7-fd80-de14-63f4-013f49efdc6b-ba074b11 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1631cd9f-8d8e-8818-feac-5b9fe95b2413-ed074b25 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1631cd9f-8d8e-8818-feac-5b9fe95b2433-ed074b25 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3231440e-739e-5c8b-f3c9-86990e149bfd-77074b38 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3231440e-739e-5c8b-f3c9-86990e149c1d-77074b38 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b63a0dd8-e903-90c4-62a6-5f60805aad2c-59074b4b {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b63a0dd8-e903-90c4-62a6-5f60805aad4c-59074b4b {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7d2818a7-fb09-54d3-3e27-922339c854d5-cb074b4e {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7d2818a7-fb09-54d3-3e27-922339c854f5-cb074b4e {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-fe703bc7-27de-edf2-1a67-87583564b6a1-b4074b4f {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-fe703bc7-27de-edf2-1a67-87583564b6c1-b4074b4f {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_69028831-76ed-6723-aae7-4bbd6e4727f2-97074b50 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_69028831-76ed-6723-aae7-4bbd6e472812-97074b50 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_0ddae763-496f-558e-66db-5d932ddd9e54-12074b51 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_0ddae763-496f-558e-66db-5d932ddd9e74-12074b51 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6c9a95ad-3dd3-5073-8b36-53d2e154e28b-2f074b52 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6c9a95ad-3dd3-5073-8b36-53d2e154e2ab-2f074b52 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9bcbcc6d-ba4b-ca02-e533-615927a5e086-76074b54 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9bcbcc6d-ba4b-ca02-e533-615927a5e0a6-76074b54 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f97f0f7b-81f8-f184-f474-f3dfc0e59730-c2074b55 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f97f0f7b-81f8-f184-f474-f3dfc0e59750-c2074b55 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_04d9eb83-4a72-44d0-2024-b602d40ea6ce-03074b56 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_04d9eb83-4a72-44d0-2024-b602d40ea6ee-03074b56 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-cdbb08c5-f96b-373b-e077-a6c7c9c28eb3-95074b57 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-cdbb08c5-f96b-373b-e077-a6c7c9c28ed3-95074b57 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c8fe0473-f0fe-92af-daf2-1013d399ec93-f2074b58 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c8fe0473-f0fe-92af-daf2-1013d399ecb3-f2074b58 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7936aaef-6fbd-0608-d0af-9db70e91cc39-d7074b59 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7936aaef-6fbd-0608-d0af-9db70e91cc59-d7074b59 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-aaff95f4-1637-73ec-0762-c02ce5209667-90074b5b {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-aaff95f4-1637-73ec-0762-c02ce5209687-90074b5b {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a8466f92-1848-a4ef-9850-9472f0723afc-5c074b5d {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a8466f92-1848-a4ef-9850-9472f0723b1c-5c074b5d {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7f15b2ce-764c-82cc-11df-40f0e43fc37c-a5074b71 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7f15b2ce-764c-82cc-11df-40f0e43fc39c-a5074b71 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e49dd75d-ff48-6977-200a-4f7da87999e3-98074b76 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e49dd75d-ff48-6977-200a-4f7da8799a03-98074b76 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c68eca11-2fb4-7228-3d69-bd47c447e0a1-c4074b77 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c68eca11-2fb4-7228-3d69-bd47c447e0c1-c4074b77 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_188a6b54-5440-868c-6389-dd335e17a248-51074b78 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_188a6b54-5440-868c-6389-dd335e17a268-51074b78 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8f2201f2-e582-547c-1c1a-2b35ae6c89be-7d074b79 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8f2201f2-e582-547c-1c1a-2b35ae6c89de-7d074b79 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7e0e37ad-5197-d102-ecb6-11926860d380-d4074b7a {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7e0e37ad-5197-d102-ecb6-11926860d3a0-d4074b7a {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8d418c94-689e-ec46-c4fc-079b564943dc-3d074b7b {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8d418c94-689e-ec46-c4fc-079b564943fc-3d074b7b {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f7a9b00d-b386-ecc3-3aa2-ec0517b79b8f-30074b7c {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f7a9b00d-b386-ecc3-3aa2-ec0517b79baf-30074b7c {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e1a9b606-f018-d01b-f25d-caa92261a091-41074b7d {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e1a9b606-f018-d01b-f25d-caa92261a0b1-41074b7d {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3cf5ddcc-e572-276f-8eff-42472b0cf840-63074b7e {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3cf5ddcc-e572-276f-8eff-42472b0cf860-63074b7e {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_56865c90-3009-0c72-c26c-2944bfc94834-1a074b7f {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_56865c90-3009-0c72-c26c-2944bfc94854-1a074b7f {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_22cc8fb1-2d42-1260-7160-a457106077e1-9a074b80 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_22cc8fb1-2d42-1260-7160-a45710607801-9a074b80 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8696cfb4-886e-3dc9-936a-b15b9a220d47-26074b82 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8696cfb4-886e-3dc9-936a-b15b9a220d67-26074b82 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_092f45a3-a346-c407-de59-849c945e16e1-e3074b83 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-_092f45a3-a346-c407-de59-849c945e16ee-e3074b83 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_05fb2328-dd97-1aa5-66b3-4784a47d5ce8-e3074b83 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-_05fb2328-dd97-1aa5-66b3-4784a47d5cf3-e3074b83 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a9831be7-bc72-209b-2a75-24feb0224da5-e3074b83 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-a9831be7-bc72-209b-2a75-24feb0224db0-e3074b83 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f36c5a19-56aa-9851-8669-f42fab876e3e-e3074b83 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f36c5a19-56aa-9851-8669-f42fab876e5e-e3074b83 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_79ecc01d-3e6b-d0ac-0b26-f319656f025d-a6074b86 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-_79ecc01d-3e6b-d0ac-0b26-f319656f0268-a6074b86 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d8edbd10-5ef4-e2c5-2e6f-a73b7f128aef-a6074b86 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-d8edbd10-5ef4-e2c5-2e6f-a73b7f128afa-a6074b86 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_32737ae6-e890-3653-ec0d-8966b4eeca8b-a6074b86 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-_32737ae6-e890-3653-ec0d-8966b4eeca96-a6074b86 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1c84df05-6683-d047-0d59-4d1ce119ab86-a6074b86 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1c84df05-6683-d047-0d59-4d1ce119aba6-a6074b86 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_64169da2-3cec-02be-5c85-a9e7b16f5dd1-31074b87 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_64169da2-3cec-02be-5c85-a9e7b16f5df1-31074b87 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f012b0fa-a9e2-bd23-48ea-7fa4b0de76af-abcd1208 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f012b0fa-a9e2-bd23-48ea-7fa4b0de76cf-abcd1208 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-cb1e8a0b-98ca-d81b-dd2b-4503835170aa-a32ec601 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-cb1e8a0b-98ca-d81b-dd2b-4503835170ca-a32ec601 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_13285f03-367a-0fd7-1489-d88fa2206505-c9fae799 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_13285f03-367a-0fd7-1489-d88fa2206525-c9fae799 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f2847006-ebc3-3b1e-5b39-9ca4976ffb54-58074aac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-f2847006-ebc3-3b1e-5b39-9ca4976ffb74-58074aac {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-d58624e1-62ad-bab4-7d6e-e7cab7ab8f85-26074abc {
    -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-_37ab8c12-4cb5-3e7e-e54d-3877bc1a136f-26074abc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_37ab8c12-4cb5-3e7e-e54d-3877bc1a138f-26074abc {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-d0ece9f7-4061-a193-9e01-0e66f7bea520-6c074ac7 {
    -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-b5d27361-ba62-b8fa-d356-5ad280304afb-90074acc {
    -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-dd50143b-3c77-f746-f293-ac4092462319-90074acc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-dd50143b-3c77-f746-f293-ac4092462339-90074acc {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-f38a7661-c604-7d46-7b88-3245517b1c64-ac074acd {
    -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-_6178ea59-a6af-8eeb-e35e-387aff1151e4-ac074acd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_6178ea59-a6af-8eeb-e35e-387aff115204-ac074acd {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-a0fe82a9-e101-35cf-2908-c70c31369e66-fe074ad0 {
    -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-_1cf4c987-6392-40cb-0a90-c69a77eae353-fe074ad0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_1cf4c987-6392-40cb-0a90-c69a77eae373-fe074ad0 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-b44505c4-040f-66e2-94d4-1aeaec447ada-bb074ad1 {
    -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-bb764335-b8a1-b938-5806-65991a6b799e-bb074ad1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-bb764335-b8a1-b938-5806-65991a6b79be-bb074ad1 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_605a8e54-e536-bcfe-135a-577b9ac1a244-46074ad2 {
    -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-_40256c0b-d210-f197-228a-550f869bec5f-46074ad2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_40256c0b-d210-f197-228a-550f869bec7f-46074ad2 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_629d3d4c-2ec8-041c-5549-39a461a0c37c-df074aec {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_629d3d4c-2ec8-041c-5549-39a461a0c39c-df074aec {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8add37c6-6fd1-da47-791a-64513f2bb33f-73074aff {
    -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-f2bf94c7-151f-8795-88eb-5c52e3161289-73074aff {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-f2bf94c7-151f-8795-88eb-5c52e31612a9-73074aff {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_2ad3487a-cce9-e594-daa5-1130be3a93e9-dd074b02 {
    -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-_4ed8877f-c8ab-13b4-fedc-266a5206eb54-dd074b02 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_4ed8877f-c8ab-13b4-fedc-266a5206eb74-dd074b02 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-a0fe82a9-e101-35cf-2908-c70c31369e66-7d074b05 {
    -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-_5b1d42a4-8c2c-0ad8-323f-59be242a24b5-7d074b05 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_5b1d42a4-8c2c-0ad8-323f-59be242a24d5-7d074b05 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-a0fe82a9-e101-35cf-2908-c70c31369e66-29074b06 {
    -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-ffb53b00-b684-4a90-aa8f-8c2988ee6922-29074b06 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-ffb53b00-b684-4a90-aa8f-8c2988ee6942-29074b06 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-a0fe82a9-e101-35cf-2908-c70c31369e66-1e074b07 {
    -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-fae0979f-2839-6c4f-31b5-440703f3a69b-1e074b07 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-fae0979f-2839-6c4f-31b5-440703f3a6bb-1e074b07 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8add37c6-6fd1-da47-791a-64513f2bb33f-4a074b08 {
    -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-_3176101e-bac8-213f-6cf2-3d0c5947758e-4a074b08 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_3176101e-bac8-213f-6cf2-3d0c594775ae-4a074b08 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8add37c6-6fd1-da47-791a-64513f2bb33f-a7074b09 {
    -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-_97561a32-d86f-e665-0595-371cae03c388-a7074b09 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_97561a32-d86f-e665-0595-371cae03c3a8-a7074b09 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8add37c6-6fd1-da47-791a-64513f2bb33f-4b074b0a {
    -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-_804c60af-4ef3-57d6-b7fc-ef1c36d2e6ae-4b074b0a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_804c60af-4ef3-57d6-b7fc-ef1c36d2e6ce-4b074b0a {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8add37c6-6fd1-da47-791a-64513f2bb33f-88074b0b {
    -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-_27f6b00c-d3d6-ccfc-8dab-f3bf03071533-88074b0b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_27f6b00c-d3d6-ccfc-8dab-f3bf03071553-88074b0b {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8add37c6-6fd1-da47-791a-64513f2bb33f-9b074b0d {
    -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-_25943010-4ec4-d009-a457-edf4dd3d0688-9b074b0d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_25943010-4ec4-d009-a457-edf4dd3d06a8-9b074b0d {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8add37c6-6fd1-da47-791a-64513f2bb33f-39074b0e {
    -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-_861472e6-95a3-ebe7-7ab5-fe4f44ac38e9-39074b0e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_861472e6-95a3-ebe7-7ab5-fe4f44ac3909-39074b0e {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8add37c6-6fd1-da47-791a-64513f2bb33f-ba074b11 {
    -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-eac807f7-fd80-de14-63f4-013f49efdc4b-ba074b11 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-eac807f7-fd80-de14-63f4-013f49efdc6b-ba074b11 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8add37c6-6fd1-da47-791a-64513f2bb33f-ed074b25 {
    -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-_1631cd9f-8d8e-8818-feac-5b9fe95b2413-ed074b25 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_1631cd9f-8d8e-8818-feac-5b9fe95b2433-ed074b25 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8add37c6-6fd1-da47-791a-64513f2bb33f-77074b38 {
    -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-_3231440e-739e-5c8b-f3c9-86990e149bfd-77074b38 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_3231440e-739e-5c8b-f3c9-86990e149c1d-77074b38 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8add37c6-6fd1-da47-791a-64513f2bb33f-59074b4b {
    -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-b63a0dd8-e903-90c4-62a6-5f60805aad2c-59074b4b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-b63a0dd8-e903-90c4-62a6-5f60805aad4c-59074b4b {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8add37c6-6fd1-da47-791a-64513f2bb33f-cb074b4e {
    -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-_7d2818a7-fb09-54d3-3e27-922339c854d5-cb074b4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_7d2818a7-fb09-54d3-3e27-922339c854f5-cb074b4e {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8add37c6-6fd1-da47-791a-64513f2bb33f-b4074b4f {
    -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-fe703bc7-27de-edf2-1a67-87583564b6a1-b4074b4f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-fe703bc7-27de-edf2-1a67-87583564b6c1-b4074b4f {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8add37c6-6fd1-da47-791a-64513f2bb33f-97074b50 {
    -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-_69028831-76ed-6723-aae7-4bbd6e4727f2-97074b50 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_69028831-76ed-6723-aae7-4bbd6e472812-97074b50 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-a0fe82a9-e101-35cf-2908-c70c31369e66-12074b51 {
    -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-_0ddae763-496f-558e-66db-5d932ddd9e54-12074b51 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_0ddae763-496f-558e-66db-5d932ddd9e74-12074b51 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-a0fe82a9-e101-35cf-2908-c70c31369e66-2f074b52 {
    -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-_6c9a95ad-3dd3-5073-8b36-53d2e154e28b-2f074b52 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_6c9a95ad-3dd3-5073-8b36-53d2e154e2ab-2f074b52 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8add37c6-6fd1-da47-791a-64513f2bb33f-76074b54 {
    -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-_9bcbcc6d-ba4b-ca02-e533-615927a5e086-76074b54 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_9bcbcc6d-ba4b-ca02-e533-615927a5e0a6-76074b54 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-d58624e1-62ad-bab4-7d6e-e7cab7ab8f85-c2074b55 {
    -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-f97f0f7b-81f8-f184-f474-f3dfc0e59730-c2074b55 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-f97f0f7b-81f8-f184-f474-f3dfc0e59750-c2074b55 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_04d9eb83-4a72-44d0-2024-b602d40ea6ce-03074b56 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_04d9eb83-4a72-44d0-2024-b602d40ea6ee-03074b56 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-f38a7661-c604-7d46-7b88-3245517b1c64-95074b57 {
    -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-_000c1aef-514c-e489-dc9d-2799c32853de-95074b57 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_000c1aef-514c-e489-dc9d-2799c3285409-95074b57 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-cdbb08c5-f96b-373b-e077-a6c7c9c28eb3-95074b57 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-cdbb08c5-f96b-373b-e077-a6c7c9c28ed3-95074b57 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8add37c6-6fd1-da47-791a-64513f2bb33f-f2074b58 {
    -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-c8fe0473-f0fe-92af-daf2-1013d399ec93-f2074b58 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-c8fe0473-f0fe-92af-daf2-1013d399ecb3-f2074b58 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8add37c6-6fd1-da47-791a-64513f2bb33f-d7074b59 {
    -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-_7936aaef-6fbd-0608-d0af-9db70e91cc39-d7074b59 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_7936aaef-6fbd-0608-d0af-9db70e91cc59-d7074b59 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-aaff95f4-1637-73ec-0762-c02ce5209667-90074b5b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-aaff95f4-1637-73ec-0762-c02ce5209687-90074b5b {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-a0fe82a9-e101-35cf-2908-c70c31369e66-5c074b5d {
    -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-a8466f92-1848-a4ef-9850-9472f0723afc-5c074b5d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-a8466f92-1848-a4ef-9850-9472f0723b1c-5c074b5d {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-a0fe82a9-e101-35cf-2908-c70c31369e66-a5074b71 {
    -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-_7f15b2ce-764c-82cc-11df-40f0e43fc37c-a5074b71 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_7f15b2ce-764c-82cc-11df-40f0e43fc39c-a5074b71 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-a0fe82a9-e101-35cf-2908-c70c31369e66-98074b76 {
    -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-e49dd75d-ff48-6977-200a-4f7da87999e3-98074b76 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-e49dd75d-ff48-6977-200a-4f7da8799a03-98074b76 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-a0fe82a9-e101-35cf-2908-c70c31369e66-c4074b77 {
    -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-c68eca11-2fb4-7228-3d69-bd47c447e0a1-c4074b77 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-c68eca11-2fb4-7228-3d69-bd47c447e0c1-c4074b77 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-a0fe82a9-e101-35cf-2908-c70c31369e66-51074b78 {
    -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-_188a6b54-5440-868c-6389-dd335e17a248-51074b78 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_188a6b54-5440-868c-6389-dd335e17a268-51074b78 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-a0fe82a9-e101-35cf-2908-c70c31369e66-7d074b79 {
    -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-_8f2201f2-e582-547c-1c1a-2b35ae6c89be-7d074b79 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_8f2201f2-e582-547c-1c1a-2b35ae6c89de-7d074b79 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8add37c6-6fd1-da47-791a-64513f2bb33f-d4074b7a {
    -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-_7e0e37ad-5197-d102-ecb6-11926860d380-d4074b7a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_7e0e37ad-5197-d102-ecb6-11926860d3a0-d4074b7a {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-b44505c4-040f-66e2-94d4-1aeaec447ada-3d074b7b {
    -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-_8d418c94-689e-ec46-c4fc-079b564943dc-3d074b7b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_8d418c94-689e-ec46-c4fc-079b564943fc-3d074b7b {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-b5d27361-ba62-b8fa-d356-5ad280304afb-30074b7c {
    -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-f7a9b00d-b386-ecc3-3aa2-ec0517b79b8f-30074b7c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-f7a9b00d-b386-ecc3-3aa2-ec0517b79baf-30074b7c {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8add37c6-6fd1-da47-791a-64513f2bb33f-41074b7d {
    -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-e1a9b606-f018-d01b-f25d-caa92261a091-41074b7d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-e1a9b606-f018-d01b-f25d-caa92261a0b1-41074b7d {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_2ad3487a-cce9-e594-daa5-1130be3a93e9-63074b7e {
    -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-_3cf5ddcc-e572-276f-8eff-42472b0cf840-63074b7e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_3cf5ddcc-e572-276f-8eff-42472b0cf860-63074b7e {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_2ad3487a-cce9-e594-daa5-1130be3a93e9-1a074b7f {
    -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-_56865c90-3009-0c72-c26c-2944bfc94834-1a074b7f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_56865c90-3009-0c72-c26c-2944bfc94854-1a074b7f {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_2ad3487a-cce9-e594-daa5-1130be3a93e9-9a074b80 {
    -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-_22cc8fb1-2d42-1260-7160-a457106077e1-9a074b80 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_22cc8fb1-2d42-1260-7160-a45710607801-9a074b80 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_8696cfb4-886e-3dc9-936a-b15b9a220d47-26074b82 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_8696cfb4-886e-3dc9-936a-b15b9a220d67-26074b82 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_092f45a3-a346-c407-de59-849c945e16e1-e3074b83 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_092f45a3-a346-c407-de59-849c945e16ee-e3074b83 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_05fb2328-dd97-1aa5-66b3-4784a47d5ce8-e3074b83 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_05fb2328-dd97-1aa5-66b3-4784a47d5cf3-e3074b83 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-a9831be7-bc72-209b-2a75-24feb0224da5-e3074b83 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-a9831be7-bc72-209b-2a75-24feb0224db0-e3074b83 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-f36c5a19-56aa-9851-8669-f42fab876e3e-e3074b83 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-f36c5a19-56aa-9851-8669-f42fab876e5e-e3074b83 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_79ecc01d-3e6b-d0ac-0b26-f319656f025d-a6074b86 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_79ecc01d-3e6b-d0ac-0b26-f319656f0268-a6074b86 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-d8edbd10-5ef4-e2c5-2e6f-a73b7f128aef-a6074b86 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-d8edbd10-5ef4-e2c5-2e6f-a73b7f128afa-a6074b86 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_32737ae6-e890-3653-ec0d-8966b4eeca8b-a6074b86 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_32737ae6-e890-3653-ec0d-8966b4eeca96-a6074b86 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_1c84df05-6683-d047-0d59-4d1ce119ab86-a6074b86 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_1c84df05-6683-d047-0d59-4d1ce119aba6-a6074b86 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_64169da2-3cec-02be-5c85-a9e7b16f5dd1-31074b87 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_64169da2-3cec-02be-5c85-a9e7b16f5df1-31074b87 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-f012b0fa-a9e2-bd23-48ea-7fa4b0de76af-abcd1208 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-f012b0fa-a9e2-bd23-48ea-7fa4b0de76cf-abcd1208 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-cb1e8a0b-98ca-d81b-dd2b-4503835170aa-a32ec601 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-cb1e8a0b-98ca-d81b-dd2b-4503835170ca-a32ec601 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_13285f03-367a-0fd7-1489-d88fa2206505-c9fae799 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_13285f03-367a-0fd7-1489-d88fa2206525-c9fae799 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f2847006-ebc3-3b1e-5b39-9ca4976ffb54-58074aac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-f2847006-ebc3-3b1e-5b39-9ca4976ffb5b-58074aac {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f2847006-ebc3-3b1e-5b39-9ca4976ffb62-58074aac {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f2847006-ebc3-3b1e-5b39-9ca4976ffb6b-58074aac {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f2847006-ebc3-3b1e-5b39-9ca4976ffb74-58074aac {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_37ab8c12-4cb5-3e7e-e54d-3877bc1a136f-26074abc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_37ab8c12-4cb5-3e7e-e54d-3877bc1a1376-26074abc {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_37ab8c12-4cb5-3e7e-e54d-3877bc1a137f-26074abc {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_37ab8c12-4cb5-3e7e-e54d-3877bc1a1388-26074abc {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_37ab8c12-4cb5-3e7e-e54d-3877bc1a138f-26074abc {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-dd50143b-3c77-f746-f293-ac4092462319-90074acc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-dd50143b-3c77-f746-f293-ac4092462320-90074acc {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-dd50143b-3c77-f746-f293-ac4092462327-90074acc {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-dd50143b-3c77-f746-f293-ac4092462330-90074acc {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-dd50143b-3c77-f746-f293-ac4092462339-90074acc {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_6178ea59-a6af-8eeb-e35e-387aff1151e4-ac074acd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_6178ea59-a6af-8eeb-e35e-387aff1151eb-ac074acd {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6178ea59-a6af-8eeb-e35e-387aff1151f2-ac074acd {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6178ea59-a6af-8eeb-e35e-387aff1151fb-ac074acd {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6178ea59-a6af-8eeb-e35e-387aff115204-ac074acd {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_1cf4c987-6392-40cb-0a90-c69a77eae353-fe074ad0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_1cf4c987-6392-40cb-0a90-c69a77eae35a-fe074ad0 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1cf4c987-6392-40cb-0a90-c69a77eae361-fe074ad0 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1cf4c987-6392-40cb-0a90-c69a77eae36a-fe074ad0 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1cf4c987-6392-40cb-0a90-c69a77eae373-fe074ad0 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-bb764335-b8a1-b938-5806-65991a6b799e-bb074ad1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-bb764335-b8a1-b938-5806-65991a6b79a5-bb074ad1 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-bb764335-b8a1-b938-5806-65991a6b79ac-bb074ad1 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-bb764335-b8a1-b938-5806-65991a6b79b5-bb074ad1 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-bb764335-b8a1-b938-5806-65991a6b79be-bb074ad1 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_40256c0b-d210-f197-228a-550f869bec5f-46074ad2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_40256c0b-d210-f197-228a-550f869bec66-46074ad2 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_40256c0b-d210-f197-228a-550f869bec6d-46074ad2 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_40256c0b-d210-f197-228a-550f869bec76-46074ad2 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_40256c0b-d210-f197-228a-550f869bec7f-46074ad2 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_629d3d4c-2ec8-041c-5549-39a461a0c37c-df074aec {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_629d3d4c-2ec8-041c-5549-39a461a0c383-df074aec {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_629d3d4c-2ec8-041c-5549-39a461a0c38a-df074aec {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_629d3d4c-2ec8-041c-5549-39a461a0c393-df074aec {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_629d3d4c-2ec8-041c-5549-39a461a0c39c-df074aec {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-f2bf94c7-151f-8795-88eb-5c52e3161289-73074aff {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-f2bf94c7-151f-8795-88eb-5c52e3161290-73074aff {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f2bf94c7-151f-8795-88eb-5c52e3161297-73074aff {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f2bf94c7-151f-8795-88eb-5c52e31612a0-73074aff {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f2bf94c7-151f-8795-88eb-5c52e31612a9-73074aff {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_4ed8877f-c8ab-13b4-fedc-266a5206eb54-dd074b02 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_4ed8877f-c8ab-13b4-fedc-266a5206eb5b-dd074b02 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4ed8877f-c8ab-13b4-fedc-266a5206eb62-dd074b02 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4ed8877f-c8ab-13b4-fedc-266a5206eb6b-dd074b02 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4ed8877f-c8ab-13b4-fedc-266a5206eb74-dd074b02 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_5b1d42a4-8c2c-0ad8-323f-59be242a24b5-7d074b05 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_5b1d42a4-8c2c-0ad8-323f-59be242a24bc-7d074b05 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5b1d42a4-8c2c-0ad8-323f-59be242a24c3-7d074b05 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5b1d42a4-8c2c-0ad8-323f-59be242a24cc-7d074b05 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5b1d42a4-8c2c-0ad8-323f-59be242a24d5-7d074b05 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-ffb53b00-b684-4a90-aa8f-8c2988ee6922-29074b06 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-ffb53b00-b684-4a90-aa8f-8c2988ee6929-29074b06 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ffb53b00-b684-4a90-aa8f-8c2988ee6930-29074b06 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ffb53b00-b684-4a90-aa8f-8c2988ee6939-29074b06 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ffb53b00-b684-4a90-aa8f-8c2988ee6942-29074b06 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-fae0979f-2839-6c4f-31b5-440703f3a69b-1e074b07 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-fae0979f-2839-6c4f-31b5-440703f3a6a2-1e074b07 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-fae0979f-2839-6c4f-31b5-440703f3a6a9-1e074b07 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-fae0979f-2839-6c4f-31b5-440703f3a6b2-1e074b07 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-fae0979f-2839-6c4f-31b5-440703f3a6bb-1e074b07 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_3176101e-bac8-213f-6cf2-3d0c5947758e-4a074b08 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_3176101e-bac8-213f-6cf2-3d0c59477595-4a074b08 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3176101e-bac8-213f-6cf2-3d0c5947759c-4a074b08 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3176101e-bac8-213f-6cf2-3d0c594775a5-4a074b08 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3176101e-bac8-213f-6cf2-3d0c594775ae-4a074b08 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_97561a32-d86f-e665-0595-371cae03c388-a7074b09 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_97561a32-d86f-e665-0595-371cae03c38f-a7074b09 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_97561a32-d86f-e665-0595-371cae03c396-a7074b09 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_97561a32-d86f-e665-0595-371cae03c39f-a7074b09 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_97561a32-d86f-e665-0595-371cae03c3a8-a7074b09 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_804c60af-4ef3-57d6-b7fc-ef1c36d2e6ae-4b074b0a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_804c60af-4ef3-57d6-b7fc-ef1c36d2e6b5-4b074b0a {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_804c60af-4ef3-57d6-b7fc-ef1c36d2e6bc-4b074b0a {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_804c60af-4ef3-57d6-b7fc-ef1c36d2e6c5-4b074b0a {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_804c60af-4ef3-57d6-b7fc-ef1c36d2e6ce-4b074b0a {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_27f6b00c-d3d6-ccfc-8dab-f3bf03071533-88074b0b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_27f6b00c-d3d6-ccfc-8dab-f3bf0307153a-88074b0b {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_27f6b00c-d3d6-ccfc-8dab-f3bf03071541-88074b0b {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_27f6b00c-d3d6-ccfc-8dab-f3bf0307154a-88074b0b {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_27f6b00c-d3d6-ccfc-8dab-f3bf03071553-88074b0b {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_25943010-4ec4-d009-a457-edf4dd3d0688-9b074b0d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_25943010-4ec4-d009-a457-edf4dd3d068f-9b074b0d {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_25943010-4ec4-d009-a457-edf4dd3d0696-9b074b0d {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_25943010-4ec4-d009-a457-edf4dd3d069f-9b074b0d {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_25943010-4ec4-d009-a457-edf4dd3d06a8-9b074b0d {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_861472e6-95a3-ebe7-7ab5-fe4f44ac38e9-39074b0e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_861472e6-95a3-ebe7-7ab5-fe4f44ac38f0-39074b0e {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_861472e6-95a3-ebe7-7ab5-fe4f44ac38f7-39074b0e {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_861472e6-95a3-ebe7-7ab5-fe4f44ac3900-39074b0e {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_861472e6-95a3-ebe7-7ab5-fe4f44ac3909-39074b0e {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-eac807f7-fd80-de14-63f4-013f49efdc4b-ba074b11 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-eac807f7-fd80-de14-63f4-013f49efdc52-ba074b11 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-eac807f7-fd80-de14-63f4-013f49efdc59-ba074b11 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-eac807f7-fd80-de14-63f4-013f49efdc62-ba074b11 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-eac807f7-fd80-de14-63f4-013f49efdc6b-ba074b11 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_1631cd9f-8d8e-8818-feac-5b9fe95b2413-ed074b25 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_1631cd9f-8d8e-8818-feac-5b9fe95b241a-ed074b25 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1631cd9f-8d8e-8818-feac-5b9fe95b2421-ed074b25 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1631cd9f-8d8e-8818-feac-5b9fe95b242a-ed074b25 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1631cd9f-8d8e-8818-feac-5b9fe95b2433-ed074b25 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_3231440e-739e-5c8b-f3c9-86990e149bfd-77074b38 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_3231440e-739e-5c8b-f3c9-86990e149c04-77074b38 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3231440e-739e-5c8b-f3c9-86990e149c0b-77074b38 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3231440e-739e-5c8b-f3c9-86990e149c14-77074b38 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3231440e-739e-5c8b-f3c9-86990e149c1d-77074b38 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-b63a0dd8-e903-90c4-62a6-5f60805aad2c-59074b4b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-b63a0dd8-e903-90c4-62a6-5f60805aad33-59074b4b {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b63a0dd8-e903-90c4-62a6-5f60805aad3a-59074b4b {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b63a0dd8-e903-90c4-62a6-5f60805aad43-59074b4b {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b63a0dd8-e903-90c4-62a6-5f60805aad4c-59074b4b {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_7d2818a7-fb09-54d3-3e27-922339c854d5-cb074b4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_7d2818a7-fb09-54d3-3e27-922339c854dc-cb074b4e {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7d2818a7-fb09-54d3-3e27-922339c854e3-cb074b4e {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7d2818a7-fb09-54d3-3e27-922339c854ec-cb074b4e {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7d2818a7-fb09-54d3-3e27-922339c854f5-cb074b4e {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-fe703bc7-27de-edf2-1a67-87583564b6a1-b4074b4f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-fe703bc7-27de-edf2-1a67-87583564b6a8-b4074b4f {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-fe703bc7-27de-edf2-1a67-87583564b6af-b4074b4f {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-fe703bc7-27de-edf2-1a67-87583564b6b8-b4074b4f {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-fe703bc7-27de-edf2-1a67-87583564b6c1-b4074b4f {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_69028831-76ed-6723-aae7-4bbd6e4727f2-97074b50 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_69028831-76ed-6723-aae7-4bbd6e4727f9-97074b50 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_69028831-76ed-6723-aae7-4bbd6e472800-97074b50 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_69028831-76ed-6723-aae7-4bbd6e472809-97074b50 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_69028831-76ed-6723-aae7-4bbd6e472812-97074b50 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_0ddae763-496f-558e-66db-5d932ddd9e54-12074b51 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_0ddae763-496f-558e-66db-5d932ddd9e5b-12074b51 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_0ddae763-496f-558e-66db-5d932ddd9e62-12074b51 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_0ddae763-496f-558e-66db-5d932ddd9e6b-12074b51 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_0ddae763-496f-558e-66db-5d932ddd9e74-12074b51 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_6c9a95ad-3dd3-5073-8b36-53d2e154e28b-2f074b52 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_6c9a95ad-3dd3-5073-8b36-53d2e154e292-2f074b52 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6c9a95ad-3dd3-5073-8b36-53d2e154e299-2f074b52 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6c9a95ad-3dd3-5073-8b36-53d2e154e2a2-2f074b52 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6c9a95ad-3dd3-5073-8b36-53d2e154e2ab-2f074b52 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_9bcbcc6d-ba4b-ca02-e533-615927a5e086-76074b54 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_9bcbcc6d-ba4b-ca02-e533-615927a5e08d-76074b54 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9bcbcc6d-ba4b-ca02-e533-615927a5e094-76074b54 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9bcbcc6d-ba4b-ca02-e533-615927a5e09d-76074b54 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9bcbcc6d-ba4b-ca02-e533-615927a5e0a6-76074b54 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-f97f0f7b-81f8-f184-f474-f3dfc0e59730-c2074b55 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-f97f0f7b-81f8-f184-f474-f3dfc0e59737-c2074b55 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f97f0f7b-81f8-f184-f474-f3dfc0e5973e-c2074b55 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f97f0f7b-81f8-f184-f474-f3dfc0e59747-c2074b55 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f97f0f7b-81f8-f184-f474-f3dfc0e59750-c2074b55 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_04d9eb83-4a72-44d0-2024-b602d40ea6ce-03074b56 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_04d9eb83-4a72-44d0-2024-b602d40ea6d5-03074b56 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_04d9eb83-4a72-44d0-2024-b602d40ea6dc-03074b56 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_04d9eb83-4a72-44d0-2024-b602d40ea6e5-03074b56 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_04d9eb83-4a72-44d0-2024-b602d40ea6ee-03074b56 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_000c1aef-514c-e489-dc9d-2799c32853de-95074b57 {
    -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-cdbb08c5-f96b-373b-e077-a6c7c9c28eb3-95074b57 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-cdbb08c5-f96b-373b-e077-a6c7c9c28eba-95074b57 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-cdbb08c5-f96b-373b-e077-a6c7c9c28ec1-95074b57 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-cdbb08c5-f96b-373b-e077-a6c7c9c28eca-95074b57 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-cdbb08c5-f96b-373b-e077-a6c7c9c28ed3-95074b57 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-c8fe0473-f0fe-92af-daf2-1013d399ec93-f2074b58 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-c8fe0473-f0fe-92af-daf2-1013d399ec9a-f2074b58 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c8fe0473-f0fe-92af-daf2-1013d399eca1-f2074b58 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c8fe0473-f0fe-92af-daf2-1013d399ecaa-f2074b58 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c8fe0473-f0fe-92af-daf2-1013d399ecb3-f2074b58 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_7936aaef-6fbd-0608-d0af-9db70e91cc39-d7074b59 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_7936aaef-6fbd-0608-d0af-9db70e91cc40-d7074b59 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7936aaef-6fbd-0608-d0af-9db70e91cc47-d7074b59 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7936aaef-6fbd-0608-d0af-9db70e91cc50-d7074b59 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7936aaef-6fbd-0608-d0af-9db70e91cc59-d7074b59 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-aaff95f4-1637-73ec-0762-c02ce5209667-90074b5b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-aaff95f4-1637-73ec-0762-c02ce520966e-90074b5b {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-aaff95f4-1637-73ec-0762-c02ce5209675-90074b5b {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-aaff95f4-1637-73ec-0762-c02ce520967e-90074b5b {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-aaff95f4-1637-73ec-0762-c02ce5209687-90074b5b {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-a8466f92-1848-a4ef-9850-9472f0723afc-5c074b5d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-a8466f92-1848-a4ef-9850-9472f0723b03-5c074b5d {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a8466f92-1848-a4ef-9850-9472f0723b0a-5c074b5d {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a8466f92-1848-a4ef-9850-9472f0723b13-5c074b5d {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a8466f92-1848-a4ef-9850-9472f0723b1c-5c074b5d {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_7f15b2ce-764c-82cc-11df-40f0e43fc37c-a5074b71 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_7f15b2ce-764c-82cc-11df-40f0e43fc383-a5074b71 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7f15b2ce-764c-82cc-11df-40f0e43fc38a-a5074b71 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7f15b2ce-764c-82cc-11df-40f0e43fc393-a5074b71 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7f15b2ce-764c-82cc-11df-40f0e43fc39c-a5074b71 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-e49dd75d-ff48-6977-200a-4f7da87999e3-98074b76 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-e49dd75d-ff48-6977-200a-4f7da87999ea-98074b76 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e49dd75d-ff48-6977-200a-4f7da87999f1-98074b76 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e49dd75d-ff48-6977-200a-4f7da87999fa-98074b76 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e49dd75d-ff48-6977-200a-4f7da8799a03-98074b76 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-c68eca11-2fb4-7228-3d69-bd47c447e0a1-c4074b77 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-c68eca11-2fb4-7228-3d69-bd47c447e0a8-c4074b77 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c68eca11-2fb4-7228-3d69-bd47c447e0af-c4074b77 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c68eca11-2fb4-7228-3d69-bd47c447e0b8-c4074b77 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c68eca11-2fb4-7228-3d69-bd47c447e0c1-c4074b77 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_188a6b54-5440-868c-6389-dd335e17a248-51074b78 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_188a6b54-5440-868c-6389-dd335e17a24f-51074b78 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_188a6b54-5440-868c-6389-dd335e17a256-51074b78 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_188a6b54-5440-868c-6389-dd335e17a25f-51074b78 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_188a6b54-5440-868c-6389-dd335e17a268-51074b78 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_8f2201f2-e582-547c-1c1a-2b35ae6c89be-7d074b79 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_8f2201f2-e582-547c-1c1a-2b35ae6c89c5-7d074b79 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8f2201f2-e582-547c-1c1a-2b35ae6c89cc-7d074b79 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8f2201f2-e582-547c-1c1a-2b35ae6c89d5-7d074b79 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8f2201f2-e582-547c-1c1a-2b35ae6c89de-7d074b79 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_7e0e37ad-5197-d102-ecb6-11926860d380-d4074b7a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_7e0e37ad-5197-d102-ecb6-11926860d387-d4074b7a {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7e0e37ad-5197-d102-ecb6-11926860d38e-d4074b7a {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7e0e37ad-5197-d102-ecb6-11926860d397-d4074b7a {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7e0e37ad-5197-d102-ecb6-11926860d3a0-d4074b7a {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_8d418c94-689e-ec46-c4fc-079b564943dc-3d074b7b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_8d418c94-689e-ec46-c4fc-079b564943e3-3d074b7b {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8d418c94-689e-ec46-c4fc-079b564943ea-3d074b7b {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8d418c94-689e-ec46-c4fc-079b564943f3-3d074b7b {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8d418c94-689e-ec46-c4fc-079b564943fc-3d074b7b {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-f7a9b00d-b386-ecc3-3aa2-ec0517b79b8f-30074b7c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-f7a9b00d-b386-ecc3-3aa2-ec0517b79b96-30074b7c {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f7a9b00d-b386-ecc3-3aa2-ec0517b79b9d-30074b7c {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f7a9b00d-b386-ecc3-3aa2-ec0517b79ba6-30074b7c {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f7a9b00d-b386-ecc3-3aa2-ec0517b79baf-30074b7c {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-e1a9b606-f018-d01b-f25d-caa92261a091-41074b7d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-e1a9b606-f018-d01b-f25d-caa92261a098-41074b7d {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e1a9b606-f018-d01b-f25d-caa92261a09f-41074b7d {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e1a9b606-f018-d01b-f25d-caa92261a0a8-41074b7d {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e1a9b606-f018-d01b-f25d-caa92261a0b1-41074b7d {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_3cf5ddcc-e572-276f-8eff-42472b0cf840-63074b7e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_3cf5ddcc-e572-276f-8eff-42472b0cf847-63074b7e {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3cf5ddcc-e572-276f-8eff-42472b0cf84e-63074b7e {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3cf5ddcc-e572-276f-8eff-42472b0cf857-63074b7e {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3cf5ddcc-e572-276f-8eff-42472b0cf860-63074b7e {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_56865c90-3009-0c72-c26c-2944bfc94834-1a074b7f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_56865c90-3009-0c72-c26c-2944bfc9483b-1a074b7f {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_56865c90-3009-0c72-c26c-2944bfc94842-1a074b7f {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_56865c90-3009-0c72-c26c-2944bfc9484b-1a074b7f {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_56865c90-3009-0c72-c26c-2944bfc94854-1a074b7f {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_22cc8fb1-2d42-1260-7160-a457106077e1-9a074b80 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_22cc8fb1-2d42-1260-7160-a457106077e8-9a074b80 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_22cc8fb1-2d42-1260-7160-a457106077ef-9a074b80 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_22cc8fb1-2d42-1260-7160-a457106077f8-9a074b80 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_22cc8fb1-2d42-1260-7160-a45710607801-9a074b80 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_8696cfb4-886e-3dc9-936a-b15b9a220d47-26074b82 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_8696cfb4-886e-3dc9-936a-b15b9a220d4e-26074b82 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8696cfb4-886e-3dc9-936a-b15b9a220d55-26074b82 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8696cfb4-886e-3dc9-936a-b15b9a220d5e-26074b82 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8696cfb4-886e-3dc9-936a-b15b9a220d67-26074b82 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_092f45a3-a346-c407-de59-849c945e16e1-e3074b83 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_092f45a3-a346-c407-de59-849c945e16ee-e3074b83 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_05fb2328-dd97-1aa5-66b3-4784a47d5ce8-e3074b83 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_05fb2328-dd97-1aa5-66b3-4784a47d5cf3-e3074b83 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-a9831be7-bc72-209b-2a75-24feb0224da5-e3074b83 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-a9831be7-bc72-209b-2a75-24feb0224db0-e3074b83 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-f36c5a19-56aa-9851-8669-f42fab876e3e-e3074b83 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-f36c5a19-56aa-9851-8669-f42fab876e45-e3074b83 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f36c5a19-56aa-9851-8669-f42fab876e4c-e3074b83 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f36c5a19-56aa-9851-8669-f42fab876e55-e3074b83 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f36c5a19-56aa-9851-8669-f42fab876e5e-e3074b83 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_79ecc01d-3e6b-d0ac-0b26-f319656f025d-a6074b86 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_79ecc01d-3e6b-d0ac-0b26-f319656f0268-a6074b86 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-d8edbd10-5ef4-e2c5-2e6f-a73b7f128aef-a6074b86 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-d8edbd10-5ef4-e2c5-2e6f-a73b7f128afa-a6074b86 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_32737ae6-e890-3653-ec0d-8966b4eeca8b-a6074b86 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_32737ae6-e890-3653-ec0d-8966b4eeca96-a6074b86 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_1c84df05-6683-d047-0d59-4d1ce119ab86-a6074b86 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_1c84df05-6683-d047-0d59-4d1ce119ab8d-a6074b86 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1c84df05-6683-d047-0d59-4d1ce119ab94-a6074b86 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1c84df05-6683-d047-0d59-4d1ce119ab9d-a6074b86 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1c84df05-6683-d047-0d59-4d1ce119aba6-a6074b86 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_64169da2-3cec-02be-5c85-a9e7b16f5dd1-31074b87 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_64169da2-3cec-02be-5c85-a9e7b16f5dd8-31074b87 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_64169da2-3cec-02be-5c85-a9e7b16f5ddf-31074b87 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_64169da2-3cec-02be-5c85-a9e7b16f5de8-31074b87 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_64169da2-3cec-02be-5c85-a9e7b16f5df1-31074b87 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-f012b0fa-a9e2-bd23-48ea-7fa4b0de76af-abcd1208 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-f012b0fa-a9e2-bd23-48ea-7fa4b0de76b6-abcd1208 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f012b0fa-a9e2-bd23-48ea-7fa4b0de76bd-abcd1208 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f012b0fa-a9e2-bd23-48ea-7fa4b0de76c6-abcd1208 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f012b0fa-a9e2-bd23-48ea-7fa4b0de76cf-abcd1208 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-cb1e8a0b-98ca-d81b-dd2b-4503835170aa-a32ec601 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-cb1e8a0b-98ca-d81b-dd2b-4503835170b1-a32ec601 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-cb1e8a0b-98ca-d81b-dd2b-4503835170b8-a32ec601 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-cb1e8a0b-98ca-d81b-dd2b-4503835170c1-a32ec601 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-cb1e8a0b-98ca-d81b-dd2b-4503835170ca-a32ec601 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_13285f03-367a-0fd7-1489-d88fa2206505-c9fae799 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_13285f03-367a-0fd7-1489-d88fa220650c-c9fae799 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_13285f03-367a-0fd7-1489-d88fa2206513-c9fae799 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_13285f03-367a-0fd7-1489-d88fa220651c-c9fae799 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_13285f03-367a-0fd7-1489-d88fa2206525-c9fae799 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circular std';
  src: url('../fonts/Circular-Std-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circular std';
  src: url('../fonts/Circular-Std-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Circular std';
  src: url('../fonts/Circular-Std-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circular std book';
  src: url('../fonts/Circular-Std-Book-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Circular std book';
  src: url('../fonts/Circular-Std-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circular std';
  src: url('../fonts/Circular-Std-Medium-Italic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Circular std';
  src: url('../fonts/Circular-Std-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circular std';
  src: url('../fonts/Circular-Std-Black-Italic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

.section-our-value{
  background-image: url('../images/bg-value.png');
  background-position: 50% 50%;
  background-size: contain;
  padding: 80px 10% 180px;
  background-repeat: no-repeat;
}

.section-our-value img{
  margin-bottom: 64px;
  /* max-width: 80%; */
}

.div-values{
  background: #EAF0F6;
  padding: 32px 24px;
  width: 100%;
  /* max-width: 1100px; */
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.div-values:first-child{
  margin-top: unset;
}

.div-values img{
  margin-bottom: unset;
}

.div-values .div-images{
  width: 100%;
  max-width: 160px;
}

.div-values .div-text{
  padding-left: 40px;
}

.div-values h5, .div-values h4{
  text-align: left;
  /* padding-left: 35px; */
}

.div-values h4{
  font-family: Circular std book;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  margin-top: unset;
  margin-bottom: 14px;
}

.div-values h5{
  font-family: Circular std book;
  font-weight: 450;
  font-size: 18px;
  line-height: 23px;
  color: #2B3D4B;
}

.section-our-value .value-header{
  max-width: 400px;
}

@media screen and (max-width: 1199px){
  .div-values .div-images{
    max-width: 160px;
  }
}

@media screen and (max-width: 991px){
  .div-values .div-images{
    max-width: 100px;
    min-width: 100px;
  }

  .div-values h4{
    font-size: 18px;
    line-height: 20px;
  }

  .div-values h5{
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px){
  .div-values .div-images{
    max-width: 100px;
    min-width: 100px;
  }

  .section-our-value .value-header{
    max-width: 300px;
  }

  .section-our-value{
    padding: 80px 10% 100px;
  }
}

@media screen and (max-width: 575px){
  .section-our-value .value-header{
    max-width: 250px;
  }

  .div-values{
    flex-direction: column;
  }

  .div-text{
    margin-top: 20px;
    padding-left: unset !important;
  }

  .section-our-value {  
      padding: 80px 10% 60px;
  }

  .section-our-value .value-header{
    margin-bottom: 30px;
  }

  .div-values img{
    max-width: 80%;
  }
}

@media screen and (max-width: 479px){
  .section-our-value .heading-freelance {
      max-width: 100%
  }
}