/* compiled by scssphp v1.0.6 on Wed, 22 Oct 2025 01:36:03 +0000 (4.5198s) */

/* All core SCSS documents combined using import */
/* SCSS Mixins Document - @import "styles/mixins.scss"; */
/* Border Box: @include border-box(); */
/* Appearance: @include appearance(); */
/* Position: @include position(0px); */
/* Transition: @include transition(all,0.3s,ease,0.0s); */
/* Clearfix: @extend %clearfix; */
/* --------------------------------------------------- 
 TEMPLATE.CORE.CSS contains the default styles for websites
 built in the edit system.
 --------------------------------------------------- */
/* Typekit FOUT Fix */
.wf-loading {
  visibility: visible;
}
.material-icons {
  visibility: hidden;
}
.wf-active {
  visibility: visible;
}
.wf-active .material-icons {
  visibility: visible;
}
/* Main body */
html, body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-align: center;
  color: #000000;
  clear: both;
  margin: 0 auto;
}
body .content {
  visibility: hidden;
}
.wf-active body .content {
  visibility: visible;
}
.hide {
  display: none;
}
/* Default links */
a {
  text-decoration: none;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.backgroundimage-content a {
  color: #ffffff;
}
/* Links with no colour */
a .silent, a.silent {
  color: #000000;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000000;
}
a img {
  border: none;
}
/* Button link */
.readmore, .buynow, .backlink {
  display: inline-block;
}
/* Read more link */
/* Buy now link */
/* Back link */
/* Default headers */
h1, h2 {
  font-weight: 700;
  margin: 0px 0px 0px 0px;
}
article h1, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0px 0px 0px 0px;
}
h1 {
  font-size: 26px;
  line-height: 1.2;
  padding: 10px 0 22px 0;
}
h2 {
  font-size: 22px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h3 {
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h4, article h1 {
  font-size: 16px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h5 {
  font-size: 15px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h6 {
  font-size: 14px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
/* Backgrounds */
.background.light {
  background-color: #f9f9f9;
}
.background.dark {
  color: #ffffff;
  background-color: #204659;
}
.background.dark a:hover {
  color: #ffffff;
}
.background.image {
  color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.background.parallax {
  color: #ffffff;
  min-height: 200px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  position: relative;
}
.backgroundimage-content {
  color: #ffffff;
}
.backgroundimage-content h1, .backgroundimage-content h2, .backgroundimage-content h3, .backgroundimage-content h4 {
  color: #ffffff;
}
/* Borders */
.border, .divider, hr {
  border: solid #e1e1e1 0px;
}
.border.full {
  border-width: 1px;
}
.border.top {
  border-top-width: 1px;
}
.border.left {
  border-left-width: 1px;
}
.border.right {
  border-right-width: 1px;
}
.border.bottom {
  border-bottom-width: 1px;
}
/* Standard clearer */
.clearer {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  padding: 0 0 0 0;
  margin: 0 auto;
  border: none;
}
/* Standard divider */
.divider, hr {
  background: none;
  clear: both;
  font-size: 0;
  line-height: 20px;
  height: 20px;
  padding: 0 0 0 0;
  margin: 20px 0 0 0;
  border-top-width: 1px;
}
/* Text colours */
.colour.light {
  color: #8c999b;
}
.colour.green {
  color: #5ea90d;
}
.colour.grey {
  color: #8c999b;
}
.error, .checkout-error, .colour.red {
  color: #b60d04;
}
/* Text size */
.tiny {
  font-size: 80%;
}
.small {
  font-size: 90%;
}
.small-center {
  font-size: 90%;
  text-align: center;
  font-style: italic;
}
.large {
  font-size: 110%;
}
.center {
  text-align: center;
}
/* Align divs center */
.align.center {
  text-align: center;
}
.align.right {
  text-align: right;
}
.align.center-vert {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.align.center-horz {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.align.center-horz.center-vert, .align.center-vert.center-horz {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* list element */
ul {
  margin-top: 6px;
  margin-bottom: 6px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
ul > li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  text-align: left;
  padding-left: 20px;
  position: relative;
}
ul > li:before {
  content: '●';
  position: absolute;
  font-size: 14px;
  left: 5px;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
}
ul.af_list li:before {
  display: none;
}
ol {
  counter-reset: item;
  list-style-type: none;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0px;
}
ol > li {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 35px;
  position: relative;
}
ol > li:before {
  counter-increment: item;
  content: counter(item) '. ';
  position: absolute;
  left: 5px;
  top: 0px;
  display: inline-block;
  vertical-align: middle;
}
/* Other default elements */
acronym {
  border: none;
}
p {
  padding-top: 0;
  margin-top: 0;
}
/* Hide elements that only work with javascript */
.js-show {
  display: none;
}
/* Hide/show element that should only show on mobile */
.show-on-mobile {
  display: none;
}
/* Legacy gaps to space elements */
.gap1 {
  float: left;
  width: 10px;
}
.gap2 {
  float: left;
  width: 4px;
}
.gap3 {
  float: left;
  width: 30px;
}
/* Embedded */
embed, object, iframe, .map-holder {
  max-width: 100%;
  width: 100%;
}
/* Images default */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
}
/* Image holders to hold images to the left or right */
.img-left {
  float: left;
  margin-right: 40px;
  margin-top: 4px;
  margin-bottom: 6px;
  text-align: center;
  max-width: 40%;
}
.img-right {
  clear: right;
  float: right;
  margin-left: 40px;
  margin-top: 4px;
  margin-bottom: 6px;
  text-align: center;
  max-width: 40%;
}
.img-left-small {
  float: left;
  margin-right: 40px;
  margin-top: 4px;
  margin-bottom: 6px;
  text-align: center;
  max-width: 20%;
}
.img-right-small {
  clear: right;
  float: right;
  margin-left: 40px;
  margin-top: 4px;
  margin-bottom: 6px;
  text-align: center;
  max-width: 20%;
}
.img-main, .img-center {
  text-align: center;
  margin-bottom: 6px;
}
.img-left img, .img-right img, .img-left-small img, .img-right-small img, .img-main img, .img-center img {
  vertical-align: middle;
}
img.lazyload {
  opacity: 0;
}
img.lazyloading {
  opacity: 0;
}
img.lazyloaded {
  opacity: 1;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* Random images */
.random-image {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#none {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
}
/* Standard page elements for laying out the main content of a website. */
#container1 {
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  border: none;
}
#container2 {
  text-align: left;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 0;
  border: none;
}
#container-header, #container-navigation, #container-flash, #container-intro, #container-bread, .container-intro, .container-title, .container-main, .container-main-top, .container-main-bottom, #container-footer, #container-base {
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
}
.wrap {
  width: 100%;
  max-width: 1080px;
  text-align: left;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 0;
  border: none;
}
/* Header */
#container-header {
  background-color: #204659;
}
#container-header.random-image {
  background-color: transparent;
}
#header {
  height: 100px;
}
#container-header.random-image #header {
  background-color: transparent;
}
#header #logo {
  float: left;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  padding-left: 25px;
  max-width: 260px;
}
#header #logo img {
  vertical-align: middle;
}
/* Mobile quick call */
#header #mobile-link {
  display: none;
}
#header #mobile-link a {
  color: #fff;
}
#header #mobile-link h4 {
  display: inline-block;
}
/* Top navigation */
#top-nav {
  float: right;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  color: #ffffff;
  font-size: 11px;
  text-align: right;
  white-space: nowrap;
  margin-top: 10px;
  padding-right: 20px;
}
#top-nav ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#top-nav ul li {
  float: left;
  display: inline-block;
  line-height: 22px;
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  background: none;
  position: relative;
}
#top-nav ul li:before {
  display: none;
}
#top-nav ul ul.sub-nav {
  position: relative;
  display: none;
  z-index: 950;
}
/* Search */
#header #search {
  float: right;
  display: inline-block;
  height: 22px;
  margin-top: 10px;
  padding-right: 20px;
}
#header #search .search-off {
  color: #000000;
  font-style: italic;
}
#header #search #search-box-input {
  width: 200px;
}
#header #search #search-button {
  margin-left: 6px;
}
/* Main navigation */
#navigation {
  height: 40px;
  line-height: 40px;
  color: #ffffff;
}
#mobile-navigation {
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  display: none;
}
#navigation ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#navigation ul li {
  float: left;
  display: inline-block;
  line-height: 40px;
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  background: none;
  position: relative;
  z-index: 900;
}
#navigation ul li:before {
  display: none;
}
#navigation ul li.mobile-item {
  display: none;
}
#navigation li > a, #mobile-navigation li > a {
  float: left;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
