.control-group.failed input {
  border: 1px solid #ff0000;
}
.control-group.failed select {
  border: 1px solid #ff0000;
}
.control-group.checked input {
  border: 1px solid green;
}
.control-group.checked select {
  border: 1px solid green;
}
.control-group .form-control {
  border-top-color: #aaa;
  border-right-color: #bbb;
  border-left-color: #cdcdcd;
  border-bottom-color: #ccc;
}
.failed input {
  border: 1px solid #ff0000;
}
.failed select {
  border: 1px solid #ff0000;
}
.checked input {
  border: 1px solid green;
}
.checked select {
  border: 1px solid green;
}
.form-control {
  border-top-color: #ababab;
  border-right-color: #bbbbbb;
  border-left-color: #cdcdcd;
  border-bottom-color: #cccccc;
}
.___formpeoplerow {
  display: inline;
}
.___formpeoplerow .person-tile {
  margin-bottom: 1em;
}
.___formpeoplerow .person-tile:hover {
  cursor: pointer;
}
.___formpeoplerow .person-tile:hover a {
  text-decoration: underline;
}
.___formpeoplerow .person-tile:hover.selected a {
  text-decoration: none;
}
.___formpeoplerow .person-tile.selected:hover {
  cursor: default;
}
.___formpeoplerow .person-tile.selected .tile {
  border: 1px solid #000000;
}
.___formpeoplerow .person-tile.selected .tile a:hover {
  text-decoration: none;
}
.onoffswitch {
  position: relative;
  width: 139px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 33px;
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 49px;
  padding: 0;
  line-height: 49px;
  font-size: 16px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "Public";
  padding-left: 30px;
  background-color: #EEEEEE;
  color: #666666;
}
.onoffswitch-inner:after {
  content: "Private";
  padding-right: 30px;
  background-color: #EEEEEE;
  color: #666666;
  text-align: right;
}
.onoffswitch-switch {
  display: block;
  width: 40px;
  margin: 4.5px;
  background: #A1A1A1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 86px;
  border: 2px solid #999999;
  border-radius: 33px;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
  background-color: #27A1CA;
}
.chosen-container,
.chosen-container-single {
  font-size: 16px;
}
.chosen-container .chosen-single,
.chosen-container-single .chosen-single {
  line-height: 32px;
  height: 32px;
  background: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
}
.chosen-container .chosen-single div b,
.chosen-container-single .chosen-single div b {
  background-position: -3px 6px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -21px 6px;
}
.chosen-container .chosen-results li.active-result.result-selected,
.chosen-container .chosen-results li.active-result:hover {
  background: none;
  background-color: #ddd;
  color: #444;
}
.___formbuttonslarge {
  display: inline;
}
.___formbuttonslarge .buttons {
  padding: 1em 0;
  min-height: 74px;
}
.___formbuttonslarge .buttons .reset {
  float: left;
}
.___formbuttonslarge .buttons .cancel {
  float: right;
  margin-right: 2em;
  background: #ddd;
}
.___formbuttonslarge .buttons .save-and-new {
  float: right;
  margin-left: 2em;
}
.___formbuttonslarge .buttons .submit {
  float: right;
}
@media (max-width: 768px) {
  .___formbuttonslarge .buttons .xs-container {
    display: block;
    padding: 0 0 1em 0;
    height: 74px;
  }
  .___formbuttonslarge .buttons .xs-container .cancel {
    margin-right: 0px;
  }
  .___formbuttonslarge .buttons .xs-container .save {
    float: left;
  }
  .___formbuttonslarge .buttons .xs-container .submit {
    margin-right: 0px;
  }
}
.___forminputlink {
  display: inline;
}
.___forminputlink .btn-default {
  background-color: #ddd;
  border-color: transparent;
}
.person-selection {
  margin: -3px 5px 0 0;
}
.personpicker .container {
  padding: 1em;
  width: auto;
}
.personpicker .searchBar {
  padding: 1em 0;
}
.personpicker .results {
  padding: 1em 0;
}
.___forminputregextext {
  display: inline;
}
.___forminputregextext .regex_field .text_regex_link {
  float: right;
  margin: 4px 5px;
}
.regex_field_modal .regexContainer {
  margin: 15px;
}
.regex_field_modal .regexContainer .form-control {
  width: 100%;
}
.regex_field_modal .inputContainer {
  margin: 15px;
}
.regex_field_modal .inputContainer .form-control {
  width: 100%;
}
.regex_field_modal .resultContainer {
  margin: 15px;
}
.regex_field_modal .resultContainer pre {
  min-height: 40px;
}
.___forminputcaptcha {
  display: inline;
}
.___forminputcaptcha .thumbnail {
  float: left;
  max-width: 125px;
  margin-right: 5px;
}
.___forminputcaptcha input {
  margin-left: 132px;
  display: block;
  width: auto;
  max-width: 170px;
}
.peoplepicker .container {
  padding: 1em;
  width: auto;
}
.peoplepicker .searchBar {
  padding: 1em 0;
}
.peoplepicker .results {
  padding: 1em 0;
}
.___forminputboolean {
  display: inline;
}
.___forminputboolean select {
  font-size: 18px;
  line-height: 36px;
  height: 36px;
  width: auto;
}
.___formcancellarge {
  display: inline;
}
.___formcancellarge .buttons {
  padding: 1em 0;
  min-height: 74px;
}
.___formcancellarge .buttons .cancel {
  float: right;
  margin-right: 0px;
  background: #ddd;
}
@media (max-width: 768px) {
  .___formcancellarge .buttons .xs-container {
    display: block;
    padding: 0 0 1em 0;
    height: 74px;
  }
  .___formcancellarge .buttons .xs-container .cancel {
    margin-right: 0px;
  }
}
.___forminputvisitor {
  display: inline;
}
.___forminputvisitor .visitor-info {
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 0px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.___forminputvisitor .visitor-info .line {
  padding: 6px 12px;
  border-bottom: 1px solid #ccc;
}
.___forminputvisitor .visitor-info .line.last {
  border-bottom: none;
}
.___forminputpercentage {
  display: inline;
}
.___forminputpercentage .percentage-picker {
  position: relative;
}
.___forminputpercentage .percentage-picker .percentage {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  position: absolute;
  top: 6px;
  left: 10px;
  width: 40px;
  text-align: right;
}
.___forminputpercentage .percentage-picker .percentage-sign {
  position: absolute;
  top: 6px;
  left: 55px;
}
.___forminputpercentage .percentage-picker .slider {
  position: absolute;
  top: 10px;
  right: 11px;
  left: 50px;
}
.___maptablelistingpaginationbottom {
  display: inline;
}
.___maptablelistingpaginationbottom a {
  display: block;
  padding: 5px 0 12px 0;
  text-align: center;
  font-size: 32px;
  color: #ddd;
  background-color: #ffffff;
}
.listing-header.simple {
  position: relative;
  height: 33px;
  background: #999999;
  border-bottom: 1px solid #777777;
}
.listing-header.simple form {
  position: relative;
}
.listing-header.simple form .search-field {
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 12px;
  padding: 2px 10px;
  line-height: 22px;
  height: 22px;
  width: 120px;
  border-radius: 15px;
  border: 1px solid #777777;
  border-bottom-color: #555555;
  outline: none;
  color: #555555;
}
.listing-header.simple form .clear-search {
  color: #999999;
  position: absolute;
  top: 8px;
  left: 112px;
  cursor: pointer;
}
.listing-header.simple .add-link {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  text-align: center;
  width: 33px;
  height: 33px;
  line-height: 33px;
  background: #444;
  color: #ffffff;
  text-shadow: 0 0 1px #222;
}
.listing-header.simple .add-link span {
  line-height: 29px;
}
.___maptablelistingpaginationtop {
  display: inline;
}
.___maptablelistingpaginationtop a {
  display: block;
  padding: 5px 0 12px 0;
  text-align: center;
  font-size: 32px;
  color: #ddd;
  border-bottom: 1px solid #cccccc;
  background-color: #ffffff;
}
.___maptablesimple {
  display: inline;
}
.___maptablesimple .form-column-simple {
  overflow-y: auto;
  overflow-x: hidden;
  margin-left: 0px;
}
.___maptablesimple .form-column-simple .form-header {
  height: 33px;
  position: relative;
}
.___maptablesimple .form-column-simple .form-header .title {
  color: #222222;
  line-height: 33px;
  padding: 0 2em;
  font-size: 18px;
}
.___maptablesimple .form-column-simple .form-header .record-id {
  position: absolute;
  top: 0;
  line-height: 33px;
  right: 20px;
  font-size: 18px;
  font-weight: bold;
}
.___maptabledefault {
  display: inline;
}
.___maptabledefault .listings-column {
  width: 290px;
  float: left;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  height: 600px;
}
@media (max-width: 1224px) {
  .___maptabledefault .listings-column {
    display: none;
  }
}
.___maptabledefault .form-column {
  overflow-y: auto;
  overflow-x: hidden;
  margin-left: 290px;
  border-left: 1px solid #ddd;
}
@media (max-width: 1224px) {
  .___maptabledefault .form-column {
    margin-left: 0px;
  }
}
.___maptabledefault .form-column .form-header {
  height: 33px;
  position: relative;
}
.___maptabledefault .form-column .form-header .title {
  color: #222222;
  line-height: 33px;
  padding: 0 2em;
  font-size: 18px;
}
.___maptabledefault .form-column .form-header .record-id {
  position: absolute;
  top: 0;
  line-height: 33px;
  right: 20px;
  font-size: 18px;
  font-weight: bold;
}
.___maptablelisting {
  display: inline;
}
.___maptablelisting ul.listing {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
.___maptablelisting ul.listing li {
  list-style-position: inside;
  position: relative;
  margin: 0;
  padding: 0.5em 1em 0.5em 2em;
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
  min-height: 65px;
  transition: .2s;
}
.___maptablelisting ul.listing li .name {
  display: block;
  color: #111111;
  font-size: 14px;
  line-height: 120%;
  font-weight: bold;
}
.___maptablelisting ul.listing li .description {
  display: block;
  color: #555555;
  font-size: 15px;
  line-height: 120%;
}
.___maptablelisting ul.listing li .extra {
  display: block;
  color: #999999;
  font-size: 12px;
  line-height: 120%;
}
.___maptablelisting ul.listing li .date-added {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #428bca;
  font-size: 10px;
}
.___maptablelisting ul.listing li .right-arrow {
  position: absolute;
  top: 25px;
  right: 6px;
  line-height: 16px;
  height: 16px;
  font-size: 10px;
  color: #ccc;
}
.___maptablelisting ul.listing li .delete {
  display: none;
  position: absolute;
  top: 23px;
  left: 7px;
  font-size: 16px;
  color: #a93d3d;
  transition: .2s;
  opacity: 0.7;
}
.___maptablelisting ul.listing li .delete:hover {
  opacity: 1;
}
.___maptablelisting ul.listing li .compressable {
  visibility: hidden;
}
.___maptablelisting ul.listing li:hover {
  padding-left: 28px;
}
.___maptablelisting ul.listing li:hover * {
  text-decoration: none;
  outline: 0;
}
.___maptablelisting ul.listing li:hover .delete {
  display: block;
}
.___maptablelisting ul.listing li.selected {
  cursor: pointer;
  background-color: #428bca;
}
.___maptablelisting ul.listing li.selected .delete {
  color: #ffffff;
}
.___maptablelisting ul.listing li.selected .name {
  color: #ffffff;
}
.___maptablelisting ul.listing li.selected .description {
  color: #ffffff;
}
.___maptablelisting ul.listing li.selected .extra {
  color: #ffffff;
}
.___maptablelisting ul.listing li.selected .date-added {
  color: #fff;
}
.___maptablelisting ul.listing li.selected .right-arrow {
  display: none;
}
.___maptablelisting ul.listing li.selected .arrow-decal {
  position: absolute;
  right: -2px;
  top: 23px;
  width: 8px;
  height: 18px;
  background: url('//www.sustainers.nl/modules/MapTable/views/maptablelisting/less/images/left-arrow-decal.png') top left no-repeat transparent;
}
.___maptablelisting ul.listing li.no-records {
  background-color: transparent;
  border-bottom: none;
  min-height: 65px;
  text-align: center;
  line-height: 65px;
  font-size: 18px;
  color: #aaaaaa;
}
.___maptablelistingsimple {
  display: inline;
}
.___maptablelistingsimple ul.listing {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  max-height: 400px;
}
.___maptablelistingsimple ul.listing li {
  list-style-position: inside;
  position: relative;
  margin: 0;
  padding: 0.5em 1em 0.5em 2em;
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
  min-height: 65px;
  transition: .2s;
}
.___maptablelistingsimple ul.listing li .name {
  display: block;
  color: #111111;
  font-size: 14px;
  line-height: 120%;
  font-weight: bold;
}
.___maptablelistingsimple ul.listing li .description {
  display: block;
  color: #555555;
  font-size: 15px;
  line-height: 120%;
}
.___maptablelistingsimple ul.listing li .extra {
  display: block;
  color: #999999;
  font-size: 12px;
  line-height: 120%;
}
.___maptablelistingsimple ul.listing li .date-added {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #428bca;
  font-size: 10px;
}
.___maptablelistingsimple ul.listing li .right-arrow {
  position: absolute;
  top: 25px;
  right: 6px;
  line-height: 16px;
  height: 16px;
  font-size: 10px;
  color: #ccc;
}
.___maptablelistingsimple ul.listing li .delete {
  display: none;
  position: absolute;
  top: 23px;
  left: 7px;
  font-size: 16px;
  color: #a93d3d;
  transition: .2s;
  opacity: 0.7;
}
.___maptablelistingsimple ul.listing li .delete:hover {
  opacity: 1;
}
.___maptablelistingsimple ul.listing li:hover {
  padding-left: 28px;
}
.___maptablelistingsimple ul.listing li:hover * {
  text-decoration: none;
  outline: 0;
}
.___maptablelistingsimple ul.listing li:hover .delete {
  display: block;
}
.___maptablelistingsimple ul.listing li.selected {
  cursor: pointer;
  background-color: #428bca;
}
.___maptablelistingsimple ul.listing li.selected .delete {
  color: #ffffff;
}
.___maptablelistingsimple ul.listing li.selected .name {
  color: #ffffff;
}
.___maptablelistingsimple ul.listing li.selected .description {
  color: #ffffff;
}
.___maptablelistingsimple ul.listing li.selected .extra {
  color: #ffffff;
}
.___maptablelistingsimple ul.listing li.selected .date-added {
  color: #fff;
}
.___maptablelistingsimple ul.listing li.selected .right-arrow {
  display: none;
}
.___maptablelistingsimple ul.listing li.selected .arrow-decal {
  position: absolute;
  right: -2px;
  top: 23px;
  width: 8px;
  height: 18px;
  background: url('//www.sustainers.nl/modules/MapTable/views/maptablelistingsimple/less/images/left-arrow-decal.png') top left no-repeat transparent;
}
.___maptablelistingsimple ul.listing li.no-records {
  background-color: transparent;
  border-bottom: none;
  min-height: 65px;
  text-align: center;
  line-height: 65px;
  font-size: 18px;
  color: #aaaaaa;
}
.___maptableassociatedtable {
  display: inline;
}
.___maptableassociatedtable .maptable_associated_table {
  margin: 20px 0;
}
.___maptableassociatedtable .maptable_associated_table .control {
  padding: 5px 17px;
  background-color: #ddd;
  color: #333;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  height: 29px;
  margin: 0 1px;
}
.___maptableassociatedtable .maptable_associated_table .control .related-icon {
  position: absolute;
  top: 8px;
  right: 11px;
  color: #333333;
}
.___maptableassociatedtable .maptable_associated_table .control.active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.___maptableassociatedtable .maptable_associated_table .control.active .related-icon {
  color: #333333;
  text-shadow: 1px 1px #ffffff;
}
.___maptableassociatedtable .maptable_associated_table .body {
  display: none;
  max-height: 320px;
  overflow-y: auto;
  padding: 10px 15px;
  margin: 0 1px;
  background-color: #ffffff;
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.___maptableassociatedtable .maptable_associated_table .body.open {
  display: block;
}
.___maptableassociatedtable .maptable_associated_table .body label.option {
  display: block;
  margin: 0 -15px;
  border-bottom: 1px solid #eee;
  padding: 0px 15px 0px 15px;
  line-height: 30px;
  height: 30px;
  font-weight: normal;
  color: #999;
  overflow: hidden;
}
.___maptableassociatedtable .maptable_associated_table .body label.option input {
  margin-right: 4px;
}
.___maptableassociatedtable .maptable_associated_table .body label.option.checked {
  color: #333;
}
.___maptablerelatedtable {
  display: inline;
}
.___maptablerelatedtable .maptable_related_table {
  margin: 20px 0;
}
.___maptablerelatedtable .maptable_related_table .control {
  padding: 5px 17px;
  background-color: #ddd;
  color: #333;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  height: 29px;
  margin: 0 1px;
}
.___maptablerelatedtable .maptable_related_table .control .related-icon {
  position: absolute;
  top: 8px;
  right: 11px;
  color: #333333;
}
.___maptablerelatedtable .maptable_related_table .control.active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.___maptablerelatedtable .maptable_related_table .control.active .related-icon {
  color: #333333;
  text-shadow: 1px 1px #ffffff;
}
.___maptablerelatedtable .maptable_related_table .body {
  display: none;
}
.___maptablerelatedtable .maptable_related_table .body.open {
  display: block;
}
.___maptablerelatedtable .maptable_related_table .body iframe {
  width: 100%;
  min-height: 300px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.___maptablelistingheader {
  display: inline;
}
.___maptablelistingheader .listing-header {
  position: relative;
  height: 33px;
  background: #999999;
  border-bottom: 1px solid #777777;
}
.___maptablelistingheader .listing-header form {
  position: relative;
}
.___maptablelistingheader .listing-header form .search-field {
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 12px;
  padding: 2px 10px;
  line-height: 22px;
  height: 22px;
  width: 120px;
  border-radius: 15px;
  border: 1px solid #777777;
  border-bottom-color: #555555;
  outline: none;
  color: #555555;
}
.___maptablelistingheader .listing-header form .clear-search {
  color: #999999;
  position: absolute;
  top: 8px;
  left: 112px;
  cursor: pointer;
}
.___maptablelistingheader .listing-header .add-link {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  text-align: center;
  width: 33px;
  height: 33px;
  line-height: 33px;
  background: #444;
  color: #ffffff;
  text-shadow: 0 0 1px #222;
}
.___maptablelistingheader .listing-header .add-link span {
  line-height: 29px;
}
.___maptableembeddeddecorator {
  display: inline;
}
.___maptableembeddeddecorator .content {
  padding: 20px;
}
.___maptablelisting {
  display: inline;
}
.___maptablelisting .listings-column {
  width: 290px;
  float: left;
  margin: 0;
  padding: 0;
  height: 600px;
}
.___maptablelisting .listings-column .listings-wrapper {
  overflow-y: auto;
  overflow-x: hidden;
}
.___maptablelisting .listings-column .listings-wrapper .mCSB_draggerContainer {
  left: -30px;
}
@media (max-width: 1224px) {
  .___maptablelisting .listings-column {
    width: 100%;
  }
  .___maptablelisting .listings-column.compact {
    height: auto !important;
    min-height: inherit;
  }
  .___maptablelisting .listings-column.compact .listings-wrapper {
    display: none;
  }
}
.___maptablelisting .widget-column {
  overflow-y: auto;
  overflow-x: hidden;
  margin-left: 290px;
  border-left: 1px solid #ddd;
}
@media (max-width: 1224px) {
  .___maptablelisting .widget-column {
    width: 100%;
    margin-left: 0;
    display: none;
  }
  .___maptablelisting .widget-column.show {
    display: block;
  }
}
.___maptablelisting .widget-column .form-header {
  height: 33px;
  position: relative;
}
.___maptablelisting .widget-column .form-header .title {
  color: #222222;
  line-height: 33px;
  padding: 0 2em;
  font-size: 18px;
}
.___maptablelisting .widget-column .form-header .record-id {
  position: absolute;
  top: 0;
  line-height: 33px;
  right: 20px;
  font-size: 18px;
  font-weight: bold;
}
.___maptablelistingheader {
  display: inline;
}
.___maptablelistingheader .listing-header .show-graphs {
  position: absolute;
  top: 9px;
  right: 45px;
  cursor: pointer;
  display: none;
  text-shadow: 1px 1px 1px #ccc;
  font-size: 16px;
}
@media (max-width: 1224px) {
  .___maptablelistingheader .listing-header .show-graphs {
    display: block;
  }
}
.___maptablelistingheader .listing-header .show-graphs.active {
  color: #ffffff;
  text-shadow: 1px 1px 1px #666;
}
.___forminputvisitor {
  display: inline;
}
.___forminputvisitor .visitor-info {
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 0px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.___forminputvisitor .visitor-info .line {
  padding: 6px 12px;
  border-bottom: 1px solid #ccc;
}
.___forminputvisitor .visitor-info .line.last {
  border-bottom: none;
}
.___googlechartswidget {
  display: inline;
}
.___googlechartswidget .widget .header {
  position: relative;
  min-height: 33px;
  padding: 0 50px 0 15px;
  background-color: #ddd;
}
.___googlechartswidget .widget .header .text {
  line-height: 33px;
  font-size: 16px;
}
.___googlechartswidget .widget .header .options {
  position: absolute;
  top: 9px;
  right: 15px;
  cursor: pointer;
}
.___googlechartswidget .widget .header .print_out {
  position: absolute;
  top: 9px;
  right: 35px;
  cursor: pointer;
}
.___googlechartswidget .widget .controls {
  display: none;
  background-color: #eee;
  height: 52px;
  position: relative;
}
.___googlechartswidget .widget .controls .range_slider {
  padding: 10px 15px;
}
.___googlechartswidget .widget .controls .interval {
  position: absolute;
  color: #666;
  left: 15px;
  bottom: 6px;
}
.___googlechartswidget .widget .controls .range_description {
  position: absolute;
  color: #333;
  bottom: 6px;
  right: 15px;
}
.___googlechartswidget .widget .print_canvas {
  display: none;
}
.___googlechartswidget .widget .print_canvas .graph_image {
  width: 100%;
}
.___googlechartswidget .widget .print_canvas .range {
  text-align: center;
  font-size: 16px;
  padding: 7px 0;
}
.___googlechartswidget .widget .gchart {
  overflow: hidden;
  min-height: 220px;
  position: relative;
  -webkit-transition: height 0.2s, -webkit-transform 0.2s;
  transition: height 0.2s;
}
.notifications_block ul {
  list-style: none;
}
.notifications_block ul li {
  list-style-position: inside;
  color: white;
}
.notifications_block ul li a {
  text-decoration: underline;
  color: white;
}
.notifications_block ul li .close {
  color: white;
  font-size: 20px;
  text-shadow: 0 0 2px #333;
  opacity: 0.7;
}
.notifications_block ul li.alert-danger {
  border-color: #9f1d1d;
  background-color: #9f1d1d;
}
.notifications_block ul li.alert-warning {
  border-color: #f08200;
  background-color: #f08200;
}
.notifications_block ul li.alert-success {
  border-color: #11a215;
  background-color: #11a215;
}
.notifications_block ul li.alert-info {
  sborder-color: ;
  background-color: ;
}
.___userregister {
  display: inline;
}
.___userregister .container-full {
  padding: 15px;
}
.listing-header.simple .show-permissions {
  position: absolute;
  top: 9px;
  right: 45px;
  cursor: pointer;
  color: #444444;
  text-shadow: 1px 1px 1px #ccc;
  font-size: 16px;
}
.listing-header.simple .show-permissions.active {
  color: #ffffff;
  text-shadow: 1px 1px 1px #666;
}
@media (max-width: 1224px) {
  .listing-header.simple .show-permissions {
    right: 45px;
  }
}
.nocreate .listing-header.simple .add-link {
  display: none;
}
.nocreate .listing-header.simple .show-permissions {
  right: 12px;
}
.nocreate .listing-header.simple .show-graphs {
  right: 12px;
}
.noview .listing-header.simple .search-field {
  display: none;
}
.___formfieldentitlements {
  display: inline;
}
.___formfieldentitlements .form_entitlements {
  margin: 20px 0;
}
.___formfieldentitlements .form_entitlements .control {
  padding: 5px 17px;
  background-color: #ddd;
  color: #333;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  height: 29px;
  margin: 0 1px;
}
.___formfieldentitlements .form_entitlements .control .related-icon {
  position: absolute;
  top: 8px;
  right: 11px;
  color: #333333;
}
.___formfieldentitlements .form_entitlements .control.active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.___formfieldentitlements .form_entitlements .control.active .related-icon {
  color: #333333;
  text-shadow: 1px 1px #ffffff;
}
.___formfieldentitlements .form_entitlements .body {
  display: none;
  max-height: 320px;
  overflow-y: auto;
  padding: 10px 15px;
  margin: 0 1px;
  background-color: #ffffff;
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.___formfieldentitlements .form_entitlements .body.open {
  display: block;
}
.___formfieldentitlements .form_entitlements .body label.option {
  display: block;
  margin: 0 -15px;
  border-bottom: 1px solid #eee;
  padding: 0px 15px 0px 15px;
  line-height: 30px;
  min-height: 30px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}
.___formfieldentitlements .form_entitlements .body label.option .description {
  color: #999;
  font-weight: normal;
}
.___formfieldentitlements .form_entitlements .body label.option input {
  margin-right: 4px;
}
.___formfieldentitlements .form_entitlements .body label.option.checked {
  color: #333;
}
.___formfieldentitlements .form_entitlements .body label.option.first {
  border-top: none;
}
.___formfieldentitlements .form_entitlements .body label.option.last {
  border-bottom: none;
}
.___apinotifications {
  display: inline;
}
.___apinotifications #overlay_notifications {
  position: fixed;
  z-index: 999999;
}
.___apinotifications #overlay_notifications #notification_closing {
  float: right;
  font-size: 14px;
  color: #ccc;
  z-index: 99999999;
}
.___apinotifications #overlay_notifications #notification_closing .seconds {
  font-weight: bold;
}
.___apinotifications #overlay_notifications ul {
  position: fixed;
  bottom: 10px;
  right: 10px;
  left: 10px;
  list-style: none;
  z-index: 9999999;
  padding: 0;
  margin: 0;
}
.___apinotifications #overlay_notifications ul li {
  padding: 10px 15px;
  margin: 15px 0 0 0;
  border: 1px solid #eee;
  font-size: 14px;
  color: white;
  text-shadow: 0 0 2px #333;
  border-radius: 30px;
}
.___apinotifications #overlay_notifications ul li a {
  color: white;
  text-decoration: underline;
}
.___apinotifications #overlay_notifications ul li.notification_error {
  background: #9f1d1d;
  border-color: #9f1d1d;
}
.___apinotifications #overlay_notifications ul li.notification_success {
  background: #11a215;
  border-color: #11a215;
}
.___apinotifications #overlay_notifications ul li.notification_warning {
  background: #f08200;
  border-color: #f08200;
}
.___apinotifications #overlay_notifications ul li.notification_standard {
  background: #5051aa;
  border-color: #5051aa;
}
#object_entitlements_modal_groups {
  min-height: 80px;
  max-height: 300px;
  overflow-x: auto;
}
#object_entitlements_modal_groups .modal-footer {
  margin-top: 0;
}
.___forminputnewemail {
  display: inline;
}
.___forminputnewemail .already_exists {
  display: none;
  font-weight: bold;
  color: red;
  font-size: 12px;
  padding: 2px;
  margin-top: 0px;
  text-align: right;
  width: 100%;
}
.___maptablelisting {
  display: inline;
}
.___maptablelisting .nodelete ul.listing .delete {
  display: none;
}
.___maptablelisting .nodelete ul.listing:hover .delete {
  display: none;
}
.___maptablelisting .nodelete ul.listing li {
  padding-left: 1em;
}
.___maptablelisting .nodelete ul.listing li:hover {
  padding-left: 1em;
}
.___userlogin {
  display: inline;
}
.___userlogin .container-full {
  padding: 15px;
}
.___forminputnewusername {
  display: inline;
}
.___forminputnewusername .already_exists {
  display: none;
  font-weight: bold;
  color: red;
  font-size: 12px;
  padding: 2px;
  margin-top: 0px;
  text-align: right;
  width: 100%;
}
.___usergrouplistingadmin {
  display: inline;
}
.___usergrouplistingadmin .group {
  display: block;
  padding: 10px 15px 15px 15px;
  margin: 0;
  border-bottom: 1px solid #eee;
}
.___usergrouplistingadmin .group.last {
  border-bottom: none;
}
.___usergrouplistingadmin .group label {
  display: block;
  margin: 0;
  cursor: pointer;
}
.___usergrouplistingadmin .group.super label {
  cursor: not-allowed;
}
.___usergrouplistingadmin .group input {
  margin-right: 10px;
}
.___usergrouplistingadmin .group.name {
  font-size: 14px;
}
.___usergrouplistingadmin .group .description {
  font-size: 12px;
  color: #999;
  font-weight: normal;
}
.___usergrouplistingadmin .group .icon-group {
  margin: 2px 3px 0 0;
}
.___usergrouplistingadmin .group .icon-group * {
  color: #ccc;
}
.___usergrouplistingadmin .group ul.entitlements {
  display: none;
  list-style: none;
  margin: 8px 0px 0px 25px;
}
.___usergrouplistingadmin .group ul.entitlements li label {
  font-size: 12px;
  font-weight: normal;
}
.___usergrouplistingadmin .group ul.entitlements li label input {
  margin-right: 5px;
}
.___apiconnectivitystatusindicator {
  display: inline;
}
.___apiconnectivitystatusindicator #apiConnectivityIndicator {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999999999;
  text-align: center;
}
.___apiconnectivitystatusindicator #apiConnectivityIndicator .message {
  display: inline-block;
  margin: 0 auto;
  background-color: #f9edbe;
  border: 1px solid #f0c36d;
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  color: #222;
  padding: 6px 10px;
}
.___apiconnectivitystatusindicator #apiConnectivityIndicator .message a {
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
}
.___maptablelistingheader {
  display: inline;
}
.___maptablelistingheader .listing-header .show-permissions {
  position: absolute;
  top: 9px;
  right: 45px;
  cursor: pointer;
  color: #444444;
  text-shadow: 1px 1px 1px #ccc;
  font-size: 16px;
}
.___maptablelistingheader .listing-header .show-permissions.active {
  color: #ffffff;
  text-shadow: 1px 1px 1px #666;
}
@media (max-width: 1224px) {
  .___maptablelistingheader .listing-header .show-permissions {
    right: 75px;
  }
}
.___maptablelistingheader .nocreate .listing-header .add-link {
  display: none;
}
.___maptablelistingheader .nocreate .show-permissions {
  right: 12px;
}
.___maptablelistingheader .nocreate .show-graphs {
  right: 12px;
}
.___maptablelistingheader .noview .search-field {
  display: none;
}
.___userpasswordupdate {
  display: inline;
}
.___userpasswordupdate .container-full {
  padding: 15px;
}
* {
  padding: 0;
  margin: 0;
}
body {
  color: #444444;
  font-size: 14px;
  background-color: #eeeeee;
}
.form-control {
  min-height: 34px;
  height: auto;
}
body.modal-open {
  margin: 0;
}
.___adminassetsreference {
  display: inline;
}
.___adminassetsreference ul {
  list-style-position: inside;
}
li.nav-section a.nav-section-link {
  display: block;
  padding: 5px 20px;
  text-transform: uppercase;
  color: #aaaaaa;
  letter-spacing: -1px;
  text-decoration: none;
  position: relative;
}
li.nav-section a.nav-section-link .glyphicon {
  position: absolute;
  top: 6px;
  right: 20px;
  font-size: 12px;
  font-weight: normal;
}
li.nav-section a.nav-section-link strong {
  color: #555555;
}
li.nav-section ul.admin-nav-section-items {
  display: block;
  margin-bottom: 20px;
}
li.nav-section ul.admin-nav-section-items li a {
  display: block;
  border-top: 1px solid #333333;
  padding: 5px 20px;
  color: #cccccc;
  text-shadow: 1px 1px 1px #111111;
  border-bottom: 1px solid #111111;
}
li.nav-section ul.admin-nav-section-items li a:hover {
  color: #bbbbbb;
  background-color: #232323;
  text-decoration: none;
}
@media (max-width: 480px) {
  li.nav-section ul.admin-nav-section-items li a {
    padding: 15px 20px;
    font-size: 14px;
  }
}
li.nav-section ul.admin-nav-section-items li.active a {
  background-color: #333333;
  color: #ffffff;
  text-shadow: 1px 1px 1px #000000;
  border-bottom: 1px solid #444444;
}
.___adminlogin {
  display: inline;
}
.___adminlogin body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}
.___adminlogin .form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.___adminlogin .form-signin .form-signin-heading,
.___adminlogin .form-signin .checkbox {
  margin-bottom: 10px;
}
.___adminlogin .form-signin .checkbox {
  font-weight: normal;
}
.___adminlogin .form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.___adminlogin .form-signin .form-control:focus {
  z-index: 2;
}
.___adminlogin .form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.___adminlogin .form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.___moduleformrow {
  display: inline;
}
.___moduleformrow .info {
  float: left;
  width: 220px;
  border-right: 2px solid #ffffff;
  margin-right: 2em;
  padding-right: 2em;
  height: 140px;
}
.___moduleformrow .line {
  margin: 1em 0;
  background-color: #ffffff;
  height: 2px;
}
.___moduleformrow .control-group {
  height: 140px;
}
.___adminnav {
  display: inline;
}
.___adminnav h1 {
  color: #ffffff;
  font-size: 24px;
  padding: 0px 20px;
}
.___adminnav #admin-left-nav-search {
  padding: 5px 20px 5px 20px;
  background-color: #000000;
  margin: 0 0 0 -6px;
}
.___adminnav #admin-left-nav-search .search-wrapper {
  position: relative;
}
.___adminnav #admin-left-nav-search .search-wrapper .clear-search {
  position: absolute;
  top: 4px;
  right: 28px;
  color: #999999;
  cursor: pointer;
}
.___adminnav #admin-left-nav-search .search-wrapper input {
  border-radius: 10px;
  border: 1px solid #000000;
  background-color: #444444;
  color: #999999;
  padding: 2px 6px;
  font-size: 12px;
}
.___adminnav #admin-left-nav-search .search-wrapper input:focus {
  outline: 0;
}
.___adminnav #admin-nav-scrollable-wrapper {
  position: absolute;
  top: 125px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.___adminnav #admin-nav-scrollable-wrapper ul.nav-sidebar {
  padding: 0 0 50px 0;
  margin: 0;
  list-style: inside;
}
.___adminnav #admin-nav-scrollable-wrapper ul.nav-sidebar li {
  display: inline;
}
.___adminlogviewer {
  display: inline;
}
.___adminlogviewer h1 {
  margin: 0 0 15px 7px;
}
.___adminlogviewer .logViewer {
  background-color: #111;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  color: #00A000;
  min-height: 800px;
  line-height: 14px;
  font-size: 14px;
}
.___admindecorator {
  display: inline;
}
.___admindecorator .admin-container {
  position: relative;
  padding: 0;
  margin: 0;
}
.___admindecorator .admin-container.add-blur {
  filter: blur(2px);
  -webkit-filter: blur(2px);
}
.___admindecorator .admin-container .left-menu {
  position: fixed;
  width: 199px;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #222222;
  z-index: 999;
  border-right: 1px solid #333333;
}
@media (max-width: 480px) {
  .___admindecorator .admin-container .left-menu {
    top: 54px;
    display: none;
  }
  .___admindecorator .admin-container .left-menu.opened {
    display: block;
    transition: 1s;
  }
}
.___admindecorator .admin-container .left-menu-control {
  z-index: 99999;
  display: none;
  background-color: #000000;
  padding: 0px 0 0 20px;
  font-size: 48px;
  line-height: 20px;
  text-align: left;
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 54px;
  cursor: pointer;
}
.___admindecorator .admin-container .left-menu-control .container {
  position: relative;
  display: inline-block;
  margin: 25px 0 0 -17.5px;
}
.___admindecorator .admin-container .left-menu-control .search-wrapper {
  position: absolute;
  font-size: 16px;
  line-height: 24px;
  top: 12px;
  right: 20px;
}
.___admindecorator .admin-container .left-menu-control .search-wrapper .clear-search {
  position: absolute;
  top: 6px;
  right: 8px;
  color: #999999;
  cursor: pointer;
}
.___admindecorator .admin-container .left-menu-control .search-wrapper input {
  border-radius: 10px;
  border: 1px solid #000000;
  background-color: #444444;
  color: #999999;
  padding: 2px 6px;
  font-size: 12px;
}
.___admindecorator .admin-container .left-menu-control .search-wrapper input:focus {
  outline: 0;
}
@media (max-width: 480px) {
  .___admindecorator .admin-container .left-menu-control {
    display: block;
  }
  .___admindecorator .admin-container .left-menu-control .search-wrapper {
    display: none;
  }
}
.___admindecorator .admin-container .content-area {
  margin: 0;
  margin-left: 199px;
  padding: 0;
}
@media (max-width: 480px) {
  .___admindecorator .admin-container .content-area {
    margin-left: 0;
  }
}
.___admindecorator .admin-container .content-area .content {
  padding: 2em;
}
.___admindecorator #nav-toggle span,
.___admindecorator #nav-toggle span:before,
.___admindecorator #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: white;
  position: absolute;
  display: block;
  content: '';
}
.___admindecorator #nav-toggle span:before {
  top: -10px;
}
.___admindecorator #nav-toggle span:after {
  bottom: -10px;
}
.___admindecorator #nav-toggle.active span {
  background-color: transparent;
}
.___admindecorator #nav-toggle.active span:before,
.___admindecorator #nav-toggle.active span:after {
  top: 0;
}
.___admindecorator #nav-toggle.active span:before {
  transform: rotate(45deg);
}
.___admindecorator #nav-toggle.active span:after {
  transform: rotate(-45deg);
}
html {
  overflow-x: hidden;
}
*:not(.glyphicon):not(.fa) {
  font-family: Arial, Helvetica, sans-serif;
}
.admin .modal-backdrop {
  background-color: #ccc;
}
.admin .modal-backdrop.in {
  opacity: 0.1;
}
.admin .modal .modal-content {
  box-shadow: 0 3px 6px #4C5773;
}
@media (max-width: 480px) {
  body.admin,
  body.admin .modal {
    padding-top: 54px;
  }
}
html,
body.admin {
  height: 100%;
}
body.admin {
  min-height: 100%;
}
.___adminhome {
  display: inline;
}
.___adminhome .popularPages {
  list-style: none;
  margin: 0;
  padding: 0;
}
.___adminhome .popularPages li {
  padding: 5px 0;
}
.___adminhome .popularPages li a {
  font-size: 18px;
  line-height: 36px;
}
.___admincurrentuser {
  display: inline;
}
.___admincurrentuser .user {
  height: 33px;
  line-height: 33px;
  color: #dddddd;
  background-color: #333;
  padding: 0 0 0 15px;
  border-bottom: 1px solid #111;
}
.___admincurrentuser .user a.logout {
  color: #ffffff;
}
.___widgetloading {
  display: inline;
}
.___widgetloading .loading {
  display: block;
  height: 220px;
  text-align: center;
  color: #cccccc;
  font-size: 48px;
  line-height: 160px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}
