.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-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

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

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

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

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

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

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

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

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

@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: Akzidenzgrotesk, sans-serif;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}

a {
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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-image: url('../images/20200619121816-hWenIY6J.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.container-md {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-info {
  height: auto;
  margin-left: 0%;
}

.heading-hero {
  margin-left: 0%;
  font-family: Akzidenzgrotesk, sans-serif;
  color: #fff;
  font-size: 89px;
  line-height: 100px;
  font-weight: 900;
  letter-spacing: 1px;
}

.hero-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partner-img {
  margin-right: 20px;
}

.partner-img.last {
  margin-right: 0px;
}

.navbar {
  position: fixed;
  top: 0px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
}

.navbar.no-bg {
  border-bottom-style: none;
  background-color: hsla(0, 0%, 100%, 0);
}

.nav-link {
  padding: 0px;
  font-family: Akzidenzgrotesk, sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.link-line {
  position: absolute;
  left: 12px;
  top: auto;
  right: 12px;
  bottom: auto;
  width: auto;
  height: 1px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #fff;
}

.link-line.blue {
  background-color: #1e4164;
}

.nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 8px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link.blue {
  color: #1e4164;
}

.nav-link.no-padding {
  padding: 0px;
}

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

.nav-link-text {
  margin-right: 4px;
  font-family: Akzidenzgrotesk, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link-text.blue {
  color: #1e4164;
}

.language-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 45px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Akzidenzgrotesk, sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.language-link.en.blue {
  color: #1e4164;
}

.language-link.pt {
  display: none;
}

.language-link.pt.blue {
  color: #1e4164;
}

.langauge-line-base {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 1px;
  background-color: transparent;
}

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

.language-dropdown.blue {
  color: #1e4164;
}

.language-toggle {
  padding: 8px 20px 8px 12px;
  color: #fff;
}

.flag-1 {
  display: none;
  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;
}

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

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

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

.language-list.w--open {
  top: 100%;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  padding: 0px 16px;
  -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-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: transparent;
  box-shadow: 18px 18px 45px 19px rgba(79, 94, 120, 0.1);
}

.icon {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon.blue {
  color: #1e4164;
}

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

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

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

.hero-page-section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
  -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;
}

.hero-page-section.v2 {
  position: relative;
  min-height: 700px;
  margin-top: 0px;
  padding-top: 160px;
}

.hero-page-section.v3 {
  position: relative;
  min-height: 700px;
  margin-top: 60px;
  padding-top: 160px;
}

.container-s {
  width: 100%;
  max-width: 816px;
  padding-right: 0px;
  padding-left: 0px;
}

.hero-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 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;
}

.heading-l {
  font-family: 'Akzidenzgrotesk bq', sans-serif;
  color: #1e4164;
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.heading-l.text-white {
  font-family: 'Akzidenzgrotesk bq', sans-serif;
  color: #fff;
}

.heading-l.text-white.center {
  text-align: center;
}

.heading-l._40-mg-btm {
  margin-bottom: 40px;
}

.heading-l.hero {
  font-family: Akzidenzgrotesk, sans-serif;
  font-size: 56px;
  line-height: 72px;
  font-weight: 900;
}

.container-lg {
  display: block;
  width: 100%;
  max-width: 1170px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-lg.middle-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.container-lg.nav {
  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;
}

.text-block {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Akzidenzgrotesk, sans-serif;
  color: #666;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
}

.text-block.hero {
  margin-bottom: 16px;
}

.hero-side-img {
  width: 100%;
  height: 640px;
  background-color: #f1f1f1;
  background-image: url('../images/nathan-dumlao-Hy68BZPwWug-unsplash-min.jpg');
  background-position: 10% 60%;
  background-size: 170%;
}

.cards-section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  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;
  background-color: #fff;
}

.ecommerce-card-wrapper {
  position: relative;
  margin-bottom: 16px;
  padding: 30px;
  background-color: rgba(30, 65, 100, 0);
}

.ecommerce-card-wrapper.light-blue {
  background-color: #f8f9fa;
}

.card-text {
  margin-top: 20px;
  font-family: Akzidenzgrotesk, sans-serif;
  color: #666;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.certified-ap {
  position: static;
  left: auto;
  top: -20%;
  right: 20px;
  bottom: auto;
}

.certified-ap.ap {
  position: absolute;
  left: auto;
  top: -20%;
  right: 20px;
  bottom: auto;
}

.card-title {
  margin-bottom: 16px;
  font-family: Akzidenzgrotesk, sans-serif;
  color: #1e4164;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}

.span-medium {
  font-weight: 500;
}

.link {
  color: #7ecdc3;
}

.contact-cta-section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  background-color: #fff;
}

.card-cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 59px;
  -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: #1e4164;
}

.card-cta-wrapper.orange {
  background-color: #df7314;
}

.contact-text {
  margin-bottom: 24px;
  font-family: Akzidenzgrotesk, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
}

.btn-outline {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 8px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f5f5f5;
  background-color: transparent;
  font-family: Akzidenzgrotesk, sans-serif;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-outline.blue {
  border-color: #1e4164;
}

.btn-label {
  color: #fff;
}

.btn-label.blue {
  color: #1e4164;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.card-whipe {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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;
  background-color: #fff;
}

.card-whipe.blue {
  background-color: #1e4164;
}

.btn-label-ap {
  position: absolute;
  color: #fff;
}

.btn-label-ap.blue {
  z-index: 1;
  color: #1e4164;
}

.btn-label-ap.white {
  z-index: 1;
  color: #fff;
}

.services-section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-color: #fff;
}

._30px-grid {
  margin-top: 40px;
  margin-bottom: 40px;
  grid-column-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.hero-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.9fr 1fr;
  grid-template-columns: 0.9fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.service-wrapper.case-studie-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image {
  margin-right: 12px;
  padding-top: 12px;
}

.service-text {
  font-family: Akzidenzgrotesk, sans-serif;
  color: #666;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
}

.service-text.blue {
  color: #1e4164;
  font-size: 14px;
  font-weight: 500;
}

.text-block-3 {
  font-size: 18px;
  line-height: 32px;
}

.logos-section {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  -webkit-box-pack: center;
  -webkit-justify-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;
}

.logos-section.lightblue {
  position: relative;
  background-color: #f8f9fa;
}

.grid {
  width: 100%;
  margin-top: 0px;
  grid-auto-rows: 70px;
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 70px 70px auto auto;
  grid-template-rows: 70px 70px auto auto;
}

.logo-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-child.ten.hide {
  display: none;
}

.logo-child.twelve.hide {
  display: none;
}

.logo-child.fifteen.hide {
  display: none;
}

.logo-child.sixteen.hide {
  display: none;
}

.process-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  margin-top: 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;
}

.process-text-ap {
  position: absolute;
  display: inline-block;
  font-family: Permanentmarker, sans-serif;
  color: #1e4164;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}

.process-text-ap.one {
  left: 4%;
  top: 9%;
  width: 15%;
}

.process-text-ap.two {
  left: 39%;
  top: 13%;
}

.process-text-ap.three {
  left: auto;
  top: 25%;
  right: 17%;
}

.process-text-ap.four {
  left: auto;
  top: 48%;
  right: 12%;
  width: 24%;
}

.process-text-ap.five {
  left: auto;
  top: 49%;
  right: 58%;
}

.process-text-ap.six {
  left: 2%;
  top: auto;
  right: auto;
  bottom: 22%;
  width: 28%;
}

.process-text-ap.seven {
  left: 31%;
  top: auto;
  right: auto;
  bottom: 3%;
}

.process-text-ap.eight {
  left: auto;
  top: auto;
  right: -3%;
  bottom: 10%;
}

.image-2 {
  position: absolute;
  z-index: -1;
  display: none;
  opacity: 0.35;
}

.arrow {
  position: absolute;
}

.arrow.one {
  position: absolute;
  left: 18%;
  top: 15%;
}

.arrow.one.static {
  position: static;
}

.arrow.two {
  position: absolute;
  left: 57%;
  top: 16%;
}

.arrow.two.static {
  position: static;
}

.arrow.three {
  position: absolute;
  top: 31%;
  right: 10%;
}

.arrow.three.static {
  position: static;
}

.arrow.four {
  top: 42%;
  right: 35%;
}

.arrow.four.static {
  position: static;
}

.arrow.five {
  left: 14%;
  top: 48%;
}

.arrow.five.static {
  position: static;
}

.arrow.six {
  left: 14%;
  top: auto;
  bottom: 6%;
}

.arrow.six.static {
  position: static;
}

.arrow.seven {
  left: auto;
  top: auto;
  right: 27%;
  bottom: 6%;
}

.arrow.seven.static {
  position: static;
}

.img-ap {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
}

.img-ap.bulb {
  left: auto;
  top: 1%;
  right: 42%;
  bottom: auto;
}

.img-ap.stars {
  left: 10%;
  top: 41%;
  right: auto;
  bottom: auto;
}

.img-ap.launch {
  left: auto;
  top: auto;
  right: 40%;
  bottom: 10%;
}

.latest-projects {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-color: #f8f9fa;
}

.latest-wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 540px;
  max-width: 1170px;
  margin-top: 40px;
  margin-bottom: 40px;
  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;
  grid-template-rows: auto;
}

.latest-child {
  width: 100%;
  height: 100%;
}

.latest-child.one {
  background-image: url('../images/one.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.latest-child.two {
  background-image: url('../images/two.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.footer-section {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 130px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.footer-text {
  margin-bottom: 24px;
  font-family: Akzidenzgrotesk, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
}

.text-block-4 {
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.top-footer-content {
  position: static;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 130px;
  -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-divider {
  z-index: 1;
  width: 100%;
  height: 1px;
  margin-bottom: 27px;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.footer-divider.blue {
  background-color: rgba(30, 65, 100, 0.15);
}

.bottom-footer {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  margin-right: 20px;
  color: #fff;
  font-weight: 300;
}

.footer-link.blue {
  color: #1e4164;
}

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

.footer-btm.left {
  margin-bottom: 0px;
}

.footer-btm.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 7px;
  margin-left: 7px;
}

.footer-social-img {
  width: auto;
  height: 100%;
}

.footer-bg-blue {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: 103%;
  border: 0px solid #fff;
  background-color: #1e4164;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.footer-bg-blue:hover {
  border-style: solid;
  border-width: 12px;
  border-color: #fff;
}

.page-wrapper {
  position: relative;
  z-index: 1;
}

.process-section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-hide {
  overflow: hidden;
}

.div-hide.arrow-one {
  position: absolute;
  left: 19%;
  top: 13%;
}

.div-hide.arrow-two {
  position: absolute;
  left: 57%;
  top: 16%;
  width: auto;
  height: auto;
}

.div-hide.arrow-three {
  position: absolute;
  top: 31%;
  right: 10%;
  width: auto;
  height: auto;
}

.div-hide.arrow-four {
  position: absolute;
  top: 42%;
  right: 35%;
  width: auto;
  height: auto;
}

.div-hide.arrow-five {
  position: absolute;
  left: 14%;
  top: 48%;
  width: auto;
  height: auto;
}

.div-hide.arrow-six {
  position: absolute;
  left: 14%;
  bottom: 6%;
  width: auto;
  height: auto;
}

.div-hide.arrow-seven {
  position: absolute;
  right: 27%;
  bottom: 6%;
  width: auto;
  height: auto;
}

.image-3 {
  height: 46px;
}

.image-4 {
  margin-right: 8px;
}

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

.form-block {
  position: relative;
  bottom: 6%;
  margin-bottom: 0px;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.1);
}

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

.hero-logos.hide {
  display: none;
}

.aec {
  margin-left: 20px;
}

.form-input.half-width {
  width: 48%;
}

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

.cards-wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-bg-blue {
  position: absolute;
  left: auto;
  top: 90px;
  right: 30px;
  bottom: 0%;
  z-index: -1;
  width: 41%;
  min-height: auto;
  background-color: rgba(126, 205, 195, 0.2);
}

.hero-bg-blue.orange {
  background-color: rgba(223, 115, 20, 0.15);
}

.hero-bg-blue.no-margin-top.bg-blue {
  background-color: #edf0f3;
}

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

.field-label {
  color: #1e4164;
  font-size: 14px;
  font-weight: 500;
}

.herp-bg-image {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.12);
}

.herp-bg-image.one {
  left: auto;
  top: auto;
  right: 10%;
  bottom: 14%;
  display: none;
}

.herp-bg-image.two {
  left: auto;
  top: auto;
  right: 10%;
  bottom: 51%;
  display: none;
}

.herp-bg-image.three {
  left: auto;
  top: auto;
  right: 10%;
  bottom: 36%;
  display: none;
}

.integrations-section {
  position: static;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  background-color: #fff;
}

.integrations-wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  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;
}

.integration-img {
  height: auto;
  opacity: 1;
}

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

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

.section-title.no-margin.align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-section {
  position: static;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-color: #fff;
}

.grid-2 {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.input-field {
  min-height: 48px;
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.input-field:hover {
  border-color: #1e4164;
}

.input-field::-webkit-input-placeholder {
  color: #999;
}

.input-field:-ms-input-placeholder {
  color: #999;
}

.input-field::-ms-input-placeholder {
  color: #999;
}

.input-field::placeholder {
  color: #999;
}

.submit-button {
  display: block;
  width: 100%;
  min-height: 50px;
  margin-top: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #1e4164;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.submit-button.orange {
  background-color: #df7314;
}

.img-cliente {
  opacity: 0.5;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.img-cliente:hover {
  opacity: 1;
}

.tabs-menu {
  display: none;
}

.slider {
  display: none;
  width: 100%;
  height: auto;
  background-color: transparent;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.icon-2 {
  display: none;
}

.icon-3 {
  display: none;
}

.small-divider {
  width: 15%;
  height: 1px;
  margin-bottom: 0px;
  background-color: #1e4164;
}

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

.key-feature-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Akzidenzgrotesk, sans-serif;
  color: #1e4164;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
}

.key-feature-text.grey {
  color: #666;
}

.case-studies-section {
  position: static;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
  padding-bottom: 140px;
  -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: #f8f9fa;
}

.case-studies-section.orange {
  background-color: rgba(223, 115, 20, 0.05);
}

.case-studie-description {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 32px;
}

.slider-case-studies {
  width: 100%;
  min-height: 500px;
  background-color: transparent;
}

.case-studie-child-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.case-studie-img {
  width: 100%;
  height: auto;
  background-image: url('../images/one.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.case-studie-img.two {
  background-image: url('../images/swig-thumb.jpg');
  background-size: cover;
}

.case-studie-img.two.mobile {
  display: none;
}

.case-studie-img.one {
  display: block;
}

.case-studie-img.one.mobile {
  display: none;
}

.case-studie-img.three {
  display: block;
  background-image: url('../images/Logo_Apresentacao.jpg');
}

.case-studie-img.three.mobile {
  display: none;
}

.left-arrow-2 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 3%;
  height: 10%;
}

.right-arrow-2 {
  left: 3.5%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 3%;
  height: 10%;
}

.slide-nav-2 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  width: 10%;
  -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;
}

.footer-small-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-5 {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.slide {
  margin-right: 30px;
}

.check {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 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: 20px;
  background-color: #1e4164;
}

.image-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.heading-m {
  font-family: 'Akzidenzgrotesk bq', sans-serif;
  color: #1e4164;
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.grid-2-rows {
  width: 100%;
  margin-top: 0px;
  grid-auto-rows: 70px;
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 70px 70px;
  grid-template-rows: 70px 70px;
}

.checkbox-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.checkbox-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.checkbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-width: 1px;
  border-color: #e5e5e5;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.checkbox:hover {
  border-color: #1e4164;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.32);
}

.checkbox.w--redirected-checked {
  border-color: #1e4164;
  background-color: rgba(30, 65, 100, 0.06);
  background-image: none;
  color: #1e4164;
}

.checkbox-label {
  position: relative;
  z-index: 0;
  color: #666;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.checkbox-label:active {
  color: #1e4164;
}

.italic-span {
  margin-top: 16px;
  margin-bottom: 5px;
  margin-left: 5px;
  color: #666;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
}

.text-span-2 {
  color: #666;
  font-size: 12px;
  font-weight: 400;
}

.checkbox-wrapper {
  margin-bottom: 16px;
  padding-right: 12px;
  padding-left: 12px;
}

.grid-3-rows {
  width: 100%;
  margin-top: 0px;
  grid-auto-rows: 70px;
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 70px 70px auto;
  grid-template-rows: 70px 70px auto;
}

.living-tours-section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  margin-top: 80px;
  margin-bottom: 20px;
  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;
  background-color: #fff;
}

.living-tours-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.7fr 1fr;
  grid-template-columns: 0.7fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.living-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bg-light-blue {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 45%;
  height: 100%;
  background-color: #edf0f3;
}

.img-living-tours-ap {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  width: 55%;
}

.img-living-tours-ap.mobile {
  display: none;
}

.key-features-wrapper {
  margin-bottom: 10px;
}

.form-bg-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.navbar-translucent {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding: 0px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-new.flex-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.container-new.flex-horizontal.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-new._100-height {
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container-new.rel {
  position: relative;
  z-index: 2;
}

.cta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 36px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #ccdef0;
  color: #1e4164;
  font-size: 16px;
  font-weight: 400;
}

.cta.default {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cta.default.soft {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.cta.default.soft:hover {
  background-color: #c3d4e6;
}

.cta.default.soft.hide {
  display: none;
}

.cta.default.primary {
  overflow: hidden;
  background-color: #1e4164;
  color: #fff;
}

.cta.default.primary.hide {
  display: none;
}

.cta.default.primary.hide.w--current {
  display: none;
}

.cta.big {
  min-height: 48px;
  padding: 12px 24px;
}

.cta.big.primary {
  overflow: hidden;
  background-color: #1e4164;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
}

.cta.big.primary:hover {
  background-color: #31567c;
}

.cta.big.primary.hide {
  display: none;
}

.cta.big.ghost {
  min-height: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #1e4164;
}

.cta.big.ghost.white {
  color: #fff;
}

.cta.big.ghost.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.icon-cta {
  width: 24px;
  height: 24px;
  margin-left: 4px;
}

.icon-cta._2 {
  position: relative;
  z-index: 10;
  margin-left: 6px;
}

.logo-primariu-lp {
  height: 28px;
}

.cta-text {
  position: relative;
  z-index: 10;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.hero-section-lp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 600px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-space-between {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  min-height: 80%;
  -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: 12px;
  grid-row-gap: 16px;
  -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;
}

.image-bo-white {
  position: absolute;
  left: auto;
  top: auto;
  right: -4%;
  bottom: 0%;
  width: 60%;
  height: 83%;
  background-image: url('../images/img-dashboard-white-2.png');
  background-position: 0% 15%;
  background-size: auto 113%;
  background-repeat: no-repeat;
}

.image-bo-white.form-cta {
  right: -10%;
  width: 65%;
  height: 90%;
  background-position: 0% 0%;
  background-size: auto 112%;
}

.image-bo-white.form-cta.hide {
  display: none;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 42px;
  line-height: 56px;
  font-weight: 600;
}

.hero-content-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 24px;
}

.cta-group {
  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;
  grid-column-gap: 24px;
}

.hero-bg-animation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.circle-light-blue {
  position: absolute;
  left: -15%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  background-color: #caf4fd;
}

.circle-pink {
  position: absolute;
  left: 30%;
  top: auto;
  right: auto;
  bottom: -20%;
  z-index: -1;
  width: 50rem;
  height: 32rem;
  border-radius: 50%;
  background-color: #f4dffb;
}

.circle-blue {
  position: absolute;
  left: 50%;
  top: -40%;
  right: auto;
  bottom: auto;
  width: 35rem;
  height: 30rem;
  border-radius: 50%;
  background-color: #dcecfc;
}

.hero-divider {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 75px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 249, 252, 0)), to(#f7f9fc));
  background-image: linear-gradient(180deg, rgba(247, 249, 252, 0), #f7f9fc);
}

.hero-divider.hide {
  display: none;
}

.partners-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partner-text {
  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;
  grid-row-gap: 2px;
}

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

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

.tabs-menu {
  display: block;
  width: 100%;
}

.tabs-menu.rel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tabs-content {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.tabs-content.flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-menu-item {
  position: static;
  width: 33%;
  padding: 12px 30px 0px 0px;
  border-top: 2px solid #eee;
  background-color: transparent;
}

.tab-menu-item.w--current {
  background-color: transparent;
}

.tab-menu-item.inline-mobile {
  position: static;
  display: inline-block;
}

.active-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 33%;
  height: 2px;
  background-color: #1e4164;
}

.tab-content-title {
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.tab-content-descritption {
  font-family: Inter, sans-serif;
  color: #666;
  line-height: 22px;
  font-weight: 500;
}

.partners-text {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

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

.img-tab-child-01 {
  position: relative;
  z-index: 5;
  overflow: hidden;
  width: 65%;
  border: 2px solid #eee;
  border-radius: 20px;
  box-shadow: 0 7px 45px 0 rgba(0, 0, 0, 0.12);
}

.img-tab-child-01.ap-01 {
  position: absolute;
  z-index: 4;
}

.img-tab-child-01.ap-02 {
  position: absolute;
  z-index: 3;
  box-shadow: 0 7px 46px 0 rgba(0, 0, 0, 0.12);
}

.img-tab-child-01.default {
  box-shadow: none;
}

.lottie-animation {
  position: absolute;
  left: 32%;
  bottom: 5%;
  width: 50%;
  height: 100%;
}

.partner-logo {
  width: 18%;
}

.image-8 {
  width: 20%;
  margin-top: 10px;
}

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

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

.split-grid {
  width: 100%;
  padding-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.spacer {
  display: block;
}

.split-img-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-img-wrapper.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.split-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;
  grid-row-gap: 24px;
}

.split-content.crypto {
  margin-top: 0px;
}

.split-title {
  width: 80%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 2.2em;
  line-height: 1.3;
  font-weight: 500;
}

.split-title._100 {
  width: 100%;
}

.split-text {
  width: 90%;
  font-size: 17px;
  line-height: 24px;
}

.lottie-animation-2 {
  width: 100%;
  height: 100%;
}

.lottie-card {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 145px;
  height: 145px;
  -webkit-box-pack: center;
  -webkit-justify-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: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.lottie-card.ap-01 {
  right: -4%;
  bottom: 10%;
}

.lottie-card.ap-02 {
  left: 4%;
  top: 15%;
}

.lottie-bg-card {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 70%;
  -webkit-box-pack: center;
  -webkit-justify-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: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.lottie-bg-card.bg-img {
  width: 103%;
  height: auto;
}

.lottie-animation-3 {
  width: 90%;
}

.crypto-card {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 250px;
  height: 130px;
  padding: 16px;
  -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-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.crypto-card.ap-03 {
  top: 20%;
  right: -2%;
}

.crypto-card.ap-04 {
  right: 9%;
  bottom: 2%;
}

.crypto-card.ap-05 {
  left: -6%;
  bottom: 27%;
}

.crypto-info-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  grid-column-gap: 8px;
}

.crypto-coin-icon {
  width: 40px;
  height: 40px;
}

.crypto-coin-icon.binance {
  background-image: url('../images/binance-icon.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.crypto-coin-icon.ethereum {
  background-image: url('../images/eathereum-icon.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.crypto-coin-icon.bitcoin {
  background-image: url('../images/bitcoin-icon.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-block-9 {
  font-family: Inter, sans-serif;
  color: #000;
  line-height: 18px;
  font-weight: 500;
}

.text-span-3 {
  color: #999;
  font-size: 10px;
}

.switch-card {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  padding: 16px;
  -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-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.switch-card.ap-07 {
  left: -3%;
  bottom: -5%;
}

.switch-card.ap-08 {
  top: 4%;
  right: -10%;
  width: auto;
}

.switch-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  grid-column-gap: 10px;
}

.image-12 {
  overflow: hidden;
  border: 2px solid #eee;
  border-radius: 10px;
}

.slider-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-2 {
  overflow: hidden;
  width: 100%;
  height: 660px;
  border-radius: 20px;
  font-size: 10px;
}

.slide-nav-3 {
  left: 24px;
  bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 12px;
  padding-top: 0px;
}

.slider-bg-color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.slider-bg-color.winenroute {
  background-image: linear-gradient(135deg, #439e8e 21%, #347a6d);
}

.slider-bg-color.livingtours {
  background-image: linear-gradient(135deg, red, #890303 80%);
}

.slider-child {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 64px;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-text-content {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slider-img {
  width: 80%;
  height: 75%;
  border-style: solid solid none;
  border-width: 4px;
  border-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.slider-img.winenroute {
  background-image: url('../images/slider-img-winenroute-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-img.livingtours {
  background-image: url('../images/slider-img-livingtours-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-title {
  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;
  grid-row-gap: 8px;
}

.slider-project-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 64px;
  font-weight: 600;
}

.slider-subtitle {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.slider-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 16px;
}

.slider-child-text {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.left-arrow-translucent {
  left: 24px;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 40px;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
}

.right-arrow-translucent {
  left: auto;
  top: 0%;
  right: 24px;
  bottom: 0%;
  width: 40px;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
}

.form-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 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;
}

.hero-bg-animation-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.form-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 50vh;
  padding-top: 80px;
  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: 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;
}

.form-grid {
  width: 100%;
  -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;
}

.form-rel-wrapper {
  position: relative;
}

.form-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 12px;
}

.form-subtitle {
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.form-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 2.4em;
  line-height: 1.1;
  font-weight: 600;
}

.form-label {
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #000;
  line-height: 22px;
  font-weight: 600;
}

.form-input-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 4px;
}

.form-row {
  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;
  grid-column-gap: 12px;
}

.form-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 12px;
}

.form-submit-btn {
  display: block;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 4px;
  background-color: #1e4164;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.form-submit-btn:hover {
  background-color: #31567c;
}

.contact-form-lp {
  position: relative;
  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;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.45);
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.textarea-new {
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Inter, sans-serif;
  color: #000;
  line-height: 22px;
  font-weight: 500;
}

.textarea-new:hover {
  border-color: #1e4164;
}

.legal-text-new {
  font-family: Inter, sans-serif;
  font-size: 12px;
  text-align: center;
}

.link-2 {
  color: #666;
  text-decoration: underline;
}

.cloud-plane-form {
  position: absolute;
  left: auto;
  top: -8%;
  right: -3%;
  bottom: auto;
  z-index: 3;
  width: 22%;
}

.cloud-single-form {
  position: absolute;
  left: -12%;
  top: auto;
  right: auto;
  bottom: -2%;
  z-index: 4;
  width: 26%;
}

.form-line {
  position: absolute;
  left: auto;
  top: auto;
  right: -7%;
  bottom: -1%;
  z-index: 0;
  width: 71%;
  opacity: 0.6;
}

.cta-text-small {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.footer-lp-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 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;
  grid-row-gap: 16px;
}

.footer-lp-section._100-width {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 20px;
}

.privacy-policy-footer-link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #666;
  font-size: 14px;
}

.privacy-policy-footer-link:hover {
  color: #1e4164;
}

.footer-logo-lp-img {
  height: 32px;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-row-gap: 16px;
}

.divider {
  min-height: 1px;
  background-color: #eee;
}

.icon-social-footer {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.icon-social-footer.fb {
  background-image: url('../images/fb-blue.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.icon-social-footer.in {
  background-image: url('../images/linkedin-blue.svg');
  background-position: 50% 50%;
  background-size: auto;
}

.icon-social-footer.ig {
  background-image: url('../images/instagram-blue.svg');
  background-position: 50% 50%;
  background-size: auto;
}

.footer-icons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
}

.assinatura-footer-lp {
  font-family: Inter, sans-serif;
  color: #999;
}

.blurred-nav-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: hsla(0, 0%, 100%, 0.6);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.hero-text {
  width: 80%;
  font-size: 18px;
  line-height: 24px;
}

.lottie-animation-4 {
  width: 90%;
}

.graph-ap {
  position: absolute;
  left: -1px;
  top: auto;
  right: 0%;
  bottom: 8px;
  width: 102%;
}

.error-message {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 6px;
  z-index: 0;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 6px;
  background-color: #ffcece;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 13px;
}

.text-block-11 {
  line-height: 16px;
  text-align: center;
}

.form-success {
  width: 90%;
  margin-top: 18px;
  margin-right: auto;
  margin-left: auto;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.success-message {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: transparent;
}

.image-turismo-hero {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  width: 60%;
  height: 83%;
  background-image: url('../images/img-turismo-top-new.png');
  background-position: 0% 15%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-turismo-hero.hide {
  display: none;
}

.div-block-6 {
  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;
  grid-row-gap: 30px;
}

.image-16 {
  width: 30%;
}

.image-16.hide {
  display: none;
}

.switch-48 {
  width: 48px;
}

.sticky {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600vh;
  -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;
}

.tabs-scroll-jack-section-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-bottom: 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;
}

.active-line-mobile {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 33%;
  height: 2px;
  background-color: #1e4164;
}

.active-line-mobile-grey {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 33%;
  height: 2px;
  background-color: #eee;
}

.switch-wrapper {
  width: 48px;
}

.image-17 {
  width: 100%;
}

.hero-cloud-plane {
  position: absolute;
  left: auto;
  top: auto;
  right: 8%;
  bottom: 40%;
  z-index: 5;
  width: 170px;
}

.image-18 {
  width: 100%;
}

.hero-cloud-single {
  position: absolute;
  left: auto;
  top: auto;
  right: 35%;
  bottom: 30%;
  z-index: 2;
  width: 170px;
}

.cta-circle-pink {
  position: absolute;
  left: -50%;
  bottom: -400%;
  z-index: 2;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #ff47ce;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.cta-circle-blue {
  position: absolute;
  right: -120%;
  bottom: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #5ba4f9;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.cta-circle-blue._2 {
  right: -81%;
}

.cta-circle-light-blue {
  position: absolute;
  left: 50%;
  bottom: -300%;
  z-index: 3;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #5bf0f9;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.back-to-top {
  position: fixed;
  right: 12px;
  bottom: 48px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px 4px 12px;
  -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: 4px;
  background-color: #ccdef0;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #1e4164;
}

.back-to-top:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.back-to-top.w--current {
  position: absolute;
  left: auto;
  top: auto;
  right: 12px;
  bottom: 48px;
  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;
}

.btt-arrow {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.btt-wrapper {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  padding: 12px 12px 40px 10px;
  -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;
}

@media screen and (min-width: 1280px) {
  .container-md {
    max-width: 85%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-info {
    margin-left: 8.3%;
  }

  .hero-page-section.v2 {
    padding-top: 120px;
  }

  .hero-page-section.v3 {
    padding-top: 120px;
  }

  .hero-info-wrapper {
    height: auto;
  }

  .container-lg {
    max-width: 85%;
  }

  .hero-grid {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .living-tours-grid {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .living-info-wrapper {
    height: auto;
  }

  .form-wrapper {
    height: auto;
    padding-top: 100px;
  }

  .sticky-2 {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    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;
  }
}

@media screen and (min-width: 1440px) {
  .tabs-scroll-jack-section-sticky {
    top: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section {
    background-position: 50% 50%;
  }

  .container-md {
    top: -3%;
  }

  .navbar {
    z-index: 99;
  }

  .nav-link {
    color: #fff;
  }

  .nav-link-text {
    color: #fff;
  }

  .nav-link-text.blue {
    color: #1e4164;
  }

  .hero-page-section {
    margin-top: 190px;
    background-color: #fff;
  }

  .hero-page-section.v2 {
    height: auto;
    min-height: 800px;
    margin-top: 0px;
    padding-top: 160px;
    -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;
  }

  .hero-page-section.v3 {
    height: auto;
    min-height: 1000px;
    margin-top: 80px;
    padding-top: 160px;
    -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;
  }

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

  .heading-l.hero {
    font-family: Akzidenzgrotesk, sans-serif;
    font-weight: 900;
  }

  .container-lg {
    display: block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .container-lg.middle-flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

  .hero-side-img {
    background-image: url('../images/nathan-dumlao-Hy68BZPwWug-unsplash-min.jpg');
    background-position: 20% 57%;
    background-size: 170%;
  }

  .cards-section {
    background-color: #fff;
  }

  .link.orange {
    color: #df7314;
  }

  .contact-cta-section {
    background-color: #fff;
  }

  .services-section {
    background-color: #fff;
  }

  .hero-grid {
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 120px;
    -ms-grid-columns: 0.75fr 0.9fr;
    grid-template-columns: 0.75fr 0.9fr;
  }

  .logos-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .latest-wrapper {
    max-width: 1630px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .latest-child {
    width: 100%;
    height: 100%;
  }

  .latest-child.one {
    background-image: url('../images/one.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .latest-child.two {
    background-image: url('../images/two.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .footer-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 130px;
    padding-right: 0px;
    padding-bottom: 50px;
    -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-text {
    font-size: 30px;
    line-height: 55px;
  }

  .text-block-4 {
    color: #fff;
    font-weight: 300;
  }

  .top-footer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 130px;
    -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-divider {
    width: 100%;
    height: 1px;
    padding: 0px;
    background-color: hsla(0, 0%, 100%, 0.3);
  }

  .process-section {
    background-color: #fff;
  }

  .form-block {
    bottom: 0%;
    margin-top: 120px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .form-block.ap {
    position: absolute;
    top: 0%;
    right: 8%;
    bottom: auto;
    width: 40%;
    margin-top: 120px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-bg-blue {
    top: 90px;
    width: 45%;
    height: 95%;
  }

  .hero-bg-blue.orange {
    width: 45%;
    min-height: 90%;
    background-color: rgba(223, 115, 20, 0.1);
  }

  .hero-bg-blue.no-margin-top {
    top: 0%;
    height: 100%;
  }

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

  .field-label {
    font-weight: 500;
  }

  .herp-bg-image {
    box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.12);
  }

  .herp-bg-image.one {
    right: 6%;
    bottom: -3%;
    display: block;
  }

  .herp-bg-image.one.lp {
    display: block;
  }

  .herp-bg-image.two {
    left: auto;
    top: 11%;
    right: 47%;
    bottom: 0%;
    display: block;
  }

  .herp-bg-image.two.lp {
    display: block;
  }

  .herp-bg-image.three {
    top: 12%;
    right: 3%;
    bottom: auto;
    display: block;
  }

  .herp-bg-image.three.lp {
    display: block;
  }

  .integrations-section {
    background-color: #fff;
  }

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

  .text-section {
    background-color: #fff;
  }

  .input-field {
    font-size: 16px;
  }

  .submit-button {
    margin-top: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .submit-button:hover {
    background-color: #265380;
  }

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

  .key-feature-text {
    color: #1e4164;
  }

  .case-studie-img.two.mobile {
    display: none;
  }

  .slide {
    margin-right: 50px;
  }

  .checkbox-row {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .checkbox-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    padding: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .checkbox {
    border-color: #e5e5e5;
  }

  .living-tours-section {
    min-height: 80vh;
    background-color: #fff;
  }

  .living-tours-grid {
    height: 100%;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-column-gap: 120px;
    -ms-grid-columns: 0.75fr 0.9fr;
    grid-template-columns: 0.75fr 0.9fr;
    -ms-grid-rows: 0.4fr;
    grid-template-rows: 0.4fr;
  }

  .living-info-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .bg-light-blue {
    width: 40%;
  }

  .img-living-tours-ap {
    top: auto;
    bottom: auto;
    width: 60%;
  }

  .key-features-wrapper {
    margin-bottom: 20px;
  }

  .form-bg-content {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-new {
    max-width: 1440px;
  }

  .container-new._100-height {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .cta {
    font-size: 18px;
  }

  .cta.default {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .cta.default.soft {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .cta.big {
    min-height: auto;
    font-size: 18px;
  }

  .cta.big.primary {
    position: relative;
    overflow: hidden;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
  }

  .cta.big.ghost.white {
    color: #fff;
  }

  .icon-cta._2 {
    margin-left: 8px;
  }

  .logo-primariu-lp {
    height: 32px;
  }

  .hero-section-lp {
    height: 800px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .hero-section-lp.form-hero {
    height: 680px;
  }

  .section-space-between {
    height: 80%;
  }

  .image-bo-white {
    right: -4%;
    width: 60%;
    height: 85%;
    background-position: 0% 23%;
    background-size: auto 115%;
  }

  .heading {
    font-size: 49px;
  }

  .heading.v2 {
    font-size: 61px;
    line-height: 66px;
  }

  .hero-bg-animation {
    overflow: hidden;
  }

  .circle-light-blue {
    width: 35rem;
    height: 35rem;
  }

  .circle-pink {
    bottom: -30%;
    width: 58rem;
    height: 36rem;
  }

  .circle-blue {
    left: 40%;
    top: -30%;
    width: 46rem;
    height: 35rem;
  }

  .tab-content-title {
    font-size: 18px;
  }

  .tab-content-descritption {
    font-size: 15px;
  }

  .partners-text {
    font-size: 16px;
  }

  .img-tab-child-01 {
    width: 70%;
  }

  .lottie-animation {
    left: 31%;
  }

  .partner-logo {
    width: 17%;
  }

  .image-8 {
    width: 20%;
  }

  .image-9 {
    width: 11%;
  }

  .image-10 {
    width: 13%;
  }

  .image-11 {
    width: 13%;
  }

  .split-img-wrapper {
    height: 550px;
  }

  .split-title {
    font-size: 2.4em;
  }

  .split-text {
    font-size: 18px;
  }

  .lottie-animation-2 {
    width: 100%;
  }

  .lottie-card.ap-01 {
    right: 2%;
  }

  .lottie-card.ap-02 {
    left: 10%;
    top: 18%;
  }

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

  .switch-card {
    padding: 20px;
  }

  .switch-card.ap-07 {
    right: 2%;
  }

  .switch-card.ap-08 {
    right: -5%;
  }

  .switch-info-wrapper {
    grid-column-gap: 12px;
  }

  .slider-2 {
    height: 820px;
  }

  .slider-info {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form-wrapper {
    height: auto;
  }

  .form-title {
    font-size: 2.8em;
  }

  .form-card {
    position: relative;
    padding: 60px 48px;
  }

  .form-submit-btn {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .form-submit-btn:hover {
    background-color: #265380;
  }

  .contact-form-lp {
    position: relative;
  }

  .textarea-new {
    font-size: 16px;
  }

  .form-line {
    right: -1%;
    bottom: -1%;
    z-index: 0;
    width: 56%;
  }

  .cta-text-small {
    font-size: 16px;
  }

  .footer-lp-section._100-width {
    position: static;
    margin-top: 20px;
  }

  .privacy-policy-footer-link {
    font-size: 16px;
  }

  .hero-text {
    width: 100%;
    font-size: 20px;
  }

  .image-turismo-hero {
    right: -4%;
    width: 60%;
    height: 85%;
    background-position: 0% 23%;
    background-size: auto 115%;
  }

  .tabs-scroll-jack-section-sticky {
    top: 40px;
  }

  .hero-cloud-plane {
    right: 4%;
    bottom: 45%;
    width: 220px;
  }

  .cta-circle-pink {
    bottom: -330%;
  }

  .cta-circle-blue {
    right: -100%;
  }

  .cta-circle-light-blue {
    bottom: -250%;
  }
}

@media screen and (max-width: 991px) {
  .container-md {
    padding-right: 15px;
    padding-left: 15px;
  }

  .navbar {
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .navbar.no-bg {
    border-bottom-style: none;
  }

  .link-line {
    display: none;
  }

  .container-s {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container-lg.middle-flex {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container-lg.flex {
    padding-right: 15px;
    padding-left: 15px;
  }

  .hero-side-img {
    height: 500px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .ecommerce-card-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-grid {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 80px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .process-text-ap.two {
    left: 41%;
  }

  .process-text-ap.four {
    right: 6%;
    width: 26%;
  }

  .process-text-ap.seven {
    left: 22%;
  }

  .process-text-ap.eight {
    right: 2%;
  }

  .img-ap.bulb {
    right: 37%;
  }

  .img-ap.launch {
    right: 50%;
  }

  .latest-wrapper {
    height: 230px;
    grid-column-gap: 30px;
  }

  .bottom-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-link {
    margin-right: 0px;
    margin-bottom: 4px;
  }

  .footer-btm.left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-hide.arrow-two {
    left: 64%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .div-hide.arrow-three {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .div-hide.arrow-four {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .div-hide.arrow-five {
    left: 10%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .div-hide.arrow-six {
    left: 3%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .div-hide.arrow-seven {
    right: 33%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .image-3 {
    height: 30px;
  }

  .menu-button {
    padding: 8px;
  }

  .form-block {
    bottom: 5%;
  }

  .hero-bg-blue {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 45%;
  }

  .integrations-wrapper {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-2 {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .slider-case-studies {
    min-height: 450px;
  }

  .case-studie-child-grid {
    height: 100%;
  }

  .case-studie-img.two.mobile {
    display: none;
  }

  .case-studie-img.one.mobile {
    display: none;
  }

  .case-studie-img.three.mobile {
    display: none;
  }

  .living-tours-grid {
    display: -ms-grid;
    display: grid;
    margin-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 80px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .bg-light-blue {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 40%;
  }

  .img-living-tours-ap {
    display: none;
    width: 100%;
  }

  .img-living-tours-ap.mobile {
    position: static;
    display: block;
  }

  .container-new {
    padding-right: 40px;
    padding-left: 40px;
  }

  .hero-section-lp {
    height: 85vh;
  }

  .section-space-between {
    height: 90%;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .image-bo-white {
    bottom: -5%;
    width: 105%;
    height: 64%;
  }

  .image-bo-white.form-cta {
    position: static;
    width: 100%;
    height: 410px;
    margin-top: 30px;
  }

  .heading {
    font-size: 42px;
  }

  .hero-content-text {
    padding-top: 20px;
  }

  .partner-text {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .partner-logos {
    width: 100%;
  }

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

  .tab-menu-item {
    width: 100%;
    margin-bottom: 24px;
  }

  .tab-menu-item.w--current {
    border-top-color: #1e4164;
  }

  .tab-menu-item.inline-mobile {
    overflow: hidden;
    padding-right: 0px;
    border-top-style: none;
  }

  .tab-menu-item.inline-mobile._01 {
    height: 140px;
  }

  .tab-menu-item.inline-mobile._02 {
    position: relative;
    height: 140px;
  }

  .tab-menu-item.inline-mobile._03 {
    position: relative;
    height: 140px;
  }

  .active-line {
    display: none;
  }

  .img-tab-child-01 {
    width: 90%;
  }

  .partner-logo {
    width: 16%;
  }

  .split-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .split-grid.reverse {
    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;
  }

  .spacer {
    display: none;
  }

  .split-img-wrapper {
    height: 360px;
  }

  .split-content.last {
    margin-top: 40px;
  }

  .split-content.crypto {
    margin-top: 40px;
  }

  .split-title {
    width: 100%;
  }

  .lottie-card.ap-01 {
    right: 10%;
  }

  .lottie-card.ap-02 {
    left: 10%;
    top: 7%;
  }

  .lottie-bg-card {
    width: 90%;
    height: 98%;
  }

  .lottie-animation-3 {
    width: 80%;
  }

  .crypto-card.ap-03 {
    top: 8%;
  }

  .crypto-card.ap-04 {
    bottom: -7%;
  }

  .switch-card.ap-08 {
    right: -4%;
  }

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

  .slide-nav-3 {
    left: auto;
    right: auto;
    bottom: 0px;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.3)));
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.3));
  }

  .slider-child {
    padding-right: 24px;
    padding-left: 24px;
  }

  .slider-text-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider-img.winenroute {
    width: 100%;
  }

  .slider-img.livingtours {
    width: 100%;
  }

  .left-arrow-translucent {
    bottom: 30%;
    display: none;
  }

  .right-arrow-translucent {
    bottom: 30%;
    display: none;
  }

  .form-wrapper {
    height: auto;
    padding-top: 60px;
  }

  .form-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 60px;
  }

  .form-grid.form-cta {
    width: 100%;
  }

  .form-info {
    padding-top: 0px;
  }

  .cloud-plane-form {
    top: -9%;
  }

  .cloud-single-form {
    left: -8%;
    bottom: -9%;
  }

  .form-line {
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: auto;
  }

  .hero-text {
    width: 100%;
  }

  .image-14 {
    display: none;
  }

  .image-15 {
    display: none;
  }

  .image-turismo-hero {
    bottom: 0%;
    width: 105%;
    height: 60%;
    background-position: 50% 0%;
    background-size: cover;
  }

  .div-block-6 {
    grid-row-gap: 24px;
  }

  .image-16 {
    width: 20%;
  }

  .sticky {
    height: 480vh;
  }

  .tabs-scroll-jack-section-sticky {
    top: 70px;
    padding-bottom: 60px;
  }

  .active-line-mobile {
    top: 0px;
    display: block;
    width: 100%;
  }

  .active-line-mobile-grey {
    top: 0px;
    z-index: -1;
    display: block;
    width: 100%;
  }

  .hero-cloud-plane {
    right: 12%;
    bottom: 30%;
  }
}

@media screen and (max-width: 767px) {
  .hero-page-section.v2 {
    padding-top: 120px;
  }

  .hero-page-section.v3 {
    padding-top: 120px;
  }

  .hero-info-wrapper {
    margin-bottom: 20px;
  }

  .heading-l {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 2px;
  }

  .heading-l._40-mg-btm {
    width: 100%;
  }

  .cards-section {
    padding-bottom: 0px;
  }

  .ecommerce-card-wrapper {
    padding-right: 12px;
    padding-left: 12px;
  }

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

  ._30px-grid {
    display: block;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 70px 70px auto auto;
    grid-template-rows: 70px 70px auto auto;
  }

  .logo-child.five {
    display: none;
  }

  .logo-child.eight {
    display: none;
  }

  .logo-child.ten {
    display: none;
  }

  .logo-child.twelve {
    display: none;
  }

  .logo-child.fifteen {
    display: none;
  }

  .logo-child.sixteen {
    display: none;
  }

  .logo-child.seventeen {
    display: none;
  }

  .process-wrapper {
    top: 0px;
    min-height: 420px;
  }

  .process-text-ap {
    display: none;
    font-size: 20px;
  }

  .process-text-ap.one {
    width: 20%;
  }

  .process-text-ap.two {
    left: 45%;
    top: 11%;
  }

  .process-text-ap.three {
    top: 24%;
    right: 3%;
  }

  .process-text-ap.four {
    top: 32%;
    right: 21%;
    width: 36%;
  }

  .process-text-ap.five {
    top: 42%;
    right: 84%;
  }

  .process-text-ap.six {
    bottom: 26%;
    width: 38%;
  }

  .process-text-ap.seven {
    left: 30%;
    bottom: 9%;
  }

  .process-text-ap.eight {
    bottom: -3%;
  }

  .image-2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 0;
    display: block;
    opacity: 1;
  }

  .arrow.three.static {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .img-ap.bulb {
    top: 3%;
    right: 25%;
    display: none;
  }

  .img-ap.stars {
    left: 10%;
    top: 52%;
    display: none;
  }

  .img-ap.launch {
    right: 28%;
    bottom: 12%;
    display: none;
  }

  .latest-projects {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-hide.arrow-one {
    left: 14%;
    top: 13%;
    display: none;
  }

  .div-hide.arrow-two {
    left: 69%;
    display: none;
    -webkit-transform: rotate(23deg);
    -ms-transform: rotate(23deg);
    transform: rotate(23deg);
  }

  .div-hide.arrow-three {
    top: 28%;
    display: none;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
  }

  .div-hide.arrow-four {
    top: 31%;
    right: 57%;
    display: none;
    -webkit-transform: rotate(-26deg);
    -ms-transform: rotate(-26deg);
    transform: rotate(-26deg);
  }

  .div-hide.arrow-five {
    left: -5%;
    top: 49%;
    display: none;
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg);
  }

  .div-hide.arrow-six {
    left: 6%;
    bottom: 11%;
    display: none;
    -webkit-transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    transform: rotate(14deg);
  }

  .div-hide.arrow-seven {
    bottom: 2%;
    display: none;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
  }

  .hero-logos {
    margin-bottom: 30px;
  }

  .cards-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .integrations-section {
    padding-bottom: 60px;
  }

  .section-title.no-margin.align-center {
    margin-bottom: 20px;
    padding-top: 0px;
  }

  .text-section {
    padding-bottom: 60px;
  }

  .grid-2 {
    display: block;
  }

  .input-field.textarea {
    min-height: 80px;
  }

  .case-studies-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider-case-studies {
    min-height: 520px;
  }

  .case-studie-child-grid {
    display: block;
  }

  .case-studie-img {
    height: 250px;
  }

  .case-studie-img.two {
    display: none;
  }

  .case-studie-img.two.mobile {
    display: block;
    margin-bottom: 20px;
  }

  .case-studie-img.one {
    display: none;
  }

  .case-studie-img.one.mobile {
    display: block;
    margin-bottom: 20px;
  }

  .case-studie-img.three {
    display: none;
  }

  .case-studie-img.three.mobile {
    display: block;
    margin-bottom: 20px;
  }

  .left-arrow-2 {
    left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 49%;
    height: 6%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .right-arrow-2 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 49%;
    height: 6%;
  }

  .heading-m {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 2px;
  }

  .heading-m.case-studie-name {
    font-size: 24px;
    line-height: 32px;
  }

  .grid-2-rows {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 70px 70px auto auto;
    grid-template-rows: 70px 70px auto auto;
  }

  .checkbox-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-3-rows {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 70px 70px auto auto;
    grid-template-rows: 70px 70px auto auto;
  }

  .living-tours-section {
    padding-bottom: 0px;
  }

  .living-tours-grid {
    margin-top: 60px;
  }

  .living-info-wrapper {
    margin-bottom: 20px;
  }

  .container-new {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-section-lp {
    height: 640px;
    padding-top: 80px;
  }

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

  .image-bo-white {
    position: static;
  }

  .image-bo-white.form-cta {
    width: 100%;
    height: 320px;
    margin-top: 40px;
  }

  .image-bo-white.hero {
    height: 100%;
    -webkit-transform: translate(4%, 0px);
    -ms-transform: translate(4%, 0px);
    transform: translate(4%, 0px);
  }

  .heading {
    font-size: 40px;
    line-height: 52px;
  }

  .partner-logos {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    justify-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 auto;
    grid-template-rows: auto auto auto;
  }

  .tabs-content {
    padding-bottom: 30px;
  }

  .img-tab-child-01 {
    width: 100%;
    border-radius: 10px;
  }

  .partner-logo {
    width: auto;
  }

  .image-8 {
    width: auto;
    margin-top: 0px;
  }

  .image-9 {
    display: block;
  }

  .split-grid {
    width: 100%;
  }

  .split-img-wrapper {
    height: 330px;
  }

  .lottie-card.ap-01 {
    right: 0%;
  }

  .lottie-card.ap-02 {
    left: 8%;
  }

  .crypto-card {
    width: 200px;
    height: 105px;
  }

  .crypto-card.ap-03 {
    right: 0%;
  }

  .crypto-card.ap-03.hide-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .crypto-card.ap-05 {
    left: 0%;
  }

  .switch-card.ap-08 {
    top: 8%;
    right: -2%;
  }

  .slider-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .slide-nav-3 {
    font-size: 8px;
  }

  .slide-child-wrapper {
    height: auto;
  }

  .slider-child {
    height: auto;
    padding-right: 25px;
    padding-left: 25px;
  }

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

  .slider-img {
    width: 92%;
    height: 270px;
  }

  .right-arrow-translucent {
    top: auto;
    right: 12px;
    bottom: 50%;
  }

  .form-section {
    padding-top: 80px;
  }

  .form-wrapper {
    height: 87vh;
  }

  .form-grid {
    grid-row-gap: 40px;
  }

  .graph-ap {
    bottom: 2px;
  }
}

@media screen and (max-width: 479px) {
  .heading-l {
    width: 100%;
    font-size: 36px;
  }

  .heading-l.hero {
    font-size: 40px;
    line-height: 60px;
  }

  .text-block {
    margin-top: 10px;
    line-height: 32px;
  }

  .hero-side-img {
    height: 400px;
  }

  .cards-section {
    padding-top: 60px;
  }

  .ecommerce-card-wrapper {
    margin-bottom: 4px;
  }

  .certified-ap {
    top: -8%;
  }

  .card-cta-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-grid {
    justify-items: stretch;
  }

  .form-block {
    position: relative;
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .form-input.half-width {
    width: 100%;
  }

  .input-row {
    display: block;
  }

  .hero-bg-blue {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 40%;
  }

  .integrations-section {
    padding-top: 60px;
  }

  .section-title {
    width: 100%;
  }

  .text-section {
    padding-top: 60px;
  }

  .key-feature-text {
    line-height: 32px;
  }

  .case-studies-section {
    padding-top: 60px;
  }

  .slider-case-studies {
    min-height: 550px;
  }

  .heading-m {
    width: 100%;
    font-size: 36px;
  }

  .heading-m.case-studie-name {
    font-size: 24px;
  }

  .checkbox-row {
    display: block;
  }

  .checkbox-field {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .living-tours-section {
    padding-top: 60px;
  }

  .living-tours-grid {
    margin-top: 40px;
    justify-items: center;
  }

  .bg-light-blue {
    height: 28%;
  }

  .img-living-tours-ap.mobile {
    width: 100%;
  }

  .container-new.rel.footer {
    margin-bottom: 10px;
  }

  .hero-section-lp {
    height: auto;
    padding-top: 60px;
    grid-row-gap: 16px;
  }

  .space-between.footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 20px;
  }

  .space-between.footer-bottom {
    -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;
    grid-row-gap: 0px;
  }

  .section-space-between {
    grid-row-gap: 20px;
  }

  .section-space-between.form {
    grid-row-gap: 40px;
  }

  .image-bo-white {
    position: static;
    bottom: 0%;
    width: 100%;
    height: 320px;
  }

  .image-bo-white.form-cta {
    height: 250px;
  }

  .image-bo-white.hero {
    height: 320px;
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }

  .heading {
    font-size: 34px;
    line-height: 38px;
  }

  .hero-content-text {
    padding-top: 40px;
    grid-row-gap: 16px;
  }

  .tabs-content {
    overflow: visible;
    padding-bottom: 30px;
  }

  .tab-menu-item.inline-mobile._01 {
    height: 230px;
  }

  .tab-menu-item.inline-mobile._02 {
    height: 230px;
  }

  .tab-content-title {
    margin-bottom: 16px;
  }

  .img-tab-child-01 {
    width: 100%;
    border-radius: 10px;
  }

  .lottie-animation {
    left: 24%;
    bottom: -2%;
    width: 70%;
    height: 120%;
  }

  .split-img-wrapper.left {
    height: 200px;
  }

  .split-img-wrapper.crypto {
    height: 220px;
  }

  .lottie-card {
    width: 120px;
    height: 120px;
  }

  .lottie-card.ap-02 {
    left: -1%;
  }

  .lottie-bg-card {
    width: 100%;
    height: 100%;
  }

  .lottie-animation-3 {
    width: 90%;
  }

  .crypto-card {
    height: 115px;
  }

  .crypto-card.ap-03 {
    top: -33%;
    right: -3%;
  }

  .crypto-card.ap-03.hide-mobile {
    display: none;
  }

  .crypto-card.ap-04 {
    left: -3%;
    bottom: -14%;
  }

  .crypto-card.ap-05 {
    left: auto;
    top: -23%;
    right: -2%;
    bottom: auto;
  }

  .switch-card.ap-07 {
    bottom: -10%;
  }

  .switch-card.ap-08 {
    top: -10%;
    right: -1%;
  }

  .slide-nav-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slider-child {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .slider-text-content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .slider-img {
    height: 190px;
  }

  .slider-title {
    width: 100%;
  }

  .slider-project-title {
    width: 100%;
    font-size: 40px;
    line-height: 56px;
  }

  .form-section {
    padding-top: 60px;
  }

  .form-wrapper {
    height: auto;
  }

  .form-grid {
    width: 100%;
  }

  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 12px;
  }

  .form-card {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cloud-plane-form {
    top: -8%;
    right: 0%;
    width: 32%;
  }

  .cloud-single-form {
    left: -4%;
    bottom: -7%;
    width: 35%;
  }

  .form-line {
    right: -40%;
    bottom: 30%;
    width: auto;
    height: 18%;
    max-width: none;
  }

  .footer-lp-section._100-width {
    position: static;
  }

  .footer-content {
    grid-row-gap: 20px;
  }

  .assinatura-footer-lp {
    margin-top: 16px;
    text-align: center;
  }

  .image-turismo-hero {
    position: static;
    bottom: 0%;
    width: 100%;
    height: 280px;
    background-position: 50% 0%;
    background-size: cover;
  }

  .image-16 {
    width: 40%;
  }

  .sticky {
    height: 400vh;
  }

  .tabs-scroll-jack-section-sticky {
    top: 40px;
  }

  .hero-cloud-plane {
    right: 10%;
    bottom: 23%;
    width: 100px;
  }

  .hero-cloud-single {
    left: 20%;
    right: auto;
    bottom: 17%;
    width: 100px;
  }
}

#w-node-_950c6d84-5813-22cb-cbc9-34d6fd0687c9-6c59af69 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0d4c3445-f713-ca25-8a29-c8962c1ee12a-6c59af69 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_950c6d84-5813-22cb-cbc9-34d6fd0687c9-c71f8f54 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_17fdc4b8-e13e-e13e-9651-eb994e4f9108-c71f8f54 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-fd26492a-e232-5387-17e3-8ee17aa2ab04-c71f8f54 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_8e7d6d69-64da-d4b1-aef1-f27ca8a9bb31-c71f8f54 {
  -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-_8e7d6d69-64da-d4b1-aef1-f27ca8a9bb34-c71f8f54 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_8b84fd5d-2798-97af-dd21-36006e5604d9-c71f8f54 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c98793b2-67fa-37b6-0ff5-743a901d0d5c-c71f8f54 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7217c667-78f2-d30d-448b-6d1ec5cfe726-c71f8f54 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-eb5cbac3-50db-0a24-0656-08033a6a1d2f-c71f8f54 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5396af05-2014-3de6-b247-d6791031f9a6-c71f8f54 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_94a944c1-19be-517e-383b-5713a6efca9e-c71f8f54 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fa075d03-0fd9-8b4a-6584-baed5b0df205-c71f8f54 {
  -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-b1790920-9929-ecc9-0732-81526ae9d7b5-c71f8f54 {
  -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-_950c6d84-5813-22cb-cbc9-34d6fd0687c9-22a3df96 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8b84fd5d-2798-97af-dd21-36006e5604d9-22a3df96 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c98793b2-67fa-37b6-0ff5-743a901d0d5c-22a3df96 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7217c667-78f2-d30d-448b-6d1ec5cfe726-22a3df96 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-eb5cbac3-50db-0a24-0656-08033a6a1d2f-22a3df96 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5396af05-2014-3de6-b247-d6791031f9a6-22a3df96 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_94a944c1-19be-517e-383b-5713a6efca9e-22a3df96 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8e7d6d69-64da-d4b1-aef1-f27ca8a9bb31-22a3df96 {
  -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-_8e7d6d69-64da-d4b1-aef1-f27ca8a9bb34-22a3df96 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_17fdc4b8-e13e-e13e-9651-eb994e4f9108-22a3df96 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-fa075d03-0fd9-8b4a-6584-baed5b0df205-22a3df96 {
  -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-b1790920-9929-ecc9-0732-81526ae9d7b5-22a3df96 {
  -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-_950c6d84-5813-22cb-cbc9-34d6fd0687c9-6ce91a67 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8b84fd5d-2798-97af-dd21-36006e5604d9-6ce91a67 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c98793b2-67fa-37b6-0ff5-743a901d0d5c-6ce91a67 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7217c667-78f2-d30d-448b-6d1ec5cfe726-6ce91a67 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-eb5cbac3-50db-0a24-0656-08033a6a1d2f-6ce91a67 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5396af05-2014-3de6-b247-d6791031f9a6-6ce91a67 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_94a944c1-19be-517e-383b-5713a6efca9e-6ce91a67 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8e7d6d69-64da-d4b1-aef1-f27ca8a9bb31-6ce91a67 {
  -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-_8e7d6d69-64da-d4b1-aef1-f27ca8a9bb34-6ce91a67 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_17fdc4b8-e13e-e13e-9651-eb994e4f9108-6ce91a67 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-fa075d03-0fd9-8b4a-6584-baed5b0df205-6ce91a67 {
  -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-b1790920-9929-ecc9-0732-81526ae9d7b5-6ce91a67 {
  -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-_68f4588e-5d5f-596f-c262-d65b4a262715-edf7cc25 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_17fdc4b8-e13e-e13e-9651-eb994e4f9108-edf7cc25 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-fd26492a-e232-5387-17e3-8ee17aa2ab04-edf7cc25 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_8e7d6d69-64da-d4b1-aef1-f27ca8a9bb31-edf7cc25 {
  -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-_8e7d6d69-64da-d4b1-aef1-f27ca8a9bb34-edf7cc25 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-fa075d03-0fd9-8b4a-6584-baed5b0df205-edf7cc25 {
  -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-b1790920-9929-ecc9-0732-81526ae9d7b5-edf7cc25 {
  -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-_950c6d84-5813-22cb-cbc9-34d6fd0687c9-edf7cc25 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_0af1ad37-642e-f6b6-d0aa-750c15903a44-5df2002e {
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_347f166b-d9cd-b319-d997-2ac5a2754f0d-5df2002e {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_52e59c77-e2db-4573-e633-9e85f5250e81-5df2002e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 9;
  grid-column-start: span 9;
  -ms-grid-column-span: 9;
  grid-column-end: span 9;
}

#w-node-_729cc31d-dfc2-4913-e5c8-61fba85d0c8c-a85d0c88 {
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_729cc31d-dfc2-4913-e5c8-61fba85d0c99-a85d0c88 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ec676988-b054-5c7c-e1a5-72a44dc0b14e-4dc0b147 {
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ec676988-b054-5c7c-e1a5-72a44dc0b153-4dc0b147 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ec676988-b054-5c7c-e1a5-72a44dc0b160-4dc0b147 {
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ec676988-b054-5c7c-e1a5-72a44dc0b165-4dc0b147 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_1aaaa6d6-8258-4d88-d9ba-7e33edfb2d96-edfb2d93 {
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1aaaa6d6-8258-4d88-d9ba-7e33edfb2d9c-edfb2d93 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1aaaa6d6-8258-4d88-d9ba-7e33edfb2d9d-edfb2d93 {
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1aaaa6d6-8258-4d88-d9ba-7e33edfb2da8-edfb2d93 {
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1aaaa6d6-8258-4d88-d9ba-7e33edfb2db2-edfb2d93 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1aaaa6d6-8258-4d88-d9ba-7e33edfb2db3-edfb2d93 {
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1aaaa6d6-8258-4d88-d9ba-7e33edfb2dcf-edfb2d93 {
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1aaaa6d6-8258-4d88-d9ba-7e33edfb2ddd-edfb2d93 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1aaaa6d6-8258-4d88-d9ba-7e33edfb2dde-edfb2d93 {
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0af1ad37-642e-f6b6-d0aa-750c15903a44-43982aba {
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_347f166b-d9cd-b319-d997-2ac5a2754f0d-43982aba {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_52e59c77-e2db-4573-e633-9e85f5250e81-43982aba {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 9;
  grid-column-start: span 9;
  -ms-grid-column-span: 9;
  grid-column-end: span 9;
}

#w-node-_0af1ad37-642e-f6b6-d0aa-750c15903a44-6055793a {
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d6e01c55-892d-37fc-a274-2a939465b44b-6055793a {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_347f166b-d9cd-b319-d997-2ac5a2754f0d-6055793a {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_52e59c77-e2db-4573-e633-9e85f5250e81-6055793a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 9;
  grid-column-start: span 9;
  -ms-grid-column-span: 9;
  grid-column-end: span 9;
}

@media screen and (min-width: 1920px) {
  #w-node-_950c6d84-5813-22cb-cbc9-34d6fd0687c9-6c59af69 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_950c6d84-5813-22cb-cbc9-34d6fd0687c9-c71f8f54 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_8e7d6d69-64da-d4b1-aef1-f27ca8a9bb31-c71f8f54 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-fa075d03-0fd9-8b4a-6584-baed5b0df205-c71f8f54 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-b1790920-9929-ecc9-0732-81526ae9d7b5-c71f8f54 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_950c6d84-5813-22cb-cbc9-34d6fd0687c9-22a3df96 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_5396af05-2014-3de6-b247-d6791031f9a6-22a3df96 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_8e7d6d69-64da-d4b1-aef1-f27ca8a9bb31-22a3df96 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-fa075d03-0fd9-8b4a-6584-baed5b0df205-22a3df96 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-b1790920-9929-ecc9-0732-81526ae9d7b5-22a3df96 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_950c6d84-5813-22cb-cbc9-34d6fd0687c9-6ce91a67 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_8e7d6d69-64da-d4b1-aef1-f27ca8a9bb31-6ce91a67 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-fa075d03-0fd9-8b4a-6584-baed5b0df205-6ce91a67 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-b1790920-9929-ecc9-0732-81526ae9d7b5-6ce91a67 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_68f4588e-5d5f-596f-c262-d65b4a262715-edf7cc25 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_8e7d6d69-64da-d4b1-aef1-f27ca8a9bb31-edf7cc25 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_8e7d6d69-64da-d4b1-aef1-f27ca8a9bb34-edf7cc25 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-fa075d03-0fd9-8b4a-6584-baed5b0df205-edf7cc25 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-b1790920-9929-ecc9-0732-81526ae9d7b5-edf7cc25 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_950c6d84-5813-22cb-cbc9-34d6fd0687c9-edf7cc25 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_0af1ad37-642e-f6b6-d0aa-750c15903a44-5df2002e {
    -ms-grid-column: span 5;
    grid-column-start: span 5;
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1aaaa6d6-8258-4d88-d9ba-7e33edfb2da8-edfb2d93 {
    -ms-grid-column: span 5;
    grid-column-start: span 5;
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1aaaa6d6-8258-4d88-d9ba-7e33edfb2db3-edfb2d93 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1aaaa6d6-8258-4d88-d9ba-7e33edfb2dde-edfb2d93 {
    -ms-grid-column: span 5;
    grid-column-start: span 5;
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_0af1ad37-642e-f6b6-d0aa-750c15903a44-43982aba {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_0af1ad37-642e-f6b6-d0aa-750c15903a44-6055793a {
    -ms-grid-column: span 5;
    grid-column-start: span 5;
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_950c6d84-5813-22cb-cbc9-34d6fd0687c9-c71f8f54 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_8e7d6d69-64da-d4b1-aef1-f27ca8a9bb31-c71f8f54 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-c98793b2-67fa-37b6-0ff5-743a901d0d5c-c71f8f54 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -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-c98793b2-67fa-37b6-0ff5-743a901d0d5c-22a3df96 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -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-_8e7d6d69-64da-d4b1-aef1-f27ca8a9bb31-22a3df96 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-c98793b2-67fa-37b6-0ff5-743a901d0d5c-6ce91a67 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -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-_8e7d6d69-64da-d4b1-aef1-f27ca8a9bb31-6ce91a67 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_8e7d6d69-64da-d4b1-aef1-f27ca8a9bb31-edf7cc25 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_0af1ad37-642e-f6b6-d0aa-750c15903a44-5df2002e {
    -ms-grid-column: span 7;
    grid-column-start: span 7;
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }

  #w-node-_729cc31d-dfc2-4913-e5c8-61fba85d0c99-a85d0c88 {
    -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-_1aaaa6d6-8258-4d88-d9ba-7e33edfb2d96-edfb2d93 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_1aaaa6d6-8258-4d88-d9ba-7e33edfb2d9d-edfb2d93 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_0af1ad37-642e-f6b6-d0aa-750c15903a44-43982aba {
    -ms-grid-column: span 7;
    grid-column-start: span 7;
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }

  #w-node-_0af1ad37-642e-f6b6-d0aa-750c15903a44-6055793a {
    -ms-grid-column: span 7;
    grid-column-start: span 7;
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }

  #w-node-d6e01c55-892d-37fc-a274-2a939465b44b-6055793a {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7217c667-78f2-d30d-448b-6d1ec5cfe726-c71f8f54 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -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-eb5cbac3-50db-0a24-0656-08033a6a1d2f-c71f8f54 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -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-_7217c667-78f2-d30d-448b-6d1ec5cfe726-22a3df96 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -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-eb5cbac3-50db-0a24-0656-08033a6a1d2f-22a3df96 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -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-_7217c667-78f2-d30d-448b-6d1ec5cfe726-6ce91a67 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -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-eb5cbac3-50db-0a24-0656-08033a6a1d2f-6ce91a67 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -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-_6cf9c712-a8fe-792b-3b78-ca96dbeb83dc-5df2002e {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_6cf9c712-a8fe-792b-3b78-ca96dbeb83dc-43982aba {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_6cf9c712-a8fe-792b-3b78-ca96dbeb83dc-6055793a {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-eb5cbac3-50db-0a24-0656-08033a6a1d2f-c71f8f54 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -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-_5396af05-2014-3de6-b247-d6791031f9a6-c71f8f54 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -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-eb5cbac3-50db-0a24-0656-08033a6a1d2f-22a3df96 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -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-_5396af05-2014-3de6-b247-d6791031f9a6-22a3df96 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -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-eb5cbac3-50db-0a24-0656-08033a6a1d2f-6ce91a67 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -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-_5396af05-2014-3de6-b247-d6791031f9a6-6ce91a67 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -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-_885b3a7e-cd5a-8d54-e68a-d52dbefe4a20-edf7cc25 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@font-face {
  font-family: 'Permanentmarker';
  src: url('../fonts/PermanentMarker-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenzgrotesk bq';
  src: url('../fonts/AkzidenzGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenzgrotesk';
  src: url('../fonts/AkzidenzGrotesk-Super.otf') format('opentype'), url('../fonts/AkzidenzGrotesk-Super.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenzgrotesk';
  src: url('../fonts/AkzidenzGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Akzidenzgrotesk';
  src: url('../fonts/AkzidenzGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenzgrotesk';
  src: url('../fonts/AkzidenzGrotesk-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenzgrotesk';
  src: url('../fonts/AkzidenzGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}