#navigation li > a strong, #navigation li > a b {
  display: block;
  height: 40px;
  line-height: 40px;
  font-weight: normal;
}
#navigation .material-icons {
  line-height: 40px;
}
#navigation li > a:hover, #navigation li > .over, #navigation li > .on {
  color: #ffffff;
  z-index: 894;
}
#navigation li > a:hover strong, #navigation li > .over strong, #navigation li > .on strong, #navigation li > a:hover b, #navigation li > .over b, #navigation li > .on b {
  cursor: pointer;
}
/* Navigation divider */
#navigation .nav-div {
  display: inline-block;
  float: left;
  width: 0px;
  text-align: center;
  /*font-size:0;*/
  line-height: 40px;
  height: 40px;
  padding: 0 0 0 0;
  margin: 0 auto;
  border: none;
}
#navigation > ul ul {
  display: none;
}
/* Sub navigation */
#navigation .sub-nav {
  position: absolute;
  top: 40px;
  left: 0px;
  display: none;
  font-weight: normal;
  text-transform: none;
  line-height: 14px;
  z-index: 897;
}
/* Align last dropdown to the right */
#navigation > ul > li:last-child .sub-nav {
  left: auto;
  right: 0px;
}
#navigation .sub-nav li {
  width: 220px;
  height: auto;
  line-height: 14px;
}
#navigation .sub-nav li > a {
  float: left;
  display: inline-block;
  width: 220px;
  height: auto;
  line-height: 14px;
  border: none;
  border-radius: 0px;
  color: #ffffff;
  background: none;
  padding: 12px 13px;
  background-color: #204659;
  border-bottom: solid #204659 1px;
  margin: 0 0 0 0;
  z-index: 898;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#navigation .sub-nav li > a:hover, #navigation .sub-nav li > a.over:hover {
  color: #000000;
  border-radius: 0px;
  background-color: #6d9ead;
  border-bottom: solid #6d9ead 1px;
}
#navigation .sub-nav li:last-child a {
  border-bottom: none;
}
#navigation ul li > .sub-nav .sub-nav {
  position: absolute;
  top: 0px;
  left: 220px;
}
/* Second navigation if central logo */
.nav-right #navigation, .nav-right #navigation ul li, .nav-right #navigation a, .nav-right #navigation .nav-div {
  float: right;
}
#container-header #shopping-cart-summery, #container-navigation #shopping-cart-summery {
  font-size: 13px;
  color: #000000;
  text-align: left;
  background-color: #ffffff;
  line-height: 1.6;
  padding: 10px 20px;
}
#container-header #shopping-cart-summery a, #container-navigation #shopping-cart-summery a {
  color: #000000;
}
#container-header #shopping-cart-summery .summery-item, #container-navigation #shopping-cart-summery .summery-item {
  padding-bottom: 10px;
}
.close-menu {
  display: none !important;
}
/* Mobile menu button */
#mobile-menu {
  float: left;
  display: none;
}
#mobile-menu a {
  display: inline-block;
  color: #ffffff;
  line-height: 22px;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 1;
}
#mobile-menu a [class^="icon-"], #mobile-menu a [class*=" icon-"], #mobile-menu a .material-icons {
  display: inline-block;
  font-size: 22px;
  vertical-align: middle;
}
/* Members bars */
.auth-details {
  height: auto;
  line-height: 1.5;
  text-align: right;
  color: #ffffff;
  background-color: #204659;
  padding: 5px 0;
}
.auth-details .wrap {
  padding: 10px 25px;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.auth-details a {
  color: #ffffff;
}
.auth-details a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.auth-details img {
  vertical-align: middle;
  margin-bottom: 1px;
}
/* Site messages */
#site-messages {
  display: none;
}
.message, #site-messages .error-message, #site-messages .alert-message, #site-messages .success-message {
  line-height: 18px;
  font-size: larger;
  padding: 15px 25px;
}
#site-messages a {
  color: #ffffff;
}
#site-messages a:hover {
  text-decoration: underline;
}
#site-messages .close-msg {
  float: right;
}
#site-messages .error-message {
  color: #ffffff;
  background-color: #b60d04;
}
#site-messages .alert-message {
  color: #ffffff;
  background-color: #999999;
}
#site-messages .success-message {
  color: #ffffff;
  background-color: #5ea90d;
}
#container-flash.backgroundimage-container .backgroundimage-content {
  color: #ffffff;
  text-align: center;
  padding: 40px 0;
  min-height: 80px;
}
#container-flash.backgroundimage-container .backgroundimage-content h1, #container-flash.backgroundimage-container .backgroundimage-content h2, #container-flash.backgroundimage-container .backgroundimage-content h3, #container-flash.backgroundimage-container .backgroundimage-content h4 {
  color: #ffffff;
}
#container-flash.backgroundimage-container .backgroundimage-content a {
  color: #ffffff;
}
/* Breadcrump area */
/* breadcrumb */
#breadcrumb {
  font-size: 12px;
  line-height: 1.8;
  padding: 16px 25px 4px 25px;
}
/* Sub page intro area */
.container-main-intro .content {
  line-height: 1.8;
  padding: 0px 0px;
}
/* Main title area */
.container-main-title .content {
  line-height: 1.8;
  padding: 25px 25px;
  padding-bottom: 0px;
}
/* Main top area */
.container-main-top .content {
  line-height: 1.8;
  padding: 25px 25px;
}
/* Main content area with layouts */
.content {
  line-height: 1.8;
  padding: 25px 25px;
}
.content h1 {
  color: #204659;
}
.background.dark .content h1, .backgroundimage-content .content h1 {
  color: inherit;
}
.content article h1 {
  color: inherit;
}
.content p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  margin-bottom: 1.8em;
}
.content .main-box {
  padding: 8px 10px;
  background-color: #efefef;
}
.content .main-box p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  font-style: italic;
}
/* Layout defines main content widths */
/* Layout widths */
.layout.full {
  width: 100%;
}
.layout.half {
  float: left;
  width: 48%;
}
.layout.main {
  float: left;
  width: 74%;
}
.layout.side {
  float: left;
  width: 22%;
}
.layout.middle {
  float: left;
  width: 48%;
}
.layout.third {
  float: left;
  width: 30%;
}
.layout.gap {
  margin-left: 4%;
}
.layout.third.gap {
  margin-left: 5%;
}
/* Full width column */
/* Two column equal */
.layout-two-col-equal .layout.half + .layout.half {
  float: right;
}
/* Two column main left */
.layout-two-col-left .layout.side {
  float: right;
}
/* Two column main right */
.layout-two-col-right .layout.main {
  float: right;
}
/* Three column main middle */
.layout-three-col .layout.middle + .layout.side {
  float: right;
}
/* Three column main left */
.layout-three-col-left .layout.middle + .layout.side + .layout.side {
  float: right;
}
/* Three column main right */
.layout-three-col-right .layout.middle {
  float: right;
}
/* Three column equal */
.layout-three-col-equal .layout.third + .layout.third + .layout.third {
  float: right;
}
/* Layout side content */
.layout.side .img-left {
  float: left;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side .img-right {
  clear: right;
  float: right;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side p {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.8;
  margin-bottom: 1px;
}
.layout.side .side-holder {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.8;
  margin-bottom: 1px;
}
.layout.side .side-holder p {
  padding: 0 0 10px 0;
}
.layout.side .form-item {
  width: 100%;
}
.layout.side h6 {
  margin-top: 10px;
}
.side-nav {
  padding: 3px 0;
  margin: 0 0 0 0;
}
.side-nav li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  background: none;
  position: relative;
  z-index: 700;
}
.side-nav li a {
  padding: 4px 10px;
}
/* Main bottom area */
.container-main-bottom .content {
  line-height: 1.8;
  padding: 25px 25px;
}
/* Content container spacing */
/*.content-container + .content-container .content {padding-top:0px;}*/
/* Backgrounds */
/* Overwrite padding for areas adjacent to backgrounds */
.content-container + .content-container.background .content, .content-container.background + .content-container .content, .content-container.backgroundimage-container + .content-container .content {
  padding-top: 25px;
}
/* Overwrite padding for backgrounds */
.content-container.background .content, .content-container.backgroundimage-container .content {
  padding-top: 25px;
  padding-bottom: 25px;
}
/* Footer */
#container-footer {
  background: #204659;
}
#container-footer.random-image {
  background-color: transparent;
}
#footer {
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
  padding: 20px 25px;
}
#container-footer.random-image #footer {
  background-color: transparent;
}
#footer a:hover {
  color: #ffffff;
}
#footer a [class^="icon-"], #footer a [class*=" icon-"], #footer a .material-icons {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  margin-top: -1px;
}
#footer h4 {
  color: #204659;
}
#footer .links {
  padding-top: 15px;
}
#footer .footer-contact1 {
  float: left;
  width: 33%;
  text-align: left;
}
#footer .footer-contact2 {
  float: left;
  width: 33%;
  text-align: left;
}
#footer .footer-links1 {
  float: right;
  width: 34%;
  text-align: right;
}
/* Base */
#base {
  line-height: 1.5;
  font-size: smaller;
  color: #cbcccc;
  text-align: center;
  padding: 10px 25px 10px;
}
#base a:hover {
  text-decoration: underline;
}
/* Common styles for database pages. */
/* Module class styles */
/* Grid class styles */
.grid .grid-item {
  float: left;
  display: inline-block;
}
.grid .grid-item img {
  vertical-align: middle;
}
/* 7 column grid */
.grid.seven-column .grid-item {
  width: 13%;
  margin-right: 1.5%;
  margin-bottom: 10px;
}
.grid.seven-column.no-spacing .grid-item {
  width: 14.2857142857%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.grid.seven-column .grid-item:nth-child(7n+7) {
  margin-right: 0%;
}
.grid.seven-column .grid-item:nth-child(7n+8) {
  clear: both;
}
/* 6 column grid */
.grid.six-column .grid-item {
  width: 15%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.grid.six-column.no-spacing .grid-item {
  width: 16.6666666667%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.grid.six-column .grid-item:nth-child(6n+6) {
  margin-right: 0%;
}
.grid.six-column .grid-item:nth-child(6n+7) {
  clear: both;
}
/* 5 column grid */
.grid.five-column .grid-item {
  width: 18%;
  margin-right: 2.5%;
  margin-bottom: 20px;
}
.grid.five-column.no-spacing .grid-item {
  width: 20%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.grid.five-column .grid-item:nth-child(5n+5) {
  margin-right: 0%;
}
.grid.five-column .grid-item:nth-child(5n+6) {
  clear: both;
}
/* 4 column grid */
.grid.four-column .grid-item {
  width: 22.82%;
  margin-right: 2.9%;
  margin-bottom: 20px;
}
.grid.four-column.no-spacing .grid-item {
  width: 25%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.grid.four-column .grid-item:nth-child(4n+4) {
  margin-right: 0%;
}
.grid.four-column .grid-item:nth-child(4n+5) {
  clear: both;
}
/* 3 column grid */
.grid.three-column .grid-item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 40px;
}
.grid.three-column.no-spacing .grid-item {
  width: 33.3333333333%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.grid.three-column .grid-item:nth-child(3n+3) {
  margin-right: 0%;
}
.grid.three-column .grid-item:nth-child(3n+4) {
  clear: both;
}
.layout.side .grid.three-column .grid-item {
  margin-bottom: 12px;
}
/* 2 column grid */
.grid.two-column .grid-item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 40px;
}
.grid.two-column.no-spacing .grid-item {
  width: 50%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.grid.two-column .grid-item:nth-child(2n+2) {
  margin-right: 0%;
}
.grid.two-column .grid-item:nth-child(2n+3) {
  clear: both;
}
.layout.side .grid-two-column .grid-item {
  margin-bottom: 12px;
}
/* 1 column grid */
.grid.one-column .grid-item {
  clear: both;
  float: none;
  display: block !important;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 20px;
}
.grid.one-column.no-spacing .grid-item {
  margin-bottom: 0px;
}
/* Waypoints */
.waypoint-fade {
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
}
.waypoint-fade.waypoint-on {
  opacity: 1;
}
/* Paginate class styles */
.paginate {
  clear: both;
  text-align: center;
  margin-bottom: 40px;
}
.paginate .paginate-title {
  display: inline-block;
  line-height: 28px;
  height: 28px;
  margin: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.paginate .paginate-direction {
  display: inline-block;
  line-height: 28px;
  height: 28px;
  margin: 0 10px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.paginate span.paginate-direction {
  color: #e1e1e1;
}
.paginate [class^="icon-"], .paginate [class*=" icon-"], .paginate .material-icons {
  font-size: 22px;
  line-height: 24px;
}
.paginate a.paginate-number {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  padding: 0 4px;
  margin: 0 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.paginate a.paginate-number.on, .paginate a.paginate-number:hover {
  color: #ffffff;
  background-color: #204659;
  border-color: #204659;
}
/* Standard table styles */
.standard-table-wrap {
  overflow: auto;
  margin-bottom: 30px;
}
.standard-table tr.row-important td {
  font-weight: bold;
  background-color: #f9f9f9;
}
.standard-table tr td.column-important {
  font-weight: bold;
}
.standard-table td {
  line-height: 1.4;
  padding: 12px 15px;
  white-space: nowrap;
}
/* Older styles for database pages. */
.googlemap-box {
  width: 100%;
  color: #000000;
  overflow: hidden;
}
.googlemap-box .img-right {
  max-width: none !important;
}
.googlemap-box img {
  width: auto;
  max-width: none !important;
}
.googlemap-box a:hover {
  color: #000000;
}
.map-holder img {
  width: auto;
  max-width: none !important;
}
/* VIDEO PAGES */
.video-holder {
  display: block;
}
.video-holder .video-item {
  float: left;
  width: 30%;
  height: auto;
  margin-right: 5%;
  margin-bottom: 14px;
  text-align: center;
  position: relative;
}
.video-holder .video-item img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  vertical-align: bottom;
  /* ie8 */
}
.video-holder div:nth-child(3n+3) {
  margin-right: 0%;
}
.video-holder div:nth-child(3n+4) {
  clear: left;
}
/* Site map */
.sitemap-holder {
  float: left;
  width: 30%;
  margin-bottom: 14px;
}
/* Subscription plans */
.subscription-plans {
  display: block;
}
.subscription-plans .subscription-plan {
  float: left;
  width: 32%;
  height: auto;
  padding: 10px 15px;
  margin-right: 2%;
  margin-bottom: 18px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.subscription-plans .subscription-plan .subs-plan-desc {
  min-height: 120px;
  padding-bottom: 20px;
}
.subscription-plans .subscription-plan .subs-plan-desc h2 {
  font-size: 24px;
  font-weight: normal;
}
.subscription-plans div.subscription-plan:nth-child(3n+3) {
  margin-right: 0%;
}
.subscription-plans div.subscription-plan:nth-child(3n+4) {
  clear: left;
}
.subscription-payments {
  float: left;
  max-width: 600px;
}
.subscription-table .subscription-left {
  float: left;
  width: 30%;
  padding: 4px 0;
  border-top: solid #f1f1f1 1px;
}
.subscription-table .subscription-middle {
  float: left;
  width: 40%;
  padding: 4px 0;
  border-top: solid #f1f1f1 1px;
}
.subscription-table .full-subscription-middle {
  float: left;
  width: 70%;
  padding: 4px 0;
  text-align: right;
  border-top: solid #f1f1f1 1px;
}
.subscription-table .subscription-right {
  float: left;
  width: 30%;
  padding: 4px 0;
  text-align: right;
  border-top: solid #f1f1f1 1px;
}
/* Laybuy */
.laybuy-info img {
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px;
  margin-top: -2px;
}
/* Shopping cart summary */
#shopping-cart-summery .summery-image {
  float: left;
  width: 20%;
}
#shopping-cart-summery .summery-text {
  float: right;
  width: 75%;
}
/* Shopping cart */
.shopping-cart-list .shopping-cart-list-header {
  font-size: 11px;
  font-weight: bold;
  padding: 4px 0 4px 0;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-list .shopping-cart-list-items {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-list .scl-image {
  float: left;
  width: 15%;
  padding-right: 3%;
}
.shopping-cart-list .scl-image img {
  max-height: 100px;
}
.shopping-cart-list .scl-products {
  float: left;
  width: 55%;
  padding-right: 3%;
}
.shopping-cart-list .scl-products .was-price-line {
  font-style: italic;
}
.shopping-cart-list .scl-products .was-price-line .was-price {
  text-decoration: line-through;
}
.shopping-cart-list .scl-products .scl-products-additional .label {
  width: 100%;
}
.shopping-cart-list .scl-products .cart-msg-type, .shopping-cart-list .scl-products .cart-msg-messages {
  width: 70%;
  margin: 1px 0 6px 0;
}
.shopping-cart-list .scl-products .cart-msg-box textarea {
  width: 70%;
  height: 70px;
}
.shopping-cart-list .scl-quantity {
  float: left;
  width: 10%;
  text-align: center;
  padding-right: 3%;
}
.shopping-cart-list .scl-quantity .scl-quantity-text {
  display: none;
}
.shopping-cart-list .scl-quantity input.text {
  width: 30px;
}
.shopping-cart-list .remove-link {
  font-size: 10px;
}
.shopping-cart-list .scl-price {
  float: right;
  width: 10%;
  text-align: right;
  padding-right: 1%;
}
.shopping-cart-list .shopping-cart-update {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-list .shopping-cart-update .scl-quantity {
  float: right;
  width: auto;
  text-align: right;
  padding-right: 0px;
}
.shopping-cart-totals .shopping-cart-total-item .totals-space {
  float: left;
  width: 45%;
  padding-top: 5px;
}
.shopping-cart-totals .shopping-cart-total-item .totals-space-base {
  float: left;
  padding-top: 10px;
  font-size: 11px;
  font-weight: bold;
  width: 45%;
}
.shopping-cart-totals .shopping-cart-total-item .totals-space select {
  max-width: 96%;
}
.shopping-cart-totals .shopping-cart-total-item .totals-text, .shopping-cart-totals .shopping-cart-total-final .totals-text {
  float: left;
  width: 40%;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 2%;
  border-top: solid #e1e1e1 1px;
}
.shopping-cart-totals .shopping-cart-total-item .totals-value, .shopping-cart-totals .shopping-cart-total-final .totals-value {
  float: left;
  width: 12%;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 1%;
  border-top: solid #e1e1e1 1px;
}
.shopping-cart-totals .shopping-cart-total-final .totals-space {
  float: left;
  width: 45%;
}
.shopping-cart-totals .shopping-cart-total-final .totals-text {
  font-weight: bold;
  background-color: #f3f3f3;
  border-top: solid #e1e1e1 1px;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-totals .shopping-cart-total-final .totals-value {
  font-weight: bold;
  background-color: #f3f3f3;
  border-top: solid #e1e1e1 1px;
  border-bottom: solid #e1e1e1 1px;
}
.shopping-cart-totals #sc-subtotals .totals-text, .shopping-cart-totals #sc-subtotals .totals-value {
  border-top: none;
}
/* Shopping cart message Holder */
.message-holder {
  padding: 4px 6px;
  background-color: #f3f3f3;
  border: solid #e1e1e1 1px;
  margin-bottom: 16px;
}
.message-holder ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.message-holder ul li {
  background: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.msg-small {
  font-size: 11px;
  color: #666666;
}
.cart-box-holder {
  padding: 10px 15px;
  border: solid #f1f1f1 1px;
  margin-bottom: 10px;
}
/* Checkout address select */
.address-selector {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
.address-selector li {
  float: left;
  width: 50%;
  line-height: 18px;
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.address-selector li:before {
  display: none;
}
.address-selector .address-selector-button {
  position: absolute;
  top: 22px;
  left: 10px;
}
.address-selector .address-selector-address {
  float: left;
  width: 100%;
  padding: 20px 20px 20px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* Checkout checkboxes */
.cart-checkradio-holder .checkradio {
  float: left;
  width: 33%;
  padding-bottom: 4px;
}
.cart-checkradio-holder .checkradio .checkradio-button {
  float: left;
  width: 10%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.cart-checkradio-holder .checkradio label {
  float: left;
  width: 80%;
}
.checkout-error {
  padding-bottom: 16px;
}
.cart-progress .cart-progress-item {
  display: block;
}
/* Checkout order summary */
.order-summary .os-left {
  padding: 2px 4px 2px 0;
}
.order-summary .os-right {
  padding: 2px 0 2px 0;
  text-align: right;
}
.order-summary .os-total {
  padding-top: 6px;
  border-top: solid #c3d0d2 1px;
}
/* Checkout payment holders */
.payment-holder-table {
  margin-bottom: 10px;
  padding: 0 0 0 0;
  border: solid #e1e1e1 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.payment-radio-holder {
  position: absolute;
  top: 20px;
  left: 20px;
}
.payment-holder {
  float: left;
  width: 100%;
  padding: 20px 20px 20px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-position: right top;
  background-repeat: no-repeat;
}
.payment-holder h5 {
  padding-top: 0px;
}
.payment-holder label {
  display: block;
}
.payment-holder img {
  margin-top: 6px;
}
.payment-holder label, .payment-holder h5, .payment-holder p {
  cursor: pointer;
}
/* Checkout country */
#country-line {
  line-height: 28px;
}
.country-holder {
  float: left;
  display: inline-block;
}
.country-changer {
  float: left;
  padding-left: 10px;
  display: inline-block;
}
.country-picker {
  float: left;
  display: none;
  padding-left: 10px;
  padding-top: 4px;
}
/* Cart order history */
.orderhistory-titles {
  padding: 5px 3px;
  background-color: #f9f9f8;
  border-bottom: solid #d9d9d9 1px;
}
.orderhistory-td {
  padding: 5px 3px;
}
.ie-alert {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  color: #ffffff;
  background-color: #1a1a1a;
  border-radius: 2px;
  padding: 15px 20px 15px 20px;
  margin-top: 6px;
  margin-bottom: 10px;
}
/* Tables Module Styles */
.display-table th {
  color: #ffffff;
  text-align: left;
  background-color: #5a5a5a;
}
.display-table td {
  text-align: left;
}
.display-table .dt-colhighlight {
  font-weight: bold;
}
.display-table .dt-modon {
  background-color: #eeeff0;
}
/* User Images */
.user-images .user-image {
  float: left;
  width: 15%;
  height: auto;
  margin-right: 2%;
  margin-bottom: 14px;
  text-align: center;
}
.user-images .user-image img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  vertical-align: bottom;
  /* ie8 */
}
.user-images .user-image:nth-child(6n+6) {
  margin-right: 0%;
}
.user-images .user-image:nth-child(6n+7) {
  clear: left;
}
/* Login */
#login .login-form li {
  padding-left: 0px;
  background: none;
}
#login .login-form li label {
  display: inline-block;
  width: 200px;
}
/* Form styles for standard forms */
form {
  margin: 0 auto;
  padding: 0 0 0 0;
}
.req {
  color: #D60309;
  font-weight: bold;
  font-size: 12px;
}
.form-item {
  clear: both;
  width: 100%;
  max-width: 500px;
  margin-bottom: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-item .label, .form-item .label2 {
  /*width:38%;*/
  width: 100%;
}
.form-item .label-padding {
  /*margin-left:38%;*/
  margin-left: 0%;
}
.layout.side .form-item .label-padding .layout.third .form-item .label-padding {
  margin-left: 0%;
}
.form-item .subbut, .recaptcha-item .g-recaptcha, .form-footer, #recaptcha_image {
  /*padding-left:38%;*/
  padding-left: 0%;
}
.form-item .input, .form-item .select, .form-item .checkbox, .form-item .radio, .form-item .textarea {
  /*width:62%;*/
  width: 100%;
}
.form-item .label {
  float: left;
  font-weight: bold;
  text-align: left;
  margin: 3px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /*padding-right:10px;*/
}
.form-item .label2 {
  float: left;
  font-weight: bold;
  text-align: left;
  margin: 3px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /*padding-right:10px;*/
}
.layout.side .form-item .label, .layout.third .form-item .label {
  float: none;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 2px;
}
.form-item .label-details {
  clear: both;
  display: block;
  width: 100%;
  margin-right: 0%;
  font-weight: normal;
  font-size: 11px;
  color: #666666;
  line-height: 16px;
  padding-top: 2px;
}
.form-item .input {
  float: left;
  height: auto;
}
.layout.side .form-item .input, .layout.third .form-item .input {
  float: none;
  width: auto;
}
.form-item .input input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-item .select {
  float: left;
  height: auto;
}
.layout.side .form-item .select, .layout.third .form-item .select {
  float: none;
  width: auto;
}
.form-item .select select {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-item .checkbox {
  float: left;
  height: auto;
  vertical-align: middle;
}
.layout.side .form-item .checkbox, .layout.third .form-item .checkbox {
  float: none;
  width: auto;
}
.form-item .checkbox-list .checkbox {
  width: 50%;
  margin-right: 0%;
}
.form-item .checkbox-list .checkbox:nth-child(2n+3) {
  clear: both;
}
.form-item .checkbox input[type=checkbox] {
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 4px;
}
.form-item .radio {
  float: left;
  height: auto;
}
.layout.side .form-item .radio, .layout.third .form-item .radio {
  float: none;
  width: auto;
}
.form-item .textarea {
  float: left;
  height: auto;
  margin-bottom: 5px;
}
.layout.side .form-item .textarea, .layout.third .form-item .textarea {
  float: none;
  width: auto;
}
.form-item .textarea textarea {
  width: 100%;
  height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-item .textarea img {
  padding-top: 3px;
}
.form-item .input.input-small input, .form-item .select.select-small select {
  max-width: 100px;
}
.form-item .input.input-medium input, .form-item .select.select-medium select {
  max-width: 300px;
}
form .input input, form textarea, .product-details-buy-option-quantity input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
form .input input, form select, form textarea, .image-file, .product-details-buy-option-quantity input, .buy-dropdown {
  /* Custom styles here */
  /*border:none;*/
  background: none;
  height: 28px;
  font-size: 13px;
  padding: 4px 8px 4px 8px;
  background-color: #ffffff;
  border: solid #c2c1c1 1px;
  border-radius: 2px;
  vertical-align: middle;
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
form .input input[type=file] {
  height: auto;
  padding: 0 0 0 0;
  border: none;
}
form textarea {
  resize: vertical;
  height: auto;
  padding: 8px 8px 8px 8px;
}
.form-item .image-file {
  clear: both;
  height: auto;
  padding: 8px 8px;
}
.form-item .image-file input[type=file] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.form-item .image-file.with-image input[type=file] {
  margin-top: 30px;
  margin-bottom: 0px;
}
.form-item .image-file .image-holder {
  float: left;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: #f7f7f7;
  margin-right: 15px;
}
.form-item .image-file .image-holder img {
  vertical-align: middle;
  max-width: 100px;
  max-height: 100px;
}
.form-item .subbut, .recaptcha-item .g-recaptcha, #recaptcha_image {
  width: 100%;
  margin-top: 6px;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.layout.side .form-item .subbut, .layout.third .form-item .subbut, .layout.side .recaptcha-item .g-recaptcha, .layout.third .recaptcha-item .g-recaptcha, .layout.side #recaptcha_image, .layout.third #recaptcha_image {
  width: 100% !important;
  float: none;
  margin-left: 0%;
  padding-left: 0px;
}
/* Custom button */
.form-item .subbut input, .buy-product input[type=submit], #checkout_button, #continue_button, #add_button, #cancel_button, #checkout_special, #review-submit-button, #update_button {
  /* Custom button styles here*/
  /*appearance:none;
   -moz-appearance:none;
   -webkit-appearance:none;
   border:none;
   background:none;*/
}
.form-item .subbut input:hover, .buy-product input[type=submit]:hover, #checkout_button:hover, #continue_button:hover, #add_button:hover, #cancel_button:hover, #checkout_special:hover, #review-submit-button:hover, #update_button:hover {
  cursor: pointer;
}
#checkout_button {
  margin-left: 5px;
}
.form-footer {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #666666;
  padding-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.layout.side .form-footer, .layout.third .form-footer {
  float: none;
  width: auto;
}
/* Sub forms */
.subform th {
  background-color: #CCCCCC;
}
.subform td {
  border-bottom: solid #CCCCCC 1px;
}
.sub-button-holder {
  text-align: right;
  margin: 10px 0;
}
.sub-form-holder {
  padding: 10px 0;
  border: solid #CCCCCC 1px;
  display: none;
  margin: 10px 0;
}
.sub-form-holder .subbut2 {
  padding-left: 150px;
}
/* Disabled button */
.form-item .subbut.disabled {
  overflow: hidden;
  position: relative;
  display: inline;
}
.form-item .subbut.disabled:before {
  content: '';
  border: solid 3px #999999;
  border-color: transparent #999999 #999999 #999999;
  border-radius: 100px;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-animation: loading-ring 1.2s linear infinite;
  animation: loading-ring 1.2s linear infinite;
  display: inline-block;
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-item .subbut.disabled input {
  background-color: #e5e5e5 !important;
  color: #e5e5e5 !important;
  overflow: hidden;
}
@keyframes loading-ring {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* Google reCaptcha widget styles */
.recaptcha-item .g-recaptcha > div > div {
  max-width: 100%;
}
.recaptcha-item .g-recaptcha > div > div > iframe {
  max-width: 100%;
}
.recaptcha-item .g-recaptcha {
  overflow: hidden;
}
#recaptcha_image {
  width: 60% !important;
  margin-left: 40%;
  text-align: center;
  padding: 5px;
  background-color: #ffffff;
  border: solid #e1e1e1 1px;
  margin-bottom: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#recaptcha_image img {
  max-width: 100%;
  max-height: 100%;
}
#recaptcha_image embed, #recaptcha_image object, #recaptcha_image iframe {
  float: left;
  max-width: 0px;
  width: 0px;
  height: 0px;
}
#recaptcha_image br {
  display: none;
}
#recaptcha_image #recaptcha_audio_play_again, #recaptcha_image #recaptcha_audio_download {
  clear: left;
  float: left;
  cursor: pointer;
}
.recaptcha_input {
  position: relative;
}
.recaptcha_input .input {
  padding-right: 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.layout.side .input, .layout.third .input {
  padding-right: 0px;
}
.recaptcha_options {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.recaptcha_options li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.recaptcha_options li a {
  position: absolute;
  top: 4px;
  width: 16px;
  height: 16px;
  text-indent: -5000px;
  overflow: hidden;
}
.recaptcha_options #recaptcha_refresh_button a {
  right: 60px;
}
.recaptcha_options #recaptcha_sound_button a {
  right: 30px;
}
.recaptcha_options #recaptcha_image_button a {
  right: 30px;
}
.recaptcha_options #recaptcha_help_button a {
  right: 0px;
}
.layout.side .recaptcha_options li a, .layout.third .recaptcha_options li a {
  top: 0px;
}
/* Icon set styles */
*[class*='iconblack-'] {
  background-repeat: no-repeat;
}
.iconblack-refresh {
  background-image: url(../images/icons/iconblack_refresh.png);
}
.iconblack-sound {
  background-image: url(../images/icons/iconblack_sound.png);
}
.iconblack-picture {
  background-image: url(../images/icons/iconblack_picture.png);
}
.iconblack-help {
  background-image: url(../images/icons/iconblack_help.png);
}
@font-face {
  font-family: 'social';
  src: url('../images/social/social.eot?dbpphs');
  src: url('../images/social/social.eot?dbpphs#iefix') format('embedded-opentype'), url('../images/social/social.woff2?dbpphs') format('woff2'), url('../images/social/social.ttf?dbpphs') format('truetype'), url('../images/social/social.woff?dbpphs') format('woff'), url('../images/social/social.svg?dbpphs#social') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="social-"], [class*=" social-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'social' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
}
.social-facebook:before {
  content: "\e906";
}
.social-facebook-boxed:before {
  content: "\e907";
}
.social-facebook2:before {
  content: "\e908";
}
.social-facebook2-boxed:before {
  content: "\e909";
}
.social-twitter:before {
  content: "\e905";
}
.social-twitter2:before {
  content: "\e90c";
}
.social-twitter2-boxed:before {
  content: "\e90d";
}
.social-instagram:before {
  content: "\e904";
}
.social-instagram2:before {
  content: "\e90e";
}
.social-google:before {
  content: "\e903";
}
.social-google-plus:before {
  content: "\e902";
}
.social-google-plus-boxed:before {
  content: "\e90a";
}
.social-google2:before {
  content: "\e90f";
}
.social-google-plus2:before {
  content: "\e910";
}
.social-google-plus2-boxed:before {
  content: "\e911";
}
.social-youtube2:before {
  content: "\e912";
}
.social-youtube3:before {
  content: "\e913";
}
.social-youtube3-boxed:before {
  content: "\e914";
}
.social-youtube:before {
  content: "\e901";
}
.social-linkedin:before {
  content: "\e900";
}
.social-linkedin-boxed:before {
  content: "\e90b";
}
.social-linkedin2:before {
  content: "\e915";
}
.social-linkedin2-boxed:before {
  content: "\e916";
}
.social-pinterest:before {
  content: "\e917";
}
.social-pinterest2-boxed:before {
  content: "\e918";
}
/* --------------------------------------------------- 
 TEMPLATE.CSS contains the default styles for websites
 built in the edit system.
 --------------------------------------------------- */
/* Colors */
/* Spacing */
/* Phone link */
/* Header */
/* Navigation */
/* Rotator */
/* Intro */
/* Text */
/* Headings */
/* Links */
/* Content */
/* Footer */
/* Main body */
html, body {
  font-family: adelle-sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1e1e1e;
  letter-spacing: 0px;
  background-color: #f9f9f9;
  scroll-behavior: smooth;
}
html.mobile-active {
  overflow: hidden;
}
strong, b {
  font-weight: 700;
}
.wf-loading {
  visibility: hidden;
}
.wf-active {
  visibility: visible;
}
.backgroundimage-image {
  background-color: transparent !important;
}
.background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Default links */
a {
  color: #b3b3b3;
}
/* Links with no colour */
a .silent, a.silent {
  color: #1e1e1e;
}
a:hover {
  text-decoration: none;
  color: #ce8e00;
}
/* Button link */
.readmore, .buynow, .backlink {
  display: inline-block;
}
/* Read more link */
/* Buy now link */
/* Back link */
/* Default headers */
h1, h2, h3 {
  font-family: adelle, serif;
  font-weight: 700;
  letter-spacing: 0px;
  margin: 0px 0px 0px 0px;
}
h3 {
  color: #ce8e00;
}
article h1, h4, h5, h6 {
  font-family: adelle, serif;
  font-weight: 700;
  letter-spacing: 0px;
  margin: 0px 0px 0px 0px;
}
h1 {
  font-size: 50px;
  line-height: 1.2em;
  margin: 5px 0 45px 0;
  padding: 0;
}
h2 {
  font-size: 36px;
  line-height: 1.2em;
  margin: 5px 0 45px 0;
  padding: 0;
  font-family: adelle-sans, sans-serif;
}
h3 {
  font-size: 28px;
  line-height: 1.2em;
  padding: 20px 0 30px 0;
}
h4, article h1 {
  font-size: 18px;
  line-height: 1.2em;
  padding: 10px 0 10px 0;
}
h5 {
  font-size: 18px;
  line-height: 1.2em;
  padding: 10px 0 10px 0;
}
h6 {
  font-size: 18px;
  line-height: 1.2em;
  padding: 10px 0 10px 0;
}
.large {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
  font-family: adelle, serif;
}
.h2-style {
  font-family: adelle-sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
}
.h3-style {
  font-family: adelle, serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
  color: #ce8e00;
  margin: 10px 0 25px 0;
}
.black {
  color: #000000;
}
.align-right {
  text-align: right;
  max-width: 100%;
}
/* Backgrounds */
.background.light {
  background-color: #f9f9f9;
}
.background.dark {
  color: #ffffff;
  background-color: #353535;
}
.background.dark .large {
  color: #7f8080;
}
.background.dark a, .background.dark .silent {
  color: #7f8080;
}
.background.dark a:hover {
  color: #ffffff;
}
.background.image {
  color: #ffffff;
}
.background.parallax {
  color: #ffffff;
}
/* Borders */
.border, .divider, hr {
  border: solid #f5f6f7 0px;
}
/* Text colours */
.colour.light {
  color: #8c999b;
}
.colour.green {
  color: #5ea90d;
}
.colour.grey {
  color: #8c999b;
}
.colour.gold {
  color: #ce8e00;
}
.error, .checkout-error, .colour.red {
  color: #b60d04;
}
/* list element */
ul {
  margin-top: 6px;
  margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
ul > li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 30px;
  position: relative;
}
ul > li:before {
  content: '●';
  position: absolute;
  font-size: 14px;
  left: 5px;
  top: 2px;
  display: inline-block;
  vertical-align: middle;
}
ol {
  counter-reset: item;
  list-style-type: none;
  margin-top: 6px;
  margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0px;
}
ol > li {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 30px;
  position: relative;
}
ol > li:before {
  counter-increment: item;
  content: counter(item) '. ';
  position: absolute;
  left: 5px;
  top: 0px;
  display: inline-block;
  vertical-align: middle;
}
.multicolumn-ul {
  column-count: 4;
}
.multicolumn-ul > li {
  padding-left: 0;
}
.multicolumn-ul > li:before {
  display: none;
}
#none {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
}
/* Standard page elements for laying out the main content of a website. */
#container1 {
  position: relative;
  overflow-x: hidden;
}
#container-header, #container-navigation, #container-flash, #container-intro, #container-bread, .container-title, .container-main, .container-main-title, .container-main-top, .container-main-bottom, #container-footer, #container-base {
  background-color: #f9f9f9;
}
.wrap {
  width: 100%;
  max-width: 1466px;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#container-bread .wrap, #container-flash.backgroundimage-container .backgroundimage-content, body:not(.home-page) main .content-container:not(#full-bottom-container) .wrap {
  max-width: 1270px;
}
body:not(.news-items-page) #container-bread {
  display: none;
}
/* Mobile quick call */
#mobile-link {
  display: none;
}
#mobile-link a {
  display: inline-block;
  color: #1e1e1e;
  font-family: adelle-sans, sans-serif;
  font-size: 22px;
  font-weight: 800;
  height: 140px;
  line-height: 140px;
  z-index: 700;
}
#mobile-link a .material-icons {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}
/* Header */
#container-header {
  background-color: transparent;
}
#container-header .wrap {
  /*padding:0 $layout-wrap-spacing;*/
  max-width: 1820px;
}
#header {
  height: 140px;
  color: #1e1e1e;
}
#container-header.random-image #header {
  background-color: transparent;
}
#header #logo {
  float: left;
  height: 140px;
  width: 100%;
  line-height: 104px;
  display: inline-block;
  padding: 32px 60px 25px 40px;
  background-color: #1e1e1e;
  max-width: 350px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.3s ease;
}
#header #logo img {
  vertical-align: middle;
  transition: 0.3s ease !important;
}
@media screen and (min-width: 1000px) {
  #header.uk-sticky-below #navigation {
    top: 0;
  }
  #header.uk-sticky-below #logo {
    height: 90px;
    line-height: 90px;
    padding-top: 16px;
  }
  #header.uk-sticky-below #logo img {
    transform: scale(0.6) translateY(-50px);
  }
  #header #logo a {
    transition: 0s ease !important;
  }
}
#navigation {
  float: right;
  height: 90px;
  color: #ffffff;
  font-family: adelle-sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 90px;
  color: #ffffff;
  background-color: #ce8e00;
  top: 50px;
  position: relative;
  transition: 0.3s ease;
}
#navigation:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background-color: #ce8e00;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.11);
}
#navigation .button {
  padding: 16px 40px;
}
#mobile-navigation {
  height: 140px;
  line-height: 90px;
  color: #ffffff;
  display: none;
}
#navigation ul {
  margin: 0 0 0 0;
  padding: 0 0 0 10px;
  float: left;
}
#navigation ul li {
  float: left;
  display: inline-block;
  line-height: 90px;
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  background: none;
  position: relative;
  z-index: 900;
}
#navigation ul li:before {
  display: none;
}
#navigation ul li.mobile-item {
  display: none;
}
#navigation li > a, #mobile-navigation a {
  float: left;
  display: inline-block;
  height: 90px;
  line-height: 90px;
  color: #ffffff;
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 20;
}
#navigation li > a strong, #navigation li > a b {
  display: block;
  height: 90px;
  line-height: 90px;
  font-weight: 300;
}
#navigation > ul > li > a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  display: block;
  height: 0px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#navigation .material-icons {
  line-height: 90px;
}
#navigation li > a:hover, #navigation li > .over, #navigation li > .on {
  color: #ffffff;
  z-index: 894;
}
#navigation li > a:hover strong, #navigation li > .over strong, #navigation li > .on strong, #navigation li > a:hover b, #navigation li > .over b, #navigation li > .on b {
  cursor: pointer;
}
#navigation > ul > li:hover:after {
  opacity: 0.25;
  background-image: url('../edit/images/arrow.png');
  background-repeat: repeat space;
  background-size: 10px 11px;
  z-index: 10;
  width: 180px;
  height: 100%;
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  right: 0;
  -webkit-transform: translate(-50%) rotate(90deg);
  -moz-transform: translate(-50%) rotate(90deg);
  -ms-transform: translate(-50%) rotate(90deg);
  -o-transform: translate(-50%) rotate(90deg);
  transform: translate(-50%) rotate(90deg);
}
#navigation > ul > li.drop > a:hover:after {
  height: 0px;
}
/* Navigation divider */
#navigation .nav-div {
  display: inline-block;
  float: left;
  width: 5px;
  color: #f9f9f9;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  line-height: 140px;
  height: 140px;
  padding: 0 0 0 0;
  margin: 0 auto;
  border: none;
}
#navigation > ul ul {
  display: none;
}
/* Get Started button on side of nav */
.button-wrapper {
  display: inline-block;
  vertical-align: top;
  max-height: 90px;
  line-height: 90px;
  padding: 0 0 0 16px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.button-wrapper.left {
  padding-left: 20px;
}
.button-wrapper a {
  color: #ffffff;
  height: auto;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.button-wrapper a:hover {
  background-color: #ffffff;
  color: #353535;
}
/* Sub navigation */
#navigation .sub-nav {
  position: absolute;
  top: 90px;
  left: 0px;
  display: none;
  color: #1e1e1e;
  font-weight: normal;
  text-transform: none;
  line-height: 14px;
  padding: 10px 0;
  background-color: #f5f6f7;
  z-index: 897;
}
/* Align last dropdown to the right */
#navigation > ul > li:last-child .sub-nav {
  left: auto;
  right: 0px;
}
#navigation .sub-nav li {
  width: 220px;
  height: auto;
  line-height: 14px;
}
#navigation .sub-nav li > a {
  float: left;
  display: inline-block;
  width: 220px;
  height: auto;
  line-height: 14px;
  border: none;
  border-radius: 0px;
  font-size: 16px;
  color: #1e1e1e;
  background: none;
  padding: 12px 20px;
  text-transform: none;
  background-color: #f5f6f7;
  border-bottom: solid #f5f6f7 1px;
  margin: 0 0 0 0;
  z-index: 898;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#navigation .sub-nav li > a:hover, #navigation .sub-nav li > a.over:hover {
  color: #ffffff;
  border-radius: 0px;
  background-color: #ce8e00;
  border-bottom: solid #ce8e00 1px;
}
#navigation .sub-nav li:last-child > a {
  border-bottom: none;
}
#navigation ul li > .sub-nav .sub-nav {
  position: absolute;
  top: 0px;
  left: 220px;
}
/* Second navigation if central logo */
.nav-right #navigation, .nav-right #navigation ul li, .nav-right #navigation a, .nav-right #navigation .nav-div {
  float: right;
}
/* Mobile menu button */
#mobile-menu {
  float: right;
  display: none;
  height: 110px;
}
#mobile-menu a {
  display: inline-block;
  color: #1e1e1e;
  line-height: 140px;
  padding: 0 10px;
  font-size: 24px;
}
#mobile-menu a [class^="icon-"], #mobile-menu a [class*=" icon-"], #mobile-menu a .material-icons {
  display: inline-block;
  font-size: 33px;
  vertical-align: middle;
}
#nav-icon4 {
  width: 40px;
  height: 25px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  top: 55px;
}
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  left: -2px;
}
#nav-icon4 span:nth-child(2) {
  top: 11px;
  left: 2px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4 span:nth-child(3) {
  top: 22px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  left: -2px;
}
#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -7px;
  left: 6px;
}
#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 6px;
}
#container-flash {
  position: relative;
  overflow: hidden;
}
/* Members bars */
.auth-details {
  height: auto;
  line-height: 1.5em;
  text-align: right;
  color: #ffffff;
  background-color: #353535;
  padding: 5px 0;
}
.auth-details .wrap {
  padding: 10px 0;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.auth-details a {
  color: #ffffff;
}
.auth-details a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.auth-details img {
  vertical-align: middle;
  margin-bottom: 1px;
}
/* Site messages */
#site-messages {
  display: none;
}
.message, #site-messages .error-message, #site-messages .alert-message, #site-messages .success-message {
  line-height: 18px;
  font-size: larger;
  padding: 15px 25px;
}
#site-messages a {
  color: #ffffff;
}
#site-messages a:hover {
  text-decoration: underline;
}
#site-messages .close-msg {
  float: right;
}
#site-messages .error-message {
  color: #ffffff;
  background-color: #b60d04;
}
#site-messages .alert-message {
  color: #ffffff;
  background-color: #999999;
}
#site-messages .success-message {
  color: #ffffff;
  background-color: #5ea90d;
}
#site-messages .error-message .wrap, #site-messages .alert-message .wrap, #site-messages .success-message .wrap {
  text-align: center;
}
/* Notifications */
.notifications {
  color: #ffffff;
  background-color: #353535;
  position: relative;
}
.notifications + .notifications {
  background-color: #2d2d2d;
}
.notifications.closed {
  display: none;
}
.notifications .close {
  position: absolute;
  top: 3px;
  right: 12px;
  font-size: 24px;
  padding: 10px 10px;
}
.notifications .wrap {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 20px;
  padding-bottom: 20px;
}
.notifications.center-text .wrap {
  text-align: center;
}
.notifications.full-width .wrap {
  max-width: none;
}
.notifications .wrap > * {
  width: 100%;
}
.notifications .wrap > *.image {
  width: 30%;
}
.notifications .wrap > * + * {
  margin-left: 3em;
}
.notifications h1, .notifications h2, .notifications h3, .notifications h4, .notifications h5, .notifications h6 {
  padding-top: 0;
}
@media screen and (max-width: 1000px) {
  .hide-at-1000 {
    display: none;
  }
  .notifications .wrap > *.image {
    width: 40%;
  }
  .notifications .wrap > * + * {
    margin-left: 2em;
  }
}
@media screen and (max-width: 650px) {
  .hide-at-650 {
    display: none;
  }
  .notifications .wrap {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .notifications .wrap > * {
    width: 100%;
    display: block;
  }
  .notifications .wrap > *.image {
    width: 50%;
  }
  .notifications .wrap > * + * {
    margin-top: 2em;
    margin-left: 0em;
  }
}
@media screen and (max-width: 480px) {
  .hide-at-480 {
    display: none;
  }
  .notifications .wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .notifications .close {
    top: 4px;
    right: 10px;
  }
}
/* Random images */
#container-flash.random-image {
  color: #ffffff;
  text-align: center;
  padding: 120px 0;
  min-height: 80px;
}
#container-flash.random-image a {
  color: #ffffff;
}
#container-flash.backgroundimage-container .backgroundimage-image::after {
  content: "";
  background: #000000 0% 0% no-repeat padding-box;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#container-flash.backgroundimage-container .backgroundimage-content {
  text-align: left;
  padding: 380px 50px 180px;
}
#container-flash.backgroundimage-container .backgroundimage-content h1, #container-flash.backgroundimage-container .backgroundimage-content .h1 {
  color: #ffffff;
  font-family: adelle, serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
  text-transform: none;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  padding: 0 0 0 0;
  position: relative;
}
#container-flash.backgroundimage-container .backgroundimage-content h1:before, #container-flash.backgroundimage-container .backgroundimage-content .h1:before {
  content: '';
  display: inline-block;
  background-image: url(../images/right_arrow.png);
  width: 40px;
  height: 43px;
  margin-right: 30px;
  position: absolute;
  left: -81px;
  top: 10px;
}
#container-flash.backgroundimage-container .backgroundimage-content p {
  color: #ffffff;
  font-family: adelle-sans, sans-serif;
  font-size: 130%;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.3px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  max-width: 600px;
  margin-top: 30px;
}
/* Video rotator */
.video-rotator {
  width: 100%;
  height: 100vh;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  background-color: #1b1b1b;
}
.video-rotator > .wrap {
  text-align: center;
  max-width: none;
  opacity: 1;
  -webkit-transition: opacity 2s ease 1s;
  -moz-transition: opacity 2s ease 1s;
  transition: opacity 2s ease 1s;
  overflow: hidden;
  z-index: 500;
  padding: 0;
}
.video-rotator ul > li::before {
  display: none;
}
.video-rotator .uk-slideshow {
  height: 100%;
}
.video-rotator .uk-slideshow-items {
  min-height: 100% !important;
}
.uk-slideshow-items .sliderimg {
  padding: 0;
}
.uk-slideshow-items .sliderimg img {
  width: 100%;
  height: 100%;
}
.video-rotator.loaded .wrap {
  opacity: 1;
}
.video-rotator .uk-position-medium {
  margin-top: 10px;
}
.video-rotator h1, .video-rotator h2 {
  color: #ffffff;
  font-size: calc(40px + 6vw);
  line-height: 1.1;
  text-align: center;
  padding: 0 0 6px 0;
}
.video-rotator h3 {
  max-width: 1200px;
  color: #fff;
  font-size: calc(2px + 2vw);
  font-weight: 300;
  font-style: italic;
  line-height: 1.2;
  text-align: center;
  padding: 0 0 0 0;
}
.video-rotator .uk-transition-active > * {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
.video-rotator .uk-transition-active.uk-transition > * {
  opacity: 0;
}
.video-rotator video {
  background-color: #000000;
  background-size: cover;
}
/* Rotating images */
.sliderimg .wrap {
  max-width: 1580px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20%;
  width: 100%;
}
.sliderimg .slidertext, .text-caption {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
  z-index: 9;
  display: block;
  height: 100%;
  width: auto;
  float: right;
  position: relative;
  transform: translateX(-50%);
  transition: 0.5s ease;
}
.loaded .sliderimg .slidertext, .loaded .text-caption {
  transform: translateX(0);
}
.sliderimg .slidertext h2, .text-caption h2 {
  color: #ffffff;
  font-family: adelle-sans, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.3em;
  padding: 0 0 30px 0;
  /*text-shadow:0px 0px 20px rgba(0,0,0,0.2);*/
  font-style: italic;
  position: relative;
  text-align: left;
}
.text-caption h2 > span:before {
  content: '';
  display: inline-block;
  background-image: url('../images/right_arrow.png');
  width: 40px;
  height: 43px;
  margin-right: 30px;
  position: relative;
  top: 6px;
}
.sliderimg .slidertext h3, .text-caption h3 {
  color: #ffffff;
  font-family: adelle-sans, sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 0;
  /*line-height:$rotator-subheading-size;*/
  padding: 0 0 0 0;
  /*text-shadow:0px 0px 20px rgba(0,0,0,0.2);*/
}
.text-caption .button {
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  padding: 20px 60px;
  float: left;
  border-radius: 50px;
}
.text-caption:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 43%;
  background-image: url(../images/left_arrow.svg);
  background-repeat: no-repeat;
  width: 635px;
  height: 700px;
  z-index: -1;
  transition: 2s ease;
  opacity: 0;
}
.wf-active.loaded .text-caption:after {
  left: -43%;
  opacity: 1;
}
#container-header {
  opacity: 0;
  transition: 0.3s ease;
}
.wf-active.loaded #container-header {
  opacity: 1;
}
/* Breadcrump area */
/* breadcrumb */
#breadcrumb {
  font-size: 12px;
  line-height: 1.5em;
  padding: 16px 0 4px 0;
}
/* Main title area */
.container-main-title .content {
  line-height: 1.5em;
  padding: 80px 0;
  padding-bottom: 0px;
}
/* Main title area spacing */
.container-main-title + .container-main-title .content {
  padding-top: 0px;
}
.container-main-top + .container-main-title .content {
  padding-top: 0px;
}
.container-main + .container-main-title .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-title .content {
  padding-top: 0px;
}
/* Main top area */
.container-main-top .content {
  line-height: 1.5em;
  padding: 80px 0;
}
/* Main top area spacing */
.container-main-title + .container-main-top .content {
  padding-top: 0px;
}
.container-main-top + .container-main-top .content {
  padding-top: 0px;
}
.container-main + .container-main-top .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-top .content {
  padding-top: 0px;
}
/* Main content area with layouts */
.container-main {
  position: relative;
}
.full-no-gap-page .container-main .wrap, .full-page .container-main .wrap {
  max-width: none !important;
  padding: 0;
}
.full-no-gap-page .container-main .content, .full-page .container-main .content {
  padding-bottom: 0;
}
.full-no-gap-page .content {
  padding-top: 50px;
}
.large-image {
  max-width: 50%;
  width: 100%;
  height: 80vh;
  display: flex;
  align-items: center;
  position: relative;
}
.large-image a {
  height: calc(80vh - 100px);
  width: 100%;
}
.large-image .uk-cover-container {
  height: calc(80vh - 100px);
  width: 100%;
}
.large-image.left-image {
  float: left;
  overflow: hidden;
}
.large-image.left-image img {
  width: 100%;
  object-fit: cover;
}
.large-image.right-image {
  float: right;
  overflow: hidden;
}
.large-image.right-image img {
  width: 100%;
  object-fit: cover;
}
.large-image {
  margin-top: -50px;
}
.large-image.video:hover:after {
  color: #ce8e00;
}
.large-image.video:before {
  content: '';
  width: 5vw;
  height: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  border-radius: 50%;
  transition: 0.3s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
.large-image.video:after {
  content: '\f04b';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  left: 50.5%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 800;
  font-size: calc(2vw + 8px);
  pointer-events: none;
  transition: 0.3s ease;
  border-radius: 50%;
  width: 5vw;
  height: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  color: #ffffff;
}
.box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80vh;
  width: 50%;
  padding: 25px 90px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.box:not(:first-of-type) {
  margin-top: -50px;
}
.box:after {
  content: '';
  height: 80vh;
  position: absolute;
  width: 100%;
}
.box.dark {
  background-color: #1e1e1e;
  color: #ffffff;
}
.box.dark:after {
  background-color: #1e1e1e;
}
.box.orange {
  background-color: #ce8e00;
}
.box.orange:after {
  background-color: #ce8e00;
}
.box.orange h3 {
  color: #000000;
}
.box.light {
  background-color: #ffffff;
}
.box.light:after {
  background-color: #ffffff;
}
.right-box {
  float: right;
  padding-right: 15%;
}
.right-box:after {
  left: 100%;
}
.left-box {
  float: left;
  text-align: right;
  padding-left: 15%;
}
.left-box:after {
  right: 100%;
}
.align-left {
  text-align: left;
}
.spacing-bottom {
  margin-bottom: 50px;
}
.gradient-dark {
  background: #353535;
  background: linear-gradient(0deg, #353535 0%, #353535 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
.light h3 {
  color: #000000;
}
.content {
  line-height: 1.5em;
  padding: 80px 0;
}
.content h1 {
  color: #ce8e00;
}
.content article h1 {
  color: inherit;
}
.content p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  margin-bottom: 10px !important;
}
.content .main-box {
  padding: 8px 10px;
  background-color: #efefef;
}
.content .main-box p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  font-style: italic;
}
.content .underline {
  position: relative;
  display: table;
  color: #7f8080;
  margin-bottom: 43px;
  margin-left: auto;
  margin-right: auto;
}
.content .underline:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  border-bottom: 3px solid #7f8080;
  margin: 0 auto;
  padding-bottom: 25px;
  transition: 0.3s ease 0.3s;
}
.content .underline[class*="uk-animation"]:after {
  width: 60px;
}
.content .underline.right {
  margin-left: 0;
  margin-right: 0;
}
.content .underline.right:after {
  left: auto;
  border-bottom: 3px solid #1e1e1e;
}
.content .underline.dark.left {
  margin-left: 0;
  margin-right: 0;
}
.content .underline.left:after {
  right: auto;
  border-bottom: 3px solid #1e1e1e;
}
.content .underline.dark {
  color: #1e1e1e;
}
.content .underline.dark:after {
  color: #1e1e1e;
}
.content span.center {
  display: block;
}
.underline-full {
  border-bottom: 1px solid #1e1e1e;
  width: 100%;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}
