.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;
}
.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#iVxIK29ETHJbNRtJXqri3wHnHhOO8GSg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#iVxIK29ETHJbNRtJXqri3wHnHhOO8GSg > .row .container { background-color: transparent; background-image: none; }#iVxIK29ETHJbNRtJXqri3wHnHhOO8GSg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iVxIK29ETHJbNRtJXqri3wHnHhOO8GSg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iVxIK29ETHJbNRtJXqri3wHnHhOO8GSg > .row .container > .video-iframe-container { display: none; }#iVxIK29ETHJbNRtJXqri3wHnHhOO8GSg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iVxIK29ETHJbNRtJXqri3wHnHhOO8GSg > .row > .video-iframe-container { display: none; }#iVxIK29ETHJbNRtJXqri3wHnHhOO8GSg > .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); }#iVxIK29ETHJbNRtJXqri3wHnHhOO8GSg > .row .container { border-width: 0; border-radius: 0; }#iVxIK29ETHJbNRtJXqri3wHnHhOO8GSg > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:block; }#TeFecmMoFlwWwbhNTtMkZwBCREP2FxJ2 { color:#be0039;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:1.49560546875rem;left:32.3115234375rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#be0039;padding-top:0.33375rem;padding-right:0.296875rem;padding-bottom:0.33375rem;padding-left:0.296875rem;display:block;align-items:center;width:1.7825rem;min-width:1.7825rem;height:1.795rem;position:relative;font-family:"open sans";font-size:1.33625rem;font-weight:700;line-height:28.72px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m .widget-text.counter-label { background-color:;background-image:none;color:#020202;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.20875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.376875rem;height:0.709375rem;position:relative;font-family:"open sans";font-size:0.500625rem;font-weight:400;line-height:11.35px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:13.5rem;height:3.380625rem;padding-top:0.4175rem;padding-right:0.424375rem;padding-bottom:0.4175rem;padding-left:0.424375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:45.155055982334rem;z-index:100004; }
#GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #q1HivqvJmvLIbAel7abOdEmCi3uoaCvy { display:flex;position:relative;top:0rem;left:0rem; }
#GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #iCGwVaytOMdS6FFCpxzRarvZvFmcspzo { width:auto; }
#GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #qTqz9XGNIPAfJKzUA2hP79q66tydadd9 {  }
#GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #SJOwg54yuuUc3LbIgry0An848RUpsAiq { display:flex;position:relative;top:0rem;left:0rem; }
#GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #Vetu8OdEt9AryTGqb9XZSmsnFUk8W6le {  }
#GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #oMa2ZeOxP8XKK0GHnsuLekIMnZ2BbDWb {  }
#GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #NqmwEOEc076vA5D8UEABOkkmNEeUNdW3 { display:flex;position:relative;top:0rem;left:0rem; }
#GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #vLCuZBp1fZmdPxuI4D4DrtZrlqXFpWmJ {  }
#GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #gQDwUgnm6cQrsDeIWConDrugifOgNTCX {  }
#GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #yZG5StB8ngFDdOyzWKNZfeToxtImvwuk { display:flex;position:relative;top:0rem;left:0rem; }
#GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #wereEGZKDxuQtHPmNAePgFxV1liLbDxf {  }
#GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #Sd4NyiHHvHitIuuWeq957qalxCHA6xdU {  }
#h0Rl8vfdg3HSf9iLIzcRx8kWVISBaeF3 { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:3.625rem;top:0.875rem;left:1.71875rem;overflow:hidden;display:block; }
#MMvwxumCViqR5TnD0tqzeewfBScz2hVv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#MMvwxumCViqR5TnD0tqzeewfBScz2hVv > .row .container { background-color: transparent; background-image: none; }#MMvwxumCViqR5TnD0tqzeewfBScz2hVv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MMvwxumCViqR5TnD0tqzeewfBScz2hVv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MMvwxumCViqR5TnD0tqzeewfBScz2hVv > .row .container > .video-iframe-container { display: none; }#MMvwxumCViqR5TnD0tqzeewfBScz2hVv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MMvwxumCViqR5TnD0tqzeewfBScz2hVv > .row > .video-iframe-container { display: none; }#MMvwxumCViqR5TnD0tqzeewfBScz2hVv > .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); }#MMvwxumCViqR5TnD0tqzeewfBScz2hVv > .row .container { border-width: 0; border-radius: 0; }#MMvwxumCViqR5TnD0tqzeewfBScz2hVv > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:60rem;position:relative;display:block; }#LbrgKTOHTDVyZ2vwb4uyeQcsDIIfRzDh { color:#ffffff;display:block;width:35.436580657959rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.7118444442749rem;left:12.281709671021rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wdm8mT9iBUlV1DAu6eqKupZzFXLKxKha { color:#ffffff;display:block;width:51.122470855713rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:10.712762832642rem;left:4.4370403289795rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eyfhdJPzCf4Mv4O3Hrvg9AFfJiLCWD1D { color:#ffffff;display:block;width:51.1235625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:15.0625rem;left:3.78125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hrPtZox6xCRy6Min1ZT1vrpl9AQAlTLB { color:#000000;display:block;width:35.4375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3rem;left:11.6875rem;height:3.2495125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#kA3m1cobWioEGrv6R3QsDlZnA9FCy2JJ { background-color:#ebe8e3;background-image:none;z-index:;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }#kA3m1cobWioEGrv6R3QsDlZnA9FCy2JJ > .row .container { background-color: transparent; background-image: none; }#kA3m1cobWioEGrv6R3QsDlZnA9FCy2JJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kA3m1cobWioEGrv6R3QsDlZnA9FCy2JJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kA3m1cobWioEGrv6R3QsDlZnA9FCy2JJ > .row .container > .video-iframe-container { display: none; }#kA3m1cobWioEGrv6R3QsDlZnA9FCy2JJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kA3m1cobWioEGrv6R3QsDlZnA9FCy2JJ > .row > .video-iframe-container { display: none; }#kA3m1cobWioEGrv6R3QsDlZnA9FCy2JJ > .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); }#kA3m1cobWioEGrv6R3QsDlZnA9FCy2JJ > .row .container { border-width: 0; border-radius: 0; }#kA3m1cobWioEGrv6R3QsDlZnA9FCy2JJ > .row .container { font-size:0.875rem;font-family:"open sans";height:48.25rem;width:60rem;overflow:visible;position:relative;display:block; }#XdmXV2RnJnrIrbPrZFP7TXPlhLxH14kc { display:block;width:30.249309539795rem;position:absolute;font-family:"open sans";font-size:1.125rem;z-index:100001;line-height:1.5;top:10.199907302856rem;left:26.248849868774rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#000000;text-align:center;text-align-last:center;height:37.125rem;font-weight:300;font-style:normal;display:block; }
#cWnvFsgkTvlJiw51mHExp39dKZmz2ToD { color:#200f43;display:block;width:46.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:11.6875rem;left:6.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eB8KWtdy9RQ2WhsxeW91gWU0vVUhykam { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#K3Jr5b6yvsQ6IcagWhICpP2XaiTKAH6f { position:absolute;display:block;z-index:99999;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;height:45.0625rem;width:35.1875rem;top:1.1247692108154rem;left:23.749998092651rem;display:block; }
#IHf1FKMuPZbp7TfxqHD7ED5SaSfGQMWs { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.1875rem;width:28.499540328979rem;top:9.8724708557131rem;left:0rem;overflow:hidden;display:block; }
#GyPRtXs8TiQcK4Er5vJZpOqI2N2XzGhi { color:#000000;display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:3.375rem;left:28.53125rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zfrlPts4BFW8qCQILv0043m3UptfqpJo { color:#000000;display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:3.375rem;left:28.53125rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ovdT3G7mOuneTA1blb1Ml1W2Tb36HZQV { display:block;width:26.875rem;position:absolute;font-family:"open sans";font-size:1rem;z-index:100001;line-height:1.3;top:10.513671875rem;left:27.90625rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#000000;text-align:center;text-align-last:center;height:28.65820625rem;font-weight:300;font-style:normal;display:none; }
#vQstRXdmn9LmUVbmV8u8tzk8eU9cCCMf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vQstRXdmn9LmUVbmV8u8tzk8eU9cCCMf > .row .container { background-color: transparent; background-image: none; }#vQstRXdmn9LmUVbmV8u8tzk8eU9cCCMf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vQstRXdmn9LmUVbmV8u8tzk8eU9cCCMf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vQstRXdmn9LmUVbmV8u8tzk8eU9cCCMf > .row .container > .video-iframe-container { display: none; }#vQstRXdmn9LmUVbmV8u8tzk8eU9cCCMf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vQstRXdmn9LmUVbmV8u8tzk8eU9cCCMf > .row > .video-iframe-container { display: none; }#vQstRXdmn9LmUVbmV8u8tzk8eU9cCCMf > .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); }#vQstRXdmn9LmUVbmV8u8tzk8eU9cCCMf > .row .container { border-width: 0; border-radius: 0; }#vQstRXdmn9LmUVbmV8u8tzk8eU9cCCMf > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:60rem;position:relative;display:block; }#LOx5vVikSI9P6RQfz50aAmT4OdMdEQt6 { color:#000000;display:block;width:50.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:4.3779945373535rem;left:4.84375rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zO1hzwkU39KigPXUxgT8ubRXu2ChwPDy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zO1hzwkU39KigPXUxgT8ubRXu2ChwPDy > .row .container { background-color: transparent; background-image: none; }#zO1hzwkU39KigPXUxgT8ubRXu2ChwPDy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zO1hzwkU39KigPXUxgT8ubRXu2ChwPDy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zO1hzwkU39KigPXUxgT8ubRXu2ChwPDy > .row .container > .video-iframe-container { display: none; }#zO1hzwkU39KigPXUxgT8ubRXu2ChwPDy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zO1hzwkU39KigPXUxgT8ubRXu2ChwPDy > .row > .video-iframe-container { display: none; }#zO1hzwkU39KigPXUxgT8ubRXu2ChwPDy > .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); }#zO1hzwkU39KigPXUxgT8ubRXu2ChwPDy > .row .container { border-width: 0; border-radius: 0; }#zO1hzwkU39KigPXUxgT8ubRXu2ChwPDy > .row .container { font-size:0.875rem;font-family:arial;height:66.375rem;width:60rem;position:relative;display:block; }#KsMKSKsXKDdemaTLMwMXeKkbdi8DrigZ { color:#000000;display:block;width:28.312269210816rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:22.991729736328rem;left:15.843290328979rem;height:3.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WOOteluuNLyTgUBZX4lGCz32WknZRpqX { color:#000000;display:block;width:50.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:4.9505996704101rem;left:4.84375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#WOOteluuNLyTgUBZX4lGCz32WknZRpqX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WOOteluuNLyTgUBZX4lGCz32WknZRpqX li:before{  }
#hW5VEFMAyzWQ4tP9Xue4xqlZTHNhkc9w { color:#000000;display:block;width:50.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100001;line-height:1.5;letter-spacing:0;top:28.808589935302rem;left:4.84375rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k0GESrSLhTere2IqVl1gK6eDc671bB48 { color:#000000;display:block;width:21.186809539795rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:39.005283355713rem;left:19.406019210816rem;height:9.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#k0GESrSLhTere2IqVl1gK6eDc671bB48 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#k0GESrSLhTere2IqVl1gK6eDc671bB48 li:before{  }
#UpQBAI0La4SpeeteFT9RnJRgekn2f4Bf { color:#000000;display:block;width:50.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.5;letter-spacing:0;top:49.900043487549rem;left:4.84375rem;height:13.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZmbS1Nt7N17SaUW6bS7y2wPXN4wVP9VA { color:#000000;display:block;width:50.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100001;line-height:1.5;letter-spacing:0;top:28.808589935302rem;left:4.84375rem;height:8.0882352590562rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#aHtMHAznuhZQx2JMWlTCw47H90cIMRZe { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#aHtMHAznuhZQx2JMWlTCw47H90cIMRZe > .row .container { background-color: transparent; background-image: none; }#aHtMHAznuhZQx2JMWlTCw47H90cIMRZe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aHtMHAznuhZQx2JMWlTCw47H90cIMRZe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aHtMHAznuhZQx2JMWlTCw47H90cIMRZe > .row .container > .video-iframe-container { display: none; }#aHtMHAznuhZQx2JMWlTCw47H90cIMRZe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aHtMHAznuhZQx2JMWlTCw47H90cIMRZe > .row > .video-iframe-container { display: none; }#aHtMHAznuhZQx2JMWlTCw47H90cIMRZe > .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); }#aHtMHAznuhZQx2JMWlTCw47H90cIMRZe > .row .container { border-width: 0; border-radius: 0; }#aHtMHAznuhZQx2JMWlTCw47H90cIMRZe > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#wTTAbnuV5kWSNPzMdTqVmMDu1znVqUQ8 { color:#200f43;display:block;width:18.25rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:12.6875rem;left:0.0625rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#BsFUG95SEJckwxtPLaJdhOssTqsmUw7m { color:#ffffff;display:block;width:34.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:14.6875rem;left:0.0625rem;height:1.8125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#EPnOf8WmFS5PFqAFlMhfJa7mFIhJUEFK { color:#ffffff;display:block;width:34.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:14.6875rem;left:0.0625rem;height:1.8125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#PhxMdDfsB7IPNPUBa4T8DQnV2zlllLKT { color:#ffffff;display:block;width:50.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:4.755729675293rem;left:3.8120403289795rem;height:10.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bGSX1fp2UmlN1IEZfBevNSei2ZOcEPFk { color:#000000;display:block;width:32.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:14.8125rem;left:26rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#KT66pmKGn8ItTvsKIrzzqNKBJHmd7atD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KT66pmKGn8ItTvsKIrzzqNKBJHmd7atD > .row .container { background-color: transparent; background-image: none; }#KT66pmKGn8ItTvsKIrzzqNKBJHmd7atD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KT66pmKGn8ItTvsKIrzzqNKBJHmd7atD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KT66pmKGn8ItTvsKIrzzqNKBJHmd7atD > .row .container > .video-iframe-container { display: none; }#KT66pmKGn8ItTvsKIrzzqNKBJHmd7atD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KT66pmKGn8ItTvsKIrzzqNKBJHmd7atD > .row > .video-iframe-container { display: none; }#KT66pmKGn8ItTvsKIrzzqNKBJHmd7atD > .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); }#KT66pmKGn8ItTvsKIrzzqNKBJHmd7atD > .row .container { border-width: 0; border-radius: 0; }#KT66pmKGn8ItTvsKIrzzqNKBJHmd7atD > .row .container { font-size:0.875rem;font-family:"open sans";height:36.625rem;width:60rem;position:relative;display:block; }#imtprxwkzKvLTX5bWbmRFuwGwrrl2kU7 { color:#000000;display:block;width:49.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100000;line-height:1.5;letter-spacing:0;top:4.6243133544922rem;left:5.8122692108154rem;height:18.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w8ma86Vb7IOm6SFneStW5Fyu9bDKBziI { color:#000000;display:block;width:48.374309539795rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:23.705200195312rem;left:5.8111209869385rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:17.999769210816rem;height:5.0620403289795rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:28.079055786132rem;left:21.060430526733rem;z-index:100004; }
#Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #Dz0aXhS8Wror6FqZvLEHd5KeIQFlHsqX { display:flex;position:relative;top:0rem;left:0rem; }
#Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #pMchJxVvhpy0zu01HdrVVxWVEVEHx7gR { width:auto; }
#Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #oP7dUseW2KMqfAkFkUpR4S8xdD785JSS {  }
#Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #rxzv0G3zwutC7KTrRxNTGuqGDuhO6Acq { display:flex;position:relative;top:0rem;left:0rem; }
#Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #xvHcJf6I7u3hLKzJXlltnArHgn8sSFeT {  }
#Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #DedS5aWJA4eUPer1GTAbq0zCvd7Hdn9Z {  }
#Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #G0MXCvNT6h5gMdBEuHOAA0KOtiM5epl5 { display:flex;position:relative;top:0rem;left:0rem; }
#Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #hVAG1o9U5io8tT5Tm1uQc723T0hQRDIT {  }
#Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #V8d66AfxeTu0ocwdiRF5TAEzaXRkS7sB {  }
#Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #OmkFyvZNlwzZ8nS9GiFN1MFexQcg4euP { display:flex;position:relative;top:0rem;left:0rem; }
#Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #zO67E36BhiKStrV6OmI6OuuZKTlJBxCr {  }
#Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #MBdbh8KF48FelmlFyrSPfoNdFafQ8usC {  }
#iM3XX9chbkzgLxSNpTB1rJdV5DogZqGN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ebe8e3);background-image: -moz-linear-gradient(180deg, #ffffff, #ebe8e3);background-image: -ms-linear-gradient(180deg, #ffffff, #ebe8e3);background-image: -o-linear-gradient(180deg, #ffffff, #ebe8e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebe8e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebe8e3' );";background-image: linear-gradient(180deg, #ffffff, #ebe8e3);background-size:auto !important;position:relative;display:block; }#iM3XX9chbkzgLxSNpTB1rJdV5DogZqGN > .row .container { background-color: transparent; background-image: none; }#iM3XX9chbkzgLxSNpTB1rJdV5DogZqGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iM3XX9chbkzgLxSNpTB1rJdV5DogZqGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iM3XX9chbkzgLxSNpTB1rJdV5DogZqGN > .row .container > .video-iframe-container { display: none; }#iM3XX9chbkzgLxSNpTB1rJdV5DogZqGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iM3XX9chbkzgLxSNpTB1rJdV5DogZqGN > .row > .video-iframe-container { display: none; }#iM3XX9chbkzgLxSNpTB1rJdV5DogZqGN > .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); }#iM3XX9chbkzgLxSNpTB1rJdV5DogZqGN > .row .container { border-width: 0; border-radius: 0; }#iM3XX9chbkzgLxSNpTB1rJdV5DogZqGN > .row .container { font-size:0.875rem;font-family:"open sans";height:31.9375rem;width:60rem;position:relative;display:block; }#XpOPA1fr6vBycmWW82fbb5kQBcU8ThMP { color:#000000;display:block;width:47.624080657959rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:9.1245422363281rem;left:6.1879596710205rem;height:20.125rem;text-align:left;text-align-last:left;display:block; }
#HAkPSTTqGzQMNpIP8OqyZrTg9Qa64239 { color:#000000;display:block;width:45.561809539795rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:4.1098327636719rem;left:7.2173709869388rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZgnGJ3wsrcFLeTZPCBWTQSt09dBZQOMr { box-sizing:content-box;color:#000000;font-size:4.8125rem;font-weight:400;line-height:1;height:6.9370403289794rem;width:6.9370403289794rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:3.3111267089844rem;left:3.3099727630615rem;display:block; }
#iuOfyuZfRgdEgWC21PzcHKuWrlmiuUGQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe8e3;background-image:none;position:relative;display:block; }#iuOfyuZfRgdEgWC21PzcHKuWrlmiuUGQ > .row .container { background-color: transparent; background-image: none; }#iuOfyuZfRgdEgWC21PzcHKuWrlmiuUGQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iuOfyuZfRgdEgWC21PzcHKuWrlmiuUGQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iuOfyuZfRgdEgWC21PzcHKuWrlmiuUGQ > .row .container > .video-iframe-container { display: none; }#iuOfyuZfRgdEgWC21PzcHKuWrlmiuUGQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iuOfyuZfRgdEgWC21PzcHKuWrlmiuUGQ > .row > .video-iframe-container { display: none; }#iuOfyuZfRgdEgWC21PzcHKuWrlmiuUGQ > .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); }#iuOfyuZfRgdEgWC21PzcHKuWrlmiuUGQ > .row .container { border-width: 0; border-radius: 0; }#iuOfyuZfRgdEgWC21PzcHKuWrlmiuUGQ > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:60rem;position:relative;display:block; }#BW2LTqi9pwlzZ3uHOiiQIpkqlE70nTbn { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.875rem;width:24.125rem;top:3.5rem;left:0rem;overflow:hidden;display:block; }
#kmCwJpNmmWmU4lFJZrOnfQwt4O0O943z { color:#000000;display:block;width:43.6875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.3123168945312rem;left:10.999540328979rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lqkleftoCJ4T3gpMUgKk9RxdcxMWUeZn { color:#000000;display:block;width:29.874769210816rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:9.9942474365238rem;left:27.290899276733rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D40evAXAOshLvzKwHFWtgeZtNFnRvEfe { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.80859375rem;width:12.0595703125rem;top:21.875rem;left:36.5625rem;overflow:hidden;display:block; }
#q6bXtaPS02vewrUglvWTr1xvCfTOStd7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.875rem;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:26.375rem;left:37rem;display:block; }
#tLzBbJSR049NsygvSIvWzaczQxsbl52a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vgPrFbv9zpC4s3cfStQEP59xicDR9GIq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.498046875rem;height:2.8740234375rem;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:32.552734375rem;left:23.75rem;display:none; }
#ur2To0qFG8lgzTvd5aSo3Zqy21cRLFKU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uvqk7AInU11f1yew2UJzARMkBGl8FcGv { color:#bc8e5f;display:block;width:10.5rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:100006;line-height:1.5;letter-spacing:0;top:16.1875rem;left:43.4375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LaDp7IEVMsS75GntCtMIZbLvz23dBNr5 { position:absolute;display:block;z-index:100003;background-color:transparent;background-image:none;border-top:0.125rem solid #200f43;border-left:0.125rem solid #200f43;border-right:0.125rem solid #200f43;border-bottom:0.125rem solid #200f43;height:5.1875rem;width:16.375rem;top:15.125rem;left:33.9375rem;display:block; }
#dO7I7d4FTMwZbekCldVCrRq9R92Zp5xI { color:#000000;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:16.1875rem;left:34.5625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mrn4kzAkTsms9rcIMQEb9DyUIZF7zrRE { position:absolute;display:block;z-index:100008;background-color:#000000;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;height:0.1875rem;width:6.875rem;top:17.8125rem;left:35.0625rem;display:block; }
#CQHEpS6Wv0fMzAm1NknafJKoCZbrwmTm { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:10.49609375rem;left:29.185546875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iVxIK29ETHJbNRtJXqri3wHnHhOO8GSg { display:block; }#iVxIK29ETHJbNRtJXqri3wHnHhOO8GSg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TeFecmMoFlwWwbhNTtMkZwBCREP2FxJ2 { top:1.4375rem;left:26.1865234375rem;width:11.3125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m { display:flex;width:18rem;height:5.0625rem;top:29.8125rem;left:14.1875rem; }
 }@media only screen and (max-width: 763px) { #GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #q1HivqvJmvLIbAel7abOdEmCi3uoaCvy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #iCGwVaytOMdS6FFCpxzRarvZvFmcspzo {  }
 }@media only screen and (max-width: 763px) { #GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #qTqz9XGNIPAfJKzUA2hP79q66tydadd9 {  }
 }@media only screen and (max-width: 763px) { #GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #SJOwg54yuuUc3LbIgry0An848RUpsAiq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #Vetu8OdEt9AryTGqb9XZSmsnFUk8W6le {  }
 }@media only screen and (max-width: 763px) { #GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #oMa2ZeOxP8XKK0GHnsuLekIMnZ2BbDWb {  }
 }@media only screen and (max-width: 763px) { #GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #NqmwEOEc076vA5D8UEABOkkmNEeUNdW3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #vLCuZBp1fZmdPxuI4D4DrtZrlqXFpWmJ {  }
 }@media only screen and (max-width: 763px) { #GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #gQDwUgnm6cQrsDeIWConDrugifOgNTCX {  }
 }@media only screen and (max-width: 763px) { #GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #yZG5StB8ngFDdOyzWKNZfeToxtImvwuk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #wereEGZKDxuQtHPmNAePgFxV1liLbDxf {  }
 }@media only screen and (max-width: 763px) { #GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #Sd4NyiHHvHitIuuWeq957qalxCHA6xdU {  }
 }@media only screen and (max-width: 763px) { #h0Rl8vfdg3HSf9iLIzcRx8kWVISBaeF3 { top:0.875rem;left:0rem;width:3.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMvwxumCViqR5TnD0tqzeewfBScz2hVv { display:block; }#MMvwxumCViqR5TnD0tqzeewfBScz2hVv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LbrgKTOHTDVyZ2vwb4uyeQcsDIIfRzDh { top:2.6875rem;left:6.1567096710205rem;width:35.375rem;height:6.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdm8mT9iBUlV1DAu6eqKupZzFXLKxKha { top:10.6875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyfhdJPzCf4Mv4O3Hrvg9AFfJiLCWD1D { top:7.3125rem;left:0rem;width:15.75rem;height:2.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hrPtZox6xCRy6Min1ZT1vrpl9AQAlTLB { top:2.9375rem;left:0rem;width:20rem;height:4.375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kA3m1cobWioEGrv6R3QsDlZnA9FCy2JJ { display:block; }#kA3m1cobWioEGrv6R3QsDlZnA9FCy2JJ > .row .container { width:47.75rem;height:34.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XdmXV2RnJnrIrbPrZFP7TXPlhLxH14kc { z-index:100001;width:43.3125rem;height:4.5rem;top:16.5625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWnvFsgkTvlJiw51mHExp39dKZmz2ToD { top:11.6875rem;left:0.75rem;width:20rem;height:23.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eB8KWtdy9RQ2WhsxeW91gWU0vVUhykam { display:none; }
 }@media only screen and (max-width: 763px) { #K3Jr5b6yvsQ6IcagWhICpP2XaiTKAH6f { top:1.0625rem;left:12.5625rem;width:35.1875rem;height:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHf1FKMuPZbp7TfxqHD7ED5SaSfGQMWs { top:9.8125rem;left:0rem;width:28.4375rem;height:37.106546949274rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyPRtXs8TiQcK4Er5vJZpOqI2N2XzGhi { top:3.3125rem;left:22.125rem;width:25.625rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfrlPts4BFW8qCQILv0043m3UptfqpJo { top:2rem;left:0rem;width:16.75rem;height:5.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ovdT3G7mOuneTA1blb1Ml1W2Tb36HZQV { z-index:100001;width:43.3125rem;height:4.5rem;top:16.5625rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vQstRXdmn9LmUVbmV8u8tzk8eU9cCCMf { display:block; }#vQstRXdmn9LmUVbmV8u8tzk8eU9cCCMf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOx5vVikSI9P6RQfz50aAmT4OdMdEQt6 { top:4.375rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO1hzwkU39KigPXUxgT8ubRXu2ChwPDy { display:block; }#zO1hzwkU39KigPXUxgT8ubRXu2ChwPDy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KsMKSKsXKDdemaTLMwMXeKkbdi8DrigZ { width:28.25rem;height:3.375rem;top:22.9375rem;left:9.7182903289794rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOOteluuNLyTgUBZX4lGCz32WknZRpqX { width:47.75rem;height:14.875rem;top:4.9375rem;left:0rem;font-size:1rem;display:block; }#WOOteluuNLyTgUBZX4lGCz32WknZRpqX li:before{  }
 }@media only screen and (max-width: 763px) { #hW5VEFMAyzWQ4tP9Xue4xqlZTHNhkc9w { top:28.75rem;left:0rem;width:47.75rem;height:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0GESrSLhTere2IqVl1gK6eDc671bB48 { top:39rem;left:13.281019210816rem;width:21.125rem;height:9.0625rem;font-size:1rem;display:block; }#k0GESrSLhTere2IqVl1gK6eDc671bB48 li:before{  }
 }@media only screen and (max-width: 763px) { #UpQBAI0La4SpeeteFT9RnJRgekn2f4Bf { top:49.875rem;left:0rem;width:47.75rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmbS1Nt7N17SaUW6bS7y2wPXN4wVP9VA { top:41.1875rem;left:0rem;width:20rem;height:11.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aHtMHAznuhZQx2JMWlTCw47H90cIMRZe { display:block; }#aHtMHAznuhZQx2JMWlTCw47H90cIMRZe > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTTAbnuV5kWSNPzMdTqVmMDu1znVqUQ8 { width:18.25rem;height:2.0625rem;top:12.6875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BsFUG95SEJckwxtPLaJdhOssTqsmUw7m { width:12.8125rem;height:4.1875rem;top:19.0625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EPnOf8WmFS5PFqAFlMhfJa7mFIhJUEFK { width:10.3125rem;height:5.875rem;top:6.5625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PhxMdDfsB7IPNPUBa4T8DQnV2zlllLKT { width:47.75rem;height:9.6875rem;top:4.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGSX1fp2UmlN1IEZfBevNSei2ZOcEPFk { width:20rem;height:2.875rem;top:8.125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KT66pmKGn8ItTvsKIrzzqNKBJHmd7atD { display:block; }#KT66pmKGn8ItTvsKIrzzqNKBJHmd7atD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imtprxwkzKvLTX5bWbmRFuwGwrrl2kU7 { top:4.5625rem;left:0rem;width:47.75rem;height:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8ma86Vb7IOm6SFneStW5Fyu9bDKBziI { top:23.6875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C { display:flex;width:18rem;height:5.0625rem;top:29.8125rem;left:14.1875rem; }
 }@media only screen and (max-width: 763px) { #Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #Dz0aXhS8Wror6FqZvLEHd5KeIQFlHsqX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #pMchJxVvhpy0zu01HdrVVxWVEVEHx7gR {  }
 }@media only screen and (max-width: 763px) { #Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #oP7dUseW2KMqfAkFkUpR4S8xdD785JSS {  }
 }@media only screen and (max-width: 763px) { #Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #rxzv0G3zwutC7KTrRxNTGuqGDuhO6Acq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #xvHcJf6I7u3hLKzJXlltnArHgn8sSFeT {  }
 }@media only screen and (max-width: 763px) { #Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #DedS5aWJA4eUPer1GTAbq0zCvd7Hdn9Z {  }
 }@media only screen and (max-width: 763px) { #Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #G0MXCvNT6h5gMdBEuHOAA0KOtiM5epl5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #hVAG1o9U5io8tT5Tm1uQc723T0hQRDIT {  }
 }@media only screen and (max-width: 763px) { #Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #V8d66AfxeTu0ocwdiRF5TAEzaXRkS7sB {  }
 }@media only screen and (max-width: 763px) { #Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #OmkFyvZNlwzZ8nS9GiFN1MFexQcg4euP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #zO67E36BhiKStrV6OmI6OuuZKTlJBxCr {  }
 }@media only screen and (max-width: 763px) { #Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #MBdbh8KF48FelmlFyrSPfoNdFafQ8usC {  }
 }@media only screen and (max-width: 763px) { #iM3XX9chbkzgLxSNpTB1rJdV5DogZqGN { display:block; }#iM3XX9chbkzgLxSNpTB1rJdV5DogZqGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XpOPA1fr6vBycmWW82fbb5kQBcU8ThMP { top:9.0625rem;left:0.062959671020506rem;width:47.5625rem;height:19.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAkPSTTqGzQMNpIP8OqyZrTg9Qa64239 { top:4.0625rem;left:1.0923709869385rem;width:45.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgnGJ3wsrcFLeTZPCBWTQSt09dBZQOMr { top:3.25rem;left:0rem;width:6.875rem;height:6.875rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuOfyuZfRgdEgWC21PzcHKuWrlmiuUGQ { display:block; }#iuOfyuZfRgdEgWC21PzcHKuWrlmiuUGQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BW2LTqi9pwlzZ3uHOiiQIpkqlE70nTbn { top:3.5rem;left:0rem;width:24.125rem;height:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmCwJpNmmWmU4lFJZrOnfQwt4O0O943z { top:3.25rem;left:4.0625rem;width:43.6875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqkleftoCJ4T3gpMUgKk9RxdcxMWUeZn { top:9.9375rem;left:17.875rem;width:29.8125rem;height:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D40evAXAOshLvzKwHFWtgeZtNFnRvEfe { top:21.875rem;left:30.4375rem;width:12rem;height:11.750263179205rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6bXtaPS02vewrUglvWTr1xvCfTOStd7 { width:11.0625rem;height:2.875rem;top:26.375rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLzBbJSR049NsygvSIvWzaczQxsbl52a { display:block; }
 }@media only screen and (max-width: 763px) { #vgPrFbv9zpC4s3cfStQEP59xicDR9GIq { width:12.4375rem;height:2.8125rem;top:0rem;left:17.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ur2To0qFG8lgzTvd5aSo3Zqy21cRLFKU { display:block; }
 }@media only screen and (max-width: 763px) { #uvqk7AInU11f1yew2UJzARMkBGl8FcGv { top:16.1875rem;left:37.25rem;width:10.5rem;height:3.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaDp7IEVMsS75GntCtMIZbLvz23dBNr5 { top:15.125rem;left:27.8125rem;width:16.375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO7I7d4FTMwZbekCldVCrRq9R92Zp5xI { top:16.125rem;left:28.437269210816rem;width:7.5rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mrn4kzAkTsms9rcIMQEb9DyUIZF7zrRE { top:17.8125rem;left:28.9375rem;width:6.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQHEpS6Wv0fMzAm1NknafJKoCZbrwmTm { top:3.25rem;left:0rem;width:20rem;height:3.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iVxIK29ETHJbNRtJXqri3wHnHhOO8GSg { position:relative;z-index:auto;display:block; }#iVxIK29ETHJbNRtJXqri3wHnHhOO8GSg > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TeFecmMoFlwWwbhNTtMkZwBCREP2FxJ2 { width:6.0620125rem;height:2rem;top:1.2872314453125rem;left:1.06201171875rem;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m .widget-text.counter-number { padding-top:0.271875rem;padding-right:0.2425rem;padding-bottom:0.271875rem;padding-left:0.2425rem;width:1.4525rem;min-width:1.4525rem;height:1.460625rem;font-size:1.086875rem;line-height:23.37px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.9375rem;height:0.576875rem;font-size:0.408125rem;line-height:9.23px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m { display:flex;width:11.4375rem;height:2.6875rem;top:0.50206798315048rem;left:8.035385251045rem;padding-top:0.264375rem;padding-right:0.27rem;padding-bottom:0.264375rem;padding-left:0.27rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #q1HivqvJmvLIbAel7abOdEmCi3uoaCvy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #iCGwVaytOMdS6FFCpxzRarvZvFmcspzo {  }
 }@media only screen and (max-width: 763px) { #GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #qTqz9XGNIPAfJKzUA2hP79q66tydadd9 {  }
 }@media only screen and (max-width: 763px) { #GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #SJOwg54yuuUc3LbIgry0An848RUpsAiq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #Vetu8OdEt9AryTGqb9XZSmsnFUk8W6le {  }
 }@media only screen and (max-width: 763px) { #GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #oMa2ZeOxP8XKK0GHnsuLekIMnZ2BbDWb {  }
 }@media only screen and (max-width: 763px) { #GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #NqmwEOEc076vA5D8UEABOkkmNEeUNdW3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #vLCuZBp1fZmdPxuI4D4DrtZrlqXFpWmJ {  }
 }@media only screen and (max-width: 763px) { #GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #gQDwUgnm6cQrsDeIWConDrugifOgNTCX {  }
 }@media only screen and (max-width: 763px) { #GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #yZG5StB8ngFDdOyzWKNZfeToxtImvwuk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #wereEGZKDxuQtHPmNAePgFxV1liLbDxf {  }
 }@media only screen and (max-width: 763px) { #GaHPvWaefEocsOQFvSJ2vL0yT6EicF1m #Sd4NyiHHvHitIuuWeq957qalxCHA6xdU {  }
 }@media only screen and (max-width: 763px) { #h0Rl8vfdg3HSf9iLIzcRx8kWVISBaeF3 { width:3.625rem;height:2.5rem;top:0.875rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MMvwxumCViqR5TnD0tqzeewfBScz2hVv { display:block; }#MMvwxumCViqR5TnD0tqzeewfBScz2hVv > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LbrgKTOHTDVyZ2vwb4uyeQcsDIIfRzDh { width:20rem;height:4.375rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;color:#000000;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdm8mT9iBUlV1DAu6eqKupZzFXLKxKha { width:15.75rem;height:0;top:3.82470703125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eyfhdJPzCf4Mv4O3Hrvg9AFfJiLCWD1D { width:15.75rem;height:2.5rem;top:7.32470703125rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #hrPtZox6xCRy6Min1ZT1vrpl9AQAlTLB { width:20rem;height:4rem;top:2.037109375rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1.5625rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #kA3m1cobWioEGrv6R3QsDlZnA9FCy2JJ { background-color:#ebe8e3;background-image:none;display:block; }#kA3m1cobWioEGrv6R3QsDlZnA9FCy2JJ > .row .container { background-color: transparent; background-image: none; }#kA3m1cobWioEGrv6R3QsDlZnA9FCy2JJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kA3m1cobWioEGrv6R3QsDlZnA9FCy2JJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kA3m1cobWioEGrv6R3QsDlZnA9FCy2JJ > .row .container > .video-iframe-container { display: none; }#kA3m1cobWioEGrv6R3QsDlZnA9FCy2JJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kA3m1cobWioEGrv6R3QsDlZnA9FCy2JJ > .row > .video-iframe-container { display: none; }#kA3m1cobWioEGrv6R3QsDlZnA9FCy2JJ > .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); }#kA3m1cobWioEGrv6R3QsDlZnA9FCy2JJ > .row .container { width:20rem;height:82.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XdmXV2RnJnrIrbPrZFP7TXPlhLxH14kc { z-index:100001;top:28.64599609375rem;left:2.09375rem;width:15.8125rem;height:0;color:#000000;font-family:"open sans";font-weight:lighter;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;display:none; }
 }@media only screen and (max-width: 763px) { #cWnvFsgkTvlJiw51mHExp39dKZmz2ToD { width:20rem;height:0;top:66.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:100022;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #eB8KWtdy9RQ2WhsxeW91gWU0vVUhykam { top:28.039979934693rem;left:0.53079044818878rem;width:18.9375rem;height:52.4375rem;z-index:99997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #K3Jr5b6yvsQ6IcagWhICpP2XaiTKAH6f { width:20rem;height:40.9375rem;top:102.77444140625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHf1FKMuPZbp7TfxqHD7ED5SaSfGQMWs { width:14.9375rem;height:19.5rem;top:8.54150390625rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyPRtXs8TiQcK4Er5vJZpOqI2N2XzGhi { width:16.625rem;height:0;top:1.3369140625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:100021;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #zfrlPts4BFW8qCQILv0043m3UptfqpJo { width:16.75rem;height:5.5rem;top:2.02978515625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:100022;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ovdT3G7mOuneTA1blb1Ml1W2Tb36HZQV { z-index:100002;top:29.99462890625rem;left:2.09375rem;width:15.8125rem;height:48rem;color:#000000;font-family:"open sans";font-weight:lighter;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;display:block; }
 }@media only screen and (max-width: 763px) { #vQstRXdmn9LmUVbmV8u8tzk8eU9cCCMf { display:block; }#vQstRXdmn9LmUVbmV8u8tzk8eU9cCCMf > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOx5vVikSI9P6RQfz50aAmT4OdMdEQt6 { width:20rem;height:0;top:23.03125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zO1hzwkU39KigPXUxgT8ubRXu2ChwPDy { display:block; }#zO1hzwkU39KigPXUxgT8ubRXu2ChwPDy > .row .container { width:20rem;height:92.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KsMKSKsXKDdemaTLMwMXeKkbdi8DrigZ { width:20rem;height:5.0625rem;top:32.033546447754rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#000000;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WOOteluuNLyTgUBZX4lGCz32WknZRpqX { width:18.999309539795rem;height:25.875rem;top:2.5620422363281rem;left:0.49862134456634rem;text-align:left;text-align-last:left;font-size:1rem;color:#000000;display:block; }#WOOteluuNLyTgUBZX4lGCz32WknZRpqX li:before{  }
 }@media only screen and (max-width: 763px) { #hW5VEFMAyzWQ4tP9Xue4xqlZTHNhkc9w { width:20rem;height:0;top:40.920265197754rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #k0GESrSLhTere2IqVl1gK6eDc671bB48 { width:15.687040328979rem;height:8.4375rem;top:56.743560791016rem;left:2.1553307771682rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:300;font-style:normal;line-height:1.5;display:block; }#k0GESrSLhTere2IqVl1gK6eDc671bB48 li:before{  }
 }@media only screen and (max-width: 763px) { #UpQBAI0La4SpeeteFT9RnJRgekn2f4Bf { width:17.874540328979rem;height:24rem;top:66.236663818363rem;left:1.0604320764542rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:300;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZmbS1Nt7N17SaUW6bS7y2wPXN4wVP9VA { width:20rem;height:13.5rem;top:39.457725524903rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:300;font-style:normal;line-height:1.5;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #aHtMHAznuhZQx2JMWlTCw47H90cIMRZe { background-color:transparent;background-image: -webkit-linear-gradient(top, #000000, #000000);background-image: -moz-linear-gradient(top, #000000, #000000);background-image: -ms-linear-gradient(top, #000000, #000000);background-image: -o-linear-gradient(top, #000000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #000000, #000000);background-size:contain !important;display:block; }#aHtMHAznuhZQx2JMWlTCw47H90cIMRZe > .row .container { background-color: transparent; background-image: none; }#aHtMHAznuhZQx2JMWlTCw47H90cIMRZe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aHtMHAznuhZQx2JMWlTCw47H90cIMRZe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aHtMHAznuhZQx2JMWlTCw47H90cIMRZe > .row .container > .video-iframe-container { display: none; }#aHtMHAznuhZQx2JMWlTCw47H90cIMRZe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aHtMHAznuhZQx2JMWlTCw47H90cIMRZe > .row > .video-iframe-container { display: none; }#aHtMHAznuhZQx2JMWlTCw47H90cIMRZe > .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); }#aHtMHAznuhZQx2JMWlTCw47H90cIMRZe > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTTAbnuV5kWSNPzMdTqVmMDu1znVqUQ8 { width:14.3125rem;height:0;top:16.4375rem;left:2.84375rem;text-align:left;text-align-last:left;z-index:100002;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BsFUG95SEJckwxtPLaJdhOssTqsmUw7m { width:12.875rem;height:0;top:19.125rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #EPnOf8WmFS5PFqAFlMhfJa7mFIhJUEFK { width:10.375rem;height:0;top:6.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:100004;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #PhxMdDfsB7IPNPUBa4T8DQnV2zlllLKT { width:15.625rem;height:19.25rem;top:2.1875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bGSX1fp2UmlN1IEZfBevNSei2ZOcEPFk { width:20rem;height:0;top:30.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#000000;z-index:100006;display:none; }
 }@media only screen and (max-width: 763px) { #KT66pmKGn8ItTvsKIrzzqNKBJHmd7atD { display:block; }#KT66pmKGn8ItTvsKIrzzqNKBJHmd7atD > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imtprxwkzKvLTX5bWbmRFuwGwrrl2kU7 { width:17.9375rem;height:34.5rem;top:2rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #w8ma86Vb7IOm6SFneStW5Fyu9bDKBziI { width:20rem;height:4.5rem;top:41.217834472656rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C { display:flex;width:17.999769210816rem;height:5.0620403289795rem;top:46.899124145507rem;left:0.37224268913269rem; }
 }@media only screen and (max-width: 763px) { #Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #Dz0aXhS8Wror6FqZvLEHd5KeIQFlHsqX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #pMchJxVvhpy0zu01HdrVVxWVEVEHx7gR {  }
 }@media only screen and (max-width: 763px) { #Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #oP7dUseW2KMqfAkFkUpR4S8xdD785JSS {  }
 }@media only screen and (max-width: 763px) { #Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #rxzv0G3zwutC7KTrRxNTGuqGDuhO6Acq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #xvHcJf6I7u3hLKzJXlltnArHgn8sSFeT {  }
 }@media only screen and (max-width: 763px) { #Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #DedS5aWJA4eUPer1GTAbq0zCvd7Hdn9Z {  }
 }@media only screen and (max-width: 763px) { #Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #G0MXCvNT6h5gMdBEuHOAA0KOtiM5epl5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #hVAG1o9U5io8tT5Tm1uQc723T0hQRDIT {  }
 }@media only screen and (max-width: 763px) { #Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #V8d66AfxeTu0ocwdiRF5TAEzaXRkS7sB {  }
 }@media only screen and (max-width: 763px) { #Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #OmkFyvZNlwzZ8nS9GiFN1MFexQcg4euP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #zO67E36BhiKStrV6OmI6OuuZKTlJBxCr {  }
 }@media only screen and (max-width: 763px) { #Gv7hDWN42XT0eH1MEEu0Vu7LXX0hsJ0C #MBdbh8KF48FelmlFyrSPfoNdFafQ8usC {  }
 }@media only screen and (max-width: 763px) { #iM3XX9chbkzgLxSNpTB1rJdV5DogZqGN { display:block; }#iM3XX9chbkzgLxSNpTB1rJdV5DogZqGN > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XpOPA1fr6vBycmWW82fbb5kQBcU8ThMP { width:18.874080657959rem;height:36rem;top:9.7403564453125rem;left:0.56181073188782rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HAkPSTTqGzQMNpIP8OqyZrTg9Qa64239 { width:16.624540328979rem;height:5.0625rem;top:2.9239501953125rem;left:1.6865807771682rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgnGJ3wsrcFLeTZPCBWTQSt09dBZQOMr { width:11.125rem;height:11.125rem;top:0rem;left:0rem;font-size:7.75rem;color:rgba(255,255,255,0.48);display:none; }
 }@media only screen and (max-width: 763px) { #iuOfyuZfRgdEgWC21PzcHKuWrlmiuUGQ { background-color:#ebe8e3;background-image:url("https://images.assets-landingi.com/9o02MWXu/SEKCJA_BG.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#iuOfyuZfRgdEgWC21PzcHKuWrlmiuUGQ.adaptive-delivery-prevent-bg, #iuOfyuZfRgdEgWC21PzcHKuWrlmiuUGQ.lazyload, #iuOfyuZfRgdEgWC21PzcHKuWrlmiuUGQ.lazyloading { background-image: none; }#iuOfyuZfRgdEgWC21PzcHKuWrlmiuUGQ > .row .container { background-color: transparent; background-image: none; }#iuOfyuZfRgdEgWC21PzcHKuWrlmiuUGQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iuOfyuZfRgdEgWC21PzcHKuWrlmiuUGQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iuOfyuZfRgdEgWC21PzcHKuWrlmiuUGQ > .row .container > .video-iframe-container { display: none; }#iuOfyuZfRgdEgWC21PzcHKuWrlmiuUGQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iuOfyuZfRgdEgWC21PzcHKuWrlmiuUGQ > .row > .video-iframe-container { display: none; }#iuOfyuZfRgdEgWC21PzcHKuWrlmiuUGQ > .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); }#iuOfyuZfRgdEgWC21PzcHKuWrlmiuUGQ > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BW2LTqi9pwlzZ3uHOiiQIpkqlE70nTbn { width:20rem;height:28.888150118203rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kmCwJpNmmWmU4lFJZrOnfQwt4O0O943z { width:20rem;height:0;top:21.8876953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lqkleftoCJ4T3gpMUgKk9RxdcxMWUeZn { width:20rem;height:0;top:2.3876953125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D40evAXAOshLvzKwHFWtgeZtNFnRvEfe { width:6.1875rem;height:6.0625rem;top:15.625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6bXtaPS02vewrUglvWTr1xvCfTOStd7 { width:12.8125rem;height:1.125rem;top:62.1376953125rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tLzBbJSR049NsygvSIvWzaczQxsbl52a { display:block; }
 }@media only screen and (max-width: 763px) { #vgPrFbv9zpC4s3cfStQEP59xicDR9GIq { width:5.8125rem;height:1.75rem;top:17.78125rem;left:7.09375rem;z-index:100032;display:block; }
 }@media only screen and (max-width: 763px) { #ur2To0qFG8lgzTvd5aSo3Zqy21cRLFKU { display:block; }
 }@media only screen and (max-width: 763px) { #uvqk7AInU11f1yew2UJzARMkBGl8FcGv { width:10.5rem;height:3rem;top:9.375rem;left:8.625rem;text-align:center;text-align-last:center;font-size:2rem;color:#bc8e5f;display:block; }
 }@media only screen and (max-width: 763px) { #LaDp7IEVMsS75GntCtMIZbLvz23dBNr5 { width:13.875rem;height:3.3125rem;top:9.21875rem;left:3rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #dO7I7d4FTMwZbekCldVCrRq9R92Zp5xI { width:5.375rem;height:1.8125rem;top:10.09375rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Mrn4kzAkTsms9rcIMQEb9DyUIZF7zrRE { width:4.0625rem;height:0.125rem;top:10.9375rem;left:4.875rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CQHEpS6Wv0fMzAm1NknafJKoCZbrwmTm { width:20rem;height:4.5rem;top:3.2626953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:100002;font-weight:400;font-style:normal;line-height:1.5;display:block; }
 }