#fs-section {
  background: #0c2218;
  padding: 80px 48px;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
}
.fs-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.fs-header {
  text-align: center;
  margin: 0 auto 36px;
  max-width: 720px;
}
.fs-eyebrow {
  margin: 0 0 8px;
  color: #89FFA3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.fs-heading {
  margin: 0 0 16px;
  color: #F0FDFA;
  font-size: clamp(1.8rem,3.6vw,2.8rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.1;
}
.fs-sub {
  margin: 0;
  color: #555f5a;
  font-size: 16px;
  line-height: 1.6;
}
.fs-video-stage {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fs-bg-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: clamp(420px,70vw,720px);
  height: auto;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.fs-video-container {
  position: relative;
  z-index: 1;
  border-radius: 22px;
  overflow: hidden;
  background: #000;
  aspect-ratio: 0.5625;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  box-shadow: 0 18px 60px -20px rgba(0,0,0,0.6);
}
.fs-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.fs-watch-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border: 0;
  border-radius: 999px;
  background: #F26419;
  color: #fff;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: 0 8px 24px -6px rgba(0,0,0,0.45);
  transition: transform 0.18s ease, opacity 0.25s ease;
}
.fs-watch-btn:hover {
  transform: translate(-50%,-50%) scale(1.04);
}
.fs-video-container.is-playing .fs-watch-btn {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 720px) {
  #fs-section {
    padding: 56px 24px;
  }
  .fs-watch-btn {
    font-size: 13px;
    padding: 12px 18px;
  }
  .fs-bg-svg {
    width: clamp(320px,110vw,520px);
  }
}
#amv-section {
  background: #0c2218;
  padding: 48px 24px 72px;
}
.amv-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.amv-card {
  background: #89FFA3;
  border-radius: 16px;
  padding: 40px 40px 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 320px;
}
.amv-card-title {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(2rem,3.5vw,3rem);
  font-weight: 800;
  color: #052B29;
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0 0 auto;
}
.amv-card-body {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: #052B29;
  line-height: 1.65;
  margin: 24px 0 0;
}
@media (max-width: 768px) {
  #amv-section {
    padding: 40px 16px 56px;
  }
  .amv-inner {
    grid-template-columns: 1fr;
  }
  .amv-card {
    min-height: auto;
    padding: 32px;
  }
}
#gh404 {
  position: relative;
  background: #0c2218;
  min-height: calc(40dvh);
  padding: 200px 48px 120px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.gh404-bg-svg {
  position: absolute;
  top: 50%;
  right: -120px;
  width: 720px;
  height: 720px;
  transform: translateY(-50%);
  opacity: 0.06;
  pointer-events: none;
  user-select: none;
}
.gh404-inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
  animation: gh404In 0.6s cubic-bezier(0.22,1,0.36,1);
}
.gh404-eyebrow {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(96px,14vw,200px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #89FFA3;
  margin: 0 0 16px;
}
.gh404-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(32px,4.5vw,56px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0 0 20px;
}
.gh404-desc {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255,255,255,0.65);
  margin: 0 0 36px;
  max-width: 540px;
}
.gh404-cta,
.gh404-cta:link,
.gh404-cta:visited,
.gh404-cta:active,
.gh404-cta:focus {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background: #F26419;
  border: 2px solid #F26419;
  border-radius: 999px;
  padding: 14px 28px;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.gh404-cta:hover {
  background: #d4571a;
  border-color: #d4571a;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
}
.gh404-links {
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.gh404-links-label {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #89FFA3;
  margin: 0 0 14px;
}
.gh404-links-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.gh404-links-row a,
.gh404-links-row a:link,
.gh404-links-row a:visited,
.gh404-links-row a:active,
.gh404-links-row a:focus {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.gh404-links-row a:hover {
  color: #ffffff;
  border-bottom-color: rgba(255,255,255,0.4);
}
@keyframes gh404In {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 860px) {
  #gh404 {
    padding: 140px 24px 80px;
  }
  .gh404-bg-svg {
    right: -180px;
    width: 540px;
    height: 540px;
  }
}
#arg-section {
  background: #0c2218;
  padding: 0 48px 96px;
}
.arg-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}
.arg-card {
  background: rgba(255,255,255,0.04);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,0.07);
}
.arg-card-img-wrap {
  display: block;
  aspect-ratio: 1.7777777777778;
  overflow: hidden;
}
.arg-card-img-wrap--empty {
  background: rgba(255,255,255,0.06);
}
.arg-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.arg-card-img-wrap:hover .arg-card-img {
  transform: scale(1.03);
}
.arg-card-body {
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.arg-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.arg-card-author,
.arg-card-date {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #555f5a;
}
.arg-card-title {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #F0FDFA;
  margin: 0;
  flex: 1;
}
.arg-card-title a {
  color: inherit;
  text-decoration: none;
}
.arg-card-title a:hover {
  opacity: 0.85;
}
.arg-card-cta {
  display: block;
  text-align: center;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  background: #F26419;
  text-decoration: none;
  padding: 13px 24px;
  border-radius: 999px;
  transition: transform 0.2s ease;
}
.arg-card-cta:hover,
.arg-card-cta:visited,
.arg-card-cta:active {
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-3px);
}
@media (max-width: 900px) {
  #arg-section {
    padding: 0 24px 72px;
  }
  .arg-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
  }
}
@media (max-width: 560px) {
  .arg-grid {
    grid-template-columns: 1fr;
  }
}
body.gh-public #legal-page {
  background: #0c2218;
  color: #ffffff;
  padding: 56px 32px 96px;
  min-height: 70vh;
}
body.gh-public .legal-inner {
  max-width: 820px;
  margin: 0 auto;
}
body.gh-public .legal-eyebrow {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #89FFA3;
  margin: 24px 0 12px;
}
body.gh-public .legal-h1 {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(36px,5vw,64px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0 0 8px;
}
body.gh-public .legal-updated {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  margin: 0 0 48px;
}
body.gh-public .legal-body {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
body.gh-public .legal-block .legal-h2 {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px;
  line-height: 1.3;
}
body.gh-public .legal-block .legal-p {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255,255,255,0.65);
  margin: 0;
}
body.gh-public .legal-block .legal-p a {
  color: #89FFA3;
  text-decoration: underline;
  text-underline-offset: 3px;
}
body.gh-public .legal-block .legal-p a:hover {
  text-decoration: none;
}
@media (max-width: 720px) {
  body.gh-public #legal-page {
    padding: 40px 20px 72px;
  }
  body.gh-public .legal-h1 {
    font-size: 36px;
  }
}
#gcs-page {
  background: #0c2218;
  min-height: 100vh;
}
.gcs-inner {
  padding: 0 48px;
}
.gcs-hero {
  padding: 120px 0 96px;
}
.gcs-hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 64px;
  align-items: start;
}
.gcs-hero-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.gcs-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(48px,6vw,96px);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -0.04em;
  color: #ffffff;
  margin: 16px 0 0;
}
.gcs-hero-right {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.gcs-hero-desc {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255,255,255,0.85);
  margin: 0 0 32px;
  max-width: 460px;
}
.gcs-hero-cta {
  display: inline-block;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  background: #F26419;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 999px;
  transition: transform 0.2s ease, background 0.2s ease;
}
.gcs-hero-cta:hover {
  background: #d6520c;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
}
.gcs-grid-wrap {
  padding: 0 0 120px;
}
.gcs-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 32px;
}
.gcs-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.2s ease;
}
.gcs-card:hover {
  text-decoration: none;
  transform: translateY(-3px);
}
.gcs-card:hover .gcs-card-cta {
  background: #d6520c;
}
.gcs-card-banner {
  height: 320px;
  background-color: #f5f5f0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.gcs-card-banner--empty {
  background-color: rgba(255,255,255,0.05);
}
.gcs-card-panel {
  background: #0c2218;
  padding: 32px 32px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.gcs-card-logo {
  display: block;
  margin-bottom: 20px;
}
.gcs-card-customer-logo {
  display: block;
  height: 28px;
  max-width: 70%;
  width: auto;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
.gcs-metrics {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 12px;
  margin-bottom: 24px;
}
.gcs-metric {
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 8px;
  padding: 16px 14px 14px;
}
.gcs-metric-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}
.gcs-metric-arrow {
  flex: none;
}
.gcs-metric-value {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -0.01em;
}
.gcs-metric-label {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
}
.gcs-card-cta {
  display: block;
  text-align: center;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  background: #F26419;
  padding: 14px 24px;
  border-radius: 999px;
  margin-top: auto;
  transition: background 0.2s ease;
}
.gcs-empty {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  grid-column-start: 1;
  grid-column-end: -1;
}
#gcs-page .ghbc-list {
  color: rgba(255,255,255,0.85);
}
@media (max-width: 980px) {
  .gcs-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .gcs-hero-right {
    padding-top: 0;
  }
  .gcs-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .gcs-inner {
    padding: 0 24px;
  }
  .gcs-hero {
    padding: 96px 0 64px;
  }
  .gcs-grid-wrap {
    padding: 0 0 80px;
  }
  .gcs-card {
    border-radius: 10px;
  }
  .gcs-card-banner {
    height: 220px;
  }
  .gcs-card-panel {
    padding: 24px 20px;
  }
  .gcs-metrics {
    grid-template-columns: 1fr;
  }
}
#ia-hero {
  background: #0c2218;
  padding: 120px 48px 96px;
}
.ia-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: flex-start;
}
.ia-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(48px,6vw,88px);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 0;
}
.ia-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  padding-top: 36px;
}
.ia-desc {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,0.65);
  margin: 0;
  max-width: 400px;
}
.ia-cta {
  display: inline-block;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  background: #F26419;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 999px;
  transition: transform 0.2s ease;
}
.ia-cta:hover,
.ia-cta:visited,
.ia-cta:active {
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-3px);
}
@media (max-width: 860px) {
  #ia-hero {
    padding: 96px 24px 72px;
  }
  .ia-top {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .ia-right {
    padding-top: 0;
  }
}
#hww-section {
  background: #0c2218;
  padding: 0 24px 72px;
}
.hww-card-outer {
  background: #8BA898;
  border-radius: 20px;
  padding: 64px 56px 56px;
}
.hww-intro {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 56px;
}
.hww-eyebrow {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #052B29;
  letter-spacing: 0.04em;
  margin: 0 0 12px;
  opacity: 0.7;
}
.hww-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(2.5rem,5vw,4rem);
  font-weight: 800;
  color: #052B29;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
}
.hww-sub {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: #052B29;
  line-height: 1.65;
  margin: 0;
  opacity: 0.8;
}
.hww-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 12px;
}
.hww-card {
  background: #89FFA3;
  border-radius: 14px;
  padding: 28px 28px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 180px;
}
.hww-card-title {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: #052B29;
  margin: 0 0 auto;
  letter-spacing: -0.01em;
}
.hww-card-body {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #052B29;
  line-height: 1.55;
  margin: 20px 0 0;
}
@media (max-width: 900px) {
  .hww-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width: 560px) {
  #hww-section {
    padding: 0 16px 56px;
  }
  .hww-card-outer {
    padding: 40px 24px 40px;
  }
  .hww-grid {
    grid-template-columns: 1fr;
  }
  .hww-card {
    min-height: auto;
  }
}
#demo-section {
  background: #0c2218;
  display: flex;
  gap: 16px;
  padding: 24px 24px 24px;
  align-items: stretch;
}
.demo-left {
  flex: 1;
  background: #89FFA3;
  border-radius: 16px;
  padding: 40px 40px 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.demo-eyebrow {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #052B29;
  margin: 0 0 24px 0;
}
.demo-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(48px,5.5vw,80px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #052B29;
  margin: 0;
}
.demo-right {
  flex: 1;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.demo-form-label {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 24px 0;
}
.demo-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.demo-row {
  display: flex;
  gap: 12px;
}
.demo-row .demo-input {
  flex: 1;
}
.demo-input {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #052B29;
  background: #ffffff;
  border: none;
  border-radius: 999px;
  padding: 14px 20px;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}
.demo-input::placeholder {
  color: rgba(5,43,41,0.45);
}
.demo-input--full {
  width: 100%;
}
.demo-form-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
}
.demo-success {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #89FFA3;
  margin: 0;
  line-height: 1.6;
}
.demo-form-error {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #ff6b6b;
  margin: 0 0 8px 0;
}
@media (max-width: 860px) {
  #demo-section {
    flex-direction: column;
    padding: 24px;
  }
  .demo-row {
    flex-direction: column;
    gap: 12px;
  }
}
#gis-section {
  background: #0c2218;
  padding: 80px 48px;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
}
.gis-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.gis-header {
  text-align: center;
  margin-bottom: 40px;
}
.gis-eyebrow {
  color: #89FFA3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.gis-heading {
  color: #F0FDFA;
  font-size: clamp(1.8rem,3.2vw,2.6rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  margin: 0;
}
.gis-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(320px,1fr));
  gap: 20px;
}
.gis-card {
  display: flex;
  flex-direction: column;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.gis-card:hover {
  transform: translateY(-3px);
  border-color: rgba(137,255,163,0.35);
  background: rgba(137,255,163,0.04);
}
.gis-card:hover .gis-cta {
  color: #89FFA3;
}
.gis-card:hover .gis-image {
  transform: scale(1.04);
}
.gis-image {
  position: relative;
  display: block;
  aspect-ratio: 1.7777777777778;
  background: rgba(0,0,0,0.35) center / cover no-repeat;
  text-decoration: none;
  transition: transform 0.4s ease;
  overflow: hidden;
}
.gis-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(5,43,41,0) 50%,rgba(5,43,41,0.55) 100%);
  pointer-events: none;
}
.gis-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.gis-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #F0FDFA;
}
.gis-title a {
  color: inherit;
  text-decoration: none;
}
.gis-tagline {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #555f5a;
}
.gis-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(80px,1fr));
  gap: 12px;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 14px 0;
}
.gis-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.gis-stat strong {
  font-size: 20px;
  font-weight: 800;
  color: #89FFA3;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.gis-stat span {
  font-size: 11px;
  color: #555f5a;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.gis-cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #F0FDFA;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: color 0.2s ease;
}
.gis-arrow {
  display: inline-block;
}
@media (max-width: 720px) {
  #gis-section {
    padding: 56px 24px;
  }
  .gis-grid {
    grid-template-columns: 1fr;
  }
  .gis-stat strong {
    font-size: 18px;
  }
}
.arr-section {
  background: #0c2218;
  padding: 72px 48px 96px;
}
.arr-header {
  max-width: 860px;
  margin: 0 auto 40px;
}
.arr-label {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.arr-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(36px,5vw,56px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 0;
}
.arr-grid {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.arr-card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  background: #ffffff;
  transition: transform 0.25s ease;
}
.arr-card:hover {
  transform: translateY(-4px);
  text-decoration: none;
}
.arr-card-img {
  width: 100%;
  aspect-ratio: 1.7777777777778;
  background-size: cover;
  background-position: center;
  background-color: rgba(255,255,255,0.08);
  flex-shrink: 0;
}
.arr-card-body {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.arr-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.arr-card-author,
.arr-card-date {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #555f5a;
}
.arr-card-title {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: #052B29;
  margin: 0;
  flex: 1;
}
.arr-card-cta {
  display: block;
  text-align: center;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background: #F26419;
  padding: 11px 20px;
  border-radius: 999px;
  margin-top: 4px;
}
@media (max-width: 860px) {
  .arr-section {
    padding: 56px 24px 72px;
  }
  .arr-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
#arh-hero {
  background: #0c2218;
  padding: 120px 48px 96px;
}
.arh-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: flex-start;
}
.arh-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(48px,6vw,88px);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 0;
}
.arh-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding-top: 36px;
}
.arh-desc {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,0.65);
  margin: 0;
  max-width: 440px;
}
.arh-form-label {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}
.arh-form {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 440px;
}
.arh-input {
  flex: 1;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #0c2218;
  background: #ffffff;
  border: none;
  border-radius: 999px;
  padding: 13px 20px;
  outline: none;
}
.arh-input::placeholder {
  color: rgba(12,34,24,0.45);
}
.arh-btn {
  flex-shrink: 0;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  background: #F26419;
  border: none;
  border-radius: 999px;
  padding: 13px 24px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.arh-btn:hover {
  transform: translateY(-3px);
}
.arh-success {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  animation: arhSuccessIn 0.6s cubic-bezier(0.22,1,0.36,1);
}
.arh-success-icon {
  display: block;
  animation: arhSuccessPop 0.6s cubic-bezier(0.34,1.56,0.64,1) 0.1s both;
}
.arh-success-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 4px 0 0 0;
}
.arh-success-msg {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255,255,255,0.78);
  margin: 0;
  max-width: 420px;
}
@keyframes arhSuccessIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes arhSuccessPop {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.arh-error {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #ff9980;
  margin: 0;
}
@media (max-width: 860px) {
  #arh-hero {
    padding: 96px 24px 72px;
  }
  .arh-top {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .arh-right {
    padding-top: 0;
  }
  .arh-form {
    max-width: none;
  }
}
.team {
  padding: 40px 15px;
  color: #111;
  background-color: #adc3ec;
}
.team h2 {
  font-family: amaranth, sans-serif;
  font-size: 40px;
  text-align: center;
  line-height: 83px;
}
.team .teamPics h3 {
  margin-top: 1rem;
}
.team .teamPics em {
  font-size: 20px;
  color: #444;
}
.team .teamPics .tile {
  height: 170px;
  width: 170px;
  background-size: cover;
  margin: 0 auto;
  border-radius: 200px;
  border: 7px solid #fff;
}
.team .teamPics .tile.bob {
  background-image: url('//www.sustainers.nl/modules/GreenHabits/views/ghteam/less/images/bob-web.jpg');
}
.team .teamPics .tile.jp {
  background-image: url('//www.sustainers.nl/modules/GreenHabits/views/ghteam/less/images/jp-web.jpg');
}
.team .teamPics .tile.bas {
  background-image: url('//www.sustainers.nl/modules/GreenHabits/views/ghteam/less/images/bas-web.jpg');
}
#logos-ticker {
  background-color: #0c2218;
  padding: 0 24px;
}
.ticker-card {
  display: flex;
  align-items: center;
  background-color: #eafaf0;
  border-radius: 16px;
  padding: 28px 32px;
  gap: 32px;
  overflow: hidden;
}
.ticker-label {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  color: #1b4332;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 200px;
}
.ticker-track-wrapper {
  flex: 1;
  overflow: hidden;
  mask-image: linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%);
  -webkit-mask-image: linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%);
}
.ticker-track {
  display: flex;
  align-items: center;
  gap: 48px;
  width: max-content;
}
.ticker-item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.ticker-item img {
  height: 40px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  opacity: 0.75;
  filter: grayscale(20%);
  transition: opacity 0.2s ease, filter 0.2s ease;
}
.ticker-item img:hover {
  opacity: 1;
  filter: grayscale(0%);
}
#hc-cases-section {
  background: #0c2218;
  overflow: hidden;
  padding: 80px 0 0;
}
.hcc-inner {
  padding: 0 48px 56px;
}
.hcc-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.hcc-eyebrow {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.5);
  margin: 0 0 12px 0;
}
.hcc-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(40px,5.5vw,80px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0;
}
.hcc-read-more {
  flex-shrink: 0;
  margin-bottom: 8px;
}
.hcc-viewport {
  overflow: hidden;
  padding: 0 0 56px;
}
.hcc-track {
  display: flex;
  gap: 16px;
  width: max-content;
  padding: 0 48px;
  align-items: flex-start;
}
.hcc-track--loop {
  animation: hccLoopScroll var(--hcc-loop-duration,60s) linear infinite;
}
.hcc-viewport:hover .hcc-track--loop {
  animation-play-state: paused;
}
@keyframes hccLoopScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-58%));
  }
}
.hcc-card {
  flex-shrink: 0;
  width: 560px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  display: flex;
  flex-direction: column;
}
.hcc-image {
  width: 100%;
  height: 280px;
  background-size: cover;
  background-position: center;
  background-color: rgba(255,255,255,0.07);
  flex-shrink: 0;
}
.hcc-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.hcc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.hcc-name {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
}
.hcc-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  opacity: 0.85;
}
.hcc-sector {
  display: inline-block;
  background: #89FFA3;
  color: #052B29;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
  align-self: flex-start;
}
.hcc-stats {
  display: flex;
  gap: 8px;
}
.hcc-stat {
  flex: 1;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.hcc-stat-top {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.5);
}
.hcc-stat-top strong {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
}
.hcc-stat-label {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.55);
  margin: 0;
  line-height: 1.4;
}
.hcc-quote {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255,255,255,0.6);
  margin: 0;
  flex: 1;
}
.hcc-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #F26419;
  align-self: flex-end;
  flex-shrink: 0;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
}
.hcc-cta:hover {
  transform: scale(1.08);
  background: #e0560d;
}
@media (max-width: 860px) {
  #hc-cases-section {
    padding: 60px 0 0;
  }
  .hcc-inner {
    padding: 0 24px 40px;
  }
  .hcc-viewport {
    padding: 0 0 48px;
  }
  .hcc-track {
    padding: 0 24px;
  }
  .hcc-card {
    width: 340px;
  }
  .hcc-image {
    height: 200px;
  }
  .hcc-heading {
    font-size: 36px;
  }
}
.gh-breadcrumb {
  margin: 0 0 20px;
}
.gh-breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}
.gh-breadcrumb .bc-item {
  display: flex;
  align-items: center;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,255,255,0.65);
}
.gh-breadcrumb .bc-item a {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
}
.gh-breadcrumb .bc-item a:hover {
  color: #ffffff;
}
.gh-breadcrumb .bc-item span[itemprop="item"] {
  color: rgba(255,255,255,0.65);
}
.gh-breadcrumb .bc-sep {
  margin: 0 6px;
  opacity: 0.5;
  font-size: 13px;
}
.pf-section {
  background: #0c2218;
  padding: 80px 48px;
}
.pf-eyebrow {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.65);
  letter-spacing: 0.04em;
  margin: 0 0 16px;
}
.pf-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(36px,5vw,64px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0 0 48px;
}
.pf-grid {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 14px;
  max-width: 1280px;
  margin: 0 auto;
}
.pf-card {
  background: #89FFA3;
  border-radius: 18px;
  padding: 24px 22px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}