h3 + .underline-full {
  margin-top: -15px;
}
.dark .underline-full {
  border-color: #ffffff;
}
/* Layout defines main content widths */
/* Layout widths */
.layout.full {
  width: 100%;
}
.layout.half {
  float: left;
  width: 48%;
}
.layout.main {
  float: left;
  width: 74%;
}
.layout.side {
  float: left;
  width: 22%;
}
.layout.middle {
  float: left;
  width: 48%;
}
.layout.third {
  float: left;
  width: 30%;
}
.layout.gap {
  margin-left: 4%;
}
.layout.third.gap {
  margin-left: 5%;
}
/* Layout side content */
.layout.side .img-left {
  float: left;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side .img-right {
  clear: right;
  float: right;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side p {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.5em;
  margin-bottom: 1px;
}
.layout.side .side-holder {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.5em;
  margin-bottom: 1px;
}
.layout.side .side-holder p {
  padding: 0 0 10px 0;
}
.layout.side .form-item {
  width: 100%;
}
.layout.side h6 {
  margin-top: 10px;
}
.side-nav {
  padding: 3px 0;
  margin: 0 0 0 0;
}
.side-nav li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  background: none;
  position: relative;
  z-index: 700;
}
.side-nav li a {
  padding: 4px 10px;
}
.news-details-description a:not(.button), li a, table a, p a {
  color: #ce8e00;
}
.news-details-description a:hover, li a:hover, table a:hover, p a:hover {
  color: #b3b3b3;
}
/* Main areas spacing */
.container-main-title + .container-main .content {
  padding-top: 0px;
}
.container-main-top + .container-main .content {
  padding-top: 0px;
}
.container-main + .container-main .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main .content {
  padding-top: 0px;
}
/* Main bottom area */
.container-main-bottom .content {
  line-height: 1.5em;
  padding: 80px 0;
}
/* Main bottom areas spacing */
.container-main-top + .container-main-bottom .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-bottom .content {
  padding-top: 0px;
}
/* Backgrounds */
.container-main-title.background .content, .container-main-top.background .content, .container-main.background .content, .container-main-bottom.background .content {
  padding-top: 80px;
  padding-bottom: 80px;
}
.container-main-title.backgroundimage-container .content, .container-main-top.backgroundimage-container .content, .container-main.backgroundimage-container .content, .container-main-bottom.backgroundimage-container .content {
  padding-top: 80px;
  padding-bottom: 80px;
}
/* Overwrite padding for areas adjacent to backgrounds */
.container-main-title + .container-main-title.background .content, .container-main-title + .container-main-top.background .content, .container-main-title + .container-main.background .content, .container-main-title + .container-main-bottom.background .content, .container-main-top + .container-main-title.background .content, .container-main-top + .container-main-top.background .content, .container-main-top + .container-main.background .content, .container-main-top + .container-main-bottom.background .content, .container-main + .container-main-title.background .content, .container-main + .container-main-top.background .content, .container-main + .container-main.background .content, .container-main + .container-main-bottom.background .content, .container-main-bottom + .container-main-title.background .content, .container-main-bottom + .container-main-top.background .content, .container-main-bottom + .container-main.background .content, .container-main-bottom + .container-main-bottom.background .content {
  padding-top: 80px;
}
/* Overwrite padding for areas adjacent to backgrounds */
.container-main-title + .container-main-title.backgroundimage-container .content, .container-main-title + .container-main-top.backgroundimage-container .content, .container-main-title + .container-main.backgroundimage-container .content, .container-main-title + .container-main-bottom.backgroundimage-container .content, .container-main-top + .container-main-title.backgroundimage-container .content, .container-main-top + .container-main-top.backgroundimage-container .content, .container-main-top + .container-main.backgroundimage-container .content, .container-main-top + .container-main-bottom.backgroundimage-container .content, .container-main + .container-main-title.backgroundimage-container .content, .container-main + .container-main-top.backgroundimage-container .content, .container-main + .container-main.backgroundimage-container .content, .container-main + .container-main-bottom.backgroundimage-container .content, .container-main-bottom + .container-main-title.backgroundimage-container .content, .container-main-bottom + .container-main-top.backgroundimage-container .content, .container-main-bottom + .container-main.backgroundimage-container .content, .container-main-bottomr + .container-main-bottom.backgroundimage-container .content {
  padding-top: 80px;
}
.lazy-video {
  display: none;
  opacity: 0;
  object-fit: cover;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: opacity 0.8s ease 0.4s;
  -moz-transition: opacity 0.8s ease 0.4s;
  transition: opacity 0.8s ease 0.4s;
}
.lazy-video.loaded {
  opacity: 1;
}
.start-lazy-video {
  position: absolute;
  width: 0px;
  left: 50%;
  bottom: 10%;
  color: #8b863d;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-left: 0px;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 2.2s;
  -moz-transition: opacity 0.8s ease 2.2s;
  transition: opacity 0.8s ease 2.2s;
  z-index: 500;
}
.start-lazy-video .fas {
  margin-right: 5px;
}
.video-playing .start-lazy-video {
  width: 200px;
  margin-left: -100px;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 500;
}
.mobile-placeholder .start-lazy-video {
  width: 200px;
  margin-left: -100px;
  opacity: 1;
  z-index: 501;
}
.play-lazy-video, .pause-lazy-video {
  position: absolute;
  left: 50%;
  bottom: 10%;
  width: 44px;
  margin-left: -22px;
  color: #8b863d;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.8s ease 2.2s;
  -moz-transition: opacity 0.8s ease 2.2s;
  transition: opacity 0.8s ease 2.2s;
  cursor: pointer;
  opacity: 0;
  z-index: 500;
}
.mobile-placeholder .play-lazy-video, .mobile-placeholder .pause-lazy-video {
  width: 0px;
}
.play-lazy-video:hover, .pause-lazy-video:hover {
  color: #ffffff;
}
.play-lazy-video .fas, .pause-lazy-video .fas {
  font-size: 17px;
}
.video-controlled .play-lazy-video, .video-controlled .pause-lazy-video {
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.video-playing .play-lazy-video, .video-paused .pause-lazy-video {
  opacity: 0;
}
.video-paused .play-lazy-video, .video-playing .pause-lazy-video {
  opacity: 1;
  z-index: 501;
}
.scrolled .video-paused .play-lazy-video, .scrolled .video-playing .pause-lazy-video {
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
}
/* Image boxes */
.imageboxes.textunder .module-image {
  position: relative;
}
.imageboxes.textunder .module-image:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 5px;
  background-color: #ce8e00;
}
.imageboxes.textunder .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #ce8e00;
  mix-blend-mode: hard-light;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}
