.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwuHUDT74UUKoU0w8Kv5m2BspBcxbvVZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/79f7fbff-aeb0-43fc-a050-2571a0f6c6fa/KimberleLeadershipHeader.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#nwuHUDT74UUKoU0w8Kv5m2BspBcxbvVZ.adaptive-delivery-prevent-bg, #nwuHUDT74UUKoU0w8Kv5m2BspBcxbvVZ.lazyload, #nwuHUDT74UUKoU0w8Kv5m2BspBcxbvVZ.lazyloading { background-image: none; }#nwuHUDT74UUKoU0w8Kv5m2BspBcxbvVZ > .row .container { background-color: transparent; background-image: none; }#nwuHUDT74UUKoU0w8Kv5m2BspBcxbvVZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwuHUDT74UUKoU0w8Kv5m2BspBcxbvVZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwuHUDT74UUKoU0w8Kv5m2BspBcxbvVZ > .row .container > .video-iframe-container { display: none; }#nwuHUDT74UUKoU0w8Kv5m2BspBcxbvVZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwuHUDT74UUKoU0w8Kv5m2BspBcxbvVZ > .row > .video-iframe-container { display: none; }#nwuHUDT74UUKoU0w8Kv5m2BspBcxbvVZ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwuHUDT74UUKoU0w8Kv5m2BspBcxbvVZ > .row .container { border-width: 0; border-radius: 0; }#nwuHUDT74UUKoU0w8Kv5m2BspBcxbvVZ > .row > .video-iframe-container {  }#nwuHUDT74UUKoU0w8Kv5m2BspBcxbvVZ > .row .container { width:960px;height:340px;font-size:14px;font-family:arial;position:relative;display:block; }#mt8XLTzlCTMER9J8avQcAQ77xvX0QKr9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#mt8XLTzlCTMER9J8avQcAQ77xvX0QKr9 > .row .container { background-color: transparent; background-image: none; }#mt8XLTzlCTMER9J8avQcAQ77xvX0QKr9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mt8XLTzlCTMER9J8avQcAQ77xvX0QKr9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mt8XLTzlCTMER9J8avQcAQ77xvX0QKr9 > .row .container > .video-iframe-container { display: none; }#mt8XLTzlCTMER9J8avQcAQ77xvX0QKr9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mt8XLTzlCTMER9J8avQcAQ77xvX0QKr9 > .row > .video-iframe-container { display: none; }#mt8XLTzlCTMER9J8avQcAQ77xvX0QKr9 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mt8XLTzlCTMER9J8avQcAQ77xvX0QKr9 > .row .container { border-width: 0; border-radius: 0; }#mt8XLTzlCTMER9J8avQcAQ77xvX0QKr9 > .row > .video-iframe-container {  }#mt8XLTzlCTMER9J8avQcAQ77xvX0QKr9 > .row .container { font-size:14px;font-family:arial;height:379px;width:960px;position:relative;display:block; }#m2WOFmJuvtzqEOxfgaR1GDiNhSa8FcNb { color:#000000;display:block;width:960px;position:absolute;font-family:roboto;font-size:19px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:143.59381103516px;left:0px;height:197.5696px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u4COalKp3KPbTrpppOgoIXGzUeQiNMDI { color:#000000;display:block;width:960px;position:absolute;font-family:"montserrat black";font-size:35px;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:35.989593505859px;left:0px;height:76.9966px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y8Hg5umFQM3MMF2oL4KJsEcwUxVENHeq { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:378.993px;width:378.993px;top:316.45835113525px;left:42.986114501953px;overflow:hidden;display:block; }
#FPonBahuLNaOVE9NNmtAw1GTJ4g2guqD { position:relative;display:block; }#FPonBahuLNaOVE9NNmtAw1GTJ4g2guqD { background-color: transparent; background-image: none; }#FPonBahuLNaOVE9NNmtAw1GTJ4g2guqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPonBahuLNaOVE9NNmtAw1GTJ4g2guqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPonBahuLNaOVE9NNmtAw1GTJ4g2guqD > .row .container > .video-iframe-container { display: none; }#FPonBahuLNaOVE9NNmtAw1GTJ4g2guqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPonBahuLNaOVE9NNmtAw1GTJ4g2guqD > .row > .video-iframe-container { display: none; }#FPonBahuLNaOVE9NNmtAw1GTJ4g2guqD > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPonBahuLNaOVE9NNmtAw1GTJ4g2guqD { border-width: 0; border-radius: 0; }#FPonBahuLNaOVE9NNmtAw1GTJ4g2guqD > .row .container > .video-iframe-container {  }#FPonBahuLNaOVE9NNmtAw1GTJ4g2guqD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#f0WGmHXs3GETgdOMD74zZWRBKRNZIOiT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:215.998px;width:406.997px;top:22.99479675293px;left:516.49307250977px;overflow:hidden;display:block; }
#O321XwC7PSyiALfW9yxny6KppNM69UmN { color:#000000;display:block;width:336.997px;position:absolute;font-family:roboto;font-size:24px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:250.20835351944px;left:71.493072509766px;height:31.1979px;display:block; }
#VyTTuaWhafBFyJq65z7nG6Ev7fLCAA0C { color:#000000;display:block;width:428.993px;position:absolute;font-family:roboto;font-size:24px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:250.20835351944px;left:505.48611450195px;height:31.1979px;display:block; }
#H587rDCLJA42gZhihdFlKmNeufU2SIJ4 { position:relative;display:block; }#H587rDCLJA42gZhihdFlKmNeufU2SIJ4 { background-color: transparent; background-image: none; }#H587rDCLJA42gZhihdFlKmNeufU2SIJ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H587rDCLJA42gZhihdFlKmNeufU2SIJ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H587rDCLJA42gZhihdFlKmNeufU2SIJ4 > .row .container > .video-iframe-container { display: none; }#H587rDCLJA42gZhihdFlKmNeufU2SIJ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H587rDCLJA42gZhihdFlKmNeufU2SIJ4 > .row > .video-iframe-container { display: none; }#H587rDCLJA42gZhihdFlKmNeufU2SIJ4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H587rDCLJA42gZhihdFlKmNeufU2SIJ4 { border-width: 0; border-radius: 0; }#H587rDCLJA42gZhihdFlKmNeufU2SIJ4 > .row .container > .video-iframe-container {  }#H587rDCLJA42gZhihdFlKmNeufU2SIJ4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:145px;width:960px;position:relative;display:block; }#N9J5TzInmN9B9iS6xqTTzAdevVZgEaB4 { color:#000000;display:block;width:960px;position:absolute;font-family:"montserrat black";font-size:48px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:42.595489501953px;left:0px;height:62.4045px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pmefA9VgZdx4wFzT1IFl3K0MHKAeqFdl { position:relative;display:block; }#pmefA9VgZdx4wFzT1IFl3K0MHKAeqFdl { background-color: transparent; background-image: none; }#pmefA9VgZdx4wFzT1IFl3K0MHKAeqFdl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmefA9VgZdx4wFzT1IFl3K0MHKAeqFdl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmefA9VgZdx4wFzT1IFl3K0MHKAeqFdl > .row .container > .video-iframe-container { display: none; }#pmefA9VgZdx4wFzT1IFl3K0MHKAeqFdl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmefA9VgZdx4wFzT1IFl3K0MHKAeqFdl > .row > .video-iframe-container { display: none; }#pmefA9VgZdx4wFzT1IFl3K0MHKAeqFdl > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmefA9VgZdx4wFzT1IFl3K0MHKAeqFdl { border-width: 0; border-radius: 0; }#pmefA9VgZdx4wFzT1IFl3K0MHKAeqFdl > .row .container > .video-iframe-container {  }#pmefA9VgZdx4wFzT1IFl3K0MHKAeqFdl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:336px;width:960px;position:relative;display:block; }#ZU955lR0CGGyZT4hCRnTLUXfFEHi7HgG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:247.995px;width:385px;top:11.519104003906px;left:47.5px;overflow:hidden;display:block; }
#WCx4MT80pHsrvqyzZt1r5ewunyoXq3cs { color:#000000;display:block;width:379px;position:absolute;font-family:roboto;font-size:24px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:283.39404296875px;left:71.493072509766px;height:31.1979px;display:block; }
#MMRmRu68VcRmthJeUgk1ERgbTvqOHhIk { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:258px;width:347px;top:11.519104003906px;left:557.42973988555px;overflow:hidden;display:block; }
#nPs3n3TTB6N1qfTfpISk8fWlmCOdS1Kv { color:#000000;display:block;width:320px;position:absolute;font-family:roboto;font-size:24px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:283.37673950195px;left:570.9201965332px;height:31.1979px;display:block; }
#XZPxVBpwN3DyXJ9IULpvm0VnqAEIn81t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#XZPxVBpwN3DyXJ9IULpvm0VnqAEIn81t > .row .container { background-color: transparent; background-image: none; }#XZPxVBpwN3DyXJ9IULpvm0VnqAEIn81t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZPxVBpwN3DyXJ9IULpvm0VnqAEIn81t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZPxVBpwN3DyXJ9IULpvm0VnqAEIn81t > .row .container > .video-iframe-container { display: none; }#XZPxVBpwN3DyXJ9IULpvm0VnqAEIn81t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZPxVBpwN3DyXJ9IULpvm0VnqAEIn81t > .row > .video-iframe-container { display: none; }#XZPxVBpwN3DyXJ9IULpvm0VnqAEIn81t > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZPxVBpwN3DyXJ9IULpvm0VnqAEIn81t > .row .container { border-width: 0; border-radius: 0; }#XZPxVBpwN3DyXJ9IULpvm0VnqAEIn81t > .row > .video-iframe-container {  }#XZPxVBpwN3DyXJ9IULpvm0VnqAEIn81t > .row .container { font-size:14px;font-family:arial;height:1052px;width:960px;position:relative;display:block; }#Gq8lNdAX2xSbWADLPwf77HueeWxGB0et { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:260px;width:390.998px;top:65.989589691162px;left:44.487854003906px;overflow:hidden;display:block; }
#B0Jwbc1dDGQv8e5mWRDyboDnc1SJlyKf { color:#284d42;display:block;width:406.997px;position:absolute;font-family:roboto;font-size:19px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:61.319458007812px;left:516.49307250977px;height:790.2778px;display:block; }
#KSQhX80SJtgRx5zILtBVgmfDWptLT03P { background-color:#b90502;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 3px 6px rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:403.993px;height:49px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:881.30212402344px;left:517.9948425293px;display:block; }
#REl99tRKMnCXkpAEo2k3GsGC1WXZF8PC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#eXifnhb4bH8TkG1TqUyzJhetRmpDTgE4 { color:#000000;display:block;width:371.997px;position:absolute;font-family:roboto;font-size:19px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:395.19967269897px;left:64.470489501953px;height:257.266px;display:block; }#eXifnhb4bH8TkG1TqUyzJhetRmpDTgE4 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#eXifnhb4bH8TkG1TqUyzJhetRmpDTgE4 li:before{  }
#SIChKBTnTETttzMbQGclHQzZiNa78bZu { color:#000000;display:block;width:345px;position:absolute;font-family:roboto;font-size:22px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:346.55382919312px;left:79.878479003906px;height:28.5938px;display:block; }
#ThfgW4yKGZlIoHqrez7BIoUAyN5wyXA0 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:260px;width:317.995px;top:671.29345703125px;left:93.376739501953px;overflow:hidden;display:block; }
#IeiRdT0hNJNlySddkgRrlCP7keB21fne { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:973.45315551758px;left:559.88888549805px;height:;display:block; }
#uJKIJg7oFK9Sl3H2LeOP4hru2udIiBWZ { color:#000000;display:block;width:300.998px;position:absolute;font-family:roboto;font-size:29px;font-weight:normal;z-index:15012;line-height:.9;letter-spacing:0;top:963.04690551758px;left:590.87680053711px;height:52.1876px;text-align:center;text-align-last:center;display:block; }
#ixR4mkexrqgceRVX7tXAbC52pUKaF8fB { position:relative;display:block; }#ixR4mkexrqgceRVX7tXAbC52pUKaF8fB { background-color: transparent; background-image: none; }#ixR4mkexrqgceRVX7tXAbC52pUKaF8fB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixR4mkexrqgceRVX7tXAbC52pUKaF8fB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixR4mkexrqgceRVX7tXAbC52pUKaF8fB > .row .container > .video-iframe-container { display: none; }#ixR4mkexrqgceRVX7tXAbC52pUKaF8fB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixR4mkexrqgceRVX7tXAbC52pUKaF8fB > .row > .video-iframe-container { display: none; }#ixR4mkexrqgceRVX7tXAbC52pUKaF8fB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixR4mkexrqgceRVX7tXAbC52pUKaF8fB { border-width: 0; border-radius: 0; }#ixR4mkexrqgceRVX7tXAbC52pUKaF8fB > .row .container > .video-iframe-container {  }#ixR4mkexrqgceRVX7tXAbC52pUKaF8fB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#lXybW1TtJz4XoudarUPnQlA1f4HRkhiG { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: 1px 1px 10px rgba(0,0,0,0.17) ;height:102px;width:517px;top:45.182312011719px;left:272.27432250977px;display:block; }
#xcR5PEPnh5aABXTTdZfSP6BL7zpWUTO7 { color:#000000;display:block;width:231px;position:absolute;font-family:roboto;font-size:28px;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:77.994750976562px;left:289.9948425293px;height:36.3976px;display:block; }
#DHTLxUB2mwKIkU0zlGL5wXd9I4oOyhfn { box-sizing:content-box;color:#5d92ff;font-size:12px;font-weight:400;line-height:1;height:33.9931px;width:33.9931px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;top:79.184051513672px;left:554.99136352539px; }
#DHTLxUB2mwKIkU0zlGL5wXd9I4oOyhfn > img { max-width: 100%;max-height:100%; }#rOz11Rdoc6nAsS3IksoVJN37mU09WLSS { box-sizing:content-box;color:#5d92ff;font-size:12px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;top:78.684051513672px;left:616.98788452148px; }
#rOz11Rdoc6nAsS3IksoVJN37mU09WLSS > img { max-width: 100%;max-height:100%; }#ZHG0cgfI9WPGOdMFRWkNzRilBdkTKLgm { box-sizing:content-box;color:#5d92ff;font-size:12px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:77.986114501953px;left:675.96878051758px; }
#ZHG0cgfI9WPGOdMFRWkNzRilBdkTKLgm > img { max-width: 100%;max-height:100%; }#qL7TWmbER6wkwcZck9Uw0CZyQuAhCGQS { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:37.9948px;width:37.9948px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:77.178833007812px;left:731.88369750977px; }
#qL7TWmbER6wkwcZck9Uw0CZyQuAhCGQS > img { max-width: 100%;max-height:100%; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nwuHUDT74UUKoU0w8Kv5m2BspBcxbvVZ { display:block; }#nwuHUDT74UUKoU0w8Kv5m2BspBcxbvVZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mt8XLTzlCTMER9J8avQcAQ77xvX0QKr9 { display:block; }#mt8XLTzlCTMER9J8avQcAQ77xvX0QKr9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m2WOFmJuvtzqEOxfgaR1GDiNhSa8FcNb { top:143px;left:0px;width:764px;height:197px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #u4COalKp3KPbTrpppOgoIXGzUeQiNMDI { top:35px;left:0px;width:764px;height:76px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #y8Hg5umFQM3MMF2oL4KJsEcwUxVENHeq { top:316px;left:0px;width:378px;height:378px;display:block; }
 }@media only screen and (max-width: 763px) { #FPonBahuLNaOVE9NNmtAw1GTJ4g2guqD { display:block; }#FPonBahuLNaOVE9NNmtAw1GTJ4g2guqD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0WGmHXs3GETgdOMD74zZWRBKRNZIOiT { top:22px;left:357px;width:406px;height:215.468880606px;display:block; }
 }@media only screen and (max-width: 763px) { #O321XwC7PSyiALfW9yxny6KppNM69UmN { top:250px;left:22.493072509766px;width:336px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #VyTTuaWhafBFyJq65z7nG6Ev7fLCAA0C { top:250px;left:336px;width:428px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #H587rDCLJA42gZhihdFlKmNeufU2SIJ4 { display:block; }#H587rDCLJA42gZhihdFlKmNeufU2SIJ4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N9J5TzInmN9B9iS6xqTTzAdevVZgEaB4 { top:42px;left:0px;width:764px;height:62px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #pmefA9VgZdx4wFzT1IFl3K0MHKAeqFdl { display:block; }#pmefA9VgZdx4wFzT1IFl3K0MHKAeqFdl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZU955lR0CGGyZT4hCRnTLUXfFEHi7HgG { top:11px;left:0px;width:385px;height:247.995px;display:block; }
 }@media only screen and (max-width: 763px) { #WCx4MT80pHsrvqyzZt1r5ewunyoXq3cs { top:283px;left:22.493072509766px;width:379px;height:31px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MMRmRu68VcRmthJeUgk1ERgbTvqOHhIk { top:11px;left:404px;width:347px;height:258px;display:block; }
 }@media only screen and (max-width: 763px) { #nPs3n3TTB6N1qfTfpISk8fWlmCOdS1Kv { top:283px;left:423.9201965332px;width:320px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #XZPxVBpwN3DyXJ9IULpvm0VnqAEIn81t { display:block; }#XZPxVBpwN3DyXJ9IULpvm0VnqAEIn81t > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gq8lNdAX2xSbWADLPwf77HueeWxGB0et { top:65px;left:0px;width:390px;height:259.33636489189px;display:block; }
 }@media only screen and (max-width: 763px) { #B0Jwbc1dDGQv8e5mWRDyboDnc1SJlyKf { top:61px;left:358px;width:406px;height:790px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KSQhX80SJtgRx5zILtBVgmfDWptLT03P { width:404px;height:49px;top:881px;left:360px;display:block; }
 }@media only screen and (max-width: 763px) { #REl99tRKMnCXkpAEo2k3GsGC1WXZF8PC { display:block; }
 }@media only screen and (max-width: 763px) { #eXifnhb4bH8TkG1TqUyzJhetRmpDTgE4 { top:395px;left:11px;width:371px;height:257px;font-size:19px;display:block; }#eXifnhb4bH8TkG1TqUyzJhetRmpDTgE4 li:before{  }
 }@media only screen and (max-width: 763px) { #SIChKBTnTETttzMbQGclHQzZiNa78bZu { top:346px;left:30.878479003906px;width:345px;height:28px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ThfgW4yKGZlIoHqrez7BIoUAyN5wyXA0 { top:671px;left:44.376739501953px;width:317px;height:259.18646519599px;display:block; }
 }@media only screen and (max-width: 763px) { #IeiRdT0hNJNlySddkgRrlCP7keB21fne { top:973px;left:412.88717651367px;width:200px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uJKIJg7oFK9Sl3H2LeOP4hru2udIiBWZ { top:963px;left:443.87680053711px;width:300px;height:52px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #ixR4mkexrqgceRVX7tXAbC52pUKaF8fB { display:block; }#ixR4mkexrqgceRVX7tXAbC52pUKaF8fB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lXybW1TtJz4XoudarUPnQlA1f4HRkhiG { top:45px;left:174.27432250977px;width:517px;height:102px;display:block; }
 }@media only screen and (max-width: 763px) { #xcR5PEPnh5aABXTTdZfSP6BL7zpWUTO7 { top:77px;left:191.9948425293px;width:231px;height:73px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #DHTLxUB2mwKIkU0zlGL5wXd9I4oOyhfn { width:33px;height:33px;top:79px;left:456.99136352539px;display:block; }
#DHTLxUB2mwKIkU0zlGL5wXd9I4oOyhfn > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #rOz11Rdoc6nAsS3IksoVJN37mU09WLSS { width:34px;height:34px;top:78px;left:518.98788452148px;display:block; }
#rOz11Rdoc6nAsS3IksoVJN37mU09WLSS > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #ZHG0cgfI9WPGOdMFRWkNzRilBdkTKLgm { width:35px;height:35px;top:77px;left:577.96878051758px;display:block; }
#ZHG0cgfI9WPGOdMFRWkNzRilBdkTKLgm > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #qL7TWmbER6wkwcZck9Uw0CZyQuAhCGQS { top:77px;left:633.88369750977px;width:37px;height:37px;display:block; }
#qL7TWmbER6wkwcZck9Uw0CZyQuAhCGQS > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nwuHUDT74UUKoU0w8Kv5m2BspBcxbvVZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/79f7fbff-aeb0-43fc-a050-2571a0f6c6fa/KimberleLeadershipHeader.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#nwuHUDT74UUKoU0w8Kv5m2BspBcxbvVZ.adaptive-delivery-prevent-bg, #nwuHUDT74UUKoU0w8Kv5m2BspBcxbvVZ.lazyload, #nwuHUDT74UUKoU0w8Kv5m2BspBcxbvVZ.lazyloading { background-image: none; }#nwuHUDT74UUKoU0w8Kv5m2BspBcxbvVZ > .row .container { background-color: transparent; background-image: none; }#nwuHUDT74UUKoU0w8Kv5m2BspBcxbvVZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwuHUDT74UUKoU0w8Kv5m2BspBcxbvVZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwuHUDT74UUKoU0w8Kv5m2BspBcxbvVZ > .row .container > .video-iframe-container { display: none; }#nwuHUDT74UUKoU0w8Kv5m2BspBcxbvVZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwuHUDT74UUKoU0w8Kv5m2BspBcxbvVZ > .row > .video-iframe-container { display: none; }#nwuHUDT74UUKoU0w8Kv5m2BspBcxbvVZ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwuHUDT74UUKoU0w8Kv5m2BspBcxbvVZ > .row .container { width:320px;height:90px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mt8XLTzlCTMER9J8avQcAQ77xvX0QKr9 { display:block; }#mt8XLTzlCTMER9J8avQcAQ77xvX0QKr9 > .row .container { width:320px;height:771.4236373901367px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m2WOFmJuvtzqEOxfgaR1GDiNhSa8FcNb { width:293.993px;height:353.4295px;top:98.984382629395px;left:12.994792938232px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u4COalKp3KPbTrpppOgoIXGzUeQiNMDI { width:320px;height:46.1806px;top:35px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y8Hg5umFQM3MMF2oL4KJsEcwUxVENHeq { width:320px;height:320px;top:451.42375097656px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FPonBahuLNaOVE9NNmtAw1GTJ4g2guqD { display:block; }#FPonBahuLNaOVE9NNmtAw1GTJ4g2guqD > .row .container { width:320px;height:365px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0WGmHXs3GETgdOMD74zZWRBKRNZIOiT { width:320px;height:169.82139917493px;top:71.1892px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #O321XwC7PSyiALfW9yxny6KppNM69UmN { width:320px;height:31.1979px;top:20px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #VyTTuaWhafBFyJq65z7nG6Ev7fLCAA0C { width:320px;height:62.3958px;top:302.00518798828px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #H587rDCLJA42gZhihdFlKmNeufU2SIJ4 { display:block; }#H587rDCLJA42gZhihdFlKmNeufU2SIJ4 > .row .container { width:320px;height:125px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N9J5TzInmN9B9iS6xqTTzAdevVZgEaB4 { width:320px;height:83.1771px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pmefA9VgZdx4wFzT1IFl3K0MHKAeqFdl { display:block; }#pmefA9VgZdx4wFzT1IFl3K0MHKAeqFdl > .row .container { width:320px;height:602px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZU955lR0CGGyZT4hCRnTLUXfFEHi7HgG { width:320px;height:206.12571428571px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WCx4MT80pHsrvqyzZt1r5ewunyoXq3cs { width:320px;height:25.9983px;top:246.12px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MMRmRu68VcRmthJeUgk1ERgbTvqOHhIk { width:320px;height:237.92251806212px;top:297.3092px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nPs3n3TTB6N1qfTfpISk8fWlmCOdS1Kv { width:320px;height:31.1979px;top:555.2262px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #XZPxVBpwN3DyXJ9IULpvm0VnqAEIn81t { display:block; }#XZPxVBpwN3DyXJ9IULpvm0VnqAEIn81t > .row .container { width:320px;height:1812px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gq8lNdAX2xSbWADLPwf77HueeWxGB0et { width:300px;height:200px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #B0Jwbc1dDGQv8e5mWRDyboDnc1SJlyKf { width:287.995px;height:748.4387px;top:264.30560302734px;left:15.998264312744px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KSQhX80SJtgRx5zILtBVgmfDWptLT03P { width:305.99px;height:40px;top:1658.0817260742px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #REl99tRKMnCXkpAEo2k3GsGC1WXZF8PC { display:block; }
 }@media only screen and (max-width: 763px) { #eXifnhb4bH8TkG1TqUyzJhetRmpDTgE4 { width:320px;height:222.109px;top:1122.786605835px;left:0px;font-size:16px;display:block; }#eXifnhb4bH8TkG1TqUyzJhetRmpDTgE4 li:before{  }
 }@media only screen and (max-width: 763px) { #SIChKBTnTETttzMbQGclHQzZiNa78bZu { width:320px;height:24.6962px;top:1063.3854675293px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ThfgW4yKGZlIoHqrez7BIoUAyN5wyXA0 { width:316.997px;height:259.184px;top:1369.8873291016px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IeiRdT0hNJNlySddkgRrlCP7keB21fne { width:200px;height:0;top:1612.0923730469px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uJKIJg7oFK9Sl3H2LeOP4hru2udIiBWZ { width:300px;height:52.1876px;top:1732.0834350586px;left:10.000001907349px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #ixR4mkexrqgceRVX7tXAbC52pUKaF8fB { display:block; }#ixR4mkexrqgceRVX7tXAbC52pUKaF8fB > .row .container { width:320px;height:135px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lXybW1TtJz4XoudarUPnQlA1f4HRkhiG { width:253.993px;height:57.9948px;top:41.388885498047px;left:32.986114501953px;display:block; }
 }@media only screen and (max-width: 763px) { #xcR5PEPnh5aABXTTdZfSP6BL7zpWUTO7 { width:125.998px;height:18.1944px;top:61.267364501953px;left:41.996532440186px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #DHTLxUB2mwKIkU0zlGL5wXd9I4oOyhfn { width:18px;height:18px;top:61px;left:178px;display:block; }
#DHTLxUB2mwKIkU0zlGL5wXd9I4oOyhfn > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #rOz11Rdoc6nAsS3IksoVJN37mU09WLSS { width:18px;height:18px;top:61px;left:206px;display:block; }
#rOz11Rdoc6nAsS3IksoVJN37mU09WLSS > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #ZHG0cgfI9WPGOdMFRWkNzRilBdkTKLgm { width:18px;height:18px;top:61px;left:235px;display:block; }
#ZHG0cgfI9WPGOdMFRWkNzRilBdkTKLgm > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #qL7TWmbER6wkwcZck9Uw0CZyQuAhCGQS { width:10px;height:10px;top:70.864593505859px;left:262.96008300781px;display:block; }
#qL7TWmbER6wkwcZck9Uw0CZyQuAhCGQS > img { max-width: 100%;max-height:100%; } }