.pf-card-title {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #052B29;
  margin: 0;
  line-height: 1.2;
}
.pf-card-subtitle {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #1f7a3d;
  margin: 0;
}
.pf-card-text {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13.5px;
  line-height: 1.55;
  color: #1a4a3a;
  margin: 4px 0 0;
}
@media (max-width: 1100px) {
  .pf-grid {
    grid-template-columns: repeat(3,1fr);
  }
}
@media (max-width: 720px) {
  .pf-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width: 480px) {
  .pf-section {
    padding: 60px 24px;
  }
  .pf-grid {
    grid-template-columns: 1fr;
  }
  .pf-card-title {
    font-size: 20px;
  }
}
#sv-block {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.sv-video-container {
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0s linear 0.4s;
}
.sv-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}
.sv-watch-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  background: #F26419;
  border-radius: 999px;
  padding: 14px 26px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  pointer-events: auto;
  box-shadow: 0 8px 24px rgba(0,0,0,0.35);
  transition: background 0.2s ease, opacity 0.3s ease, transform 0.2s ease;
  z-index: 2;
}
.sv-watch-btn:hover {
  background: #d4571a;
  transform: translate(-50%,-52%);
}
#hc-hero.is-sv-playing .sv-video-container {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0s;
}
#hc-hero.is-sv-playing .sv-watch-btn {
  opacity: 0;
  pointer-events: none;
}
#gst-section {
  background: #0c2218;
  padding: 80px 48px;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
}
.gst-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.gst-header {
  text-align: center;
  margin-bottom: 48px;
}
.gst-eyebrow {
  color: #89FFA3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.gst-heading {
  color: #F0FDFA;
  font-size: clamp(1.8rem,3.2vw,2.6rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  margin: 0;
}
.gst-block {
  margin-top: 56px;
}
.gst-block:first-of-type {
  margin-top: 0;
}
.gst-block-h {
  color: #F0FDFA;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 20px;
  opacity: 0.72;
}
.gst-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(320px,1fr));
  gap: 20px;
}
.gst-card {
  display: flex;
  flex-direction: column;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.gst-card:hover {
  transform: translateY(-3px);
  border-color: rgba(137,255,163,0.35);
  background: rgba(137,255,163,0.04);
}
.gst-card:hover .gst-cta {
  color: #89FFA3;
}
.gst-card:hover .gst-image {
  transform: scale(1.04);
}
.gst-image {
  position: relative;
  display: block;
  aspect-ratio: 1.7777777777778;
  background: rgba(0,0,0,0.35) center / cover no-repeat;
  text-decoration: none;
  transition: transform 0.4s ease;
  overflow: hidden;
}
.gst-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(5,43,41,0) 50%,rgba(5,43,41,0.55) 100%);
  pointer-events: none;
}
.gst-logo {
  position: absolute;
  top: 16px;
  left: 16px;
  height: 32px;
  max-width: 120px;
  object-fit: contain;
  background: rgba(255,255,255,0.92);
  border-radius: 6px;
  padding: 6px 10px;
  z-index: 2;
}
.gst-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.gst-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #F0FDFA;
}
.gst-title a {
  color: inherit;
  text-decoration: none;
}
.gst-excerpt {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #555f5a;
}
.gst-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(80px,1fr));
  gap: 12px;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 14px 0;
}
.gst-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.gst-stat strong {
  font-size: 20px;
  font-weight: 800;
  color: #89FFA3;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.gst-stat span {
  font-size: 11px;
  color: #555f5a;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.gst-cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #F0FDFA;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: color 0.2s ease;
}
.gst-arrow {
  display: inline-block;
}
@media (max-width: 720px) {
  #gst-section {
    padding: 56px 24px;
  }
  .gst-block {
    margin-top: 40px;
  }
  .gst-grid {
    grid-template-columns: 1fr;
  }
  .gst-stat strong {
    font-size: 18px;
  }
}
#ci-section {
  background: #0c2218;
  padding: 24px;
}
.ci-inner {
  background: #c0d4ce;
  border-radius: 16px;
  padding: 72px 48px 56px;
}
.ci-header {
  text-align: center;
  margin-bottom: 64px;
}
.ci-eyebrow {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #052B29;
  letter-spacing: 0.04em;
  margin: 0 0 16px 0;
}
.ci-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(40px,5.5vw,80px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #052B29;
  margin: 0;
}
.ci-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
}
.ci-stat-card {
  background: #89FFA3;
  border-radius: 10px;
  padding: 28px 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
}
.ci-stat-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}
.ci-stat-arrow {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.ci-stat-number {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(40px,4.5vw,64px);
  font-weight: 800;
  line-height: 1;
  color: #052B29;
  letter-spacing: -0.03em;
}
.ci-stat-label {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #052B29;
  margin: 0;
  line-height: 1.4;
}
.ci-stat-label sub {
  font-size: 0.7em;
  vertical-align: sub;
}
@media (max-width: 900px) {
  .ci-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .ci-inner {
    padding: 48px 32px 40px;
  }
}
@media (max-width: 520px) {
  #ci-section {
    padding: 16px;
  }
  .ci-grid {
    grid-template-columns: 1fr;
  }
  .ci-inner {
    padding: 40px 24px;
  }
}
#aud-section {
  background: #0c2218;
  padding: 80px 48px;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
}
.aud-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.aud-header {
  text-align: center;
  margin-bottom: 32px;
}
.aud-eyebrow {
  margin: 0 0 12px;
  color: #89FFA3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.aud-heading {
  margin: 0;
  color: #F0FDFA;
  font-size: clamp(40px,5.5vw,80px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.aud-pills {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px;
  margin: 32px auto 36px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  flex-wrap: wrap;
  justify-content: center;
}
.aud-pills-wrap {
  display: flex;
  justify-content: center;
}
.aud-inner > .aud-pills {
  display: flex;
  flex-wrap: wrap;
  width: max-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.aud-pill {
  appearance: none;
  border: 0;
  background: transparent;
  color: #555f5a;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 999px;
  cursor: pointer;
  transition: color 0.18s ease, background 0.18s ease;
  white-space: nowrap;
}
.aud-pill:hover {
  color: #F0FDFA;
}
.aud-pill.is-active {
  background: #F26419;
  color: #fff;
}
.aud-panels {
  position: relative;
}
.aud-panel {
  display: none;
  grid-template-columns: repeat(5,1fr);
  gap: 14px;
}
.aud-panel.is-active {
  display: grid;
}
.aud-card {
  background: #89FFA3;
  border-radius: 18px;
  padding: 24px 22px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}
.aud-card-title {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #052B29;
  margin: 0;
  line-height: 1.2;
}
.aud-card-subtitle {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #1f7a3d;
  margin: 0;
}
.aud-card-text {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13.5px;
  line-height: 1.55;
  color: #1a4a3a;
  margin: 4px 0 0;
}
@media (max-width: 1100px) {
  .aud-panel {
    grid-template-columns: repeat(3,1fr);
  }
}
@media (max-width: 720px) {
  #aud-section {
    padding: 60px 24px;
  }
  .aud-panel {
    grid-template-columns: repeat(2,1fr);
  }
  .aud-pill {
    font-size: 13px;
    padding: 9px 16px;
  }
}
@media (max-width: 480px) {
  .aud-panel {
    grid-template-columns: 1fr;
  }
}
.ial-hero {
  background: #0c2218;
  padding: 120px 48px 72px;
}
.ial-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(52px,7vw,96px);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 0 0 28px;
}
.ial-sub {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,0.65);
  margin: 0;
  max-width: 620px;
}
.ial-grid-section {
  background: #0c2218;
  padding: 0 48px 96px;
}
.ial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
}
.ial-card {
  display: flex;
  flex-direction: column;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  overflow: hidden;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.ial-card:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(137,255,163,0.2);
}
.ial-card:hover .ial-card-link {
  color: #89FFA3;
}
.ial-card:hover .ial-card-media {
  transform: scale(1.04);
}
.ial-card-link-wrap {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  flex: 1;
}
.ial-card-media {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  background-color: rgba(255,255,255,0.06);
  flex-shrink: 0;
  transition: transform 0.4s ease;
}
.ial-card-media--empty {
  background: rgba(255,255,255,0.06);
}
.ial-card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 28px 28px 32px;
  flex: 1;
}
.ial-card-name {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  line-height: 1.15;
  letter-spacing: -0.01em;
}
.ial-card-tagline {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #89FFA3;
  margin: 0;
  letter-spacing: 0.01em;
}
.ial-card-desc {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255,255,255,0.65);
  margin: 0;
  flex: 1;
}
.ial-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  margin-top: 6px;
  transition: color 0.2s ease;
}
.ial-card-link svg {
  transition: transform 0.2s ease;
}
.ial-card-link:hover svg {
  transform: translateX(3px);
}
.ial-empty {
  color: rgba(255,255,255,0.65);
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
}
@media (max-width: 1100px) {
  .ial-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .ial-hero {
    padding: 100px 24px 56px;
  }
  .ial-grid-section {
    padding: 0 24px 72px;
  }
  .ial-grid {
    grid-template-columns: 1fr;
  }
  .ial-card-media {
    height: 180px;
  }
}
body.gh-public #legal-page {
  background: #0c2218;
  color: #ffffff;
  padding: 56px 32px 96px;
  min-height: 70vh;
}
body.gh-public .legal-inner {
  max-width: 820px;
  margin: 0 auto;
}
body.gh-public .legal-eyebrow {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #89FFA3;
  margin: 24px 0 12px;
}
body.gh-public .legal-h1 {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(36px,5vw,64px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0 0 8px;
}
body.gh-public .legal-updated {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  margin: 0 0 48px;
}
body.gh-public .legal-body {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
body.gh-public .legal-block .legal-h2 {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px;
  line-height: 1.3;
}
body.gh-public .legal-block .legal-p {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255,255,255,0.65);
  margin: 0;
}
body.gh-public .legal-block .legal-p a {
  color: #89FFA3;
  text-decoration: underline;
  text-underline-offset: 3px;
}
body.gh-public .legal-block .legal-p a:hover {
  text-decoration: none;
}
@media (max-width: 720px) {
  body.gh-public #legal-page {
    padding: 40px 20px 72px;
  }
  body.gh-public .legal-h1 {
    font-size: 36px;
  }
}
#gcr-section {
  background: #0c2218;
  padding: 64px 48px;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
}
.gcr-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.gcr-header {
  text-align: center;
  margin-bottom: 40px;
}
.gcr-eyebrow {
  color: #89FFA3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.gcr-heading {
  color: #F0FDFA;
  font-size: clamp(1.6rem,3vw,2.4rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0;
}
.gcr-block {
  margin-top: 36px;
}
.gcr-block-h {
  color: #F0FDFA;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 16px;
  opacity: 0.8;
}
.gcr-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
  gap: 16px;
}
.gcr-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  text-decoration: none;
  color: #F0FDFA;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.gcr-card:hover {
  background: rgba(137,255,163,0.08);
  border-color: rgba(137,255,163,0.4);
  transform: translateY(-2px);
}
.gcr-card:hover .gcr-cta {
  color: #89FFA3;
}
.gcr-card-head {
  min-height: 60px;
}
.gcr-card-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #F0FDFA;
}
.gcr-card-tagline {
  font-size: 13px;
  line-height: 1.5;
  color: #555f5a;
  margin: 0;
}
.gcr-stats {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 16px 0;
}
.gcr-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.gcr-stat strong {
  font-size: 22px;
  font-weight: 800;
  color: #89FFA3;
  letter-spacing: -0.02em;
}
.gcr-stat span {
  font-size: 11px;
  color: #555f5a;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.gcr-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #F0FDFA;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: color 0.2s ease;
}
.gcr-arrow {
  display: inline-block;
}
@media (max-width: 720px) {
  #gcr-section {
    padding: 40px 24px;
  }
  .gcr-stats {
    grid-template-columns: repeat(3,1fr);
    gap: 8px;
  }
  .gcr-stat strong {
    font-size: 18px;
  }
}
#impact-section {
  background: #0c2218;
  padding: 24px;
}
.impact-inner {
  background: #c0d4ce;
  border-radius: 16px;
  padding: 60px 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: stretch;
}
.impact-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.impact-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(48px,6vw,88px);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: #052B29;
  margin: 0;
}
.impact-desc {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #052B29;
  margin: 0;
  max-width: 480px;
}
.impact-desc sub {
  font-size: 0.7em;
  vertical-align: sub;
}
.impact-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 12px;
}
.impact-card {
  background: #89FFA3;
  border-radius: 12px;
  padding: 28px 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
}
.impact-card:hover {
  transform: translateY(-2px);
  background: #7df0a0;
}
.impact-number {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(56px,6vw,88px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #052B29;
}
.impact-card-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}
.impact-label {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #052B29;
  max-width: 200px;
}
.impact-arrow {
  font-size: 22px;
  font-weight: 700;
  color: #052B29;
  flex-shrink: 0;
  line-height: 1;
}
@media (max-width: 960px) {
  .impact-inner {
    grid-template-columns: 1fr;
    padding: 48px 32px;
  }
  .impact-left {
    gap: 32px;
  }
}
@media (max-width: 520px) {
  #impact-section {
    padding: 16px;
  }
  .impact-grid {
    grid-template-columns: 1fr;
  }
  .impact-inner {
    padding: 40px 24px;
  }
}
#platform-preview-section {
  background-color: #0c2218;
  padding: 80px 0 0;
  overflow: hidden;
}
.platform-header {
  text-align: center;
  padding: 0 48px 56px;
}
.platform-eyebrow {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.04em;
  margin: 0 0 16px 0;
}
.platform-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(40px,5.5vw,80px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0;
}
.platform-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 0 48px 80px;
  width: 100%;
  box-sizing: border-box;
}
.platform-card {
  background: #89FFA3;
  border-radius: 18px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 45% 1fr;
  align-items: stretch;
  min-height: 320px;
}
.platform-card:nth-child(3) {
  grid-column-start: 1;
  grid-column-end: -1;
  grid-template-columns: 30% 1fr;
  min-height: 360px;
}
.platform-card-image {
  background: rgba(5,43,41,0.06) center / cover no-repeat;
  min-height: 100%;
}
.platform-card-body {
  padding: 32px 36px 36px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.platform-card-title {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #052B29;
  margin: 0;
  line-height: 1.2;
}
.platform-card-subtitle {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1f7a3d;
  margin: 0;
}
.platform-card-text {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #1a4a3a;
  margin: 6px 0 0;
  max-width: 64ch;
}
@media (max-width: 860px) {
  #platform-preview-section {
    padding: 60px 0 0;
  }
  .platform-header {
    padding: 0 24px 40px;
  }
  .platform-grid {
    padding: 0 24px 60px;
  }
  .platform-card-body {
    padding: 24px 26px 28px;
  }
}
@media (max-width: 720px) {
  .platform-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .platform-card,
  .platform-card:nth-child(3) {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .platform-card-image {
    height: 160px;
  }
  .platform-card-body {
    padding: 22px 24px 26px;
  }
  .platform-card-title {
    font-size: 20px;
  }
}
#journey-section {
  background: #0c2218;
  padding: 80px 64px 64px;
}
.journey-header {
  margin-bottom: 72px;
}
.journey-eyebrow {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.04em;
  margin: 0 0 16px 0;
}
.journey-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(40px,5.5vw,80px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0;
}
.journey-list {
  display: flex;
  flex-direction: column;
  position: relative;
}
.journey-list::before {
  content: '';
  position: absolute;
  left: 39px;
  top: 7px;
  bottom: 7px;
  width: 2px;
  background: rgba(137,255,163,0.2);
}
.journey-row {
  display: grid;
  grid-template-columns: 80px 280px 1fr;
  align-items: flex-start;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 56px;
}
.journey-row--last {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 0;
  padding-bottom: 56px;
}
.journey-dot-col {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 5px;
  position: relative;
  z-index: 1;
}
.journey-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #89FFA3;
  flex-shrink: 0;
}
.journey-title {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  padding-top: 0;
  line-height: 1.2;
}
.journey-desc {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  max-width: 520px;
}
.journey-question {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px 0;
  line-height: 1.3;
}
.journey-body {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,0.65);
  margin: 0;
}
@media (max-width: 860px) {
  #journey-section {
    padding: 60px 24px 48px;
  }
  .journey-list::before {
    left: 23px;
  }
  .journey-row {
    grid-template-columns: 48px 1fr;
    grid-template-rows: auto auto;
  }
  .journey-title {
    grid-column: 2;
    grid-row: 1;
  }
  .journey-dot-col {
    grid-column: 1;
    grid-row: 0.33333333333333;
  }
  .journey-desc {
    grid-column: 2;
    grid-row: 2;
    margin-top: 12px;
  }
}
.___maptabledefault {
  display: inline;
}
.___maptabledefault .form-column {
  overflow-y: auto;
  overflow-x: hidden;
  margin-left: 290px;
  border-left: 1px solid #ddd;
}
@media (max-width: 1224px) {
  .___maptabledefault .form-column {
    margin-left: 0px;
  }
}
.___maptabledefault .form-column .form-header {
  height: 33px;
  position: relative;
}
.___maptabledefault .form-column .form-header .title {
  color: #222222;
  line-height: 33px;
  padding: 0 2em;
  font-size: 18px;
}
.___maptabledefault .form-column .form-header .record-id {
  position: absolute;
  top: 0;
  line-height: 33px;
  right: 20px;
  font-size: 18px;
  font-weight: bold;
}
.___maptabledefault .widget-column .control {
  padding: 5px 17px;
  background-color: #428bca;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  height: 29px;
  margin: 0 1px;
  color: #fff;
}
.___maptabledefault .widget-column .control .related-icon {
  position: absolute;
  top: 8px;
  right: 11px;
  color: #ccc;
}
.___maptabledefault .widget-column .control.active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.___maptabledefault .widget-column .control.active .related-icon {
  color: #fff;
  text-shadow: 1px 1px #000;
}
.___maptabledefault .widget-column .body {
  display: none;
}
.___maptabledefault .widget-column .body.open {
  display: block;
}
.___maptabledefault .widget-column .body .widgets {
  width: 100%;
  box-sizing: border-box;
  min-height: 300px;
  border: 1px solid #ddd;
  background-color: white;
  overflow: hidden;
}
.___maptabledefault .widget-column .body .widgets .header {
  background-color: transparent;
}
#faq-section {
  background: #0c2218;
  padding: 48px 48px 48px;
}
.faq-card {
  background: #e6f9ef;
  border-radius: 20px;
  padding: 64px 48px;
}
.faq-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.faq-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(40px,5vw,64px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #052B29;
  margin: 0;
}
.faq-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq-item {
  border-radius: 12px;
  overflow: hidden;
}
.faq-question-heading {
  margin: 0;
  padding: 0;
  font: inherit;
  font-weight: inherit;
}
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #89FFA3;
  border: none;
  cursor: pointer;
  padding: 18px 22px;
  text-align: left;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  color: #052B29;
  transition: background 0.15s ease;
}
.faq-question:hover {
  background: #70ff8f;
}
.faq-question[aria-expanded="true"] {
  border-radius: 12px 12px 0 0;
}
.faq-question[aria-expanded="true"] .faq-chevron {
  transform: rotate(180deg);
}
.faq-question-text {
  flex: 1;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  color: #052B29;
  margin: 0;
}
.faq-chevron {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  transition: transform 0.2s ease;
}
.faq-answer {
  background: rgba(137,255,163,0.35);
  padding: 20px 22px;
  border-radius: 0 0 12px 12px;
}
.faq-answer-inner {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #052B29;
  margin: 0;
}
@media (max-width: 768px) {
  #faq-section {
    padding: 40px 24px 40px;
  }
  .faq-card {
    padding: 40px 24px;
  }
  .faq-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