.imageboxes.textunder .imagebox-item:hover .module-image:after {
  opacity: 0.7;
}
.imageboxes.textunder .module-image .view {
  display: none;
}
.imageboxes.textunder .imagebox-item:hover .module-image img {
  opacity: 1;
}
.imageboxes.textunder .module-text {
  color: #1e1e1e;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.imageboxes.textunder .module-text h2 {
  font-family: adelle-sans, sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #1e1e1e;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
  margin: 0;
}
.imageboxes.textunder .imagebox-item:hover .module-text {
  color: #ce8e00;
}
.imageboxes.textunder .imagebox-item:hover .module-text h2 {
  color: #ce8e00;
}
.imageboxes.pricebox .module-text h3 {
  font-family: adelle-sans, sans-serif;
  font-weight: 300;
}
/* Services */
.services.textunder .module-image {
  position: relative;
}
.services.textunder .module-image .view {
  display: none;
}
.services.textunder .service-item:hover .module-image img {
  opacity: 1;
}
.services.textunder .module-text {
  color: #1e1e1e;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.services.textunder .module-text h1 {
  font-family: adelle-sans, sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #1e1e1e;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
/* Staff */
.staff.textunder .module-image {
  position: relative;
}
.staff.textunder .staff-item:hover .module-image {
  opacity: 1;
}
.staff.textunder .module-text {
  color: #7f8080;
  text-align: left;
  padding: 40px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.staff.textunder .module-text h4 {
  font-family: adelle-sans, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2em;
  color: #ce8e00;
  padding: 0 0 0 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.staff.textunder .staff-item:hover .module-text {
  color: #ce8e00;
}
.staff.textunder .staff-item:hover .module-text h4 {
  color: #ce8e00;
}
.staff .module-text .staff-item-text-position {
  font-weight: 300 !important;
  font-size: 16px;
}
.staff .module-image img {
  background-color: #ffffff;
  filter: grayscale(100%);
  transition: 0.3s;
}
.staff .module-image img:hover {
  filter: grayscale(0);
}
.staff-linkedin {
  font-size: 30px;
  display: inline-block;
  margin-top: 20px;
}
.iaa-no-link .iaa-no {
  transition: 0.3s ease;
  color: #ce8e00;
}
.iaa-no-link .iaa-no:hover {
  color: #ffffff !important;
}
.iaa-no-link img {
  max-width: 100px;
  margin-right: 20px;
}
/* Photo gallery */
.gallery.textunder .module-image {
  position: relative;
}
.gallery.textunder .module-text {
  color: #1e1e1e;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.gallery.textunder .module-text h4 {
  font-family: adelle-sans, sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #1e1e1e;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.gallery.textunder .gallery-item:hover .module-text {
  color: #ce8e00;
}
.gallery.textunder .gallery-item:hover .module-text h4 {
  color: #ce8e00;
}
/* Hisotry */
.home-page .history.hpboxes {
  padding-top: 100px;
}
.home-page .history.grid.three-column .grid-item {
  width: 31%;
  margin-right: 3.5%;
  clear: none;
}
.home-page .history.grid.three-column .grid-item:nth-child(3n+3) {
  margin-right: 0;
}
.history.hpboxes a.history-item {
  padding: 40px;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.history .module-text h4 {
  font-family: adelle-sans, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2em;
  color: #1e1e1e;
  padding: 0 0 20px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.history .module-image {
  padding-bottom: 20px;
}
.history.hpboxes .module-text p {
  color: #7f8080;
}
.history.hpboxes .module-text .date-author {
  display: block;
  padding: 10px 0 25x 0;
  color: #1e1e1e;
}
.history-details-date {
  font-weight: 700 !important;
}
.history.hpboxes .module-text i {
  color: #ce8e00;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.history.hpboxes a.history-item:hover .module-text i {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.history.hpboxes a.history-item:hover {
  background-color: #ffffff;
}
/* News */
.home-page .news.hpboxes {
  padding-top: 0px;
}
.home-page .news.grid.three-column .grid-item {
  width: 31%;
  margin-right: 3.5%;
  clear: none;
}
.home-page .news.grid.three-column .grid-item:nth-child(3n+3) {
  margin-right: 0;
}
.news.hpboxes a.news-item {
  padding: 40px;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.news .module-text h4 {
  font-family: adelle-sans, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2em;
  color: #1e1e1e;
  padding: 0 0 20px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.news .module-image {
  padding-bottom: 20px;
}
.news.hpboxes .module-text p {
  color: #7f8080;
}
.news.hpboxes .module-text .date-author {
  display: block;
  padding: 10px 0 25x 0;
  color: #1e1e1e;
}
.news-details-date {
  font-weight: 700 !important;
}
.news.hpboxes .module-text i {
  color: #ce8e00;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news.hpboxes a.news-item:hover .module-text i {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.news.hpboxes a.news-item:hover {
  background-color: #ffffff;
}
/* Testimonials */
.testimonials.speechbubble .testimonial-item-image {
  display: none;
  width: 32%;
  margin-bottom: 10px;
}
.testimonials.speechbubble .hasimage .testimonial-item-image {
  display: inline-block;
}
.testimonials.speechbubble .testimonial-item {
  color: #ffffff;
  padding: 20px 25px;
  border-radius: 0px !important;
  border: none;
  background-color: #353535;
  border-bottom: solid #f9f9f9 40px;
  position: relative;
}
.testimonials.speechbubble .testimonial-item:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px !important;
  width: auto !important;
  height: 5px !important;
  background-color: #ce8e00;
  border: none !important;
}
.testimonials.speechbubble .testimonial-item-person {
  color: #1e1e1e;
  margin-top: 18px !important;
}
.testimonials.speechbubble .testimonial-item:after {
  right: 31px;
  border-color: #353535 transparent transparent transparent !important;
}
/* FAQ */
.faqs .collapse-holder {
  margin: 0;
  padding: 30px 0;
}
.faqs li {
  padding: 0;
}
.faqs li:before {
  position: relative;
  left: 0px;
  top: -2px;
  margin-right: 5px;
  display: none;
}
.faqs .faq-item ul li ul {
  margin-left: 30px;
}
.faqs.simplelist .faq-item {
  width: 100%;
}
.faqs .faq-item-question {
  display: inline-block;
  width: 100%;
  padding: 20px 36px 20px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid #1e1e1e;
}
.faqs .faq-item-answer {
  color: #1e1e1e;
}
.faq-item-question.collapser.collapsed {
  position: relative;
}
.faq-item-question.collapser.collapsed:before {
  font-size: 30px;
  content: '\f067';
  position: absolute;
  top: 25px;
  right: 20px;
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-item-question.collapser.uncollapsed {
  border-bottom: 2px solid #1e1e1e;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-item-question.collapser.uncollapsed:before {
  font-size: 30px;
  content: '\f067';
  position: absolute;
  top: 25px;
  right: 20px;
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-item-question:hover.collapser.collapsed:before, .faq-item-question:hover.collapser.uncollapsed:before {
  font-weight: 900;
}
.faqs .faq-item-answer.collapsable {
  padding-top: 25px;
}
.home-page .faqs .faq-item-question {
  color: #1e1e1e;
}
/* Home page */
.home-page #home-top-container {
  padding: 80px 0 0 0;
}
#home-top-container .wrap {
  max-width: 1265px;
}
.home-page #home-top-container h2, .home-page #home-top-container h1 {
  font-size: 50px;
  font-family: adelle, serif;
  color: #1e1e1e;
}
.home-page #home-top-container .content {
  padding: 0;
}
.home-page #home-container {
  position: relative;
  background-color: transparent;
}
.home-page #home-container .backgroundimage-image img {
  top: 0 !important;
}
.home-page .container-main.content-container.background-image.background.backgroundimage-container {
  position: relative;
}
.home-page .container-main.content-container.background-image.background.backgroundimage-container:after {
  content: '';
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  background-image: url('../edit/images/repeating_arrow_yellow.png');
  background-repeat: repeat;
  background-size: 10px 11px;
  z-index: 10;
  width: 100%;
  height: 100px;
}
.home-page .container-main .backgroundimage-image {
  position: absolute;
  top: 100px;
  bottom: 100px;
  left: 0;
  right: 0;
  width: 68%;
  background-color: #ffffff;
}
.home-page #home-container .wrap {
  padding: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 15;
  margin-top: -20px;
}
.home-page #home-container .wrap .content {
  padding: 0;
  max-height: 815px;
}
.home-page #home-container .wrap .layout.full {
  position: relative;
}
.home-page #home-container .wrap .layout.full img.faq-side-img {
  padding: 100px 0;
  position: absolute;
  left: 0;
}
#container-header {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 999;
}
.home-page .faq-container {
  width: 32%;
  display: block;
  background-color: #ce8e00;
  padding: 100px;
  float: right;
  z-index: 999;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 815px;
  padding-bottom: 25px;
}
.home-page .faq-container .h2-style {
  width: 85%;
  text-align: left;
  padding-bottom: 30px;
  color: #1e1e1e;
}
.home-page .faq-container .button {
  color: #ffffff;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-page .faq-container.button:hover {
  background-color: #1e1e1e;
  color: #ffffff;
}
.home-page #home-bottom-container .faq-container .white-bg:hover {
  color: #000000 !important;
}
.home-page #home-bottom-container .content .button.white-bg:hover {
  color: #000 !important;
}
#home-container h1, #home-container h2 {
  color: #ce8e00;
}
.home-page #home-bottom-container {
  position: relative;
}
.home-page #home-bottom-container .wrap {
  display: flex;
  align-items: center;
}
.home-page #home-bottom-container .content {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  padding: 100px 0 150px 0;
  max-width: 60%;
  margin-left: auto;
  margin-right: 0;
  width: 60%;
}
#home-bottom-container .content img, .home-page .content img.left-overlap {
  position: absolute;
  left: 0;
  top: -170px;
  bottom: 0;
  z-index: 10;
  max-width: 650px;
}
.home-page #home-bottom-container .content .underline, .home-page #home-bottom-container .content p {
  float: right;
  text-align: right;
}
.home-page #home-bottom-container .content .large {
  padding: 10px 0 30px 0;
}
.home-page #home-bottom-container .content .button {
  float: right;
}
/* Home page sub  page */
.home-page #home-sub-page-top-container .wrap {
  padding-top: 50px;
}
#home-sub-page-top-container .content {
  padding-bottom: 30px;
}
.full-no-gap-page #full-bottom-container .wrap .content .staff.staff.textunder, .full-page #full-bottom-container .wrap .content .staff.staff.textunder, .home-page #home-sub-page-top-container .wrap .content .staff.staff.textunder {
  padding-top: 80px;
}
.home-page #home-sub-page-bottom-container .wrap {
  padding: 0 0;
  max-width: 100%;
}
#container-map {
  width: 100%;
  padding: 0px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
}
#container-map iframe {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#container-map .map-style {
  position: relative;
  width: 100%;
  padding: 50px;
  background-color: #353535;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#container-map .map-style h3 {
  padding-top: 4px;
}
#container-map .map-style:first-of-type {
  padding-right: 25px;
}
#container-map .map-style:last-of-type {
  padding-left: 25px;
}
#container-map .map-style:before {
  /*position:absolute;
   content:'';
   top:60px;				
   bottom:60px;
   background-color:#ce8e00;
   z-index:999;
   pointer-events:none;
   mix-blend-mode:overlay;*/
}
#container-map .map-style:first-of-type:before {
  /*left:56px;
   right:30px;*/
}
#container-map .map-style:last-of-type:before {
  /*right:56px;
   left:30px;*/
}
#container-map .map-style iframe {
  /*filter:grayscale(1);*/
}
@media screen and (max-width: 1000px) {
  #container-map .map-style h3 {
    font-size: 22px;
    padding-top: 4px;
    padding-bottom: 10px;
  }
}
/* Contact page */
#contact-us-bottom-container .wrap {
  /*max-width:none;*/
}
#contact-us-bottom-container .content {
  /*padding-bottom:0px;*/
}
#contact-us-bottom-container .map-holder {
  /*width:100% !important;*/
}
/* Full page */
#full-bottom-container .imageboxes {
  margin-top: 150px;
}
#mobile-navigation .icons {
  padding-top: 10px;
  display: inline-block;
}
#mobile-navigation .icons a {
  color: #ce8e00;
  padding: 0 !important;
  height: 50px;
  line-height: 50px;
}
.icon-text {
  display: block;
  padding-left: 54px;
  position: relative;
}
.icons a [class^="fa-"], .icons a [class*=" fa-"], .icons > span [class*="fa-"] {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  padding: 10px;
  min-width: 38px;
  text-align: center;
  border: 1px solid #ce8e00;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 10px;
}
.icons > span [class*="fa-"] {
  color: #ce8e00;
}
.icon-text .icons {
  position: absolute;
  top: 5px;
  left: 0px;
}
#employer-accreditation-page .container-main:not(#employers-1-container) {
  margin-bottom: 30px;
}
#employer-accreditation-page .container-main .content {
  padding-top: 0;
}
#employer-accreditation-page .container-main .content .large-image.left-image {
  margin-top: 0;
}
#full-no-gap-container .content {
  padding-top: 0;
}
.employer-page-page .container-main .wrap {
  max-width: none !important;
  padding: 0;
}
.employer-page-page .container-main .content {
  padding-bottom: 0;
}
.employer-page-page .content {
  padding-top: 50px;
}
.employer-page-page .form-item {
  width: 48%;
  clear: none;
  float: left;
}
.employer-page-page .form-item:nth-child(odd) {
  margin-right: 4%;
  clear: both;
}
.employer-page-page .form-item.submit-item {
  clear: both;
}
.employer-page-page .form-item.submit-item .subbut {
  text-align: left;
}
#accredited-employer-work-visa-bottom-container .form-item {
  width: 48%;
  clear: none;
  float: left;
}
#accredited-employer-work-visa-bottom-container .form-item:nth-child(odd) {
  margin-right: 4%;
  clear: both;
}
#accredited-employer-work-visa-bottom-container .form-item.submit-item {
  clear: both;
}
#accredited-employer-work-visa-bottom-container .form-item.submit-item .subbut {
  text-align: left;
}
#accredited-employer-work-visa-bottom-container .content {
  padding-top: 0;
}
#accredited-employer-work-visa-page-bottom-container .content {
  padding: 0px 0px 80px 0px;
}
#accredited-employer-work-visa-container .content {
  padding-top: 0;
}
/* Pre footer */
#container-connect {
  background-color: #ce8e00;
  position: relative;
}
#container-connect .wrap {
  position: relative;
}
#container-connect .wrap:after {
  content: '';
  background-image: url(../edit/images/repeating_arrow.png);
  background-repeat: repeat space;
  background-size: 13px 14px;
  z-index: 10;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(-100% + 80px);
  opacity: 0.2;
  filter: invert(1);
}
#container-connect .content {
  display: flex;
}
#container-connect .connect-text {
  margin-left: 100px;
}
#container-connect .connect-text h3 {
  padding: 0;
  padding-bottom: 10px;
}
#container-connect .content div, #container-connect .content a {
  margin-left: 80px;
}
.privacy-policy-popup {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  color: #f3f3f3;
  padding: 2em 0px 0px 0px;
  background-color: #353535;
  -webkit-transition: all 0.3s ease-in 0.5s;
  -moz-transition: all 0.3s ease-in 0.5s;
  transition: all 0.3s ease-in 0.5s;
  overflow: hidden;
  opacity: 0;
  z-index: 9999;
}
.privacy-policy-popup .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.wf-active.loaded .privacy-policy-popup {
  opacity: 1;
}
.wf-active.loaded .privacy-policy-popup.accepted {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.privacy-policy-popup .wrap > p {
  max-width: 1000px;
  font-size: 17px;
  line-height: 1.5;
  text-align: left;
  padding: 10px 20px 10px 0;
  margin: 0 0 0 0;
}
.privacy-policy-popup .wrap > a {
  color: #ffffff;
  font-weight: 400;
  font-size: 17px;
  padding: 8px 2em;
  background-color: #ce8e00;
  border: none;
  border-radius: 30px;
  transition: 0.3s;
}
.privacy-policy-popup .wrap > a:hover {
  color: #353535;
  background-color: #ffffff;
}
.privacy-policy-popup button {
  cursor: pointer;
}
@media screen and (max-width: 550px) {
  .privacy-policy-popup {
    display: block;
    text-align: left;
    padding: 15px 0 25px;
  }
  .privacy-policy-popup .wrap {
    display: block;
    text-align: left;
  }
  .privacy-policy-popup .wrap > p {
    font-size: 15px;
    padding: 10px 0 10px 0;
    margin-bottom: 10px;
  }
  .privacy-policy-popup .wrap > a {
    font-size: 15px;
    display: inline-block;
  }
}
/* Footer */
#container-footer {
  background: #1e1e1e;
}
#footer {
  color: #7f8080;
  font-size: 16px;
  text-align: left;
  line-height: 1.5em;
  padding: 80px 0 50px;
}
#container-footer.random-image #footer {
  background-color: transparent;
}
#footer a {
  color: #ce8e00;
}
#footer a:hover {
  color: #ffb108;
}
#footer a [class^="fa-"], #footer a [class*=" fa-"] {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #ce8e00;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 10px;
  width: 38px;
}
#footer a:hover [class^="fa-"], #footer a:hover [class*=" fa-"] {
  color: #ffb108;
}
#footer h4 {
  color: #ffffff;
  margin-bottom: 25px;
  padding: 0;
}
#footer p {
  margin-bottom: 0.3125em;
}
#footer .icons {
  padding-top: 10px;
  display: inline-block;
}
#footer .icon-text .icons {
  padding-top: 0px;
}
#footer .footer-left {
  float: left;
  width: 22%;
  text-align: left;
  margin-top: -40px;
  margin-right: 6%;
}
#footer .footer-left img {
  max-width: 254px;
}
#footer .footer-left p {
  padding-top: 12px;
}
#footer .footer-middle, #footer .footer-middle2 {
  float: left;
  width: 20%;
  text-align: left;
  margin-top: 45px;
  margin-right: 4%;
}
#footer .footer-middle2 {
  width: 22%;
}
#footer .footer-middle p + h4 {
  margin-top: 35px;
}
#footer .footer-right {
  float: right;
  width: 22%;
  text-align: left;
  margin-top: 45px;
}
#footer .footer-right a {
  clear: both;
  float: left;
  display: inline-block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* Footer news styles */
#footer .news.footerlist h4 {
  color: #ce8e00;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
