:root {
  --box2m: #0c1442;
  --midnight-blue: #2d98fa;
  --white: white;
  --dodger-blue: #2d98fa2b;
}

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

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

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

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

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

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

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

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

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

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

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

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

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

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

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

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

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

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

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

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.heading1 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 20px;
  font-family: Kanit, sans-serif;
  font-size: 50px;
  font-weight: 200;
}

.paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding: 20px 0 0;
  font-family: Kanit, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 25px;
}

.paragraph.churn {
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph.icons {
  color: var(--box2m);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph.header {
  text-align: left;
}

.paragraph.main {
  z-index: 5;
  position: relative;
}

.paragraph-2 {
  color: #2d98fa;
  text-align: center;
  align-self: center;
  margin-bottom: 0;
  padding: 20px 0 0;
  font-family: Kanit, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 25px;
}

.paragraph-2.middle {
  text-align: center;
}

.paragraph-2.header {
  text-align: left;
  align-self: flex-start;
  padding-bottom: 20px;
}

.button {
  z-index: auto;
  float: none;
  clear: none;
  text-align: center;
  background-color: #0000;
  border: 1px solid #2d98fa;
  border-radius: 8px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 250px;
  height: 50px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: auto;
  padding: 0 30px;
  font-family: Kanit, sans-serif;
  font-size: 15px;
  font-weight: 300;
  transition: background-color .3s;
  display: flex;
  position: static;
  inset: 0;
}

.button:hover {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #2d98fa;
  background-clip: border-box;
}

.button.b2b {
  color: var(--midnight-blue);
  flex-direction: row;
  margin-right: 0;
}

.button.b2b:hover {
  color: var(--white);
}

.button.var2 {
  background-color: var(--midnight-blue);
  margin-top: 20px;
  font-size: 16px;
}

.button.var2:hover {
  background-color: var(--box2m);
}

.button.how {
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  order: 1;
  place-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  font-family: Kanit, sans-serif;
  font-weight: 300;
}

.nav-link-2:hover {
  text-decoration: underline;
}

.nav-link-2:active {
  color: var(--midnight-blue);
  font-weight: 500;
}

.nav-link-2.w--current {
  color: var(--midnight-blue);
  font-weight: 500;
  text-decoration: underline;
}

.navbar {
  z-index: 100000000;
  object-fit: fill;
  background-color: #0c144299;
  background-image: url('../images/header_gradient.png');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: auto;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 13px 2px #0a1035;
}

.container {
  min-width: 100%;
  max-width: 100%;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 140px;
  padding-right: 140px;
  display: inline-block;
}

.nav-menu {
  display: flex;
}

.background-video-2 {
  opacity: 1;
  outline-offset: 0px;
  object-fit: fill;
  border: 0 solid #0000;
  border-radius: 0;
  outline: 3px #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  min-width: auto;
  height: 100vh;
  min-height: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.container-2 {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-end flex-start;
  align-items: flex-start;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
  display: flex;
}

.section {
  float: none;
  background-color: var(--box2m);
  height: 600px;
  max-height: 600px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0 60px;
  overflow: hidden;
}

.section.newimage {
  object-fit: fill;
  background-image: url('../images/claudio-schwarz-0Eh4RBc0SAY-unsplash-7.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  min-width: 100%;
  max-width: 100%;
  height: 400px;
  max-height: 100%;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  position: static;
  overflow: hidden;
}

.section.icons {
  background-color: #fff;
  background-image: none;
  height: 550px;
  margin-left: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.body {
  background-color: var(--white);
  margin-bottom: 44px;
}

.heading2 {
  color: var(--box2m);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
  font-family: Kanit, sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 48px;
}

.heading2.churn {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.heading2.footer {
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 34px;
  display: block;
}

.heading2.homepage {
  z-index: 10;
  color: var(--white);
  text-align: center;
  position: static;
  top: 2px;
}

.container7 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.container7.churn {
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  height: 100%;
  max-height: 100%;
  padding: 0;
  display: flex;
}

.container7.b2b {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  height: 100%;
  max-height: 100%;
  padding: 0;
  display: flex;
}

.button2 {
  float: none;
  clear: none;
  background-color: var(--midnight-blue);
  text-align: center;
  object-fit: fill;
  object-position: 50% 50%;
  border: 1px solid #2d98fa;
  border-radius: 8px;
  flex-flow: column;
  flex: none;
  place-content: center;
  align-self: center;
  align-items: center;
  width: 250px;
  height: 50px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  font-family: Kanit, sans-serif;
  font-size: 15px;
  font-weight: 300;
  transition: background-color .3s;
  display: flex;
  position: static;
  top: 0;
  left: 0;
}

.button2:hover {
  background-color: var(--box2m);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
}

.button2.header {
  margin-top: 30px;
  margin-left: 0;
}

.section-3 {
  background-color: var(--box2m);
  object-fit: fill;
  flex-flow: column;
  place-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 100vh;
  max-height: none;
  margin: 0;
  padding: 60px 140px;
  display: flex;
}

.heading3 {
  z-index: 2;
  color: #fff;
  text-align: center;
  order: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Kanit, sans-serif;
  font-size: 60px;
  font-weight: 200;
  position: relative;
}

.heading3.header {
  text-align: left;
}

.image-8 {
  white-space: normal;
  object-fit: scale-down;
  height: 500px;
  min-height: 400px;
  max-height: 900px;
  margin-top: 54px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.grid {
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr 1fr;
  align-content: center;
  place-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact-form {
  background-image: url('../images/bg_form.png');
  background-position: 50%;
  background-size: 1700px;
  background-attachment: fixed;
  width: auto;
  height: auto;
  padding: 60px 140px;
}

.contact-form-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: block;
}

.heading {
  color: #fff;
  margin-top: 7px;
  font-family: Kanit, sans-serif;
  font-size: 60px;
  font-weight: 300;
}

.italic-text {
  color: var(--white);
  font-family: Kanit, sans-serif;
  font-weight: 100;
}

.paragraph-3 {
  color: var(--midnight-blue);
  font-family: Kanit, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.field-label, .field-label-2, .field-label-3 {
  color: var(--white);
  font-family: Kanit, sans-serif;
  font-weight: 300;
}

.field-label-4 {
  color: #fff;
  font-family: Kanit, sans-serif;
  font-weight: 300;
}

.field-label-5 {
  color: var(--white);
  font-family: Kanit, sans-serif;
  font-weight: 300;
}

.text-field {
  border: 1px solid var(--midnight-blue);
  color: var(--white);
  background-color: #2d98fa2b;
  width: 400px;
}

.text-field-2, .text-field-3, .text-field-4 {
  border: 1px solid var(--midnight-blue);
  background-color: var(--dodger-blue);
  color: var(--white);
  width: 400px;
}

.textarea {
  border: 1px solid var(--midnight-blue);
  color: var(--white);
  background-color: #2d98fa2b;
  border-radius: 3px;
  width: 820px;
  height: 200px;
  min-height: 200px;
  max-height: none;
}

.container-5 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
  display: flex;
}

.container-5.form {
  padding-top: 0;
}

.footer {
  background-color: var(--white);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
}

.container-6 {
  background-color: #0000;
  flex-flow: column wrap;
  place-content: center;
  align-self: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.form-2 {
  flex-flow: column wrap;
  place-content: flex-start;
  align-items: flex-start;
  margin-top: -30px;
  display: flex;
}

.section-5 {
  background-color: var(--white);
}

.section-6 {
  background-color: var(--box2m);
  padding-bottom: 90px;
}

.grid-2 {
  color: var(--box2m);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: 70px;
  margin-right: 70px;
  font-family: Kanit, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.link, .link-2, .link-3, .link-4, .link-5, .link-6, .link-7, .link-8 {
  color: var(--box2m);
  text-decoration: none;
}

.div-block {
  flex-direction: column;
  flex: 1;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.image-11 {
  display: none;
}

.cursor-wrapper {
  z-index: 999999999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.cursor {
  background-color: var(--midnight-blue);
  border-radius: 20px;
  width: 20px;
  height: 20px;
}

.lottie-animation-2 {
  width: 150px;
  margin-top: -24px;
  margin-left: 307px;
  padding-left: 0;
}

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

.success-message {
  background-color: var(--midnight-blue);
  color: #fff;
  border-radius: 9px;
  font-family: Kanit, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.div-block-7 {
  color: #fff;
  font-family: Kanit, sans-serif;
}

.error-message {
  background-color: #d33737;
  border-radius: 6px;
  margin-top: 37px;
  margin-bottom: -45px;
}

.section-7 {
  margin-top: -414px;
  margin-left: 140px;
  margin-right: 140px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-8 {
  background-color: var(--box2m);
  min-height: 600px;
  margin-top: -78px;
  padding: 100px 140px;
}

.container-7 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-8 {
  max-width: 50%;
  min-height: auto;
  max-height: none;
}

.container-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lottie-animation-3 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 100px;
  max-height: 100px;
  display: flex;
}

.lottie-animation-4 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-9 {
  padding: 0 140px 100px;
}

.lottie-animation-5 {
  max-width: 200px;
  max-height: 200px;
}

.container-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-3 {
  margin-top: 0;
}

.paragraph-4 {
  margin-bottom: 0;
}

.heading-4 {
  margin-top: auto;
  margin-bottom: 0;
}

.section-10 {
  background-color: var(--midnight-blue);
  padding-bottom: 100px;
  padding-left: 140px;
  padding-right: 140px;
}

.lottie-animation-6 {
  max-width: 200px;
  max-height: 200px;
}

.section-11 {
  background-color: var(--box2m);
  padding-bottom: 100px;
  padding-left: 140px;
  padding-right: 140px;
}

.lottie-animation-7, .lottie-animation-8 {
  max-width: 200px;
  max-height: 200px;
}

.lottie-animation-9 {
  max-width: 300px;
  max-height: 200px;
}

.section-12 {
  background-color: var(--box2m);
}

.section-13, .background-video-3 {
  width: 100vw;
  height: 100vh;
}

.container-10 {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 445px;
  display: flex;
}

.image-12 {
  z-index: 2;
  max-width: 400px;
  position: absolute;
  inset: 0% auto 0% 0%;
  box-shadow: 1px 1px 3px -8px #000;
}

.image-13 {
  z-index: 3;
  max-width: 250px;
  position: absolute;
  top: 57.8047px;
  left: -93px;
  overflow: visible;
}

.image-14 {
  z-index: 1;
  max-width: 350px;
  position: absolute;
  top: -91.5469px;
  left: 653px;
}

.image-15 {
  z-index: 3;
  max-width: 300px;
  position: absolute;
  inset: 280px 0% 0% 729px;
}

.image-16 {
  z-index: 2;
  max-width: 250px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.container-11 {
  position: relative;
  top: -515px;
}

.container-12 {
  overflow: hidden;
}

.image-18 {
  max-width: 32px;
}

.image-19 {
  z-index: 3;
  max-width: 350px;
  position: absolute;
  top: 295px;
  left: -40px;
}

.section-14 {
  background-color: var(--box2m);
  object-fit: fill;
  height: 850px;
  padding: 140px 100px 40px;
}

.slide {
  position: relative;
}

.slider {
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 550px;
  display: flex;
}

.image-20 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-21 {
  height: 100%;
}

.div-block-9, .div-block-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.div-block-11 {
  flex-flow: column-reverse;
  place-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.div-block-12, .div-block-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.bold-text {
  color: var(--midnight-blue);
  font-family: Kanit, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.paragraph-5 {
  color: var(--white);
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Kanit, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 27px;
}

.paragraph-6 {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 40px;
  font-family: Kanit, sans-serif;
  font-size: 14px;
  line-height: 15px;
}

.section-15 {
  background-color: var(--midnight-blue);
  flex-flow: column;
  place-content: space-around space-between;
  padding: 100px;
  display: block;
}

.slider-2 {
  background-color: #0000;
}

.bold-text-2 {
  color: var(--box2m);
  font-family: Kanit, sans-serif;
  font-weight: 500;
}

.paragraph-7 {
  color: var(--box2m);
  margin-top: 40px;
  font-family: Kanit, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 27px;
}

.div-block-15 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.column {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.paragraph-8 {
  font-family: Kanit, sans-serif;
  font-weight: 200;
  line-height: 15px;
}

.button-2 {
  background-color: var(--midnight-blue);
  text-align: center;
  border-radius: 7px;
  padding: 15px 40px;
  font-family: Kanit, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.button-2:hover {
  background-color: #0000;
  border: 2px solid #fff;
}

.button-2.white {
  border: 2px solid var(--white);
  color: var(--white);
  background-color: #0000;
}

.button-2.white:hover {
  background-color: var(--box2m);
  border-style: none;
}

.section-16 {
  background-color: var(--box2m);
  height: 600px;
  padding: 100px 100px 60px;
}

.section-16.soft {
  height: auto;
  padding-bottom: 100px;
}

.slider-3 {
  background-color: #0000;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.image-22 {
  flex: none;
}

.div-block-18 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.image-23 {
  flex: 0 auto;
}

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

.columns-2 {
  margin-left: 0;
  margin-right: 0;
}

.mask {
  height: auto;
}

.slide-nav {
  inset: 500px 0% 0%;
}

.mask-2 {
  height: 150%;
}

.slide-nav-2 {
  top: 500px;
}

.div-block-19 {
  padding-left: 75px;
  padding-right: 75px;
}

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

.tabs-menu {
  justify-content: center;
  display: flex;
}

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

.image-24 {
  display: inline-block;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-4 {
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: block;
  position: absolute;
}

.left-arrow {
  display: block;
  overflow: hidden;
}

.right-arrow {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.icon-2 {
  color: var(--box2m);
  margin-left: 0;
}

.icon-3 {
  color: var(--box2m);
  margin-right: 0;
}

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

.div-block-22 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/WINDOW24x.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  background-clip: border-box;
  width: 100%;
  height: 500px;
  position: static;
}

.image-27 {
  text-align: center;
  display: inline-block;
  position: relative;
  top: 49px;
  left: 0;
}

.slide-4, .mask-3 {
  height: 500px;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.slide-nav-4 {
  color: var(--white);
  inset: 742px 0% 0%;
}

.slider-5 {
  background-color: #0000;
}

.image-28, .image-29, .image-30 {
  margin-top: 50px;
}

.image-31 {
  margin-top: 50px;
  margin-left: 170px;
  display: inline-block;
}

.heading-5 {
  color: var(--midnight-blue);
  text-align: center;
  margin-bottom: 20px;
  font-family: Kanit, sans-serif;
  font-weight: 500;
}

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

.paragraph-9 {
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
  font-family: Kanit, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  margin-top: 70px;
  display: flex;
}

.section-17 {
  background-color: var(--box2m);
  height: 100vh;
  padding-top: 140px;
  padding-left: 100px;
  padding-right: 100px;
}

.container-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: block;
}

.testimonial-column-dark {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-left: 140px;
  margin-right: 140px;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  margin-top: 40px;
  display: grid;
}

.testimonial-block-main {
  background-color: #f5f7fa;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-main-image {
  object-fit: cover;
  width: 200px;
  height: 280px;
  margin-right: 24px;
}

.testimonial-main-content {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-block {
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.section-18 {
  border: 1px solid var(--midnight-blue);
  background-color: var(--box2m);
  height: auto;
  padding: 100px 100px 60px;
  overflow: visible;
}

.grid-3 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  opacity: 1;
  grid-template-rows: auto auto auto auto;
  grid-template-areas: ". Area"
                       ". ."
                       ". ."
                       ". .";
  margin-top: 100px;
}

.div-block-24 {
  height: 466px;
  position: relative;
}

.image-32 {
  max-width: none;
  height: auto;
  display: inline-block;
}

.container-15 {
  flex-flow: column wrap;
  justify-content: flex-start;
  display: flex;
}

.div-block-25 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-25.m0 {
  padding-bottom: 1px;
}

.div-block-25.software {
  padding-bottom: 60px;
}

.heading-6 {
  text-align: center;
  margin-bottom: 40px;
}

.div-block-26 {
  border: 1px solid var(--midnight-blue);
  text-align: center;
  background-color: #0000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-10 {
  color: #fff;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  margin: 0 20px;
  font-family: Kanit, sans-serif;
  font-size: 18px;
  font-weight: 200;
  display: flex;
}

.slide-nav-5 {
  top: 400px;
}

.div-block-27 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.heading-7 {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  border-radius: 7px;
  margin-bottom: 20px;
  padding: 20px 30px;
  font-family: Kanit, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 20px;
}

.heading-7.summary {
  color: var(--midnight-blue);
  border-style: none;
  font-size: 25px;
  font-weight: 400;
}

.text-block {
  color: var(--white);
  font-family: Kanit, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.dropdown-toggle {
  color: var(--white);
}

.dropdown-list {
  background-color: var(--box2m);
}

.dropdown-link {
  color: var(--white);
  font-family: Kanit, sans-serif;
  font-weight: 300;
}

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

.columns-3 {
  align-items: center;
  display: flex;
}

.lottie-animation-10 {
  height: 50px;
}

.div-block-28 {
  height: auto;
  margin-left: 0;
  display: flex;
}

.lottie-animation-11 {
  align-self: stretch;
  height: 100px;
}

.dropdown-link-2, .dropdown-link-3 {
  color: var(--white);
  font-family: Kanit, sans-serif;
}

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

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

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.link-11 {
  color: var(--midnight-blue);
  font-family: Kanit, sans-serif;
  font-size: 18px;
}

.section-19 {
  background-color: var(--box2m);
  height: 100px;
}

.section-20 {
  background-color: var(--white);
  height: auto;
  padding: 140px 100px 60px;
}

.heading-8 {
  color: var(--midnight-blue);
  font-family: Kanit, sans-serif;
  font-weight: 500;
}

.paragraph-11 {
  color: var(--box2m);
  text-transform: none;
  font-family: Kanit, sans-serif;
  font-weight: 200;
}

.text-block-2 {
  color: var(--white);
  font-family: Kanit, sans-serif;
}

.icon-9 {
  color: var(--white);
}

.dropdown-list-2 {
  background-color: var(--box2m);
}

.dropdown-link-4, .dropdown-link-5, .dropdown-link-6, .dropdown-toggle-2 {
  color: var(--white);
}

.div-block-31 {
  text-align: center;
}

.link-12 {
  color: var(--midnight-blue);
  padding-left: 30px;
  font-family: Kanit, sans-serif;
  font-size: 16px;
}

.section-21 {
  background-color: var(--box2m);
  height: auto;
  padding-top: 100px;
  padding-bottom: 20px;
}

.container-16 {
  color: var(--white);
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-12 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Kanit, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.paragraph-13 {
  color: var(--midnight-blue);
  font-family: Kanit, sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.gallery-scroll {
  background-color: var(--box2m);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 0;
  font-family: Kanit, sans-serif;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  color: var(--midnight-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 14px;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: var(--midnight-blue);
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: var(--white);
}

.gallery-link.w--current {
  color: var(--white);
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 70px;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.gallery-scroll-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-sticky-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link-2 {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link-2:hover {
  color: #1a1b1fcc;
}

.gallery-link-2.w--current {
  font-weight: 600;
}

.gallery-grid-2 {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-text-2 {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

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

.dropdown-2 {
  color: var(--white);
  font-family: Kanit, sans-serif;
}

.text-block-3, .icon-10 {
  color: var(--white);
}

.dropdown-toggle-3 {
  background-color: #0000;
}

.dropdown-toggle-3:hover {
  color: var(--midnight-blue);
}

.dropdown-toggle-3.w--open {
  color: var(--white);
}

.text-block-4 {
  color: var(--white);
  background-color: #0000;
  font-family: Kanit, sans-serif;
}

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

.dropdown-link-7 {
  background-color: var(--box2m);
  color: var(--midnight-blue);
  padding-left: 30px;
  font-family: Kanit, sans-serif;
}

.dropdown-link-7.energy {
  padding-left: 10px;
}

.dropdown-link-8 {
  background-color: var(--box2m);
  color: var(--midnight-blue);
  padding-left: 30px;
  font-family: Kanit, sans-serif;
}

.grid-5 {
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
}

.text-block-5 {
  background-color: var(--box2m);
  color: var(--white);
  padding-left: 10px;
  font-family: Kanit, sans-serif;
}

.dropdown-list-3 {
  background-color: var(--box2m);
}

.dropdown-list-3.w--open {
  box-shadow: 1px 1px 13px -7px #070c27;
}

.grid-6 {
  color: var(--box2m);
  padding: 40px 140px;
  font-family: Kanit, sans-serif;
}

.grid-6.heading-12.paragraf-grid {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  padding-bottom: 60px;
}

.paragraf-grid {
  color: var(--midnight-blue);
  margin-bottom: 0;
}

.heading-12 {
  color: var(--box2m);
  margin-top: 10px;
  margin-bottom: 0;
}

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

.heading-14 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
}

.heading-14.header {
  text-align: center;
  font-family: Kanit, sans-serif;
  font-weight: 500;
}

.heading-15, .heading-16 {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading-17 {
  margin-top: 10px;
}

.heading-18, .heading-19, .heading-20, .heading-21, .heading-22, .heading-23, .heading-24, .heading-25 {
  margin-bottom: 0;
}

.body-2 {
  background-color: var(--box2m);
}

.div-block-33 {
  padding-left: 140px;
  padding-right: 140px;
}

@media screen and (min-width: 1440px) {
  .gallery-scroll {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-11 {
    font-family: Kanit, sans-serif;
  }

  .grid-6 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 140px;
    padding-right: 140px;
    font-family: Kanit, sans-serif;
  }
}

@media screen and (max-width: 991px) {
  .heading1 {
    padding-bottom: 20px;
    font-size: 40px;
  }

  .paragraph {
    text-align: center;
    width: 568px;
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph.churn {
    text-align: center;
    align-self: auto;
  }

  .paragraph.icons {
    text-align: center;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 20px;
  }

  .button.how {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-top: 0;
  }

  .nav-link-2 {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    right: 54px;
  }

  .navbar {
    z-index: 2147483647;
    position: fixed;
    inset: 0% 0% auto;
  }

  .container {
    min-width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 90px;
    padding-right: 90px;
  }

  .icon {
    outline-offset: 0px;
    color: #fff;
    outline: 3px #fff;
    font-family: Kanit, sans-serif;
  }

  .nav-menu {
    text-align: left;
    background-color: #0000;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .background-video-2 {
    border-style: none;
    border-width: 0;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 100%;
    margin-top: -17px;
    position: relative;
  }

  .container-2 {
    margin-top: -360px;
    margin-bottom: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    height: 400px;
    margin-top: auto;
    padding: 40px 60px;
    display: flex;
  }

  .section.newimage {
    background-position: 50% 100%;
    background-size: cover;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: 400px;
    max-height: 700px;
    padding: 40px 60px;
  }

  .section.icons {
    height: auto;
    margin-top: 0;
    padding: 40px 60px;
  }

  .heading2 {
    flex-direction: row;
    order: 0;
    align-self: auto;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 40px;
    display: flex;
  }

  .heading2.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .container7 {
    flex-direction: column;
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0;
  }

  .container7.churn {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 0;
  }

  .container7.b2b {
    flex-wrap: nowrap;
    place-content: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button2 {
    margin-top: 40px;
  }

  .section-3 {
    background-color: var(--box2m);
    height: 120%;
    margin: auto 0;
    padding: 40px 60px;
  }

  .heading3 {
    padding-top: 30px;
    padding-bottom: 0;
    font-size: 40px;
  }

  .image-8 {
    object-fit: scale-down;
    width: 900px;
    min-width: 100%;
    height: 400px;
    min-height: 400px;
    max-height: 400px;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
    display: none;
    overflow: visible;
  }

  .grid {
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    place-content: space-around;
    align-self: auto;
    place-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contact-form {
    width: 100%;
    height: 100%;
    margin-bottom: auto;
    padding: 40px 60px;
  }

  .contact-form-grid {
    flex-direction: column;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 2fr 2fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: stretch stretch;
    display: flex;
  }

  .heading {
    font-size: 40px;
  }

  .paragraph-3 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .field-label {
    width: 400px;
  }

  .textarea {
    width: 600px;
  }

  .container-5 {
    text-align: left;
    align-items: flex-start;
    max-width: none;
    height: auto;
    min-height: auto;
    max-height: none;
    padding: 0;
  }

  .container-5.form {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer {
    padding: 40px 20px;
  }

  .container-6 {
    flex-flow: wrap;
    place-content: center;
    height: 120%;
    margin-top: 0;
    padding: 0;
  }

  .form-2 {
    object-fit: fill;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
    position: static;
    left: -127px;
  }

  .section-5 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .section-6 {
    margin-bottom: -403px;
    padding-bottom: 0;
  }

  .grid-2 {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 30px;
  }

  .div-block {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
  }

  .div-block-2 {
    flex: 0 auto;
  }

  .image-11 {
    object-fit: scale-down;
    width: 900px;
    min-width: 100%;
    max-width: 100%;
    height: 400px;
    min-height: 400px;
    max-height: 400px;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
  }

  .lottie-animation-2 {
    display: none;
  }

  .section-7 {
    margin-top: -121px;
    margin-left: 100px;
    margin-right: 100px;
  }

  .section-8 {
    padding-bottom: 20px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .container-7 {
    padding-top: 101px;
    padding-bottom: 70px;
  }

  .section-9, .section-10, .section-11 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .section-13 {
    max-height: 500px;
  }

  .background-video-3 {
    height: 70vh;
  }

  .container-10 {
    padding-top: 233px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-12 {
    max-width: 150px;
    inset: 8% 0% 0% -259px;
  }

  .image-13 {
    max-width: 150px;
    top: 98.8047px;
    left: -319px;
  }

  .image-14 {
    max-width: 150px;
    top: 23.4531px;
    left: 227px;
  }

  .image-15 {
    max-width: 150px;
    top: 214px;
    left: 235px;
  }

  .image-16 {
    max-width: 150px;
    top: 23%;
    left: 293px;
  }

  .container-11 {
    top: 0;
    left: -380px;
  }

  .image-19 {
    max-width: 200px;
    top: 240px;
    left: -277px;
  }

  .section-14 {
    height: auto;
    padding: 100px 40px 60px;
  }

  .slider {
    height: 400px;
  }

  .bold-text {
    font-size: 30px;
    line-height: 32px;
  }

  .paragraph-5 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 22px;
  }

  .paragraph-5.energy {
    text-align: center;
  }

  .paragraph-6 {
    margin-top: 20px;
  }

  .section-15 {
    padding: 10px 40px 60px;
  }

  .paragraph-7 {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    line-height: 22px;
  }

  .section-16 {
    height: auto;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .div-block-17.fluids {
    height: 50%;
  }

  .image-22 {
    width: 70%;
    max-width: none;
  }

  .image-23 {
    width: 50%;
  }

  .slide-nav-2 {
    top: 276px;
  }

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

  .bold-text-4 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    line-height: 32px;
    display: flex;
  }

  .tabs-content {
    flex-direction: column;
  }

  .image-24 {
    align-self: center;
    display: block;
    position: relative;
  }

  .div-block-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .slider-4 {
    flex-direction: row;
    flex: none;
    order: 0;
    align-self: center;
    display: flex;
  }

  .left-arrow {
    margin-left: 68px;
  }

  .right-arrow {
    margin-right: 70px;
  }

  .div-block-21 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: static;
  }

  .slide-2 {
    width: 80%;
    padding-left: 85px;
  }

  .slide-3 {
    width: 80%;
  }

  .image-25 {
    flex: 1;
    align-self: auto;
    margin-top: 34px;
  }

  .tab-pane-tab-1 {
    align-self: center;
  }

  .slide-nav-4 {
    position: relative;
    top: -102px;
  }

  .bold-text-5 {
    font-size: 30px;
    line-height: 32px;
  }

  .paragraph-9 {
    font-size: 20px;
  }

  .div-block-23 {
    margin-top: 0;
  }

  .container-14 {
    max-width: 728px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-main-image {
    width: 300px;
    height: 350px;
  }

  .section-18 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-3 {
    margin-top: 81px;
    padding-top: 0;
  }

  .div-block-25, .div-block-25.software {
    padding-bottom: 0;
  }

  .heading-6 {
    margin-bottom: 0;
  }

  .div-block-26 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .paragraph-10 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .columns-3 {
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-28 {
    margin-left: 0;
  }

  .lottie-animation-11 {
    flex-direction: column;
    height: 50px;
    display: block;
  }

  .link-11 {
    padding-bottom: 20px;
  }

  .section-20 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .column-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .column-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-9 {
    margin-top: 140px;
    font-size: 30px;
    line-height: 32px;
  }

  .column-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 101px;
    display: flex;
  }

  .columns-4, .column-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lightbox-link-3, .lightbox-link-4 {
    justify-content: center;
    display: flex;
  }

  .section-21 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery-scroll {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    text-align: center;
    align-items: center;
    position: relative;
    top: 0;
  }

  .container-17 {
    max-width: 728px;
  }

  .gallery-sticky-2 {
    position: relative;
    top: 0;
  }

  .image-35 {
    width: 50%;
    height: auto;
    max-height: none;
  }

  .lightbox-link-5 {
    justify-content: center;
    display: flex;
  }

  .div-block-32 {
    justify-content: flex-end;
    display: flex;
  }

  .dropdown-3 {
    margin-left: 0;
    margin-right: 40px;
  }

  .grid-6.heading-12.paragraf-grid {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .heading1 {
    text-align: center;
    object-fit: fill;
    max-width: none;
  }

  .paragraph {
    width: auto;
  }

  .paragraph-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button, .button.var2 {
    margin-top: 29px;
  }

  .nav-link-2 {
    padding-top: 0;
    padding-bottom: 15px;
    right: 25px;
  }

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

  .nav-menu {
    background-color: var(--box2m);
  }

  .background-video-2 {
    object-fit: fill;
    margin-top: -16px;
  }

  .container-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    height: 400px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.newimage, .section.icons {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading2 {
    line-height: 42px;
  }

  .container7 {
    justify-content: center;
    padding-top: 27px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container7.churn {
    padding-left: 0;
    padding-right: 0;
  }

  .section-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-form {
    padding: 40px;
  }

  .textarea {
    width: 400px;
  }

  .container-5 {
    justify-content: center;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .footer {
    padding: 0 20px;
  }

  .container-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .form-2 {
    margin-top: -46px;
  }

  .section-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .error-message {
    margin-top: 32px;
    margin-bottom: -51px;
  }

  .section-7 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .section-8 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .container-7 {
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

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

  .section-9, .section-10, .section-11 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .background-video-3 {
    height: 70vh;
  }

  .container-10 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .image-12 {
    left: -102px;
  }

  .image-13 {
    left: -162px;
  }

  .image-15 {
    left: 270px;
  }

  .columns {
    display: flex;
  }

  .image-19 {
    left: -201px;
  }

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

  .slider {
    height: auto;
  }

  .bold-text-2 {
    text-align: center;
  }

  .mask {
    height: auto;
  }

  .slide-nav {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: -86px;
  }

  .slide-nav-2 {
    top: 220px;
  }

  .div-block-22 {
    height: 350px;
  }

  .slide-nav-4 {
    top: -200px;
  }

  .testimonial-column-dark {
    padding: 60px 15px;
  }

  .testimonial-main-image {
    width: 250px;
  }

  .section-18 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-3 {
    grid-column-gap: 17px;
    grid-row-gap: 14px;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: ". Area"
                         ". ."
                         ". ."
                         ". .";
    grid-auto-flow: row;
    margin-top: auto;
    padding-top: 40px;
  }

  .div-block-26 {
    align-items: center;
    display: flex;
  }

  .paragraph-10 {
    font-size: 12px;
    line-height: 14px;
  }

  .dropdown-toggle {
    left: 424px;
  }

  .heading-9 {
    text-align: center;
  }

  .right-arrow-3, .left-arrow-3 {
    display: block;
  }

  .right-arrow-4, .left-arrow-4, .right-arrow-5, .left-arrow-5 {
    display: none;
  }

  .icon-6, .icon-7 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .section-21 {
    padding-bottom: 0;
  }

  .paragraph-12 {
    text-align: center;
  }

  .gallery-scroll {
    padding: 60px 15px;
  }

  .gallery-sticky {
    justify-content: center;
    align-items: center;
  }

  .gallery-scroll-2 {
    padding: 60px 15px;
  }

  .grid-6.heading-12.paragraf-grid {
    grid-row-gap: 30px;
  }

  .paragraf-grid {
    line-height: 16px;
  }

  .heading-14 {
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-33 {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 479px) {
  .heading1 {
    padding-bottom: 0;
    font-size: 30px;
  }

  .paragraph {
    text-align: center;
    padding-top: 0;
    font-size: 15px;
    line-height: 18px;
  }

  .paragraph.header {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-2 {
    text-align: center;
    object-fit: scale-down;
    padding-top: 10px;
    font-size: 15px;
    line-height: 18px;
  }

  .paragraph-2.header {
    text-align: center;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .button.var2 {
    flex-wrap: nowrap;
    align-content: center;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .button.how {
    flex-direction: column;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-2 {
    min-width: 100%;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar {
    background-color: var(--box2m);
  }

  .container {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    background-color: var(--box2m);
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
    position: absolute;
  }

  .background-video-2 {
    object-fit: fill;
    margin-top: -18px;
  }

  .container-2 {
    margin-top: -387px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: auto;
    padding: 20px;
    display: flex;
  }

  .section.newimage {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.icons {
    justify-content: center;
    min-height: auto;
    max-height: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .body {
    margin-left: auto;
    margin-right: auto;
  }

  .heading2 {
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: 300;
    line-height: 32px;
  }

  .container7 {
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    height: 350px;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .container7.churn {
    text-align: center;
    flex-direction: row;
    align-content: center;
    margin-bottom: auto;
    padding: 40px 0;
  }

  .container7.b2b {
    flex-flow: column;
    height: 300%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button2 {
    flex: 0 auto;
    width: 200px;
    margin-top: 27px;
    margin-bottom: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .button2.header {
    margin-top: 0;
  }

  .section-3 {
    flex-direction: column;
    height: 160%;
    min-height: 500px;
    max-height: 600px;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading3 {
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 30px;
    font-weight: 300;
    line-height: 32px;
  }

  .heading3.header {
    text-align: center;
    align-self: center;
    margin-bottom: 0;
    font-weight: 400;
  }

  .image-8 {
    height: auto;
    min-height: auto;
  }

  .grid {
    grid-column-gap: 0px;
    grid-template: "Area"
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    align-items: flex-start;
    height: 1000px;
    min-height: 100px;
    max-height: 760px;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .small-text {
    font-size: 10px;
  }

  .heading {
    font-size: 24px;
  }

  .paragraph-3 {
    font-size: 15px;
  }

  .field-label {
    width: auto;
  }

  .text-field {
    width: 300px;
    min-width: auto;
    max-width: none;
    font-size: 12px;
  }

  .text-field-2 {
    width: 300px;
    max-width: none;
    font-size: 12px;
  }

  .text-field-3, .text-field-4 {
    width: 300px;
    min-width: auto;
    max-width: none;
    font-size: 12px;
  }

  .textarea {
    width: 300px;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: 170px;
    max-height: 200px;
    font-size: 12px;
  }

  .container-5 {
    flex-flow: wrap;
    flex: 0 auto;
    place-content: center;
    align-self: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding: 40px 0;
    display: flex;
  }

  .container-5.form {
    flex-flow: column;
    place-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .footer {
    text-align: left;
    padding: 0 20px;
  }

  .container-6 {
    text-align: center;
    flex-flow: wrap;
    flex: 0 auto;
    order: 0;
    place-content: center;
    align-self: center;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .form-2 {
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    align-items: flex-start;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .grid-2 {
    grid-column-gap: 22px;
    grid-row-gap: 9px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    place-content: center;
    justify-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 19px;
  }

  .div-block-2 {
    margin-top: -10px;
  }

  .image-10 {
    position: static;
    top: -9px;
  }

  .image-11 {
    object-fit: scale-down;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 50%;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .lottie-animation-2 {
    display: none;
  }

  .div-block-3 {
    min-width: 100%;
    margin-top: -25px;
    padding-top: 0;
  }

  .div-block-4 {
    margin-top: -10px;
    padding-top: 0;
  }

  .div-block-5 {
    min-width: auto;
    min-height: auto;
    margin-top: -10px;
  }

  .div-block-6 {
    margin-top: -10px;
  }

  .form-block {
    flex-flow: column;
    align-self: auto;
    align-items: flex-start;
    min-width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .error-message {
    margin-top: -166px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
  }

  .section-7 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .container-7 {
    padding-bottom: 0;
  }

  .section-9, .section-10, .section-11 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .background-video-3 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50vh;
    display: flex;
  }

  .container-10 {
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: none;
    min-height: auto;
    padding: 60px 20px 20px;
  }

  .container-11 {
    overflow: hidden;
  }

  .image-17 {
    max-width: 50%;
  }

  .columns {
    flex: 0 auto;
    display: flex;
  }

  .section-14 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider {
    height: auto;
  }

  .bold-text {
    text-align: center;
    margin-top: 0;
    font-size: 25px;
    line-height: 27px;
  }

  .paragraph-5 {
    font-size: 18px;
    line-height: 20px;
  }

  .section-15 {
    padding: 20px 20px 40px;
  }

  .bold-text-2 {
    font-size: 25px;
    line-height: 27px;
  }

  .paragraph-7 {
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-16 {
    padding: 20px 20px 40px;
  }

  .section-16.soft {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .image-22 {
    flex: none;
    width: 80%;
    max-width: none;
  }

  .image-23 {
    width: 80%;
    max-width: none;
  }

  .mask {
    height: 250px;
  }

  .slide-nav {
    position: relative;
    top: 0;
  }

  .mask-2 {
    height: 250px;
  }

  .slide-nav-2 {
    position: relative;
    top: -57px;
  }

  .div-block-19 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-22 {
    width: auto;
    height: auto;
  }

  .image-27 {
    top: 15px;
  }

  .slide-4 {
    height: 250px;
  }

  .mask-3 {
    height: auto;
  }

  .slide-nav-4 {
    padding-top: 0;
    top: 0;
  }

  .image-28, .image-29, .image-30 {
    margin-top: 15px;
  }

  .image-31 {
    margin-top: 15px;
    margin-left: auto;
  }

  .heading-5, .bold-text-5 {
    font-size: 25px;
    line-height: 27px;
  }

  .paragraph-9 {
    font-size: 18px;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-block-main {
    flex-direction: column;
  }

  .testimonial-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .section-18 {
    padding: 60px 10px 40px;
  }

  .grid-3 {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    grid-auto-flow: column;
    align-self: flex-start;
    margin-top: auto;
    padding-top: 0;
  }

  .grid-3.industrial {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-auto-flow: row;
  }

  .grid-3.m0 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }

  .container-15 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .div-block-25.software {
    flex: 0 auto;
    align-self: flex-start;
  }

  .heading-6 {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 25px;
    line-height: 27px;
  }

  .div-block-26 {
    padding-bottom: 0;
  }

  .div-block-26.industrial {
    padding-top: 0;
  }

  .paragraph-10 {
    align-self: auto;
    font-size: 16px;
    line-height: 16px;
  }

  .slide-nav-5 {
    position: relative;
    top: 0;
  }

  .div-block-27 {
    flex-direction: column;
    align-self: auto;
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
    overflow: visible;
  }

  .div-block-27.industrial, .div-block-27.electrical {
    margin-top: 40px;
  }

  .heading-7 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .heading-7.summary {
    margin-top: 20px;
    margin-bottom: 0;
    overflow: visible;
  }

  .dropdown-toggle {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    margin-left: 151px;
    margin-right: 0;
    padding: 0;
    display: flex;
    position: relative;
    top: auto;
    left: auto;
  }

  .dropdown-list {
    align-self: flex-end;
    position: relative;
  }

  .dropdown-list.w--open {
    text-align: right;
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .dropdown-link {
    color: var(--midnight-blue);
    margin-right: 0;
    padding-top: 20px;
    top: 0;
  }

  .dropdown-link-2 {
    color: var(--midnight-blue);
    margin-right: 0;
    top: 0;
  }

  .dropdown-link-3 {
    color: var(--midnight-blue);
    text-align: right;
    align-self: flex-end;
    margin-right: 0;
    top: 0;
  }

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

  .link-11 {
    font-size: 16px;
    line-height: 18px;
  }

  .section-20 {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-2 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-9 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 27px;
  }

  .column-4 {
    margin-top: 0;
  }

  .dropdown {
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    position: static;
    top: -5px;
  }

  .heading-10 {
    margin-top: 0;
  }

  .column-6, .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-4, .icon-5 {
    display: none;
  }

  .icon-8 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .image-33 {
    text-align: left;
    max-width: 70%;
    display: block;
  }

  .lightbox-link {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .image-34 {
    max-width: 70%;
  }

  .lightbox-link-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lightbox-link-3 {
    flex-direction: column;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .lightbox-link-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-29 {
    align-self: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-30 {
    padding-bottom: 10px;
    font-size: 20px;
  }

  .paragraph-12 {
    text-align: center;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-sticky {
    text-align: center;
    align-items: center;
  }

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

  .image-35 {
    width: 80%;
    max-width: none;
  }

  .div-block-32 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .dropdown-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-6.heading-12.paragraf-grid {
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .div-block-33 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_67c52451-3539-7df5-41b0-3e06e5aecfe5-0aaa4f1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5043358-b134-ae4d-cbc5-0e4ed198267c-0aaa4f1d {
  grid-area: Area;
}

#w-node-d68cea9e-b57f-36d8-a21a-261a8d281b08-0aaa4f1d, #w-node-_6d88c462-2330-9ce1-cc8b-bd6758ad49b5-0aaa4f1d, #w-node-_932ab736-3f9e-85fa-35bb-5f3b5828e4f2-0aaa4f1d, #w-node-b9c5b3bf-e6e4-1dc7-0791-c58736bdad26-36bdad21, #w-node-b9c5b3bf-e6e4-1dc7-0791-c58736bdad28-36bdad21, #w-node-b9c5b3bf-e6e4-1dc7-0791-c58736bdad2a-36bdad21, #w-node-b9c5b3bf-e6e4-1dc7-0791-c58736bdad2c-36bdad21, #w-node-b9c5b3bf-e6e4-1dc7-0791-c58736bdad2e-36bdad21, #w-node-b9c5b3bf-e6e4-1dc7-0791-c58736bdad30-36bdad21, #w-node-b9c5b3bf-e6e4-1dc7-0791-c58736bdad32-36bdad21, #w-node-b9c5b3bf-e6e4-1dc7-0791-c58736bdad34-36bdad21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_468fe985-83ff-7ba1-dd91-af51e4558bad-8caa4f26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch;
}

#w-node-a825fc18-4233-34d5-b4ef-cf57ca08820f-8caa4f26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6329dce-bdec-a6ab-97f9-ae7e2e20bc95-8caa4f26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-a6329dce-bdec-a6ab-97f9-ae7e2e20bc96-8caa4f26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce41c9a6-cd3a-cb8f-c390-152ecacb62a8-8caa4f26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-ce41c9a6-cd3a-cb8f-c390-152ecacb62a9-8caa4f26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e822bb5b-950e-2a1e-8163-b4eb7ea0ae95-8caa4f26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-e822bb5b-950e-2a1e-8163-b4eb7ea0ae96-8caa4f26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_171cc484-c771-84ff-5aab-9acaa99aa7d1-8caa4f26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch;
}

#w-node-_171cc484-c771-84ff-5aab-9acaa99aa7d2-8caa4f26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268a14b9-2f8e-00e9-3c23-ed60e1a845c8-8caa4f26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_268a14b9-2f8e-00e9-3c23-ed60e1a845c9-8caa4f26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c581920b-7306-d284-4206-ce6f97768aa3-8caa4f26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-c581920b-7306-d284-4206-ce6f97768aa4-8caa4f26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9678daf4-6a86-d135-8ade-324247117d1f-8caa4f26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_9678daf4-6a86-d135-8ade-324247117d20-8caa4f26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_468fe985-83ff-7ba1-dd91-af51e4558bad-f3aa4f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch;
}

#w-node-a825fc18-4233-34d5-b4ef-cf57ca08820f-f3aa4f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6329dce-bdec-a6ab-97f9-ae7e2e20bc95-f3aa4f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-a6329dce-bdec-a6ab-97f9-ae7e2e20bc96-f3aa4f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce41c9a6-cd3a-cb8f-c390-152ecacb62a8-f3aa4f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-ce41c9a6-cd3a-cb8f-c390-152ecacb62a9-f3aa4f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e822bb5b-950e-2a1e-8163-b4eb7ea0ae95-f3aa4f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e822bb5b-950e-2a1e-8163-b4eb7ea0ae96-f3aa4f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_171cc484-c771-84ff-5aab-9acaa99aa7d1-f3aa4f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_171cc484-c771-84ff-5aab-9acaa99aa7d2-f3aa4f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268a14b9-2f8e-00e9-3c23-ed60e1a845c8-f3aa4f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_268a14b9-2f8e-00e9-3c23-ed60e1a845c9-f3aa4f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c581920b-7306-d284-4206-ce6f97768aa3-f3aa4f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-c581920b-7306-d284-4206-ce6f97768aa4-f3aa4f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9678daf4-6a86-d135-8ade-324247117d1f-f3aa4f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_9678daf4-6a86-d135-8ade-324247117d20-f3aa4f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_345b0c2d-88b2-4c45-75f4-023b6b2903cd-f3aa4f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_345b0c2d-88b2-4c45-75f4-023b6b2903ce-f3aa4f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98a018ee-237d-279e-64a3-d09c6c6e2755-f3aa4f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_98a018ee-237d-279e-64a3-d09c6c6e2756-f3aa4f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c560b5c-fa7d-3dd9-3188-68ccc9d52d73-f3aa4f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_7c560b5c-fa7d-3dd9-3188-68ccc9d52d74-f3aa4f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4caf33e8-6bfa-cff8-a53c-bcab1b31ef16-f3aa4f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_4caf33e8-6bfa-cff8-a53c-bcab1b31ef17-f3aa4f28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_468fe985-83ff-7ba1-dd91-af51e4558bad-46aa4f29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a825fc18-4233-34d5-b4ef-cf57ca08820f-46aa4f29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6329dce-bdec-a6ab-97f9-ae7e2e20bc95-46aa4f29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-a6329dce-bdec-a6ab-97f9-ae7e2e20bc96-46aa4f29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce41c9a6-cd3a-cb8f-c390-152ecacb62a8-46aa4f29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-ce41c9a6-cd3a-cb8f-c390-152ecacb62a9-46aa4f29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e822bb5b-950e-2a1e-8163-b4eb7ea0ae95-46aa4f29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e822bb5b-950e-2a1e-8163-b4eb7ea0ae96-46aa4f29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_171cc484-c771-84ff-5aab-9acaa99aa7d1-46aa4f29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch;
}

#w-node-_171cc484-c771-84ff-5aab-9acaa99aa7d2-46aa4f29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268a14b9-2f8e-00e9-3c23-ed60e1a845c8-46aa4f29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_268a14b9-2f8e-00e9-3c23-ed60e1a845c9-46aa4f29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c581920b-7306-d284-4206-ce6f97768aa3-46aa4f29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-c581920b-7306-d284-4206-ce6f97768aa4-46aa4f29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9678daf4-6a86-d135-8ade-324247117d1f-46aa4f29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_9678daf4-6a86-d135-8ade-324247117d20-46aa4f29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_345b0c2d-88b2-4c45-75f4-023b6b2903cd-46aa4f29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_345b0c2d-88b2-4c45-75f4-023b6b2903ce-46aa4f29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98a018ee-237d-279e-64a3-d09c6c6e2755-46aa4f29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_98a018ee-237d-279e-64a3-d09c6c6e2756-46aa4f29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_468fe985-83ff-7ba1-dd91-af51e4558bad-23aa4f2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch;
}

#w-node-a825fc18-4233-34d5-b4ef-cf57ca08820f-23aa4f2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6329dce-bdec-a6ab-97f9-ae7e2e20bc95-23aa4f2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-a6329dce-bdec-a6ab-97f9-ae7e2e20bc96-23aa4f2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce41c9a6-cd3a-cb8f-c390-152ecacb62a8-23aa4f2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-ce41c9a6-cd3a-cb8f-c390-152ecacb62a9-23aa4f2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e822bb5b-950e-2a1e-8163-b4eb7ea0ae95-23aa4f2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e822bb5b-950e-2a1e-8163-b4eb7ea0ae96-23aa4f2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_171cc484-c771-84ff-5aab-9acaa99aa7d1-23aa4f2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_171cc484-c771-84ff-5aab-9acaa99aa7d2-23aa4f2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268a14b9-2f8e-00e9-3c23-ed60e1a845c8-23aa4f2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_268a14b9-2f8e-00e9-3c23-ed60e1a845c9-23aa4f2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c581920b-7306-d284-4206-ce6f97768aa3-23aa4f2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-c581920b-7306-d284-4206-ce6f97768aa4-23aa4f2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9678daf4-6a86-d135-8ade-324247117d1f-23aa4f2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_9678daf4-6a86-d135-8ade-324247117d20-23aa4f2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_345b0c2d-88b2-4c45-75f4-023b6b2903cd-23aa4f2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_345b0c2d-88b2-4c45-75f4-023b6b2903ce-23aa4f2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98a018ee-237d-279e-64a3-d09c6c6e2755-23aa4f2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch;
}

#w-node-_98a018ee-237d-279e-64a3-d09c6c6e2756-23aa4f2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_468fe985-83ff-7ba1-dd91-af51e4558bad-39aa4f2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-a825fc18-4233-34d5-b4ef-cf57ca08820f-39aa4f2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6329dce-bdec-a6ab-97f9-ae7e2e20bc95-39aa4f2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-a6329dce-bdec-a6ab-97f9-ae7e2e20bc96-39aa4f2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce41c9a6-cd3a-cb8f-c390-152ecacb62a8-39aa4f2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-ce41c9a6-cd3a-cb8f-c390-152ecacb62a9-39aa4f2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e822bb5b-950e-2a1e-8163-b4eb7ea0ae95-39aa4f2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e822bb5b-950e-2a1e-8163-b4eb7ea0ae96-39aa4f2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_171cc484-c771-84ff-5aab-9acaa99aa7d1-39aa4f2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_171cc484-c771-84ff-5aab-9acaa99aa7d2-39aa4f2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268a14b9-2f8e-00e9-3c23-ed60e1a845c8-39aa4f2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_268a14b9-2f8e-00e9-3c23-ed60e1a845c9-39aa4f2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c581920b-7306-d284-4206-ce6f97768aa3-39aa4f2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c581920b-7306-d284-4206-ce6f97768aa4-39aa4f2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9678daf4-6a86-d135-8ade-324247117d1f-39aa4f2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_9678daf4-6a86-d135-8ade-324247117d20-39aa4f2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8bf0006e-5a2e-ed0e-3ee2-ec729d513726-39aa4f2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8bf0006e-5a2e-ed0e-3ee2-ec729d513727-39aa4f2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ded841ff-8fe2-e66a-1a4c-51d485c43281-39aa4f2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ded841ff-8fe2-e66a-1a4c-51d485c43282-39aa4f2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfc1de7b-9ad6-9d27-ad3f-2139a44136ce-39aa4f2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-dfc1de7b-9ad6-9d27-ad3f-2139a44136cf-39aa4f2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-a8b12c64-0222-ba02-ac90-a185cedb6d2c-53bd5959, #w-node-_9930a6cd-70ae-5a03-ac25-e6ffd770573a-53bd5959, #w-node-_5cec419e-1922-13f1-2fa9-ce1ec7849556-53bd5959, #w-node-_3408ba8a-9d56-6675-6f8c-94f2f6479e82-53bd5959, #w-node-_3408ba8a-9d56-6675-6f8c-94f2f6479e84-53bd5959, #w-node-baf18626-d3c8-10e3-73c0-d359d809f89b-53bd5959, #w-node-baf18626-d3c8-10e3-73c0-d359d809f89d-53bd5959, #w-node-_601e45c3-5a83-bfcc-1d86-32fa95712ff7-53bd5959, #w-node-_601e45c3-5a83-bfcc-1d86-32fa95712ff8-53bd5959, #w-node-_601e45c3-5a83-bfcc-1d86-32fa95712ff9-53bd5959, #w-node-_54f358fd-0e44-acba-0967-41bba8477a75-53bd5959, #w-node-_54f358fd-0e44-acba-0967-41bba8477a76-53bd5959, #w-node-_54f358fd-0e44-acba-0967-41bba8477a77-53bd5959, #w-node-_9f96aecc-32c0-0163-e029-2b05f9fd09f1-53bd5959, #w-node-_9f96aecc-32c0-0163-e029-2b05f9fd09f2-53bd5959, #w-node-_9f96aecc-32c0-0163-e029-2b05f9fd09f3-53bd5959, #w-node-cb36dcfd-54c5-853b-3108-ecaf2b90c342-53bd5959, #w-node-cb36dcfd-54c5-853b-3108-ecaf2b90c343-53bd5959, #w-node-cb36dcfd-54c5-853b-3108-ecaf2b90c344-53bd5959, #w-node-f4a38c3d-a652-fdc6-ff52-22110799fdff-53bd5959, #w-node-f4a38c3d-a652-fdc6-ff52-22110799fe00-53bd5959, #w-node-f4a38c3d-a652-fdc6-ff52-22110799fe01-53bd5959, #w-node-d60f2676-d995-d9e7-5e60-1a0b6b8da066-53bd5959, #w-node-d60f2676-d995-d9e7-5e60-1a0b6b8da067-53bd5959, #w-node-d60f2676-d995-d9e7-5e60-1a0b6b8da068-53bd5959, #w-node-_370a0915-7d58-6212-8dfb-c6ee64486079-53bd5959, #w-node-_370a0915-7d58-6212-8dfb-c6ee6448607a-53bd5959, #w-node-_370a0915-7d58-6212-8dfb-c6ee6448607b-53bd5959, #w-node-fdb3caea-cc80-f7f1-966c-3bf2def26cad-53bd5959, #w-node-fdb3caea-cc80-f7f1-966c-3bf2def26cae-53bd5959, #w-node-fdb3caea-cc80-f7f1-966c-3bf2def26caf-53bd5959, #w-node-ae098f33-a650-9a8d-632c-a386a5d52a3e-53bd5959, #w-node-ae098f33-a650-9a8d-632c-a386a5d52a40-53bd5959, #w-node-_084b5dee-8206-643e-c394-194e7abc2c90-53bd5959, #w-node-_084b5dee-8206-643e-c394-194e7abc2c91-53bd5959, #w-node-_084b5dee-8206-643e-c394-194e7abc2c92-53bd5959, #w-node-cba7cef5-380b-abc6-6413-d6d1b2df779b-53bd5959, #w-node-cba7cef5-380b-abc6-6413-d6d1b2df779c-53bd5959, #w-node-cba7cef5-380b-abc6-6413-d6d1b2df779d-53bd5959 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6d88c462-2330-9ce1-cc8b-bd6758ad49b5-0aaa4f1d, #w-node-_932ab736-3f9e-85fa-35bb-5f3b5828e4f2-0aaa4f1d, #w-node-c8f05300-c0e6-91e8-f3ac-57a0c5814cd3-c5814cc3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_468fe985-83ff-7ba1-dd91-af51e4558bad-f3aa4f28, #w-node-_9678daf4-6a86-d135-8ade-324247117d1f-f3aa4f28, #w-node-_98a018ee-237d-279e-64a3-d09c6c6e2755-f3aa4f28, #w-node-_4caf33e8-6bfa-cff8-a53c-bcab1b31ef16-f3aa4f28 {
    align-self: stretch;
  }

  #w-node-_468fe985-83ff-7ba1-dd91-af51e4558bad-39aa4f2b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-ce41c9a6-cd3a-cb8f-c390-152ecacb62a8-39aa4f2b {
    place-self: stretch stretch;
  }

  #w-node-_171cc484-c771-84ff-5aab-9acaa99aa7d1-39aa4f2b, #w-node-c581920b-7306-d284-4206-ce6f97768aa3-39aa4f2b, #w-node-_8bf0006e-5a2e-ed0e-3ee2-ec729d513726-39aa4f2b, #w-node-ded841ff-8fe2-e66a-1a4c-51d485c43281-39aa4f2b, #w-node-dfc1de7b-9ad6-9d27-ad3f-2139a44136ce-39aa4f2b {
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a6329dce-bdec-a6ab-97f9-ae7e2e20bc95-8caa4f26 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-e822bb5b-950e-2a1e-8163-b4eb7ea0ae95-8caa4f26 {
    place-self: stretch stretch;
  }

  #w-node-_171cc484-c771-84ff-5aab-9acaa99aa7d1-8caa4f26, #w-node-_468fe985-83ff-7ba1-dd91-af51e4558bad-f3aa4f28, #w-node-e822bb5b-950e-2a1e-8163-b4eb7ea0ae95-f3aa4f28, #w-node-_268a14b9-2f8e-00e9-3c23-ed60e1a845c8-f3aa4f28, #w-node-_9678daf4-6a86-d135-8ade-324247117d1f-f3aa4f28, #w-node-_98a018ee-237d-279e-64a3-d09c6c6e2755-f3aa4f28, #w-node-_4caf33e8-6bfa-cff8-a53c-bcab1b31ef16-f3aa4f28 {
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d68cea9e-b57f-36d8-a21a-261a8d281b08-0aaa4f1d, #w-node-_6d88c462-2330-9ce1-cc8b-bd6758ad49b5-0aaa4f1d, #w-node-_932ab736-3f9e-85fa-35bb-5f3b5828e4f2-0aaa4f1d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b9c5b3bf-e6e4-1dc7-0791-c58736bdad2a-36bdad21 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b9c5b3bf-e6e4-1dc7-0791-c58736bdad2c-36bdad21 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-b9c5b3bf-e6e4-1dc7-0791-c58736bdad2e-36bdad21 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b9c5b3bf-e6e4-1dc7-0791-c58736bdad30-36bdad21 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b9c5b3bf-e6e4-1dc7-0791-c58736bdad32-36bdad21 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-b9c5b3bf-e6e4-1dc7-0791-c58736bdad34-36bdad21 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c8f05300-c0e6-91e8-f3ac-57a0c5814ccf-c5814cc3, #w-node-c8f05300-c0e6-91e8-f3ac-57a0c5814cd3-c5814cc3, #w-node-c8f05300-c0e6-91e8-f3ac-57a0c5814cd7-c5814cc3, #w-node-c8f05300-c0e6-91e8-f3ac-57a0c5814cdb-c5814cc3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e822bb5b-950e-2a1e-8163-b4eb7ea0ae95-39aa4f2b {
    place-self: stretch stretch;
  }
}