body.gh-public .btn {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  border-radius: 999px;
  padding: 14px 28px;
  border: 2px solid transparent;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
body.gh-public .btn:hover {
  transform: translateY(-2px);
}
body.gh-public .btn-primary {
  background: #F26419;
  color: #ffffff;
  border-color: #F26419;
}
body.gh-public .btn-primary:hover {
  background: #d4571a;
  border-color: #d4571a;
  color: #ffffff;
}
body.gh-public .btn-ghost {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
body.gh-public .btn-ghost:hover {
  background: #ffffff;
  color: #0c2218;
}
#hero {
  position: relative;
  background-color: #0c2218;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.hero-bg-svg {
  position: absolute;
  top: 0;
  left: -80px;
  width: 594px;
  height: 779px;
  pointer-events: none;
  user-select: none;
}
.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
  padding: 160px 48px 72px 48px;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.hero-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(56px,9vw,128px);
  font-weight: 800;
  line-height: 1.0;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.02em;
  transition: font-size 0.7s cubic-bezier(0.22,1,0.36,1), letter-spacing 0.7s cubic-bezier(0.22,1,0.36,1), margin 0.6s cubic-bezier(0.22,1,0.36,1);
}
.hero-heading .hero-accent {
  color: #89FFA3;
}
.hero-bottom {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  grid-template-rows: auto auto;
  align-items: start;
  column-gap: 40px;
  row-gap: 28px;
  margin-top: 24px;
}
.hero-left {
  grid-column: 1;
  grid-row: 1;
  max-width: 520px;
  align-self: center;
}
.hero-sub {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255,255,255,0.75);
  margin: 0;
  overflow: hidden;
  transition: opacity 0.4s ease, max-height 0.6s cubic-bezier(0.22,1,0.36,1), margin 0.6s cubic-bezier(0.22,1,0.36,1);
  max-height: 200px;
  opacity: 1;
}
.hero-sub sub {
  font-size: 0.7em;
  vertical-align: sub;
}
.hero-actions {
  grid-column-start: 1;
  grid-column-end: -1;
  grid-row: 2;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
  justify-self: center;
}
.hero-video-container {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  width: 600px;
  max-width: 100%;
  aspect-ratio: 1.7777777777778;
  align-self: start;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  background: #000;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  transition: box-shadow 0.6s ease, border-radius 0.5s ease;
  will-change: transform;
}
#hero.is-playing .hero-watch-btn {
  opacity: 0;
  pointer-events: none;
}
.hero-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}
.hero-watch-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  background: #F26419;
  border-radius: 999px;
  padding: 12px 22px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease, opacity 0.3s ease;
}
.hero-watch-btn:hover {
  background: #d4571a;
}
#hero.is-playing .hero-heading {
  font-size: clamp(28px,3.6vw,52px);
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}
#hero.is-playing .hero-bottom {
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  row-gap: 28px;
  margin-top: 24px;
}
#hero.is-playing .hero-left {
  grid-column: 1;
  grid-row: 3;
  max-width: none;
  pointer-events: none;
}
#hero.is-playing .hero-sub {
  opacity: 0;
  max-height: 0;
}
#hero.is-playing .hero-actions {
  grid-column: 1;
  grid-row: 2;
  justify-self: center;
}
#hero.is-playing .hero-video-container {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.55);
}
@media (max-width: 1100px) {
  .hero-video-container {
    width: 480px;
  }
}
@media (max-width: 860px) {
  .hero-content {
    padding: 100px 24px 64px;
  }
  .hero-bottom {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    row-gap: 24px;
  }
  .hero-left {
    grid-column: 1;
    grid-row: 1;
  }
  .hero-actions {
    grid-column: 1;
    grid-row: 2;
  }
  .hero-video-container {
    grid-column: 1;
    grid-row: 3;
    width: 100%;
  }
}
@media (max-width: 520px) {
  .hero-heading {
    font-size: clamp(40px,12vw,56px);
  }
  .hero-actions {
    flex-wrap: wrap;
    justify-content: center;
  }
}
body.gh-public #ghu-page {
  background: #0c2218;
  padding: 120px 24px 96px;
  min-height: 70vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