#footer .footer-right .news a.news-item {
  margin-bottom: 10px;
}
#footer .footer-right .news .news-item .date-author {
  color: #7f8080;
  padding: 0;
  margin: 0;
}
/* Base */
#container-base {
  background: #1e1e1e;
}
#base {
  color: #7f8080;
  font-size: smaller;
  line-height: 1.5em;
  text-align: left;
  padding: 50px 0 90px;
  font-size: 16px;
  border-top: solid rgba(249, 249, 249, 0.2) 2px;
}
#base a {
  color: #7f8080;
  text-decoration: underline;
}
#base a:hover {
  text-decoration: underline;
}
#base .copyright span {
  padding: 0 5px;
}
#base .powered-by {
  float: left;
}
/* Grid */
.grid.two-column .grid-item {
  margin-bottom: 50px;
}
.grid.four-column .grid-item {
  margin-bottom: 50px;
}
/* Button */
.form-item .subbut input, .button {
  display: inline-block;
  color: #ffffff;
  background-color: #1e1e1e;
  font-weight: 400;
  font-size: 16px;
  padding: 16px 57px;
  border-radius: 30px;
  border: 1px solid #1e1e1e;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-family: adelle-sans, sans-serif;
}
.form-item .subbut input:hover, .button:hover {
  background-color: transparent;
  color: #ffffff;
}
.form-item .subbut input:hover {
  color: #000000;
}
.button.light {
  background-color: #ce8e00;
  border: 1px solid #ce8e00;
}
.button.light:hover {
  background-color: #1e1e1e;
}
.button.dark {
  background-color: #1e1e1e;
}
.button.dark:hover {
  background-color: transparent;
}
/* Symbol */
.symbol-left {
  color: #1e1e1e;
}
.symbol-left:before {
  content: '\f051';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  border: 1px solid #000000;
  padding: 15px 16px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 20px;
  line-height: 1;
  transition: 0.3s ease;
}
.symbol-left:hover:before {
  background-color: #1e1e1e;
  color: #ffffff;
}
/* Arrows left of heading */
.arrows-left {
  position: relative;
  z-index: 1;
}
.arrows-left:before {
  background-image: url('../edit/images/repeating_arrow.png');
  background-repeat: repeat space;
  background-size: 16.2px 17px;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  top: 0;
  left: calc(-126% - 70px);
  opacity: 1;
  transition: 0.3s ease 0.2s;
  z-index: -1;
}
.arrows-left.active:before {
  left: calc(-100% - 70px);
}
/* Form */
.req {
  color: #D60309;
  font-weight: 700;
  font-size: 12px;
}
.form-item {
  clear: both;
  width: 100%;
  max-width: 500px;
  margin-bottom: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-item .label {
  float: left;
  font-weight: 700;
  text-align: left;
  margin: 10px 0 4px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /*padding-right:10px;*/
  font-size: 15px;
}
.form-item .label2 {
  float: left;
  font-weight: bold;
  text-align: left;
  margin: 3px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /*padding-right:10px;*/
}
form .input input, form textarea, .product-details-buy-option-quantity input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
form .input input, form select, form textarea, .image-file, .product-details-buy-option-quantity input, .buy-dropdown {
  /* Custom styles here */
  /*border:none;*/
  background: none;
  height: 50px;
  font-size: 15px;
  padding: 8px 8px 8px 8px;
  background-color: #ffffff;
  border: solid #d1d1d2 1px;
  border-radius: 0px;
  vertical-align: middle;
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
}
form .input input[type=file] {
  height: auto;
  padding: 0 0 0 0;
  border: none;
}
form textarea {
  resize: vertical;
  height: auto;
  padding: 8px 8px 8px 8px;
}
.form-item.recaptcha-item, .form-item.submit-item {
  padding-top: 15px;
}
.form-item .radio > table > tbody > tr, .form-item .radio > table > tbody > tr > td, .form-item .radio > table {
  border: none;
  padding: 0;
}
.form-item .radio > table > tbody > tr + tr table, .form-item .radio > table > tbody > tr + tr td {
  border-top: none;
}
#form-edit6345e6673a7f1, #form-edit6348b27512f1d {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#form-edit6345e6673a7f1 .form-item, #form-edit6348b27512f1d .form-item {
  width: calc(50% - 12px);
  max-width: none;
}
@media screen and (max-width: 480px) {
  #form-edit6345e6673a7f1 .form-item, #form-edit6348b27512f1d .form-item {
    width: 100%;
  }
}
#form-edit6345e6673a7f1 .edit6345e66741b10-item, #form-edit6348b27512f1d .edit6345e66741b10-item, #form-edit6345e6673a7f1 .edit6348b275184e5-item, #form-edit6348b27512f1d .edit6348b275184e5-item, #form-edit6345e6673a7f1 .recaptcha-item, #form-edit6348b27512f1d .recaptcha-item, #form-edit6345e6673a7f1 .submit-item, #form-edit6348b27512f1d .submit-item {
  width: 100%;
}
#form-edit6345e6673a7f1 input[type=file], #form-edit6348b27512f1d input[type=file] {
  background: transparent;
}
#form-edit6345e6673a7f1 .form-item .subbut, #form-edit6348b27512f1d .form-item .subbut {
  text-align: left;
}
/* Custom button */
.buy-product input[type=submit], #checkout_button, #continue_button, #add_button, #cancel_button, #checkout_special, #review-submit-button, #update_button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  color: #ffffff;
  font-family: adelle-sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding: 10px 20px;
  background-color: #1e1e1e;
}
.buy-product input[type=submit]:hover, #checkout_button:hover, #continue_button:hover, #add_button:hover, #cancel_button:hover, #checkout_special:hover, #review-submit-button:hover, #update_button:hover {
  cursor: pointer;
  color: #ce8e00;
  background-color: transparent;
}
.contact-form h4 {
  border-bottom: 1px solid #000000;
}
.table-wrap {
  overflow-x: auto !important;
}
table {
  overflow: auto;
}
table, th, td {
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-spacing: 0 !important;
  border-collapse: collapse !important;
}
/* Form styles */
@media screen and (min-width: 650px) {
  #get-started-container form .form-item {
    max-width: none;
    width: 48%;
    float: left;
    margin-right: 0;
    clear: none;
  }
  #get-started-container form .form-item:nth-child(2n+2) {
    margin-right: 2%;
  }
  #get-started-container form .form-item.edit5eb3bc0d141a1-item {
    float: left;
    clear: both;
  }
  #get-started-container form .form-item.edit5eb3bc0d134c5-item, #get-started-container form .form-item.edit5eb3bc0d134eb-item, #get-started-container form .form-item.edit5eb3bc0d141a1-item, #get-started-container form .form-item.edit5eb3bc0d0e848-item {
    width: 98%;
  }
  #get-started-container form .edit5eb3bc0d0f7e5-item {
    float: right;
    margin: 0;
  }
  #get-started-container form .edit5eb3bc0d1070e-item {
    clear: both;
  }
  .form-item .subbut {
    text-align: right;
  }
}
.pre-staff-container {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.pre-staff-container .left-para {
  width: 70%;
}
.pre-staff-container .button-wrapper {
  width: 30%;
  text-align: center;
}
@media (max-width: 890px) {
  .pre-staff-container .left-para {
    width: 100%;
  }
  .pre-staff-container .button-wrapper {
    width: 100%;
    text-align: center;
  }
}
.news-2-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.uk-modal-body {
  background-color: #353535;
  text-align: left;
}
.uk-modal-body .uk-modal-title {
  color: #FFF;
  text-align: left;
}
.uk-modal-body label, .uk-modal-body p {
  color: #FFF;
}
.uk-modal-body .uk-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #FFF;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.uk-modal-body .uk-modal-close:hover {
  color: #ce8e00;
}
#consent-modal .consent-row {
  border-bottom: 1px solid #FFF;
  padding: 15px 0;
}
#consent-modal .consent-row:last-of-type {
  border-bottom: none;
}
#consent-modal .button {
  cursor: pointer;
}
.uk-switch {
  position: relative;
  display: inline-block;
  height: 22px;
  width: 40px;
}
.uk-switch input {
  display: none;
}
.uk-switch .uk-switch-slider {
  background-color: rgba(255, 255, 255, 0.22);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 500px;
  bottom: 0;
  cursor: pointer;
  transition-property: background-color;
  transition-duration: 0.2s;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.07);
}
.uk-switch .uk-switch-slider:before {
  content: '';
  background-color: #fff;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 2px;
  bottom: 2px;
  border-radius: 50%;
  transition-property: transform, box-shadow;
  transition-duration: 0.2s;
}
.uk-switch input:checked + .uk-switch-slider {
  background-color: #ce8e00;
}
.uk-switch input:checked + .uk-switch-slider:before {
  transform: translateX(18px);
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.service-item-page .form-item .subbut {
  text-align: left;
}
.service-item-page .contact-form {
  margin-bottom: 30px;
}
/* Updated Homepage CSS */
.home-page #container-header {
  position: relative;
  background-color: #1e1e1e;
}
.home-page #container-header > .wrap {
  padding: 0px 0px 20px;
  max-width: unset;
}
.home-page #container-map .map-style {
  background-color: #ffffff;
  text-align: left;
}
.home-page #container-connect {
  display: none;
}
.home-page #home-bottom-container .content img {
  top: unset;
  max-width: 590px;
}
.home-page #home-top-container > .wrap {
  max-width: 1466px !important;
}
.home-page #home-top-container:not(:has(.services)) {
  background-color: #ffffff;
  padding-bottom: 80px;
}
.home-page #home-top-container .slider-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1165px;
  max-width: 1330px;
}
.home-page #home-top-container .uk-slider {
  margin-top: -60px;
}
@media screen and (min-width: 1280px) {
  .home-page #home-top-container .uk-slider {
    margin: 0 -282px;
    margin-top: -60px;
  }
  .home-page #home-top-container .uk-slider .uk-position-relative {
    display: flex;
    justify-content: center;
  }
  .home-page #home-top-container .uk-slider .uk-position-relative::before, .home-page #home-top-container .uk-slider .uk-position-relative::after {
    content: '';
    background-color: #f9f9f9;
    opacity: 0.9;
    width: 290px;
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .home-page #home-top-container .uk-slider .uk-position-relative::after {
    left: unset;
    right: 0;
    width: 300px;
  }
}
@media screen and (min-width: 640px) {
  .home-page #home-top-container .services.uk-slider-items article {
    padding-right: 20px;
  }
}
.home-page #home-top-container .services.uk-slider-items a .module-image img {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
.home-page #home-top-container .services.uk-slider-items a .module-text h2 {
  font-family: adelle-sans, sans-serif;
  font-weight: 600;
  font-size: 22px;
  text-transform: capitalize;
  margin: 0px;
  margin-bottom: 10px;
}
.home-page #home-top-container .services.uk-slider-items a::after {
  content: '\f067';
  color: #ce8e00;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Font Awesome 5 Pro';
}
.home-page #home-top-container .slider-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  order: -1;
}
.home-page #home-top-container .slider-nav-wrapper a {
  position: unset !important;
  width: 40px;
  aspect-ratio: 1;
  border: 1px solid #ce8e00;
  color: #ce8e00;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: unset;
  transition: 0.3s ease-in-out 0s;
}
.home-page #home-top-container .slider-nav-wrapper a:hover {
  transition: 0.1s ease-in-out 0s;
  background-color: #ce8e00;
  color: #ffffff;
}
.home-page .video-rotator .text-caption:after {
  display: none;
}
@media (min-width: 1024px) {
  .home-page #home-top-container:has(.services) {
    padding-bottom: 80px;
  }
}
#container-header {
  position: relative;
  background-color: #1e1e1e;
}
#container-header > .wrap {
  padding: 0px;
  max-width: unset;
}
#container-header > .wrap #header {
  height: unset;
  background-color: #1e1e1e;
  display: flex;
  padding: 10px 20px;
  column-gap: 20px;
  box-sizing: border-box;
}
#container-header > .wrap #header #mobile-link a, #container-header > .wrap #header #mobile-menu a {
  padding: 0px 5px;
}
#container-header > .wrap #header #mobile-menu {
  order: 1;
}
@media (min-width: 540px) {
  #container-header > .wrap #header {
    padding: 10px 50px;
  }
  #container-header > .wrap #header #mobile-link a, #container-header > .wrap #header #mobile-menu a {
    padding: 0px 15px;
  }
}
#container-header > .wrap #header #logo {
  line-height: unset;
  padding: 0px;
  height: unset;
  float: unset;
  width: unset;
  background-color: unset;
  max-width: unset;
  display: flex;
  margin-right: auto;
}
#container-header > .wrap #header #logo a {
  display: flex;
}
#container-header > .wrap #header #logo a img {
  width: auto;
  max-width: 280px;
  aspect-ratio: 3;
  transform-origin: top left;
}
@media (min-width: 640px) {
  #container-header > .wrap #header #logo a img {
    transform: scale(0.8);
  }
}
#container-header > .wrap #header #navigation {
  background-color: unset;
  top: unset;
  float: unset;
}
#container-header > .wrap #header #navigation .button {
  background-color: #ce8e00;
  border-color: #ce8e00;
  padding: 20px 50px;
}
#container-header > .wrap #header #navigation .button:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1e1e1e;
}
#container-header > .wrap #header #navigation::before {
  content: unset;
}
#container-header > .wrap #header #mobile-link {
  margin-right: 0px;
}
#container-header > .wrap #header .clearer {
  display: none;
}
.new-home-grid-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 0px 20px 55px;
  box-sizing: border-box;
  background-color: #1e1e1e;
}
.new-home-grid-container .grid.two-column .grid-item:nth-child(2n+2) {
  margin-right: 4%;
}
.new-home-grid-container .left, .new-home-grid-container .top-right, .new-home-grid-container .bottom-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.new-home-grid-container .left > img, .new-home-grid-container .top-right > img, .new-home-grid-container .bottom-right > img {
  position: absolute;
  z-index: -5;
  inset: 0;
  object-position: center;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.new-home-grid-container .top-right, .new-home-grid-container .bottom-right {
  padding: 40px;
  text-align: left;
  gap: 40px;
  justify-content: flex-end;
}
.new-home-grid-container .top-right *, .new-home-grid-container .bottom-right * {
  color: #ffffff;
}
.new-home-grid-container .top-right::before, .new-home-grid-container .bottom-right::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #1e1e1e;
  opacity: 0.8;
  z-index: -1;
  pointer-events: none;
  transition: 0.3s ease-in-out 0s;
}
.new-home-grid-container .top-right .inner-wrapper, .new-home-grid-container .bottom-right .inner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.new-home-grid-container .top-right h3, .new-home-grid-container .bottom-right h3 {
  padding: 0px;
  font-size: 36px;
}
.new-home-grid-container .top-right .button, .new-home-grid-container .bottom-right .button {
  background-color: unset;
  border: unset;
  display: flex;
  align-items: center;
  padding: 0px;
  gap: 15px;
}
.new-home-grid-container .top-right .button span, .new-home-grid-container .bottom-right .button span {
  width: 40px;
  aspect-ratio: 1;
  border: 1px solid #ffffff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out 0s;
}
.new-home-grid-container .top-right .button:hover span, .new-home-grid-container .bottom-right .button:hover span {
  background-color: #1e1e1e;
  border-color: #1e1e1e;
  transition: 0.1s ease-in-out 0s;
}
.new-home-grid-container .top-right p {
  margin: 0px;
  font-weight: 300;
}
.new-home-grid-container .top-right::before {
  opacity: 0.85;
  background-color: #ce8e00;
  transition: 0.1s ease-in-out 0s;
}
.new-home-grid-container .top-right::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #1e1e1e;
  opacity: 0.5;
  z-index: -1;
  pointer-events: none;
  transition: 0.3s ease-in-out 0s;
  mix-blend-mode: difference;
}
.new-home-grid-container .bottom-right {
  min-width: 0;
}
.new-home-grid-container .bottom-right .news-images {
  display: grid;
  position: absolute;
  inset: 0;
  z-index: -2;
}
.new-home-grid-container .bottom-right .news-images img {
  grid-row-start: 1;
  grid-column-start: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 0;
}
.new-home-grid-container .bottom-right .tiles-slider {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
  width: 100%;
}
.new-home-grid-container .bottom-right .tiles-slider .slider-container {
  overflow: hidden;
}
.new-home-grid-container .bottom-right .tiles-slider .slider-container, .new-home-grid-container .bottom-right .tiles-slider .uk-position-relative {
  width: 100%;
}
.new-home-grid-container .bottom-right .tiles-slider .uk-slider-nav {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.new-home-grid-container .bottom-right .tiles-slider .uk-slider-nav > li {
  display: flex;
  height: 25px;
  width: 3px;
  padding: 0px;
  border-radius: 100px;
  background-color: #ffffff;
  opacity: 0.5;
}
.new-home-grid-container .bottom-right .tiles-slider .uk-slider-nav > li.uk-active {
  background-color: #ce8e00;
  opacity: 1;
}
.new-home-grid-container .bottom-right .tiles-slider .uk-slider-nav > li::before {
  content: unset;
}
.new-home-grid-container .bottom-right .news.hpboxes .news-item {
  padding: 0px;
  padding-right: 20px;
  box-sizing: border-box;
}
.new-home-grid-container .bottom-right .news.hpboxes .news-item .module-text {
  display: block;
  width: 100%;
}
.new-home-grid-container .bottom-right .news.hpboxes .news-item .module-text * {
  color: #ffffff;
}
.new-home-grid-container .bottom-right .news.hpboxes .news-item .module-text h4 {
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s ease-in-out 0s;
  padding-bottom: 0px;
  line-height: 1.5em;
}
.new-home-grid-container .bottom-right .news.hpboxes .news-item .module-text p {
  font-weight: 300;
}
.new-home-grid-container .bottom-right .news.hpboxes .news-item .module-text .date-author {
  margin: 15px 0px 0px;
  padding: 15px 0px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 300;
}
.new-home-grid-container .bottom-right .news.hpboxes .news-item .module-text > i {
  display: none;
}
.new-home-grid-container .bottom-right .news.hpboxes .news-item:hover {
  background-color: transparent;
}
.new-home-grid-container .bottom-right .news.hpboxes .news-item:hover .module-text h4 {
  color: #ce8e00;
  transition: 0.1s ease-in-out 0s;
}
.new-home-grid-container .right {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}
.new-home-grid-container .left {
  min-height: 500px;
}
.new-home-grid-container .left .video-rotator li div > .wrap {
  inset: 0;
  align-items: flex-end;
  display: flex;
  z-index: 1;
  padding: 0px;
}
.new-home-grid-container .left .video-rotator li div > .wrap h2 {
  line-height: 1em;
  font-size: 42px;
  font-style: normal;
  padding-bottom: 0px;
  margin-bottom: 45px;
}
@media (min-width: 640px) {
  .new-home-grid-container .left .video-rotator li div > .wrap h2 {
    font-size: 56px;
  }
}
@media (min-width: 1200px) {
  .new-home-grid-container .left .video-rotator li div > .wrap h2 {
    font-size: 80px;
  }
}
.new-home-grid-container .left .video-rotator li div > .wrap h2 b {
  font-style: italic;
}
.new-home-grid-container .left .video-rotator li div > .wrap h2 span::before {
  content: unset;
}
.new-home-grid-container .left .video-rotator li div > .wrap a {
  height: unset;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .new-home-grid-container .left .video-rotator li div > .wrap a {
    padding: 60px;
  }
}
.new-home-grid-container .left .video-rotator li div > .wrap a h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new-home-grid-container .left .video-rotator li div > .wrap a h3 .arrow-right {
  display: inline-block;
  background-image: url('../images/right_arrow.png');
  width: 40px;
  height: 43px;
  position: relative;
  top: 6px;
}
.new-home-grid-container .left .video-rotator li div > .wrap a h3 .button {
  font-size: 18px;
  padding: 18px 35px;
  font-weight: 300;
}
@media (min-width: 640px) {
  .new-home-grid-container .left .video-rotator li div > .wrap a h3 .button {
    font-size: 20px;
    padding: 20px 40px;
  }
}
.new-home-grid-container .left .video-rotator li div > .wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #1e1e1e;
  opacity: 0.3;
  pointer-events: none;
}
.new-home-grid-container .left .video-rotator, .new-home-grid-container .left video {
  height: 100%;
}
.new-home-grid-container .left video {
  object-fit: cover;
  object-position: center;
}
@media (min-width: 540px) {
  .new-home-grid-container {
    padding: 0px 50px 55px;
  }
}
@media (min-width: 768px) {
  .new-home-grid-container {
    grid-template-columns: 1fr;
  }
  .new-home-grid-container .right .top-right, .new-home-grid-container .right .bottom-right {
    flex: 1;
  }
}
@media (min-width: 1024px) {
  .new-home-grid-container {
    align-items: stretch;
    padding: 0px 50px 75px;
  }
  .new-home-grid-container .right {
    display: grid;
  }
  .new-home-grid-container .right .top-right, .new-home-grid-container .right .bottom-right {
    height: auto;
    padding: 35px 40px;
  }
  .new-home-grid-container .left {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .new-home-grid-container {
    grid-template-columns: 1.33fr 1fr;
  }
}
@media (min-width: 1280px) {
  .new-home-grid-container .right .top-right, .new-home-grid-container .right .bottom-right {
    padding: 55px 60px;
  }
}
#slider-top-container > .wrap {
  max-width: 1466px !important;
}
#slider-top-container:not(:has(.services)) {
  background-color: #ffffff;
  padding-bottom: 80px;
}
#slider-top-container .slider-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1165px;
  max-width: 1330px;
}
#slider-top-container .uk-slider {
  margin-top: -60px;
}
@media screen and (min-width: 1280px) {
  #slider-top-container .uk-slider {
    margin: 0 -282px;
    margin-top: -60px;
  }
  #slider-top-container .uk-slider .uk-position-relative {
    display: flex;
    justify-content: center;
  }
  #slider-top-container .uk-slider .uk-position-relative::before, #slider-top-container .uk-slider .uk-position-relative::after {
    content: '';
    background-color: #f9f9f9;
    opacity: 0.9;
    width: 290px;
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  #slider-top-container .uk-slider .uk-position-relative::after {
    left: unset;
    right: 0;
    width: 300px;
  }
}
@media screen and (min-width: 640px) {
  #slider-top-container .services.uk-slider-items article {
    padding-right: 20px;
  }
}
#slider-top-container .services.uk-slider-items a .module-image img {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
#slider-top-container .services.uk-slider-items a .module-text h2 {
  font-family: adelle-sans, sans-serif;
  font-weight: 600;
  font-size: 22px;
  text-transform: capitalize;
  margin: 0px;
  margin-bottom: 10px;
}
#slider-top-container .services.uk-slider-items a::after {
  content: '\f067';
  color: #ce8e00;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Font Awesome 5 Pro';
}
#slider-top-container .slider-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  order: -1;
}
#slider-top-container .slider-nav-wrapper a {
  position: unset !important;
  width: 40px;
  aspect-ratio: 1;
  border: 1px solid #ce8e00;
  color: #ce8e00;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: unset;
  transition: 0.3s ease-in-out 0s;
}
#slider-top-container .slider-nav-wrapper a:hover {
  transition: 0.1s ease-in-out 0s;
  background-color: #ce8e00;
  color: #ffffff;
}
.box.right-box {
  align-items: flex-start;
}
.box.orange a {
  color: currentColor;
}
.box.orange a:hover {
  color: currentColor;
  text-decoration: underline;
}
.content:has(.engineering-pathways-form) {
  padding-top: 0px;
}
.content:has(.engineering-pathways-form) form {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 20px;
}
@media (min-width: 964px) {
  .content:has(.engineering-pathways-form) form {
    grid-template-columns: repeat(2, 1fr);
  }
  .content:has(.engineering-pathways-form) form .recaptcha-item {
    grid-column: span 2;
  }
}
.content:has(.engineering-pathways-form) form .form-item {
  max-width: unset;
}
.content:has(.engineering-pathways-form) form .subbut {
  text-align: left;
}
.content:has(.no-top-pad) {
  padding-top: 0px;
}
.tiles-slider:has(.services.news) {
  margin-top: 0px !important;
}
.tiles-slider:has(.services.news) .services.news > a {
  width: 100%;
  padding-left: 20px;
}
@media (min-width: 640px) {
  .tiles-slider:has(.services.news) .services.news > a {
    width: 50%;
  }
}
@media (min-width: 964px) {
  .tiles-slider:has(.services.news) .services.news > a {
    width: 33.3%;
  }
}
@media (min-width: 1280px) {
  .tiles-slider:has(.services.news) .services.news > a {
    width: 25%;
  }
}
.tiles-slider:has(.services.news) .services.news > a .readmore {
  display: none;
}
.tiles-slider:has(.services.news) .slider-container {
  margin-left: -30px;
}
.tiles-slider:has(.services.news) .uk-slider-nav, .tiles-slider:has(.services.news) + .news-pagination {
  display: none;
}
.imageboxes.mb-image-boxes-1 {
  display: grid;
  gap: 20px;
  row-gap: 40px;
}
.imageboxes.mb-image-boxes-1 .imagebox-item {
  margin: 0px !important;
  width: 100%;
}
.imageboxes.mb-image-boxes-1 .imagebox-item .module-image img {
  aspect-ratio: 1.6;
  object-position: center;
  object-fit: cover;
}
.imageboxes.mb-image-boxes-1 .imagebox-item .module-text h2 {
  font-family: adelle, serif;
  font-weight: 700;
  letter-spacing: 0px;
  margin: 0px 0px 0px 0px;
  color: #ce8e00;
  font-size: 28px;
  line-height: 1.2em;
  text-transform: capitalize;
}
.imageboxes.mb-image-boxes-1 .imagebox-item .module-text .readmore {
  background-color: #ce8e00;
  color: #FFF;
  padding: 12px 30px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out 0s;
}
.imageboxes.mb-image-boxes-1 .imagebox-item .module-text .readmore:hover {
  background-color: #333;
  transition: all 0.1s ease-in-out 0s;
}
.imageboxes.mb-image-boxes-1.three-column {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 640px) {
  .imageboxes.mb-image-boxes-1.three-column {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 964px) {
  .imageboxes.mb-image-boxes-1.three-column {
    grid-template-columns: repeat(3, 1fr);
  }
}
.logo-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
@media (min-width: 640px) {
  .logo-wrapper {
    flex-direction: row;
    align-items: center;
  }
}
.logo-wrapper img:nth-child(1) {
  width: 100%;
  max-width: 150px;
}
@media (min-width: 640px) {
  .logo-wrapper img:nth-child(1) {
    width: 25%;
  }
}
.logo-wrapper img:nth-child(2) {
  width: 100%;
  max-width: 300px;
}
@media (min-width: 640px) {
  .logo-wrapper img:nth-child(2) {
    width: 50%;
  }
}
.imageboxes.textover.max-315 .module-image img {
  max-height: 315px;
}
/* --------------------------------------------------- 
 TEMPLATE.RESPONSIVE.SCSS contains responsive design styles
 to effect the design layout based on screen resolution
 --------------------------------------------------- */
/* Colour */
/* Mobile layout spacing */
/* Phone link */
/* Mobile menu */
/* Responsive start */
@media screen and (max-width: 1545px) {
  .home-page .faq-container {
    width: 43%;
  }
  .home-page #home-bottom-container .content {
    max-width: 48%;
  }
}
@media screen and (max-width: 1450px) {
  #container-connect .content div, #container-connect .content a {
    margin-left: 30px;
  }
  #container-connect .content > a {
    display: none;
  }
  #navigation ul {
    padding: 0;
  }
  #header #logo {
    padding: 40px 25px 25px 25px;
    max-width: 235px;
  }
  #header.uk-sticky-below #logo {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1260px) {
  .sliderimg .slidertext {
    padding-left: 50px;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .home-page #home-bottom-container .content {
    display: block;
    max-width: none;
  }
  .home-page #home-bottom-container .content img, .content img.left-overlap {
    position: relative;
    float: left;
    margin-right: 20px;
    max-width: 475px;
    top: -100px;
  }
  .home-page #home-bottom-container .content .underline, .home-page #home-bottom-container .content p {
    float: none;
    display: block;
  }
  .home-page #home-bottom-container .content {
    padding-bottom: 0;
    width: auto;
  }
  .home-page #home-sub-page-top-container .wrap {
    padding-top: 0;
  }
}
@media screen and (max-width: 1230px) {
  .home-page .faq-container {
    padding: 40px;
  }
}
@media screen and (max-width: 1180px) {
  #header #logo {
    height: 110px;
    max-width: 175px;
    line-height: 70px;
  }
  #navigation {
    top: 20px;
    font-size: 14px;
  }
  .button-wrapper .button {
    font-size: 15px;
  }
  #navigation li > a {
    padding-left: 12px;
    padding-right: 12px;
  }
  #navigation .button-wrapper {
    padding: 0;
  }
}
/* Small Screens / Tablets */
@media screen and (max-width: 1000px) {
  html {
    -webkit-text-size-adjust: none;
  }
  #none {
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
  }
  embed, object, iframe, .map-holder {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .img-left, .img-right {
    max-width: 50%;
  }
  #container2, #container-header, #container-navigation, #container-flash, #container-bread, #container-intro, .container-main, .container-main-title, .container-main-top, .container-main-bottom, #container-footer, #container-base {
    width: 100%;
  }
  #container1, .wrap {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header {
    height: auto;
  }
  #header {
    height: 110px;
  }
  #header #logo {
    position: relative;
    z-index: 50;
  }
  #header #mobile-link {
    display: block;
    float: right;
    margin-right: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 50;
  }
  #header #mobile-link a {
    display: block;
    color: #ce8e00;
    line-height: 135px;
    height: 110px;
    padding: 0 20px;
    font-size: 40px;
    /* Hide navigation for mobile */
  }
  #navigation {
    display: none !important;
  }
  #mobile-navigation {
    display: block !important;
    height: auto;
    font-size: 18px;
    line-height: 1.4;
    color: #ffffff;
    padding: 20px 0;
    position: fixed;
    min-height: 100vh;
    background-color: #1e1e1e;
    left: 100%;
    width: 280px;
    max-width: 65%;
    padding-top: 150px;
    padding-left: 45px;
    transition: 0.3s ease;
  }
  #mobile-navigation:after {
    content: '';
    bottom: 0;
    width: 100%;
    height: 200px;
    background-image: url(../edit/images/repeating_arrow.png);
    background-repeat: repeat space;
    background-size: 11.2px 14px;
    z-index: 10;
    width: 100%;
    height: 224px;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    opacity: 0.4;
    transform: scale(-1);
  }
  #mobile-navigation.active {
    /*left: 35%;*/
    transform: translateX(-100%);
  }
  #mobile-navigation > a {
    float: none;
    display: block;
    height: auto;
    width: 100%;
    line-height: 1.4;
    text-align: left;
    color: #ffffff;
    padding: 13px 0;
  }
  #mobile-navigation .icons {
    display: block;
  }
  #mobile-menu {
    display: inline-block;
    background-color: #ce8e00;
    position: relative;
    z-index: 50;
  }
  #mobile-menu a {
    line-height: 125px;
    height: 110px;
    padding: 0 20px;
    font-size: 40px;
    color: #ffffff;
  }
  .home-page .container-main .backgroundimage-image {
    width: 100%;
    height: 500px;
    position: unset;
  }
  .home-page #home-container .backgroundimage-image img {
    max-width: none !important;
    position: absolute !important;
    left: 50% !important;
    top: 0 !important;
    transform: translate(-50%) !important;
  }
  .home-page .faq-container {
    width: 100%;
  }
  .home-page .faq-container {
    min-height: 0;
  }
  .home-page #home-top-container {
    padding-bottom: 80px;
  }
  .home-page #home-bottom-container .content img, .content img.left-overlap {
    top: -50px;
  }
  .large-image.video:before {
    width: 10vw;
    height: 10vw;
  }
  #site-messages .wrap {
    padding: 0 0px;
  }
  #site-messages .error-message, #site-messages .alert-message, #site-messages .success-message {
    padding: 15px 0px;
  }
  .sliderimg .slidertext h2 {
    font-size: calc(30px + 6vw);
  }
  .sliderimg .slidertext h3 {
    font-size: calc(30px + 6vw);
  }
  #container-flash.backgroundimage-container .backgroundimage-content h1 {
    font-size: calc(30px + 4vw);
  }
  #home-container:after {
    left: 70%;
  }
  #footer .footer-left {
    width: 47%;
    float: left;
    margin-right: 6%;
    margin-bottom: 50px;
  }
  #footer .footer-right {
    width: 47%;
    float: left;
    margin-top: 0;
  }
  #footer .footer-middle {
    width: 47%;
    float: left;
    margin: 0;
    margin-bottom: 50px;
  }
  #footer .footer-middle2 {
    width: 47%;
    float: left;
    margin-right: 6%;
    margin-top: 0;
    /* Grid class styles */
  }
  .grid .grid-item {
    float: left;
    display: inline-block;
  }
  .grid .grid-item img {
    vertical-align: middle;
    /* 7 column grid to 4 column */
  }
  .grid.seven-column .grid-item {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .grid.seven-column .grid-item:nth-child(7n+7) {
    margin-right: 4%;
  }
  .grid.seven-column .grid-item:nth-child(7n+8) {
    clear: none;
  }
  .grid.seven-column .grid-item:nth-child(4n+4) {
    margin-right: 0%;
  }
  .grid.seven-column .grid-item:nth-child(4n+5) {
    clear: both;
    /* 6,5,4,3 column grid to 2 column */
  }
  .grid.six-column .grid-item, .grid.five-column .grid-item, .grid.four-column .grid-item, .grid.three-column .grid-item {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 50px;
  }
  .grid.six-column .grid-item:nth-child(6n+6) {
    margin-right: 6%;
  }
  .grid.six-column .grid-item:nth-child(6n+7) {
    clear: none;
  }
  .grid.six-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.six-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .grid.five-column .grid-item:nth-child(5n+5) {
    margin-right: 6%;
  }
  .grid.five-column .grid-item:nth-child(5n+6) {
    clear: none;
  }
  .grid.five-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.five-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .grid.four-column .grid-item:nth-child(4n+4) {
    margin-right: 6%;
  }
  .grid.four-column .grid-item:nth-child(4n+5) {
    clear: none;
  }
  .grid.four-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.four-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .grid.three-column .grid-item:nth-child(3n+3) {
    margin-right: 6%;
  }
  .grid.three-column .grid-item:nth-child(3n+4) {
    clear: none;
  }
  .grid.three-column .grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .grid.three-column .grid-item:nth-child(2n+3) {
    clear: both;
  }
  .product-item {
    width: 32%;
    margin-right: 2%;
  }
  .products-holder div:nth-child(4n+4) {
    margin-right: 2%;
  }
  .products-holder div:nth-child(4n+5) {
    clear: none;
  }
  .products-holder div:nth-child(3n+3) {
    margin-right: 0%;
  }
  .products-holder div:nth-child(3n+4) {
    clear: both;
  }
  .news-2-col {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 900px) {
  .home-page #home-bottom-container .content {
    text-align: center;
    padding-bottom: 50px;
  }
  .home-page #home-bottom-container .content img, .content img.left-overlap {
    float: none;
    margin: 0;
    max-width: 100%;
  }
  .home-page #home-bottom-container .content h3, .home-page #home-bottom-container .content .underline, .home-page #home-bottom-container .content p {
    text-align: center;
  }
  .home-page #home-bottom-container .content .underline:after {
    left: 50%;
    transform: translateX(-50%);
    right: unset;
  }
  .home-page #home-bottom-container .content .button {
    float: none;
  }
}
@media screen and (max-width: 850px) {
  .multicolumn-ul {
    column-count: 2;
  }
  #home-container .layout.half {
    float: left;
    width: 100%;
  }
  #home-container .layout-two-col-equal .layout.half + .layout.half {
    display: none;
  }
  #home-container:before {
    top: 0px;
    left: 0px;
    right: 0%;
    bottom: 0px;
    transform: rotate(0deg);
  }
  #home-container:after {
    display: none;
  }
  .box {
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0 !important;
    padding: 50px;
  }
  .large-image a, .large-image {
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0 !important;
    max-width: none;
  }
  .large-image .uk-cover-container {
    height: 300px;
  }
  .box:after {
    display: none !important;
  }
  .full-no-gap-page .content {
    padding-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .one-off-resident-visa-page .form-item {
    width: 100%;
    max-width: 100%;
    clear: both;
    float: left;
  }
  .one-off-resident-visa-page .form-item:nth-child(odd) {
    margin-right: 0%;
    clear: both;
  }
}
/* Small Tablets */
@media screen and (max-width: 650px) {
  /* Three column equal */
  .layout-three-col-equal .layout.third {
    float: none;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 18px;
  }
  .layout-three-col-equal .layout.third.gap {
    margin-left: 0%;
  }
  .layout.half, .layout.main, .layout.side, .layout.middle, .layout.third {
    float: none !important;
    width: 100% !important;
  }
  .layout.gap, .layout.third.gap {
    margin-left: 0%;
  }
  .layout.main {
    margin-bottom: 50px;
  }
  .layout-two-col-equal .layout.half + .layout.half {
    margin-top: 50px;
  }
  #footer .footer-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
  }
  #footer .footer-right {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  #footer .footer-middle {
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
  }
  #footer .footer-middle2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
  }
  #base {
    text-align: center;
  }
  #base .powered-by {
    float: none;
    display: block;
    /* 7,6,5,4,3,2 column grid to 1 column */
  }
  .grid.seven-column .grid-item, .grid.six-column .grid-item, .grid.five-column .grid-item, .grid.four-column .grid-item, .grid.three-column .grid-item, .grid.two-column .grid-item {
    width: 100% !important;
    margin-right: 0% !important;
    margin-bottom: 40px;
  }
  .staff.grid .staff-item {
    width: 47% !important;
    margin-right: 6% !important;
  }
  .staff.grid .staff-item:nth-child(2n+2) {
    margin-right: 0% !important;
    /* Videos */
  }
  .video-holder .video-item {
    width: 45%;
    margin-right: 10%;
  }
  .video-holder div:nth-child(3n+3) {
    margin-right: 10%;
  }
  .video-holder div:nth-child(3n+4) {
    clear: none;
  }
  .video-holder div:nth-child(2n+2) {
    margin-right: 0%;
  }
  .video-holder div:nth-child(2n+3) {
    clear: left;
  }
  .subscription-plans .subscription-plan {
    width: 47%;
    margin-right: 6%;
  }
  .subscription-plans div.subscription-plan:nth-child(3n+3) {
    margin-right: 6%;
  }
  .subscription-plans div.subscription-plan:nth-child(3n+4) {
    clear: none;
  }
  .subscription-plans div.subscription-plan:nth-child(2n+2) {
    margin-right: 0%;
  }
  .subscription-plans div.subscription-plan:nth-child(2n+3) {
    clear: left;
  }
  .pricelist-header .pricelist-price, .pricelist-header .pricelist-inclusive {
    display: none;
  }
  .pricelist-product {
    float: left;
    width: 75%;
    margin-right: 2%;
    padding-bottom: 6px;
  }
  .pricelist-price {
    clear: left;
    float: left;
    width: auto;
    display: inline-block;
    margin-right: 2%;
  }
  .pricelist-inclusive {
    float: left;
    width: auto;
    display: inline-block;
    margin-right: 2%;
  }
  .pricelist-qty {
    float: right;
    width: 23%;
  }
  .product-item {
    width: 47%;
    margin-right: 6%;
  }
  .products-holder div:nth-child(3n+3) {
    margin-right: 6%;
  }
  .products-holder div:nth-child(3n+4) {
    clear: none;
  }
  .products-holder div:nth-child(2n+2) {
    margin-right: 0%;
  }
  .products-holder div:nth-child(2n+3) {
    clear: both;
  }
  .form-item .label, .form-item .label2 {
    margin-bottom: 2px;
  }
  .form-item .label, .form-item .label2, .form-item .input, .form-item .select, .form-item .checkbox, .form-item .radio, .form-item .textarea, .form-item .label-padding, .form-item .subbut, .form-item .g-recaptcha, #recaptcha_image {
    width: 100% !important;
    padding-left: 0px;
    margin-left: 0%;
  }
  .form-item .g-recaptcha > div > div {
    max-width: 100%;
    overflow: hidden;
  }
  .recaptcha_input .input {
    padding-right: 0px;
  }
  .recaptcha_options li a {
    top: 0px;
  }
  .shopping-cart-list .shopping-cart-list-header {
    display: none;
  }
  .shopping-cart-list .shopping-cart-list-items {
    padding: 4px 10px;
    border: solid #f0e8e6 1px;
    border-radius: 3px;
    margin-bottom: 15px;
    position: relative;
  }
  .shopping-cart-list .scl-image {
    float: right;
    position: absolute;
    text-align: center;
    right: 5px;
    top: 8px;
    width: 20%;
    max-height: 60px;
  }
  .shopping-cart-list .scl-image img {
    max-height: 60px;
  }
  .shopping-cart-list .scl-products {
    width: 100%;
    min-height: 60px;
    padding-right: 0%;
  }
  .shopping-cart-list .scl-products-title {
    float: left;
    width: 68%;
  }
  .shopping-cart-list .scl-products-additional {
    clear: both;
    width: 100%;
  }
  .shopping-cart-list .scl-products .cart-msg-box, .shopping-cart-list .scl-products .cart-msg-type, .shopping-cart-list .scl-products .cart-msg-messages {
    width: 98%;
  }
  .msg-small {
    font-size: 13px;
    line-height: 17px;
  }
  .shopping-cart-list .scl-quantity {
    clear: both;
    width: 59%;
    text-align: left;
    padding-right: 0px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: solid #f0e8e6 1px;
  }
  .shopping-cart-list .scl-quantity .scl-quantity-text {
    float: left;
    display: inline-block;
    padding-right: 3%;
    line-height: 26px;
    font-size: 14px;
  }
  .shopping-cart-list .scl-quantity input {
    float: left;
    font-size: 15px;
    display: inline-block;
    margin-right: 12%;
  }
  .shopping-cart-list .remove-link {
    float: left;
    display: inline-block;
    text-align: left;
    line-height: 26px;
    font-size: 12px;
  }
  .shopping-cart-list .scl-price {
    width: 40%;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    padding-right: 1%;
    margin-top: 8px;
    padding-top: 8px;
    border-top: solid #f0e8e6 1px;
  }
  .shopping-cart-totals .shopping-cart-total-item .totals-space, .shopping-cart-totals .shopping-cart-total-final .totals-space, #sc-subtotals .totals-space-base {
    display: none;
  }
  .shopping-cart-totals .shopping-cart-total-item, .shopping-cart-totals .shopping-cart-total-final {
    display: block;
  }
  .shopping-cart-totals .shopping-cart-total-item .totals-text, .shopping-cart-totals .shopping-cart-total-final .totals-text {
    float: left;
    width: 66%;
    text-align: left;
    padding-right: 0;
    padding-left: 4%;
    margin: 0 0 0 0;
  }
  .shopping-cart-totals .shopping-cart-total-item .totals-value, .shopping-cart-totals .shopping-cart-total-final .totals-value {
    float: left;
    width: 26%;
    font-size: 15px;
    padding-right: 4%;
    margin: 0 0 0 0;
  }
  .address-selector li {
    width: 48%;
  }
  .cart-checkradio-holder .checkradio {
    width: 50%;
  }
  .payment-radio-holder {
    width: 10%;
  }
  .payment-holder {
    width: 90%;
  }
  #container-connect .content {
    flex-direction: column;
  }
  #container-connect .connect-text {
    margin-left: 0;
    margin-bottom: 25px;
  }
  #container-connect .content div, #container-connect .content a {
    margin: 0;
  }
  #container-connect .wrap:after {
    top: 130px;
    display: none;
  }
  .full-no-gap-page #full-bottom-container .wrap .content .staff.staff.textunder, .home-page #home-sub-page-top-container .wrap .content .staff.staff.textunder, .full-page #full-bottom-container .wrap .content .staff.staff.textunder {
    padding-top: 35px;
  }
  .iaa-no-link img {
    max-width: 60px;
    display: block;
  }
}
@media screen and (max-width: 540px) {
  .wrap, #container-flash.backgroundimage-container .backgroundimage-content {
    max-width: 480px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #container-header {
    background-color: #1e1e1e;
  }
  #container-header .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  #container-header .wrap #header {
    width: 100%;
    background-color: #1e1e1e;
  }
  #container-header #mobile-menu, #container-header #mobile-link {
    background-color: #1e1e1e;
  }
  #container-map {
    flex-direction: column;
  }
  #container-map .map-style {
    padding: 25px;
  }
  #container-map .map-style:first-of-type {
    padding-bottom: 0;
  }
  #container-map .map-style:before {
    top: 35px !important;
    bottom: 35px !important;
    right: 30px !important;
    left: 30px !important;
    min-height: 130px;
  }
  #container-map .map-style iframe {
    max-height: 150px;
  }
}
/* Phones */
@media screen and (max-width: 480px) {
  html {
    -webkit-text-size-adjust: none;
  }
  img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
  }
  embed, object, iframe, .map-holder {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .multicolumn-ul {
    column-count: 1;
  }
  ul li {
    line-height: 26px;
    padding-bottom: 8px;
    background-position: 5px 9px;
  }
  ul > li:before {
    top: 0px;
    /* Hide/show element that should only show on mobile */
  }
  .hide-on-mobile {
    display: none;
  }
  .show-on-mobile {
    display: inline;
  }
  #container1 {
    width: 100%;
  }
  #container2 {
    width: 100%;
  }
  #header {
    height: 80px;
  }
  #header #logo {
    height: 80px;
    line-height: 60px;
    max-width: 175px;
    padding: 10px 20px;
  }
  #header #mobile-link a {
    line-height: 93px;
    height: 80px;
    font-size: 37px;
    padding: 0 15px;
  }
  #mobile-menu {
    background-color: #ce8e00;
    height: 80px;
  }
  #mobile-menu a {
    line-height: 98px;
    height: 80px;
    color: #ffffff;
    font-size: 35px;
    padding: 0 17px;
  }
  #nav-icon4 {
    top: 35px;
  }
  #mobile-navigation {
    padding-top: 100px;
  }
  #slider, #flash, #image-rotator {
    display: block !important;
  }
  .sliderimg .slidertext {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sliderimg .wrap {
    bottom: 65px;
  }
  .video-rotator {
    height: 60vh;
  }
  .text-caption:after {
    width: 420px;
    height: 500px;
    left: -50%;
  }
  .text-caption {
    left: 0;
  }
  .text-caption h2 {
    font-size: 28px;
    padding: 0;
    margin: 0;
  }
  .text-caption .button {
    float: none;
  }
  .sliderimg .slidertext h3, .text-caption h3 {
    display: none;
  }
  .sliderimg .slidertext, .text-caption {
    float: left;
  }
  .mobile-button {
    position: absolute;
    bottom: 0;
    z-index: 500;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 50%);
  }
  .text-caption h2 > span:before {
    width: 27px;
    height: 32px;
    top: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 18px;
  }
  .slider-l2 {
    display: block;
    margin-left: 28%;
  }
  .home-page #container-flash {
    overflow: visible;
  }
  .home-page #home-top-container {
    padding: 55px 0 0 0;
  }
  .home-page #home-top-container .content {
    padding-bottom: 35px;
  }
  .home-page .faq-container {
    padding: 35px 25px;
  }
  .home-page #home-bottom-container .content img, .content img.left-overlap {
    top: 0;
    left: -25px;
    width: calc(100% + 50px);
    max-width: none;
    margin-bottom: 35px;
  }
  #home-sub-page-top-container .content {
    padding-bottom: 0 !important;
  }
  #home-sub-page-container .content {
    padding-bottom: 0;
  }
  .home-page #home-bottom-container .content {
    padding: 0 0 35px 0;
  }
  .home-page #home-sub-page-top-container .wrap .content .staff.staff.textunder {
    padding: 35px 0 0 0;
  }
  .staff.textunder .module-text {
    padding: 15px 0 0 0 !important;
  }
  .home-page .faq-container .h2-style {
    width: 100%;
  }
  .home-page .news.hpboxes {
    padding: 0 0 0 0;
  }
  .news.hpboxes a.news-item {
    padding: 10px 10px;
  }
  .box {
    padding: 35px 25px;
  }
  .content {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .content .img-left, .content .img-right, .content .img-center {
    float: none;
    display: block;
    width: 100%;
    max-width: none;
    padding: 10px 0;
    margin: 0 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .content, .layout.side p, .layout.side .side-holder {
    font-size: 16px;
    line-height: 24px;
  }
  .content h1 {
    font-size: 35px !important;
    line-height: 38px !important;
  }
  .home-page #home-top-container h2, .content h2 {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 25px;
  }
  .content h3 {
    font-size: 26px;
    line-height: 27px;
  }
  .content h4 {
    font-size: 22px;
    line-height: 24px;
  }
  .layout.side h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .layout.side h6 {
    font-size: 18px;
    line-height: 24px;
  }
  .small {
    font-size: 15px;
    line-height: 23px;
  }
  .large {
    font-size: 17px;
    line-height: 25px;
    /* Set new spacing for mobile*/
    /* Breadcrump area */
  }
  /* breadcrumb */
  #breadcrumb {
    padding: 16px 0px 4px 0px;
  }
  #container-flash.backgroundimage-container .backgroundimage-content {
    padding-top: 140px;
    padding-bottom: 50px;
    /* Main title area */
  }
  .container-main-title .content {
    padding: 25px 0px;
    padding-bottom: 0px;
    /* Main title area spacing */
  }
  .container-main-title + .container-main-title .content {
    padding-top: 0px;
  }
  .container-main-top + .container-main-title .content {
    padding-top: 0px;
  }
  .container-main + .container-main-title .content {
    padding-top: 0px;
  }
  .container-main-bottom + .container-main-title .content {
    padding-top: 0px;
    /* Main top area */
  }
  .container-main-top .content {
    padding: 25px 0px;
    /* Main top area spacing */
  }
  .container-main-title + .container-main-top .content {
    padding-top: 0px;
  }
  .container-main-top + .container-main-top .content {
    padding-top: 0px;
  }
  .container-main + .container-main-top .content {
    padding-top: 0px;
  }
  .container-main-bottom + .container-main-top .content {
    padding-top: 0px;
    /* Main content area with layouts */
  }
  .content {
    padding: 25px 0px;
    /* Main areas spacing */
  }
  .container-main-title + .container-main .content {
    padding-top: 0px;
  }
  .container-main-top + .container-main .content {
    padding-top: 0px;
  }
  .container-main + .container-main .content {
    padding-top: 0px;
  }
  .container-main-bottom + .container-main .content {
    padding-top: 0px;
    /* Main bottom area */
  }
  .container-main-bottom .content {
    padding: 25px 0px;
    /* Main bottom areas spacing */
  }
  .container-main-top + .container-main-bottom .content {
    padding-top: 0px;
    /*.container-main + .container-main-bottom .content {padding-top:0px;}*/
  }
  .container-main-bottom + .container-main-bottom .content {
    padding-top: 0px;
    /* Backgrounds */
  }
  .container-main-title.background .content, .container-main-top.background .content, .container-main.background .content, .container-main-bottom.background .content {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .container-main-title.backgroundimage-container .content, .container-main-top.backgroundimage-container .content, .container-main.backgroundimage-container .content, .container-main-bottom.backgroundimage-container .content {
    padding-top: 25px;
    padding-bottom: 25px;
    /* Overwrite padding for areas adjacent to backgrounds */
  }
  .container-main-title + .container-main-title.background .content, .container-main-title + .container-main-top.background .content, .container-main-title + .container-main.background .content, .container-main-title + .container-main-bottom.background .content, .container-main-top + .container-main-title.background .content, .container-main-top + .container-main-top.background .content, .container-main-top + .container-main.background .content, .container-main-top + .container-main-bottom.background .content, .container-main + .container-main-title.background .content, .container-main + .container-main-top.background .content, .container-main + .container-main.background .content, .container-main + .container-main-bottom.background .content, .container-main-bottom + .container-main-title.background .content, .container-main-bottom + .container-main-top.background .content, .container-main-bottom + .container-main.background .content, .container-main-bottom + .container-main-bottom.background .content {
    padding-top: 25px;
    /* Overwrite padding for areas adjacent to backgrounds */
  }
  .container-main-title + .container-main-title.backgroundimage-container .content, .container-main-title + .container-main-top.backgroundimage-container .content, .container-main-title + .container-main.backgroundimage-container .content, .container-main-title + .container-main-bottom.backgroundimage-container .content, .container-main-top + .container-main-title.backgroundimage-container .content, .container-main-top + .container-main-top.backgroundimage-container .content, .container-main-top + .container-main.backgroundimage-container .content, .container-main-top + .container-main-bottom.backgroundimage-container .content, .container-main + .container-main-title.backgroundimage-container .content, .container-main + .container-main-top.backgroundimage-container .content, .container-main + .container-main.backgroundimage-container .content, .container-main + .container-main-bottom.backgroundimage-container .content, .container-main-bottom + .container-main-title.backgroundimage-container .content, .container-main-bottom + .container-main-top.backgroundimage-container .content, .container-main-bottom + .container-main.backgroundimage-container .content, .container-main-bottomr + .container-main-bottom.backgroundimage-container .content {
    padding-top: 40px;
  }
  #footer {
    padding-top: 40px;
    padding-bottom: 40px;
    /* Site Map */
  }
  .sitemap-holder {
    width: 100%;
    /* Grid */
  }
  .grid .grid-item {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .staff .staff-item.grid-item {
    width: 47% !important;
    margin-right: 6% !important;
  }
  .staff .staff-item.grid-item:nth-child(2n+2) {
    margin-right: 0% !important;
  }
  .staff-details-image {
    display: block;
    width: 100%;
    /* Video */
  }
  .video-holder .video-item {
    width: 100%;
    margin-right: 0%;
  }
  .product-item {
    width: 100%;
    margin-right: 0%;
  }
  .products-holder div:nth-child(3n+3) {
    margin-right: 0%;
  }
  .subscription-plans .subscription-plan {
    width: 100%;
    margin-right: 0%;
  }
  .subscription-plans div.subscription-plan:nth-child(2n+2) {
    margin-right: 0%;
  }
  .subscription-plans div.subscription-plan:nth-child(2n+3) {
    clear: none;
  }
  .subscription-table .subscription-left, .subscription-table .subscription-middle, .subscription-table .full-subscription-middle, .subscription-table .subscription-right {
    float: none;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    border: solid #f1f1f1 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .subscription-table .subscription-left {
    padding-top: 8px;
    border-bottom: none;
  }
  .subscription-table .subscription-middle {
    border-top: none;
    border-bottom: none;
  }
  .subscription-table .full-subscription-middle {
    padding-bottom: 8px;
    border-top: none;
  }
  .subscription-table .subscription-right {
    padding-bottom: 8px;
    border-top: none;
  }
  .address-selector li {
    width: 100%;
    margin-bottom: 18px;
  }
  .cart-checkradio-holder .checkradio {
    width: 100%;
    /* iPhone zoom fix */
  }
  select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    font-size: 16px !important;
  }
  #container-connect .wrap:after {
    top: 73px;
  }
  #full-bottom-container .content {
    padding-bottom: 0;
  }
  #full-bottom-container .imageboxes {
    margin-top: 80px;
  }
  .home-page .container-main .backgroundimage-image:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../edit/images/repeating_arrow_yellow_down.png);
    background-repeat: repeat;
    background-size: 10px 11px;
    z-index: 10;
    width: 50px;
    top: 0;
    bottom: unset;
    height: 100%;
    display: block !important;
  }
  .arrows-left.active:before {
    left: calc(-75%);
  }
  #container-connect .content {
    padding: 35px 0px;
  }
  #container-connect .content h3 {
    font-size: 32px;
    line-height: 35px;
  }
  #container-header > .wrap #header #logo a img {
    max-width: 200px;
  }
}
@media screen and (max-width: 365px) {
  #header #logo {
    max-width: 130px;
  }
  #header #mobile-link a {
    font-size: 28px;
  }
  #nav-icon4 {
    width: 30px;
  }
  #mobile-menu a {
    font-size: 35px;
  }
  #nav-icon4 span {
    height: 3px;
  }
  #nav-icon4 span:nth-child(2) {
    top: 9px;
  }
  #nav-icon4 span:nth-child(3) {
    top: 18px;
  }
  #nav-icon4.open span:nth-child(1) {
    top: -1px;
  }
  #container-header > .wrap #header #logo a img {
    max-width: 175px;
  }
}
@media screen and (max-width: 321px) {
  #header #logo {
    max-width: 129px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22edit%2Fall.scss%22%2C%22template.core.scss%22%2C%22template.scss%22%2C%22template.responsive.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%2CmDAAA%3BAAAA%2C0DAAA%3BAAAA%2CwCAAA%3BAAAA%2CwCAAA%3BAAAA%2CuCAAA%3BAAAA%2C0DAAA%3BAAAA%2CkCAAA%3BAAAA%3B%3B%3BuDAAA%3BAAAA%2CsBAAA%3BACcA%3BAAAA%2CsBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%3BAAAA%3BADjBA%2CeAAA%3BACqBA%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAASC%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%3BAAAA%3BAAGD%3BAAAA%2CgBAAA%3BAAAA%3BADlCA%2CmBAAA%3BACsCA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAMC%3BAAAA%2CiBAAA%3BAAAA%3BAD5CD%2C0BAAA%3BACiDC%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CwBAAA%3BAAAA%3BAACA%3BAAAA%3BiBAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%3BAAAA%3BADtDD%2CiBAAA%3BACyDC%3BAAAA%2CwBAAA%3BAAAA%3BADzDD%2CoBAAA%3BAAAA%2CkBAAA%3BAAAA%2CeAAA%3BAAAA%2CqBAAA%3BACgFA%3BAAAA%3B0BAAA%3BAAAA%3BAAKA%3BAAAA%3B0BAAA%3BAAAA%3BAAKC%3BAAAA%3B%3ByBAAA%3BAAAA%3BAACA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAACA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAACA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAACA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAACA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAD%2FFD%2CiBAAA%3BACqGC%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%3BAAAA%3BAAIC%3BAAAA%2CiBAAA%3BAAAA%3BAAED%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAuBA%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BADhJF%2CaAAA%3BACwJA%3BAAAA%2C4BAAA%3BAAAA%3BAAMC%3BAAAA%2CoBAAA%3BAAAA%3BAACA%3BAAAA%2CwBAAA%3BAAAA%3BAACA%3BAAAA%2CyBAAA%3BAAAA%3BAACA%3BAAAA%2C0BAAA%3BAAAA%3BAACA%3BAAAA%2C2BAAA%3BAAAA%3BADlKD%2CsBAAA%3BACsKA%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BADtKA%2CsBAAA%3BACmLA%3BAAAA%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BADnLA%2CkBAAA%3BACkMC%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%2CiBAAA%3BAAAA%3BADtMD%2CeAAA%3BAC8MC%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BADlND%2CuBAAA%3BACwNC%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3BmCAAA%3BAAAA%3BADpPD%2CkBAAA%3BAC%2BPA%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUA%3BAAAA%2CgBAAA%3BAAAA%3BAAEF%3BAAAA%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAD%2FSF%2C4BAAA%3BAC2TA%3BAAAA%2CeAAA%3BAAAA%3BAACA%3BAAAA%3BgBAAA%3BAAAA%3BAD5TA%2CkDAAA%3BAC%2BTA%3BAAAA%2CgBAAA%3BAAAA%3BAD%2FTA%2CuDAAA%3BACmUA%3BAAAA%2CgBAAA%3BAAAA%3BADnUA%2CmCAAA%3BACsUA%3BAAAA%3BcAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BcAAA%3BAAAA%3BADxUA%2CcAAA%3BAC2UA%3BAAAA%3BcAAA%3BAAAA%3BAD3UA%2CoBAAA%3BACoVA%3BAAAA%3B%3B%3BWAAA%3BAAAA%3BADpVA%2CuDAAA%3BAC2VA%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAACA%3BAAAA%3BqBAAA%3BAAAA%3BAAEC%3BAAAA%2CyBAAA%3BAAAA%3BAASA%3BAAAA%2CaAAA%3BAAAA%3BAAEC%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BADhXF%2CmBAAA%3BACyXA%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BADjYA%2C0EAAA%3BACkZA%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAASA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAiBA%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BADnbA%2CYAAA%3BACgcA%3BAAAA%2C4BAAA%3BAAAA%3BAAGC%3BAAAA%2CgCAAA%3BAAAA%3BAAEA%3BAAAA%2CgBAAA%3BAAAA%3BAAIC%3BAAAA%2CgCAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQC%3BAAAA%2CyBAAA%3BAAAA%3BADndH%2CuBAAA%3BACydE%3BAAAA%2CgBAAA%3BAAAA%3BAAGC%3BAAAA%2CcAAA%3BAAAA%3BAACA%3BAAAA%2CwBAAA%3BAAAA%3BAD7dH%2CoBAAA%3BACieE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAYC%3BAAAA%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAaC%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3BeAAA%3BAAAA%3BADjgBL%2CYAAA%3BACygBE%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAOC%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BADzhBH%2CqBAAA%3BACoiBE%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAOA%3BAAAA%3BmBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAcC%3BAAAA%2CgBAAA%3BAAAA%3BAAED%3BAAAA%2CgBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAaC%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAQA%3BAAAA%2CoBAAA%3BAAAA%3BAAEA%3BAAAA%3BeAAA%3BAAAA%3BAAMC%3BAAAA%2CkBAAA%3BAAAA%3BADtmBJ%2CwBAAA%3BACgoBG%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAaC%3BAAAA%2CgBAAA%3BAAAA%3BAD7oBJ%2CoBAAA%3BACkpBI%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BADlpBJ%2CsCAAA%3BAC8pBK%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAiBC%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAaD%3BAAAA%2CsBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3BcAAA%3BAAAA%3BAD3sBL%2CuCAAA%3BACktBE%3BAAAA%2CeAAA%3BAAAA%3BAAQD%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUC%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAAMD%3BAAAA%2C2BAAA%3BAAAA%3BAD%2FuBD%2CwBAAA%3BACkvBC%3BAAAA%3BgBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3ByBAAA%3BAAAA%3BAD%2FvBH%2CkBAAA%3BAC4wBC%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%3B6BAAA%3BAAAA%3BAACA%3BAAAA%3BqBAAA%3BAAAA%3BAD5xBF%2CmBAAA%3BACmyBC%3BAAAA%2CgBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2C6BAAA%3BAAAA%3BAAEA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAASF%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMC%3BAAAA%2CiBAAA%3BAAAA%3BAAOA%3BAAAA%2CiBAAA%3BAAAA%3BADr1BF%2CqBAAA%3BAAAA%2CgBAAA%3BAC61BC%3BAAAA%3B%3B8BAAA%3BAAAA%3BAD71BD%2CyBAAA%3BACu2BC%3BAAAA%3BmBAAA%3BAAAA%3BADv2BD%2CqBAAA%3BACg3BC%3BAAAA%3B%3BsBAAA%3BAAAA%3BADh3BD%2CmBAAA%3BAC03BC%3BAAAA%3BqBAAA%3BAAAA%3BAD13BD%2CoCAAA%3BACm4BC%3BAAAA%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAID%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAD%2F5BF%2CwCAAA%3BAAAA%2CmBAAA%3BAC46BE%3BAAAA%2CcAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BADn7BF%2CuBAAA%3BAAAA%2CsBAAA%3BAC27BG%3BAAAA%2CeAAA%3BAAAA%3BAD37BH%2C0BAAA%3BAC%2B7BG%3BAAAA%2CeAAA%3BAAAA%3BAD%2F7BH%2C2BAAA%3BACm8BG%3BAAAA%2CeAAA%3BAAAA%3BADn8BH%2C8BAAA%3BACu8BG%3BAAAA%2CeAAA%3BAAAA%3BADv8BH%2C4BAAA%3BAC28BG%3BAAAA%2CeAAA%3BAAAA%3BAD38BH%2C6BAAA%3BAC%2B8BG%3BAAAA%2CeAAA%3BAAAA%3BAD%2F8BH%2CwBAAA%3BACm9BG%3BAAAA%2CeAAA%3BAAAA%3BADn9BH%2CyBAAA%3BAC09BG%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAMC%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAID%3BAAAA%2CmBAAA%3BAAAA%3BAASA%3BAAAA%3BkBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAWC%3BAAAA%2CoBAAA%3BAAAA%3BAD1gCL%2CsBAAA%3BACohCC%3BAAAA%3BqBAAA%3BAAAA%3BADphCD%2C%2BBAAA%3BAAAA%2CuEAAA%3BAAAA%2CiBAAA%3BAAAA%2CyDAAA%3BACkiCC%3BAAAA%2CoBAAA%3BAAAA%3BADliCD%2CuCAAA%3BACyiCC%3BAAAA%3BuBAAA%3BAAAA%3BADziCD%2CYAAA%3BACmjCA%3BAAAA%2CsBAAA%3BAAAA%3BAAIC%3BAAAA%2CgCAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOC%3BAAAA%2CgCAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAASA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BoBAAA%3BAAAA%3BADnmCF%2CUAAA%3BAC%2BmCC%3BAAAA%3B%3B%3B%3B0BAAA%3BAAAA%3BAAQC%3BAAAA%2C6BAAA%3BAAAA%3BADvnCF%2CuCAAA%3BAAAA%2CyBAAA%3BAAAA%2CuBAAA%3BAC4oCE%3BAAAA%3BwBAAA%3BAAAA%3BAAIC%3BAAAA%2CyBAAA%3BAAAA%3BADhpCH%2CmBAAA%3BACqpCE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BADjqCH%2CmBAAA%3BACoqCE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BADhrCH%2CmBAAA%3BACmrCE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAD%2FrCH%2CmBAAA%3BACksCE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAD9sCH%2CmBAAA%3BACitCE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAAEA%3BAAAA%2CsBAAA%3BAAAA%3BAD%2FtCH%2CmBAAA%3BACkuCE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAAEA%3BAAAA%2CsBAAA%3BAAAA%3BADhvCH%2CmBAAA%3BACmvCE%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAQC%3BAAAA%2CqBAAA%3BAAAA%3BAD3vCH%2CeAAA%3BACowCE%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAAOC%3BAAAA%2CaAAA%3BAAAA%3BAD3wCH%2C2BAAA%3BACkxCC%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQC%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%3BoBAAA%3BAAAA%3BAAOD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAWC%3BAAAA%3B%3BwBAAA%3BAAAA%3BAD5zCH%2C2BAAA%3BACs0CC%3BAAAA%3BsBAAA%3BAAAA%3BAAQC%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BsBAAA%3BAAAA%3BADv1CF%2CsCAAA%3BACk2CC%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%2C6BAAA%3BAAAA%3BAAIA%3BAAAA%3B6BAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAMA%3BAAAA%3B6BAAA%3BAAAA%3BADt3CF%2CiBAAA%3BAC63CC%3BAAAA%2CiBAAA%3BAAAA%3BAACC%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3B%3BWAAA%3BAAAA%3BAAOA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BADh5CH%2CcAAA%3BACs5CC%3BAAAA%3B%3BsBAAA%3BAAAA%3BADt5CD%2CwBAAA%3BAC%2B5CC%3BAAAA%2CiBAAA%3BAAAA%3BAACC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUC%3BAAAA%3BuBAAA%3BAAAA%3BAAIC%3BAAAA%3BsBAAA%3BAAAA%3BAAKD%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAAGF%3BAAAA%3BmBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3BgCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BgCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BgCAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BgCAAA%3BAAAA%3BADr9CF%2CYAAA%3BACi%2BCE%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BADj%2BCF%2C2BAAA%3BACk%2FCE%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%3BaAAA%3BAAAA%3BADv%2FCF%2CmBAAA%3BACogDE%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAMC%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKC%3BAAAA%2CoBAAA%3BAAAA%3BAAID%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAMC%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%3BeAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAMC%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAQD%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAUD%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BaAAA%3BAAAA%3BAAOC%3BAAAA%2CiBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAYA%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAOC%3BAAAA%2CmBAAA%3BAAAA%3BAD1pDH%2CkCAAA%3BACoqDC%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAMC%3BAAAA%3BkBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAOF%3BAAAA%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAD3rDD%2C6BAAA%3BACqsDC%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAWC%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3BaAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BADhuDH%2CyBAAA%3BAC2uDE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAOA%3BAAAA%3BaAAA%3BAAAA%3BAAMF%3BAAAA%2CuBAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BADlwDF%2C4BAAA%3BACywDE%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3BgCAAA%3BAAAA%3BADlxDF%2C8BAAA%3BACyxDC%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BaAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAASC%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAD5zDH%2CsBAAA%3BACo0DC%3BAAAA%2CoBAAA%3BAAAA%3BAAGC%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BADl1DF%2CwBAAA%3BAC21DC%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BADt2DD%2C0BAAA%3BACw3DE%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAEA%3BAAAA%2C4BAAA%3BAAAA%3BADr4DF%2CiBAAA%3BAC84DE%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3BWAAA%3BAAAA%3BAAOD%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAD95DF%2CWAAA%3BACu6DG%3BAAAA%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%3BeAAA%3BAAAA%3BAD56DJ%2CoCAAA%3BACq7DC%3BAAAA%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAASC%3BAAAA%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3BkBAAA%3BAAAA%3BAAKC%3BAAAA%2CkBAAA%3BAAAA%3BAAKD%3BAAAA%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%3BcAAA%3BAAAA%3BAAWD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAQD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAYA%3BAAAA%3BeAAA%3BAAAA%3BAAIC%3BAAAA%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAMD%3BAAAA%3BeAAA%3BAAAA%3BAAIC%3BAAAA%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAMD%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAKC%3BAAAA%3BcAAA%3BAAAA%3BAAOA%3BAAAA%3BmBAAA%3BAAAA%3BAAIC%3BAAAA%2CcAAA%3BAAAA%3BAAGD%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAOD%3BAAAA%3BeAAA%3BAAAA%3BAAIC%3BAAAA%3BcAAA%3BAAAA%3BAAOD%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAoBA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAWA%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASC%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAOH%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAD3sEH%2CmBAAA%3BACytEI%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAkBC%3BAAAA%2CkBAAA%3BAAAA%3BAAYF%3BAAAA%2CmBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQC%3BAAAA%3BcAAA%3BAAAA%3BADpwEH%2CeAAA%3BAC8wEG%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAOC%3BAAAA%2CsBAAA%3BAAAA%3BADlyEJ%2CqBAAA%3BACwyEC%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAA2BA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAACC%3BAAAA%3B%3B%3B%3BkDAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BoDAAA%3BAAAA%3BAAAA%3BADt1EH%2CoCAAA%3BACi2EC%3BAAAA%2CkBAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BAAEA%3BAAAA%2CmBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUC%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAASA%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAQD%3BAAAA%2CqBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAKC%3BAAAA%2CqBAAA%3BAAAA%3BAAMF%3BAAAA%3BmBAAA%3BAAAA%3BAAIC%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQC%3BAAAA%2CcAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAACA%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%2CWAAA%3BAAAA%3BAD96EH%2CqBAAA%3BACs7EC%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIC%3BAAAA%2C%2BDAAA%3BAAAA%3BAACA%3BAAAA%2C6DAAA%3BAAAA%3BAACA%3BAAAA%2C%2BDAAA%3BAAAA%3BAACA%3BAAAA%2C4DAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAeA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BADriFD%3B%3B%3BuDAAA%3BAAAA%2CYAAA%3BAAAA%2CaAAA%3BAAAA%2CgBAAA%3BAAAA%2CYAAA%3BAAAA%2CgBAAA%3BAAAA%2CaAAA%3BAAAA%2CWAAA%3BAAAA%2CUAAA%3BAAAA%2CcAAA%3BAAAA%2CWAAA%3BAAAA%2CaAAA%3BAAAA%2CYAAA%3BAAAA%2CeAAA%3BAEiJA%3BAAAA%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAUI%3BAAAA%2CmBAAA%3BAAAA%3BAAGJ%3BAAAA%2CmBAAA%3BAAAA%3BAAEA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%3BAAAA%3BAAEA%3BAAAA%2C2CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAFvKA%2CmBAAA%3BAE8KA%3BAAAA%2CiBAAA%3BAAAA%3BAF9KA%2C0BAAA%3BAEmLC%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%3BiBAAA%3BAAAA%3BAFrLD%2CiBAAA%3BAEwLC%3BAAAA%2CwBAAA%3BAAAA%3BAFxLD%2CoBAAA%3BAAAA%2CkBAAA%3BAAAA%2CeAAA%3BAAAA%2CqBAAA%3BAE%2BMA%3BAAAA%3B%3B%3B0BAAA%3BAAAA%3BAAOA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B0BAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3B%3BuCAAA%3BAAAA%3BAACA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAACA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAACA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAACA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B6BAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAASD%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3BkBAAA%3BAAAA%3BAFnQA%2CiBAAA%3BAE4QC%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%3BAAAA%3BAAIC%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAEC%3BAAAA%2CiBAAA%3BAAAA%3BAAEF%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAFhSD%2CaAAA%3BAEqSA%3BAAAA%2C4BAAA%3BAAAA%3BAFrSA%2CkBAAA%3BAE8SC%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%2CiBAAA%3BAAAA%3BAFnTD%2CkBAAA%3BAEyTA%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUF%3BAAAA%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUF%3BAAAA%2CkBAAA%3BAAAA%3BAAGC%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAF3XA%2C0EAAA%3BAE4YA%3BAAAA%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%2C4BAAA%3BAAAA%3BAAeA%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAOA%3BAAAA%2CoBAAA%3BAAAA%3BAAMA%3BAAAA%2CgBAAA%3BAAAA%3BAF9aA%2CuBAAA%3BAEmbA%3BAAAA%2CgBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAFhcF%2CYAAA%3BAEycA%3BAAAA%2CgCAAA%3BAAAA%3BAAGE%3BAAAA%3BoBAAA%3BAAAA%3BAAKD%3BAAAA%3BiBAAA%3BAAAA%3BAAKC%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAYC%3BAAAA%3BmCAAA%3BAAAA%3BAAMH%3BAAEC%3BAAAA%2CWAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%2C4CAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAgBC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkDAAA%3BAAAA%3BAAcS%3BAAAA%2CqBAAA%3BAAAA%3BAAIV%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAcC%3BAAAA%2CgBAAA%3BAAAA%3BAAED%3BAAAA%2CgBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAgBC%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAaA%3BAAAA%2CoBAAA%3BAAAA%3BAAEA%3BAAAA%3BeAAA%3BAAAA%3BAAMC%3BAAAA%2CkBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B2CAAA%3BAAAA%3BAAoBA%3BAAAA%2CcAAA%3BAAAA%3BAFjpBJ%2CwBAAA%3BAEsqBG%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAeC%3BAAAA%2CgBAAA%3BAAAA%3BAFrrBJ%2CuCAAA%3BAE0rBG%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUC%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAOC%3BAAAA%3BiBAAA%3BAAAA%3BAF%2FsBL%2CoBAAA%3BAEstBI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAFttBJ%2CsCAAA%3BAEquBK%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAmBC%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAaD%3BAAAA%2CsBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3BcAAA%3BAAAA%3BAFpxBL%2CuCAAA%3BAE2xBE%3BAAAA%2CeAAA%3BAAAA%3BAF3xBF%2CwBAAA%3BAE2yBC%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAOC%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAQH%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAAiBC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAmBA%3BAAAA%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAASD%3BAAAA%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAASA%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAASA%3BAAAA%3BmBAAA%3BAAAA%3BAFt5BA%2CkBAAA%3BAE25BC%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%3B6BAAA%3BAAAA%3BAACA%3BAAAA%3BqBAAA%3BAAAA%3BAF36BF%2CmBAAA%3BAEk7BC%3BAAAA%2CgBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMC%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2C6BAAA%3BAAAA%3BAAEA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%2CqBAAA%3BAAAA%3BAFr9BH%2CmBAAA%3BAE69BI%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKI%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BuBAAA%3BAAAA%3BAAOA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAGI%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAMZ%3BAAEI%3BAAAA%2CkBAAA%3BAAAA%3BAAQQ%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAMZ%3BAAEI%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAMI%3BAAAA%3BmBAAA%3BAAAA%3BAAII%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAEI%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3ByBAAA%3BAAAA%3BAAII%3BAAAA%3BgBAAA%3BAAAA%3BAAAA%3BAF5kCR%2CmBAAA%3BAEqlCC%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOC%3BAAAA%2CiBAAA%3BAAAA%3BAAGM%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAWN%3BAAAA%3B4BAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAcC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAAaD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAFzoCH%2CmBAAA%3BAEspCC%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAYC%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%2C8BAAA%3BAAAA%3BAAIA%3BAAAA%2CaAAA%3BAAAA%3BAAEC%3BAAAA%3BeAAA%3BAAAA%3BAAKD%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3BkCAAA%3BAAAA%3BAAMC%3BAAAA%2CaAAA%3BAAAA%3BAAIJ%3BAAAA%3ByBAAA%3BAAAA%3BAFluCA%2CqBAAA%3BAE0uCE%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAaA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAiBC%3BAAAA%2C2BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAcC%3BAAAA%3B%3B%3B%3B%3B%3B%3BWAAA%3BAAAA%3BAAWD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%2BCAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAASD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAgBC%3BAAAA%3BaAAA%3BAAAA%3BAAKH%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%2CaAAA%3BAAAA%3BAFr1CA%2CqBAAA%3BAAAA%2CgBAAA%3BAE61CC%3BAAAA%3B%3BwBAAA%3BAAAA%3BAF71CD%2CqBAAA%3BAEw2CC%3BAAAA%3B%3BsBAAA%3BAAAA%3BAFx2CD%2C6BAAA%3BAE%2B2CC%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAFl3CD%2CmBAAA%3BAEw3CC%3BAAAA%3BkBAAA%3BAAAA%3BAFx3CD%2C2BAAA%3BAE83CC%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAFj4CD%2CoCAAA%3BAEq4CC%3BAAAA%2CqBAAA%3BAAAA%3BAAED%3BAAAA%3BaAAA%3BAAAA%3BAAMA%3BAAAA%2CoBAAA%3BAAAA%3BAAOC%3BAAAA%2CoBAAA%3BAAAA%3BAAMD%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASC%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%3BmBAAA%3BAAAA%3BAAIC%3BAAAA%3BoBAAA%3BAAAA%3BAAMD%3BAAAA%3BmBAAA%3BAAAA%3BAAIC%3BAAAA%3BoBAAA%3BAAAA%3BAAMD%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAkBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAqBD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAWC%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAOA%3BAAAA%3BiBAAA%3BAAAA%3BAAIC%3BAAAA%2C4BAAA%3BAAAA%3BAAID%3BAAAA%2C4BAAA%3BAAAA%3BAAGC%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAID%3BAAAA%2C4BAAA%3BAAAA%3BAAGC%3BAAAA%2C4BAAA%3BAAAA%3BAAID%3BAAAA%3BqBAAA%3BAAAA%3BAAIC%3BAAAA%2CaAAA%3BAAAA%3BAAID%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAMC%3BAAAA%2CcAAA%3BAAAA%3BAAIF%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3BsHAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAIC%3BAAAA%3BkBAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BAAID%3BAAAA%3B%3BiCAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B6BAAA%3BAAAA%3BAAcA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%3BkBAAA%3BAAAA%3BAAIE%3BAAAA%3BmCAAA%3BAAAA%3BAAKF%3BAAAA%3BkBAAA%3BAAAA%3BAAKC%3BAAAA%3BmCAAA%3BAAAA%3BAAKD%3BAAAA%2CiBAAA%3BAAAA%3BAACC%3BAAAA%2CiBAAA%3BAAAA%3BAAEF%3BAAAA%2CiBAAA%3BAAAA%3BAAGD%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAQC%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAFlqDF%2CwCAAA%3BAAAA%2CmBAAA%3BAE0qDE%3BAAAA%2CcAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BAFjrDF%2CyBAAA%3BAEurDG%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAMC%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAID%3BAAAA%2CmBAAA%3BAAAA%3BAASA%3BAAAA%3BkBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAWC%3BAAAA%2CoBAAA%3BAAAA%3BAAIJ%3BAAAA%2CiBAAA%3BAAAA%3BAAOC%3BAAAA%2CiBAAA%3BAAAA%3BAFlvDF%2CwBAAA%3BAE0vDC%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAF7vDD%2CsBAAA%3BAEqwDE%3BAAAA%3BkBAAA%3BAAAA%3BAFrwDF%2C%2BBAAA%3BAE4wDC%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAF7wDD%2CiBAAA%3BAEmxDE%3BAAAA%3BuBAAA%3BAAAA%3BAAQA%3BAAAA%3BuBAAA%3BAAAA%3BAF3xDF%2CyDAAA%3BAEoyDE%3BAAAA%2CoBAAA%3BAAAA%3BAFpyDF%2CyDAAA%3BAEwzDE%3BAAAA%2CoBAAA%3BAAAA%3BAAmBD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAgBA%3BAAAA%2CaAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAiBC%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAOD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAoBC%3BAAAA%2CaAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAKA%3BAAAA%2CkBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAOA%3BAAAA%2CaAAA%3BAAAA%3BAAKA%3BAAAA%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAFz7DH%2CiBAAA%3BAEo8DE%3BAAAA%2CqBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAeC%3BAAAA%2CeAAA%3BAAAA%3BAAID%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%2CaAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAWC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAAeA%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BAAMH%3BAAAA%3BmBAAA%3BAAAA%3BAF7gED%2CcAAA%3BAEqhEE%3BAAAA%2CqBAAA%3BAAAA%3BAAIC%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%2CaAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAWC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAF1iEH%2CWAAA%3BAE6jEE%3BAAAA%2CqBAAA%3BAAAA%3BAAGC%3BAAAA%2CaAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAaA%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BAAID%3BAAAA%3BkBAAA%3BAAAA%3BAAKH%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%2CuBAAA%3BAAAA%3BAAID%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3BiBAAA%3BAAAA%3BAAIC%3BAAAA%2C4BAAA%3BAAAA%3BAAID%3BAAAA%3BqBAAA%3BAAAA%3BAF7nEA%2CmBAAA%3BAEqoEE%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAWC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAeA%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%2CiBAAA%3BAAAA%3BAFtqEJ%2CaAAA%3BAE6qEE%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAMC%3BAAAA%2CkBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAaA%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%2C8BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAQD%3BAAAA%2C4BAAA%3BAAAA%3BAF3uEH%2CUAAA%3BAEovEE%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAMC%3BAAAA%2CkBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAaA%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%2C8BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAQD%3BAAAA%2C4BAAA%3BAAAA%3BAFlzEH%2CkBAAA%3BAE0zEE%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%2CwBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAYD%3BAAAA%3B8BAAA%3BAAAA%3BAAKA%3BAAAA%3BuEAAA%3BAAAA%3BAF71EF%2CSAAA%3BAEq2EE%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%2CaAAA%3BAAAA%3BAAEC%3BAAAA%3B%3B%3B%3BgBAAA%3BAAAA%3BAAQD%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAQA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAWD%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAgBC%3BAAAA%2CmBAAA%3BAAAA%3BAAKF%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAFn7EF%2CeAAA%3BAEw7EC%3BAAAA%2CsBAAA%3BAAAA%3BAAIC%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAOA%3BAAAA%2CaAAA%3BAAAA%3BAAKD%3BAAAA%3BgCAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAcA%3BAAAA%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAASA%3BAAAA%3BoBAAA%3BAAAA%3BAAKC%3BAAAA%2CqBAAA%3BAAAA%3BAAEC%3BAAAA%3B%3BUAAA%3BAAAA%3BAAQH%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAaC%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAKC%3BAAAA%3BiBAAA%3BAAAA%3BAAMa%3BAAAA%2C4BAAA%3BAAAA%3BAACA%3BAAAA%2CyBAAA%3BAAAA%3BAAEd%3BAAAA%2CiBAAA%3BAAAA%3BAAKD%3BAAAA%2CqBAAA%3BAAAA%3BAAIC%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAWE%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAUA%3BAAAA%3BoBAAA%3BAAAA%3BAAMA%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%3BAAAA%3BAFhmFJ%2CyBAAA%3BAEymFC%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAMA%3BAAAA%3BkBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAOa%3BAAAA%2CmBAAA%3BAAAA%3BAAIZ%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAWC%3BAAAA%3BgBAAA%3BAAAA%3BAAKA%3BAAAA%3BeAAA%3BAAAA%3BAAKD%3BAAAA%2C0BAAA%3BAAAA%3BAAIJ%3BAAEI%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAAA%3BAF3rFJ%2CkBAAA%3BAEwsFC%3BAAAA%2CqBAAA%3BAAAA%3BAAGC%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAF%2FsFF%2CeAAA%3BAEotFA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3BwBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAOD%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAqBA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BYAAA%3BAAAA%3BAAMA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIC%3BAAAA%2CgBAAA%3BAAAA%3BAAKD%3BAAAA%2CiBAAA%3BAAAA%3BAAOA%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAMC%3BAAAA%2CoBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3BcAAA%3BAAAA%3BAAKC%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%2CcAAA%3BAAAA%3BAAEA%3BAAAA%2CmBAAA%3BAAAA%3BAAMD%3BAAAA%3B%3BcAAA%3BAAAA%3BAAKE%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%2CcAAA%3BAAAA%3BAAEE%3BAAAA%2CmBAAA%3BAAAA%3BAAMJ%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAFz1FA%2CgBAAA%3BAE81FA%3BAAAA%3BqBAAA%3BAAAA%3BAAIC%3BAAAA%2CqBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAgBD%3BAAAA%2CgBAAA%3BAAAA%3BAAIC%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3BuBAAA%3BAAAA%3BAAKF%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAeI%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAOH%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BgCAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAUC%3BAAAA%3B4BAAA%3BAAAA%3BAAID%3BAAAA%2CkBAAA%3BAAAA%3BAAID%3BAAEC%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAKO%3BAAAA%3BqBAAA%3BAAAA%3BAAKN%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3B0BAAA%3BAAAA%3BAAAA%3BAFt9FF%2CYAAA%3BAEg%2BFA%3BAAAA%2CsBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAAQC%3BAAAA%2CgCAAA%3BAAAA%3BAAEA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAcC%3BAAAA%2CiBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3BaAAA%3BAAAA%3BAAMA%3BAAAA%2C0BAAA%3BAAAA%3BAAIA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOC%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAMD%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAASA%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAFjkGH%2CwBAAA%3BAE%2BkGG%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAOA%3BAAAA%2CsBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BYAAA%3BAAAA%3BAF1lGJ%2CUAAA%3BAEimGA%3BAAAA%2CsBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3BiDAAA%3BAAAA%3BAASC%3BAAAA%3B6BAAA%3BAAAA%3BAAKA%3BAAAA%2C6BAAA%3BAAAA%3BAAEA%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%2CcAAA%3BAAAA%3BAFvnGF%2CUAAA%3BAE8nGC%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAFloGD%2CYAAA%3BAEuoGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuCAAA%3BAAAA%3BAAgBC%3BAAAA%3BiBAAA%3BAAAA%3BAAMD%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%3BAAAA%3BAAIC%3BAAAA%2C4BAAA%3BAAAA%3BAAID%3BAAAA%2C4BAAA%3BAAAA%3BAAIC%3BAAAA%2CgCAAA%3BAAAA%3BAF7qGD%2CYAAA%3BAEkrGA%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAaA%3BAAAA%3BiBAAA%3BAAAA%3BAFlsGD%2C4BAAA%3BAEwsGA%3BAAAA%3BaAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAgBA%3BAAAA%2C2BAAA%3BAAAA%3BAF7tGD%2CUAAA%3BAEquGE%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAsBA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAMA%3BAAAA%2CoBAAA%3BAAAA%3BAAKH%3BAAAA%3BaAAA%3BAAAA%3BAAOA%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BiCAAA%3BAAAA%3BAAMI%3BAAAA%3BkBAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%2CcAAA%3BAAAA%3BAAOA%3BAAAA%2C0BAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAF51GJ%2CmBAAA%3BAEk2GI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAuBC%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAaL%3BAAAA%2CmCAAA%3BAAAA%3BAAKA%3BAAAA%2C8BAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BuCAAA%3BAAAA%3BAFn5GA%2CiBAAA%3BAE45GA%3BAAMC%3BAAAA%3B%3B%3B%3BgBAAA%3BAAAA%3BAAQA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3BgBAAA%3BAAAA%3BAAKA%3BAAAA%2CeAAA%3BAAAA%3BAAOA%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAKI%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3BqBAAA%3BAAAA%3BAAMJ%3BAAGI%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3BYAAA%3BAAAA%3BAAMA%3BAAAA%3BmBAAA%3BAAAA%3BAAIC%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%2CcAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAUC%3BAAAA%2CiBAAA%3BAAAA%3BAAOD%3BAAAA%3BkBAAA%3BAAAA%3BAAIC%3BAAAA%2CsBAAA%3BAAAA%3BAAKD%3BAAAA%2CkBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAMC%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgDAAA%3BAAAA%3BAAaC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAcD%3BAAAA%2C4BAAA%3BAAAA%3BAAGC%3BAAAA%2C8BAAA%3BAAAA%3BAAMF%3BAAAA%2C8BAAA%3BAAAA%3BAAGA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAGA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAFnlHA%2C0BAAA%3BAEiuHC%3BAAAA%3B4BAAA%3BAAAA%3BAAIC%3BAAAA%3BmBAAA%3BAAAA%3BAASA%3BAAAA%3BmBAAA%3BAAAA%3BAAOD%3BAAAA%2CgBAAA%3BAAAA%3BAAQE%3BAAAA%3BmBAAA%3BAAAA%3BAAzJF%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3BuBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAQA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAIC%3BAAAA%3B4BAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAaA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAAA%3BAAWD%3BAACC%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3B%3B0BAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAUD%3BAAAA%3B%3B%3B%3BoCAAA%3BAAAA%3BAAUF%3BAAAA%3B%3B%3B%3BYAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAAaC%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAsDD%3BAAAA%2CgBAAA%3BAAAA%3BAAKD%3BAAIG%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3B4BAAA%3BAAAA%3BAAIC%3BAAAA%3BmBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAaC%3BAAAA%2CmBAAA%3BAAAA%3BAAKD%3BAAAA%2CWAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAME%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAWC%3BAAAA%2CgBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B6BAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3B%3BeAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAOD%3BAAAA%2CiBAAA%3BAAAA%3BAAKD%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAmBH%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAQC%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAcC%3BAAAA%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAWD%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAOC%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQA%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAAaC%3BAAAA%3B%3BkCAAA%3BAAAA%3BAAWF%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BkCAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B6BAAA%3BAAAA%3BAAaD%3BAAAA%2CeAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAWD%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAMC%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BWAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAASC%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%2CiBAAA%3BAAAA%3BAAUF%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAKC%3BAAAA%3BcAAA%3BAAAA%3BAAIC%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%2CgBAAA%3BAAAA%3BAAKD%3BAAAA%2CgCAAA%3BAAAA%3BAAKE%3BAAAA%3BkCAAA%3BAAAA%3BAAUL%3BAAAA%3B%3B%3BYAAA%3BAAAA%3BAAOA%3BAAAA%2CoBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%2CqBAAA%3BAAAA%3BAAMC%3BAAAA%2CiBAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BiCAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3BWAAA%3BAAAA%3BAASA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAYF%3BAAAA%2CeAAA%3BAAAA%3BAAKA%3BAAAA%3B0BAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAOC%3BAAAA%2CYAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3B2BAAA%3BAAAA%3BAAIE%3BAAAA%2CkBAAA%3BAAAA%3BAAGD%3BAAAA%3BuBAAA%3BAAAA%3BAAOC%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%2CsCAAA%3BAAAA%3BAAAA%3BAAIA%3BAAGE%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAArrBF%3BAAAA%2C%2BBAAA%3BAAAA%3BAAIA%3BAAAA%3BuBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAQA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAIC%3BAAAA%3B4BAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAaA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAAA%3BAAWD%3BAACC%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3B%3B0BAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAUD%3BAAAA%3B%3B%3B%3BoCAAA%3BAAAA%3BAAUF%3BAAAA%3B%3B%3B%3BYAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAAaC%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAmlBH%3BAAAA%2C0BAAA%3BAAAA%3BAAMC%3BAAAA%2CsBAAA%3BAAAA%3BAAGC%3BAAAA%3B6BAAA%3BAAAA%3BAAOF%3BAAAA%2CmBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%2C0CAAA%3BAAAA%3BAAGC%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAMF%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2C6BAAA%3BAAAA%3BAAGC%3BAAAA%3BqBAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%2CgBAAA%3BAAAA%3BAAKD%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAMD%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAKC%3BAAAA%3BcAAA%3BAAAA%3BAAME%3BAAAA%3B%3BoBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3B6BAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3BsCAAA%3BAAAA%3BAAOC%3BAAAA%3BsCAAA%3BAAAA%3BAAQH%3BAAAA%2CwCAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%2C0CAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%2C0CAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BmBAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%2CoBAAA%3BAAAA%3BAF%2F8IA%3B%3B%3BuDAAA%3BAAAA%2CYAAA%3BAAAA%2C2BAAA%3BAAAA%2CgBAAA%3BAAAA%2CiBAAA%3BAAAA%2CsBAAA%3BAG4BA%3BAAEC%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAKD%3BAAEC%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAIG%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3BqBAAA%3BAAAA%3BAAIH%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAKD%3BAAEC%3BAAAA%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAMA%3BAAAA%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BgBAAA%3BAAAA%3BAAQA%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3BgBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAKD%3BAAEC%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAKD%3BAAEC%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3BwBAAA%3BAAAA%3BAAIG%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAH9HJ%2C6BAAA%3BAGqIA%3BAAEC%3BAAAA%2CmCAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAUD%3BAAAA%2CmBAAA%3BAAAA%3BAAKA%3BAAAA%2CgBAAA%3BAAAA%3BAAeA%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BAAID%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3BgBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3BoCAAA%3BAAAA%3BAAUD%3BAAAA%2C6BAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAkBC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAmBA%3BAAAA%3BiCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAWD%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQD%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B0CAAA%3BAAAA%3BAAQD%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BAAOC%3BAAAA%2CmBAAA%3BAAAA%3BAAEA%3BAAAA%2CsBAAA%3BAAAA%3BAASA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%2CgCAAA%3BAAAA%3BAAKD%3BAAAA%2CcAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAWA%3BAAAA%3B0BAAA%3BAAAA%3BAAIC%3BAAAA%3BmCAAA%3BAAAA%3BAAKD%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAKC%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%3ByCAAA%3BAAAA%3BAAGD%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAQC%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAGF%3BAAAA%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAGD%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAKD%3BAAEC%3BAAAA%3ByBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAMA%3BAAAA%2CuBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAGC%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3BgBAAA%3BAAAA%3BAAKA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B4BAAA%3BAAAA%3BAAQA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAQC%3BAAAA%2CkBAAA%3BAAAA%3BAAID%3BAAAA%2C6BAAA%3BAAAA%3BAAMC%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAMF%3BAAEE%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAME%3BAAAA%3BgBAAA%3BAAAA%3BAAAA%3BAHziBJ%2CmBAAA%3BAGkjBA%3BAAIE%2C0BAAA%3BAAKC%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAOA%3BAAAA%2CoBAAA%3BAAAA%3BAAKD%3BAAAA%3B2BAAA%3BAAAA%3BAASA%3BAAAA%2CoBAAA%3BAAAA%3BAAGC%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAQD%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMD%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B6CAAA%3BAAAA%3BAAMC%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAWD%3BAAAA%3BgCAAA%3BAAAA%3BAAKA%3BAAAA%3BgBAAA%3BAAAA%3BAAKA%3BAAAA%3BsBAAA%3BAAAA%3BAAIC%3BAAAA%2CsBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAGD%3BAAAA%3BqBAAA%3BAAAA%3BAAIC%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAMC%3BAAAA%2CkBAAA%3BAAAA%3BAAGD%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3BeAAA%3BAAAA%3BAAMD%3BAAAA%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAOA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAgBA%3BAAAA%3BqBAAA%3BAAAA%3BAAEA%3BAAAA%2CuBAAA%3BAAAA%3BAAEA%3BAAAA%2CaAAA%3BAAAA%3BAAMA%3BAAAA%2CkBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASC%3BAAAA%2CqBAAA%3BAAAA%3BAAID%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3BeAAA%3BAAAA%3BAAKA%3BAAAA%3BgBAAA%3BAAAA%3BAAKA%3BAAAA%2CeAAA%3BAAAA%3BAAMA%3BAAAA%3BsBAAA%3BAAAA%3BAAMD%3BAAAA%3B%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAQD%3BAAAA%3B%3B%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAAaA%3BAAAA%2CkBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAWF%3BAAAA%2CeAAA%3BAAAA%3BAASA%3BAAAA%2CeAAA%3BAAAA%3BAAID%3BAAAA%2CeAAA%3BAAAA%3BAACC%3BAAAA%2CeAAA%3BAAAA%3BAAED%3BAAAA%2C2BAAA%3BAAAA%3BAAGC%3BAAAA%3BwBAAA%3BAAAA%3BAAKD%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAAOD%3BAAEC%3BAAAA%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAQA%3BAAAA%2C8BAAA%3BAAAA%3BAAGC%3BAAAA%3BqBAAA%3BAAAA%3BAAIC%3BAAAA%3B8BAAA%3BAAAA%3BAAMD%3BAAAA%2C8BAAA%3BAAAA%3BAAKD%3BAAAA%2C2BAAA%3BAAAA%3BAAGC%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAQA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAHp9BD%2CYAAA%3BAG29BA%3BAAEC%3BAAAA%2CmCAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAUD%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BiCAAA%3BAAAA%3BAAKC%3BAAAA%3B2DAAA%3BAAAA%3BAAKD%3BAAAA%2CkBAAA%3BAAAA%3BAACA%3BAAAA%2CoBAAA%3BAAAA%3BAAEA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3BuBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAOD%3BAAAA%3BiBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAQD%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%2C8BAAA%3BAAAA%3BAAMC%3BAAAA%3BwBAAA%3BAAAA%3BAAKD%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%2CYAAA%3BAAAA%3BAAGC%3BAAAA%3B%3BcAAA%3BAAAA%3BAAMD%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BoCAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAASA%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAQA%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B2BAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAYD%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%3BiCAAA%3BAAAA%3BAACA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAACA%3BAAAA%3BsBAAA%3BAAAA%3BAACA%3BAAAA%3BsBAAA%3BAAAA%3BAACA%3BAAAA%3BsBAAA%3BAAAA%3BAACA%3BAAAA%3BsBAAA%3BAAAA%3BAAEA%3BAAAA%3BsBAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAKA%2CkBAAA%3BAAGC%3BAAAA%2C8BAAA%3BAAAA%3BAAMD%3BAAAA%3B%3ByBAAA%3BAAAA%3BAASC%3BAAAA%3B%3BiCAAA%3BAAAA%3BAAMA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%3BuBAAA%3BAAAA%3BAAMA%3BAAAA%3B%2BBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%3BwCAAA%3BAAAA%3BAAMA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%3B0BAAA%3BAAAA%3BAAMA%3BAAAA%3BmCAAA%3BAAAA%3BAAMA%3BAAAA%3B4EAAA%3BAAAA%3BAAEA%3BAAAA%3BqBAAA%3BAAAA%3BAAMC%3BAAAA%3ByBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B6DAAA%3BAAAA%3BAASA%3BAAAA%3B6DAAA%3BAAAA%3BAAoBA%3BAAAA%2CsBAAA%3BAAAA%3BAAoBF%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAOA%3BAAAA%3BcAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAMA%3BAAAA%3BgCAAA%3BAAAA%3BAAKA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAMA%3BAAAA%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%2CqBAAA%3BAAAA%3BAAGD%3BAAAA%3BqBAAA%3BAAAA%3BAAIC%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAaA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3BwBAAA%3BAAAA%3BAASA%3BAAAA%3ByBAAA%3BAAAA%3BAAKD%3BAAAA%2C%2BBAAA%3BAAAA%3BAAmBA%3BAAAA%2CcAAA%3BAAAA%3BAAOC%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAgBA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAKD%3BAAEC%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAKD%3BAAEC%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%22%7D */