body.gh-public .ghu-card {
  width: 100%;
  max-width: 600px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 40px;
}
body.gh-public .ghu-eyebrow {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #89FFA3;
  margin: 0 0 12px;
}
body.gh-public .ghu-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(28px,4vw,40px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0 0 16px;
}
body.gh-public .ghu-lead,
body.gh-public .ghu-success {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,0.65);
  margin: 0 0 20px;
}
body.gh-public .ghu-success {
  color: #89FFA3;
  font-weight: 700;
}
body.gh-public .ghu-form-wrap .form-group {
  margin: 0 0 18px;
}
body.gh-public .ghu-form-wrap label {
  display: block;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 6px;
}
body.gh-public .ghu-form-wrap input[type="email"],
body.gh-public .ghu-form-wrap input[type="text"],
body.gh-public .ghu-form-wrap textarea {
  width: 100%;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #ffffff;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}
body.gh-public .ghu-form-wrap input[type="email"]::placeholder,
body.gh-public .ghu-form-wrap input[type="text"]::placeholder,
body.gh-public .ghu-form-wrap textarea::placeholder {
  color: rgba(255,255,255,0.35);
}
body.gh-public .ghu-form-wrap input[type="email"]:focus,
body.gh-public .ghu-form-wrap input[type="text"]:focus,
body.gh-public .ghu-form-wrap textarea:focus {
  outline: none;
  border-color: #89FFA3;
  background: rgba(255,255,255,0.08);
}
body.gh-public .ghu-form-wrap textarea {
  min-height: 100px;
  resize: vertical;
}
body.gh-public .ghu-form-wrap .help-block,
body.gh-public .ghu-form-wrap .helper {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  margin: 4px 0 0;
}
body.gh-public .ghu-form-wrap input[type="submit"],
body.gh-public .ghu-form-wrap button[type="submit"],
body.gh-public .ghu-form-wrap .btn-primary {
  display: inline-flex;
  align-items: center;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0c2218;
  background: #89FFA3;
  border: 0;
  border-radius: 999px;
  padding: 12px 28px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
body.gh-public .ghu-form-wrap input[type="submit"]:hover,
body.gh-public .ghu-form-wrap button[type="submit"]:hover,
body.gh-public .ghu-form-wrap .btn-primary:hover {
  background: #6FE389;
  transform: translateY(-2px);
}
body.gh-public .ghu-form-wrap input[type="submit"]:focus-visible,
body.gh-public .ghu-form-wrap button[type="submit"]:focus-visible,
body.gh-public .ghu-form-wrap .btn-primary:focus-visible {
  outline: 2px solid #89FFA3;
  outline-offset: 2px;
}
body.gh-public .ghu-btn {
  display: inline-flex;
  align-items: center;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  border-radius: 999px;
  padding: 12px 24px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}
body.gh-public .ghu-btn-primary,
body.gh-public .ghu-btn-primary:link,
body.gh-public .ghu-btn-primary:visited,
body.gh-public .ghu-btn-primary:active,
body.gh-public .ghu-btn-primary:focus {
  background: #89FFA3;
  color: #0c2218;
}
body.gh-public .ghu-btn-primary:hover {
  background: #6FE389;
  transform: translateY(-2px);
}
@media (max-width: 560px) {
  body.gh-public #ghu-page {
    padding: 64px 16px 64px;
  }
  body.gh-public .ghu-card {
    padding: 28px 22px;
    border-radius: 16px;
  }
}
.sc-hero {
  background: #0c2218;
  padding: 120px 48px 72px;
}
.sc-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(52px,7vw,96px);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 0 0 28px;
}
.sc-sub {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,0.65);
  margin: 0;
  max-width: 620px;
}
.sc-grid-section {
  background: #0c2218;
  padding: 0 48px 96px;
}
.sc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.sc-card {
  display: flex;
  flex-direction: column;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.sc-card:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(137,255,163,0.2);
}
.sc-card:hover .sc-card-icon svg {
  stroke: #89FFA3;
}
.sc-card:hover .sc-card-link {
  color: #89FFA3;
}
.sc-card:hover .sc-card-banner {
  transform: scale(1.03);
}
.sc-card-banner-link {
  display: block;
  overflow: hidden;
  line-height: 0;
}
.sc-card-banner {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.sc-card-content {
  display: flex;
  flex-direction: row;
  gap: 28px;
  align-items: flex-start;
  padding: 36px 32px;
}
.sc-card-icon {
  flex-shrink: 0;
  margin-top: 4px;
}
.sc-card-icon svg {
  width: 36px;
  height: 36px;
  stroke: rgba(255,255,255,0.4);
  transition: stroke 0.2s ease;
}
.sc-card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sc-card-name {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  line-height: 1.1;
}
.sc-card-tagline {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #89FFA3;
  margin: 0;
  letter-spacing: 0.01em;
}
.sc-card-desc {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255,255,255,0.65);
  margin: 0;
}
.sc-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  margin-top: 6px;
  transition: color 0.2s ease;
}
.sc-card-link svg {
  transition: transform 0.2s ease;
}
.sc-card-link:hover svg {
  transform: translateX(3px);
}
@media (max-width: 860px) {
  .sc-hero {
    padding: 100px 24px 56px;
  }
  .sc-grid-section {
    padding: 0 24px 72px;
  }
  .sc-grid {
    grid-template-columns: 1fr;
  }
  .sc-card-content {
    flex-direction: column;
    gap: 20px;
    padding: 28px 24px;
  }
  .sc-card-banner {
    height: 180px;
  }
}
.___ghlandingpage {
  display: inline;
}
#gsec-page {
  background: #0c2218;
}
.gsec-body {
  background: #f5f5f0;
  padding: 80px 48px 96px;
}
.gsec-content {
  max-width: 860px;
  margin: 0 auto;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: #052B29;
}
.gsec-content > p:first-child {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 1.5em;
}
.gsec-content h2 {
  font-size: 32px;
  font-weight: 800;
  margin: 2em 0 0.5em;
  letter-spacing: -0.02em;
  color: #052B29;
}
.gsec-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 1.75em 0 0.4em;
  color: #052B29;
}
.gsec-content p {
  margin: 0 0 1.25em;
}
.gsec-content a {
  color: #0a6641;
  font-weight: 600;
}
.gsec-content ul,
.gsec-content ol {
  padding-left: 1.5em;
  margin: 0 0 1.25em;
}
.gsec-content li {
  margin-bottom: 0.4em;
}
.gsec-content img {
  max-width: 100%;
  border-radius: 8px;
  margin: 1.5em 0;
  display: block;
}
.gsec-content blockquote {
  font-style: italic;
  font-size: 20px;
  line-height: 1.55;
  border-left: 4px solid #F26419;
  padding: 0 0 0 24px;
  margin: 2em 0;
  color: #052B29;
}
@media (max-width: 860px) {
  .gsec-body {
    padding: 56px 24px 72px;
  }
}
#dsc-section {
  background: #0c2218;
  overflow: hidden;
}
.dsc-header {
  max-width: 760px;
  margin: 0 auto;
  padding: 80px 32px 64px;
  text-align: center;
}
.dsc-eyebrow {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,255,255,0.65);
  margin: 0 0 20px;
}
.dsc-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(36px,5.5vw,72px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0 0 24px;
}
.dsc-sub {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.65);
  margin: 0 0 4px;
}
.dsc-sub:last-child {
  margin-bottom: 0;
}
.dsc-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px 64px;
  gap: 32px;
}
.dsc-left {
  position: relative;
}
.dsc-watermark {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%,-50%);
  pointer-events: none;
  user-select: none;
  z-index: 0;
  opacity: 0.12;
}
.dsc-watermark .dsc-watermark-svg {
  width: 620px;
  height: 620px;
}
.dsc-device-stage {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
}
.dsc-laptop {
  flex-shrink: 0;
  width: 75%;
  position: relative;
  z-index: 1;
}
.dsc-laptop .dsc-desktop-svg {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 64px rgba(0,0,0,0.6));
}
.dsc-phone {
  flex-shrink: 0;
  width: 30%;
  margin-left: -10%;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}
.dsc-phone .dsc-mobile-svg {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 16px 40px rgba(0,0,0,0.55));
}
.dsc-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-self: center;
}
.dsc-card {
  background: #89FFA3;
  border-radius: 12px;
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dsc-card-title {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(20px,2.2vw,30px);
  font-weight: 800;
  line-height: 1.1;
  color: #052B29;
  margin: 0;
}
.dsc-card-desc {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(5,43,41,0.75);
  margin: 0;
}
@media (max-width: 860px) {
  .dsc-header {
    padding: 56px 24px 48px;
  }
  .dsc-body {
    grid-template-columns: 1fr;
    padding: 0 24px 48px;
    gap: 40px;
  }
  .dsc-watermark {
    top: 50%;
    left: 50%;
  }
  .dsc-watermark .dsc-watermark-svg {
    width: 380px;
    height: 380px;
  }
  .dsc-laptop {
    width: 72%;
  }
  .dsc-phone {
    width: 32%;
    margin-left: -8%;
    margin-bottom: 16px;
  }
}
#ph-hero {
  background: #0c2218;
  padding: 120px 48px 0;
}
.ph-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  padding-bottom: 56px;
}
.ph-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(48px,6vw,88px);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 0;
}
.ph-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}
.ph-desc {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,0.65);
  margin: 0;
  max-width: 400px;
}
.ph-cta,
.ph-cta:link,
.ph-cta:visited,
.ph-cta:active,
.ph-cta:focus {
  display: inline-block;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  background: #F26419;
  border-radius: 999px;
  padding: 12px 24px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}
.ph-cta:hover {
  background: #d4571a;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
}
.ph-image-wrap {
  position: relative;
}
.ph-video-container {
  position: relative;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  background: #c45a1a;
}
.ph-video-container.is-playing .ph-watch-btn {
  opacity: 0;
  pointer-events: none;
}
.ph-video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.7777777777778;
  object-fit: contain;
  cursor: pointer;
  background: #000;
}
.ph-watch-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  background: #F26419;
  border-radius: 999px;
  padding: 12px 22px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease, opacity 0.3s ease;
}
.ph-watch-btn:hover {
  background: #d4571a;
}
@media (max-width: 860px) {
  #ph-hero {
    padding: 100px 24px 0;
  }
  .ph-top {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 40px;
  }
  .ph-right {
    padding-top: 0;
  }
}
#gca-case {
  background: #f5f5f0;
  min-height: 100vh;
}
.gca-hero {
  background: #0c2218;
  padding: 120px 48px 64px;
}
.gca-hero-inner {
  display: flex;
  align-items: flex-start;
  gap: 64px;
}
.gca-hero-left {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.gca-logo-wrap {
  margin-bottom: 24px;
}
.gca-customer-logo {
  max-height: 52px;
  max-width: 200px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}
.gca-customer-name {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(48px,6vw,88px);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -0.04em;
  color: #ffffff;
  margin: 0;
}
.gca-hero-right {
  flex: 0 0 380px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
}
.gca-sustainers-logo {
  height: 28px;
  width: auto;
  margin-bottom: 28px;
  display: block;
}
.gca-excerpt {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255,255,255,0.8);
  margin: 0 0 32px;
}
.gca-btn-primary,
.gca-btn-primary:link,
.gca-btn-primary:visited,
.gca-btn-primary:active,
.gca-btn-primary:focus {
  display: inline-block;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  background: #F26419;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 999px;
  transition: transform 0.2s ease, background 0.2s ease;
}
.gca-btn-primary:hover {
  background: #d6520c;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
}
.gca-banner-section {
  background: #0c2218;
  padding: 0 48px 64px;
}
.gca-banner-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.gca-banner-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 560px;
}
.gca-badge {
  position: absolute;
  top: 32px;
  left: 32px;
  background: #89FFA3;
  color: #052B29;
  border-radius: 16px;
  padding: 20px 28px 18px;
  min-width: 220px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.gca-badge-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.gca-badge-arrow {
  flex: none;
  display: block;
}
.gca-badge-value {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #052B29;
}
.gca-badge-label {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #052B29;
  margin: 12px 0 0;
}
.gca-challenge-section {
  background: #0c2218;
  padding: 0 48px 16px;
}
.gca-challenge-card {
  background: #b6c7ca;
  border-radius: 24px;
  padding: 80px 80px 96px;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1.2fr);
  gap: 64px;
  align-items: start;
}
.gca-challenge-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(48px,5vw,72px);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: #052B29;
  margin: 0;
}
.gca-challenge-body {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: #052B29;
}
.gca-challenge-body p {
  margin: 0 0 1.25em;
}
.gca-challenge-body p:last-child {
  margin-bottom: 0;
}
.gca-proof-section {
  background: #0c2218;
  padding: 0 48px 64px;
}
.gca-proof-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.gca-proof-card {
  border-radius: 24px;
  padding: 56px 56px 56px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
}
.gca-proof-card--left {
  background: #89FFA3;
  color: #052B29;
  justify-content: space-between;
}
.gca-proof-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(40px,4.6vw,64px);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: #052B29;
  margin: 0 0 24px;
}
.gca-proof-body {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #052B29;
  margin: 0 0 32px;
  flex: 1;
}
.gca-proof-cta {
  align-self: flex-start;
  display: inline-block;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  background: #F26419;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 999px;
  transition: transform 0.2s ease, background 0.2s ease;
}
.gca-proof-cta:hover {
  background: #d6520c;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
}
.gca-proof-card--right {
  position: relative;
  background-color: #c97a3f;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 32px 32px 32px;
  justify-content: space-between;
  overflow: hidden;
}
.gca-proof-card--right::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(12,34,24,0.05) 0%,rgba(12,34,24,0.35) 100%);
  pointer-events: none;
}
.gca-proof-card--right > * {
  position: relative;
  z-index: 1;
}
.gca-proof-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.gca-proof-name {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #ffffff;
}
.gca-proof-sector {
  display: inline-block;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  background: rgba(12,34,24,0.7);
  padding: 6px 14px;
  border-radius: 6px;
}
.gca-proof-quote {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.01em;
}
.gca-inner {
  max-width: 860px;
  margin: 0 auto;
}
.gca-body {
  padding: 64px 48px 96px;
}
.gca-content {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: #052B29;
}
.gca-content > p:first-child {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 1.5em;
}
.gca-content h2 {
  font-size: 26px;
  font-weight: 800;
  margin: 2em 0 0.5em;
  letter-spacing: -0.02em;
  color: #052B29;
}
.gca-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 1.75em 0 0.4em;
  color: #052B29;
}
.gca-content p {
  margin: 0 0 1.25em;
}
.gca-content a {
  color: #0a6641;
  font-weight: 600;
}
.gca-content ul,
.gca-content ol {
  padding-left: 1.5em;
  margin: 0 0 1.25em;
}
.gca-content li {
  margin-bottom: 0.4em;
}
.gca-content img {
  max-width: 100%;
  border-radius: 8px;
  margin: 1.5em 0;
  display: block;
}
.gca-content blockquote {
  font-style: italic;
  font-size: 20px;
  line-height: 1.55;
  border-left: 4px solid #F26419;
  padding: 0 0 0 24px;
  margin: 2em 0;
  color: #052B29;
}
.gca-cta {
  margin-top: 2.5em;
  padding-top: 2em;
  border-top: 1px solid rgba(12,34,24,0.12);
}
.gca-cta-btn,
.gca-cta-btn:link,
.gca-cta-btn:visited,
.gca-cta-btn:active,
.gca-cta-btn:focus {
  display: inline-block;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  background: #F26419;
  text-decoration: none;
  padding: 13px 28px;
  border-radius: 999px;
  transition: transform 0.2s ease, background 0.2s ease;
}
.gca-cta-btn:hover {
  background: #d6520c;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
}
@media (max-width: 860px) {
  .gca-hero {
    padding: 96px 24px 64px;
  }
  .gca-hero-inner {
    flex-direction: column;
    gap: 40px;
  }
  .gca-hero-right {
    flex: none;
    width: 100%;
    padding-top: 0;
  }
  .gca-body {
    padding: 48px 24px 72px;
  }
  .gca-banner-section {
    padding: 0 16px 48px;
  }
  .gca-banner-wrap {
    border-radius: 16px;
  }
  .gca-badge {
    top: 16px;
    left: 16px;
    padding: 14px 18px 12px;
    min-width: 0;
    border-radius: 12px;
  }
  .gca-badge-value {
    font-size: 24px;
  }
  .gca-badge-arrow {
    width: 24px;
    height: 24px;
  }
  .gca-badge-label {
    font-size: 12px;
    margin-top: 8px;
  }
  .gca-challenge-section {
    padding: 0 16px 48px;
  }
  .gca-challenge-card {
    padding: 48px 32px 56px;
    grid-template-columns: 1fr;
    gap: 24px;
    border-radius: 16px;
  }
  .gca-proof-section {
    padding: 0 16px 48px;
  }
  .gca-proof-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .gca-proof-card {
    padding: 40px 28px;
    min-height: 0;
    border-radius: 16px;
  }
  .gca-proof-card--right {
    min-height: 360px;
    padding: 24px;
  }
}
#atm-section {
  background: #0c2218;
  padding: 48px 48px 48px;
}
.atm-intro {
  text-align: center;
  padding-bottom: 48px;
}
.atm-eyebrow {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.04em;
  margin: 0 0 12px;
}
.atm-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(2.5rem,5vw,4rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0;
}
.atm-carousel-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.atm-track-outer {
  flex: 1;
  overflow: hidden;
}
.atm-track {
  display: flex;
  gap: 16px;
  transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
}
.atm-card {
  flex: 0 0 calc(22.333%);
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 0.75;
  background: rgba(255,255,255,0.06);
}
.atm-card-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.atm-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 24px 28px;
  background: linear-gradient(to bottom,transparent 35%,rgba(12,34,24,0.55) 60%,rgba(12,34,24,0.88) 100%);
}
.atm-card-name {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 4px;
  line-height: 1.2;
}
.atm-card-role {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
  color: rgba(255,255,255,0.7);
  margin: 0;
}
.atm-card-email {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  margin-top: 6px;
  word-break: break-all;
  transition: color 0.15s ease;
}
.atm-card-email:hover {
  color: #ffffff;
  text-decoration: underline;
}
.atm-arrow {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #F26419;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: background 0.2s, transform 0.15s;
}
.atm-arrow:hover {
  background: #d6520c;
  transform: scale(1.07);
}
.atm-arrow:active {
  transform: scale(0.96);
}
@media (max-width: 900px) {
  .atm-card {
    flex: 0 0 calc(42%);
  }
}
@media (max-width: 768px) {
  #atm-section {
    padding: 40px 24px 40px;
  }
}
@media (max-width: 480px) {
  .atm-card {
    flex: 0 0 100%;
  }
}
.gscar-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px 6px 12px;
  margin: 0 0 18px;
  border-radius: 999px;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1;
  color: #FFE8DA;
  background: linear-gradient(120deg,rgba(255,122,61,0.18),rgba(255,180,84,0.08));
  border: 1px solid rgba(255,122,61,0.45);
  box-shadow: 0 0 0 0 rgba(255,122,61,0.35);
  animation: gscar-breath 3.6s ease-in-out infinite;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gscar-dot {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F26419;
  flex-shrink: 0;
}
.gscar-dot::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: #F26419;
  opacity: 0.45;
  animation: gscar-pulse 2.4s ease-out infinite;
}
.gscar-eyebrow {
  color: #FFB454;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 11px;
}
.gscar-divider {
  width: 1px;
  height: 12px;
  background: rgba(255,180,84,0.4);
  display: inline-block;
}
.gscar-headline {
  font-weight: 600;
  letter-spacing: -0.005em;
  color: #FFE8DA;
  overflow: hidden;
  text-overflow: ellipsis;
}
@keyframes gscar-breath {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255,122,61,0.35);
  }
  50% {
    box-shadow: 0 0 18px 1px rgba(255,122,61,0.35);
  }
}
@keyframes gscar-pulse {
  0% {
    transform: scale(0.6);
    opacity: 0.55;
  }
  70% {
    transform: scale(1.6);
    opacity: 0;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@media (max-width: 540px) {
  .gscar-pill {
    font-size: 11px;
    padding: 5px 12px 5px 10px;
    gap: 8px;
    flex-wrap: nowrap;
  }
  .gscar-divider {
    display: none;
  }
}
#gar-article {
  background: #0c2218;
  min-height: 100vh;
}
.gar-inner {
  max-width: 860px;
  margin: 0 auto;
}
.gar-hero {
  padding: 120px 48px 56px;
}
.gar-title {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(36px,5vw,64px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 0 0 24px;
}
.gar-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.gar-pill {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #052B29;
  background: #ffffff;
  border-radius: 999px;
  padding: 5px 14px;
  display: inline-block;
}
.gar-body {
  padding: 0 48px 96px;
}
.gar-card {
  background: #f5f5f0;
  border-radius: 12px;
  overflow: hidden;
}
.gar-featured-img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  display: block;
}
body.gh-public .gar-content {
  padding: 48px 56px 56px;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: #052B29;
}
body.gh-public .gar-content > p:first-child {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 1.5em;
}
body.gh-public .gar-content h2 {
  font-size: 26px;
  font-weight: 800;
  margin: 2em 0 0.5em;
  letter-spacing: -0.02em;
  color: #052B29;
}
body.gh-public .gar-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 1.75em 0 0.4em;
  color: #052B29;
}
body.gh-public .gar-content p {
  margin: 0 0 1.25em;
}
body.gh-public .gar-content a {
  color: #0a6641;
  font-weight: 600;
}
body.gh-public .gar-content ul,
body.gh-public .gar-content ol {
  padding-left: 1.5em;
  margin: 0 0 1.25em;
}
body.gh-public .gar-content li {
  margin-bottom: 0.4em;
}
body.gh-public .gar-content img {
  max-width: 100%;
  border-radius: 8px;
  margin: 1.5em 0;
  display: block;
}
body.gh-public .gar-content blockquote {
  font-style: italic;
  font-size: 20px;
  line-height: 1.55;
  color: #052B29;
  margin: 2em 0;
  padding: 0;
  border: none;
  background: none;
}
body.gh-public .gar-content .gar-cta {
  margin-top: 2.5em;
  padding-top: 2em;
  border-top: 1px solid rgba(12,34,24,0.12);
}
body.gh-public .gar-content .gar-cta-btn {
  display: inline-block;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  background: #F26419;
  text-decoration: none;
  padding: 13px 28px;
  border-radius: 999px;
  transition: transform 0.2s ease, background 0.2s ease;
}
body.gh-public .gar-content .gar-cta-btn:hover {
  background: #d6520c;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
}
@media (max-width: 860px) {
  .gar-hero {
    padding: 96px 24px 48px;
  }
  .gar-body {
    padding: 0 24px 72px;
  }
  body.gh-public .gar-content {
    padding: 32px 28px 40px;
  }
}
#aw-section {
  background: #0c2218;
  padding: 96px 48px;
  overflow: hidden;
}
.aw-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.aw-left {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
}
.aw-bg-svg {
  position: absolute;
  top: 50%;
  left: -80px;
  transform: translateY(-50%);
  width: 520px;
  height: auto;
  pointer-events: none;
  user-select: none;
}
.aw-heading {
  position: relative;
  z-index: 1;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(3rem,5.5vw,5rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0;
}
.aw-right {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.aw-body {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 860px) {
  #aw-section {
    padding: 72px 24px;
  }
  .aw-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .aw-left {
    min-height: 260px;
  }
  .aw-bg-svg {
    left: -40px;
    width: 340px;
  }
  .aw-heading {
    font-size: clamp(2.5rem,10vw,4rem);
  }
}
#testimonials-section {
  background: #cde8de;
  overflow: hidden;
  padding: 0 0 48px;
}
.testimonials-header {
  text-align: center;
  padding: 64px 48px 48px;
}
.testimonials-eyebrow {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #2d6a4f;
  margin: 0 0 12px 0;
}
.testimonials-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(40px,5vw,72px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #052B29;
  margin: 0;
}
.testimonials-track {
  display: flex;
  padding: 0 0 48px;
  gap: 16px;
  width: max-content;
  will-change: transform;
}
.testimonial-card {
  flex-shrink: 0;
  scroll-snap-align: start;
  border-radius: 16px;
  overflow: hidden;
  height: 320px;
}
.testimonial-card--text {
  display: flex;
  width: 560px;
}
.testimonial-card--text .testimonial-photo {
  width: 200px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  background-color: rgba(0,0,0,0.1);
}
.testimonial-card--text .testimonial-body {
  background: #89FFA3;
  padding: 28px 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.testimonial-card--text .testimonial-name {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #052B29;
  display: block;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  word-break: break-word;
}
.testimonial-card--text .testimonial-company {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #052B29;
  display: block;
  margin-bottom: 20px;
  overflow-wrap: break-word;
  word-break: break-word;
}
.testimonial-card--text .testimonial-quote {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #052B29;
  margin: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.testimonial-card--video {
  position: relative;
  width: 400px;
  background: #052B29;
}
.testimonial-card--video .testimonial-video-wrap {
  position: absolute;
  inset: 0;
}
.testimonial-card--video .testimonial-video-wrap iframe,
.testimonial-card--video .testimonial-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}
.testimonial-card--video .testimonial-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,rgba(0,0,0,0.65) 0%,transparent 50%);
  display: flex;
  align-items: flex-end;
  padding: 24px;
}
.testimonial-card--video .testimonial-meta {
  display: flex;
  flex-direction: column;
}
.testimonial-card--video .testimonial-name {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  display: block;
  margin-bottom: 2px;
}
.testimonial-card--video .testimonial-company {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.75);
  display: block;
}
@media (max-width: 860px) {
  .testimonials-header {
    padding: 48px 24px 32px;
  }
  .testimonials-track {
    padding: 0 24px 40px;
  }
  .testimonial-card--text {
    width: 340px;
  }
  .testimonial-card--text .testimonial-photo {
    width: 130px;
  }
  .testimonial-card--video {
    width: 300px;
  }
}
#hc-features-section {
  background: #0c2218;
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.hc-features-card {
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 380px;
  border-radius: 16px;
}
.hc-features-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(36px,4.5vw,64px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 auto 0;
}
.hc-features-list {
  list-style: disc;
  padding-left: 20px;
  margin: 40px 0 0 0;
}
.hc-features-list li {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 8px;
}
.hc-features-list li:last-child {
  margin-bottom: 0;
}
.hc-features-card--green {
  background: #89FFA3;
  border: 1px solid rgba(0,0,0,0.08);
}
.hc-features-card--green .hc-features-heading {
  color: #052B29;
}
.hc-features-card--green .hc-features-list li {
  color: #052B29;
}
.hc-features-card--dark {
  background: #0f2820;
  border: 1px solid rgba(255,255,255,0.12);
}
.hc-features-card--dark .hc-features-heading {
  color: #ffffff;
}
.hc-features-card--dark .hc-features-list li {
  color: rgba(255,255,255,0.8);
}
@media (max-width: 860px) {
  #hc-features-section {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px;
  }
  .hc-features-card {
    padding: 40px 24px;
    min-height: auto;
  }
}
.___ghdecorator {
  display: inline;
}
.___ghdecorator #gh-topbar {
  position: fixed;
  top: 8px;
  left: 12px;
  right: 12px;
  z-index: 1001;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  height: 36px;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.___ghdecorator #gh-topbar.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-52px);
}
.___ghdecorator .gh-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  height: 100%;
}
.___ghdecorator .gh-topbar-links {
  display: flex;
  align-items: center;
  gap: 6px;
}
.___ghdecorator .gh-topbar-btn {
  display: inline-flex;
  align-items: center;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 11.5px;
  font-weight: 500;
  color: #1a3a2a;
  text-decoration: none;
  background: transparent;
  border: 1.5px solid rgba(5,43,41,0.2);
  border-radius: 7px;
  padding: 4px 12px;
  letter-spacing: 0.01em;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.___ghdecorator .gh-topbar-btn:hover {
  background: rgba(5,43,41,0.06);
  border-color: rgba(5,43,41,0.35);
}
.___ghdecorator .gh-topbar-btn-admin {
  display: inline-flex;
  align-items: center;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  color: #052B29;
  text-decoration: none;
  background: rgba(137,255,163,0.35);
  border: 1.5px solid rgba(137,255,163,0.5);
  border-radius: 7px;
  padding: 4px 12px;
  letter-spacing: 0.01em;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.___ghdecorator .gh-topbar-btn-admin:hover {
  background: rgba(137,255,163,0.55);
  border-color: rgba(137,255,163,0.75);
}
.___ghdecorator .gh-topbar-lang {
  position: relative;
}
.___ghdecorator .gh-lang-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #1a3a2a;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}
.___ghdecorator .gh-lang-btn svg {
  opacity: 0.6;
  transition: transform 0.2s ease;
}
.___ghdecorator .gh-lang-btn[aria-expanded="true"] svg {
  transform: rotate(180deg);
}
.___ghdecorator .gh-lang-menu {
  display: none;
  position: absolute;
  top: calc(110%);
  right: 0;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  list-style: none;
  margin: 0;
  padding: 4px 0;
  min-width: 120px;
  z-index: 1002;
}
.___ghdecorator .gh-lang-menu.open {
  display: block;
}
.___ghdecorator .gh-lang-option {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #1a3a2a;
  cursor: pointer;
  transition: background 0.15s ease;
  padding: 0;
}
.___ghdecorator .gh-lang-option a {
  display: block;
  padding: 8px 16px;
  color: inherit;
  text-decoration: none;
}
.___ghdecorator .gh-lang-option:hover {
  background: rgba(0,0,0,0.04);
}
.___ghdecorator .gh-lang-option.is-active {
  font-weight: 600;
  color: #052B29;
}
.___ghdecorator #gh-header {
  position: fixed;
  top: 52px;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #0c2218;
  transition: top 0.35s ease, box-shadow 0.3s ease;
}
.___ghdecorator #gh-header.scrolled {
  top: 0;
  box-shadow: 0 2px 24px rgba(0,0,0,0.35);
}
.___ghdecorator .gh-nav-inner {
  display: flex;
  align-items: center;
  padding: 0 48px;
  height: 68px;
  gap: 5px;
  transition: height 0.35s ease;
}
#gh-header.scrolled .___ghdecorator .gh-nav-inner {
  height: 52px;
}
.___ghdecorator .gh-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.___ghdecorator .gh-logo svg {
  width: 200px;
  height: 32px;
  transition: width 0.35s ease, height 0.35s ease;
}
#gh-header.scrolled .___ghdecorator .gh-logo svg {
  width: 158px;
  height: 25px;
}
.___ghdecorator .gh-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
}
.___ghdecorator .gh-nav a,
.___ghdecorator .gh-nav button.sectors-btn {
  position: relative;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease, font-size 0.35s ease;
}
.___ghdecorator .gh-nav a:hover,
.___ghdecorator .gh-nav button.sectors-btn:hover {
  color: #ffffff;
}
.___ghdecorator .gh-nav a.is-active,
.___ghdecorator .gh-nav button.sectors-btn.is-active {
  color: #ffffff;
  font-weight: 600;
}
.___ghdecorator .gh-nav a.is-active::after,
.___ghdecorator .gh-nav button.sectors-btn.is-active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: #4ade80;
  border-radius: 2px;
}
#gh-header.scrolled .___ghdecorator .gh-nav a,
#gh-header.scrolled .___ghdecorator .gh-nav button.sectors-btn {
  font-size: 13.5px;
}
.___ghdecorator .gh-btn-contact {
  display: inline-flex;
  align-items: center;
  margin-left: 24px;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 999px;
  padding: 9px 21px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, padding 0.35s ease, font-size 0.35s ease;
}
.___ghdecorator .gh-btn-contact,
.___ghdecorator .gh-btn-contact:link,
.___ghdecorator .gh-btn-contact:visited,
.___ghdecorator .gh-btn-contact:active,
.___ghdecorator .gh-btn-contact:focus {
  color: #ffffff;
  text-decoration: none;
}
.___ghdecorator .gh-btn-contact:hover {
  border-color: #ffffff;
  background: rgba(255,255,255,0.04);
  transform: translateY(-2px);
  color: #ffffff;
}
#gh-header.scrolled .___ghdecorator .gh-btn-contact {
  font-size: 13px;
  padding: 7px 17px;
}
.___ghdecorator .gh-btn-demo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 16px;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0c2218;
  background: #4ade80;
  border-radius: 999px;
  padding: 10px 22px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.2s ease, transform 0.2s ease, padding 0.35s ease, font-size 0.35s ease;
}
.___ghdecorator .gh-btn-demo,
.___ghdecorator .gh-btn-demo:link,
.___ghdecorator .gh-btn-demo:visited,
.___ghdecorator .gh-btn-demo:active,
.___ghdecorator .gh-btn-demo:focus {
  color: #0c2218;
  text-decoration: none;
}
.___ghdecorator .gh-btn-demo .gh-btn-demo-arrow {
  display: inline-block;
  transition: transform 0.25s ease;
}
.___ghdecorator .gh-btn-demo:hover {
  background: #22c55e;
  transform: translateY(-2px);
  color: #0c2218;
}
.___ghdecorator .gh-btn-demo:hover .gh-btn-demo-arrow {
  transform: translateX(3px);
}
#gh-header.scrolled .___ghdecorator .gh-btn-demo {
  font-size: 13px;
  padding: 8px 18px;
}
.___ghdecorator .gh-mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  margin-left: auto;
}
.___ghdecorator .gh-mobile-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transition: opacity 0.2s ease;
}
.___ghdecorator .gh-mobile-nav {
  display: none;
  flex-direction: column;
  background: #0c2218;
  padding: 16px 32px 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
  max-height: calc(40dvh);
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.___ghdecorator .gh-mobile-nav a {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: color 0.2s ease;
}
.___ghdecorator .gh-mobile-nav a:hover {
  color: #ffffff;
}
.___ghdecorator .gh-mobile-nav a.gh-btn-demo {
  margin: 16px 0 0;
  border: none;
  text-align: center;
  color: #0c2218;
  justify-content: center;
}
.___ghdecorator .gh-mobile-nav a.gh-btn-demo:link,
.___ghdecorator .gh-mobile-nav a.gh-btn-demo:visited,
.___ghdecorator .gh-mobile-nav a.gh-btn-demo:active,
.___ghdecorator .gh-mobile-nav a.gh-btn-demo:focus {
  color: #0c2218;
}
.___ghdecorator .gh-mobile-nav.open {
  display: flex;
}
.___ghdecorator #gh-footer {
  position: relative;
  overflow: hidden;
  background: #0c2218;
  color: rgba(255,255,255,0.65);
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  padding: 0;
}
.___ghdecorator .footer-bg-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 703px;
  height: 948px;
  pointer-events: none;
  user-select: none;
}
.___ghdecorator .footer-display-wrap {
  position: relative;
  z-index: 1;
  padding: 80px 48px 64px;
  max-width: 1200px;
  margin: 0 auto;
}
.___ghdecorator .footer-display {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(56px,8vw,110px);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 0;
}
.___ghdecorator .footer-accent {
  color: #89FFA3;
}
.___ghdecorator .footer-nav {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px 64px;
}
@media (max-width: 860px) {
  .___ghdecorator .footer-nav {
    flex-wrap: wrap;
    gap: 40px;
    padding: 0 24px 48px;
  }
}
.___ghdecorator .footer-logo-col {
  flex: 1;
  min-width: 200px;
}
.___ghdecorator .footer-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.___ghdecorator .footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 120px;
}
.___ghdecorator .footer-col h4 {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #89FFA3;
  margin: 0 0 6px 0;
}
.___ghdecorator .footer-col a {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color 0.2s ease;
}
.___ghdecorator .footer-col a:hover {
  color: #ffffff;
}
.___ghdecorator .footer-col p {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  margin: 0;
  line-height: 1.6;
}
.___ghdecorator .footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}
.___ghdecorator .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.___ghdecorator .footer-social a:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}
.___ghdecorator .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,0.08);
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 48px;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.35);
}
@media (max-width: 600px) {
  .___ghdecorator .footer-bottom {
    flex-direction: column;
    gap: 12px;
    padding: 20px 24px;
    text-align: center;
  }
}
.___ghdecorator .footer-bottom-links {
  display: flex;
  gap: 24px;
}
.___ghdecorator .footer-bottom-links a {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.35);
  text-decoration: none;
  transition: color 0.2s ease;
}
.___ghdecorator .footer-bottom-links a:hover {
  color: rgba(255,255,255,0.65);
}
.___ghdecorator .footer-bottom-langs {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.___ghdecorator .footer-bottom-langs a {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  transition: color 0.2s ease;
}
.___ghdecorator .footer-bottom-langs a[aria-current="page"] {
  color: #4ade80;
  font-weight: 600;
}
.___ghdecorator .footer-bottom-langs a:hover {
  color: #4ade80;
}
.___ghdecorator .footer-bottom-langs .footer-bottom-lang-sep {
  color: rgba(255,255,255,0.18);
}
.___ghdecorator .sectors-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255,255,255,0.65);
  padding: 0;
  line-height: 1;
  transition: color 0.2s ease;
}
.___ghdecorator .sectors-btn:hover,
.___ghdecorator .sectors-btn[aria-expanded="true"] {
  color: #ffffff;
}
.___ghdecorator .sectors-chevron {
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
.___ghdecorator .sectors-btn[aria-expanded="true"] .sectors-chevron {
  transform: rotate(180deg);
}
.___ghdecorator .sectors-mega {
  position: absolute;
  top: 68px;
  left: 0;
  right: 0;
  background: #0c2218;
  border-top: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 60px rgba(0,0,0,0.45);
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
  z-index: 999;
}
.___ghdecorator .sectors-mega.open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.___ghdecorator .sectors-mega-inner {
  display: grid;
  grid-template-columns: 1fr 320px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 48px;
  gap: 48px;
  align-items: start;
}
.___ghdecorator .sectors-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
.___ghdecorator .sector-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 14px;
  border-radius: 12px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.___ghdecorator .sector-card svg {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  stroke: rgba(255,255,255,0.4);
  transition: stroke 0.2s ease;
}
.___ghdecorator .sector-card .sector-card-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.___ghdecorator .sector-card .sector-name {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  display: block;
  transition: color 0.2s ease;
}
.___ghdecorator .sector-card .sector-desc {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255,255,255,0.45);
  display: block;
  transition: color 0.2s ease;
}
.___ghdecorator .sector-card:hover {
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.08);
}
.___ghdecorator .sector-card:hover svg {
  stroke: #89FFA3;
}
.___ghdecorator .sector-card:hover .sector-name {
  color: #89FFA3;
}
.___ghdecorator .sector-card:hover .sector-desc {
  color: rgba(255,255,255,0.65);
}
.___ghdecorator .sector-card:hover .case-card-logo {
  opacity: 1;
}
.___ghdecorator .case-card-logo {
  flex-shrink: 0;
  display: inline-block;
  width: 32px;
  max-width: 32px;
  height: 22px;
  margin-top: 2px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
  opacity: 0.55;
  transition: opacity 0.2s ease;
}
.___ghdecorator .case-card-logo--empty {
  opacity: 0;
  filter: none;
}
.___ghdecorator .sectors-cta-panel {
  background: rgba(137,255,163,0.07);
  border: 1px solid rgba(137,255,163,0.15);
  border-radius: 16px;
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.___ghdecorator .sectors-cta-eyebrow {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #89FFA3;
  margin: 0;
}
.___ghdecorator .sectors-cta-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.02em;
}
.___ghdecorator .sectors-cta-sub {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255,255,255,0.55);
  margin: 4px 0 8px;
}
.___ghdecorator .sectors-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 999px;
  padding: 9px 19px;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.___ghdecorator .sectors-cta-btn,
.___ghdecorator .sectors-cta-btn:link,
.___ghdecorator .sectors-cta-btn:visited,
.___ghdecorator .sectors-cta-btn:active,
.___ghdecorator .sectors-cta-btn:focus {
  color: #ffffff;
  text-decoration: none;
}
.___ghdecorator .sectors-cta-btn svg {
  transition: transform 0.2s ease;
  stroke: currentColor;
}
.___ghdecorator .sectors-cta-btn:hover {
  border-color: #ffffff;
  background: rgba(255,255,255,0.04);
  color: #ffffff;
  transform: translateY(-2px);
}
.___ghdecorator .sectors-cta-btn:hover svg {
  transform: translateX(2px);
}
.___ghdecorator .sectors-cta-btn:focus-visible {
  outline: 2px solid #4ade80;
  outline-offset: 2px;
}
.___ghdecorator .mobile-sectors-label {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #89FFA3;
  margin: 22px 0 4px;
  padding: 0;
}
.___ghdecorator .gh-mobile-nav .mobile-sector-link {
  position: relative;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  padding: 9px 0 9px 26px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  display: block;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.___ghdecorator .gh-mobile-nav .mobile-sector-link::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  width: 8px;
  height: 1px;
  background: rgba(137,255,163,0.45);
  transform: translateY(-50%);
  transition: width 0.2s ease, background 0.2s ease;
}
.___ghdecorator .gh-mobile-nav .mobile-sector-link:hover {
  color: #ffffff;
  padding-left: 30px;
}
.___ghdecorator .gh-mobile-nav .mobile-sector-link:hover::before {
  width: 12px;
  background: rgba(137,255,163,0.85);
}
.___ghdecorator .gh-mobile-nav .mobile-sector-link--all {
  font-style: italic;
  color: rgba(255,255,255,0.55);
  border-bottom: none;
  padding-bottom: 4px;
}
.___ghdecorator .gh-mobile-nav .mobile-sector-link--all::before {
  background: rgba(137,255,163,0.6);
}
@media (max-width: 1289px) {
  .___ghdecorator .gh-nav-inner > .gh-btn-contact {
    display: none;
  }
}
@media (max-width: 999px) {
  .___ghdecorator .gh-nav-inner > .gh-btn-demo {
    display: none;
  }
}
@media (max-width: 900px) {
  .___ghdecorator #gh-topbar {
    display: none;
  }
  .___ghdecorator #gh-header {
    top: 0 !important;
  }
  .___ghdecorator body {
    padding-top: 68px !important;
  }
  .___ghdecorator .gh-nav {
    display: none;
  }
  .___ghdecorator .sectors-mega {
    display: none;
  }
  .___ghdecorator .gh-nav-inner > .gh-btn-demo,
  .___ghdecorator .gh-nav-inner > .gh-btn-contact {
    display: none;
  }
  .___ghdecorator .gh-mobile-toggle {
    display: flex;
  }
}
.___ghdecorator body {
  padding-top: 120px;
}
@-webkit-keyframes jiggle {
  48%,
  62% {
    -webkit-transform: scale(1.0,1.0);
    transform: scale(1.0,1.0);
  }
  50% {
    -webkit-transform: scale(1.1,0.9);
    transform: scale(1.1,0.9);
  }
  56% {
    -webkit-transform: scale(0.9,1.1) translate(0,-5px);
    transform: scale(0.9,1.1) translate(0,-5px);
  }
  59% {
    -webkit-transform: scale(1.0,1.0) translate(0,-3px);
    transform: scale(1.0,1.0) translate(0,-3px);
  }
}
@keyframes jiggle {
  48%,
  62% {
    -webkit-transform: scale(1.0,1.0);
    transform: scale(1.0,1.0);
  }
  50% {
    -webkit-transform: scale(1.1,0.9);
    transform: scale(1.1,0.9);
  }
  56% {
    -webkit-transform: scale(0.9,1.1) translate(0,-5px);
    transform: scale(0.9,1.1) translate(0,-5px);
  }
  59% {
    -webkit-transform: scale(1.0,1.0) translate(0,-3px);
    transform: scale(1.0,1.0) translate(0,-3px);
  }
}
#stats-section {
  background-color: #0c2218;
  padding: 24px 24px 24px;
  margin-top: 0;
}
.stats-inner {
  background: radial-gradient(ellipse 120% 90% at 5% 5%,#9ecfb8 0%,#c8e8d8 25%,#dff2ea 50%,#f2fbf7 80%,#f8fefb 100%);
  border-radius: 16px;
  padding: 80px 48px 80px;
}
.stats-header {
  text-align: center;
  margin-bottom: 64px;
}
.stats-eyebrow {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #2d6a4f;
  letter-spacing: 0.02em;
  margin: 0 0 16px 0;
}
.stats-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(40px,5vw,72px);
  font-weight: 800;
  line-height: 1.1;
  color: #052B29;
  margin: 0;
  letter-spacing: -0.02em;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
}
.stat-card {
  background: #89FFA3;
  border-radius: 10px;
  padding: 28px 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
}
.stat-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}
.stat-arrow {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.stat-number {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(40px,4.5vw,64px);
  font-weight: 800;
  line-height: 1;
  color: #052B29;
  letter-spacing: -0.03em;
}
.stat-label {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #052B29;
  margin: 0;
  line-height: 1.4;
}
.stat-label sub {
  font-size: 0.7em;
  vertical-align: sub;
}
@media (max-width: 900px) {
  .stats-grid {
    grid-template-columns: repeat(2,1fr);
  }
  #stats-section {
    padding: 60px 24px;
  }
}
@media (max-width: 520px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }
}
#acta-section {
  background: #0c2218;
  padding: 48px 48px 48px;
}
.acta-card {
  background: #89FFA3;
  border-radius: 20px;
  padding: 52px 56px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  overflow: hidden;
  position: relative;
}
.acta-left {
  flex: 1;
  min-width: 0;
}
.acta-eyebrow {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #052B29;
  letter-spacing: 0.04em;
  margin: 0 0 16px;
  opacity: 0.6;
}
.acta-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(2rem,4vw,3.2rem);
  font-weight: 800;
  color: #052B29;
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin: 0;
}
.acta-right {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  min-width: 340px;
  min-height: 160px;
}
.acta-logo-bg {
  position: absolute;
  top: -180px;
  right: -120px;
  width: 820px;
  height: auto;
  pointer-events: none;
  opacity: 0.9;
}
.acta-btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #F26419;
  color: #ffffff;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  padding: 13px 28px;
  border-radius: 999px;
  transition: transform 0.2s ease;
}
.acta-btn:hover,
.acta-btn:visited,
.acta-btn:active {
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-3px);
}
@media (max-width: 768px) {
  #acta-section {
    padding: 40px 24px 40px;
  }
  .acta-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 32px;
    gap: 32px;
  }
  .acta-right {
    width: 100%;
    min-width: 0;
    min-height: 120px;
    align-items: flex-end;
  }
  .acta-logo-bg {
    top: -100px;
    right: -80px;
    width: 500px;
  }
}
body.ihs {
  background: white;
}
body.ihs .fixed-top {
  display: none;
}
body.ihs.down .fixed-top {
  display: flex;
}
body.ihs .btn-priority {
  background-color: #2d9f57;
  border-color: #1b8c44;
  color: white;
  text-shadow: 1px 1px 3px #24914c;
}
body.ihs .btn-priority:active {
  background-color: #1f8c47;
  border-color: #127e39;
}
@-webkit-keyframes jiggle {
  48%,
  62% {
    -webkit-transform: scale(1.0,1.0);
    transform: scale(1.0,1.0);
  }
  50% {
    -webkit-transform: scale(1.1,0.9);
    transform: scale(1.1,0.9);
  }
  56% {
    -webkit-transform: scale(0.9,1.1) translate(0,-5px);
    transform: scale(0.9,1.1) translate(0,-5px);
  }
  59% {
    -webkit-transform: scale(1.0,1.0) translate(0,-3px);
    transform: scale(1.0,1.0) translate(0,-3px);
  }
}
@keyframes jiggle {
  48%,
  62% {
    -webkit-transform: scale(1.0,1.0);
    transform: scale(1.0,1.0);
  }
  50% {
    -webkit-transform: scale(1.1,0.9);
    transform: scale(1.1,0.9);
  }
  56% {
    -webkit-transform: scale(0.9,1.1) translate(0,-5px);
    transform: scale(0.9,1.1) translate(0,-5px);
  }
  59% {
    -webkit-transform: scale(1.0,1.0) translate(0,-3px);
    transform: scale(1.0,1.0) translate(0,-3px);
  }
}
#products-section {
  background-color: #0c2218;
  padding: 80px 48px 80px;
}
.products-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(48px,6vw,88px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 0 0 48px 0;
  text-align: center;
}
.products-heading .products-accent {
  color: #89FFA3;
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 16px;
}
.product-card {
  background: #89FFA3;
  border-radius: 16px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 280px;
  min-width: 0;
}
.product-card-title {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(28px,2.4vw,44px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #052B29;
  margin: 0 0 auto 0;
  overflow-wrap: anywhere;
  hyphens: auto;
}
.product-card-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.product-card-desc {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #052B29;
  margin: 0;
  line-height: 1.5;
  flex: 1 1 200px;
  min-width: 0;
  overflow-wrap: anywhere;
}
.product-card-btn {
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .product-card {
    padding: 32px;
  }
}
@media (max-width: 1100px) {
  .products-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width: 720px) {
  #products-section {
    padding: 60px 24px;
  }
  .products-grid {
    grid-template-columns: 1fr;
  }
  .product-card-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
body.gh-public .gh-cc {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translate(-50%,24px);
  z-index: 9999;
  width: calc(68%);
  max-width: 720px;
  background: #0c2218;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
  padding: 18px 22px;
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}
body.gh-public .gh-cc.is-open {
  opacity: 1;
  transform: translate(-50%,0);
  pointer-events: auto;
}
body.gh-public .gh-cc-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  align-items: center;
  justify-content: space-between;
}
body.gh-public .gh-cc-text {
  flex: 1 1 320px;
  min-width: 0;
}
body.gh-public .gh-cc-title {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #89FFA3;
  margin: 0 0 4px;
}
body.gh-public .gh-cc-body {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255,255,255,0.65);
  margin: 0;
}
body.gh-public .gh-cc-link {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
body.gh-public .gh-cc-link:hover {
  color: #89FFA3;
}
body.gh-public .gh-cc-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
body.gh-public .gh-cc-btn {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  border-radius: 999px;
  padding: 10px 20px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease, border-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
body.gh-public .gh-cc-btn:focus-visible {
  outline: 2px solid #89FFA3;
  outline-offset: 2px;
}
body.gh-public .gh-cc-btn--primary {
  background: #89FFA3;
  color: #0c2218;
}
body.gh-public .gh-cc-btn--primary:hover {
  background: #6FE389;
  transform: translateY(-1px);
}
body.gh-public .gh-cc-btn--secondary {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255,255,255,0.25);
}
body.gh-public .gh-cc-btn--secondary:hover {
  border-color: #ffffff;
  background: rgba(255,255,255,0.04);
}
@media (max-width: 560px) {
  body.gh-public .gh-cc {
    padding: 16px;
    bottom: 12px;
    width: calc(76%);
  }
  body.gh-public .gh-cc-inner {
    gap: 14px;
  }
  body.gh-public .gh-cc-actions {
    width: 100%;
  }
  body.gh-public .gh-cc-btn {
    flex: 1 1 0;
  }
}
#mission-section {
  position: relative;
  overflow: hidden;
  background-color: #0c2218;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 48px;
  text-align: center;
}
.mission-bg-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 664px;
  height: 662px;
  pointer-events: none;
  user-select: none;
}
.mission-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  max-width: 960px;
}
.mission-eyebrow {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.02em;
  margin: 0;
}
.mission-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(36px,5vw,72px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0;
}
.mission-heading .mission-accent {
  color: #89FFA3;
}
@media (max-width: 860px) {
  #mission-section {
    padding: 80px 24px;
  }
}
.bd-section {
  background: #0c2218;
  padding: 120px 48px 48px;
}
.bd-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.bd-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(48px,6vw,80px);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 0 0 24px;
}
.bd-sub {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.65);
  margin: 0 0 40px;
  max-width: 420px;
}
.bd-perks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.bd-perks li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #ffffff;
}
.bd-perks li svg {
  flex-shrink: 0;
}
.bd-right {
  background: rgba(255,255,255,0.04);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
}
@media (max-width: 900px) {
  .bd-section {
    padding: 100px 24px 60px;
  }
  .bd-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.___ghcontact {
  display: inline;
}
.___ghcontact #contact-section {
  background: #0c2218;
  padding: 120px 48px 96px;
}
.___ghcontact .contact-hero {
  padding-bottom: 64px;
}
.___ghcontact .contact-hero-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(3rem,7vw,6rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0;
}
.___ghcontact .contact-hero-accent {
  color: #89FFA3;
}
.___ghcontact .contact-cards {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 16px;
  align-items: stretch;
}
.___ghcontact .contact-info-card {
  background: #89FFA3;
  border-radius: 12px;
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.___ghcontact .contact-info-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.___ghcontact .contact-info-label {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #052B29;
  opacity: 0.6;
  letter-spacing: 0.03em;
  margin: 0;
}
.___ghcontact .contact-info-value {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(1.4rem,2.5vw,2rem);
  font-weight: 800;
  color: #052B29;
  line-height: 1.2;
  margin: 0;
}
.___ghcontact .contact-info-value a {
  color: #052B29;
  text-decoration: none;
}
.___ghcontact .contact-info-value a:hover {
  text-decoration: underline;
}
.___ghcontact .contact-form-card {
  background: rgba(255,255,255,0.06);
  border-radius: 12px;
  padding: 48px 44px;
}
.___ghcontact .contact-form-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(2rem,3.5vw,3rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 36px;
}
.___ghcontact .contact-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.___ghcontact .contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.___ghcontact .contact-form-field {
  display: flex;
  flex-direction: column;
}
.___ghcontact .contact-form-field input,
.___ghcontact .contact-form-field textarea {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  color: #ffffff;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  padding: 14px 18px;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.2s;
}
.___ghcontact .contact-form-field input::placeholder,
.___ghcontact .contact-form-field textarea::placeholder {
  color: rgba(255,255,255,0.4);
}
.___ghcontact .contact-form-field input:focus,
.___ghcontact .contact-form-field textarea:focus {
  border-color: #89FFA3;
}
.___ghcontact .contact-form-field textarea {
  resize: vertical;
  min-height: 120px;
}
.___ghcontact .contact-form-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
}
.___ghcontact .contact-submit {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #ffffff;
  background: #FF6B35;
  border: none;
  border-radius: 999px;
  padding: 13px 28px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.___ghcontact .contact-submit:hover {
  transform: translateY(-3px);
}
.___ghcontact .contact-notice {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 16px;
}
.___ghcontact .contact-notice--success {
  background: rgba(137,255,163,0.15);
  color: #89FFA3;
}
.___ghcontact .contact-notice--error {
  background: rgba(255,80,80,0.15);
  color: #ff8080;
}
.___ghcontact .contact-success-msg {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.65;
  margin: 0;
}
.___ghcontact .contact-success {
  text-align: center;
  padding: 8px 0 4px;
  animation: contactSuccessIn 0.6s cubic-bezier(0.22,1,0.36,1);
}
.___ghcontact .contact-success-icon {
  display: block;
  margin: 0 auto 20px;
  animation: contactSuccessPop 0.6s cubic-bezier(0.34,1.56,0.64,1) 0.1s both;
}
.___ghcontact .contact-success-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 12px 0;
}
.___ghcontact .contact-success-msg {
  text-align: center;
  margin: 0 auto 28px;
  max-width: 360px;
}
.___ghcontact .contact-success-next {
  background: rgba(137,255,163,0.08);
  border: 1px solid rgba(137,255,163,0.25);
  border-radius: 12px;
  padding: 16px 20px;
  margin: 0 auto 24px;
  max-width: 360px;
  text-align: left;
}
.___ghcontact .contact-success-next-label {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #89FFA3;
  margin: 0 0 6px 0;
}
.___ghcontact .contact-success-next-text {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255,255,255,0.8);
  margin: 0;
}
.___ghcontact .contact-success-link,
.___ghcontact .contact-success-link:link,
.___ghcontact .contact-success-link:visited,
.___ghcontact .contact-success-link:active,
.___ghcontact .contact-success-link:focus {
  display: inline-block;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255,255,255,0.65);
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.2s ease;
}
.___ghcontact .contact-success-link:hover {
  color: #fff;
}
@keyframes contactSuccessIn {
  .___ghcontact from {
    opacity: 0;
    transform: translateY(8px);
  }
  .___ghcontact to {
    opacity: 1;
    transform: none;
  }
}
@keyframes contactSuccessPop {
  .___ghcontact 0% {
    opacity: 0;
    transform: scale(0.6);
  }
  .___ghcontact 100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 860px) {
  .___ghcontact #contact-section {
    padding: 96px 24px 72px;
  }
  .___ghcontact .contact-cards {
    grid-template-columns: 1fr;
  }
  .___ghcontact .contact-form-row {
    grid-template-columns: 1fr;
  }
}
#iam-section {
  background: #0c2218;
  padding: 48px 48px 48px;
}
.iam-inner {
  background: #8BA898;
  border-radius: 20px;
  padding: 56px 52px;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 48px;
  align-items: stretch;
}
.iam-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.iam-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(2rem,3.5vw,3rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: #052B29;
  margin: 0;
}
.iam-desc {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #555f5a;
  margin: 0;
  max-width: 340px;
}
.iam-right {
  display: flex;
  align-items: stretch;
}
.iam-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
  align-items: stretch;
}
.iam-card {
  background: #89FFA3;
  border-radius: 14px;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  min-height: 160px;
}
.iam-card-title {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  color: #052B29;
  margin: 0;
}
.iam-card-saving {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #052B29;
  margin: 0;
  opacity: 0.75;
}
@media (max-width: 900px) {
  #iam-section {
    padding: 40px 24px 40px;
  }
  .iam-inner {
    grid-template-columns: 1fr;
    padding: 40px 32px;
    gap: 32px;
  }
  .iam-desc {
    max-width: none;
  }
}
@media (max-width: 480px) {
  .iam-grid {
    grid-template-columns: 1fr;
  }
}
#ab-hero {
  padding: 120px 48px 0;
  background: #0c2218;
}
#ab-hero .gh-breadcrumb {
  margin: 0 0 24px;
}
#ab-hero .gh-breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#ab-hero .gh-breadcrumb .bc-item {
  display: flex;
  align-items: center;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,255,255,0.65);
}
#ab-hero .gh-breadcrumb .bc-item a {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
}
#ab-hero .gh-breadcrumb .bc-item a:hover {
  color: #fff;
}
#ab-hero .gh-breadcrumb .bc-sep {
  margin: 0 6px;
  opacity: 0.5;
  font-size: 13px;
}
.ab-hero-h1 {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(3rem,7vw,6rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.05;
  margin: 0 0 0;
  letter-spacing: -0.02em;
}
.ab-hero-tagline {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(3rem,7vw,6rem);
  font-weight: 800;
  color: #89FFA3;
  line-height: 1.05;
  margin: 0 0 48px;
  letter-spacing: -0.02em;
}
.ab-hero-image-wrap {
  width: 100%;
  height: 520px;
  border-radius: 20px;
  overflow: hidden;
}
.ab-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}
@media (max-width: 768px) {
  #ab-hero {
    padding: 80px 24px 0;
  }
  .ab-hero-image-wrap {
    height: 320px;
    border-radius: 12px;
  }
}
#ia-why {
  background: #f5f5f0;
  padding: 48px 48px 48px;
}
.ia-why-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 48px;
  align-items: stretch;
}
.ia-why-photo-wrap {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  min-height: 400px;
}
.ia-why-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.ia-why-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  padding: 8px 0;
}
.ia-why-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(2rem,3.5vw,3rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: #052B29;
  margin: 0;
}
.ia-why-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ia-why-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #555f5a;
}
.ia-why-dot {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #89FFA3;
  margin-top: 7px;
}
.ia-why-cta {
  display: inline-block;
  align-self: flex-start;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  background: #F26419;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 999px;
  transition: transform 0.2s ease;
}
.ia-why-cta:hover,
.ia-why-cta:visited,
.ia-why-cta:active {
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-3px);
}
@media (max-width: 860px) {
  #ia-why {
    padding: 40px 24px 40px;
  }
  .ia-why-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .ia-why-photo-wrap {
    min-height: 300px;
    position: relative;
  }
  .ia-why-photo {
    position: absolute;
    inset: 0;
  }
}
#iac-section {
  background: #0c2218;
  overflow: hidden;
  padding: 0 0 48px;
}
.iac-header {
  text-align: center;
  padding: 64px 48px 48px;
}
.iac-eyebrow {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #89FFA3;
  margin: 0 0 16px;
  opacity: 0.75;
}
.iac-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(40px,5vw,72px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #ffffff;
  margin: 0;
}
.iac-track {
  display: flex;
  gap: 16px;
  padding: 0 48px 0;
  width: max-content;
  will-change: transform;
}
.iac-card {
  flex-shrink: 0;
  width: 300px;
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.iac-card-image {
  flex: 1;
  background-size: cover;
  background-position: center;
  background-color: rgba(255,255,255,0.06);
}
.iac-card-body {
  flex-shrink: 0;
  background: #89FFA3;
  padding: 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.iac-card-title {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: #052B29;
  margin: 0;
}
.iac-card-desc {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #052B29;
  margin: 0;
  opacity: 0.7;
}
@media (max-width: 860px) {
  .iac-header {
    padding: 48px 24px 32px;
  }
  .iac-track {
    padding: 0 24px 0;
  }
  .iac-card {
    width: 240px;
    height: 340px;
  }
}
#hcs-section {
  background: #0c2218;
  padding: 24px;
}
.hcs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: stretch;
}
.hcs-left {
  background: #89FFA3;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.08);
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.hcs-project-name {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(40px,4.5vw,72px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #052B29;
  margin: 0;
}
.hcs-sections {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}
.hcs-section {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.hcs-section-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #052B29;
  margin: 0;
}
.hcs-section-body {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: #052B29;
  margin: 0;
}
.hcs-cta {
  align-self: flex-start;
}
.hcs-right {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  height: 100%;
}
.hcs-photo {
  position: relative;
  flex: 1;
  min-height: 200px;
  background-size: cover;
  background-position: center top;
  background-color: rgba(255,255,255,0.07);
  background-image: url("//www.sustainers.nl/modules/GreenHabits/views/ghsectionsectorcasestudy/less/images/casestudy-photo.jpg");
}
.hcs-photo-meta {
  position: absolute;
  top: 24px;
  left: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hcs-person-name {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.hcs-sector-badge {
  display: inline-block;
  background: #052B29;
  color: #ffffff;
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
  align-self: flex-start;
}
.hcs-quote-area {
  background: #0f2820;
  padding: 32px 36px;
}
.hcs-quote {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(18px,2.2vw,26px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin: 0;
}
.hcs-stats {
  display: flex;
  gap: 0;
}
.hcs-stat {
  flex: 1;
  background: #89FFA3;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #052B29;
  border-right: 1px solid rgba(0,0,0,0.08);
}
.hcs-stat:last-child {
  border-right: none;
}
.hcs-stat-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hcs-stat-top strong {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #052B29;
  letter-spacing: -0.02em;
}
.hcs-stat-label {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #052B29;
  margin: 0;
  line-height: 1.4;
  opacity: 0.75;
}
@media (max-width: 960px) {
  .hcs-grid {
    grid-template-columns: 1fr;
  }
  .hcs-left {
    padding: 36px 28px;
    gap: 24px;
  }
  .hcs-right {
    height: auto;
  }
  .hcs-photo {
    flex: none;
    height: 240px;
  }
  .hcs-quote {
    font-size: 18px;
  }
}
#hc-hero {
  background: #0c2218;
  padding: 120px 48px 0;
}
.hc-hero-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: flex-start;
  margin-bottom: 96px;
}
.hc-hero-eyebrow {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.04em;
  margin: 0 0 16px 0;
}
.hc-hero-heading {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(40px,5.5vw,80px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0;
}
.hc-hero-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding-top: 76px;
}
.hc-hero-desc {
  font-family: 'Sofia Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,0.75);
  margin: 0;
  max-width: 420px;
}
.hc-hero-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1.7777777777778;
  min-height: 420px;
  max-height: 720px;
  border-radius: 12px;
  background-color: rgba(255,255,255,0.06);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 860px) {
  #hc-hero {
    padding: 80px 24px 0;
  }
  .hc-hero-top {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 64px;
  }
  .hc-hero-right {
    padding-top: 0;
  }
  .hc-hero-image {
    min-height: 280px;
  }
}
* {
  padding: 0;
  margin: 0;
}
body {
  color: #444444;
  font-size: 14px;
}
#footer {
  margin-top: 30px;
  background-color: #444444;
  min-height: 300px;
  color: #eeeeee;
}
#bottombar {
  background: #000000;
  color: #ffffff;
}
#topbar {
  height: 32px;
  line-height: 32px;
}
#topbar .cart {
  margin-left: 10px;
}
#topbar .call_cta {
  font-weight: bold;
  color: #666;
}
#navbar {
  height: 121px;
  background: #fff;
  position: relative;
  zoom: 1;
}
#navbar #logo {
  position: absolute;
  top: 36px;
  left: 36px;
  font-family: 'proxima_novalight';
  font-size: 42px;
  line-height: 42px;
}
#navbar .main_nav {
  height: 121px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 300px;
}
#navbar .main_nav li {
  list-style-position: inside;
  float: left;
  border-right: 1px solid #eee;
}
#navbar .main_nav li a {
  height: 121px;
  line-height: 121px;
  padding: 0 40px;
  font-size: 24px;
  display: block;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#navbar .main_nav li a:hover {
  text-decoration: none;
  background-color: #4289c8;
  color: white;
  text-shadow: 1px 1px 1px #2b6ca4;
}
#navbar .main_nav li.last {
  border-right: 0px;
}
#navbar #msearch {
  position: absolute;
  top: 36px;
  right: 36px;
}
#navbar #msearch .fa {
  font-size: 48px;
  line-height: 48px;
  color: #f1f1f1;
  cursor: pointer;
}
#navbar .shadow {
  background: url('..///www.sustainers.nl/modules/Pages/views/pageheader/less/images/header-shadow-bg.png') center top no-repeat transparent;
  height: 13px;
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
}
body {
  background: #eee;
  font-size: 13px;
  font-family: 'proxima_novalight';
}
* {
  padding: 0;
  margin: 0;
  font-family: 'proxima_novalight';
}
img {
  border: none;
}
.inner {
  max-width: 1170px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  zoom: 1;
}
.inner .content {
  padding: 0 15px;
}
.inner .content ul {
  list-style: inside;
  padding-left: 30px;
}
.buttonLink {
  border-radius: 10px 10px 10px 10px;
  display: inline-block;
  line-height: 20px;
  padding: 0 7px;
  border-radius: 5px;
  background: #428ac9;
  color: white;
}
.buttonLink:hover {
  background: #2b73b2;
  color: white;
  text-decoration: none;
}
.buttonLink.gray {
  background: #afafaf;
}
.buttonLink.gray:hover {
  background: #9b9b9b;
  color: white;
  text-decoration: none;
}
.right {
  float: right;
}
.left {
  float: left;
}
.clear {
  clear: both;
}
.tabbify {
  position: relative;
  zoom: 1;
}
.tabbify ul.tabControl {
  height: 52px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tabbify ul.tabControl li {
  list-style-position: inside;
  float: left;
  width: 32%;
  text-align: center;
  line-height: 47px;
  min-height: 47px;
  font-size: 24px;
  margin-left: 2%;
  background: #c4c4c4;
  cursor: pointer;
  margin-top: 5px;
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.tabbify ul.tabControl li:hover {
  background: #c4c4c4;
  margin-top: 0px;
  padding-top: 5px;
  min-height: 47px;
  filter: alpha(opacity=100);
  opacity: 1;
  color: #000000;
}
.tabbify ul.tabControl li:active {
  color: #000000;
  text-shadow: 0px 0px 2px #ffffff;
}
.tabbify ul.tabControl li.on {
  background: #ffffff;
  color: #000000;
  margin-top: 0px;
  padding-top: 5px;
  min-height: 47px;
  filter: alpha(opacity=100);
  opacity: 1;
  cursor: default;
}
.tabbify ul.tabControl li.first {
  margin-left: 0;
}
.tabbify div.tabs_content_holder {
  position: relative;
  zoom: 1;
}
.tabbify div.tabs_content_holder div.loader {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
  padding: 60px;
  font-size: 120px;
  color: #c4c4c4;
  background-color: #ffffff;
  height: 100%;
  display: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.tabbify div.tabs_content_holder div.tab_content {
  background: #ffffff;
  display: none;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.tabbify div.tabs_content_holder div.tab_content.on {
  display: block;
}
.tabbify div.tabs_content_holder div.tab_content .content {
  padding: 15px;
}
#pageDecorator .justAtest {
  padding: 10px;
}
#slider {
  height: 300px;
  background: #c4c4c4;
}
.message_row {
  padding: 15px 45px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.message_row .from {
  float: left;
}
.message_view {
  padding: 15px 45px;
  border-top: 2px solid #ccc;
}
.message_view .from {
  background: #333;
  color: #ffffff;
}
.message_view .to {
  background: #333;
  color: #ffffff;
}
.engagementcollectemail .modal .modal-dialog .modal-body.modal-body-engage {
  padding: 20px;
}
.engagementcollectemail .modal .modal-dialog .modal-body.modal-body-engage .engageForm .form-control {
  height: 59px;
  line-height: 57px;
  background-color: #fff;
  border: 2px solid #ccc;
  font-size: 24px;
  color: #444;
}
.engagementcollectemail .modal .modal-dialog .modal-body.modal-body-engage .engageForm .form-control.ng-invalid {
  border-color: #9f1d1d;
}
.engagementcollectemail .modal .modal-dialog .modal-body.modal-body-engage .engageForm .form-control.md-datepicker {
  padding: 0;
}
.engagementcollectemail .modal .modal-dialog .modal-body.modal-body-engage .engageForm textarea.form-control {
  background-color: #fff;
  border: 2px solid #ccc;
  font-size: 24px;
  line-height: 32px !important;
  color: #444;
  min-height: 80px;
}
.engagementcollectemail .modal .modal-dialog .modal-body.modal-body-engage .engageForm .onoffswitch {
  position: relative;
  width: 139px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.engagementcollectemail .modal .modal-dialog .modal-body.modal-body-engage .engageForm .onoffswitch-checkbox {
  display: none;
}
.engagementcollectemail .modal .modal-dialog .modal-body.modal-body-engage .engageForm .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #cccccc;
  border-radius: 33px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.engagementcollectemail .modal .modal-dialog .modal-body.modal-body-engage .engageForm .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.engagementcollectemail .modal .modal-dialog .modal-body.modal-body-engage .engageForm .onoffswitch-inner:before,
.engagementcollectemail .modal .modal-dialog .modal-body.modal-body-engage .engageForm .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 49px;
  padding: 0;
  line-height: 49px;
  font-size: 16px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.engagementcollectemail .modal .modal-dialog .modal-body.modal-body-engage .engageForm .onoffswitch-inner:before {
  content: "Yes";
  padding-left: 30px;
  background-color: #fff;
  color: #666666;
}
.engagementcollectemail .modal .modal-dialog .modal-body.modal-body-engage .engageForm .onoffswitch-inner:after {
  content: "No";
  padding-right: 30px;
  background-color: #fff;
  color: #666666;
  text-align: right;
}
.engagementcollectemail .modal .modal-dialog .modal-body.modal-body-engage .engageForm .onoffswitch-switch {
  display: block;
  width: 38px;
  margin: 8px;
  background: #ccc;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 84px;
  border: 2px solid #999999;
  border-radius: 33px;
  transition: all 0.3s ease-in 0s;
}
.engagementcollectemail .modal .modal-dialog .modal-body.modal-body-engage .engageForm .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.engagementcollectemail .modal .modal-dialog .modal-body.modal-body-engage .engageForm .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
  background-color: #ccc;
}
.___admintemplatesoverview {
  display: inline;
}
.___admintemplatesoverview .well {
  border: 3px solid black;
}
.___mediaqueuepreview {
  display: inline;
}
.___mediaqueuepreview .icon {
  margin-right: 10px;
  color: #eee;
}
.___mediaqueuepreview .size {
  font-weight: bold;
}
.___mediaqueuepreview .remove {
  font-size: 20px;
  position: absolute;
  top: 7px;
  right: 20px;
  line-height: 20px;
  cursor: pointer;
  color: #ccc;
}
.___mediaqueuepreview .done {
  font-size: 20px;
  position: absolute;
  top: 7px;
  right: 45px;
  line-height: 20px;
  color: #eee;
}
.___mediaqueuepreview .image {
  display: block;
  text-align: center;
  padding: 10px;
}
.___mediaqueuepreview .image img {
  margin: 0 auto;
  max-width: 70%;
  max-height: 120px;
}
.___forminputimage {
  display: inline;
}
.___forminputimage .expandable {
  height: auto;
  min-height: 35px;
}
.___forminputimage .expandable .add-link {
  display: inline-block;
}
.mediadrop {
  padding: 2em;
}
.mediadrop .uploadFile {
  text-align: center;
  padding: 2em;
  border: 3px dashed #eee;
  border-radius: 100px;
  min-height: 120px;
  cursor: pointer;
}
.mediadrop .uploadFile .label {
  display: block;
  font-size: 24px;
  line-height: 36px;
  color: #cccccc;
}
.mediadrop .uploadFile .subtext {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #aaaaaa;
}
.mediadrop .uploadFile input {
  margin: 0 auto;
}
.mediadrop .uploadFile:hover,
.mediadrop .uploadFile.active {
  border: 3px solid #2a6496;
}
.mediadrop .uploadFile:hover .label,
.mediadrop .uploadFile.active .label {
  color: #2a6496;
}
.mediadrop .uploadFile:hover .subtext,
.mediadrop .uploadFile.active .subtext {
  color: #666666;
}
.mediadrop .spacer {
  height: 2em;
}
ul.uploadlist {
  list-style: none;
  border-top: 1px solid #eeeeee;
}
li.mediaqueueditem {
  list-style-position: inside;
  padding: 1em 2em;
  border-bottom: 1px solid #eeeeee;
  font-size: 13px;
  color: #333333;
  position: relative;
}
li.mediaqueueditem .icon {
  margin-right: 10px;
  color: #eee;
}
li.mediaqueueditem .size {
  font-weight: bold;
}
li.mediaqueueditem .remove {
  font-size: 20px;
  position: absolute;
  top: 7px;
  right: 20px;
  line-height: 20px;
  cursor: pointer;
  color: #ccc;
}
li.mediaqueueditem .done {
  font-size: 20px;
  position: absolute;
  top: 7px;
  right: 45px;
  line-height: 20px;
  color: #eee;
}
li.mediaqueueditem .upload-media-loader {
  height: 32px;
  width: 32px;
  background-image: url("//www.sustainers.nl/modules/Media/views/mediaqueueditem/less/images/ajax_loader_gray_32.gif");
}
.media-upload-progress-outer {
  height: 7px;
  position: relative;
  background-color: #eeeeee;
  border-radius: 5px;
  margin: 5px 0;
}
.media-upload-progress-outer .media-upload-progress-inner {
  background-color: #428bca;
  height: 7px;
  position: absolute;
  border-radius: 5px;
}
.image-selection {
  margin: 0px 5px 5px -5px;
}
.___searchsuggestionstypeaheadoption {
  display: inline;
}
.___searchsuggestionstypeaheadoption .option {
  display: block;
  font-size: 90%;
  line-height: 180%;
  color: #222;
  padding: 0 8px;
  text-decoration: none;
  font-weight: bold;
}
.___searchsuggestionstypeaheadoption .option.active {
  background-color: #eee;
  color: #111;
}
.___searchsuggestionstypeaheadoption .option:hover {
  background-color: #eee;
  color: #111;
}
@media (max-width: 500px) {
  .___searchsuggestionstypeaheadoption .option {
    padding: 8px 16px;
  }
}
@media (max-width: 320px) {
  .___searchsuggestionstypeaheadoption .option {
    padding: 12px 8px;
  }
}
.___searchsuggestionstypeaheadoption .option .highlight {
  font-weight: normal;
  color: #444;
}
.___searchsuggestionstypeaheadoption .option strong {
  font-weight: normal;
  color: #444;
}
.___searchsuggestionstypeaheadoption .option.personalized {
  font-style: italic;
}
.typeahead_options {
  text-align: left;
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  display: none;
  z-index: 10;
  background-color: #ffffff;
}
.___adminexperimentationdashboard {
  display: inline;
}
.___adminexperimentationdashboard .experiments .experiment {
  padding: 15px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 0 2px #ccc;
  margin-bottom: 20px;
}
.___adminexperimentationdashboard .experiments .experiment >h2 {
  margin: -15px -15px 0 -15px;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.___adminexperimentationdashboard .experiments .experiment >p {
  margin: 0 0 10px 0;
  font-size: 16px;
  padding: 5px 15px 5px 15px;
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 1px solid #ccc;
  color: #999;
  background: #eee;
}
.___adminexperimentationdashboard .experiments .experiment .meta {
  font-size: 24px;
  color: #999;
  border-bottom: 1px solid #ccc;
  padding: 10px 15px;
  margin: -10px -15px 10px -15px;
}
.___adminexperimentationdashboard .experiments .experiment .meta .conversions strong {
  color: #00A000;
}
.___adminexperimentationdashboard .experiments .experiment .variants .variant td .lowerBound {
  font-size: 10px;
  color: #999;
}
.___adminexperimentationdashboard .experiments .experiment .variants .variant td .conversionRate {
  font-weight: bold;
}
.___adminexperimentationdashboard .experiments .experiment .variants .variant td .upperBound {
  font-size: 10px;
  color: #999;
}
.___adminexperimentationdashboard .experiments .experiment .conclusive {
  font-size: 36px;
  color: #222;
}
.___admincrutchesoverview {
  display: inline;
}
.___admincrutchesoverview ul {
  list-style-position: inside;
}
